Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21 "workspace-hack",
   22]
   23
   24[[package]]
   25name = "addr2line"
   26version = "0.24.2"
   27source = "registry+https://github.com/rust-lang/crates.io-index"
   28checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   29dependencies = [
   30 "gimli",
   31]
   32
   33[[package]]
   34name = "adler2"
   35version = "2.0.0"
   36source = "registry+https://github.com/rust-lang/crates.io-index"
   37checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   38
   39[[package]]
   40name = "aes"
   41version = "0.8.4"
   42source = "registry+https://github.com/rust-lang/crates.io-index"
   43checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   44dependencies = [
   45 "cfg-if",
   46 "cipher",
   47 "cpufeatures",
   48 "zeroize",
   49]
   50
   51[[package]]
   52name = "agent"
   53version = "0.1.0"
   54dependencies = [
   55 "anyhow",
   56 "assistant_context_editor",
   57 "assistant_settings",
   58 "assistant_slash_command",
   59 "assistant_slash_commands",
   60 "assistant_tool",
   61 "async-watch",
   62 "buffer_diff",
   63 "chrono",
   64 "client",
   65 "collections",
   66 "component",
   67 "context_server",
   68 "convert_case 0.8.0",
   69 "db",
   70 "editor",
   71 "extension",
   72 "feature_flags",
   73 "file_icons",
   74 "fs",
   75 "futures 0.3.31",
   76 "fuzzy",
   77 "git",
   78 "gpui",
   79 "heed",
   80 "html_to_markdown",
   81 "http_client",
   82 "indexed_docs",
   83 "indoc",
   84 "inventory",
   85 "itertools 0.14.0",
   86 "jsonschema",
   87 "language",
   88 "language_model",
   89 "log",
   90 "lsp",
   91 "markdown",
   92 "menu",
   93 "multi_buffer",
   94 "notifications",
   95 "ordered-float 2.10.1",
   96 "parking_lot",
   97 "paths",
   98 "picker",
   99 "postage",
  100 "project",
  101 "prompt_store",
  102 "proto",
  103 "rand 0.8.5",
  104 "ref-cast",
  105 "release_channel",
  106 "rope",
  107 "rules_library",
  108 "schemars",
  109 "search",
  110 "serde",
  111 "serde_json",
  112 "serde_json_lenient",
  113 "settings",
  114 "smallvec",
  115 "smol",
  116 "streaming_diff",
  117 "telemetry",
  118 "telemetry_events",
  119 "terminal",
  120 "terminal_view",
  121 "text",
  122 "theme",
  123 "thiserror 2.0.12",
  124 "time",
  125 "time_format",
  126 "ui",
  127 "ui_input",
  128 "urlencoding",
  129 "util",
  130 "uuid",
  131 "workspace",
  132 "workspace-hack",
  133 "zed_actions",
  134 "zed_llm_client",
  135]
  136
  137[[package]]
  138name = "ahash"
  139version = "0.7.8"
  140source = "registry+https://github.com/rust-lang/crates.io-index"
  141checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  142dependencies = [
  143 "getrandom 0.2.15",
  144 "once_cell",
  145 "version_check",
  146]
  147
  148[[package]]
  149name = "ahash"
  150version = "0.8.11"
  151source = "registry+https://github.com/rust-lang/crates.io-index"
  152checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  153dependencies = [
  154 "cfg-if",
  155 "const-random",
  156 "getrandom 0.2.15",
  157 "once_cell",
  158 "serde",
  159 "version_check",
  160 "zerocopy 0.7.35",
  161]
  162
  163[[package]]
  164name = "aho-corasick"
  165version = "1.1.3"
  166source = "registry+https://github.com/rust-lang/crates.io-index"
  167checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  168dependencies = [
  169 "memchr",
  170]
  171
  172[[package]]
  173name = "alacritty_terminal"
  174version = "0.25.1-dev"
  175source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
  176dependencies = [
  177 "base64 0.22.1",
  178 "bitflags 2.9.0",
  179 "home",
  180 "libc",
  181 "log",
  182 "miow",
  183 "parking_lot",
  184 "piper",
  185 "polling",
  186 "regex-automata 0.4.9",
  187 "rustix-openpty",
  188 "serde",
  189 "signal-hook",
  190 "unicode-width 0.1.14",
  191 "vte",
  192 "windows-sys 0.59.0",
  193]
  194
  195[[package]]
  196name = "aliasable"
  197version = "0.1.3"
  198source = "registry+https://github.com/rust-lang/crates.io-index"
  199checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  200
  201[[package]]
  202name = "aligned-vec"
  203version = "0.5.0"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  206
  207[[package]]
  208name = "allocator-api2"
  209version = "0.2.21"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  212
  213[[package]]
  214name = "alsa"
  215version = "0.9.1"
  216source = "registry+https://github.com/rust-lang/crates.io-index"
  217checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  218dependencies = [
  219 "alsa-sys",
  220 "bitflags 2.9.0",
  221 "cfg-if",
  222 "libc",
  223]
  224
  225[[package]]
  226name = "alsa-sys"
  227version = "0.3.1"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  230dependencies = [
  231 "libc",
  232 "pkg-config",
  233]
  234
  235[[package]]
  236name = "ambient-authority"
  237version = "0.0.2"
  238source = "registry+https://github.com/rust-lang/crates.io-index"
  239checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  240
  241[[package]]
  242name = "ammonia"
  243version = "4.1.0"
  244source = "registry+https://github.com/rust-lang/crates.io-index"
  245checksum = "3ada2ee439075a3e70b6992fce18ac4e407cd05aea9ca3f75d2c0b0c20bbb364"
  246dependencies = [
  247 "cssparser",
  248 "html5ever 0.31.0",
  249 "maplit",
  250 "tendril",
  251 "url",
  252]
  253
  254[[package]]
  255name = "android-tzdata"
  256version = "0.1.1"
  257source = "registry+https://github.com/rust-lang/crates.io-index"
  258checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  259
  260[[package]]
  261name = "android_system_properties"
  262version = "0.1.5"
  263source = "registry+https://github.com/rust-lang/crates.io-index"
  264checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  265dependencies = [
  266 "libc",
  267]
  268
  269[[package]]
  270name = "anes"
  271version = "0.1.6"
  272source = "registry+https://github.com/rust-lang/crates.io-index"
  273checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  274
  275[[package]]
  276name = "anstream"
  277version = "0.6.18"
  278source = "registry+https://github.com/rust-lang/crates.io-index"
  279checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  280dependencies = [
  281 "anstyle",
  282 "anstyle-parse",
  283 "anstyle-query",
  284 "anstyle-wincon",
  285 "colorchoice",
  286 "is_terminal_polyfill",
  287 "utf8parse",
  288]
  289
  290[[package]]
  291name = "anstyle"
  292version = "1.0.10"
  293source = "registry+https://github.com/rust-lang/crates.io-index"
  294checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  295
  296[[package]]
  297name = "anstyle-parse"
  298version = "0.2.6"
  299source = "registry+https://github.com/rust-lang/crates.io-index"
  300checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  301dependencies = [
  302 "utf8parse",
  303]
  304
  305[[package]]
  306name = "anstyle-query"
  307version = "1.1.2"
  308source = "registry+https://github.com/rust-lang/crates.io-index"
  309checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  310dependencies = [
  311 "windows-sys 0.59.0",
  312]
  313
  314[[package]]
  315name = "anstyle-wincon"
  316version = "3.0.7"
  317source = "registry+https://github.com/rust-lang/crates.io-index"
  318checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
  319dependencies = [
  320 "anstyle",
  321 "once_cell",
  322 "windows-sys 0.59.0",
  323]
  324
  325[[package]]
  326name = "anthropic"
  327version = "0.1.0"
  328dependencies = [
  329 "anyhow",
  330 "chrono",
  331 "futures 0.3.31",
  332 "http_client",
  333 "schemars",
  334 "serde",
  335 "serde_json",
  336 "strum 0.27.1",
  337 "thiserror 2.0.12",
  338 "workspace-hack",
  339]
  340
  341[[package]]
  342name = "any_vec"
  343version = "0.14.0"
  344source = "registry+https://github.com/rust-lang/crates.io-index"
  345checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  346
  347[[package]]
  348name = "anyhow"
  349version = "1.0.98"
  350source = "registry+https://github.com/rust-lang/crates.io-index"
  351checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
  352
  353[[package]]
  354name = "approx"
  355version = "0.5.1"
  356source = "registry+https://github.com/rust-lang/crates.io-index"
  357checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  358dependencies = [
  359 "num-traits",
  360]
  361
  362[[package]]
  363name = "arbitrary"
  364version = "1.4.1"
  365source = "registry+https://github.com/rust-lang/crates.io-index"
  366checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  367
  368[[package]]
  369name = "arc-swap"
  370version = "1.7.1"
  371source = "registry+https://github.com/rust-lang/crates.io-index"
  372checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
  373
  374[[package]]
  375name = "arg_enum_proc_macro"
  376version = "0.3.4"
  377source = "registry+https://github.com/rust-lang/crates.io-index"
  378checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  379dependencies = [
  380 "proc-macro2",
  381 "quote",
  382 "syn 2.0.101",
  383]
  384
  385[[package]]
  386name = "arraydeque"
  387version = "0.5.1"
  388source = "registry+https://github.com/rust-lang/crates.io-index"
  389checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  390
  391[[package]]
  392name = "arrayref"
  393version = "0.3.9"
  394source = "registry+https://github.com/rust-lang/crates.io-index"
  395checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  396
  397[[package]]
  398name = "arrayvec"
  399version = "0.7.6"
  400source = "registry+https://github.com/rust-lang/crates.io-index"
  401checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  402dependencies = [
  403 "serde",
  404]
  405
  406[[package]]
  407name = "as-raw-xcb-connection"
  408version = "1.0.1"
  409source = "registry+https://github.com/rust-lang/crates.io-index"
  410checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  411
  412[[package]]
  413name = "ascii"
  414version = "1.1.0"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  417
  418[[package]]
  419name = "ash"
  420version = "0.38.0+1.3.281"
  421source = "registry+https://github.com/rust-lang/crates.io-index"
  422checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  423dependencies = [
  424 "libloading",
  425]
  426
  427[[package]]
  428name = "ash-window"
  429version = "0.13.0"
  430source = "registry+https://github.com/rust-lang/crates.io-index"
  431checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  432dependencies = [
  433 "ash",
  434 "raw-window-handle",
  435 "raw-window-metal",
  436]
  437
  438[[package]]
  439name = "ashpd"
  440version = "0.11.0"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  443dependencies = [
  444 "async-fs",
  445 "async-net",
  446 "enumflags2",
  447 "futures-channel",
  448 "futures-util",
  449 "rand 0.9.1",
  450 "serde",
  451 "serde_repr",
  452 "url",
  453 "zbus",
  454]
  455
  456[[package]]
  457name = "askpass"
  458version = "0.1.0"
  459dependencies = [
  460 "anyhow",
  461 "futures 0.3.31",
  462 "gpui",
  463 "shlex",
  464 "smol",
  465 "tempfile",
  466 "util",
  467 "workspace-hack",
  468]
  469
  470[[package]]
  471name = "assets"
  472version = "0.1.0"
  473dependencies = [
  474 "anyhow",
  475 "gpui",
  476 "rust-embed",
  477 "workspace-hack",
  478]
  479
  480[[package]]
  481name = "assistant_context_editor"
  482version = "0.1.0"
  483dependencies = [
  484 "anyhow",
  485 "assistant_settings",
  486 "assistant_slash_command",
  487 "assistant_slash_commands",
  488 "chrono",
  489 "client",
  490 "clock",
  491 "collections",
  492 "context_server",
  493 "editor",
  494 "feature_flags",
  495 "fs",
  496 "futures 0.3.31",
  497 "fuzzy",
  498 "gpui",
  499 "indexed_docs",
  500 "language",
  501 "language_model",
  502 "languages",
  503 "log",
  504 "multi_buffer",
  505 "open_ai",
  506 "ordered-float 2.10.1",
  507 "parking_lot",
  508 "paths",
  509 "picker",
  510 "pretty_assertions",
  511 "project",
  512 "prompt_store",
  513 "proto",
  514 "rand 0.8.5",
  515 "regex",
  516 "rope",
  517 "rpc",
  518 "serde",
  519 "serde_json",
  520 "settings",
  521 "smallvec",
  522 "smol",
  523 "telemetry_events",
  524 "text",
  525 "theme",
  526 "tree-sitter-md",
  527 "ui",
  528 "unindent",
  529 "util",
  530 "uuid",
  531 "workspace",
  532 "workspace-hack",
  533 "zed_actions",
  534]
  535
  536[[package]]
  537name = "assistant_settings"
  538version = "0.1.0"
  539dependencies = [
  540 "anthropic",
  541 "anyhow",
  542 "collections",
  543 "deepseek",
  544 "fs",
  545 "gpui",
  546 "indexmap",
  547 "language_model",
  548 "lmstudio",
  549 "log",
  550 "mistral",
  551 "ollama",
  552 "open_ai",
  553 "paths",
  554 "schemars",
  555 "serde",
  556 "serde_json",
  557 "serde_json_lenient",
  558 "settings",
  559 "workspace-hack",
  560 "zed_llm_client",
  561]
  562
  563[[package]]
  564name = "assistant_slash_command"
  565version = "0.1.0"
  566dependencies = [
  567 "anyhow",
  568 "async-trait",
  569 "collections",
  570 "derive_more",
  571 "extension",
  572 "futures 0.3.31",
  573 "gpui",
  574 "language",
  575 "language_model",
  576 "parking_lot",
  577 "pretty_assertions",
  578 "serde",
  579 "serde_json",
  580 "ui",
  581 "workspace",
  582 "workspace-hack",
  583]
  584
  585[[package]]
  586name = "assistant_slash_commands"
  587version = "0.1.0"
  588dependencies = [
  589 "anyhow",
  590 "assistant_slash_command",
  591 "cargo_toml",
  592 "chrono",
  593 "collections",
  594 "context_server",
  595 "editor",
  596 "env_logger 0.11.8",
  597 "feature_flags",
  598 "fs",
  599 "futures 0.3.31",
  600 "fuzzy",
  601 "globset",
  602 "gpui",
  603 "html_to_markdown",
  604 "http_client",
  605 "indexed_docs",
  606 "language",
  607 "pretty_assertions",
  608 "project",
  609 "prompt_store",
  610 "rope",
  611 "serde",
  612 "serde_json",
  613 "settings",
  614 "smol",
  615 "text",
  616 "toml 0.8.20",
  617 "ui",
  618 "util",
  619 "workspace",
  620 "workspace-hack",
  621 "worktree",
  622]
  623
  624[[package]]
  625name = "assistant_tool"
  626version = "0.1.0"
  627dependencies = [
  628 "anyhow",
  629 "buffer_diff",
  630 "clock",
  631 "collections",
  632 "ctor",
  633 "derive_more",
  634 "env_logger 0.11.8",
  635 "futures 0.3.31",
  636 "gpui",
  637 "icons",
  638 "language",
  639 "language_model",
  640 "log",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "project",
  644 "rand 0.8.5",
  645 "regex",
  646 "serde",
  647 "serde_json",
  648 "settings",
  649 "text",
  650 "util",
  651 "workspace",
  652 "workspace-hack",
  653]
  654
  655[[package]]
  656name = "assistant_tools"
  657version = "0.1.0"
  658dependencies = [
  659 "aho-corasick",
  660 "anyhow",
  661 "assistant_settings",
  662 "assistant_tool",
  663 "buffer_diff",
  664 "chrono",
  665 "client",
  666 "clock",
  667 "collections",
  668 "component",
  669 "derive_more",
  670 "editor",
  671 "feature_flags",
  672 "fs",
  673 "futures 0.3.31",
  674 "gpui",
  675 "gpui_tokio",
  676 "handlebars 4.5.0",
  677 "html_to_markdown",
  678 "http_client",
  679 "indoc",
  680 "itertools 0.14.0",
  681 "language",
  682 "language_model",
  683 "language_models",
  684 "log",
  685 "markdown",
  686 "open",
  687 "paths",
  688 "portable-pty",
  689 "pretty_assertions",
  690 "project",
  691 "prompt_store",
  692 "rand 0.8.5",
  693 "regex",
  694 "reqwest_client",
  695 "rust-embed",
  696 "schemars",
  697 "serde",
  698 "serde_json",
  699 "settings",
  700 "smallvec",
  701 "streaming_diff",
  702 "strsim",
  703 "task",
  704 "tempfile",
  705 "terminal",
  706 "terminal_view",
  707 "theme",
  708 "tree-sitter-rust",
  709 "ui",
  710 "unindent",
  711 "util",
  712 "web_search",
  713 "which 6.0.3",
  714 "workspace",
  715 "workspace-hack",
  716 "zed_llm_client",
  717 "zlog",
  718]
  719
  720[[package]]
  721name = "async-attributes"
  722version = "1.1.2"
  723source = "registry+https://github.com/rust-lang/crates.io-index"
  724checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  725dependencies = [
  726 "quote",
  727 "syn 1.0.109",
  728]
  729
  730[[package]]
  731name = "async-broadcast"
  732version = "0.7.2"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  735dependencies = [
  736 "event-listener 5.4.0",
  737 "event-listener-strategy",
  738 "futures-core",
  739 "pin-project-lite",
  740]
  741
  742[[package]]
  743name = "async-channel"
  744version = "1.9.0"
  745source = "registry+https://github.com/rust-lang/crates.io-index"
  746checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  747dependencies = [
  748 "concurrent-queue",
  749 "event-listener 2.5.3",
  750 "futures-core",
  751]
  752
  753[[package]]
  754name = "async-channel"
  755version = "2.3.1"
  756source = "registry+https://github.com/rust-lang/crates.io-index"
  757checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  758dependencies = [
  759 "concurrent-queue",
  760 "event-listener-strategy",
  761 "futures-core",
  762 "pin-project-lite",
  763]
  764
  765[[package]]
  766name = "async-compat"
  767version = "0.2.4"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  770dependencies = [
  771 "futures-core",
  772 "futures-io",
  773 "once_cell",
  774 "pin-project-lite",
  775 "tokio",
  776]
  777
  778[[package]]
  779name = "async-compression"
  780version = "0.4.22"
  781source = "registry+https://github.com/rust-lang/crates.io-index"
  782checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  783dependencies = [
  784 "deflate64",
  785 "flate2",
  786 "futures-core",
  787 "futures-io",
  788 "memchr",
  789 "pin-project-lite",
  790]
  791
  792[[package]]
  793name = "async-dispatcher"
  794version = "0.1.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  797dependencies = [
  798 "async-task",
  799 "futures-lite 1.13.0",
  800]
  801
  802[[package]]
  803name = "async-executor"
  804version = "1.13.1"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  807dependencies = [
  808 "async-task",
  809 "concurrent-queue",
  810 "fastrand 2.3.0",
  811 "futures-lite 2.6.0",
  812 "slab",
  813]
  814
  815[[package]]
  816name = "async-fs"
  817version = "2.1.2"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  820dependencies = [
  821 "async-lock",
  822 "blocking",
  823 "futures-lite 2.6.0",
  824]
  825
  826[[package]]
  827name = "async-global-executor"
  828version = "2.4.1"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  831dependencies = [
  832 "async-channel 2.3.1",
  833 "async-executor",
  834 "async-io",
  835 "async-lock",
  836 "blocking",
  837 "futures-lite 2.6.0",
  838 "once_cell",
  839]
  840
  841[[package]]
  842name = "async-io"
  843version = "2.4.0"
  844source = "registry+https://github.com/rust-lang/crates.io-index"
  845checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  846dependencies = [
  847 "async-lock",
  848 "cfg-if",
  849 "concurrent-queue",
  850 "futures-io",
  851 "futures-lite 2.6.0",
  852 "parking",
  853 "polling",
  854 "rustix 0.38.44",
  855 "slab",
  856 "tracing",
  857 "windows-sys 0.59.0",
  858]
  859
  860[[package]]
  861name = "async-lock"
  862version = "3.4.0"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  865dependencies = [
  866 "event-listener 5.4.0",
  867 "event-listener-strategy",
  868 "pin-project-lite",
  869]
  870
  871[[package]]
  872name = "async-net"
  873version = "2.0.0"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  876dependencies = [
  877 "async-io",
  878 "blocking",
  879 "futures-lite 2.6.0",
  880]
  881
  882[[package]]
  883name = "async-pipe"
  884version = "0.1.3"
  885source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  886dependencies = [
  887 "futures 0.3.31",
  888 "log",
  889]
  890
  891[[package]]
  892name = "async-process"
  893version = "2.3.0"
  894source = "registry+https://github.com/rust-lang/crates.io-index"
  895checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  896dependencies = [
  897 "async-channel 2.3.1",
  898 "async-io",
  899 "async-lock",
  900 "async-signal",
  901 "async-task",
  902 "blocking",
  903 "cfg-if",
  904 "event-listener 5.4.0",
  905 "futures-lite 2.6.0",
  906 "rustix 0.38.44",
  907 "tracing",
  908]
  909
  910[[package]]
  911name = "async-recursion"
  912version = "0.3.2"
  913source = "registry+https://github.com/rust-lang/crates.io-index"
  914checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  915dependencies = [
  916 "proc-macro2",
  917 "quote",
  918 "syn 1.0.109",
  919]
  920
  921[[package]]
  922name = "async-recursion"
  923version = "1.1.1"
  924source = "registry+https://github.com/rust-lang/crates.io-index"
  925checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  926dependencies = [
  927 "proc-macro2",
  928 "quote",
  929 "syn 2.0.101",
  930]
  931
  932[[package]]
  933name = "async-signal"
  934version = "0.2.10"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  937dependencies = [
  938 "async-io",
  939 "async-lock",
  940 "atomic-waker",
  941 "cfg-if",
  942 "futures-core",
  943 "futures-io",
  944 "rustix 0.38.44",
  945 "signal-hook-registry",
  946 "slab",
  947 "windows-sys 0.59.0",
  948]
  949
  950[[package]]
  951name = "async-std"
  952version = "1.13.1"
  953source = "registry+https://github.com/rust-lang/crates.io-index"
  954checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  955dependencies = [
  956 "async-attributes",
  957 "async-channel 1.9.0",
  958 "async-global-executor",
  959 "async-io",
  960 "async-lock",
  961 "async-process",
  962 "crossbeam-utils",
  963 "futures-channel",
  964 "futures-core",
  965 "futures-io",
  966 "futures-lite 2.6.0",
  967 "gloo-timers",
  968 "kv-log-macro",
  969 "log",
  970 "memchr",
  971 "once_cell",
  972 "pin-project-lite",
  973 "pin-utils",
  974 "slab",
  975 "wasm-bindgen-futures",
  976]
  977
  978[[package]]
  979name = "async-stream"
  980version = "0.3.6"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
  983dependencies = [
  984 "async-stream-impl",
  985 "futures-core",
  986 "pin-project-lite",
  987]
  988
  989[[package]]
  990name = "async-stream-impl"
  991version = "0.3.6"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  994dependencies = [
  995 "proc-macro2",
  996 "quote",
  997 "syn 2.0.101",
  998]
  999
 1000[[package]]
 1001name = "async-stripe"
 1002version = "0.40.0"
 1003source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1004dependencies = [
 1005 "chrono",
 1006 "futures-util",
 1007 "http-types",
 1008 "hyper 0.14.32",
 1009 "hyper-rustls 0.24.2",
 1010 "serde",
 1011 "serde_json",
 1012 "serde_path_to_error",
 1013 "serde_qs 0.10.1",
 1014 "smart-default",
 1015 "smol_str 0.1.24",
 1016 "thiserror 1.0.69",
 1017 "tokio",
 1018]
 1019
 1020[[package]]
 1021name = "async-tar"
 1022version = "0.5.0"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1025dependencies = [
 1026 "async-std",
 1027 "filetime",
 1028 "libc",
 1029 "pin-project",
 1030 "redox_syscall 0.2.16",
 1031 "xattr",
 1032]
 1033
 1034[[package]]
 1035name = "async-task"
 1036version = "4.7.1"
 1037source = "registry+https://github.com/rust-lang/crates.io-index"
 1038checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1039
 1040[[package]]
 1041name = "async-trait"
 1042version = "0.1.88"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1045dependencies = [
 1046 "proc-macro2",
 1047 "quote",
 1048 "syn 2.0.101",
 1049]
 1050
 1051[[package]]
 1052name = "async-tungstenite"
 1053version = "0.29.1"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "ef0f7efedeac57d9b26170f72965ecfd31473ca52ca7a64e925b0b6f5f079886"
 1056dependencies = [
 1057 "atomic-waker",
 1058 "futures-core",
 1059 "futures-io",
 1060 "futures-task",
 1061 "futures-util",
 1062 "log",
 1063 "pin-project-lite",
 1064 "rustls-pki-types",
 1065 "tokio",
 1066 "tokio-rustls 0.26.2",
 1067 "tungstenite 0.26.2",
 1068]
 1069
 1070[[package]]
 1071name = "async-watch"
 1072version = "0.3.1"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1075dependencies = [
 1076 "event-listener 2.5.3",
 1077]
 1078
 1079[[package]]
 1080name = "async_zip"
 1081version = "0.0.17"
 1082source = "registry+https://github.com/rust-lang/crates.io-index"
 1083checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1084dependencies = [
 1085 "async-compression",
 1086 "crc32fast",
 1087 "futures-lite 2.6.0",
 1088 "pin-project",
 1089 "thiserror 1.0.69",
 1090]
 1091
 1092[[package]]
 1093name = "asynchronous-codec"
 1094version = "0.7.0"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1097dependencies = [
 1098 "bytes 1.10.1",
 1099 "futures-sink",
 1100 "futures-util",
 1101 "memchr",
 1102 "pin-project-lite",
 1103]
 1104
 1105[[package]]
 1106name = "atoi"
 1107version = "2.0.0"
 1108source = "registry+https://github.com/rust-lang/crates.io-index"
 1109checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1110dependencies = [
 1111 "num-traits",
 1112]
 1113
 1114[[package]]
 1115name = "atomic"
 1116version = "0.5.3"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1119
 1120[[package]]
 1121name = "atomic-waker"
 1122version = "1.1.2"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1125
 1126[[package]]
 1127name = "audio"
 1128version = "0.1.0"
 1129dependencies = [
 1130 "anyhow",
 1131 "collections",
 1132 "derive_more",
 1133 "gpui",
 1134 "parking_lot",
 1135 "rodio",
 1136 "util",
 1137 "workspace-hack",
 1138]
 1139
 1140[[package]]
 1141name = "auditable-serde"
 1142version = "0.8.0"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1145dependencies = [
 1146 "semver",
 1147 "serde",
 1148 "serde_json",
 1149 "topological-sort",
 1150]
 1151
 1152[[package]]
 1153name = "auto_update"
 1154version = "0.1.0"
 1155dependencies = [
 1156 "anyhow",
 1157 "client",
 1158 "db",
 1159 "gpui",
 1160 "http_client",
 1161 "log",
 1162 "paths",
 1163 "release_channel",
 1164 "schemars",
 1165 "serde",
 1166 "serde_json",
 1167 "settings",
 1168 "smol",
 1169 "tempfile",
 1170 "which 6.0.3",
 1171 "workspace",
 1172 "workspace-hack",
 1173]
 1174
 1175[[package]]
 1176name = "auto_update_helper"
 1177version = "0.1.0"
 1178dependencies = [
 1179 "anyhow",
 1180 "log",
 1181 "simplelog",
 1182 "windows 0.61.1",
 1183 "winresource",
 1184 "workspace-hack",
 1185]
 1186
 1187[[package]]
 1188name = "auto_update_ui"
 1189version = "0.1.0"
 1190dependencies = [
 1191 "anyhow",
 1192 "auto_update",
 1193 "client",
 1194 "editor",
 1195 "gpui",
 1196 "http_client",
 1197 "markdown_preview",
 1198 "release_channel",
 1199 "serde",
 1200 "serde_json",
 1201 "smol",
 1202 "util",
 1203 "workspace",
 1204 "workspace-hack",
 1205]
 1206
 1207[[package]]
 1208name = "autocfg"
 1209version = "1.4.0"
 1210source = "registry+https://github.com/rust-lang/crates.io-index"
 1211checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1212
 1213[[package]]
 1214name = "av1-grain"
 1215version = "0.2.3"
 1216source = "registry+https://github.com/rust-lang/crates.io-index"
 1217checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1218dependencies = [
 1219 "anyhow",
 1220 "arrayvec",
 1221 "log",
 1222 "nom",
 1223 "num-rational",
 1224 "v_frame",
 1225]
 1226
 1227[[package]]
 1228name = "avif-serialize"
 1229version = "0.8.3"
 1230source = "registry+https://github.com/rust-lang/crates.io-index"
 1231checksum = "98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e"
 1232dependencies = [
 1233 "arrayvec",
 1234]
 1235
 1236[[package]]
 1237name = "aws-config"
 1238version = "1.6.1"
 1239source = "registry+https://github.com/rust-lang/crates.io-index"
 1240checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
 1241dependencies = [
 1242 "aws-credential-types",
 1243 "aws-runtime",
 1244 "aws-sdk-sso",
 1245 "aws-sdk-ssooidc",
 1246 "aws-sdk-sts",
 1247 "aws-smithy-async",
 1248 "aws-smithy-http",
 1249 "aws-smithy-json",
 1250 "aws-smithy-runtime",
 1251 "aws-smithy-runtime-api",
 1252 "aws-smithy-types",
 1253 "aws-types",
 1254 "bytes 1.10.1",
 1255 "fastrand 2.3.0",
 1256 "hex",
 1257 "http 1.3.1",
 1258 "ring",
 1259 "time",
 1260 "tokio",
 1261 "tracing",
 1262 "url",
 1263 "zeroize",
 1264]
 1265
 1266[[package]]
 1267name = "aws-credential-types"
 1268version = "1.2.2"
 1269source = "registry+https://github.com/rust-lang/crates.io-index"
 1270checksum = "4471bef4c22a06d2c7a1b6492493d3fdf24a805323109d6874f9c94d5906ac14"
 1271dependencies = [
 1272 "aws-smithy-async",
 1273 "aws-smithy-runtime-api",
 1274 "aws-smithy-types",
 1275 "zeroize",
 1276]
 1277
 1278[[package]]
 1279name = "aws-lc-rs"
 1280version = "1.13.1"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
 1283dependencies = [
 1284 "aws-lc-sys",
 1285 "zeroize",
 1286]
 1287
 1288[[package]]
 1289name = "aws-lc-sys"
 1290version = "0.29.0"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
 1293dependencies = [
 1294 "bindgen 0.69.5",
 1295 "cc",
 1296 "cmake",
 1297 "dunce",
 1298 "fs_extra",
 1299]
 1300
 1301[[package]]
 1302name = "aws-runtime"
 1303version = "1.5.6"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "0aff45ffe35196e593ea3b9dd65b320e51e2dda95aff4390bc459e461d09c6ad"
 1306dependencies = [
 1307 "aws-credential-types",
 1308 "aws-sigv4",
 1309 "aws-smithy-async",
 1310 "aws-smithy-eventstream",
 1311 "aws-smithy-http",
 1312 "aws-smithy-runtime",
 1313 "aws-smithy-runtime-api",
 1314 "aws-smithy-types",
 1315 "aws-types",
 1316 "bytes 1.10.1",
 1317 "fastrand 2.3.0",
 1318 "http 0.2.12",
 1319 "http-body 0.4.6",
 1320 "once_cell",
 1321 "percent-encoding",
 1322 "pin-project-lite",
 1323 "tracing",
 1324 "uuid",
 1325]
 1326
 1327[[package]]
 1328name = "aws-sdk-bedrockruntime"
 1329version = "1.82.0"
 1330source = "registry+https://github.com/rust-lang/crates.io-index"
 1331checksum = "8cb95f77abd4321348dd2f52a25e1de199732f54d2a35860ad20f5df21c66b44"
 1332dependencies = [
 1333 "aws-credential-types",
 1334 "aws-runtime",
 1335 "aws-sigv4",
 1336 "aws-smithy-async",
 1337 "aws-smithy-eventstream",
 1338 "aws-smithy-http",
 1339 "aws-smithy-json",
 1340 "aws-smithy-runtime",
 1341 "aws-smithy-runtime-api",
 1342 "aws-smithy-types",
 1343 "aws-types",
 1344 "bytes 1.10.1",
 1345 "fastrand 2.3.0",
 1346 "http 0.2.12",
 1347 "hyper 0.14.32",
 1348 "once_cell",
 1349 "regex-lite",
 1350 "tracing",
 1351]
 1352
 1353[[package]]
 1354name = "aws-sdk-kinesis"
 1355version = "1.66.0"
 1356source = "registry+https://github.com/rust-lang/crates.io-index"
 1357checksum = "e43e5fb05c78cdad4fef5be4503465e4b42292f472fc991823ea4c50078208e4"
 1358dependencies = [
 1359 "aws-credential-types",
 1360 "aws-runtime",
 1361 "aws-smithy-async",
 1362 "aws-smithy-eventstream",
 1363 "aws-smithy-http",
 1364 "aws-smithy-json",
 1365 "aws-smithy-runtime",
 1366 "aws-smithy-runtime-api",
 1367 "aws-smithy-types",
 1368 "aws-types",
 1369 "bytes 1.10.1",
 1370 "fastrand 2.3.0",
 1371 "http 0.2.12",
 1372 "once_cell",
 1373 "regex-lite",
 1374 "tracing",
 1375]
 1376
 1377[[package]]
 1378name = "aws-sdk-s3"
 1379version = "1.82.0"
 1380source = "registry+https://github.com/rust-lang/crates.io-index"
 1381checksum = "e6eab2900764411ab01c8e91a76fd11a63b4e12bc3da97d9e14a0ce1343d86d3"
 1382dependencies = [
 1383 "aws-credential-types",
 1384 "aws-runtime",
 1385 "aws-sigv4",
 1386 "aws-smithy-async",
 1387 "aws-smithy-checksums",
 1388 "aws-smithy-eventstream",
 1389 "aws-smithy-http",
 1390 "aws-smithy-json",
 1391 "aws-smithy-runtime",
 1392 "aws-smithy-runtime-api",
 1393 "aws-smithy-types",
 1394 "aws-smithy-xml",
 1395 "aws-types",
 1396 "bytes 1.10.1",
 1397 "fastrand 2.3.0",
 1398 "hex",
 1399 "hmac",
 1400 "http 0.2.12",
 1401 "http 1.3.1",
 1402 "http-body 0.4.6",
 1403 "lru",
 1404 "once_cell",
 1405 "percent-encoding",
 1406 "regex-lite",
 1407 "sha2",
 1408 "tracing",
 1409 "url",
 1410]
 1411
 1412[[package]]
 1413name = "aws-sdk-sso"
 1414version = "1.64.0"
 1415source = "registry+https://github.com/rust-lang/crates.io-index"
 1416checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
 1417dependencies = [
 1418 "aws-credential-types",
 1419 "aws-runtime",
 1420 "aws-smithy-async",
 1421 "aws-smithy-http",
 1422 "aws-smithy-json",
 1423 "aws-smithy-runtime",
 1424 "aws-smithy-runtime-api",
 1425 "aws-smithy-types",
 1426 "aws-types",
 1427 "bytes 1.10.1",
 1428 "fastrand 2.3.0",
 1429 "http 0.2.12",
 1430 "once_cell",
 1431 "regex-lite",
 1432 "tracing",
 1433]
 1434
 1435[[package]]
 1436name = "aws-sdk-ssooidc"
 1437version = "1.65.0"
 1438source = "registry+https://github.com/rust-lang/crates.io-index"
 1439checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
 1440dependencies = [
 1441 "aws-credential-types",
 1442 "aws-runtime",
 1443 "aws-smithy-async",
 1444 "aws-smithy-http",
 1445 "aws-smithy-json",
 1446 "aws-smithy-runtime",
 1447 "aws-smithy-runtime-api",
 1448 "aws-smithy-types",
 1449 "aws-types",
 1450 "bytes 1.10.1",
 1451 "fastrand 2.3.0",
 1452 "http 0.2.12",
 1453 "once_cell",
 1454 "regex-lite",
 1455 "tracing",
 1456]
 1457
 1458[[package]]
 1459name = "aws-sdk-sts"
 1460version = "1.65.0"
 1461source = "registry+https://github.com/rust-lang/crates.io-index"
 1462checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
 1463dependencies = [
 1464 "aws-credential-types",
 1465 "aws-runtime",
 1466 "aws-smithy-async",
 1467 "aws-smithy-http",
 1468 "aws-smithy-json",
 1469 "aws-smithy-query",
 1470 "aws-smithy-runtime",
 1471 "aws-smithy-runtime-api",
 1472 "aws-smithy-types",
 1473 "aws-smithy-xml",
 1474 "aws-types",
 1475 "fastrand 2.3.0",
 1476 "http 0.2.12",
 1477 "once_cell",
 1478 "regex-lite",
 1479 "tracing",
 1480]
 1481
 1482[[package]]
 1483name = "aws-sigv4"
 1484version = "1.3.0"
 1485source = "registry+https://github.com/rust-lang/crates.io-index"
 1486checksum = "69d03c3c05ff80d54ff860fe38c726f6f494c639ae975203a101335f223386db"
 1487dependencies = [
 1488 "aws-credential-types",
 1489 "aws-smithy-eventstream",
 1490 "aws-smithy-http",
 1491 "aws-smithy-runtime-api",
 1492 "aws-smithy-types",
 1493 "bytes 1.10.1",
 1494 "crypto-bigint 0.5.5",
 1495 "form_urlencoded",
 1496 "hex",
 1497 "hmac",
 1498 "http 0.2.12",
 1499 "http 1.3.1",
 1500 "once_cell",
 1501 "p256",
 1502 "percent-encoding",
 1503 "ring",
 1504 "sha2",
 1505 "subtle",
 1506 "time",
 1507 "tracing",
 1508 "zeroize",
 1509]
 1510
 1511[[package]]
 1512name = "aws-smithy-async"
 1513version = "1.2.5"
 1514source = "registry+https://github.com/rust-lang/crates.io-index"
 1515checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
 1516dependencies = [
 1517 "futures-util",
 1518 "pin-project-lite",
 1519 "tokio",
 1520]
 1521
 1522[[package]]
 1523name = "aws-smithy-checksums"
 1524version = "0.63.1"
 1525source = "registry+https://github.com/rust-lang/crates.io-index"
 1526checksum = "b65d21e1ba6f2cdec92044f904356a19f5ad86961acf015741106cdfafd747c0"
 1527dependencies = [
 1528 "aws-smithy-http",
 1529 "aws-smithy-types",
 1530 "bytes 1.10.1",
 1531 "crc32c",
 1532 "crc32fast",
 1533 "crc64fast-nvme",
 1534 "hex",
 1535 "http 0.2.12",
 1536 "http-body 0.4.6",
 1537 "md-5",
 1538 "pin-project-lite",
 1539 "sha1",
 1540 "sha2",
 1541 "tracing",
 1542]
 1543
 1544[[package]]
 1545name = "aws-smithy-eventstream"
 1546version = "0.60.8"
 1547source = "registry+https://github.com/rust-lang/crates.io-index"
 1548checksum = "7c45d3dddac16c5c59d553ece225a88870cf81b7b813c9cc17b78cf4685eac7a"
 1549dependencies = [
 1550 "aws-smithy-types",
 1551 "bytes 1.10.1",
 1552 "crc32fast",
 1553]
 1554
 1555[[package]]
 1556name = "aws-smithy-http"
 1557version = "0.62.0"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "c5949124d11e538ca21142d1fba61ab0a2a2c1bc3ed323cdb3e4b878bfb83166"
 1560dependencies = [
 1561 "aws-smithy-eventstream",
 1562 "aws-smithy-runtime-api",
 1563 "aws-smithy-types",
 1564 "bytes 1.10.1",
 1565 "bytes-utils",
 1566 "futures-core",
 1567 "http 0.2.12",
 1568 "http 1.3.1",
 1569 "http-body 0.4.6",
 1570 "once_cell",
 1571 "percent-encoding",
 1572 "pin-project-lite",
 1573 "pin-utils",
 1574 "tracing",
 1575]
 1576
 1577[[package]]
 1578name = "aws-smithy-http-client"
 1579version = "1.0.1"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "8aff1159006441d02e57204bf57a1b890ba68bedb6904ffd2873c1c4c11c546b"
 1582dependencies = [
 1583 "aws-smithy-async",
 1584 "aws-smithy-runtime-api",
 1585 "aws-smithy-types",
 1586 "h2 0.4.9",
 1587 "http 0.2.12",
 1588 "http 1.3.1",
 1589 "http-body 0.4.6",
 1590 "hyper 0.14.32",
 1591 "hyper 1.6.0",
 1592 "hyper-rustls 0.24.2",
 1593 "hyper-rustls 0.27.5",
 1594 "hyper-util",
 1595 "pin-project-lite",
 1596 "rustls 0.21.12",
 1597 "rustls 0.23.26",
 1598 "rustls-native-certs 0.8.1",
 1599 "rustls-pki-types",
 1600 "tokio",
 1601 "tower 0.5.2",
 1602 "tracing",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-json"
 1607version = "0.61.3"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "92144e45819cae7dc62af23eac5a038a58aa544432d2102609654376a900bd07"
 1610dependencies = [
 1611 "aws-smithy-types",
 1612]
 1613
 1614[[package]]
 1615name = "aws-smithy-observability"
 1616version = "0.1.2"
 1617source = "registry+https://github.com/rust-lang/crates.io-index"
 1618checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
 1619dependencies = [
 1620 "aws-smithy-runtime-api",
 1621 "once_cell",
 1622]
 1623
 1624[[package]]
 1625name = "aws-smithy-query"
 1626version = "0.60.7"
 1627source = "registry+https://github.com/rust-lang/crates.io-index"
 1628checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1629dependencies = [
 1630 "aws-smithy-types",
 1631 "urlencoding",
 1632]
 1633
 1634[[package]]
 1635name = "aws-smithy-runtime"
 1636version = "1.8.1"
 1637source = "registry+https://github.com/rust-lang/crates.io-index"
 1638checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
 1639dependencies = [
 1640 "aws-smithy-async",
 1641 "aws-smithy-http",
 1642 "aws-smithy-http-client",
 1643 "aws-smithy-observability",
 1644 "aws-smithy-runtime-api",
 1645 "aws-smithy-types",
 1646 "bytes 1.10.1",
 1647 "fastrand 2.3.0",
 1648 "http 0.2.12",
 1649 "http 1.3.1",
 1650 "http-body 0.4.6",
 1651 "http-body 1.0.1",
 1652 "once_cell",
 1653 "pin-project-lite",
 1654 "pin-utils",
 1655 "tokio",
 1656 "tracing",
 1657]
 1658
 1659[[package]]
 1660name = "aws-smithy-runtime-api"
 1661version = "1.7.4"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "3da37cf5d57011cb1753456518ec76e31691f1f474b73934a284eb2a1c76510f"
 1664dependencies = [
 1665 "aws-smithy-async",
 1666 "aws-smithy-types",
 1667 "bytes 1.10.1",
 1668 "http 0.2.12",
 1669 "http 1.3.1",
 1670 "pin-project-lite",
 1671 "tokio",
 1672 "tracing",
 1673 "zeroize",
 1674]
 1675
 1676[[package]]
 1677name = "aws-smithy-types"
 1678version = "1.3.0"
 1679source = "registry+https://github.com/rust-lang/crates.io-index"
 1680checksum = "836155caafba616c0ff9b07944324785de2ab016141c3550bd1c07882f8cee8f"
 1681dependencies = [
 1682 "base64-simd",
 1683 "bytes 1.10.1",
 1684 "bytes-utils",
 1685 "futures-core",
 1686 "http 0.2.12",
 1687 "http 1.3.1",
 1688 "http-body 0.4.6",
 1689 "http-body 1.0.1",
 1690 "http-body-util",
 1691 "itoa",
 1692 "num-integer",
 1693 "pin-project-lite",
 1694 "pin-utils",
 1695 "ryu",
 1696 "serde",
 1697 "time",
 1698 "tokio",
 1699 "tokio-util",
 1700]
 1701
 1702[[package]]
 1703name = "aws-smithy-xml"
 1704version = "0.60.9"
 1705source = "registry+https://github.com/rust-lang/crates.io-index"
 1706checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1707dependencies = [
 1708 "xmlparser",
 1709]
 1710
 1711[[package]]
 1712name = "aws-types"
 1713version = "1.3.6"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "3873f8deed8927ce8d04487630dc9ff73193bab64742a61d050e57a68dec4125"
 1716dependencies = [
 1717 "aws-credential-types",
 1718 "aws-smithy-async",
 1719 "aws-smithy-runtime-api",
 1720 "aws-smithy-types",
 1721 "rustc_version",
 1722 "tracing",
 1723]
 1724
 1725[[package]]
 1726name = "aws_http_client"
 1727version = "0.1.0"
 1728dependencies = [
 1729 "aws-smithy-runtime-api",
 1730 "aws-smithy-types",
 1731 "futures 0.3.31",
 1732 "http_client",
 1733 "tokio",
 1734 "workspace-hack",
 1735]
 1736
 1737[[package]]
 1738name = "axum"
 1739version = "0.6.20"
 1740source = "registry+https://github.com/rust-lang/crates.io-index"
 1741checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1742dependencies = [
 1743 "async-trait",
 1744 "axum-core",
 1745 "base64 0.21.7",
 1746 "bitflags 1.3.2",
 1747 "bytes 1.10.1",
 1748 "futures-util",
 1749 "headers",
 1750 "http 0.2.12",
 1751 "http-body 0.4.6",
 1752 "hyper 0.14.32",
 1753 "itoa",
 1754 "matchit",
 1755 "memchr",
 1756 "mime",
 1757 "percent-encoding",
 1758 "pin-project-lite",
 1759 "rustversion",
 1760 "serde",
 1761 "serde_json",
 1762 "serde_path_to_error",
 1763 "serde_urlencoded",
 1764 "sha1",
 1765 "sync_wrapper 0.1.2",
 1766 "tokio",
 1767 "tokio-tungstenite 0.20.1",
 1768 "tower 0.4.13",
 1769 "tower-layer",
 1770 "tower-service",
 1771]
 1772
 1773[[package]]
 1774name = "axum-core"
 1775version = "0.3.4"
 1776source = "registry+https://github.com/rust-lang/crates.io-index"
 1777checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1778dependencies = [
 1779 "async-trait",
 1780 "bytes 1.10.1",
 1781 "futures-util",
 1782 "http 0.2.12",
 1783 "http-body 0.4.6",
 1784 "mime",
 1785 "rustversion",
 1786 "tower-layer",
 1787 "tower-service",
 1788]
 1789
 1790[[package]]
 1791name = "axum-extra"
 1792version = "0.4.2"
 1793source = "registry+https://github.com/rust-lang/crates.io-index"
 1794checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1795dependencies = [
 1796 "axum",
 1797 "bytes 1.10.1",
 1798 "futures-util",
 1799 "http 0.2.12",
 1800 "mime",
 1801 "pin-project-lite",
 1802 "serde",
 1803 "serde_json",
 1804 "tokio",
 1805 "tower 0.4.13",
 1806 "tower-http 0.3.5",
 1807 "tower-layer",
 1808 "tower-service",
 1809]
 1810
 1811[[package]]
 1812name = "backtrace"
 1813version = "0.3.74"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1816dependencies = [
 1817 "addr2line",
 1818 "cfg-if",
 1819 "libc",
 1820 "miniz_oxide",
 1821 "object",
 1822 "rustc-demangle",
 1823 "windows-targets 0.52.6",
 1824]
 1825
 1826[[package]]
 1827name = "base16ct"
 1828version = "0.1.1"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1831
 1832[[package]]
 1833name = "base64"
 1834version = "0.13.1"
 1835source = "registry+https://github.com/rust-lang/crates.io-index"
 1836checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1837
 1838[[package]]
 1839name = "base64"
 1840version = "0.21.7"
 1841source = "registry+https://github.com/rust-lang/crates.io-index"
 1842checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1843
 1844[[package]]
 1845name = "base64"
 1846version = "0.22.1"
 1847source = "registry+https://github.com/rust-lang/crates.io-index"
 1848checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1849
 1850[[package]]
 1851name = "base64-simd"
 1852version = "0.8.0"
 1853source = "registry+https://github.com/rust-lang/crates.io-index"
 1854checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1855dependencies = [
 1856 "outref",
 1857 "vsimd",
 1858]
 1859
 1860[[package]]
 1861name = "base64ct"
 1862version = "1.7.3"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 1865
 1866[[package]]
 1867name = "bedrock"
 1868version = "0.1.0"
 1869dependencies = [
 1870 "anyhow",
 1871 "aws-sdk-bedrockruntime",
 1872 "aws-smithy-types",
 1873 "futures 0.3.31",
 1874 "schemars",
 1875 "serde",
 1876 "serde_json",
 1877 "strum 0.27.1",
 1878 "thiserror 2.0.12",
 1879 "tokio",
 1880 "workspace-hack",
 1881]
 1882
 1883[[package]]
 1884name = "beef"
 1885version = "0.5.2"
 1886source = "registry+https://github.com/rust-lang/crates.io-index"
 1887checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
 1888
 1889[[package]]
 1890name = "bigdecimal"
 1891version = "0.4.8"
 1892source = "registry+https://github.com/rust-lang/crates.io-index"
 1893checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1894dependencies = [
 1895 "autocfg",
 1896 "libm",
 1897 "num-bigint",
 1898 "num-integer",
 1899 "num-traits",
 1900 "serde",
 1901]
 1902
 1903[[package]]
 1904name = "bincode"
 1905version = "1.3.3"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1908dependencies = [
 1909 "serde",
 1910]
 1911
 1912[[package]]
 1913name = "bindgen"
 1914version = "0.69.5"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1917dependencies = [
 1918 "bitflags 2.9.0",
 1919 "cexpr",
 1920 "clang-sys",
 1921 "itertools 0.12.1",
 1922 "lazy_static",
 1923 "lazycell",
 1924 "log",
 1925 "prettyplease",
 1926 "proc-macro2",
 1927 "quote",
 1928 "regex",
 1929 "rustc-hash 1.1.0",
 1930 "shlex",
 1931 "syn 2.0.101",
 1932 "which 4.4.2",
 1933]
 1934
 1935[[package]]
 1936name = "bindgen"
 1937version = "0.70.1"
 1938source = "registry+https://github.com/rust-lang/crates.io-index"
 1939checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1940dependencies = [
 1941 "bitflags 2.9.0",
 1942 "cexpr",
 1943 "clang-sys",
 1944 "itertools 0.13.0",
 1945 "proc-macro2",
 1946 "quote",
 1947 "regex",
 1948 "rustc-hash 1.1.0",
 1949 "shlex",
 1950 "syn 2.0.101",
 1951]
 1952
 1953[[package]]
 1954name = "bindgen"
 1955version = "0.71.1"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1958dependencies = [
 1959 "bitflags 2.9.0",
 1960 "cexpr",
 1961 "clang-sys",
 1962 "itertools 0.13.0",
 1963 "log",
 1964 "prettyplease",
 1965 "proc-macro2",
 1966 "quote",
 1967 "regex",
 1968 "rustc-hash 2.1.1",
 1969 "shlex",
 1970 "syn 2.0.101",
 1971]
 1972
 1973[[package]]
 1974name = "bit-set"
 1975version = "0.5.3"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1978dependencies = [
 1979 "bit-vec 0.6.3",
 1980]
 1981
 1982[[package]]
 1983name = "bit-set"
 1984version = "0.8.0"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1987dependencies = [
 1988 "bit-vec 0.8.0",
 1989]
 1990
 1991[[package]]
 1992name = "bit-vec"
 1993version = "0.6.3"
 1994source = "registry+https://github.com/rust-lang/crates.io-index"
 1995checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1996
 1997[[package]]
 1998name = "bit-vec"
 1999version = "0.8.0"
 2000source = "registry+https://github.com/rust-lang/crates.io-index"
 2001checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2002
 2003[[package]]
 2004name = "bit_field"
 2005version = "0.10.2"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 2008
 2009[[package]]
 2010name = "bitflags"
 2011version = "1.3.2"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2014
 2015[[package]]
 2016name = "bitflags"
 2017version = "2.9.0"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 2020dependencies = [
 2021 "serde",
 2022]
 2023
 2024[[package]]
 2025name = "bitstream-io"
 2026version = "2.6.0"
 2027source = "registry+https://github.com/rust-lang/crates.io-index"
 2028checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2029
 2030[[package]]
 2031name = "bitvec"
 2032version = "1.0.1"
 2033source = "registry+https://github.com/rust-lang/crates.io-index"
 2034checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2035dependencies = [
 2036 "funty",
 2037 "radium",
 2038 "tap",
 2039 "wyz",
 2040]
 2041
 2042[[package]]
 2043name = "blade-graphics"
 2044version = "0.6.0"
 2045source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2046dependencies = [
 2047 "ash",
 2048 "ash-window",
 2049 "bitflags 2.9.0",
 2050 "bytemuck",
 2051 "codespan-reporting 0.11.1",
 2052 "glow",
 2053 "gpu-alloc",
 2054 "gpu-alloc-ash",
 2055 "hidden-trait",
 2056 "js-sys",
 2057 "khronos-egl",
 2058 "libloading",
 2059 "log",
 2060 "mint",
 2061 "naga",
 2062 "objc2",
 2063 "objc2-app-kit",
 2064 "objc2-core-foundation",
 2065 "objc2-foundation",
 2066 "objc2-metal",
 2067 "objc2-quartz-core",
 2068 "objc2-ui-kit",
 2069 "raw-window-handle",
 2070 "slab",
 2071 "wasm-bindgen",
 2072 "web-sys",
 2073]
 2074
 2075[[package]]
 2076name = "blade-macros"
 2077version = "0.3.0"
 2078source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2079dependencies = [
 2080 "proc-macro2",
 2081 "quote",
 2082 "syn 2.0.101",
 2083]
 2084
 2085[[package]]
 2086name = "blade-util"
 2087version = "0.2.0"
 2088source = "git+https://github.com/kvark/blade?rev=416375211bb0b5826b3584dccdb6a43369e499ad#416375211bb0b5826b3584dccdb6a43369e499ad"
 2089dependencies = [
 2090 "blade-graphics",
 2091 "bytemuck",
 2092 "log",
 2093 "profiling",
 2094]
 2095
 2096[[package]]
 2097name = "blake2"
 2098version = "0.10.6"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
 2101dependencies = [
 2102 "digest",
 2103]
 2104
 2105[[package]]
 2106name = "blake3"
 2107version = "1.8.2"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
 2110dependencies = [
 2111 "arrayref",
 2112 "arrayvec",
 2113 "cc",
 2114 "cfg-if",
 2115 "constant_time_eq 0.3.1",
 2116]
 2117
 2118[[package]]
 2119name = "block"
 2120version = "0.1.6"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2123
 2124[[package]]
 2125name = "block-buffer"
 2126version = "0.10.4"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2129dependencies = [
 2130 "generic-array",
 2131]
 2132
 2133[[package]]
 2134name = "block-padding"
 2135version = "0.3.3"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2138dependencies = [
 2139 "generic-array",
 2140]
 2141
 2142[[package]]
 2143name = "block2"
 2144version = "0.6.1"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
 2147dependencies = [
 2148 "objc2",
 2149]
 2150
 2151[[package]]
 2152name = "blocking"
 2153version = "1.6.1"
 2154source = "registry+https://github.com/rust-lang/crates.io-index"
 2155checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2156dependencies = [
 2157 "async-channel 2.3.1",
 2158 "async-task",
 2159 "futures-io",
 2160 "futures-lite 2.6.0",
 2161 "piper",
 2162]
 2163
 2164[[package]]
 2165name = "borrow-or-share"
 2166version = "0.2.2"
 2167source = "registry+https://github.com/rust-lang/crates.io-index"
 2168checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
 2169
 2170[[package]]
 2171name = "borsh"
 2172version = "1.5.7"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2175dependencies = [
 2176 "borsh-derive",
 2177 "cfg_aliases 0.2.1",
 2178]
 2179
 2180[[package]]
 2181name = "borsh-derive"
 2182version = "1.5.7"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2185dependencies = [
 2186 "once_cell",
 2187 "proc-macro-crate",
 2188 "proc-macro2",
 2189 "quote",
 2190 "syn 2.0.101",
 2191]
 2192
 2193[[package]]
 2194name = "breadcrumbs"
 2195version = "0.1.0"
 2196dependencies = [
 2197 "editor",
 2198 "gpui",
 2199 "itertools 0.14.0",
 2200 "theme",
 2201 "ui",
 2202 "workspace",
 2203 "workspace-hack",
 2204 "zed_actions",
 2205]
 2206
 2207[[package]]
 2208name = "bstr"
 2209version = "1.12.0"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2212dependencies = [
 2213 "memchr",
 2214 "regex-automata 0.4.9",
 2215 "serde",
 2216]
 2217
 2218[[package]]
 2219name = "buffer_diff"
 2220version = "0.1.0"
 2221dependencies = [
 2222 "anyhow",
 2223 "clock",
 2224 "ctor",
 2225 "env_logger 0.11.8",
 2226 "futures 0.3.31",
 2227 "git2",
 2228 "gpui",
 2229 "language",
 2230 "log",
 2231 "pretty_assertions",
 2232 "rand 0.8.5",
 2233 "rope",
 2234 "serde_json",
 2235 "sum_tree",
 2236 "text",
 2237 "unindent",
 2238 "util",
 2239 "workspace-hack",
 2240]
 2241
 2242[[package]]
 2243name = "built"
 2244version = "0.7.7"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2247
 2248[[package]]
 2249name = "bumpalo"
 2250version = "3.17.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
 2253dependencies = [
 2254 "allocator-api2",
 2255]
 2256
 2257[[package]]
 2258name = "by_address"
 2259version = "1.2.1"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2262
 2263[[package]]
 2264name = "bytecheck"
 2265version = "0.6.12"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2268dependencies = [
 2269 "bytecheck_derive",
 2270 "ptr_meta",
 2271 "simdutf8",
 2272]
 2273
 2274[[package]]
 2275name = "bytecheck_derive"
 2276version = "0.6.12"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2279dependencies = [
 2280 "proc-macro2",
 2281 "quote",
 2282 "syn 1.0.109",
 2283]
 2284
 2285[[package]]
 2286name = "bytecount"
 2287version = "0.6.8"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
 2290
 2291[[package]]
 2292name = "bytemuck"
 2293version = "1.22.0"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
 2296dependencies = [
 2297 "bytemuck_derive",
 2298]
 2299
 2300[[package]]
 2301name = "bytemuck_derive"
 2302version = "1.9.3"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "7ecc273b49b3205b83d648f0690daa588925572cc5063745bfe547fe7ec8e1a1"
 2305dependencies = [
 2306 "proc-macro2",
 2307 "quote",
 2308 "syn 2.0.101",
 2309]
 2310
 2311[[package]]
 2312name = "byteorder"
 2313version = "1.5.0"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2316
 2317[[package]]
 2318name = "byteorder-lite"
 2319version = "0.1.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2322
 2323[[package]]
 2324name = "bytes"
 2325version = "0.4.12"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2328dependencies = [
 2329 "byteorder",
 2330 "iovec",
 2331]
 2332
 2333[[package]]
 2334name = "bytes"
 2335version = "1.10.1"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2338
 2339[[package]]
 2340name = "bytes-utils"
 2341version = "0.1.4"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2344dependencies = [
 2345 "bytes 1.10.1",
 2346 "either",
 2347]
 2348
 2349[[package]]
 2350name = "bzip2"
 2351version = "0.4.4"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2354dependencies = [
 2355 "bzip2-sys",
 2356 "libc",
 2357]
 2358
 2359[[package]]
 2360name = "bzip2-sys"
 2361version = "0.1.13+1.0.8"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2364dependencies = [
 2365 "cc",
 2366 "pkg-config",
 2367]
 2368
 2369[[package]]
 2370name = "call"
 2371version = "0.1.0"
 2372dependencies = [
 2373 "anyhow",
 2374 "audio",
 2375 "client",
 2376 "collections",
 2377 "fs",
 2378 "futures 0.3.31",
 2379 "gpui",
 2380 "gpui_tokio",
 2381 "http_client",
 2382 "language",
 2383 "livekit_client",
 2384 "log",
 2385 "postage",
 2386 "project",
 2387 "schemars",
 2388 "serde",
 2389 "serde_derive",
 2390 "settings",
 2391 "telemetry",
 2392 "util",
 2393 "workspace-hack",
 2394]
 2395
 2396[[package]]
 2397name = "calloop"
 2398version = "0.13.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2401dependencies = [
 2402 "bitflags 2.9.0",
 2403 "log",
 2404 "polling",
 2405 "rustix 0.38.44",
 2406 "slab",
 2407 "thiserror 1.0.69",
 2408]
 2409
 2410[[package]]
 2411name = "calloop-wayland-source"
 2412version = "0.3.0"
 2413source = "registry+https://github.com/rust-lang/crates.io-index"
 2414checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2415dependencies = [
 2416 "calloop",
 2417 "rustix 0.38.44",
 2418 "wayland-backend",
 2419 "wayland-client",
 2420]
 2421
 2422[[package]]
 2423name = "camino"
 2424version = "1.1.9"
 2425source = "registry+https://github.com/rust-lang/crates.io-index"
 2426checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2427dependencies = [
 2428 "serde",
 2429]
 2430
 2431[[package]]
 2432name = "cap-fs-ext"
 2433version = "3.4.4"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2436dependencies = [
 2437 "cap-primitives",
 2438 "cap-std",
 2439 "io-lifetimes",
 2440 "windows-sys 0.59.0",
 2441]
 2442
 2443[[package]]
 2444name = "cap-net-ext"
 2445version = "3.4.4"
 2446source = "registry+https://github.com/rust-lang/crates.io-index"
 2447checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2448dependencies = [
 2449 "cap-primitives",
 2450 "cap-std",
 2451 "rustix 1.0.7",
 2452 "smallvec",
 2453]
 2454
 2455[[package]]
 2456name = "cap-primitives"
 2457version = "3.4.4"
 2458source = "registry+https://github.com/rust-lang/crates.io-index"
 2459checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2460dependencies = [
 2461 "ambient-authority",
 2462 "fs-set-times",
 2463 "io-extras",
 2464 "io-lifetimes",
 2465 "ipnet",
 2466 "maybe-owned",
 2467 "rustix 1.0.7",
 2468 "rustix-linux-procfs",
 2469 "windows-sys 0.59.0",
 2470 "winx",
 2471]
 2472
 2473[[package]]
 2474name = "cap-rand"
 2475version = "3.4.4"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2478dependencies = [
 2479 "ambient-authority",
 2480 "rand 0.8.5",
 2481]
 2482
 2483[[package]]
 2484name = "cap-std"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2488dependencies = [
 2489 "cap-primitives",
 2490 "io-extras",
 2491 "io-lifetimes",
 2492 "rustix 1.0.7",
 2493]
 2494
 2495[[package]]
 2496name = "cap-time-ext"
 2497version = "3.4.4"
 2498source = "registry+https://github.com/rust-lang/crates.io-index"
 2499checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2500dependencies = [
 2501 "ambient-authority",
 2502 "cap-primitives",
 2503 "iana-time-zone",
 2504 "once_cell",
 2505 "rustix 1.0.7",
 2506 "winx",
 2507]
 2508
 2509[[package]]
 2510name = "cargo-platform"
 2511version = "0.1.9"
 2512source = "registry+https://github.com/rust-lang/crates.io-index"
 2513checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2514dependencies = [
 2515 "serde",
 2516]
 2517
 2518[[package]]
 2519name = "cargo_metadata"
 2520version = "0.19.2"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2523dependencies = [
 2524 "camino",
 2525 "cargo-platform",
 2526 "semver",
 2527 "serde",
 2528 "serde_json",
 2529 "thiserror 2.0.12",
 2530]
 2531
 2532[[package]]
 2533name = "cargo_toml"
 2534version = "0.21.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2537dependencies = [
 2538 "serde",
 2539 "toml 0.8.20",
 2540]
 2541
 2542[[package]]
 2543name = "cast"
 2544version = "0.3.0"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2547
 2548[[package]]
 2549name = "cbc"
 2550version = "0.1.2"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2553dependencies = [
 2554 "cipher",
 2555]
 2556
 2557[[package]]
 2558name = "cbindgen"
 2559version = "0.28.0"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2562dependencies = [
 2563 "heck 0.4.1",
 2564 "indexmap",
 2565 "log",
 2566 "proc-macro2",
 2567 "quote",
 2568 "serde",
 2569 "serde_json",
 2570 "syn 2.0.101",
 2571 "tempfile",
 2572 "toml 0.8.20",
 2573]
 2574
 2575[[package]]
 2576name = "cc"
 2577version = "1.2.19"
 2578source = "registry+https://github.com/rust-lang/crates.io-index"
 2579checksum = "8e3a13707ac958681c13b39b458c073d0d9bc8a22cb1b2f4c8e55eb72c13f362"
 2580dependencies = [
 2581 "jobserver",
 2582 "libc",
 2583 "shlex",
 2584]
 2585
 2586[[package]]
 2587name = "cesu8"
 2588version = "1.1.0"
 2589source = "registry+https://github.com/rust-lang/crates.io-index"
 2590checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2591
 2592[[package]]
 2593name = "cexpr"
 2594version = "0.6.0"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2597dependencies = [
 2598 "nom",
 2599]
 2600
 2601[[package]]
 2602name = "cfg-expr"
 2603version = "0.15.8"
 2604source = "registry+https://github.com/rust-lang/crates.io-index"
 2605checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2606dependencies = [
 2607 "smallvec",
 2608 "target-lexicon 0.12.16",
 2609]
 2610
 2611[[package]]
 2612name = "cfg-if"
 2613version = "1.0.0"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2616
 2617[[package]]
 2618name = "cfg_aliases"
 2619version = "0.1.1"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2622
 2623[[package]]
 2624name = "cfg_aliases"
 2625version = "0.2.1"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2628
 2629[[package]]
 2630name = "cgl"
 2631version = "0.3.2"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2634dependencies = [
 2635 "libc",
 2636]
 2637
 2638[[package]]
 2639name = "channel"
 2640version = "0.1.0"
 2641dependencies = [
 2642 "anyhow",
 2643 "client",
 2644 "clock",
 2645 "collections",
 2646 "futures 0.3.31",
 2647 "gpui",
 2648 "http_client",
 2649 "language",
 2650 "log",
 2651 "rand 0.8.5",
 2652 "release_channel",
 2653 "rpc",
 2654 "settings",
 2655 "sum_tree",
 2656 "text",
 2657 "time",
 2658 "util",
 2659 "workspace-hack",
 2660]
 2661
 2662[[package]]
 2663name = "chrono"
 2664version = "0.4.41"
 2665source = "registry+https://github.com/rust-lang/crates.io-index"
 2666checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
 2667dependencies = [
 2668 "android-tzdata",
 2669 "iana-time-zone",
 2670 "js-sys",
 2671 "num-traits",
 2672 "serde",
 2673 "wasm-bindgen",
 2674 "windows-link",
 2675]
 2676
 2677[[package]]
 2678name = "chunked_transfer"
 2679version = "1.5.0"
 2680source = "registry+https://github.com/rust-lang/crates.io-index"
 2681checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2682
 2683[[package]]
 2684name = "ciborium"
 2685version = "0.2.2"
 2686source = "registry+https://github.com/rust-lang/crates.io-index"
 2687checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2688dependencies = [
 2689 "ciborium-io",
 2690 "ciborium-ll",
 2691 "serde",
 2692]
 2693
 2694[[package]]
 2695name = "ciborium-io"
 2696version = "0.2.2"
 2697source = "registry+https://github.com/rust-lang/crates.io-index"
 2698checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2699
 2700[[package]]
 2701name = "ciborium-ll"
 2702version = "0.2.2"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2705dependencies = [
 2706 "ciborium-io",
 2707 "half",
 2708]
 2709
 2710[[package]]
 2711name = "cipher"
 2712version = "0.4.4"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2715dependencies = [
 2716 "crypto-common",
 2717 "inout",
 2718 "zeroize",
 2719]
 2720
 2721[[package]]
 2722name = "circular-buffer"
 2723version = "1.1.0"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "23bdce1da528cadbac4654b5632bfcd8c6c63e25b1d42cea919a95958790b51d"
 2726
 2727[[package]]
 2728name = "clang-sys"
 2729version = "1.8.1"
 2730source = "registry+https://github.com/rust-lang/crates.io-index"
 2731checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2732dependencies = [
 2733 "glob",
 2734 "libc",
 2735 "libloading",
 2736]
 2737
 2738[[package]]
 2739name = "clap"
 2740version = "4.5.37"
 2741source = "registry+https://github.com/rust-lang/crates.io-index"
 2742checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
 2743dependencies = [
 2744 "clap_builder",
 2745 "clap_derive",
 2746]
 2747
 2748[[package]]
 2749name = "clap_builder"
 2750version = "4.5.37"
 2751source = "registry+https://github.com/rust-lang/crates.io-index"
 2752checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
 2753dependencies = [
 2754 "anstream",
 2755 "anstyle",
 2756 "clap_lex",
 2757 "strsim",
 2758 "terminal_size",
 2759]
 2760
 2761[[package]]
 2762name = "clap_complete"
 2763version = "4.5.47"
 2764source = "registry+https://github.com/rust-lang/crates.io-index"
 2765checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6"
 2766dependencies = [
 2767 "clap",
 2768]
 2769
 2770[[package]]
 2771name = "clap_derive"
 2772version = "4.5.32"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2775dependencies = [
 2776 "heck 0.5.0",
 2777 "proc-macro2",
 2778 "quote",
 2779 "syn 2.0.101",
 2780]
 2781
 2782[[package]]
 2783name = "clap_lex"
 2784version = "0.7.4"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2787
 2788[[package]]
 2789name = "cli"
 2790version = "0.1.0"
 2791dependencies = [
 2792 "anyhow",
 2793 "clap",
 2794 "collections",
 2795 "core-foundation 0.10.0",
 2796 "core-services",
 2797 "exec",
 2798 "fork",
 2799 "ipc-channel",
 2800 "parking_lot",
 2801 "paths",
 2802 "plist",
 2803 "release_channel",
 2804 "serde",
 2805 "tempfile",
 2806 "util",
 2807 "windows 0.61.1",
 2808 "workspace-hack",
 2809]
 2810
 2811[[package]]
 2812name = "client"
 2813version = "0.1.0"
 2814dependencies = [
 2815 "anyhow",
 2816 "async-recursion 0.3.2",
 2817 "async-tungstenite",
 2818 "base64 0.22.1",
 2819 "chrono",
 2820 "clock",
 2821 "cocoa 0.26.0",
 2822 "collections",
 2823 "credentials_provider",
 2824 "feature_flags",
 2825 "futures 0.3.31",
 2826 "gpui",
 2827 "gpui_tokio",
 2828 "http_client",
 2829 "http_client_tls",
 2830 "httparse",
 2831 "log",
 2832 "parking_lot",
 2833 "paths",
 2834 "postage",
 2835 "rand 0.8.5",
 2836 "release_channel",
 2837 "rpc",
 2838 "rustls-pki-types",
 2839 "schemars",
 2840 "serde",
 2841 "serde_json",
 2842 "settings",
 2843 "sha2",
 2844 "smol",
 2845 "telemetry",
 2846 "telemetry_events",
 2847 "text",
 2848 "thiserror 2.0.12",
 2849 "time",
 2850 "tiny_http",
 2851 "tokio",
 2852 "tokio-native-tls",
 2853 "tokio-rustls 0.26.2",
 2854 "tokio-socks",
 2855 "url",
 2856 "util",
 2857 "windows 0.61.1",
 2858 "workspace-hack",
 2859 "worktree",
 2860]
 2861
 2862[[package]]
 2863name = "clock"
 2864version = "0.1.0"
 2865dependencies = [
 2866 "parking_lot",
 2867 "serde",
 2868 "smallvec",
 2869 "workspace-hack",
 2870]
 2871
 2872[[package]]
 2873name = "clru"
 2874version = "0.6.2"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59"
 2877
 2878[[package]]
 2879name = "cmake"
 2880version = "0.1.54"
 2881source = "registry+https://github.com/rust-lang/crates.io-index"
 2882checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
 2883dependencies = [
 2884 "cc",
 2885]
 2886
 2887[[package]]
 2888name = "cobs"
 2889version = "0.2.3"
 2890source = "registry+https://github.com/rust-lang/crates.io-index"
 2891checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2892
 2893[[package]]
 2894name = "cocoa"
 2895version = "0.25.0"
 2896source = "registry+https://github.com/rust-lang/crates.io-index"
 2897checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2898dependencies = [
 2899 "bitflags 1.3.2",
 2900 "block",
 2901 "cocoa-foundation 0.1.2",
 2902 "core-foundation 0.9.4",
 2903 "core-graphics 0.23.2",
 2904 "foreign-types 0.5.0",
 2905 "libc",
 2906 "objc",
 2907]
 2908
 2909[[package]]
 2910name = "cocoa"
 2911version = "0.26.0"
 2912source = "registry+https://github.com/rust-lang/crates.io-index"
 2913checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2914dependencies = [
 2915 "bitflags 2.9.0",
 2916 "block",
 2917 "cocoa-foundation 0.2.0",
 2918 "core-foundation 0.10.0",
 2919 "core-graphics 0.24.0",
 2920 "foreign-types 0.5.0",
 2921 "libc",
 2922 "objc",
 2923]
 2924
 2925[[package]]
 2926name = "cocoa-foundation"
 2927version = "0.1.2"
 2928source = "registry+https://github.com/rust-lang/crates.io-index"
 2929checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2930dependencies = [
 2931 "bitflags 1.3.2",
 2932 "block",
 2933 "core-foundation 0.9.4",
 2934 "core-graphics-types 0.1.3",
 2935 "libc",
 2936 "objc",
 2937]
 2938
 2939[[package]]
 2940name = "cocoa-foundation"
 2941version = "0.2.0"
 2942source = "registry+https://github.com/rust-lang/crates.io-index"
 2943checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2944dependencies = [
 2945 "bitflags 2.9.0",
 2946 "block",
 2947 "core-foundation 0.10.0",
 2948 "core-graphics-types 0.2.0",
 2949 "libc",
 2950 "objc",
 2951]
 2952
 2953[[package]]
 2954name = "codespan-reporting"
 2955version = "0.11.1"
 2956source = "registry+https://github.com/rust-lang/crates.io-index"
 2957checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2958dependencies = [
 2959 "termcolor",
 2960 "unicode-width 0.1.14",
 2961]
 2962
 2963[[package]]
 2964name = "codespan-reporting"
 2965version = "0.12.0"
 2966source = "registry+https://github.com/rust-lang/crates.io-index"
 2967checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81"
 2968dependencies = [
 2969 "serde",
 2970 "termcolor",
 2971 "unicode-width 0.2.0",
 2972]
 2973
 2974[[package]]
 2975name = "collab"
 2976version = "0.44.0"
 2977dependencies = [
 2978 "anyhow",
 2979 "assistant_context_editor",
 2980 "assistant_settings",
 2981 "assistant_slash_command",
 2982 "assistant_tool",
 2983 "async-stripe",
 2984 "async-trait",
 2985 "async-tungstenite",
 2986 "audio",
 2987 "aws-config",
 2988 "aws-sdk-kinesis",
 2989 "aws-sdk-s3",
 2990 "axum",
 2991 "axum-extra",
 2992 "base64 0.22.1",
 2993 "buffer_diff",
 2994 "call",
 2995 "channel",
 2996 "chrono",
 2997 "client",
 2998 "clock",
 2999 "collab_ui",
 3000 "collections",
 3001 "command_palette_hooks",
 3002 "context_server",
 3003 "ctor",
 3004 "dap",
 3005 "dap_adapters",
 3006 "dashmap 6.1.0",
 3007 "debugger_ui",
 3008 "derive_more",
 3009 "editor",
 3010 "env_logger 0.11.8",
 3011 "envy",
 3012 "extension",
 3013 "file_finder",
 3014 "fs",
 3015 "futures 0.3.31",
 3016 "git",
 3017 "git_hosting_providers",
 3018 "git_ui",
 3019 "gpui",
 3020 "gpui_tokio",
 3021 "hex",
 3022 "http_client",
 3023 "hyper 0.14.32",
 3024 "indoc",
 3025 "jsonwebtoken",
 3026 "language",
 3027 "language_model",
 3028 "livekit_api",
 3029 "livekit_client",
 3030 "log",
 3031 "lsp",
 3032 "menu",
 3033 "multi_buffer",
 3034 "nanoid",
 3035 "node_runtime",
 3036 "notifications",
 3037 "parking_lot",
 3038 "pretty_assertions",
 3039 "project",
 3040 "prometheus",
 3041 "prompt_store",
 3042 "prost 0.9.0",
 3043 "rand 0.8.5",
 3044 "recent_projects",
 3045 "release_channel",
 3046 "remote",
 3047 "remote_server",
 3048 "reqwest 0.11.27",
 3049 "reqwest_client",
 3050 "rpc",
 3051 "rustc-demangle",
 3052 "scrypt",
 3053 "sea-orm",
 3054 "semantic_version",
 3055 "semver",
 3056 "serde",
 3057 "serde_derive",
 3058 "serde_json",
 3059 "session",
 3060 "settings",
 3061 "sha2",
 3062 "sqlx",
 3063 "strum 0.27.1",
 3064 "subtle",
 3065 "supermaven_api",
 3066 "task",
 3067 "telemetry_events",
 3068 "text",
 3069 "theme",
 3070 "thiserror 2.0.12",
 3071 "time",
 3072 "tokio",
 3073 "toml 0.8.20",
 3074 "tower 0.4.13",
 3075 "tower-http 0.4.4",
 3076 "tracing",
 3077 "tracing-subscriber",
 3078 "unindent",
 3079 "util",
 3080 "uuid",
 3081 "workspace",
 3082 "workspace-hack",
 3083 "worktree",
 3084 "zed_llm_client",
 3085]
 3086
 3087[[package]]
 3088name = "collab_ui"
 3089version = "0.1.0"
 3090dependencies = [
 3091 "anyhow",
 3092 "call",
 3093 "channel",
 3094 "chrono",
 3095 "client",
 3096 "collections",
 3097 "db",
 3098 "editor",
 3099 "emojis",
 3100 "futures 0.3.31",
 3101 "fuzzy",
 3102 "gpui",
 3103 "http_client",
 3104 "language",
 3105 "log",
 3106 "menu",
 3107 "notifications",
 3108 "picker",
 3109 "pretty_assertions",
 3110 "project",
 3111 "release_channel",
 3112 "rich_text",
 3113 "rpc",
 3114 "schemars",
 3115 "serde",
 3116 "serde_derive",
 3117 "serde_json",
 3118 "settings",
 3119 "smallvec",
 3120 "story",
 3121 "telemetry",
 3122 "theme",
 3123 "time",
 3124 "time_format",
 3125 "title_bar",
 3126 "tree-sitter-md",
 3127 "ui",
 3128 "util",
 3129 "workspace",
 3130 "workspace-hack",
 3131]
 3132
 3133[[package]]
 3134name = "collections"
 3135version = "0.1.0"
 3136dependencies = [
 3137 "indexmap",
 3138 "rustc-hash 2.1.1",
 3139 "workspace-hack",
 3140]
 3141
 3142[[package]]
 3143name = "color_quant"
 3144version = "1.1.0"
 3145source = "registry+https://github.com/rust-lang/crates.io-index"
 3146checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3147
 3148[[package]]
 3149name = "colorchoice"
 3150version = "1.0.3"
 3151source = "registry+https://github.com/rust-lang/crates.io-index"
 3152checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3153
 3154[[package]]
 3155name = "combine"
 3156version = "4.6.7"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3159dependencies = [
 3160 "bytes 1.10.1",
 3161 "memchr",
 3162]
 3163
 3164[[package]]
 3165name = "command_palette"
 3166version = "0.1.0"
 3167dependencies = [
 3168 "anyhow",
 3169 "client",
 3170 "collections",
 3171 "command_palette_hooks",
 3172 "ctor",
 3173 "db",
 3174 "editor",
 3175 "env_logger 0.11.8",
 3176 "fuzzy",
 3177 "go_to_line",
 3178 "gpui",
 3179 "language",
 3180 "log",
 3181 "menu",
 3182 "picker",
 3183 "postage",
 3184 "project",
 3185 "serde",
 3186 "serde_json",
 3187 "settings",
 3188 "telemetry",
 3189 "theme",
 3190 "time",
 3191 "ui",
 3192 "util",
 3193 "workspace",
 3194 "workspace-hack",
 3195 "zed_actions",
 3196]
 3197
 3198[[package]]
 3199name = "command_palette_hooks"
 3200version = "0.1.0"
 3201dependencies = [
 3202 "collections",
 3203 "derive_more",
 3204 "gpui",
 3205 "workspace-hack",
 3206]
 3207
 3208[[package]]
 3209name = "component"
 3210version = "0.1.0"
 3211dependencies = [
 3212 "collections",
 3213 "gpui",
 3214 "inventory",
 3215 "parking_lot",
 3216 "strum 0.27.1",
 3217 "theme",
 3218 "workspace-hack",
 3219]
 3220
 3221[[package]]
 3222name = "concurrent-queue"
 3223version = "2.5.0"
 3224source = "registry+https://github.com/rust-lang/crates.io-index"
 3225checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3226dependencies = [
 3227 "crossbeam-utils",
 3228]
 3229
 3230[[package]]
 3231name = "console"
 3232version = "0.15.11"
 3233source = "registry+https://github.com/rust-lang/crates.io-index"
 3234checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3235dependencies = [
 3236 "encode_unicode",
 3237 "libc",
 3238 "once_cell",
 3239 "unicode-width 0.2.0",
 3240 "windows-sys 0.59.0",
 3241]
 3242
 3243[[package]]
 3244name = "const-oid"
 3245version = "0.9.6"
 3246source = "registry+https://github.com/rust-lang/crates.io-index"
 3247checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3248
 3249[[package]]
 3250name = "const-random"
 3251version = "0.1.18"
 3252source = "registry+https://github.com/rust-lang/crates.io-index"
 3253checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3254dependencies = [
 3255 "const-random-macro",
 3256]
 3257
 3258[[package]]
 3259name = "const-random-macro"
 3260version = "0.1.16"
 3261source = "registry+https://github.com/rust-lang/crates.io-index"
 3262checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3263dependencies = [
 3264 "getrandom 0.2.15",
 3265 "once_cell",
 3266 "tiny-keccak",
 3267]
 3268
 3269[[package]]
 3270name = "constant_time_eq"
 3271version = "0.1.5"
 3272source = "registry+https://github.com/rust-lang/crates.io-index"
 3273checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3274
 3275[[package]]
 3276name = "constant_time_eq"
 3277version = "0.3.1"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3280
 3281[[package]]
 3282name = "context_server"
 3283version = "0.1.0"
 3284dependencies = [
 3285 "anyhow",
 3286 "async-trait",
 3287 "collections",
 3288 "futures 0.3.31",
 3289 "gpui",
 3290 "log",
 3291 "parking_lot",
 3292 "postage",
 3293 "schemars",
 3294 "serde",
 3295 "serde_json",
 3296 "smol",
 3297 "url",
 3298 "util",
 3299 "workspace-hack",
 3300]
 3301
 3302[[package]]
 3303name = "convert_case"
 3304version = "0.4.0"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3307
 3308[[package]]
 3309name = "convert_case"
 3310version = "0.6.0"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 3313dependencies = [
 3314 "unicode-segmentation",
 3315]
 3316
 3317[[package]]
 3318name = "convert_case"
 3319version = "0.8.0"
 3320source = "registry+https://github.com/rust-lang/crates.io-index"
 3321checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3322dependencies = [
 3323 "unicode-segmentation",
 3324]
 3325
 3326[[package]]
 3327name = "copilot"
 3328version = "0.1.0"
 3329dependencies = [
 3330 "anyhow",
 3331 "async-std",
 3332 "chrono",
 3333 "client",
 3334 "clock",
 3335 "collections",
 3336 "command_palette_hooks",
 3337 "ctor",
 3338 "editor",
 3339 "env_logger 0.11.8",
 3340 "fs",
 3341 "futures 0.3.31",
 3342 "gpui",
 3343 "http_client",
 3344 "indoc",
 3345 "inline_completion",
 3346 "itertools 0.14.0",
 3347 "language",
 3348 "log",
 3349 "lsp",
 3350 "menu",
 3351 "node_runtime",
 3352 "parking_lot",
 3353 "paths",
 3354 "project",
 3355 "rpc",
 3356 "serde",
 3357 "serde_json",
 3358 "settings",
 3359 "task",
 3360 "theme",
 3361 "ui",
 3362 "util",
 3363 "workspace",
 3364 "workspace-hack",
 3365]
 3366
 3367[[package]]
 3368name = "core-foundation"
 3369version = "0.9.4"
 3370source = "registry+https://github.com/rust-lang/crates.io-index"
 3371checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3372dependencies = [
 3373 "core-foundation-sys",
 3374 "libc",
 3375]
 3376
 3377[[package]]
 3378name = "core-foundation"
 3379version = "0.10.0"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3382dependencies = [
 3383 "core-foundation-sys",
 3384 "libc",
 3385]
 3386
 3387[[package]]
 3388name = "core-foundation-sys"
 3389version = "0.8.7"
 3390source = "registry+https://github.com/rust-lang/crates.io-index"
 3391checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3392
 3393[[package]]
 3394name = "core-graphics"
 3395version = "0.23.2"
 3396source = "registry+https://github.com/rust-lang/crates.io-index"
 3397checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3398dependencies = [
 3399 "bitflags 1.3.2",
 3400 "core-foundation 0.9.4",
 3401 "core-graphics-types 0.1.3",
 3402 "foreign-types 0.5.0",
 3403 "libc",
 3404]
 3405
 3406[[package]]
 3407name = "core-graphics"
 3408version = "0.24.0"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3411dependencies = [
 3412 "bitflags 2.9.0",
 3413 "core-foundation 0.10.0",
 3414 "core-graphics-types 0.2.0",
 3415 "foreign-types 0.5.0",
 3416 "libc",
 3417]
 3418
 3419[[package]]
 3420name = "core-graphics-helmer-fork"
 3421version = "0.24.0"
 3422source = "registry+https://github.com/rust-lang/crates.io-index"
 3423checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3424dependencies = [
 3425 "bitflags 2.9.0",
 3426 "core-foundation 0.9.4",
 3427 "core-graphics-types 0.1.3",
 3428 "foreign-types 0.5.0",
 3429 "libc",
 3430]
 3431
 3432[[package]]
 3433name = "core-graphics-types"
 3434version = "0.1.3"
 3435source = "registry+https://github.com/rust-lang/crates.io-index"
 3436checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3437dependencies = [
 3438 "bitflags 1.3.2",
 3439 "core-foundation 0.9.4",
 3440 "libc",
 3441]
 3442
 3443[[package]]
 3444name = "core-graphics-types"
 3445version = "0.2.0"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3448dependencies = [
 3449 "bitflags 2.9.0",
 3450 "core-foundation 0.10.0",
 3451 "libc",
 3452]
 3453
 3454[[package]]
 3455name = "core-graphics2"
 3456version = "0.4.1"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d"
 3459dependencies = [
 3460 "bitflags 2.9.0",
 3461 "block",
 3462 "cfg-if",
 3463 "core-foundation 0.10.0",
 3464 "libc",
 3465]
 3466
 3467[[package]]
 3468name = "core-services"
 3469version = "0.2.1"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3472dependencies = [
 3473 "core-foundation 0.9.4",
 3474]
 3475
 3476[[package]]
 3477name = "core-text"
 3478version = "21.0.0"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3481dependencies = [
 3482 "core-foundation 0.10.0",
 3483 "core-graphics 0.24.0",
 3484 "foreign-types 0.5.0",
 3485 "libc",
 3486]
 3487
 3488[[package]]
 3489name = "core-video"
 3490version = "0.4.3"
 3491source = "registry+https://github.com/rust-lang/crates.io-index"
 3492checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef"
 3493dependencies = [
 3494 "block",
 3495 "core-foundation 0.10.0",
 3496 "core-graphics2",
 3497 "io-surface",
 3498 "libc",
 3499 "metal",
 3500]
 3501
 3502[[package]]
 3503name = "core_maths"
 3504version = "0.1.1"
 3505source = "registry+https://github.com/rust-lang/crates.io-index"
 3506checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3507dependencies = [
 3508 "libm",
 3509]
 3510
 3511[[package]]
 3512name = "coreaudio-rs"
 3513version = "0.11.3"
 3514source = "registry+https://github.com/rust-lang/crates.io-index"
 3515checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3516dependencies = [
 3517 "bitflags 1.3.2",
 3518 "core-foundation-sys",
 3519 "coreaudio-sys",
 3520]
 3521
 3522[[package]]
 3523name = "coreaudio-rs"
 3524version = "0.12.1"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3527dependencies = [
 3528 "bitflags 1.3.2",
 3529 "core-foundation-sys",
 3530 "coreaudio-sys",
 3531]
 3532
 3533[[package]]
 3534name = "coreaudio-sys"
 3535version = "0.2.16"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3538dependencies = [
 3539 "bindgen 0.70.1",
 3540]
 3541
 3542[[package]]
 3543name = "cosmic-text"
 3544version = "0.14.0"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "3e1ecbb5db9a4c2ee642df67bcfa8f044dd867dbbaa21bfab139cbc204ffbf67"
 3547dependencies = [
 3548 "bitflags 2.9.0",
 3549 "fontdb 0.16.2",
 3550 "log",
 3551 "rangemap",
 3552 "rustc-hash 1.1.0",
 3553 "rustybuzz 0.14.1",
 3554 "self_cell",
 3555 "smol_str 0.2.2",
 3556 "swash",
 3557 "sys-locale",
 3558 "ttf-parser 0.21.1",
 3559 "unicode-bidi",
 3560 "unicode-linebreak",
 3561 "unicode-script",
 3562 "unicode-segmentation",
 3563]
 3564
 3565[[package]]
 3566name = "cpal"
 3567version = "0.15.3"
 3568source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3569dependencies = [
 3570 "alsa",
 3571 "core-foundation-sys",
 3572 "coreaudio-rs 0.11.3",
 3573 "dasp_sample",
 3574 "jni",
 3575 "js-sys",
 3576 "libc",
 3577 "mach2",
 3578 "ndk",
 3579 "ndk-context",
 3580 "oboe",
 3581 "wasm-bindgen",
 3582 "wasm-bindgen-futures",
 3583 "web-sys",
 3584 "windows 0.54.0",
 3585]
 3586
 3587[[package]]
 3588name = "cpp_demangle"
 3589version = "0.4.4"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3592dependencies = [
 3593 "cfg-if",
 3594]
 3595
 3596[[package]]
 3597name = "cpufeatures"
 3598version = "0.2.17"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3601dependencies = [
 3602 "libc",
 3603]
 3604
 3605[[package]]
 3606name = "cranelift-bforest"
 3607version = "0.116.1"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3610dependencies = [
 3611 "cranelift-entity",
 3612]
 3613
 3614[[package]]
 3615name = "cranelift-bitset"
 3616version = "0.116.1"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3619dependencies = [
 3620 "serde",
 3621 "serde_derive",
 3622]
 3623
 3624[[package]]
 3625name = "cranelift-codegen"
 3626version = "0.116.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3629dependencies = [
 3630 "bumpalo",
 3631 "cranelift-bforest",
 3632 "cranelift-bitset",
 3633 "cranelift-codegen-meta",
 3634 "cranelift-codegen-shared",
 3635 "cranelift-control",
 3636 "cranelift-entity",
 3637 "cranelift-isle",
 3638 "gimli",
 3639 "hashbrown 0.14.5",
 3640 "log",
 3641 "postcard",
 3642 "regalloc2",
 3643 "rustc-hash 2.1.1",
 3644 "serde",
 3645 "serde_derive",
 3646 "sha2",
 3647 "smallvec",
 3648 "target-lexicon 0.13.2",
 3649]
 3650
 3651[[package]]
 3652name = "cranelift-codegen-meta"
 3653version = "0.116.1"
 3654source = "registry+https://github.com/rust-lang/crates.io-index"
 3655checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3656dependencies = [
 3657 "cranelift-codegen-shared",
 3658]
 3659
 3660[[package]]
 3661name = "cranelift-codegen-shared"
 3662version = "0.116.1"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3665
 3666[[package]]
 3667name = "cranelift-control"
 3668version = "0.116.1"
 3669source = "registry+https://github.com/rust-lang/crates.io-index"
 3670checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3671dependencies = [
 3672 "arbitrary",
 3673]
 3674
 3675[[package]]
 3676name = "cranelift-entity"
 3677version = "0.116.1"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3680dependencies = [
 3681 "cranelift-bitset",
 3682 "serde",
 3683 "serde_derive",
 3684]
 3685
 3686[[package]]
 3687name = "cranelift-frontend"
 3688version = "0.116.1"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3691dependencies = [
 3692 "cranelift-codegen",
 3693 "log",
 3694 "smallvec",
 3695 "target-lexicon 0.13.2",
 3696]
 3697
 3698[[package]]
 3699name = "cranelift-isle"
 3700version = "0.116.1"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3703
 3704[[package]]
 3705name = "cranelift-native"
 3706version = "0.116.1"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3709dependencies = [
 3710 "cranelift-codegen",
 3711 "libc",
 3712 "target-lexicon 0.13.2",
 3713]
 3714
 3715[[package]]
 3716name = "crc"
 3717version = "3.2.1"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3720dependencies = [
 3721 "crc-catalog",
 3722]
 3723
 3724[[package]]
 3725name = "crc-catalog"
 3726version = "2.4.0"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3729
 3730[[package]]
 3731name = "crc32c"
 3732version = "0.6.8"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3735dependencies = [
 3736 "rustc_version",
 3737]
 3738
 3739[[package]]
 3740name = "crc32fast"
 3741version = "1.4.2"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3744dependencies = [
 3745 "cfg-if",
 3746]
 3747
 3748[[package]]
 3749name = "crc64fast-nvme"
 3750version = "1.2.0"
 3751source = "registry+https://github.com/rust-lang/crates.io-index"
 3752checksum = "4955638f00a809894c947f85a024020a20815b65a5eea633798ea7924edab2b3"
 3753dependencies = [
 3754 "crc",
 3755]
 3756
 3757[[package]]
 3758name = "credentials_provider"
 3759version = "0.1.0"
 3760dependencies = [
 3761 "anyhow",
 3762 "futures 0.3.31",
 3763 "gpui",
 3764 "paths",
 3765 "release_channel",
 3766 "serde",
 3767 "serde_json",
 3768 "workspace-hack",
 3769]
 3770
 3771[[package]]
 3772name = "criterion"
 3773version = "0.5.1"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3776dependencies = [
 3777 "anes",
 3778 "cast",
 3779 "ciborium",
 3780 "clap",
 3781 "criterion-plot",
 3782 "is-terminal",
 3783 "itertools 0.10.5",
 3784 "num-traits",
 3785 "once_cell",
 3786 "oorandom",
 3787 "plotters",
 3788 "rayon",
 3789 "regex",
 3790 "serde",
 3791 "serde_derive",
 3792 "serde_json",
 3793 "tinytemplate",
 3794 "walkdir",
 3795]
 3796
 3797[[package]]
 3798name = "criterion-plot"
 3799version = "0.5.0"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3802dependencies = [
 3803 "cast",
 3804 "itertools 0.10.5",
 3805]
 3806
 3807[[package]]
 3808name = "crossbeam-channel"
 3809version = "0.5.15"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 3812dependencies = [
 3813 "crossbeam-utils",
 3814]
 3815
 3816[[package]]
 3817name = "crossbeam-deque"
 3818version = "0.8.6"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 3821dependencies = [
 3822 "crossbeam-epoch",
 3823 "crossbeam-utils",
 3824]
 3825
 3826[[package]]
 3827name = "crossbeam-epoch"
 3828version = "0.9.18"
 3829source = "registry+https://github.com/rust-lang/crates.io-index"
 3830checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3831dependencies = [
 3832 "crossbeam-utils",
 3833]
 3834
 3835[[package]]
 3836name = "crossbeam-queue"
 3837version = "0.3.12"
 3838source = "registry+https://github.com/rust-lang/crates.io-index"
 3839checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 3840dependencies = [
 3841 "crossbeam-utils",
 3842]
 3843
 3844[[package]]
 3845name = "crossbeam-utils"
 3846version = "0.8.21"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 3849
 3850[[package]]
 3851name = "crunchy"
 3852version = "0.2.3"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
 3855
 3856[[package]]
 3857name = "crypto-bigint"
 3858version = "0.4.9"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3861dependencies = [
 3862 "generic-array",
 3863 "rand_core 0.6.4",
 3864 "subtle",
 3865 "zeroize",
 3866]
 3867
 3868[[package]]
 3869name = "crypto-bigint"
 3870version = "0.5.5"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3873dependencies = [
 3874 "rand_core 0.6.4",
 3875 "subtle",
 3876]
 3877
 3878[[package]]
 3879name = "crypto-common"
 3880version = "0.1.6"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3883dependencies = [
 3884 "generic-array",
 3885 "rand_core 0.6.4",
 3886 "typenum",
 3887]
 3888
 3889[[package]]
 3890name = "cssparser"
 3891version = "0.35.0"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 3894dependencies = [
 3895 "cssparser-macros",
 3896 "dtoa-short",
 3897 "itoa",
 3898 "phf",
 3899 "smallvec",
 3900]
 3901
 3902[[package]]
 3903name = "cssparser-macros"
 3904version = "0.6.1"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 3907dependencies = [
 3908 "quote",
 3909 "syn 2.0.101",
 3910]
 3911
 3912[[package]]
 3913name = "ctor"
 3914version = "0.4.2"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5"
 3917dependencies = [
 3918 "ctor-proc-macro",
 3919 "dtor",
 3920]
 3921
 3922[[package]]
 3923name = "ctor-proc-macro"
 3924version = "0.0.5"
 3925source = "registry+https://github.com/rust-lang/crates.io-index"
 3926checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3927
 3928[[package]]
 3929name = "ctrlc"
 3930version = "3.4.6"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
 3933dependencies = [
 3934 "nix 0.29.0",
 3935 "windows-sys 0.59.0",
 3936]
 3937
 3938[[package]]
 3939name = "cursor-icon"
 3940version = "1.1.0"
 3941source = "registry+https://github.com/rust-lang/crates.io-index"
 3942checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3943
 3944[[package]]
 3945name = "cxx"
 3946version = "1.0.157"
 3947source = "registry+https://github.com/rust-lang/crates.io-index"
 3948checksum = "3d6354e975ea4ec28033ec3a36fa9baa1a02e3eb22ad740eeb4929370d4f5ba8"
 3949dependencies = [
 3950 "cc",
 3951 "cxxbridge-cmd",
 3952 "cxxbridge-flags",
 3953 "cxxbridge-macro",
 3954 "foldhash",
 3955 "link-cplusplus",
 3956]
 3957
 3958[[package]]
 3959name = "cxx-build"
 3960version = "1.0.157"
 3961source = "registry+https://github.com/rust-lang/crates.io-index"
 3962checksum = "8b4400e26ea4b99417e4263b1ce2d8452404d750ba0809a7bd043072593d430d"
 3963dependencies = [
 3964 "cc",
 3965 "codespan-reporting 0.12.0",
 3966 "proc-macro2",
 3967 "quote",
 3968 "scratch",
 3969 "syn 2.0.101",
 3970]
 3971
 3972[[package]]
 3973name = "cxxbridge-cmd"
 3974version = "1.0.157"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "31860c98f69fc14da5742c5deaf78983e846c7b27804ca8c8319e32eef421bde"
 3977dependencies = [
 3978 "clap",
 3979 "codespan-reporting 0.12.0",
 3980 "proc-macro2",
 3981 "quote",
 3982 "syn 2.0.101",
 3983]
 3984
 3985[[package]]
 3986name = "cxxbridge-flags"
 3987version = "1.0.157"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "b0402a66013f3b8d3d9f2d7c9994656cc81e671054822b0728d7454d9231892f"
 3990
 3991[[package]]
 3992name = "cxxbridge-macro"
 3993version = "1.0.157"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "64c0b38f32d68f3324a981645ee39b2d686af36d03c98a386df3716108c9feae"
 3996dependencies = [
 3997 "proc-macro2",
 3998 "quote",
 3999 "rustversion",
 4000 "syn 2.0.101",
 4001]
 4002
 4003[[package]]
 4004name = "dap"
 4005version = "0.1.0"
 4006dependencies = [
 4007 "anyhow",
 4008 "async-compression",
 4009 "async-pipe",
 4010 "async-tar",
 4011 "async-trait",
 4012 "client",
 4013 "collections",
 4014 "dap-types",
 4015 "env_logger 0.11.8",
 4016 "fs",
 4017 "futures 0.3.31",
 4018 "gpui",
 4019 "http_client",
 4020 "language",
 4021 "log",
 4022 "node_runtime",
 4023 "parking_lot",
 4024 "paths",
 4025 "proto",
 4026 "schemars",
 4027 "serde",
 4028 "serde_json",
 4029 "settings",
 4030 "smallvec",
 4031 "smol",
 4032 "task",
 4033 "telemetry",
 4034 "util",
 4035 "workspace-hack",
 4036]
 4037
 4038[[package]]
 4039name = "dap-types"
 4040version = "0.0.1"
 4041source = "git+https://github.com/zed-industries/dap-types?rev=be69a016ba710191b9fdded28c8b042af4b617f7#be69a016ba710191b9fdded28c8b042af4b617f7"
 4042dependencies = [
 4043 "schemars",
 4044 "serde",
 4045 "serde_json",
 4046]
 4047
 4048[[package]]
 4049name = "dap_adapters"
 4050version = "0.1.0"
 4051dependencies = [
 4052 "anyhow",
 4053 "async-trait",
 4054 "dap",
 4055 "futures 0.3.31",
 4056 "gpui",
 4057 "language",
 4058 "paths",
 4059 "serde",
 4060 "serde_json",
 4061 "smol",
 4062 "task",
 4063 "util",
 4064 "workspace-hack",
 4065]
 4066
 4067[[package]]
 4068name = "darling"
 4069version = "0.20.11"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4072dependencies = [
 4073 "darling_core",
 4074 "darling_macro",
 4075]
 4076
 4077[[package]]
 4078name = "darling_core"
 4079version = "0.20.11"
 4080source = "registry+https://github.com/rust-lang/crates.io-index"
 4081checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4082dependencies = [
 4083 "fnv",
 4084 "ident_case",
 4085 "proc-macro2",
 4086 "quote",
 4087 "strsim",
 4088 "syn 2.0.101",
 4089]
 4090
 4091[[package]]
 4092name = "darling_macro"
 4093version = "0.20.11"
 4094source = "registry+https://github.com/rust-lang/crates.io-index"
 4095checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4096dependencies = [
 4097 "darling_core",
 4098 "quote",
 4099 "syn 2.0.101",
 4100]
 4101
 4102[[package]]
 4103name = "dashmap"
 4104version = "5.5.3"
 4105source = "registry+https://github.com/rust-lang/crates.io-index"
 4106checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 4107dependencies = [
 4108 "cfg-if",
 4109 "hashbrown 0.14.5",
 4110 "lock_api",
 4111 "once_cell",
 4112 "parking_lot_core",
 4113]
 4114
 4115[[package]]
 4116name = "dashmap"
 4117version = "6.1.0"
 4118source = "registry+https://github.com/rust-lang/crates.io-index"
 4119checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4120dependencies = [
 4121 "cfg-if",
 4122 "crossbeam-utils",
 4123 "hashbrown 0.14.5",
 4124 "lock_api",
 4125 "once_cell",
 4126 "parking_lot_core",
 4127]
 4128
 4129[[package]]
 4130name = "dasp_sample"
 4131version = "0.11.0"
 4132source = "registry+https://github.com/rust-lang/crates.io-index"
 4133checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4134
 4135[[package]]
 4136name = "data-encoding"
 4137version = "2.9.0"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4140
 4141[[package]]
 4142name = "data-url"
 4143version = "0.3.1"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 4146
 4147[[package]]
 4148name = "db"
 4149version = "0.1.0"
 4150dependencies = [
 4151 "anyhow",
 4152 "gpui",
 4153 "indoc",
 4154 "log",
 4155 "paths",
 4156 "release_channel",
 4157 "smol",
 4158 "sqlez",
 4159 "sqlez_macros",
 4160 "tempfile",
 4161 "util",
 4162 "workspace-hack",
 4163]
 4164
 4165[[package]]
 4166name = "dbus"
 4167version = "0.9.7"
 4168source = "registry+https://github.com/rust-lang/crates.io-index"
 4169checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 4170dependencies = [
 4171 "libc",
 4172 "libdbus-sys",
 4173 "winapi",
 4174]
 4175
 4176[[package]]
 4177name = "debug_adapter_extension"
 4178version = "0.1.0"
 4179dependencies = [
 4180 "anyhow",
 4181 "async-trait",
 4182 "dap",
 4183 "extension",
 4184 "gpui",
 4185 "serde_json",
 4186 "task",
 4187 "workspace-hack",
 4188]
 4189
 4190[[package]]
 4191name = "debugger_tools"
 4192version = "0.1.0"
 4193dependencies = [
 4194 "anyhow",
 4195 "dap",
 4196 "editor",
 4197 "futures 0.3.31",
 4198 "gpui",
 4199 "project",
 4200 "serde_json",
 4201 "settings",
 4202 "smol",
 4203 "util",
 4204 "workspace",
 4205 "workspace-hack",
 4206]
 4207
 4208[[package]]
 4209name = "debugger_ui"
 4210version = "0.1.0"
 4211dependencies = [
 4212 "anyhow",
 4213 "client",
 4214 "collections",
 4215 "command_palette_hooks",
 4216 "dap",
 4217 "dap_adapters",
 4218 "db",
 4219 "debugger_tools",
 4220 "editor",
 4221 "env_logger 0.11.8",
 4222 "feature_flags",
 4223 "file_icons",
 4224 "futures 0.3.31",
 4225 "fuzzy",
 4226 "gpui",
 4227 "language",
 4228 "log",
 4229 "menu",
 4230 "parking_lot",
 4231 "paths",
 4232 "picker",
 4233 "pretty_assertions",
 4234 "project",
 4235 "rpc",
 4236 "serde",
 4237 "serde_json",
 4238 "settings",
 4239 "shlex",
 4240 "sysinfo",
 4241 "task",
 4242 "tasks_ui",
 4243 "terminal_view",
 4244 "theme",
 4245 "ui",
 4246 "unindent",
 4247 "util",
 4248 "workspace",
 4249 "workspace-hack",
 4250]
 4251
 4252[[package]]
 4253name = "deepseek"
 4254version = "0.1.0"
 4255dependencies = [
 4256 "anyhow",
 4257 "futures 0.3.31",
 4258 "http_client",
 4259 "schemars",
 4260 "serde",
 4261 "serde_json",
 4262 "workspace-hack",
 4263]
 4264
 4265[[package]]
 4266name = "deflate64"
 4267version = "0.1.9"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4270
 4271[[package]]
 4272name = "der"
 4273version = "0.6.1"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4276dependencies = [
 4277 "const-oid",
 4278 "zeroize",
 4279]
 4280
 4281[[package]]
 4282name = "der"
 4283version = "0.7.10"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4286dependencies = [
 4287 "const-oid",
 4288 "pem-rfc7468",
 4289 "zeroize",
 4290]
 4291
 4292[[package]]
 4293name = "deranged"
 4294version = "0.4.0"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4297dependencies = [
 4298 "powerfmt",
 4299 "serde",
 4300]
 4301
 4302[[package]]
 4303name = "derive_builder"
 4304version = "0.20.2"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
 4307dependencies = [
 4308 "derive_builder_macro",
 4309]
 4310
 4311[[package]]
 4312name = "derive_builder_core"
 4313version = "0.20.2"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
 4316dependencies = [
 4317 "darling",
 4318 "proc-macro2",
 4319 "quote",
 4320 "syn 2.0.101",
 4321]
 4322
 4323[[package]]
 4324name = "derive_builder_macro"
 4325version = "0.20.2"
 4326source = "registry+https://github.com/rust-lang/crates.io-index"
 4327checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
 4328dependencies = [
 4329 "derive_builder_core",
 4330 "syn 2.0.101",
 4331]
 4332
 4333[[package]]
 4334name = "derive_more"
 4335version = "0.99.19"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4338dependencies = [
 4339 "convert_case 0.4.0",
 4340 "proc-macro2",
 4341 "quote",
 4342 "rustc_version",
 4343 "syn 2.0.101",
 4344]
 4345
 4346[[package]]
 4347name = "derive_refineable"
 4348version = "0.1.0"
 4349dependencies = [
 4350 "proc-macro2",
 4351 "quote",
 4352 "syn 1.0.109",
 4353 "workspace-hack",
 4354]
 4355
 4356[[package]]
 4357name = "diagnostics"
 4358version = "0.1.0"
 4359dependencies = [
 4360 "anyhow",
 4361 "client",
 4362 "collections",
 4363 "component",
 4364 "ctor",
 4365 "editor",
 4366 "env_logger 0.11.8",
 4367 "futures 0.3.31",
 4368 "gpui",
 4369 "indoc",
 4370 "language",
 4371 "log",
 4372 "lsp",
 4373 "markdown",
 4374 "pretty_assertions",
 4375 "project",
 4376 "rand 0.8.5",
 4377 "serde",
 4378 "serde_json",
 4379 "settings",
 4380 "text",
 4381 "theme",
 4382 "ui",
 4383 "unindent",
 4384 "util",
 4385 "workspace",
 4386 "workspace-hack",
 4387]
 4388
 4389[[package]]
 4390name = "dialoguer"
 4391version = "0.11.0"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4394dependencies = [
 4395 "console",
 4396 "fuzzy-matcher",
 4397 "shell-words",
 4398 "tempfile",
 4399 "thiserror 1.0.69",
 4400 "zeroize",
 4401]
 4402
 4403[[package]]
 4404name = "diff"
 4405version = "0.1.13"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4408
 4409[[package]]
 4410name = "digest"
 4411version = "0.10.7"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4414dependencies = [
 4415 "block-buffer",
 4416 "const-oid",
 4417 "crypto-common",
 4418 "subtle",
 4419]
 4420
 4421[[package]]
 4422name = "dirs"
 4423version = "4.0.0"
 4424source = "registry+https://github.com/rust-lang/crates.io-index"
 4425checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4426dependencies = [
 4427 "dirs-sys 0.3.7",
 4428]
 4429
 4430[[package]]
 4431name = "dirs"
 4432version = "5.0.1"
 4433source = "registry+https://github.com/rust-lang/crates.io-index"
 4434checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4435dependencies = [
 4436 "dirs-sys 0.4.1",
 4437]
 4438
 4439[[package]]
 4440name = "dirs"
 4441version = "6.0.0"
 4442source = "registry+https://github.com/rust-lang/crates.io-index"
 4443checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4444dependencies = [
 4445 "dirs-sys 0.5.0",
 4446]
 4447
 4448[[package]]
 4449name = "dirs-sys"
 4450version = "0.3.7"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4453dependencies = [
 4454 "libc",
 4455 "redox_users 0.4.6",
 4456 "winapi",
 4457]
 4458
 4459[[package]]
 4460name = "dirs-sys"
 4461version = "0.4.1"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4464dependencies = [
 4465 "libc",
 4466 "option-ext",
 4467 "redox_users 0.4.6",
 4468 "windows-sys 0.48.0",
 4469]
 4470
 4471[[package]]
 4472name = "dirs-sys"
 4473version = "0.5.0"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4476dependencies = [
 4477 "libc",
 4478 "option-ext",
 4479 "redox_users 0.5.0",
 4480 "windows-sys 0.59.0",
 4481]
 4482
 4483[[package]]
 4484name = "dispatch"
 4485version = "0.2.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4488
 4489[[package]]
 4490name = "dispatch2"
 4491version = "0.3.0"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
 4494dependencies = [
 4495 "bitflags 2.9.0",
 4496 "objc2",
 4497]
 4498
 4499[[package]]
 4500name = "displaydoc"
 4501version = "0.2.5"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4504dependencies = [
 4505 "proc-macro2",
 4506 "quote",
 4507 "syn 2.0.101",
 4508]
 4509
 4510[[package]]
 4511name = "dlib"
 4512version = "0.5.2"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4515dependencies = [
 4516 "libloading",
 4517]
 4518
 4519[[package]]
 4520name = "docs_preprocessor"
 4521version = "0.1.0"
 4522dependencies = [
 4523 "anyhow",
 4524 "clap",
 4525 "mdbook",
 4526 "regex",
 4527 "serde",
 4528 "serde_json",
 4529 "settings",
 4530 "util",
 4531 "workspace-hack",
 4532]
 4533
 4534[[package]]
 4535name = "documented"
 4536version = "0.9.1"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "bc6db32f0995bc4553d2de888999075acd0dbeef75ba923503f6a724263dc6f3"
 4539dependencies = [
 4540 "documented-macros",
 4541 "phf",
 4542 "thiserror 1.0.69",
 4543]
 4544
 4545[[package]]
 4546name = "documented-macros"
 4547version = "0.9.1"
 4548source = "registry+https://github.com/rust-lang/crates.io-index"
 4549checksum = "a394bb35929b58f9a5fd418f7c6b17a4b616efcc1e53e6995ca123948f87e5fa"
 4550dependencies = [
 4551 "convert_case 0.6.0",
 4552 "itertools 0.13.0",
 4553 "optfield",
 4554 "proc-macro2",
 4555 "quote",
 4556 "strum 0.26.3",
 4557 "syn 2.0.101",
 4558]
 4559
 4560[[package]]
 4561name = "dotenv"
 4562version = "0.15.0"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
 4565
 4566[[package]]
 4567name = "dotenvy"
 4568version = "0.15.7"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4571
 4572[[package]]
 4573name = "downcast-rs"
 4574version = "1.2.1"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4577
 4578[[package]]
 4579name = "doxygen-rs"
 4580version = "0.4.2"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4583dependencies = [
 4584 "phf",
 4585]
 4586
 4587[[package]]
 4588name = "dtoa"
 4589version = "1.0.10"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 4592
 4593[[package]]
 4594name = "dtoa-short"
 4595version = "0.3.5"
 4596source = "registry+https://github.com/rust-lang/crates.io-index"
 4597checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 4598dependencies = [
 4599 "dtoa",
 4600]
 4601
 4602[[package]]
 4603name = "dtor"
 4604version = "0.0.6"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 4607dependencies = [
 4608 "dtor-proc-macro",
 4609]
 4610
 4611[[package]]
 4612name = "dtor-proc-macro"
 4613version = "0.0.5"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4616
 4617[[package]]
 4618name = "dunce"
 4619version = "1.0.5"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4622
 4623[[package]]
 4624name = "dwrote"
 4625version = "0.11.3"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "bfe1f192fcce01590bd8d839aca53ce0d11d803bf291b2a6c4ad925a8f0024be"
 4628dependencies = [
 4629 "lazy_static",
 4630 "libc",
 4631 "winapi",
 4632 "wio",
 4633]
 4634
 4635[[package]]
 4636name = "dyn-clone"
 4637version = "1.0.19"
 4638source = "registry+https://github.com/rust-lang/crates.io-index"
 4639checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
 4640
 4641[[package]]
 4642name = "ec4rs"
 4643version = "1.2.0"
 4644source = "registry+https://github.com/rust-lang/crates.io-index"
 4645checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 4646
 4647[[package]]
 4648name = "ecdsa"
 4649version = "0.14.8"
 4650source = "registry+https://github.com/rust-lang/crates.io-index"
 4651checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4652dependencies = [
 4653 "der 0.6.1",
 4654 "elliptic-curve",
 4655 "rfc6979",
 4656 "signature 1.6.4",
 4657]
 4658
 4659[[package]]
 4660name = "editor"
 4661version = "0.1.0"
 4662dependencies = [
 4663 "aho-corasick",
 4664 "anyhow",
 4665 "assets",
 4666 "buffer_diff",
 4667 "client",
 4668 "clock",
 4669 "collections",
 4670 "command_palette_hooks",
 4671 "convert_case 0.8.0",
 4672 "ctor",
 4673 "dap",
 4674 "db",
 4675 "emojis",
 4676 "env_logger 0.11.8",
 4677 "feature_flags",
 4678 "file_icons",
 4679 "fs",
 4680 "futures 0.3.31",
 4681 "fuzzy",
 4682 "git",
 4683 "gpui",
 4684 "http_client",
 4685 "indoc",
 4686 "inline_completion",
 4687 "itertools 0.14.0",
 4688 "language",
 4689 "languages",
 4690 "linkify",
 4691 "log",
 4692 "lsp",
 4693 "markdown",
 4694 "menu",
 4695 "multi_buffer",
 4696 "ordered-float 2.10.1",
 4697 "parking_lot",
 4698 "pretty_assertions",
 4699 "project",
 4700 "rand 0.8.5",
 4701 "release_channel",
 4702 "rpc",
 4703 "schemars",
 4704 "serde",
 4705 "serde_json",
 4706 "settings",
 4707 "smallvec",
 4708 "smol",
 4709 "snippet",
 4710 "sum_tree",
 4711 "task",
 4712 "telemetry",
 4713 "tempfile",
 4714 "text",
 4715 "theme",
 4716 "time",
 4717 "tree-sitter-html",
 4718 "tree-sitter-python",
 4719 "tree-sitter-rust",
 4720 "tree-sitter-typescript",
 4721 "ui",
 4722 "unicode-script",
 4723 "unicode-segmentation",
 4724 "unindent",
 4725 "url",
 4726 "util",
 4727 "uuid",
 4728 "workspace",
 4729 "workspace-hack",
 4730 "zed_actions",
 4731]
 4732
 4733[[package]]
 4734name = "either"
 4735version = "1.15.0"
 4736source = "registry+https://github.com/rust-lang/crates.io-index"
 4737checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 4738dependencies = [
 4739 "serde",
 4740]
 4741
 4742[[package]]
 4743name = "elasticlunr-rs"
 4744version = "3.0.2"
 4745source = "registry+https://github.com/rust-lang/crates.io-index"
 4746checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4747dependencies = [
 4748 "regex",
 4749 "serde",
 4750 "serde_derive",
 4751 "serde_json",
 4752]
 4753
 4754[[package]]
 4755name = "elliptic-curve"
 4756version = "0.12.3"
 4757source = "registry+https://github.com/rust-lang/crates.io-index"
 4758checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4759dependencies = [
 4760 "base16ct",
 4761 "crypto-bigint 0.4.9",
 4762 "der 0.6.1",
 4763 "digest",
 4764 "ff",
 4765 "generic-array",
 4766 "group",
 4767 "pkcs8 0.9.0",
 4768 "rand_core 0.6.4",
 4769 "sec1",
 4770 "subtle",
 4771 "zeroize",
 4772]
 4773
 4774[[package]]
 4775name = "email_address"
 4776version = "0.2.9"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 4779dependencies = [
 4780 "serde",
 4781]
 4782
 4783[[package]]
 4784name = "embed-resource"
 4785version = "3.0.2"
 4786source = "registry+https://github.com/rust-lang/crates.io-index"
 4787checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4788dependencies = [
 4789 "cc",
 4790 "memchr",
 4791 "rustc_version",
 4792 "toml 0.8.20",
 4793 "vswhom",
 4794 "winreg 0.52.0",
 4795]
 4796
 4797[[package]]
 4798name = "embedded-io"
 4799version = "0.4.0"
 4800source = "registry+https://github.com/rust-lang/crates.io-index"
 4801checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4802
 4803[[package]]
 4804name = "embedded-io"
 4805version = "0.6.1"
 4806source = "registry+https://github.com/rust-lang/crates.io-index"
 4807checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4808
 4809[[package]]
 4810name = "emojis"
 4811version = "0.6.4"
 4812source = "registry+https://github.com/rust-lang/crates.io-index"
 4813checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4814dependencies = [
 4815 "phf",
 4816]
 4817
 4818[[package]]
 4819name = "encode_unicode"
 4820version = "1.0.0"
 4821source = "registry+https://github.com/rust-lang/crates.io-index"
 4822checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 4823
 4824[[package]]
 4825name = "encoding_rs"
 4826version = "0.8.35"
 4827source = "registry+https://github.com/rust-lang/crates.io-index"
 4828checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4829dependencies = [
 4830 "cfg-if",
 4831]
 4832
 4833[[package]]
 4834name = "endi"
 4835version = "1.1.0"
 4836source = "registry+https://github.com/rust-lang/crates.io-index"
 4837checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4838
 4839[[package]]
 4840name = "enumflags2"
 4841version = "0.7.11"
 4842source = "registry+https://github.com/rust-lang/crates.io-index"
 4843checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147"
 4844dependencies = [
 4845 "enumflags2_derive",
 4846 "serde",
 4847]
 4848
 4849[[package]]
 4850name = "enumflags2_derive"
 4851version = "0.7.11"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79"
 4854dependencies = [
 4855 "proc-macro2",
 4856 "quote",
 4857 "syn 2.0.101",
 4858]
 4859
 4860[[package]]
 4861name = "env_filter"
 4862version = "0.1.3"
 4863source = "registry+https://github.com/rust-lang/crates.io-index"
 4864checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
 4865dependencies = [
 4866 "log",
 4867 "regex",
 4868]
 4869
 4870[[package]]
 4871name = "env_logger"
 4872version = "0.10.2"
 4873source = "registry+https://github.com/rust-lang/crates.io-index"
 4874checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4875dependencies = [
 4876 "humantime",
 4877 "is-terminal",
 4878 "log",
 4879 "regex",
 4880 "termcolor",
 4881]
 4882
 4883[[package]]
 4884name = "env_logger"
 4885version = "0.11.8"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 4888dependencies = [
 4889 "anstream",
 4890 "anstyle",
 4891 "env_filter",
 4892 "jiff",
 4893 "log",
 4894]
 4895
 4896[[package]]
 4897name = "envy"
 4898version = "0.4.2"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4901dependencies = [
 4902 "serde",
 4903]
 4904
 4905[[package]]
 4906name = "equivalent"
 4907version = "1.0.2"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 4910
 4911[[package]]
 4912name = "erased-serde"
 4913version = "0.4.6"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7"
 4916dependencies = [
 4917 "serde",
 4918 "typeid",
 4919]
 4920
 4921[[package]]
 4922name = "errno"
 4923version = "0.2.8"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4926dependencies = [
 4927 "errno-dragonfly",
 4928 "libc",
 4929 "winapi",
 4930]
 4931
 4932[[package]]
 4933name = "errno"
 4934version = "0.3.11"
 4935source = "registry+https://github.com/rust-lang/crates.io-index"
 4936checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
 4937dependencies = [
 4938 "libc",
 4939 "windows-sys 0.59.0",
 4940]
 4941
 4942[[package]]
 4943name = "errno-dragonfly"
 4944version = "0.1.2"
 4945source = "registry+https://github.com/rust-lang/crates.io-index"
 4946checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4947dependencies = [
 4948 "cc",
 4949 "libc",
 4950]
 4951
 4952[[package]]
 4953name = "etagere"
 4954version = "0.2.15"
 4955source = "registry+https://github.com/rust-lang/crates.io-index"
 4956checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4957dependencies = [
 4958 "euclid",
 4959 "svg_fmt",
 4960]
 4961
 4962[[package]]
 4963name = "etcetera"
 4964version = "0.8.0"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4967dependencies = [
 4968 "cfg-if",
 4969 "home",
 4970 "windows-sys 0.48.0",
 4971]
 4972
 4973[[package]]
 4974name = "euclid"
 4975version = "0.22.11"
 4976source = "registry+https://github.com/rust-lang/crates.io-index"
 4977checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4978dependencies = [
 4979 "num-traits",
 4980]
 4981
 4982[[package]]
 4983name = "eval"
 4984version = "0.1.0"
 4985dependencies = [
 4986 "agent",
 4987 "anyhow",
 4988 "assistant_settings",
 4989 "assistant_tool",
 4990 "assistant_tools",
 4991 "async-trait",
 4992 "async-watch",
 4993 "buffer_diff",
 4994 "chrono",
 4995 "clap",
 4996 "client",
 4997 "collections",
 4998 "debug_adapter_extension",
 4999 "dirs 4.0.0",
 5000 "dotenv",
 5001 "env_logger 0.11.8",
 5002 "extension",
 5003 "fs",
 5004 "futures 0.3.31",
 5005 "gpui",
 5006 "gpui_tokio",
 5007 "handlebars 4.5.0",
 5008 "language",
 5009 "language_extension",
 5010 "language_model",
 5011 "language_models",
 5012 "languages",
 5013 "markdown",
 5014 "node_runtime",
 5015 "pathdiff",
 5016 "paths",
 5017 "pretty_assertions",
 5018 "project",
 5019 "prompt_store",
 5020 "regex",
 5021 "release_channel",
 5022 "reqwest_client",
 5023 "serde",
 5024 "serde_json",
 5025 "settings",
 5026 "shellexpand 2.1.2",
 5027 "smol",
 5028 "telemetry",
 5029 "terminal_view",
 5030 "toml 0.8.20",
 5031 "unindent",
 5032 "util",
 5033 "uuid",
 5034 "workspace-hack",
 5035]
 5036
 5037[[package]]
 5038name = "event-listener"
 5039version = "2.5.3"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5042
 5043[[package]]
 5044name = "event-listener"
 5045version = "5.4.0"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
 5048dependencies = [
 5049 "concurrent-queue",
 5050 "parking",
 5051 "pin-project-lite",
 5052]
 5053
 5054[[package]]
 5055name = "event-listener-strategy"
 5056version = "0.5.4"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5059dependencies = [
 5060 "event-listener 5.4.0",
 5061 "pin-project-lite",
 5062]
 5063
 5064[[package]]
 5065name = "exec"
 5066version = "0.3.1"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5069dependencies = [
 5070 "errno 0.2.8",
 5071 "libc",
 5072]
 5073
 5074[[package]]
 5075name = "exr"
 5076version = "1.73.0"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5079dependencies = [
 5080 "bit_field",
 5081 "half",
 5082 "lebe",
 5083 "miniz_oxide",
 5084 "rayon-core",
 5085 "smallvec",
 5086 "zune-inflate",
 5087]
 5088
 5089[[package]]
 5090name = "extension"
 5091version = "0.1.0"
 5092dependencies = [
 5093 "anyhow",
 5094 "async-compression",
 5095 "async-tar",
 5096 "async-trait",
 5097 "collections",
 5098 "dap",
 5099 "fs",
 5100 "futures 0.3.31",
 5101 "gpui",
 5102 "heck 0.5.0",
 5103 "http_client",
 5104 "language",
 5105 "log",
 5106 "lsp",
 5107 "parking_lot",
 5108 "semantic_version",
 5109 "serde",
 5110 "serde_json",
 5111 "task",
 5112 "toml 0.8.20",
 5113 "util",
 5114 "wasi-preview1-component-adapter-provider",
 5115 "wasm-encoder 0.221.3",
 5116 "wasmparser 0.221.3",
 5117 "wit-component 0.221.3",
 5118 "workspace-hack",
 5119]
 5120
 5121[[package]]
 5122name = "extension_cli"
 5123version = "0.1.0"
 5124dependencies = [
 5125 "anyhow",
 5126 "clap",
 5127 "env_logger 0.11.8",
 5128 "extension",
 5129 "fs",
 5130 "gpui",
 5131 "language",
 5132 "log",
 5133 "reqwest_client",
 5134 "rpc",
 5135 "serde",
 5136 "serde_json",
 5137 "theme",
 5138 "tokio",
 5139 "toml 0.8.20",
 5140 "tree-sitter",
 5141 "wasmtime",
 5142 "workspace-hack",
 5143]
 5144
 5145[[package]]
 5146name = "extension_host"
 5147version = "0.1.0"
 5148dependencies = [
 5149 "anyhow",
 5150 "async-compression",
 5151 "async-tar",
 5152 "async-trait",
 5153 "client",
 5154 "collections",
 5155 "criterion",
 5156 "ctor",
 5157 "dap",
 5158 "env_logger 0.11.8",
 5159 "extension",
 5160 "fs",
 5161 "futures 0.3.31",
 5162 "gpui",
 5163 "http_client",
 5164 "language",
 5165 "language_extension",
 5166 "log",
 5167 "lsp",
 5168 "moka",
 5169 "node_runtime",
 5170 "parking_lot",
 5171 "paths",
 5172 "project",
 5173 "rand 0.8.5",
 5174 "release_channel",
 5175 "remote",
 5176 "reqwest_client",
 5177 "schemars",
 5178 "semantic_version",
 5179 "serde",
 5180 "serde_json",
 5181 "serde_json_lenient",
 5182 "settings",
 5183 "task",
 5184 "telemetry",
 5185 "tempfile",
 5186 "theme",
 5187 "theme_extension",
 5188 "toml 0.8.20",
 5189 "url",
 5190 "util",
 5191 "wasmparser 0.221.3",
 5192 "wasmtime",
 5193 "wasmtime-wasi",
 5194 "workspace-hack",
 5195]
 5196
 5197[[package]]
 5198name = "extensions_ui"
 5199version = "0.1.0"
 5200dependencies = [
 5201 "anyhow",
 5202 "client",
 5203 "collections",
 5204 "db",
 5205 "editor",
 5206 "extension",
 5207 "extension_host",
 5208 "fs",
 5209 "fuzzy",
 5210 "gpui",
 5211 "language",
 5212 "log",
 5213 "num-format",
 5214 "picker",
 5215 "project",
 5216 "release_channel",
 5217 "semantic_version",
 5218 "serde",
 5219 "settings",
 5220 "smallvec",
 5221 "strum 0.27.1",
 5222 "telemetry",
 5223 "theme",
 5224 "ui",
 5225 "util",
 5226 "vim_mode_setting",
 5227 "workspace",
 5228 "workspace-hack",
 5229 "zed_actions",
 5230]
 5231
 5232[[package]]
 5233name = "fallible-iterator"
 5234version = "0.3.0"
 5235source = "registry+https://github.com/rust-lang/crates.io-index"
 5236checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 5237
 5238[[package]]
 5239name = "fancy-regex"
 5240version = "0.13.0"
 5241source = "registry+https://github.com/rust-lang/crates.io-index"
 5242checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 5243dependencies = [
 5244 "bit-set 0.5.3",
 5245 "regex-automata 0.4.9",
 5246 "regex-syntax 0.8.5",
 5247]
 5248
 5249[[package]]
 5250name = "fancy-regex"
 5251version = "0.14.0"
 5252source = "registry+https://github.com/rust-lang/crates.io-index"
 5253checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 5254dependencies = [
 5255 "bit-set 0.8.0",
 5256 "regex-automata 0.4.9",
 5257 "regex-syntax 0.8.5",
 5258]
 5259
 5260[[package]]
 5261name = "fast-srgb8"
 5262version = "1.0.0"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 5265
 5266[[package]]
 5267name = "faster-hex"
 5268version = "0.9.0"
 5269source = "registry+https://github.com/rust-lang/crates.io-index"
 5270checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
 5271dependencies = [
 5272 "serde",
 5273]
 5274
 5275[[package]]
 5276name = "faster-hex"
 5277version = "0.10.0"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
 5280dependencies = [
 5281 "heapless",
 5282 "serde",
 5283]
 5284
 5285[[package]]
 5286name = "fastrand"
 5287version = "1.9.0"
 5288source = "registry+https://github.com/rust-lang/crates.io-index"
 5289checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 5290dependencies = [
 5291 "instant",
 5292]
 5293
 5294[[package]]
 5295name = "fastrand"
 5296version = "2.3.0"
 5297source = "registry+https://github.com/rust-lang/crates.io-index"
 5298checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 5299
 5300[[package]]
 5301name = "fd-lock"
 5302version = "4.0.4"
 5303source = "registry+https://github.com/rust-lang/crates.io-index"
 5304checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 5305dependencies = [
 5306 "cfg-if",
 5307 "rustix 1.0.7",
 5308 "windows-sys 0.59.0",
 5309]
 5310
 5311[[package]]
 5312name = "fdeflate"
 5313version = "0.3.7"
 5314source = "registry+https://github.com/rust-lang/crates.io-index"
 5315checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 5316dependencies = [
 5317 "simd-adler32",
 5318]
 5319
 5320[[package]]
 5321name = "feature_flags"
 5322version = "0.1.0"
 5323dependencies = [
 5324 "futures 0.3.31",
 5325 "gpui",
 5326 "smol",
 5327 "workspace-hack",
 5328]
 5329
 5330[[package]]
 5331name = "feedback"
 5332version = "0.1.0"
 5333dependencies = [
 5334 "client",
 5335 "editor",
 5336 "gpui",
 5337 "human_bytes",
 5338 "menu",
 5339 "release_channel",
 5340 "serde",
 5341 "sysinfo",
 5342 "ui",
 5343 "urlencoding",
 5344 "util",
 5345 "workspace",
 5346 "workspace-hack",
 5347 "zed_actions",
 5348]
 5349
 5350[[package]]
 5351name = "ff"
 5352version = "0.12.1"
 5353source = "registry+https://github.com/rust-lang/crates.io-index"
 5354checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 5355dependencies = [
 5356 "rand_core 0.6.4",
 5357 "subtle",
 5358]
 5359
 5360[[package]]
 5361name = "file_finder"
 5362version = "0.1.0"
 5363dependencies = [
 5364 "anyhow",
 5365 "collections",
 5366 "ctor",
 5367 "editor",
 5368 "env_logger 0.11.8",
 5369 "file_icons",
 5370 "futures 0.3.31",
 5371 "fuzzy",
 5372 "gpui",
 5373 "language",
 5374 "menu",
 5375 "picker",
 5376 "project",
 5377 "schemars",
 5378 "serde",
 5379 "serde_derive",
 5380 "serde_json",
 5381 "settings",
 5382 "text",
 5383 "theme",
 5384 "ui",
 5385 "util",
 5386 "workspace",
 5387 "workspace-hack",
 5388]
 5389
 5390[[package]]
 5391name = "file_icons"
 5392version = "0.1.0"
 5393dependencies = [
 5394 "gpui",
 5395 "serde",
 5396 "settings",
 5397 "theme",
 5398 "util",
 5399 "workspace-hack",
 5400]
 5401
 5402[[package]]
 5403name = "filedescriptor"
 5404version = "0.8.3"
 5405source = "registry+https://github.com/rust-lang/crates.io-index"
 5406checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5407dependencies = [
 5408 "libc",
 5409 "thiserror 1.0.69",
 5410 "winapi",
 5411]
 5412
 5413[[package]]
 5414name = "filetime"
 5415version = "0.2.25"
 5416source = "registry+https://github.com/rust-lang/crates.io-index"
 5417checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5418dependencies = [
 5419 "cfg-if",
 5420 "libc",
 5421 "libredox",
 5422 "windows-sys 0.59.0",
 5423]
 5424
 5425[[package]]
 5426name = "fixedbitset"
 5427version = "0.4.2"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5430
 5431[[package]]
 5432name = "flate2"
 5433version = "1.1.1"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
 5436dependencies = [
 5437 "crc32fast",
 5438 "libz-rs-sys",
 5439 "miniz_oxide",
 5440]
 5441
 5442[[package]]
 5443name = "float-cmp"
 5444version = "0.9.0"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5447
 5448[[package]]
 5449name = "float-ord"
 5450version = "0.3.2"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5453
 5454[[package]]
 5455name = "float_next_after"
 5456version = "1.0.0"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5459
 5460[[package]]
 5461name = "fluent-uri"
 5462version = "0.3.2"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
 5465dependencies = [
 5466 "borrow-or-share",
 5467 "ref-cast",
 5468 "serde",
 5469]
 5470
 5471[[package]]
 5472name = "flume"
 5473version = "0.11.1"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5476dependencies = [
 5477 "futures-core",
 5478 "futures-sink",
 5479 "nanorand",
 5480 "spin",
 5481]
 5482
 5483[[package]]
 5484name = "fnv"
 5485version = "1.0.7"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5488
 5489[[package]]
 5490name = "foldhash"
 5491version = "0.1.5"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 5494
 5495[[package]]
 5496name = "font-kit"
 5497version = "0.14.1"
 5498source = "git+https://github.com/zed-industries/font-kit?rev=5474cfad4b719a72ec8ed2cb7327b2b01fd10568#5474cfad4b719a72ec8ed2cb7327b2b01fd10568"
 5499dependencies = [
 5500 "bitflags 2.9.0",
 5501 "byteorder",
 5502 "core-foundation 0.10.0",
 5503 "core-graphics 0.24.0",
 5504 "core-text",
 5505 "dirs 5.0.1",
 5506 "dwrote",
 5507 "float-ord",
 5508 "freetype-sys",
 5509 "lazy_static",
 5510 "libc",
 5511 "log",
 5512 "pathfinder_geometry",
 5513 "pathfinder_simd",
 5514 "walkdir",
 5515 "winapi",
 5516 "yeslogic-fontconfig-sys",
 5517]
 5518
 5519[[package]]
 5520name = "font-types"
 5521version = "0.8.4"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "1fa6a5e5a77b5f3f7f9e32879f484aa5b3632ddfbe568a16266c904a6f32cdaf"
 5524dependencies = [
 5525 "bytemuck",
 5526]
 5527
 5528[[package]]
 5529name = "fontconfig-parser"
 5530version = "0.5.7"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5533dependencies = [
 5534 "roxmltree",
 5535]
 5536
 5537[[package]]
 5538name = "fontdb"
 5539version = "0.16.2"
 5540source = "registry+https://github.com/rust-lang/crates.io-index"
 5541checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5542dependencies = [
 5543 "fontconfig-parser",
 5544 "log",
 5545 "memmap2",
 5546 "slotmap",
 5547 "tinyvec",
 5548 "ttf-parser 0.20.0",
 5549]
 5550
 5551[[package]]
 5552name = "fontdb"
 5553version = "0.23.0"
 5554source = "registry+https://github.com/rust-lang/crates.io-index"
 5555checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5556dependencies = [
 5557 "fontconfig-parser",
 5558 "log",
 5559 "memmap2",
 5560 "slotmap",
 5561 "tinyvec",
 5562 "ttf-parser 0.25.1",
 5563]
 5564
 5565[[package]]
 5566name = "foreign-types"
 5567version = "0.3.2"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5570dependencies = [
 5571 "foreign-types-shared 0.1.1",
 5572]
 5573
 5574[[package]]
 5575name = "foreign-types"
 5576version = "0.5.0"
 5577source = "registry+https://github.com/rust-lang/crates.io-index"
 5578checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5579dependencies = [
 5580 "foreign-types-macros",
 5581 "foreign-types-shared 0.3.1",
 5582]
 5583
 5584[[package]]
 5585name = "foreign-types-macros"
 5586version = "0.2.3"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5589dependencies = [
 5590 "proc-macro2",
 5591 "quote",
 5592 "syn 2.0.101",
 5593]
 5594
 5595[[package]]
 5596name = "foreign-types-shared"
 5597version = "0.1.1"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5600
 5601[[package]]
 5602name = "foreign-types-shared"
 5603version = "0.3.1"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5606
 5607[[package]]
 5608name = "fork"
 5609version = "0.2.0"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5612dependencies = [
 5613 "libc",
 5614]
 5615
 5616[[package]]
 5617name = "form_urlencoded"
 5618version = "1.2.1"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5621dependencies = [
 5622 "percent-encoding",
 5623]
 5624
 5625[[package]]
 5626name = "fraction"
 5627version = "0.15.3"
 5628source = "registry+https://github.com/rust-lang/crates.io-index"
 5629checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 5630dependencies = [
 5631 "lazy_static",
 5632 "num",
 5633]
 5634
 5635[[package]]
 5636name = "freetype-sys"
 5637version = "0.20.1"
 5638source = "registry+https://github.com/rust-lang/crates.io-index"
 5639checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5640dependencies = [
 5641 "cc",
 5642 "libc",
 5643 "pkg-config",
 5644]
 5645
 5646[[package]]
 5647name = "fs"
 5648version = "0.1.0"
 5649dependencies = [
 5650 "anyhow",
 5651 "ashpd",
 5652 "async-tar",
 5653 "async-trait",
 5654 "cocoa 0.26.0",
 5655 "collections",
 5656 "fsevent",
 5657 "futures 0.3.31",
 5658 "git",
 5659 "gpui",
 5660 "ignore",
 5661 "libc",
 5662 "log",
 5663 "notify",
 5664 "objc",
 5665 "parking_lot",
 5666 "paths",
 5667 "proto",
 5668 "rope",
 5669 "serde",
 5670 "serde_json",
 5671 "smol",
 5672 "tempfile",
 5673 "text",
 5674 "time",
 5675 "util",
 5676 "windows 0.61.1",
 5677 "workspace-hack",
 5678]
 5679
 5680[[package]]
 5681name = "fs-set-times"
 5682version = "0.20.3"
 5683source = "registry+https://github.com/rust-lang/crates.io-index"
 5684checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 5685dependencies = [
 5686 "io-lifetimes",
 5687 "rustix 1.0.7",
 5688 "windows-sys 0.59.0",
 5689]
 5690
 5691[[package]]
 5692name = "fs2"
 5693version = "0.4.3"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5696dependencies = [
 5697 "libc",
 5698 "winapi",
 5699]
 5700
 5701[[package]]
 5702name = "fs_extra"
 5703version = "1.3.0"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5706
 5707[[package]]
 5708name = "fsevent"
 5709version = "0.1.0"
 5710dependencies = [
 5711 "bitflags 2.9.0",
 5712 "core-foundation 0.10.0",
 5713 "fsevent-sys 3.1.0",
 5714 "parking_lot",
 5715 "tempfile",
 5716 "workspace-hack",
 5717]
 5718
 5719[[package]]
 5720name = "fsevent-sys"
 5721version = "3.1.0"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5724dependencies = [
 5725 "libc",
 5726]
 5727
 5728[[package]]
 5729name = "fsevent-sys"
 5730version = "4.1.0"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5733dependencies = [
 5734 "libc",
 5735]
 5736
 5737[[package]]
 5738name = "funty"
 5739version = "2.0.0"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5742
 5743[[package]]
 5744name = "futf"
 5745version = "0.1.5"
 5746source = "registry+https://github.com/rust-lang/crates.io-index"
 5747checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5748dependencies = [
 5749 "mac",
 5750 "new_debug_unreachable",
 5751]
 5752
 5753[[package]]
 5754name = "futures"
 5755version = "0.1.31"
 5756source = "registry+https://github.com/rust-lang/crates.io-index"
 5757checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5758
 5759[[package]]
 5760name = "futures"
 5761version = "0.3.31"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5764dependencies = [
 5765 "futures-channel",
 5766 "futures-core",
 5767 "futures-executor",
 5768 "futures-io",
 5769 "futures-sink",
 5770 "futures-task",
 5771 "futures-util",
 5772]
 5773
 5774[[package]]
 5775name = "futures-batch"
 5776version = "0.6.1"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5779dependencies = [
 5780 "futures 0.3.31",
 5781 "futures-timer",
 5782 "pin-utils",
 5783]
 5784
 5785[[package]]
 5786name = "futures-channel"
 5787version = "0.3.31"
 5788source = "registry+https://github.com/rust-lang/crates.io-index"
 5789checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5790dependencies = [
 5791 "futures-core",
 5792 "futures-sink",
 5793]
 5794
 5795[[package]]
 5796name = "futures-core"
 5797version = "0.3.31"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5800
 5801[[package]]
 5802name = "futures-executor"
 5803version = "0.3.31"
 5804source = "registry+https://github.com/rust-lang/crates.io-index"
 5805checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5806dependencies = [
 5807 "futures-core",
 5808 "futures-task",
 5809 "futures-util",
 5810]
 5811
 5812[[package]]
 5813name = "futures-intrusive"
 5814version = "0.5.0"
 5815source = "registry+https://github.com/rust-lang/crates.io-index"
 5816checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5817dependencies = [
 5818 "futures-core",
 5819 "lock_api",
 5820 "parking_lot",
 5821]
 5822
 5823[[package]]
 5824name = "futures-io"
 5825version = "0.3.31"
 5826source = "registry+https://github.com/rust-lang/crates.io-index"
 5827checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5828
 5829[[package]]
 5830name = "futures-lite"
 5831version = "1.13.0"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5834dependencies = [
 5835 "fastrand 1.9.0",
 5836 "futures-core",
 5837 "futures-io",
 5838 "memchr",
 5839 "parking",
 5840 "pin-project-lite",
 5841 "waker-fn",
 5842]
 5843
 5844[[package]]
 5845name = "futures-lite"
 5846version = "2.6.0"
 5847source = "registry+https://github.com/rust-lang/crates.io-index"
 5848checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5849dependencies = [
 5850 "fastrand 2.3.0",
 5851 "futures-core",
 5852 "futures-io",
 5853 "parking",
 5854 "pin-project-lite",
 5855]
 5856
 5857[[package]]
 5858name = "futures-macro"
 5859version = "0.3.31"
 5860source = "registry+https://github.com/rust-lang/crates.io-index"
 5861checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5862dependencies = [
 5863 "proc-macro2",
 5864 "quote",
 5865 "syn 2.0.101",
 5866]
 5867
 5868[[package]]
 5869name = "futures-sink"
 5870version = "0.3.31"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5873
 5874[[package]]
 5875name = "futures-task"
 5876version = "0.3.31"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5879
 5880[[package]]
 5881name = "futures-timer"
 5882version = "3.0.3"
 5883source = "registry+https://github.com/rust-lang/crates.io-index"
 5884checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5885
 5886[[package]]
 5887name = "futures-util"
 5888version = "0.3.31"
 5889source = "registry+https://github.com/rust-lang/crates.io-index"
 5890checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5891dependencies = [
 5892 "futures 0.1.31",
 5893 "futures-channel",
 5894 "futures-core",
 5895 "futures-io",
 5896 "futures-macro",
 5897 "futures-sink",
 5898 "futures-task",
 5899 "memchr",
 5900 "pin-project-lite",
 5901 "pin-utils",
 5902 "slab",
 5903 "tokio-io",
 5904]
 5905
 5906[[package]]
 5907name = "fuzzy"
 5908version = "0.1.0"
 5909dependencies = [
 5910 "gpui",
 5911 "log",
 5912 "util",
 5913 "workspace-hack",
 5914]
 5915
 5916[[package]]
 5917name = "fuzzy-matcher"
 5918version = "0.3.7"
 5919source = "registry+https://github.com/rust-lang/crates.io-index"
 5920checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5921dependencies = [
 5922 "thread_local",
 5923]
 5924
 5925[[package]]
 5926name = "generator"
 5927version = "0.8.5"
 5928source = "registry+https://github.com/rust-lang/crates.io-index"
 5929checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
 5930dependencies = [
 5931 "cc",
 5932 "cfg-if",
 5933 "libc",
 5934 "log",
 5935 "rustversion",
 5936 "windows 0.61.1",
 5937]
 5938
 5939[[package]]
 5940name = "generic-array"
 5941version = "0.14.7"
 5942source = "registry+https://github.com/rust-lang/crates.io-index"
 5943checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5944dependencies = [
 5945 "typenum",
 5946 "version_check",
 5947]
 5948
 5949[[package]]
 5950name = "gethostname"
 5951version = "0.4.3"
 5952source = "registry+https://github.com/rust-lang/crates.io-index"
 5953checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5954dependencies = [
 5955 "libc",
 5956 "windows-targets 0.48.5",
 5957]
 5958
 5959[[package]]
 5960name = "getrandom"
 5961version = "0.1.16"
 5962source = "registry+https://github.com/rust-lang/crates.io-index"
 5963checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5964dependencies = [
 5965 "cfg-if",
 5966 "libc",
 5967 "wasi 0.9.0+wasi-snapshot-preview1",
 5968]
 5969
 5970[[package]]
 5971name = "getrandom"
 5972version = "0.2.15"
 5973source = "registry+https://github.com/rust-lang/crates.io-index"
 5974checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5975dependencies = [
 5976 "cfg-if",
 5977 "js-sys",
 5978 "libc",
 5979 "wasi 0.11.0+wasi-snapshot-preview1",
 5980 "wasm-bindgen",
 5981]
 5982
 5983[[package]]
 5984name = "getrandom"
 5985version = "0.3.2"
 5986source = "registry+https://github.com/rust-lang/crates.io-index"
 5987checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
 5988dependencies = [
 5989 "cfg-if",
 5990 "js-sys",
 5991 "libc",
 5992 "r-efi",
 5993 "wasi 0.14.2+wasi-0.2.4",
 5994 "wasm-bindgen",
 5995]
 5996
 5997[[package]]
 5998name = "gif"
 5999version = "0.13.1"
 6000source = "registry+https://github.com/rust-lang/crates.io-index"
 6001checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 6002dependencies = [
 6003 "color_quant",
 6004 "weezl",
 6005]
 6006
 6007[[package]]
 6008name = "gimli"
 6009version = "0.31.1"
 6010source = "registry+https://github.com/rust-lang/crates.io-index"
 6011checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 6012dependencies = [
 6013 "fallible-iterator",
 6014 "indexmap",
 6015 "stable_deref_trait",
 6016]
 6017
 6018[[package]]
 6019name = "git"
 6020version = "0.1.0"
 6021dependencies = [
 6022 "anyhow",
 6023 "askpass",
 6024 "async-trait",
 6025 "collections",
 6026 "derive_more",
 6027 "futures 0.3.31",
 6028 "git2",
 6029 "gpui",
 6030 "http_client",
 6031 "log",
 6032 "parking_lot",
 6033 "pretty_assertions",
 6034 "regex",
 6035 "rope",
 6036 "schemars",
 6037 "serde",
 6038 "serde_json",
 6039 "smol",
 6040 "sum_tree",
 6041 "tempfile",
 6042 "text",
 6043 "thiserror 2.0.12",
 6044 "time",
 6045 "unindent",
 6046 "url",
 6047 "util",
 6048 "uuid",
 6049 "workspace-hack",
 6050]
 6051
 6052[[package]]
 6053name = "git2"
 6054version = "0.20.1"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 6057dependencies = [
 6058 "bitflags 2.9.0",
 6059 "libc",
 6060 "libgit2-sys",
 6061 "log",
 6062 "url",
 6063]
 6064
 6065[[package]]
 6066name = "git_hosting_providers"
 6067version = "0.1.0"
 6068dependencies = [
 6069 "anyhow",
 6070 "async-trait",
 6071 "futures 0.3.31",
 6072 "git",
 6073 "gpui",
 6074 "http_client",
 6075 "indoc",
 6076 "pretty_assertions",
 6077 "regex",
 6078 "schemars",
 6079 "serde",
 6080 "serde_json",
 6081 "settings",
 6082 "url",
 6083 "util",
 6084 "workspace-hack",
 6085]
 6086
 6087[[package]]
 6088name = "git_ui"
 6089version = "0.1.0"
 6090dependencies = [
 6091 "anyhow",
 6092 "askpass",
 6093 "assistant_settings",
 6094 "buffer_diff",
 6095 "chrono",
 6096 "collections",
 6097 "command_palette_hooks",
 6098 "component",
 6099 "ctor",
 6100 "db",
 6101 "editor",
 6102 "env_logger 0.11.8",
 6103 "futures 0.3.31",
 6104 "fuzzy",
 6105 "git",
 6106 "gpui",
 6107 "itertools 0.14.0",
 6108 "language",
 6109 "language_model",
 6110 "linkify",
 6111 "log",
 6112 "markdown",
 6113 "menu",
 6114 "multi_buffer",
 6115 "notifications",
 6116 "panel",
 6117 "picker",
 6118 "postage",
 6119 "pretty_assertions",
 6120 "project",
 6121 "schemars",
 6122 "serde",
 6123 "serde_derive",
 6124 "serde_json",
 6125 "settings",
 6126 "strum 0.27.1",
 6127 "telemetry",
 6128 "theme",
 6129 "time",
 6130 "time_format",
 6131 "ui",
 6132 "unindent",
 6133 "util",
 6134 "windows 0.61.1",
 6135 "workspace",
 6136 "workspace-hack",
 6137 "zed_actions",
 6138]
 6139
 6140[[package]]
 6141name = "gix"
 6142version = "0.71.0"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "a61e71ec6817fc3c9f12f812682cfe51ee6ea0d2e27e02fc3849c35524617435"
 6145dependencies = [
 6146 "gix-actor",
 6147 "gix-attributes",
 6148 "gix-command",
 6149 "gix-commitgraph",
 6150 "gix-config",
 6151 "gix-date",
 6152 "gix-diff",
 6153 "gix-discover",
 6154 "gix-features 0.41.1",
 6155 "gix-filter",
 6156 "gix-fs 0.14.0",
 6157 "gix-glob",
 6158 "gix-hash 0.17.0",
 6159 "gix-hashtable",
 6160 "gix-ignore",
 6161 "gix-index",
 6162 "gix-lock",
 6163 "gix-object",
 6164 "gix-odb",
 6165 "gix-pack",
 6166 "gix-path",
 6167 "gix-pathspec",
 6168 "gix-protocol",
 6169 "gix-ref",
 6170 "gix-refspec",
 6171 "gix-revision",
 6172 "gix-revwalk",
 6173 "gix-sec",
 6174 "gix-shallow",
 6175 "gix-submodule",
 6176 "gix-tempfile",
 6177 "gix-trace",
 6178 "gix-traverse",
 6179 "gix-url",
 6180 "gix-utils 0.2.0",
 6181 "gix-validate 0.9.4",
 6182 "gix-worktree",
 6183 "once_cell",
 6184 "smallvec",
 6185 "thiserror 2.0.12",
 6186]
 6187
 6188[[package]]
 6189name = "gix-actor"
 6190version = "0.34.0"
 6191source = "registry+https://github.com/rust-lang/crates.io-index"
 6192checksum = "f438c87d4028aca4b82f82ba8d8ab1569823cfb3e5bc5fa8456a71678b2a20e7"
 6193dependencies = [
 6194 "bstr",
 6195 "gix-date",
 6196 "gix-utils 0.2.0",
 6197 "itoa",
 6198 "thiserror 2.0.12",
 6199 "winnow",
 6200]
 6201
 6202[[package]]
 6203name = "gix-attributes"
 6204version = "0.25.0"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "e4e25825e0430aa11096f8b65ced6780d4a96a133f81904edceebb5344c8dd7f"
 6207dependencies = [
 6208 "bstr",
 6209 "gix-glob",
 6210 "gix-path",
 6211 "gix-quote",
 6212 "gix-trace",
 6213 "kstring",
 6214 "smallvec",
 6215 "thiserror 2.0.12",
 6216 "unicode-bom",
 6217]
 6218
 6219[[package]]
 6220name = "gix-bitmap"
 6221version = "0.2.14"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540"
 6224dependencies = [
 6225 "thiserror 2.0.12",
 6226]
 6227
 6228[[package]]
 6229name = "gix-chunk"
 6230version = "0.4.11"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f"
 6233dependencies = [
 6234 "thiserror 2.0.12",
 6235]
 6236
 6237[[package]]
 6238name = "gix-command"
 6239version = "0.5.0"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "c0378995847773a697f8e157fe2963ecf3462fe64be05b7b3da000b3b472def8"
 6242dependencies = [
 6243 "bstr",
 6244 "gix-path",
 6245 "gix-quote",
 6246 "gix-trace",
 6247 "shell-words",
 6248]
 6249
 6250[[package]]
 6251name = "gix-commitgraph"
 6252version = "0.27.0"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "043cbe49b7a7505150db975f3cb7c15833335ac1e26781f615454d9d640a28fe"
 6255dependencies = [
 6256 "bstr",
 6257 "gix-chunk",
 6258 "gix-hash 0.17.0",
 6259 "memmap2",
 6260 "thiserror 2.0.12",
 6261]
 6262
 6263[[package]]
 6264name = "gix-config"
 6265version = "0.44.0"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "9c6f830bf746604940261b49abf7f655d2c19cadc9f4142ae9379e3a316e8cfa"
 6268dependencies = [
 6269 "bstr",
 6270 "gix-config-value",
 6271 "gix-features 0.41.1",
 6272 "gix-glob",
 6273 "gix-path",
 6274 "gix-ref",
 6275 "gix-sec",
 6276 "memchr",
 6277 "once_cell",
 6278 "smallvec",
 6279 "thiserror 2.0.12",
 6280 "unicode-bom",
 6281 "winnow",
 6282]
 6283
 6284[[package]]
 6285name = "gix-config-value"
 6286version = "0.14.12"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "8dc2c844c4cf141884678cabef736fd91dd73068b9146e6f004ba1a0457944b6"
 6289dependencies = [
 6290 "bitflags 2.9.0",
 6291 "bstr",
 6292 "gix-path",
 6293 "libc",
 6294 "thiserror 2.0.12",
 6295]
 6296
 6297[[package]]
 6298name = "gix-date"
 6299version = "0.9.4"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "daa30058ec7d3511fbc229e4f9e696a35abd07ec5b82e635eff864a2726217e4"
 6302dependencies = [
 6303 "bstr",
 6304 "itoa",
 6305 "jiff",
 6306 "thiserror 2.0.12",
 6307]
 6308
 6309[[package]]
 6310name = "gix-diff"
 6311version = "0.51.0"
 6312source = "registry+https://github.com/rust-lang/crates.io-index"
 6313checksum = "a2c975dad2afc85e4e233f444d1efbe436c3cdcf3a07173984509c436d00a3f8"
 6314dependencies = [
 6315 "bstr",
 6316 "gix-command",
 6317 "gix-filter",
 6318 "gix-fs 0.14.0",
 6319 "gix-hash 0.17.0",
 6320 "gix-object",
 6321 "gix-path",
 6322 "gix-tempfile",
 6323 "gix-trace",
 6324 "gix-traverse",
 6325 "gix-worktree",
 6326 "imara-diff",
 6327 "thiserror 2.0.12",
 6328]
 6329
 6330[[package]]
 6331name = "gix-discover"
 6332version = "0.39.0"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "f7fb8a4349b854506a3915de18d3341e5f1daa6b489c8affc9ca0d69efe86781"
 6335dependencies = [
 6336 "bstr",
 6337 "dunce",
 6338 "gix-fs 0.14.0",
 6339 "gix-hash 0.17.0",
 6340 "gix-path",
 6341 "gix-ref",
 6342 "gix-sec",
 6343 "thiserror 2.0.12",
 6344]
 6345
 6346[[package]]
 6347name = "gix-features"
 6348version = "0.41.1"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "016d6050219458d14520fe22bdfdeb9cb71631dec9bc2724767c983f60109634"
 6351dependencies = [
 6352 "crc32fast",
 6353 "crossbeam-channel",
 6354 "flate2",
 6355 "gix-path",
 6356 "gix-trace",
 6357 "gix-utils 0.2.0",
 6358 "libc",
 6359 "once_cell",
 6360 "parking_lot",
 6361 "prodash",
 6362 "thiserror 2.0.12",
 6363 "walkdir",
 6364]
 6365
 6366[[package]]
 6367name = "gix-features"
 6368version = "0.42.1"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "56f4399af6ec4fd9db84dd4cf9656c5c785ab492ab40a7c27ea92b4241923fed"
 6371dependencies = [
 6372 "gix-trace",
 6373 "gix-utils 0.3.0",
 6374 "libc",
 6375 "prodash",
 6376]
 6377
 6378[[package]]
 6379name = "gix-filter"
 6380version = "0.18.0"
 6381source = "registry+https://github.com/rust-lang/crates.io-index"
 6382checksum = "cb2b2bbffdc5cc9b2b82fc82da1b98163c9b423ac2b45348baa83a947ac9ab89"
 6383dependencies = [
 6384 "bstr",
 6385 "encoding_rs",
 6386 "gix-attributes",
 6387 "gix-command",
 6388 "gix-hash 0.17.0",
 6389 "gix-object",
 6390 "gix-packetline-blocking",
 6391 "gix-path",
 6392 "gix-quote",
 6393 "gix-trace",
 6394 "gix-utils 0.2.0",
 6395 "smallvec",
 6396 "thiserror 2.0.12",
 6397]
 6398
 6399[[package]]
 6400name = "gix-fs"
 6401version = "0.14.0"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "951e886120dc5fa8cac053e5e5c89443f12368ca36811b2e43d1539081f9c111"
 6404dependencies = [
 6405 "bstr",
 6406 "fastrand 2.3.0",
 6407 "gix-features 0.41.1",
 6408 "gix-path",
 6409 "gix-utils 0.2.0",
 6410 "thiserror 2.0.12",
 6411]
 6412
 6413[[package]]
 6414name = "gix-fs"
 6415version = "0.15.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "67a0637149b4ef24d3ea55f81f77231401c8463fae6da27331c987957eb597c7"
 6418dependencies = [
 6419 "bstr",
 6420 "fastrand 2.3.0",
 6421 "gix-features 0.42.1",
 6422 "gix-path",
 6423 "gix-utils 0.3.0",
 6424 "thiserror 2.0.12",
 6425]
 6426
 6427[[package]]
 6428name = "gix-glob"
 6429version = "0.19.0"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "20972499c03473e773a2099e5fd0c695b9b72465837797a51a43391a1635a030"
 6432dependencies = [
 6433 "bitflags 2.9.0",
 6434 "bstr",
 6435 "gix-features 0.41.1",
 6436 "gix-path",
 6437]
 6438
 6439[[package]]
 6440name = "gix-hash"
 6441version = "0.17.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "834e79722063958b03342edaa1e17595cd2939bb2b3306b3225d0815566dcb49"
 6444dependencies = [
 6445 "faster-hex 0.9.0",
 6446 "gix-features 0.41.1",
 6447 "sha1-checked",
 6448 "thiserror 2.0.12",
 6449]
 6450
 6451[[package]]
 6452name = "gix-hash"
 6453version = "0.18.0"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "8d4900562c662852a6b42e2ef03442eccebf24f047d8eab4f23bc12ef0d785d8"
 6456dependencies = [
 6457 "faster-hex 0.10.0",
 6458 "gix-features 0.42.1",
 6459 "sha1-checked",
 6460 "thiserror 2.0.12",
 6461]
 6462
 6463[[package]]
 6464name = "gix-hashtable"
 6465version = "0.8.1"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "b5b5cb3c308b4144f2612ff64e32130e641279fcf1a84d8d40dad843b4f64904"
 6468dependencies = [
 6469 "gix-hash 0.18.0",
 6470 "hashbrown 0.14.5",
 6471 "parking_lot",
 6472]
 6473
 6474[[package]]
 6475name = "gix-ignore"
 6476version = "0.14.0"
 6477source = "registry+https://github.com/rust-lang/crates.io-index"
 6478checksum = "9a27c8380f493a10d1457f756a3f81924d578fc08d6535e304dfcafbf0261d18"
 6479dependencies = [
 6480 "bstr",
 6481 "gix-glob",
 6482 "gix-path",
 6483 "gix-trace",
 6484 "unicode-bom",
 6485]
 6486
 6487[[package]]
 6488name = "gix-index"
 6489version = "0.39.0"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "855bece2d4153453aa5d0a80d51deea1ce8cd6a3b4cf213da85ac344ccb908a7"
 6492dependencies = [
 6493 "bitflags 2.9.0",
 6494 "bstr",
 6495 "filetime",
 6496 "fnv",
 6497 "gix-bitmap",
 6498 "gix-features 0.41.1",
 6499 "gix-fs 0.14.0",
 6500 "gix-hash 0.17.0",
 6501 "gix-lock",
 6502 "gix-object",
 6503 "gix-traverse",
 6504 "gix-utils 0.2.0",
 6505 "gix-validate 0.9.4",
 6506 "hashbrown 0.14.5",
 6507 "itoa",
 6508 "libc",
 6509 "memmap2",
 6510 "rustix 0.38.44",
 6511 "smallvec",
 6512 "thiserror 2.0.12",
 6513]
 6514
 6515[[package]]
 6516name = "gix-lock"
 6517version = "17.1.0"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "570f8b034659f256366dc90f1a24924902f20acccd6a15be96d44d1269e7a796"
 6520dependencies = [
 6521 "gix-tempfile",
 6522 "gix-utils 0.3.0",
 6523 "thiserror 2.0.12",
 6524]
 6525
 6526[[package]]
 6527name = "gix-object"
 6528version = "0.48.0"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "4943fcdae6ffc135920c9ea71e0362ed539182924ab7a85dd9dac8d89b0dd69a"
 6531dependencies = [
 6532 "bstr",
 6533 "gix-actor",
 6534 "gix-date",
 6535 "gix-features 0.41.1",
 6536 "gix-hash 0.17.0",
 6537 "gix-hashtable",
 6538 "gix-path",
 6539 "gix-utils 0.2.0",
 6540 "gix-validate 0.9.4",
 6541 "itoa",
 6542 "smallvec",
 6543 "thiserror 2.0.12",
 6544 "winnow",
 6545]
 6546
 6547[[package]]
 6548name = "gix-odb"
 6549version = "0.68.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "50306d40dcc982eb6b7593103f066ea6289c7b094cb9db14f3cd2be0b9f5e610"
 6552dependencies = [
 6553 "arc-swap",
 6554 "gix-date",
 6555 "gix-features 0.41.1",
 6556 "gix-fs 0.14.0",
 6557 "gix-hash 0.17.0",
 6558 "gix-hashtable",
 6559 "gix-object",
 6560 "gix-pack",
 6561 "gix-path",
 6562 "gix-quote",
 6563 "parking_lot",
 6564 "tempfile",
 6565 "thiserror 2.0.12",
 6566]
 6567
 6568[[package]]
 6569name = "gix-pack"
 6570version = "0.58.0"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "9b65fffb09393c26624ca408d32cfe8776fb94cd0a5cdf984905e1d2f39779cb"
 6573dependencies = [
 6574 "clru",
 6575 "gix-chunk",
 6576 "gix-features 0.41.1",
 6577 "gix-hash 0.17.0",
 6578 "gix-hashtable",
 6579 "gix-object",
 6580 "gix-path",
 6581 "memmap2",
 6582 "smallvec",
 6583 "thiserror 2.0.12",
 6584 "uluru",
 6585]
 6586
 6587[[package]]
 6588name = "gix-packetline"
 6589version = "0.18.4"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "123844a70cf4d5352441dc06bab0da8aef61be94ec239cb631e0ba01dc6d3a04"
 6592dependencies = [
 6593 "bstr",
 6594 "faster-hex 0.9.0",
 6595 "gix-trace",
 6596 "thiserror 2.0.12",
 6597]
 6598
 6599[[package]]
 6600name = "gix-packetline-blocking"
 6601version = "0.18.3"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "1ecf3ea2e105c7e45587bac04099824301262a6c43357fad5205da36dbb233b3"
 6604dependencies = [
 6605 "bstr",
 6606 "faster-hex 0.9.0",
 6607 "gix-trace",
 6608 "thiserror 2.0.12",
 6609]
 6610
 6611[[package]]
 6612name = "gix-path"
 6613version = "0.10.18"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "567f65fec4ef10dfab97ae71f26a27fd4d7fe7b8e3f90c8a58551c41ff3fb65b"
 6616dependencies = [
 6617 "bstr",
 6618 "gix-trace",
 6619 "gix-validate 0.10.0",
 6620 "home",
 6621 "once_cell",
 6622 "thiserror 2.0.12",
 6623]
 6624
 6625[[package]]
 6626name = "gix-pathspec"
 6627version = "0.10.0"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "fef8422c3c9066d649074b24025125963f85232bfad32d6d16aea9453b82ec14"
 6630dependencies = [
 6631 "bitflags 2.9.0",
 6632 "bstr",
 6633 "gix-attributes",
 6634 "gix-config-value",
 6635 "gix-glob",
 6636 "gix-path",
 6637 "thiserror 2.0.12",
 6638]
 6639
 6640[[package]]
 6641name = "gix-protocol"
 6642version = "0.49.0"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "5678ddae1d62880bc30e2200be1b9387af3372e0e88e21f81b4e7f8367355b5a"
 6645dependencies = [
 6646 "bstr",
 6647 "gix-date",
 6648 "gix-features 0.41.1",
 6649 "gix-hash 0.17.0",
 6650 "gix-ref",
 6651 "gix-shallow",
 6652 "gix-transport",
 6653 "gix-utils 0.2.0",
 6654 "maybe-async",
 6655 "thiserror 2.0.12",
 6656 "winnow",
 6657]
 6658
 6659[[package]]
 6660name = "gix-quote"
 6661version = "0.5.0"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "1b005c550bf84de3b24aa5e540a23e6146a1c01c7d30470e35d75a12f827f969"
 6664dependencies = [
 6665 "bstr",
 6666 "gix-utils 0.2.0",
 6667 "thiserror 2.0.12",
 6668]
 6669
 6670[[package]]
 6671name = "gix-ref"
 6672version = "0.51.0"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "b2e1f7eb6b7ce82d2d19961f74bd637bab3ea79b1bc7bfb23dbefc67b0415d8b"
 6675dependencies = [
 6676 "gix-actor",
 6677 "gix-features 0.41.1",
 6678 "gix-fs 0.14.0",
 6679 "gix-hash 0.17.0",
 6680 "gix-lock",
 6681 "gix-object",
 6682 "gix-path",
 6683 "gix-tempfile",
 6684 "gix-utils 0.2.0",
 6685 "gix-validate 0.9.4",
 6686 "memmap2",
 6687 "thiserror 2.0.12",
 6688 "winnow",
 6689]
 6690
 6691[[package]]
 6692name = "gix-refspec"
 6693version = "0.29.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "1d8587b21e2264a6e8938d940c5c99662779c13a10741a5737b15fc85c252ffc"
 6696dependencies = [
 6697 "bstr",
 6698 "gix-hash 0.17.0",
 6699 "gix-revision",
 6700 "gix-validate 0.9.4",
 6701 "smallvec",
 6702 "thiserror 2.0.12",
 6703]
 6704
 6705[[package]]
 6706name = "gix-revision"
 6707version = "0.33.0"
 6708source = "registry+https://github.com/rust-lang/crates.io-index"
 6709checksum = "342caa4e158df3020cadf62f656307c3948fe4eacfdf67171d7212811860c3e9"
 6710dependencies = [
 6711 "bstr",
 6712 "gix-commitgraph",
 6713 "gix-date",
 6714 "gix-hash 0.17.0",
 6715 "gix-object",
 6716 "gix-revwalk",
 6717 "thiserror 2.0.12",
 6718]
 6719
 6720[[package]]
 6721name = "gix-revwalk"
 6722version = "0.19.0"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "2dc7c3d7e5cdc1ab8d35130106e4af0a4f9f9eca0c81f4312b690780e92bde0d"
 6725dependencies = [
 6726 "gix-commitgraph",
 6727 "gix-date",
 6728 "gix-hash 0.17.0",
 6729 "gix-hashtable",
 6730 "gix-object",
 6731 "smallvec",
 6732 "thiserror 2.0.12",
 6733]
 6734
 6735[[package]]
 6736name = "gix-sec"
 6737version = "0.10.12"
 6738source = "registry+https://github.com/rust-lang/crates.io-index"
 6739checksum = "47aeb0f13de9ef2f3033f5ff218de30f44db827ac9f1286f9ef050aacddd5888"
 6740dependencies = [
 6741 "bitflags 2.9.0",
 6742 "gix-path",
 6743 "libc",
 6744 "windows-sys 0.52.0",
 6745]
 6746
 6747[[package]]
 6748name = "gix-shallow"
 6749version = "0.3.0"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "cc0598aacfe1d52575a21c9492fee086edbb21e228ec36c819c42ab923f434c3"
 6752dependencies = [
 6753 "bstr",
 6754 "gix-hash 0.17.0",
 6755 "gix-lock",
 6756 "thiserror 2.0.12",
 6757]
 6758
 6759[[package]]
 6760name = "gix-submodule"
 6761version = "0.18.0"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "78c7390c2059505c365e9548016d4edc9f35749c6a9112b7b1214400bbc68da2"
 6764dependencies = [
 6765 "bstr",
 6766 "gix-config",
 6767 "gix-path",
 6768 "gix-pathspec",
 6769 "gix-refspec",
 6770 "gix-url",
 6771 "thiserror 2.0.12",
 6772]
 6773
 6774[[package]]
 6775name = "gix-tempfile"
 6776version = "17.1.0"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "c750e8c008453a2dba67a2b0d928b7716e05da31173a3f5e351d5457ad4470aa"
 6779dependencies = [
 6780 "dashmap 6.1.0",
 6781 "gix-fs 0.15.0",
 6782 "libc",
 6783 "once_cell",
 6784 "parking_lot",
 6785 "tempfile",
 6786]
 6787
 6788[[package]]
 6789name = "gix-trace"
 6790version = "0.1.12"
 6791source = "registry+https://github.com/rust-lang/crates.io-index"
 6792checksum = "7c396a2036920c69695f760a65e7f2677267ccf483f25046977d87e4cb2665f7"
 6793
 6794[[package]]
 6795name = "gix-transport"
 6796version = "0.46.0"
 6797source = "registry+https://github.com/rust-lang/crates.io-index"
 6798checksum = "b3f68c2870bfca8278389d2484a7f2215b67d0b0cc5277d3c72ad72acf41787e"
 6799dependencies = [
 6800 "bstr",
 6801 "gix-command",
 6802 "gix-features 0.41.1",
 6803 "gix-packetline",
 6804 "gix-quote",
 6805 "gix-sec",
 6806 "gix-url",
 6807 "thiserror 2.0.12",
 6808]
 6809
 6810[[package]]
 6811name = "gix-traverse"
 6812version = "0.45.0"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "36c0b049f8bdb61b20016694102f7b507f2e1727e83e9c5e6dad4f7d84ff7384"
 6815dependencies = [
 6816 "bitflags 2.9.0",
 6817 "gix-commitgraph",
 6818 "gix-date",
 6819 "gix-hash 0.17.0",
 6820 "gix-hashtable",
 6821 "gix-object",
 6822 "gix-revwalk",
 6823 "smallvec",
 6824 "thiserror 2.0.12",
 6825]
 6826
 6827[[package]]
 6828name = "gix-url"
 6829version = "0.30.0"
 6830source = "registry+https://github.com/rust-lang/crates.io-index"
 6831checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860"
 6832dependencies = [
 6833 "bstr",
 6834 "gix-features 0.41.1",
 6835 "gix-path",
 6836 "percent-encoding",
 6837 "thiserror 2.0.12",
 6838 "url",
 6839]
 6840
 6841[[package]]
 6842name = "gix-utils"
 6843version = "0.2.0"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "189f8724cf903e7fd57cfe0b7bc209db255cacdcb22c781a022f52c3a774f8d0"
 6846dependencies = [
 6847 "fastrand 2.3.0",
 6848 "unicode-normalization",
 6849]
 6850
 6851[[package]]
 6852name = "gix-utils"
 6853version = "0.3.0"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5"
 6856dependencies = [
 6857 "fastrand 2.3.0",
 6858 "unicode-normalization",
 6859]
 6860
 6861[[package]]
 6862name = "gix-validate"
 6863version = "0.9.4"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "34b5f1253109da6c79ed7cf6e1e38437080bb6d704c76af14c93e2f255234084"
 6866dependencies = [
 6867 "bstr",
 6868 "thiserror 2.0.12",
 6869]
 6870
 6871[[package]]
 6872name = "gix-validate"
 6873version = "0.10.0"
 6874source = "registry+https://github.com/rust-lang/crates.io-index"
 6875checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d"
 6876dependencies = [
 6877 "bstr",
 6878 "thiserror 2.0.12",
 6879]
 6880
 6881[[package]]
 6882name = "gix-worktree"
 6883version = "0.40.0"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "f7760dbc4b79aa274fed30adc0d41dca6b917641f26e7867c4071b1fb4dc727b"
 6886dependencies = [
 6887 "bstr",
 6888 "gix-attributes",
 6889 "gix-features 0.41.1",
 6890 "gix-fs 0.14.0",
 6891 "gix-glob",
 6892 "gix-hash 0.17.0",
 6893 "gix-ignore",
 6894 "gix-index",
 6895 "gix-object",
 6896 "gix-path",
 6897 "gix-validate 0.9.4",
 6898]
 6899
 6900[[package]]
 6901name = "glob"
 6902version = "0.3.2"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
 6905
 6906[[package]]
 6907name = "globset"
 6908version = "0.4.16"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 6911dependencies = [
 6912 "aho-corasick",
 6913 "bstr",
 6914 "log",
 6915 "regex-automata 0.4.9",
 6916 "regex-syntax 0.8.5",
 6917]
 6918
 6919[[package]]
 6920name = "gloo-timers"
 6921version = "0.3.0"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 6924dependencies = [
 6925 "futures-channel",
 6926 "futures-core",
 6927 "js-sys",
 6928 "wasm-bindgen",
 6929]
 6930
 6931[[package]]
 6932name = "glow"
 6933version = "0.14.2"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 6936dependencies = [
 6937 "js-sys",
 6938 "slotmap",
 6939 "wasm-bindgen",
 6940 "web-sys",
 6941]
 6942
 6943[[package]]
 6944name = "go_to_line"
 6945version = "0.1.0"
 6946dependencies = [
 6947 "anyhow",
 6948 "editor",
 6949 "gpui",
 6950 "indoc",
 6951 "language",
 6952 "menu",
 6953 "project",
 6954 "rope",
 6955 "schemars",
 6956 "serde",
 6957 "serde_json",
 6958 "settings",
 6959 "text",
 6960 "theme",
 6961 "tree-sitter-rust",
 6962 "tree-sitter-typescript",
 6963 "ui",
 6964 "util",
 6965 "workspace",
 6966 "workspace-hack",
 6967]
 6968
 6969[[package]]
 6970name = "google_ai"
 6971version = "0.1.0"
 6972dependencies = [
 6973 "anyhow",
 6974 "futures 0.3.31",
 6975 "http_client",
 6976 "schemars",
 6977 "serde",
 6978 "serde_json",
 6979 "strum 0.27.1",
 6980 "workspace-hack",
 6981]
 6982
 6983[[package]]
 6984name = "gpu-alloc"
 6985version = "0.6.0"
 6986source = "registry+https://github.com/rust-lang/crates.io-index"
 6987checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 6988dependencies = [
 6989 "bitflags 2.9.0",
 6990 "gpu-alloc-types",
 6991]
 6992
 6993[[package]]
 6994name = "gpu-alloc-ash"
 6995version = "0.7.0"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 6998dependencies = [
 6999 "ash",
 7000 "gpu-alloc-types",
 7001 "tinyvec",
 7002]
 7003
 7004[[package]]
 7005name = "gpu-alloc-types"
 7006version = "0.3.0"
 7007source = "registry+https://github.com/rust-lang/crates.io-index"
 7008checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 7009dependencies = [
 7010 "bitflags 2.9.0",
 7011]
 7012
 7013[[package]]
 7014name = "gpui"
 7015version = "0.1.0"
 7016dependencies = [
 7017 "anyhow",
 7018 "as-raw-xcb-connection",
 7019 "ashpd",
 7020 "async-task",
 7021 "backtrace",
 7022 "bindgen 0.71.1",
 7023 "blade-graphics",
 7024 "blade-macros",
 7025 "blade-util",
 7026 "block",
 7027 "bytemuck",
 7028 "calloop",
 7029 "calloop-wayland-source",
 7030 "cbindgen",
 7031 "cocoa 0.26.0",
 7032 "collections",
 7033 "core-foundation 0.10.0",
 7034 "core-foundation-sys",
 7035 "core-graphics 0.24.0",
 7036 "core-text",
 7037 "core-video",
 7038 "cosmic-text",
 7039 "ctor",
 7040 "derive_more",
 7041 "embed-resource",
 7042 "env_logger 0.11.8",
 7043 "etagere",
 7044 "filedescriptor",
 7045 "flume",
 7046 "font-kit",
 7047 "foreign-types 0.5.0",
 7048 "futures 0.3.31",
 7049 "gpui_macros",
 7050 "http_client",
 7051 "image",
 7052 "inventory",
 7053 "itertools 0.14.0",
 7054 "log",
 7055 "lyon",
 7056 "media",
 7057 "metal",
 7058 "naga",
 7059 "num_cpus",
 7060 "objc",
 7061 "objc2",
 7062 "objc2-metal",
 7063 "oo7",
 7064 "open",
 7065 "parking",
 7066 "parking_lot",
 7067 "pathfinder_geometry",
 7068 "postage",
 7069 "profiling",
 7070 "rand 0.8.5",
 7071 "raw-window-handle",
 7072 "refineable",
 7073 "reqwest_client",
 7074 "resvg",
 7075 "scap",
 7076 "schemars",
 7077 "seahash",
 7078 "semantic_version",
 7079 "serde",
 7080 "serde_derive",
 7081 "serde_json",
 7082 "slotmap",
 7083 "smallvec",
 7084 "smol",
 7085 "strum 0.27.1",
 7086 "sum_tree",
 7087 "taffy",
 7088 "thiserror 2.0.12",
 7089 "unicode-segmentation",
 7090 "usvg",
 7091 "util",
 7092 "uuid",
 7093 "waker-fn",
 7094 "wayland-backend",
 7095 "wayland-client",
 7096 "wayland-cursor",
 7097 "wayland-protocols",
 7098 "wayland-protocols-plasma",
 7099 "windows 0.61.1",
 7100 "windows-core 0.61.0",
 7101 "windows-numerics",
 7102 "windows-registry 0.5.1",
 7103 "workspace-hack",
 7104 "x11-clipboard",
 7105 "x11rb",
 7106 "xim",
 7107 "xkbcommon",
 7108]
 7109
 7110[[package]]
 7111name = "gpui_macros"
 7112version = "0.1.0"
 7113dependencies = [
 7114 "gpui",
 7115 "proc-macro2",
 7116 "quote",
 7117 "syn 1.0.109",
 7118 "workspace-hack",
 7119]
 7120
 7121[[package]]
 7122name = "gpui_tokio"
 7123version = "0.1.0"
 7124dependencies = [
 7125 "gpui",
 7126 "tokio",
 7127 "util",
 7128 "workspace-hack",
 7129]
 7130
 7131[[package]]
 7132name = "grid"
 7133version = "0.13.0"
 7134source = "registry+https://github.com/rust-lang/crates.io-index"
 7135checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 7136
 7137[[package]]
 7138name = "group"
 7139version = "0.12.1"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7142dependencies = [
 7143 "ff",
 7144 "rand_core 0.6.4",
 7145 "subtle",
 7146]
 7147
 7148[[package]]
 7149name = "h2"
 7150version = "0.3.26"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 7153dependencies = [
 7154 "bytes 1.10.1",
 7155 "fnv",
 7156 "futures-core",
 7157 "futures-sink",
 7158 "futures-util",
 7159 "http 0.2.12",
 7160 "indexmap",
 7161 "slab",
 7162 "tokio",
 7163 "tokio-util",
 7164 "tracing",
 7165]
 7166
 7167[[package]]
 7168name = "h2"
 7169version = "0.4.9"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
 7172dependencies = [
 7173 "atomic-waker",
 7174 "bytes 1.10.1",
 7175 "fnv",
 7176 "futures-core",
 7177 "futures-sink",
 7178 "http 1.3.1",
 7179 "indexmap",
 7180 "slab",
 7181 "tokio",
 7182 "tokio-util",
 7183 "tracing",
 7184]
 7185
 7186[[package]]
 7187name = "half"
 7188version = "2.6.0"
 7189source = "registry+https://github.com/rust-lang/crates.io-index"
 7190checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
 7191dependencies = [
 7192 "cfg-if",
 7193 "crunchy",
 7194 "num-traits",
 7195]
 7196
 7197[[package]]
 7198name = "handlebars"
 7199version = "4.5.0"
 7200source = "registry+https://github.com/rust-lang/crates.io-index"
 7201checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7202dependencies = [
 7203 "log",
 7204 "pest",
 7205 "pest_derive",
 7206 "rust-embed",
 7207 "serde",
 7208 "serde_json",
 7209 "thiserror 1.0.69",
 7210]
 7211
 7212[[package]]
 7213name = "handlebars"
 7214version = "6.3.2"
 7215source = "registry+https://github.com/rust-lang/crates.io-index"
 7216checksum = "759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098"
 7217dependencies = [
 7218 "derive_builder",
 7219 "log",
 7220 "num-order",
 7221 "pest",
 7222 "pest_derive",
 7223 "serde",
 7224 "serde_json",
 7225 "thiserror 2.0.12",
 7226]
 7227
 7228[[package]]
 7229name = "hash32"
 7230version = "0.3.1"
 7231source = "registry+https://github.com/rust-lang/crates.io-index"
 7232checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7233dependencies = [
 7234 "byteorder",
 7235]
 7236
 7237[[package]]
 7238name = "hashbrown"
 7239version = "0.12.3"
 7240source = "registry+https://github.com/rust-lang/crates.io-index"
 7241checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7242dependencies = [
 7243 "ahash 0.7.8",
 7244]
 7245
 7246[[package]]
 7247name = "hashbrown"
 7248version = "0.14.5"
 7249source = "registry+https://github.com/rust-lang/crates.io-index"
 7250checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7251dependencies = [
 7252 "ahash 0.8.11",
 7253 "allocator-api2",
 7254]
 7255
 7256[[package]]
 7257name = "hashbrown"
 7258version = "0.15.3"
 7259source = "registry+https://github.com/rust-lang/crates.io-index"
 7260checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
 7261dependencies = [
 7262 "allocator-api2",
 7263 "equivalent",
 7264 "foldhash",
 7265 "serde",
 7266]
 7267
 7268[[package]]
 7269name = "hashlink"
 7270version = "0.8.4"
 7271source = "registry+https://github.com/rust-lang/crates.io-index"
 7272checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7273dependencies = [
 7274 "hashbrown 0.14.5",
 7275]
 7276
 7277[[package]]
 7278name = "hashlink"
 7279version = "0.10.0"
 7280source = "registry+https://github.com/rust-lang/crates.io-index"
 7281checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7282dependencies = [
 7283 "hashbrown 0.15.3",
 7284]
 7285
 7286[[package]]
 7287name = "headers"
 7288version = "0.3.9"
 7289source = "registry+https://github.com/rust-lang/crates.io-index"
 7290checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7291dependencies = [
 7292 "base64 0.21.7",
 7293 "bytes 1.10.1",
 7294 "headers-core",
 7295 "http 0.2.12",
 7296 "httpdate",
 7297 "mime",
 7298 "sha1",
 7299]
 7300
 7301[[package]]
 7302name = "headers-core"
 7303version = "0.2.0"
 7304source = "registry+https://github.com/rust-lang/crates.io-index"
 7305checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7306dependencies = [
 7307 "http 0.2.12",
 7308]
 7309
 7310[[package]]
 7311name = "heapless"
 7312version = "0.8.0"
 7313source = "registry+https://github.com/rust-lang/crates.io-index"
 7314checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
 7315dependencies = [
 7316 "hash32",
 7317 "stable_deref_trait",
 7318]
 7319
 7320[[package]]
 7321name = "heck"
 7322version = "0.3.3"
 7323source = "registry+https://github.com/rust-lang/crates.io-index"
 7324checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7325dependencies = [
 7326 "unicode-segmentation",
 7327]
 7328
 7329[[package]]
 7330name = "heck"
 7331version = "0.4.1"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 7334dependencies = [
 7335 "unicode-segmentation",
 7336]
 7337
 7338[[package]]
 7339name = "heck"
 7340version = "0.5.0"
 7341source = "registry+https://github.com/rust-lang/crates.io-index"
 7342checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 7343
 7344[[package]]
 7345name = "heed"
 7346version = "0.21.0"
 7347source = "registry+https://github.com/rust-lang/crates.io-index"
 7348checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 7349dependencies = [
 7350 "bitflags 2.9.0",
 7351 "byteorder",
 7352 "heed-traits",
 7353 "heed-types",
 7354 "libc",
 7355 "lmdb-master-sys",
 7356 "once_cell",
 7357 "page_size",
 7358 "serde",
 7359 "synchronoise",
 7360 "url",
 7361]
 7362
 7363[[package]]
 7364name = "heed-traits"
 7365version = "0.20.0"
 7366source = "registry+https://github.com/rust-lang/crates.io-index"
 7367checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 7368
 7369[[package]]
 7370name = "heed-types"
 7371version = "0.21.0"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 7374dependencies = [
 7375 "bincode",
 7376 "byteorder",
 7377 "heed-traits",
 7378 "serde",
 7379 "serde_json",
 7380]
 7381
 7382[[package]]
 7383name = "hermit-abi"
 7384version = "0.3.9"
 7385source = "registry+https://github.com/rust-lang/crates.io-index"
 7386checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 7387
 7388[[package]]
 7389name = "hermit-abi"
 7390version = "0.4.0"
 7391source = "registry+https://github.com/rust-lang/crates.io-index"
 7392checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 7393
 7394[[package]]
 7395name = "hermit-abi"
 7396version = "0.5.0"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
 7399
 7400[[package]]
 7401name = "hex"
 7402version = "0.4.3"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 7405
 7406[[package]]
 7407name = "hexf-parse"
 7408version = "0.2.1"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 7411
 7412[[package]]
 7413name = "hidden-trait"
 7414version = "0.1.2"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 7417dependencies = [
 7418 "proc-macro2",
 7419 "quote",
 7420 "syn 1.0.109",
 7421]
 7422
 7423[[package]]
 7424name = "hkdf"
 7425version = "0.12.4"
 7426source = "registry+https://github.com/rust-lang/crates.io-index"
 7427checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 7428dependencies = [
 7429 "hmac",
 7430]
 7431
 7432[[package]]
 7433name = "hmac"
 7434version = "0.12.1"
 7435source = "registry+https://github.com/rust-lang/crates.io-index"
 7436checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 7437dependencies = [
 7438 "digest",
 7439]
 7440
 7441[[package]]
 7442name = "home"
 7443version = "0.5.11"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 7446dependencies = [
 7447 "windows-sys 0.59.0",
 7448]
 7449
 7450[[package]]
 7451name = "hound"
 7452version = "3.5.1"
 7453source = "registry+https://github.com/rust-lang/crates.io-index"
 7454checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 7455
 7456[[package]]
 7457name = "html5ever"
 7458version = "0.27.0"
 7459source = "registry+https://github.com/rust-lang/crates.io-index"
 7460checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 7461dependencies = [
 7462 "log",
 7463 "mac",
 7464 "markup5ever 0.12.1",
 7465 "proc-macro2",
 7466 "quote",
 7467 "syn 2.0.101",
 7468]
 7469
 7470[[package]]
 7471name = "html5ever"
 7472version = "0.31.0"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
 7475dependencies = [
 7476 "log",
 7477 "mac",
 7478 "markup5ever 0.16.1",
 7479 "match_token",
 7480]
 7481
 7482[[package]]
 7483name = "html_to_markdown"
 7484version = "0.1.0"
 7485dependencies = [
 7486 "anyhow",
 7487 "html5ever 0.27.0",
 7488 "indoc",
 7489 "markup5ever_rcdom",
 7490 "pretty_assertions",
 7491 "regex",
 7492 "workspace-hack",
 7493]
 7494
 7495[[package]]
 7496name = "http"
 7497version = "0.2.12"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 7500dependencies = [
 7501 "bytes 1.10.1",
 7502 "fnv",
 7503 "itoa",
 7504]
 7505
 7506[[package]]
 7507name = "http"
 7508version = "1.3.1"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 7511dependencies = [
 7512 "bytes 1.10.1",
 7513 "fnv",
 7514 "itoa",
 7515]
 7516
 7517[[package]]
 7518name = "http-body"
 7519version = "0.4.6"
 7520source = "registry+https://github.com/rust-lang/crates.io-index"
 7521checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 7522dependencies = [
 7523 "bytes 1.10.1",
 7524 "http 0.2.12",
 7525 "pin-project-lite",
 7526]
 7527
 7528[[package]]
 7529name = "http-body"
 7530version = "1.0.1"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 7533dependencies = [
 7534 "bytes 1.10.1",
 7535 "http 1.3.1",
 7536]
 7537
 7538[[package]]
 7539name = "http-body-util"
 7540version = "0.1.3"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 7543dependencies = [
 7544 "bytes 1.10.1",
 7545 "futures-core",
 7546 "http 1.3.1",
 7547 "http-body 1.0.1",
 7548 "pin-project-lite",
 7549]
 7550
 7551[[package]]
 7552name = "http-range-header"
 7553version = "0.3.1"
 7554source = "registry+https://github.com/rust-lang/crates.io-index"
 7555checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 7556
 7557[[package]]
 7558name = "http-types"
 7559version = "2.12.0"
 7560source = "registry+https://github.com/rust-lang/crates.io-index"
 7561checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 7562dependencies = [
 7563 "anyhow",
 7564 "async-channel 1.9.0",
 7565 "base64 0.13.1",
 7566 "futures-lite 1.13.0",
 7567 "http 0.2.12",
 7568 "infer",
 7569 "pin-project-lite",
 7570 "rand 0.7.3",
 7571 "serde",
 7572 "serde_json",
 7573 "serde_qs 0.8.5",
 7574 "serde_urlencoded",
 7575 "url",
 7576]
 7577
 7578[[package]]
 7579name = "http_client"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "anyhow",
 7583 "bytes 1.10.1",
 7584 "derive_more",
 7585 "futures 0.3.31",
 7586 "http 1.3.1",
 7587 "log",
 7588 "serde",
 7589 "serde_json",
 7590 "url",
 7591 "workspace-hack",
 7592]
 7593
 7594[[package]]
 7595name = "http_client_tls"
 7596version = "0.1.0"
 7597dependencies = [
 7598 "rustls 0.23.26",
 7599 "rustls-platform-verifier",
 7600 "workspace-hack",
 7601]
 7602
 7603[[package]]
 7604name = "httparse"
 7605version = "1.10.1"
 7606source = "registry+https://github.com/rust-lang/crates.io-index"
 7607checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 7608
 7609[[package]]
 7610name = "httpdate"
 7611version = "1.0.3"
 7612source = "registry+https://github.com/rust-lang/crates.io-index"
 7613checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 7614
 7615[[package]]
 7616name = "human_bytes"
 7617version = "0.4.3"
 7618source = "registry+https://github.com/rust-lang/crates.io-index"
 7619checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 7620
 7621[[package]]
 7622name = "humantime"
 7623version = "2.2.0"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
 7626
 7627[[package]]
 7628name = "hyper"
 7629version = "0.14.32"
 7630source = "registry+https://github.com/rust-lang/crates.io-index"
 7631checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 7632dependencies = [
 7633 "bytes 1.10.1",
 7634 "futures-channel",
 7635 "futures-core",
 7636 "futures-util",
 7637 "h2 0.3.26",
 7638 "http 0.2.12",
 7639 "http-body 0.4.6",
 7640 "httparse",
 7641 "httpdate",
 7642 "itoa",
 7643 "pin-project-lite",
 7644 "socket2",
 7645 "tokio",
 7646 "tower-service",
 7647 "tracing",
 7648 "want",
 7649]
 7650
 7651[[package]]
 7652name = "hyper"
 7653version = "1.6.0"
 7654source = "registry+https://github.com/rust-lang/crates.io-index"
 7655checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
 7656dependencies = [
 7657 "bytes 1.10.1",
 7658 "futures-channel",
 7659 "futures-util",
 7660 "h2 0.4.9",
 7661 "http 1.3.1",
 7662 "http-body 1.0.1",
 7663 "httparse",
 7664 "itoa",
 7665 "pin-project-lite",
 7666 "smallvec",
 7667 "tokio",
 7668 "want",
 7669]
 7670
 7671[[package]]
 7672name = "hyper-rustls"
 7673version = "0.24.2"
 7674source = "registry+https://github.com/rust-lang/crates.io-index"
 7675checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 7676dependencies = [
 7677 "futures-util",
 7678 "http 0.2.12",
 7679 "hyper 0.14.32",
 7680 "log",
 7681 "rustls 0.21.12",
 7682 "rustls-native-certs 0.6.3",
 7683 "tokio",
 7684 "tokio-rustls 0.24.1",
 7685]
 7686
 7687[[package]]
 7688name = "hyper-rustls"
 7689version = "0.27.5"
 7690source = "registry+https://github.com/rust-lang/crates.io-index"
 7691checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
 7692dependencies = [
 7693 "futures-util",
 7694 "http 1.3.1",
 7695 "hyper 1.6.0",
 7696 "hyper-util",
 7697 "rustls 0.23.26",
 7698 "rustls-native-certs 0.8.1",
 7699 "rustls-pki-types",
 7700 "tokio",
 7701 "tokio-rustls 0.26.2",
 7702 "tower-service",
 7703]
 7704
 7705[[package]]
 7706name = "hyper-tls"
 7707version = "0.5.0"
 7708source = "registry+https://github.com/rust-lang/crates.io-index"
 7709checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 7710dependencies = [
 7711 "bytes 1.10.1",
 7712 "hyper 0.14.32",
 7713 "native-tls",
 7714 "tokio",
 7715 "tokio-native-tls",
 7716]
 7717
 7718[[package]]
 7719name = "hyper-util"
 7720version = "0.1.11"
 7721source = "registry+https://github.com/rust-lang/crates.io-index"
 7722checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
 7723dependencies = [
 7724 "bytes 1.10.1",
 7725 "futures-channel",
 7726 "futures-util",
 7727 "http 1.3.1",
 7728 "http-body 1.0.1",
 7729 "hyper 1.6.0",
 7730 "libc",
 7731 "pin-project-lite",
 7732 "socket2",
 7733 "tokio",
 7734 "tower-service",
 7735 "tracing",
 7736]
 7737
 7738[[package]]
 7739name = "iana-time-zone"
 7740version = "0.1.63"
 7741source = "registry+https://github.com/rust-lang/crates.io-index"
 7742checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
 7743dependencies = [
 7744 "android_system_properties",
 7745 "core-foundation-sys",
 7746 "iana-time-zone-haiku",
 7747 "js-sys",
 7748 "log",
 7749 "wasm-bindgen",
 7750 "windows-core 0.61.0",
 7751]
 7752
 7753[[package]]
 7754name = "iana-time-zone-haiku"
 7755version = "0.1.2"
 7756source = "registry+https://github.com/rust-lang/crates.io-index"
 7757checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 7758dependencies = [
 7759 "cc",
 7760]
 7761
 7762[[package]]
 7763name = "icons"
 7764version = "0.1.0"
 7765dependencies = [
 7766 "serde",
 7767 "strum 0.27.1",
 7768 "workspace-hack",
 7769]
 7770
 7771[[package]]
 7772name = "icu_collections"
 7773version = "1.5.0"
 7774source = "registry+https://github.com/rust-lang/crates.io-index"
 7775checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 7776dependencies = [
 7777 "displaydoc",
 7778 "yoke",
 7779 "zerofrom",
 7780 "zerovec",
 7781]
 7782
 7783[[package]]
 7784name = "icu_locid"
 7785version = "1.5.0"
 7786source = "registry+https://github.com/rust-lang/crates.io-index"
 7787checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 7788dependencies = [
 7789 "displaydoc",
 7790 "litemap",
 7791 "tinystr",
 7792 "writeable",
 7793 "zerovec",
 7794]
 7795
 7796[[package]]
 7797name = "icu_locid_transform"
 7798version = "1.5.0"
 7799source = "registry+https://github.com/rust-lang/crates.io-index"
 7800checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 7801dependencies = [
 7802 "displaydoc",
 7803 "icu_locid",
 7804 "icu_locid_transform_data",
 7805 "icu_provider",
 7806 "tinystr",
 7807 "zerovec",
 7808]
 7809
 7810[[package]]
 7811name = "icu_locid_transform_data"
 7812version = "1.5.1"
 7813source = "registry+https://github.com/rust-lang/crates.io-index"
 7814checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
 7815
 7816[[package]]
 7817name = "icu_normalizer"
 7818version = "1.5.0"
 7819source = "registry+https://github.com/rust-lang/crates.io-index"
 7820checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 7821dependencies = [
 7822 "displaydoc",
 7823 "icu_collections",
 7824 "icu_normalizer_data",
 7825 "icu_properties",
 7826 "icu_provider",
 7827 "smallvec",
 7828 "utf16_iter",
 7829 "utf8_iter",
 7830 "write16",
 7831 "zerovec",
 7832]
 7833
 7834[[package]]
 7835name = "icu_normalizer_data"
 7836version = "1.5.1"
 7837source = "registry+https://github.com/rust-lang/crates.io-index"
 7838checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
 7839
 7840[[package]]
 7841name = "icu_properties"
 7842version = "1.5.1"
 7843source = "registry+https://github.com/rust-lang/crates.io-index"
 7844checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 7845dependencies = [
 7846 "displaydoc",
 7847 "icu_collections",
 7848 "icu_locid_transform",
 7849 "icu_properties_data",
 7850 "icu_provider",
 7851 "tinystr",
 7852 "zerovec",
 7853]
 7854
 7855[[package]]
 7856name = "icu_properties_data"
 7857version = "1.5.1"
 7858source = "registry+https://github.com/rust-lang/crates.io-index"
 7859checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
 7860
 7861[[package]]
 7862name = "icu_provider"
 7863version = "1.5.0"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 7866dependencies = [
 7867 "displaydoc",
 7868 "icu_locid",
 7869 "icu_provider_macros",
 7870 "stable_deref_trait",
 7871 "tinystr",
 7872 "writeable",
 7873 "yoke",
 7874 "zerofrom",
 7875 "zerovec",
 7876]
 7877
 7878[[package]]
 7879name = "icu_provider_macros"
 7880version = "1.5.0"
 7881source = "registry+https://github.com/rust-lang/crates.io-index"
 7882checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 7883dependencies = [
 7884 "proc-macro2",
 7885 "quote",
 7886 "syn 2.0.101",
 7887]
 7888
 7889[[package]]
 7890name = "id-arena"
 7891version = "2.2.1"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 7894
 7895[[package]]
 7896name = "ident_case"
 7897version = "1.0.1"
 7898source = "registry+https://github.com/rust-lang/crates.io-index"
 7899checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 7900
 7901[[package]]
 7902name = "idna"
 7903version = "1.0.3"
 7904source = "registry+https://github.com/rust-lang/crates.io-index"
 7905checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 7906dependencies = [
 7907 "idna_adapter",
 7908 "smallvec",
 7909 "utf8_iter",
 7910]
 7911
 7912[[package]]
 7913name = "idna_adapter"
 7914version = "1.2.0"
 7915source = "registry+https://github.com/rust-lang/crates.io-index"
 7916checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 7917dependencies = [
 7918 "icu_normalizer",
 7919 "icu_properties",
 7920]
 7921
 7922[[package]]
 7923name = "ignore"
 7924version = "0.4.23"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 7927dependencies = [
 7928 "crossbeam-deque",
 7929 "globset",
 7930 "log",
 7931 "memchr",
 7932 "regex-automata 0.4.9",
 7933 "same-file",
 7934 "walkdir",
 7935 "winapi-util",
 7936]
 7937
 7938[[package]]
 7939name = "image"
 7940version = "0.25.6"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 7943dependencies = [
 7944 "bytemuck",
 7945 "byteorder-lite",
 7946 "color_quant",
 7947 "exr",
 7948 "gif",
 7949 "image-webp",
 7950 "num-traits",
 7951 "png",
 7952 "qoi",
 7953 "ravif",
 7954 "rayon",
 7955 "rgb",
 7956 "tiff",
 7957 "zune-core",
 7958 "zune-jpeg",
 7959]
 7960
 7961[[package]]
 7962name = "image-webp"
 7963version = "0.2.1"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f"
 7966dependencies = [
 7967 "byteorder-lite",
 7968 "quick-error",
 7969]
 7970
 7971[[package]]
 7972name = "image_viewer"
 7973version = "0.1.0"
 7974dependencies = [
 7975 "anyhow",
 7976 "db",
 7977 "editor",
 7978 "file_icons",
 7979 "gpui",
 7980 "language",
 7981 "log",
 7982 "project",
 7983 "schemars",
 7984 "serde",
 7985 "settings",
 7986 "theme",
 7987 "ui",
 7988 "util",
 7989 "workspace",
 7990 "workspace-hack",
 7991]
 7992
 7993[[package]]
 7994name = "imagesize"
 7995version = "0.13.0"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 7998
 7999[[package]]
 8000name = "imara-diff"
 8001version = "0.1.8"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8004dependencies = [
 8005 "hashbrown 0.15.3",
 8006]
 8007
 8008[[package]]
 8009name = "imgref"
 8010version = "1.11.0"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 8013
 8014[[package]]
 8015name = "indexed_docs"
 8016version = "0.1.0"
 8017dependencies = [
 8018 "anyhow",
 8019 "async-trait",
 8020 "cargo_metadata",
 8021 "collections",
 8022 "derive_more",
 8023 "extension",
 8024 "fs",
 8025 "futures 0.3.31",
 8026 "fuzzy",
 8027 "gpui",
 8028 "heed",
 8029 "html_to_markdown",
 8030 "http_client",
 8031 "indexmap",
 8032 "indoc",
 8033 "parking_lot",
 8034 "paths",
 8035 "pretty_assertions",
 8036 "serde",
 8037 "strum 0.27.1",
 8038 "util",
 8039 "workspace-hack",
 8040]
 8041
 8042[[package]]
 8043name = "indexmap"
 8044version = "2.9.0"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
 8047dependencies = [
 8048 "equivalent",
 8049 "hashbrown 0.15.3",
 8050 "serde",
 8051]
 8052
 8053[[package]]
 8054name = "indoc"
 8055version = "2.0.6"
 8056source = "registry+https://github.com/rust-lang/crates.io-index"
 8057checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8058
 8059[[package]]
 8060name = "infer"
 8061version = "0.2.3"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 8064
 8065[[package]]
 8066name = "inherent"
 8067version = "1.0.12"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "6c38228f24186d9cc68c729accb4d413be9eaed6ad07ff79e0270d9e56f3de13"
 8070dependencies = [
 8071 "proc-macro2",
 8072 "quote",
 8073 "syn 2.0.101",
 8074]
 8075
 8076[[package]]
 8077name = "inline_completion"
 8078version = "0.1.0"
 8079dependencies = [
 8080 "anyhow",
 8081 "gpui",
 8082 "language",
 8083 "project",
 8084 "workspace-hack",
 8085 "zed_llm_client",
 8086]
 8087
 8088[[package]]
 8089name = "inline_completion_button"
 8090version = "0.1.0"
 8091dependencies = [
 8092 "anyhow",
 8093 "client",
 8094 "copilot",
 8095 "editor",
 8096 "feature_flags",
 8097 "fs",
 8098 "futures 0.3.31",
 8099 "gpui",
 8100 "indoc",
 8101 "inline_completion",
 8102 "language",
 8103 "lsp",
 8104 "paths",
 8105 "project",
 8106 "regex",
 8107 "serde_json",
 8108 "settings",
 8109 "supermaven",
 8110 "telemetry",
 8111 "theme",
 8112 "ui",
 8113 "workspace",
 8114 "workspace-hack",
 8115 "zed_actions",
 8116 "zed_llm_client",
 8117 "zeta",
 8118]
 8119
 8120[[package]]
 8121name = "inotify"
 8122version = "0.11.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8125dependencies = [
 8126 "bitflags 2.9.0",
 8127 "inotify-sys",
 8128 "libc",
 8129]
 8130
 8131[[package]]
 8132name = "inotify-sys"
 8133version = "0.1.5"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8136dependencies = [
 8137 "libc",
 8138]
 8139
 8140[[package]]
 8141name = "inout"
 8142version = "0.1.4"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8145dependencies = [
 8146 "block-padding",
 8147 "generic-array",
 8148]
 8149
 8150[[package]]
 8151name = "install_cli"
 8152version = "0.1.0"
 8153dependencies = [
 8154 "anyhow",
 8155 "client",
 8156 "gpui",
 8157 "release_channel",
 8158 "smol",
 8159 "util",
 8160 "workspace",
 8161 "workspace-hack",
 8162]
 8163
 8164[[package]]
 8165name = "instant"
 8166version = "0.1.13"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8169dependencies = [
 8170 "cfg-if",
 8171]
 8172
 8173[[package]]
 8174name = "interim"
 8175version = "0.2.1"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "a9ce9099a85f468663d3225bf87e85d0548968441e1db12248b996b24f0f5b5a"
 8178dependencies = [
 8179 "chrono",
 8180 "logos",
 8181]
 8182
 8183[[package]]
 8184name = "interpolate_name"
 8185version = "0.2.4"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8188dependencies = [
 8189 "proc-macro2",
 8190 "quote",
 8191 "syn 2.0.101",
 8192]
 8193
 8194[[package]]
 8195name = "inventory"
 8196version = "0.3.20"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 8199dependencies = [
 8200 "rustversion",
 8201]
 8202
 8203[[package]]
 8204name = "io-extras"
 8205version = "0.18.4"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8208dependencies = [
 8209 "io-lifetimes",
 8210 "windows-sys 0.59.0",
 8211]
 8212
 8213[[package]]
 8214name = "io-lifetimes"
 8215version = "2.0.4"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8218
 8219[[package]]
 8220name = "io-surface"
 8221version = "0.16.0"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "8283575d5f0b2e7447ec0840363879d71c0fa325d4c699d5b45208ea4a51f45e"
 8224dependencies = [
 8225 "cgl",
 8226 "core-foundation 0.10.0",
 8227 "core-foundation-sys",
 8228 "leaky-cow",
 8229 "libc",
 8230]
 8231
 8232[[package]]
 8233name = "iovec"
 8234version = "0.1.4"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8237dependencies = [
 8238 "libc",
 8239]
 8240
 8241[[package]]
 8242name = "ipc-channel"
 8243version = "0.19.0"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8246dependencies = [
 8247 "bincode",
 8248 "crossbeam-channel",
 8249 "fnv",
 8250 "lazy_static",
 8251 "libc",
 8252 "mio",
 8253 "rand 0.8.5",
 8254 "serde",
 8255 "tempfile",
 8256 "uuid",
 8257 "windows 0.58.0",
 8258]
 8259
 8260[[package]]
 8261name = "ipnet"
 8262version = "2.11.0"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8265
 8266[[package]]
 8267name = "is-docker"
 8268version = "0.2.0"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8271dependencies = [
 8272 "once_cell",
 8273]
 8274
 8275[[package]]
 8276name = "is-terminal"
 8277version = "0.4.16"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8280dependencies = [
 8281 "hermit-abi 0.5.0",
 8282 "libc",
 8283 "windows-sys 0.59.0",
 8284]
 8285
 8286[[package]]
 8287name = "is-wsl"
 8288version = "0.4.0"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8291dependencies = [
 8292 "is-docker",
 8293 "once_cell",
 8294]
 8295
 8296[[package]]
 8297name = "is_terminal_polyfill"
 8298version = "1.70.1"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8301
 8302[[package]]
 8303name = "itertools"
 8304version = "0.10.5"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8307dependencies = [
 8308 "either",
 8309]
 8310
 8311[[package]]
 8312name = "itertools"
 8313version = "0.11.0"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8316dependencies = [
 8317 "either",
 8318]
 8319
 8320[[package]]
 8321name = "itertools"
 8322version = "0.12.1"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8325dependencies = [
 8326 "either",
 8327]
 8328
 8329[[package]]
 8330name = "itertools"
 8331version = "0.13.0"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 8334dependencies = [
 8335 "either",
 8336]
 8337
 8338[[package]]
 8339name = "itertools"
 8340version = "0.14.0"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8343dependencies = [
 8344 "either",
 8345]
 8346
 8347[[package]]
 8348name = "itoa"
 8349version = "1.0.15"
 8350source = "registry+https://github.com/rust-lang/crates.io-index"
 8351checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8352
 8353[[package]]
 8354name = "jiff"
 8355version = "0.2.10"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "5a064218214dc6a10fbae5ec5fa888d80c45d611aba169222fc272072bf7aef6"
 8358dependencies = [
 8359 "jiff-static",
 8360 "jiff-tzdb-platform",
 8361 "log",
 8362 "portable-atomic",
 8363 "portable-atomic-util",
 8364 "serde",
 8365 "windows-sys 0.59.0",
 8366]
 8367
 8368[[package]]
 8369name = "jiff-static"
 8370version = "0.2.10"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "199b7932d97e325aff3a7030e141eafe7f2c6268e1d1b24859b753a627f45254"
 8373dependencies = [
 8374 "proc-macro2",
 8375 "quote",
 8376 "syn 2.0.101",
 8377]
 8378
 8379[[package]]
 8380name = "jiff-tzdb"
 8381version = "0.1.4"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524"
 8384
 8385[[package]]
 8386name = "jiff-tzdb-platform"
 8387version = "0.1.3"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
 8390dependencies = [
 8391 "jiff-tzdb",
 8392]
 8393
 8394[[package]]
 8395name = "jj"
 8396version = "0.1.0"
 8397dependencies = [
 8398 "anyhow",
 8399 "gpui",
 8400 "jj-lib",
 8401 "workspace-hack",
 8402]
 8403
 8404[[package]]
 8405name = "jj-lib"
 8406version = "0.29.0"
 8407source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8408dependencies = [
 8409 "async-trait",
 8410 "blake2",
 8411 "bstr",
 8412 "chrono",
 8413 "clru",
 8414 "digest",
 8415 "dunce",
 8416 "either",
 8417 "futures 0.3.31",
 8418 "gix",
 8419 "glob",
 8420 "hashbrown 0.15.3",
 8421 "hex",
 8422 "ignore",
 8423 "indexmap",
 8424 "interim",
 8425 "itertools 0.14.0",
 8426 "jj-lib-proc-macros",
 8427 "maplit",
 8428 "once_cell",
 8429 "pest",
 8430 "pest_derive",
 8431 "pollster 0.4.0",
 8432 "prost 0.13.5",
 8433 "rand 0.8.5",
 8434 "rand_chacha 0.3.1",
 8435 "rayon",
 8436 "ref-cast",
 8437 "regex",
 8438 "rustix 1.0.7",
 8439 "same-file",
 8440 "serde",
 8441 "serde_json",
 8442 "smallvec",
 8443 "strsim",
 8444 "tempfile",
 8445 "thiserror 2.0.12",
 8446 "toml_edit",
 8447 "tracing",
 8448 "version_check",
 8449 "winreg 0.52.0",
 8450]
 8451
 8452[[package]]
 8453name = "jj-lib-proc-macros"
 8454version = "0.29.0"
 8455source = "git+https://github.com/jj-vcs/jj?rev=e18eb8e05efaa153fad5ef46576af145bba1807f#e18eb8e05efaa153fad5ef46576af145bba1807f"
 8456dependencies = [
 8457 "proc-macro2",
 8458 "quote",
 8459 "syn 2.0.101",
 8460]
 8461
 8462[[package]]
 8463name = "jj_ui"
 8464version = "0.1.0"
 8465dependencies = [
 8466 "command_palette_hooks",
 8467 "feature_flags",
 8468 "fuzzy",
 8469 "gpui",
 8470 "jj",
 8471 "picker",
 8472 "ui",
 8473 "util",
 8474 "workspace",
 8475 "workspace-hack",
 8476 "zed_actions",
 8477]
 8478
 8479[[package]]
 8480name = "jni"
 8481version = "0.21.1"
 8482source = "registry+https://github.com/rust-lang/crates.io-index"
 8483checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8484dependencies = [
 8485 "cesu8",
 8486 "cfg-if",
 8487 "combine",
 8488 "jni-sys",
 8489 "log",
 8490 "thiserror 1.0.69",
 8491 "walkdir",
 8492 "windows-sys 0.45.0",
 8493]
 8494
 8495[[package]]
 8496name = "jni-sys"
 8497version = "0.3.0"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8500
 8501[[package]]
 8502name = "jobserver"
 8503version = "0.1.33"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
 8506dependencies = [
 8507 "getrandom 0.3.2",
 8508 "libc",
 8509]
 8510
 8511[[package]]
 8512name = "journal"
 8513version = "0.1.0"
 8514dependencies = [
 8515 "anyhow",
 8516 "chrono",
 8517 "editor",
 8518 "gpui",
 8519 "log",
 8520 "schemars",
 8521 "serde",
 8522 "settings",
 8523 "shellexpand 2.1.2",
 8524 "workspace",
 8525 "workspace-hack",
 8526]
 8527
 8528[[package]]
 8529name = "jpeg-decoder"
 8530version = "0.3.1"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 8533
 8534[[package]]
 8535name = "js-sys"
 8536version = "0.3.77"
 8537source = "registry+https://github.com/rust-lang/crates.io-index"
 8538checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 8539dependencies = [
 8540 "once_cell",
 8541 "wasm-bindgen",
 8542]
 8543
 8544[[package]]
 8545name = "jsonschema"
 8546version = "0.30.0"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "f1b46a0365a611fbf1d2143104dcf910aada96fafd295bab16c60b802bf6fa1d"
 8549dependencies = [
 8550 "ahash 0.8.11",
 8551 "base64 0.22.1",
 8552 "bytecount",
 8553 "email_address",
 8554 "fancy-regex 0.14.0",
 8555 "fraction",
 8556 "idna",
 8557 "itoa",
 8558 "num-cmp",
 8559 "num-traits",
 8560 "once_cell",
 8561 "percent-encoding",
 8562 "referencing",
 8563 "regex",
 8564 "regex-syntax 0.8.5",
 8565 "reqwest 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
 8566 "serde",
 8567 "serde_json",
 8568 "uuid-simd",
 8569]
 8570
 8571[[package]]
 8572name = "jsonwebtoken"
 8573version = "9.3.1"
 8574source = "registry+https://github.com/rust-lang/crates.io-index"
 8575checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 8576dependencies = [
 8577 "base64 0.22.1",
 8578 "js-sys",
 8579 "pem",
 8580 "ring",
 8581 "serde",
 8582 "serde_json",
 8583 "simple_asn1",
 8584]
 8585
 8586[[package]]
 8587name = "jupyter-protocol"
 8588version = "0.6.0"
 8589source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8590dependencies = [
 8591 "anyhow",
 8592 "async-trait",
 8593 "bytes 1.10.1",
 8594 "chrono",
 8595 "futures 0.3.31",
 8596 "serde",
 8597 "serde_json",
 8598 "uuid",
 8599]
 8600
 8601[[package]]
 8602name = "jupyter-websocket-client"
 8603version = "0.9.0"
 8604source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
 8605dependencies = [
 8606 "anyhow",
 8607 "async-trait",
 8608 "async-tungstenite",
 8609 "futures 0.3.31",
 8610 "jupyter-protocol",
 8611 "serde",
 8612 "serde_json",
 8613 "url",
 8614 "uuid",
 8615]
 8616
 8617[[package]]
 8618name = "khronos-egl"
 8619version = "6.0.0"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 8622dependencies = [
 8623 "libc",
 8624 "libloading",
 8625]
 8626
 8627[[package]]
 8628name = "kqueue"
 8629version = "1.0.8"
 8630source = "registry+https://github.com/rust-lang/crates.io-index"
 8631checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 8632dependencies = [
 8633 "kqueue-sys",
 8634 "libc",
 8635]
 8636
 8637[[package]]
 8638name = "kqueue-sys"
 8639version = "1.0.4"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 8642dependencies = [
 8643 "bitflags 1.3.2",
 8644 "libc",
 8645]
 8646
 8647[[package]]
 8648name = "kstring"
 8649version = "2.0.2"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
 8652dependencies = [
 8653 "static_assertions",
 8654]
 8655
 8656[[package]]
 8657name = "kurbo"
 8658version = "0.11.1"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 8661dependencies = [
 8662 "arrayvec",
 8663 "smallvec",
 8664]
 8665
 8666[[package]]
 8667name = "kv-log-macro"
 8668version = "1.0.7"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 8671dependencies = [
 8672 "log",
 8673]
 8674
 8675[[package]]
 8676name = "language"
 8677version = "0.1.0"
 8678dependencies = [
 8679 "anyhow",
 8680 "async-trait",
 8681 "async-watch",
 8682 "clock",
 8683 "collections",
 8684 "ctor",
 8685 "ec4rs",
 8686 "env_logger 0.11.8",
 8687 "fs",
 8688 "futures 0.3.31",
 8689 "fuzzy",
 8690 "globset",
 8691 "gpui",
 8692 "http_client",
 8693 "imara-diff",
 8694 "indoc",
 8695 "itertools 0.14.0",
 8696 "log",
 8697 "lsp",
 8698 "parking_lot",
 8699 "postage",
 8700 "pretty_assertions",
 8701 "rand 0.8.5",
 8702 "regex",
 8703 "rpc",
 8704 "schemars",
 8705 "serde",
 8706 "serde_json",
 8707 "settings",
 8708 "smallvec",
 8709 "smol",
 8710 "streaming-iterator",
 8711 "strsim",
 8712 "sum_tree",
 8713 "task",
 8714 "text",
 8715 "theme",
 8716 "tree-sitter",
 8717 "tree-sitter-elixir",
 8718 "tree-sitter-embedded-template",
 8719 "tree-sitter-heex",
 8720 "tree-sitter-html",
 8721 "tree-sitter-json",
 8722 "tree-sitter-md",
 8723 "tree-sitter-python",
 8724 "tree-sitter-ruby",
 8725 "tree-sitter-rust",
 8726 "tree-sitter-typescript",
 8727 "unicase",
 8728 "unindent",
 8729 "util",
 8730 "workspace-hack",
 8731]
 8732
 8733[[package]]
 8734name = "language_extension"
 8735version = "0.1.0"
 8736dependencies = [
 8737 "anyhow",
 8738 "async-trait",
 8739 "collections",
 8740 "extension",
 8741 "fs",
 8742 "futures 0.3.31",
 8743 "gpui",
 8744 "language",
 8745 "lsp",
 8746 "serde",
 8747 "serde_json",
 8748 "util",
 8749 "workspace-hack",
 8750]
 8751
 8752[[package]]
 8753name = "language_model"
 8754version = "0.1.0"
 8755dependencies = [
 8756 "anthropic",
 8757 "anyhow",
 8758 "base64 0.22.1",
 8759 "client",
 8760 "collections",
 8761 "futures 0.3.31",
 8762 "google_ai",
 8763 "gpui",
 8764 "http_client",
 8765 "icons",
 8766 "image",
 8767 "open_ai",
 8768 "parking_lot",
 8769 "proto",
 8770 "schemars",
 8771 "serde",
 8772 "serde_json",
 8773 "smol",
 8774 "strum 0.27.1",
 8775 "telemetry_events",
 8776 "thiserror 2.0.12",
 8777 "util",
 8778 "workspace-hack",
 8779 "zed_llm_client",
 8780]
 8781
 8782[[package]]
 8783name = "language_models"
 8784version = "0.1.0"
 8785dependencies = [
 8786 "anthropic",
 8787 "anyhow",
 8788 "aws-config",
 8789 "aws-credential-types",
 8790 "aws_http_client",
 8791 "bedrock",
 8792 "client",
 8793 "collections",
 8794 "copilot",
 8795 "credentials_provider",
 8796 "deepseek",
 8797 "editor",
 8798 "feature_flags",
 8799 "fs",
 8800 "futures 0.3.31",
 8801 "google_ai",
 8802 "gpui",
 8803 "gpui_tokio",
 8804 "http_client",
 8805 "language_model",
 8806 "lmstudio",
 8807 "log",
 8808 "menu",
 8809 "mistral",
 8810 "ollama",
 8811 "open_ai",
 8812 "partial-json-fixer",
 8813 "project",
 8814 "proto",
 8815 "release_channel",
 8816 "schemars",
 8817 "serde",
 8818 "serde_json",
 8819 "settings",
 8820 "smol",
 8821 "strum 0.27.1",
 8822 "theme",
 8823 "thiserror 2.0.12",
 8824 "tiktoken-rs",
 8825 "tokio",
 8826 "ui",
 8827 "util",
 8828 "workspace-hack",
 8829 "zed_llm_client",
 8830]
 8831
 8832[[package]]
 8833name = "language_selector"
 8834version = "0.1.0"
 8835dependencies = [
 8836 "anyhow",
 8837 "editor",
 8838 "file_finder",
 8839 "file_icons",
 8840 "fuzzy",
 8841 "gpui",
 8842 "language",
 8843 "picker",
 8844 "project",
 8845 "settings",
 8846 "ui",
 8847 "util",
 8848 "workspace",
 8849 "workspace-hack",
 8850]
 8851
 8852[[package]]
 8853name = "language_tools"
 8854version = "0.1.0"
 8855dependencies = [
 8856 "anyhow",
 8857 "client",
 8858 "collections",
 8859 "copilot",
 8860 "editor",
 8861 "env_logger 0.11.8",
 8862 "futures 0.3.31",
 8863 "gpui",
 8864 "itertools 0.14.0",
 8865 "language",
 8866 "lsp",
 8867 "project",
 8868 "release_channel",
 8869 "serde_json",
 8870 "settings",
 8871 "theme",
 8872 "tree-sitter",
 8873 "ui",
 8874 "util",
 8875 "workspace",
 8876 "workspace-hack",
 8877 "zed_actions",
 8878]
 8879
 8880[[package]]
 8881name = "languages"
 8882version = "0.1.0"
 8883dependencies = [
 8884 "anyhow",
 8885 "async-compression",
 8886 "async-tar",
 8887 "async-trait",
 8888 "collections",
 8889 "dap",
 8890 "futures 0.3.31",
 8891 "gpui",
 8892 "http_client",
 8893 "language",
 8894 "log",
 8895 "lsp",
 8896 "node_runtime",
 8897 "parking_lot",
 8898 "paths",
 8899 "pet",
 8900 "pet-conda",
 8901 "pet-core",
 8902 "pet-fs",
 8903 "pet-poetry",
 8904 "pet-reporter",
 8905 "pretty_assertions",
 8906 "project",
 8907 "regex",
 8908 "rope",
 8909 "rust-embed",
 8910 "serde",
 8911 "serde_json",
 8912 "settings",
 8913 "smol",
 8914 "snippet_provider",
 8915 "task",
 8916 "text",
 8917 "theme",
 8918 "toml 0.8.20",
 8919 "tree-sitter",
 8920 "tree-sitter-bash",
 8921 "tree-sitter-c",
 8922 "tree-sitter-cpp",
 8923 "tree-sitter-css",
 8924 "tree-sitter-diff",
 8925 "tree-sitter-gitcommit",
 8926 "tree-sitter-go",
 8927 "tree-sitter-gomod",
 8928 "tree-sitter-gowork",
 8929 "tree-sitter-jsdoc",
 8930 "tree-sitter-json",
 8931 "tree-sitter-md",
 8932 "tree-sitter-python",
 8933 "tree-sitter-regex",
 8934 "tree-sitter-rust",
 8935 "tree-sitter-typescript",
 8936 "tree-sitter-yaml",
 8937 "unindent",
 8938 "util",
 8939 "workspace",
 8940 "workspace-hack",
 8941]
 8942
 8943[[package]]
 8944name = "lazy_static"
 8945version = "1.5.0"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 8948dependencies = [
 8949 "spin",
 8950]
 8951
 8952[[package]]
 8953name = "lazycell"
 8954version = "1.3.0"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 8957
 8958[[package]]
 8959name = "leak"
 8960version = "0.1.2"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 8963
 8964[[package]]
 8965name = "leaky-cow"
 8966version = "0.1.1"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 8969dependencies = [
 8970 "leak",
 8971]
 8972
 8973[[package]]
 8974name = "leb128"
 8975version = "0.2.5"
 8976source = "registry+https://github.com/rust-lang/crates.io-index"
 8977checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 8978
 8979[[package]]
 8980name = "leb128fmt"
 8981version = "0.1.0"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 8984
 8985[[package]]
 8986name = "lebe"
 8987version = "0.5.2"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 8990
 8991[[package]]
 8992name = "libc"
 8993version = "0.2.172"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 8996
 8997[[package]]
 8998name = "libdbus-sys"
 8999version = "0.2.5"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 9002dependencies = [
 9003 "cc",
 9004 "pkg-config",
 9005]
 9006
 9007[[package]]
 9008name = "libfuzzer-sys"
 9009version = "0.4.9"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
 9012dependencies = [
 9013 "arbitrary",
 9014 "cc",
 9015]
 9016
 9017[[package]]
 9018name = "libgit2-sys"
 9019version = "0.18.1+1.9.0"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 9022dependencies = [
 9023 "cc",
 9024 "libc",
 9025 "libz-sys",
 9026 "pkg-config",
 9027]
 9028
 9029[[package]]
 9030name = "libloading"
 9031version = "0.8.6"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 9034dependencies = [
 9035 "cfg-if",
 9036 "windows-targets 0.52.6",
 9037]
 9038
 9039[[package]]
 9040name = "libm"
 9041version = "0.2.11"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 9044
 9045[[package]]
 9046name = "libmimalloc-sys"
 9047version = "0.1.42"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4"
 9050dependencies = [
 9051 "cc",
 9052 "libc",
 9053]
 9054
 9055[[package]]
 9056name = "libredox"
 9057version = "0.1.3"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 9060dependencies = [
 9061 "bitflags 2.9.0",
 9062 "libc",
 9063 "redox_syscall 0.5.11",
 9064]
 9065
 9066[[package]]
 9067name = "libsqlite3-sys"
 9068version = "0.30.1"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9071dependencies = [
 9072 "cc",
 9073 "pkg-config",
 9074 "vcpkg",
 9075]
 9076
 9077[[package]]
 9078name = "libwebrtc"
 9079version = "0.3.10"
 9080source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9081dependencies = [
 9082 "cxx",
 9083 "jni",
 9084 "js-sys",
 9085 "lazy_static",
 9086 "livekit-protocol",
 9087 "livekit-runtime",
 9088 "log",
 9089 "parking_lot",
 9090 "serde",
 9091 "serde_json",
 9092 "thiserror 1.0.69",
 9093 "tokio",
 9094 "wasm-bindgen",
 9095 "wasm-bindgen-futures",
 9096 "web-sys",
 9097 "webrtc-sys",
 9098]
 9099
 9100[[package]]
 9101name = "libz-rs-sys"
 9102version = "0.5.0"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a"
 9105dependencies = [
 9106 "zlib-rs",
 9107]
 9108
 9109[[package]]
 9110name = "libz-sys"
 9111version = "1.1.22"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9114dependencies = [
 9115 "cc",
 9116 "libc",
 9117 "pkg-config",
 9118 "vcpkg",
 9119]
 9120
 9121[[package]]
 9122name = "link-cplusplus"
 9123version = "1.0.10"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212"
 9126dependencies = [
 9127 "cc",
 9128]
 9129
 9130[[package]]
 9131name = "linkify"
 9132version = "0.10.0"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9135dependencies = [
 9136 "memchr",
 9137]
 9138
 9139[[package]]
 9140name = "linux-raw-sys"
 9141version = "0.4.15"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9144
 9145[[package]]
 9146name = "linux-raw-sys"
 9147version = "0.9.4"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
 9150
 9151[[package]]
 9152name = "litemap"
 9153version = "0.7.5"
 9154source = "registry+https://github.com/rust-lang/crates.io-index"
 9155checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
 9156
 9157[[package]]
 9158name = "livekit"
 9159version = "0.7.8"
 9160source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9161dependencies = [
 9162 "chrono",
 9163 "futures-util",
 9164 "lazy_static",
 9165 "libloading",
 9166 "libwebrtc",
 9167 "livekit-api",
 9168 "livekit-protocol",
 9169 "livekit-runtime",
 9170 "log",
 9171 "parking_lot",
 9172 "prost 0.12.6",
 9173 "semver",
 9174 "serde",
 9175 "serde_json",
 9176 "thiserror 1.0.69",
 9177 "tokio",
 9178]
 9179
 9180[[package]]
 9181name = "livekit-api"
 9182version = "0.4.2"
 9183source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9184dependencies = [
 9185 "futures-util",
 9186 "http 0.2.12",
 9187 "livekit-protocol",
 9188 "livekit-runtime",
 9189 "log",
 9190 "parking_lot",
 9191 "pbjson-types",
 9192 "prost 0.12.6",
 9193 "rand 0.9.1",
 9194 "reqwest 0.11.27",
 9195 "scopeguard",
 9196 "serde",
 9197 "sha2",
 9198 "thiserror 1.0.69",
 9199 "tokio",
 9200 "tokio-tungstenite 0.26.2",
 9201 "url",
 9202]
 9203
 9204[[package]]
 9205name = "livekit-protocol"
 9206version = "0.3.9"
 9207source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9208dependencies = [
 9209 "futures-util",
 9210 "livekit-runtime",
 9211 "parking_lot",
 9212 "pbjson",
 9213 "pbjson-types",
 9214 "prost 0.12.6",
 9215 "prost-types 0.12.6",
 9216 "serde",
 9217 "thiserror 1.0.69",
 9218 "tokio",
 9219]
 9220
 9221[[package]]
 9222name = "livekit-runtime"
 9223version = "0.4.0"
 9224source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
 9225dependencies = [
 9226 "tokio",
 9227 "tokio-stream",
 9228]
 9229
 9230[[package]]
 9231name = "livekit_api"
 9232version = "0.1.0"
 9233dependencies = [
 9234 "anyhow",
 9235 "async-trait",
 9236 "jsonwebtoken",
 9237 "log",
 9238 "prost 0.9.0",
 9239 "prost-build 0.9.0",
 9240 "prost-types 0.9.0",
 9241 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
 9242 "serde",
 9243 "workspace-hack",
 9244]
 9245
 9246[[package]]
 9247name = "livekit_client"
 9248version = "0.1.0"
 9249dependencies = [
 9250 "anyhow",
 9251 "async-trait",
 9252 "collections",
 9253 "core-foundation 0.10.0",
 9254 "core-video",
 9255 "coreaudio-rs 0.12.1",
 9256 "cpal",
 9257 "futures 0.3.31",
 9258 "gpui",
 9259 "gpui_tokio",
 9260 "http_client_tls",
 9261 "image",
 9262 "libwebrtc",
 9263 "livekit",
 9264 "livekit_api",
 9265 "log",
 9266 "nanoid",
 9267 "objc",
 9268 "parking_lot",
 9269 "postage",
 9270 "scap",
 9271 "serde",
 9272 "serde_json",
 9273 "sha2",
 9274 "simplelog",
 9275 "smallvec",
 9276 "tokio-tungstenite 0.26.2",
 9277 "util",
 9278 "workspace-hack",
 9279]
 9280
 9281[[package]]
 9282name = "lmdb-master-sys"
 9283version = "0.2.5"
 9284source = "registry+https://github.com/rust-lang/crates.io-index"
 9285checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9286dependencies = [
 9287 "cc",
 9288 "doxygen-rs",
 9289 "libc",
 9290]
 9291
 9292[[package]]
 9293name = "lmstudio"
 9294version = "0.1.0"
 9295dependencies = [
 9296 "anyhow",
 9297 "futures 0.3.31",
 9298 "http_client",
 9299 "schemars",
 9300 "serde",
 9301 "serde_json",
 9302 "workspace-hack",
 9303]
 9304
 9305[[package]]
 9306name = "lock_api"
 9307version = "0.4.12"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 9310dependencies = [
 9311 "autocfg",
 9312 "scopeguard",
 9313]
 9314
 9315[[package]]
 9316name = "log"
 9317version = "0.4.27"
 9318source = "registry+https://github.com/rust-lang/crates.io-index"
 9319checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 9320dependencies = [
 9321 "serde",
 9322 "value-bag",
 9323]
 9324
 9325[[package]]
 9326name = "logos"
 9327version = "0.15.0"
 9328source = "registry+https://github.com/rust-lang/crates.io-index"
 9329checksum = "ab6f536c1af4c7cc81edf73da1f8029896e7e1e16a219ef09b184e76a296f3db"
 9330dependencies = [
 9331 "logos-derive",
 9332]
 9333
 9334[[package]]
 9335name = "logos-codegen"
 9336version = "0.15.0"
 9337source = "registry+https://github.com/rust-lang/crates.io-index"
 9338checksum = "189bbfd0b61330abea797e5e9276408f2edbe4f822d7ad08685d67419aafb34e"
 9339dependencies = [
 9340 "beef",
 9341 "fnv",
 9342 "lazy_static",
 9343 "proc-macro2",
 9344 "quote",
 9345 "regex-syntax 0.8.5",
 9346 "rustc_version",
 9347 "syn 2.0.101",
 9348]
 9349
 9350[[package]]
 9351name = "logos-derive"
 9352version = "0.15.0"
 9353source = "registry+https://github.com/rust-lang/crates.io-index"
 9354checksum = "ebfe8e1a19049ddbfccbd14ac834b215e11b85b90bab0c2dba7c7b92fb5d5cba"
 9355dependencies = [
 9356 "logos-codegen",
 9357]
 9358
 9359[[package]]
 9360name = "loom"
 9361version = "0.7.2"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9364dependencies = [
 9365 "cfg-if",
 9366 "generator",
 9367 "scoped-tls",
 9368 "tracing",
 9369 "tracing-subscriber",
 9370]
 9371
 9372[[package]]
 9373name = "loop9"
 9374version = "0.1.5"
 9375source = "registry+https://github.com/rust-lang/crates.io-index"
 9376checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9377dependencies = [
 9378 "imgref",
 9379]
 9380
 9381[[package]]
 9382name = "lru"
 9383version = "0.12.5"
 9384source = "registry+https://github.com/rust-lang/crates.io-index"
 9385checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9386dependencies = [
 9387 "hashbrown 0.15.3",
 9388]
 9389
 9390[[package]]
 9391name = "lsp"
 9392version = "0.1.0"
 9393dependencies = [
 9394 "anyhow",
 9395 "async-pipe",
 9396 "collections",
 9397 "ctor",
 9398 "env_logger 0.11.8",
 9399 "futures 0.3.31",
 9400 "gpui",
 9401 "log",
 9402 "lsp-types",
 9403 "parking_lot",
 9404 "postage",
 9405 "release_channel",
 9406 "schemars",
 9407 "serde",
 9408 "serde_json",
 9409 "smol",
 9410 "util",
 9411 "workspace-hack",
 9412]
 9413
 9414[[package]]
 9415name = "lsp-types"
 9416version = "0.95.1"
 9417source = "git+https://github.com/zed-industries/lsp-types?rev=c9c189f1c5dd53c624a419ce35bc77ad6a908d18#c9c189f1c5dd53c624a419ce35bc77ad6a908d18"
 9418dependencies = [
 9419 "bitflags 1.3.2",
 9420 "serde",
 9421 "serde_json",
 9422 "serde_repr",
 9423 "url",
 9424]
 9425
 9426[[package]]
 9427name = "lyon"
 9428version = "1.0.1"
 9429source = "registry+https://github.com/rust-lang/crates.io-index"
 9430checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 9431dependencies = [
 9432 "lyon_algorithms",
 9433 "lyon_extra",
 9434 "lyon_tessellation",
 9435]
 9436
 9437[[package]]
 9438name = "lyon_algorithms"
 9439version = "1.0.5"
 9440source = "registry+https://github.com/rust-lang/crates.io-index"
 9441checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 9442dependencies = [
 9443 "lyon_path",
 9444 "num-traits",
 9445]
 9446
 9447[[package]]
 9448name = "lyon_extra"
 9449version = "1.0.3"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 9452dependencies = [
 9453 "lyon_path",
 9454 "thiserror 1.0.69",
 9455]
 9456
 9457[[package]]
 9458name = "lyon_geom"
 9459version = "1.0.6"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 9462dependencies = [
 9463 "arrayvec",
 9464 "euclid",
 9465 "num-traits",
 9466]
 9467
 9468[[package]]
 9469name = "lyon_path"
 9470version = "1.0.7"
 9471source = "registry+https://github.com/rust-lang/crates.io-index"
 9472checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
 9473dependencies = [
 9474 "lyon_geom",
 9475 "num-traits",
 9476]
 9477
 9478[[package]]
 9479name = "lyon_tessellation"
 9480version = "1.0.15"
 9481source = "registry+https://github.com/rust-lang/crates.io-index"
 9482checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 9483dependencies = [
 9484 "float_next_after",
 9485 "lyon_path",
 9486 "num-traits",
 9487]
 9488
 9489[[package]]
 9490name = "mac"
 9491version = "0.1.1"
 9492source = "registry+https://github.com/rust-lang/crates.io-index"
 9493checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 9494
 9495[[package]]
 9496name = "mach2"
 9497version = "0.4.2"
 9498source = "registry+https://github.com/rust-lang/crates.io-index"
 9499checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 9500dependencies = [
 9501 "libc",
 9502]
 9503
 9504[[package]]
 9505name = "malloc_buf"
 9506version = "0.0.6"
 9507source = "registry+https://github.com/rust-lang/crates.io-index"
 9508checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 9509dependencies = [
 9510 "libc",
 9511]
 9512
 9513[[package]]
 9514name = "maplit"
 9515version = "1.0.2"
 9516source = "registry+https://github.com/rust-lang/crates.io-index"
 9517checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 9518
 9519[[package]]
 9520name = "markdown"
 9521version = "0.1.0"
 9522dependencies = [
 9523 "anyhow",
 9524 "assets",
 9525 "base64 0.22.1",
 9526 "env_logger 0.11.8",
 9527 "gpui",
 9528 "language",
 9529 "languages",
 9530 "linkify",
 9531 "log",
 9532 "node_runtime",
 9533 "pulldown-cmark 0.12.2",
 9534 "settings",
 9535 "sum_tree",
 9536 "theme",
 9537 "ui",
 9538 "util",
 9539 "workspace-hack",
 9540]
 9541
 9542[[package]]
 9543name = "markdown_preview"
 9544version = "0.1.0"
 9545dependencies = [
 9546 "anyhow",
 9547 "async-recursion 1.1.1",
 9548 "collections",
 9549 "editor",
 9550 "gpui",
 9551 "language",
 9552 "linkify",
 9553 "log",
 9554 "pretty_assertions",
 9555 "pulldown-cmark 0.12.2",
 9556 "settings",
 9557 "theme",
 9558 "ui",
 9559 "util",
 9560 "workspace",
 9561 "workspace-hack",
 9562]
 9563
 9564[[package]]
 9565name = "markup5ever"
 9566version = "0.12.1"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 9569dependencies = [
 9570 "log",
 9571 "phf",
 9572 "phf_codegen",
 9573 "string_cache",
 9574 "string_cache_codegen",
 9575 "tendril",
 9576]
 9577
 9578[[package]]
 9579name = "markup5ever"
 9580version = "0.16.1"
 9581source = "registry+https://github.com/rust-lang/crates.io-index"
 9582checksum = "d0a8096766c229e8c88a3900c9b44b7e06aa7f7343cc229158c3e58ef8f9973a"
 9583dependencies = [
 9584 "log",
 9585 "tendril",
 9586 "web_atoms",
 9587]
 9588
 9589[[package]]
 9590name = "markup5ever_rcdom"
 9591version = "0.3.0"
 9592source = "registry+https://github.com/rust-lang/crates.io-index"
 9593checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 9594dependencies = [
 9595 "html5ever 0.27.0",
 9596 "markup5ever 0.12.1",
 9597 "tendril",
 9598 "xml5ever",
 9599]
 9600
 9601[[package]]
 9602name = "match_token"
 9603version = "0.1.0"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
 9606dependencies = [
 9607 "proc-macro2",
 9608 "quote",
 9609 "syn 2.0.101",
 9610]
 9611
 9612[[package]]
 9613name = "matchers"
 9614version = "0.1.0"
 9615source = "registry+https://github.com/rust-lang/crates.io-index"
 9616checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 9617dependencies = [
 9618 "regex-automata 0.1.10",
 9619]
 9620
 9621[[package]]
 9622name = "matchit"
 9623version = "0.7.3"
 9624source = "registry+https://github.com/rust-lang/crates.io-index"
 9625checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 9626
 9627[[package]]
 9628name = "maybe-async"
 9629version = "0.2.10"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
 9632dependencies = [
 9633 "proc-macro2",
 9634 "quote",
 9635 "syn 2.0.101",
 9636]
 9637
 9638[[package]]
 9639name = "maybe-owned"
 9640version = "0.3.4"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 9643
 9644[[package]]
 9645name = "maybe-rayon"
 9646version = "0.1.1"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 9649dependencies = [
 9650 "cfg-if",
 9651 "rayon",
 9652]
 9653
 9654[[package]]
 9655name = "md-5"
 9656version = "0.10.6"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 9659dependencies = [
 9660 "cfg-if",
 9661 "digest",
 9662]
 9663
 9664[[package]]
 9665name = "mdbook"
 9666version = "0.4.48"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "8b6fbb4ac2d9fd7aa987c3510309ea3c80004a968d063c42f0d34fea070817c1"
 9669dependencies = [
 9670 "ammonia",
 9671 "anyhow",
 9672 "chrono",
 9673 "clap",
 9674 "clap_complete",
 9675 "elasticlunr-rs",
 9676 "env_logger 0.11.8",
 9677 "futures-util",
 9678 "handlebars 6.3.2",
 9679 "hex",
 9680 "ignore",
 9681 "log",
 9682 "memchr",
 9683 "notify",
 9684 "notify-debouncer-mini",
 9685 "once_cell",
 9686 "opener",
 9687 "pathdiff",
 9688 "pulldown-cmark 0.10.3",
 9689 "regex",
 9690 "serde",
 9691 "serde_json",
 9692 "sha2",
 9693 "shlex",
 9694 "tempfile",
 9695 "tokio",
 9696 "toml 0.5.11",
 9697 "topological-sort",
 9698 "walkdir",
 9699 "warp",
 9700]
 9701
 9702[[package]]
 9703name = "media"
 9704version = "0.1.0"
 9705dependencies = [
 9706 "anyhow",
 9707 "bindgen 0.71.1",
 9708 "core-foundation 0.10.0",
 9709 "core-video",
 9710 "ctor",
 9711 "foreign-types 0.5.0",
 9712 "metal",
 9713 "objc",
 9714 "workspace-hack",
 9715]
 9716
 9717[[package]]
 9718name = "memchr"
 9719version = "2.7.4"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 9722
 9723[[package]]
 9724name = "memfd"
 9725version = "0.6.4"
 9726source = "registry+https://github.com/rust-lang/crates.io-index"
 9727checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 9728dependencies = [
 9729 "rustix 0.38.44",
 9730]
 9731
 9732[[package]]
 9733name = "memmap2"
 9734version = "0.9.5"
 9735source = "registry+https://github.com/rust-lang/crates.io-index"
 9736checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 9737dependencies = [
 9738 "libc",
 9739]
 9740
 9741[[package]]
 9742name = "memoffset"
 9743version = "0.9.1"
 9744source = "registry+https://github.com/rust-lang/crates.io-index"
 9745checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 9746dependencies = [
 9747 "autocfg",
 9748]
 9749
 9750[[package]]
 9751name = "menu"
 9752version = "0.1.0"
 9753dependencies = [
 9754 "gpui",
 9755 "workspace-hack",
 9756]
 9757
 9758[[package]]
 9759name = "metal"
 9760version = "0.29.0"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
 9763dependencies = [
 9764 "bitflags 2.9.0",
 9765 "block",
 9766 "core-graphics-types 0.1.3",
 9767 "foreign-types 0.5.0",
 9768 "log",
 9769 "objc",
 9770 "paste",
 9771]
 9772
 9773[[package]]
 9774name = "migrator"
 9775version = "0.1.0"
 9776dependencies = [
 9777 "anyhow",
 9778 "collections",
 9779 "convert_case 0.8.0",
 9780 "log",
 9781 "pretty_assertions",
 9782 "streaming-iterator",
 9783 "tree-sitter",
 9784 "tree-sitter-json",
 9785 "workspace-hack",
 9786]
 9787
 9788[[package]]
 9789name = "mimalloc"
 9790version = "0.1.46"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af"
 9793dependencies = [
 9794 "libmimalloc-sys",
 9795]
 9796
 9797[[package]]
 9798name = "mime"
 9799version = "0.3.17"
 9800source = "registry+https://github.com/rust-lang/crates.io-index"
 9801checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 9802
 9803[[package]]
 9804name = "mime_guess"
 9805version = "2.0.5"
 9806source = "registry+https://github.com/rust-lang/crates.io-index"
 9807checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 9808dependencies = [
 9809 "mime",
 9810 "unicase",
 9811]
 9812
 9813[[package]]
 9814name = "minimal-lexical"
 9815version = "0.2.1"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 9818
 9819[[package]]
 9820name = "miniz_oxide"
 9821version = "0.8.8"
 9822source = "registry+https://github.com/rust-lang/crates.io-index"
 9823checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 9824dependencies = [
 9825 "adler2",
 9826 "simd-adler32",
 9827]
 9828
 9829[[package]]
 9830name = "mint"
 9831version = "0.5.9"
 9832source = "registry+https://github.com/rust-lang/crates.io-index"
 9833checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 9834
 9835[[package]]
 9836name = "mio"
 9837version = "1.0.3"
 9838source = "registry+https://github.com/rust-lang/crates.io-index"
 9839checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 9840dependencies = [
 9841 "libc",
 9842 "log",
 9843 "wasi 0.11.0+wasi-snapshot-preview1",
 9844 "windows-sys 0.52.0",
 9845]
 9846
 9847[[package]]
 9848name = "miow"
 9849version = "0.6.0"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 9852dependencies = [
 9853 "windows-sys 0.48.0",
 9854]
 9855
 9856[[package]]
 9857name = "mistral"
 9858version = "0.1.0"
 9859dependencies = [
 9860 "anyhow",
 9861 "futures 0.3.31",
 9862 "http_client",
 9863 "schemars",
 9864 "serde",
 9865 "serde_json",
 9866 "strum 0.27.1",
 9867 "workspace-hack",
 9868]
 9869
 9870[[package]]
 9871name = "moka"
 9872version = "0.12.10"
 9873source = "registry+https://github.com/rust-lang/crates.io-index"
 9874checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
 9875dependencies = [
 9876 "crossbeam-channel",
 9877 "crossbeam-epoch",
 9878 "crossbeam-utils",
 9879 "loom",
 9880 "parking_lot",
 9881 "portable-atomic",
 9882 "rustc_version",
 9883 "smallvec",
 9884 "tagptr",
 9885 "thiserror 1.0.69",
 9886 "uuid",
 9887]
 9888
 9889[[package]]
 9890name = "msvc_spectre_libs"
 9891version = "0.1.3"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
 9894dependencies = [
 9895 "cc",
 9896]
 9897
 9898[[package]]
 9899name = "multi_buffer"
 9900version = "0.1.0"
 9901dependencies = [
 9902 "anyhow",
 9903 "buffer_diff",
 9904 "clock",
 9905 "collections",
 9906 "ctor",
 9907 "env_logger 0.11.8",
 9908 "gpui",
 9909 "indoc",
 9910 "itertools 0.14.0",
 9911 "language",
 9912 "log",
 9913 "parking_lot",
 9914 "pretty_assertions",
 9915 "project",
 9916 "rand 0.8.5",
 9917 "rope",
 9918 "serde",
 9919 "settings",
 9920 "smallvec",
 9921 "smol",
 9922 "sum_tree",
 9923 "text",
 9924 "theme",
 9925 "tree-sitter",
 9926 "util",
 9927 "workspace-hack",
 9928]
 9929
 9930[[package]]
 9931name = "multimap"
 9932version = "0.8.3"
 9933source = "registry+https://github.com/rust-lang/crates.io-index"
 9934checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 9935
 9936[[package]]
 9937name = "multimap"
 9938version = "0.10.0"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 9941
 9942[[package]]
 9943name = "naga"
 9944version = "25.0.1"
 9945source = "registry+https://github.com/rust-lang/crates.io-index"
 9946checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632"
 9947dependencies = [
 9948 "arrayvec",
 9949 "bit-set 0.8.0",
 9950 "bitflags 2.9.0",
 9951 "cfg_aliases 0.2.1",
 9952 "codespan-reporting 0.12.0",
 9953 "half",
 9954 "hashbrown 0.15.3",
 9955 "hexf-parse",
 9956 "indexmap",
 9957 "log",
 9958 "num-traits",
 9959 "once_cell",
 9960 "rustc-hash 1.1.0",
 9961 "spirv",
 9962 "strum 0.26.3",
 9963 "thiserror 2.0.12",
 9964 "unicode-ident",
 9965]
 9966
 9967[[package]]
 9968name = "nanoid"
 9969version = "0.4.0"
 9970source = "registry+https://github.com/rust-lang/crates.io-index"
 9971checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 9972dependencies = [
 9973 "rand 0.8.5",
 9974]
 9975
 9976[[package]]
 9977name = "nanorand"
 9978version = "0.7.0"
 9979source = "registry+https://github.com/rust-lang/crates.io-index"
 9980checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 9981dependencies = [
 9982 "getrandom 0.2.15",
 9983]
 9984
 9985[[package]]
 9986name = "native-tls"
 9987version = "0.2.14"
 9988source = "registry+https://github.com/rust-lang/crates.io-index"
 9989checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
 9990dependencies = [
 9991 "libc",
 9992 "log",
 9993 "openssl",
 9994 "openssl-probe",
 9995 "openssl-sys",
 9996 "schannel",
 9997 "security-framework 2.11.1",
 9998 "security-framework-sys",
 9999 "tempfile",
10000]
10001
10002[[package]]
10003name = "nbformat"
10004version = "0.10.0"
10005source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
10006dependencies = [
10007 "anyhow",
10008 "chrono",
10009 "jupyter-protocol",
10010 "serde",
10011 "serde_json",
10012 "thiserror 1.0.69",
10013 "uuid",
10014]
10015
10016[[package]]
10017name = "ndk"
10018version = "0.8.0"
10019source = "registry+https://github.com/rust-lang/crates.io-index"
10020checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
10021dependencies = [
10022 "bitflags 2.9.0",
10023 "jni-sys",
10024 "log",
10025 "ndk-sys",
10026 "num_enum",
10027 "thiserror 1.0.69",
10028]
10029
10030[[package]]
10031name = "ndk-context"
10032version = "0.1.1"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10035
10036[[package]]
10037name = "ndk-sys"
10038version = "0.5.0+25.2.9519653"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
10041dependencies = [
10042 "jni-sys",
10043]
10044
10045[[package]]
10046name = "new_debug_unreachable"
10047version = "1.0.6"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10050
10051[[package]]
10052name = "nix"
10053version = "0.28.0"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10056dependencies = [
10057 "bitflags 2.9.0",
10058 "cfg-if",
10059 "cfg_aliases 0.1.1",
10060 "libc",
10061]
10062
10063[[package]]
10064name = "nix"
10065version = "0.29.0"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10068dependencies = [
10069 "bitflags 2.9.0",
10070 "cfg-if",
10071 "cfg_aliases 0.2.1",
10072 "libc",
10073 "memoffset",
10074]
10075
10076[[package]]
10077name = "node_runtime"
10078version = "0.1.0"
10079dependencies = [
10080 "anyhow",
10081 "async-compression",
10082 "async-std",
10083 "async-tar",
10084 "async-trait",
10085 "async-watch",
10086 "futures 0.3.31",
10087 "http_client",
10088 "log",
10089 "paths",
10090 "semver",
10091 "serde",
10092 "serde_json",
10093 "smol",
10094 "util",
10095 "which 6.0.3",
10096 "workspace-hack",
10097]
10098
10099[[package]]
10100name = "nom"
10101version = "7.1.3"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10104dependencies = [
10105 "memchr",
10106 "minimal-lexical",
10107]
10108
10109[[package]]
10110name = "noop_proc_macro"
10111version = "0.3.0"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10114
10115[[package]]
10116name = "normpath"
10117version = "1.3.0"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
10120dependencies = [
10121 "windows-sys 0.59.0",
10122]
10123
10124[[package]]
10125name = "notifications"
10126version = "0.1.0"
10127dependencies = [
10128 "anyhow",
10129 "channel",
10130 "client",
10131 "collections",
10132 "component",
10133 "db",
10134 "gpui",
10135 "rpc",
10136 "settings",
10137 "sum_tree",
10138 "time",
10139 "ui",
10140 "util",
10141 "workspace",
10142 "workspace-hack",
10143]
10144
10145[[package]]
10146name = "notify"
10147version = "8.0.0"
10148source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10149dependencies = [
10150 "bitflags 2.9.0",
10151 "filetime",
10152 "fsevent-sys 4.1.0",
10153 "inotify",
10154 "kqueue",
10155 "libc",
10156 "log",
10157 "mio",
10158 "notify-types",
10159 "walkdir",
10160 "windows-sys 0.59.0",
10161]
10162
10163[[package]]
10164name = "notify-debouncer-mini"
10165version = "0.6.0"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
10168dependencies = [
10169 "log",
10170 "notify",
10171 "notify-types",
10172 "tempfile",
10173]
10174
10175[[package]]
10176name = "notify-types"
10177version = "2.0.0"
10178source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
10179
10180[[package]]
10181name = "ntapi"
10182version = "0.4.1"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10185dependencies = [
10186 "winapi",
10187]
10188
10189[[package]]
10190name = "nu-ansi-term"
10191version = "0.46.0"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
10194dependencies = [
10195 "overload",
10196 "winapi",
10197]
10198
10199[[package]]
10200name = "num"
10201version = "0.4.3"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
10204dependencies = [
10205 "num-bigint",
10206 "num-complex",
10207 "num-integer",
10208 "num-iter",
10209 "num-rational",
10210 "num-traits",
10211]
10212
10213[[package]]
10214name = "num-bigint"
10215version = "0.4.6"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
10218dependencies = [
10219 "num-integer",
10220 "num-traits",
10221]
10222
10223[[package]]
10224name = "num-bigint-dig"
10225version = "0.8.4"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
10228dependencies = [
10229 "byteorder",
10230 "lazy_static",
10231 "libm",
10232 "num-integer",
10233 "num-iter",
10234 "num-traits",
10235 "rand 0.8.5",
10236 "serde",
10237 "smallvec",
10238 "zeroize",
10239]
10240
10241[[package]]
10242name = "num-cmp"
10243version = "0.1.0"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
10246
10247[[package]]
10248name = "num-complex"
10249version = "0.4.6"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
10252dependencies = [
10253 "num-traits",
10254]
10255
10256[[package]]
10257name = "num-conv"
10258version = "0.1.0"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
10261
10262[[package]]
10263name = "num-derive"
10264version = "0.4.2"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
10267dependencies = [
10268 "proc-macro2",
10269 "quote",
10270 "syn 2.0.101",
10271]
10272
10273[[package]]
10274name = "num-format"
10275version = "0.4.4"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
10278dependencies = [
10279 "arrayvec",
10280 "itoa",
10281]
10282
10283[[package]]
10284name = "num-integer"
10285version = "0.1.46"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
10288dependencies = [
10289 "num-traits",
10290]
10291
10292[[package]]
10293name = "num-iter"
10294version = "0.1.45"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
10297dependencies = [
10298 "autocfg",
10299 "num-integer",
10300 "num-traits",
10301]
10302
10303[[package]]
10304name = "num-modular"
10305version = "0.6.1"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
10308
10309[[package]]
10310name = "num-order"
10311version = "1.2.0"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
10314dependencies = [
10315 "num-modular",
10316]
10317
10318[[package]]
10319name = "num-rational"
10320version = "0.4.2"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
10323dependencies = [
10324 "num-bigint",
10325 "num-integer",
10326 "num-traits",
10327]
10328
10329[[package]]
10330name = "num-traits"
10331version = "0.2.19"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
10334dependencies = [
10335 "autocfg",
10336 "libm",
10337]
10338
10339[[package]]
10340name = "num_cpus"
10341version = "1.16.0"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
10344dependencies = [
10345 "hermit-abi 0.3.9",
10346 "libc",
10347]
10348
10349[[package]]
10350name = "num_enum"
10351version = "0.7.3"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
10354dependencies = [
10355 "num_enum_derive",
10356]
10357
10358[[package]]
10359name = "num_enum_derive"
10360version = "0.7.3"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
10363dependencies = [
10364 "proc-macro-crate",
10365 "proc-macro2",
10366 "quote",
10367 "syn 2.0.101",
10368]
10369
10370[[package]]
10371name = "num_threads"
10372version = "0.1.7"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
10375dependencies = [
10376 "libc",
10377]
10378
10379[[package]]
10380name = "nvim-rs"
10381version = "0.9.2"
10382source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
10383dependencies = [
10384 "async-trait",
10385 "futures 0.3.31",
10386 "log",
10387 "rmp",
10388 "rmpv",
10389 "tokio",
10390 "tokio-util",
10391]
10392
10393[[package]]
10394name = "objc"
10395version = "0.2.7"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
10398dependencies = [
10399 "malloc_buf",
10400 "objc_exception",
10401]
10402
10403[[package]]
10404name = "objc-foundation"
10405version = "0.1.1"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
10408dependencies = [
10409 "block",
10410 "objc",
10411 "objc_id",
10412]
10413
10414[[package]]
10415name = "objc2"
10416version = "0.6.1"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
10419dependencies = [
10420 "objc2-encode",
10421]
10422
10423[[package]]
10424name = "objc2-app-kit"
10425version = "0.3.1"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
10428dependencies = [
10429 "bitflags 2.9.0",
10430 "objc2",
10431 "objc2-core-foundation",
10432 "objc2-foundation",
10433 "objc2-quartz-core",
10434]
10435
10436[[package]]
10437name = "objc2-core-foundation"
10438version = "0.3.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
10441dependencies = [
10442 "bitflags 2.9.0",
10443 "dispatch2",
10444 "objc2",
10445]
10446
10447[[package]]
10448name = "objc2-encode"
10449version = "4.1.0"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
10452
10453[[package]]
10454name = "objc2-foundation"
10455version = "0.3.1"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
10458dependencies = [
10459 "bitflags 2.9.0",
10460 "objc2",
10461 "objc2-core-foundation",
10462]
10463
10464[[package]]
10465name = "objc2-metal"
10466version = "0.3.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874"
10469dependencies = [
10470 "bitflags 2.9.0",
10471 "block2",
10472 "dispatch2",
10473 "objc2",
10474 "objc2-core-foundation",
10475 "objc2-foundation",
10476]
10477
10478[[package]]
10479name = "objc2-quartz-core"
10480version = "0.3.1"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5"
10483dependencies = [
10484 "bitflags 2.9.0",
10485 "objc2",
10486 "objc2-core-foundation",
10487 "objc2-foundation",
10488 "objc2-metal",
10489]
10490
10491[[package]]
10492name = "objc2-ui-kit"
10493version = "0.3.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "25b1312ad7bc8a0e92adae17aa10f90aae1fb618832f9b993b022b591027daed"
10496dependencies = [
10497 "bitflags 2.9.0",
10498 "objc2",
10499 "objc2-core-foundation",
10500 "objc2-foundation",
10501 "objc2-quartz-core",
10502]
10503
10504[[package]]
10505name = "objc_exception"
10506version = "0.1.2"
10507source = "registry+https://github.com/rust-lang/crates.io-index"
10508checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
10509dependencies = [
10510 "cc",
10511]
10512
10513[[package]]
10514name = "objc_id"
10515version = "0.1.1"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
10518dependencies = [
10519 "objc",
10520]
10521
10522[[package]]
10523name = "object"
10524version = "0.36.7"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
10527dependencies = [
10528 "crc32fast",
10529 "hashbrown 0.15.3",
10530 "indexmap",
10531 "memchr",
10532]
10533
10534[[package]]
10535name = "oboe"
10536version = "0.6.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
10539dependencies = [
10540 "jni",
10541 "ndk",
10542 "ndk-context",
10543 "num-derive",
10544 "num-traits",
10545 "oboe-sys",
10546]
10547
10548[[package]]
10549name = "oboe-sys"
10550version = "0.6.1"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
10553dependencies = [
10554 "cc",
10555]
10556
10557[[package]]
10558name = "ollama"
10559version = "0.1.0"
10560dependencies = [
10561 "anyhow",
10562 "futures 0.3.31",
10563 "http_client",
10564 "schemars",
10565 "serde",
10566 "serde_json",
10567 "workspace-hack",
10568]
10569
10570[[package]]
10571name = "once_cell"
10572version = "1.21.3"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
10575
10576[[package]]
10577name = "oo7"
10578version = "0.4.3"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
10581dependencies = [
10582 "aes",
10583 "ashpd",
10584 "async-fs",
10585 "async-io",
10586 "async-lock",
10587 "blocking",
10588 "cbc",
10589 "cipher",
10590 "digest",
10591 "endi",
10592 "futures-lite 2.6.0",
10593 "futures-util",
10594 "getrandom 0.3.2",
10595 "hkdf",
10596 "hmac",
10597 "md-5",
10598 "num",
10599 "num-bigint-dig",
10600 "pbkdf2 0.12.2",
10601 "rand 0.9.1",
10602 "serde",
10603 "sha2",
10604 "subtle",
10605 "zbus",
10606 "zbus_macros",
10607 "zeroize",
10608 "zvariant",
10609]
10610
10611[[package]]
10612name = "oorandom"
10613version = "11.1.5"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
10616
10617[[package]]
10618name = "open"
10619version = "5.3.2"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
10622dependencies = [
10623 "is-wsl",
10624 "libc",
10625 "pathdiff",
10626]
10627
10628[[package]]
10629name = "open_ai"
10630version = "0.1.0"
10631dependencies = [
10632 "anyhow",
10633 "futures 0.3.31",
10634 "http_client",
10635 "schemars",
10636 "serde",
10637 "serde_json",
10638 "strum 0.27.1",
10639 "workspace-hack",
10640]
10641
10642[[package]]
10643name = "opener"
10644version = "0.7.2"
10645source = "registry+https://github.com/rust-lang/crates.io-index"
10646checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
10647dependencies = [
10648 "bstr",
10649 "dbus",
10650 "normpath",
10651 "windows-sys 0.59.0",
10652]
10653
10654[[package]]
10655name = "openssl"
10656version = "0.10.72"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
10659dependencies = [
10660 "bitflags 2.9.0",
10661 "cfg-if",
10662 "foreign-types 0.3.2",
10663 "libc",
10664 "once_cell",
10665 "openssl-macros",
10666 "openssl-sys",
10667]
10668
10669[[package]]
10670name = "openssl-macros"
10671version = "0.1.1"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
10674dependencies = [
10675 "proc-macro2",
10676 "quote",
10677 "syn 2.0.101",
10678]
10679
10680[[package]]
10681name = "openssl-probe"
10682version = "0.1.6"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
10685
10686[[package]]
10687name = "openssl-sys"
10688version = "0.9.107"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
10691dependencies = [
10692 "cc",
10693 "libc",
10694 "pkg-config",
10695 "vcpkg",
10696]
10697
10698[[package]]
10699name = "optfield"
10700version = "0.3.0"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "fa59f025cde9c698fcb4fcb3533db4621795374065bee908215263488f2d2a1d"
10703dependencies = [
10704 "proc-macro2",
10705 "quote",
10706 "syn 2.0.101",
10707]
10708
10709[[package]]
10710name = "option-ext"
10711version = "0.2.0"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
10714
10715[[package]]
10716name = "ordered-float"
10717version = "2.10.1"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
10720dependencies = [
10721 "num-traits",
10722]
10723
10724[[package]]
10725name = "ordered-float"
10726version = "4.6.0"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
10729dependencies = [
10730 "num-traits",
10731]
10732
10733[[package]]
10734name = "ordered-stream"
10735version = "0.2.0"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
10738dependencies = [
10739 "futures-core",
10740 "pin-project-lite",
10741]
10742
10743[[package]]
10744name = "ouroboros"
10745version = "0.18.5"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
10748dependencies = [
10749 "aliasable",
10750 "ouroboros_macro",
10751 "static_assertions",
10752]
10753
10754[[package]]
10755name = "ouroboros_macro"
10756version = "0.18.5"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
10759dependencies = [
10760 "heck 0.4.1",
10761 "proc-macro2",
10762 "proc-macro2-diagnostics",
10763 "quote",
10764 "syn 2.0.101",
10765]
10766
10767[[package]]
10768name = "outline"
10769version = "0.1.0"
10770dependencies = [
10771 "editor",
10772 "fuzzy",
10773 "gpui",
10774 "indoc",
10775 "language",
10776 "menu",
10777 "ordered-float 2.10.1",
10778 "picker",
10779 "project",
10780 "rope",
10781 "serde_json",
10782 "settings",
10783 "smol",
10784 "theme",
10785 "tree-sitter-rust",
10786 "tree-sitter-typescript",
10787 "ui",
10788 "util",
10789 "workspace",
10790 "workspace-hack",
10791 "zed_actions",
10792]
10793
10794[[package]]
10795name = "outline_panel"
10796version = "0.1.0"
10797dependencies = [
10798 "anyhow",
10799 "collections",
10800 "db",
10801 "editor",
10802 "file_icons",
10803 "fuzzy",
10804 "gpui",
10805 "itertools 0.14.0",
10806 "language",
10807 "log",
10808 "menu",
10809 "outline",
10810 "pretty_assertions",
10811 "project",
10812 "schemars",
10813 "search",
10814 "serde",
10815 "serde_json",
10816 "settings",
10817 "smallvec",
10818 "smol",
10819 "theme",
10820 "ui",
10821 "util",
10822 "workspace",
10823 "workspace-hack",
10824 "worktree",
10825 "zed_actions",
10826]
10827
10828[[package]]
10829name = "outref"
10830version = "0.5.2"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
10833
10834[[package]]
10835name = "overload"
10836version = "0.1.1"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
10839
10840[[package]]
10841name = "p256"
10842version = "0.11.1"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
10845dependencies = [
10846 "ecdsa",
10847 "elliptic-curve",
10848 "sha2",
10849]
10850
10851[[package]]
10852name = "page_size"
10853version = "0.6.0"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
10856dependencies = [
10857 "libc",
10858 "winapi",
10859]
10860
10861[[package]]
10862name = "palette"
10863version = "0.7.6"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
10866dependencies = [
10867 "approx",
10868 "fast-srgb8",
10869 "palette_derive",
10870]
10871
10872[[package]]
10873name = "palette_derive"
10874version = "0.7.6"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
10877dependencies = [
10878 "by_address",
10879 "proc-macro2",
10880 "quote",
10881 "syn 2.0.101",
10882]
10883
10884[[package]]
10885name = "panel"
10886version = "0.1.0"
10887dependencies = [
10888 "editor",
10889 "gpui",
10890 "settings",
10891 "theme",
10892 "ui",
10893 "workspace",
10894 "workspace-hack",
10895]
10896
10897[[package]]
10898name = "parking"
10899version = "2.2.1"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
10902
10903[[package]]
10904name = "parking_lot"
10905version = "0.12.3"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
10908dependencies = [
10909 "lock_api",
10910 "parking_lot_core",
10911]
10912
10913[[package]]
10914name = "parking_lot_core"
10915version = "0.9.10"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
10918dependencies = [
10919 "cfg-if",
10920 "libc",
10921 "redox_syscall 0.5.11",
10922 "smallvec",
10923 "windows-targets 0.52.6",
10924]
10925
10926[[package]]
10927name = "partial-json-fixer"
10928version = "0.5.3"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
10931
10932[[package]]
10933name = "password-hash"
10934version = "0.4.2"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
10937dependencies = [
10938 "base64ct",
10939 "rand_core 0.6.4",
10940 "subtle",
10941]
10942
10943[[package]]
10944name = "password-hash"
10945version = "0.5.0"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
10948dependencies = [
10949 "base64ct",
10950 "rand_core 0.6.4",
10951 "subtle",
10952]
10953
10954[[package]]
10955name = "paste"
10956version = "1.0.15"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
10959
10960[[package]]
10961name = "pathdiff"
10962version = "0.2.3"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
10965
10966[[package]]
10967name = "pathfinder_geometry"
10968version = "0.5.1"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
10971dependencies = [
10972 "log",
10973 "pathfinder_simd",
10974]
10975
10976[[package]]
10977name = "pathfinder_simd"
10978version = "0.5.4"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
10981dependencies = [
10982 "rustc_version",
10983]
10984
10985[[package]]
10986name = "paths"
10987version = "0.1.0"
10988dependencies = [
10989 "dirs 4.0.0",
10990 "util",
10991 "workspace-hack",
10992]
10993
10994[[package]]
10995name = "pbjson"
10996version = "0.6.0"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
10999dependencies = [
11000 "base64 0.21.7",
11001 "serde",
11002]
11003
11004[[package]]
11005name = "pbjson-build"
11006version = "0.6.2"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11009dependencies = [
11010 "heck 0.4.1",
11011 "itertools 0.11.0",
11012 "prost 0.12.6",
11013 "prost-types 0.12.6",
11014]
11015
11016[[package]]
11017name = "pbjson-types"
11018version = "0.6.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11021dependencies = [
11022 "bytes 1.10.1",
11023 "chrono",
11024 "pbjson",
11025 "pbjson-build",
11026 "prost 0.12.6",
11027 "prost-build 0.12.6",
11028 "serde",
11029]
11030
11031[[package]]
11032name = "pbkdf2"
11033version = "0.11.0"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11036dependencies = [
11037 "digest",
11038 "hmac",
11039 "password-hash 0.4.2",
11040 "sha2",
11041]
11042
11043[[package]]
11044name = "pbkdf2"
11045version = "0.12.2"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11048dependencies = [
11049 "digest",
11050 "hmac",
11051]
11052
11053[[package]]
11054name = "pem"
11055version = "3.0.5"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
11058dependencies = [
11059 "base64 0.22.1",
11060 "serde",
11061]
11062
11063[[package]]
11064name = "pem-rfc7468"
11065version = "0.7.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
11068dependencies = [
11069 "base64ct",
11070]
11071
11072[[package]]
11073name = "percent-encoding"
11074version = "2.3.1"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
11077
11078[[package]]
11079name = "perplexity"
11080version = "0.1.0"
11081dependencies = [
11082 "serde",
11083 "zed_extension_api 0.6.0",
11084]
11085
11086[[package]]
11087name = "pest"
11088version = "2.8.0"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
11091dependencies = [
11092 "memchr",
11093 "thiserror 2.0.12",
11094 "ucd-trie",
11095]
11096
11097[[package]]
11098name = "pest_derive"
11099version = "2.8.0"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
11102dependencies = [
11103 "pest",
11104 "pest_generator",
11105]
11106
11107[[package]]
11108name = "pest_generator"
11109version = "2.8.0"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
11112dependencies = [
11113 "pest",
11114 "pest_meta",
11115 "proc-macro2",
11116 "quote",
11117 "syn 2.0.101",
11118]
11119
11120[[package]]
11121name = "pest_meta"
11122version = "2.8.0"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
11125dependencies = [
11126 "once_cell",
11127 "pest",
11128 "sha2",
11129]
11130
11131[[package]]
11132name = "pet"
11133version = "0.1.0"
11134source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11135dependencies = [
11136 "clap",
11137 "env_logger 0.10.2",
11138 "lazy_static",
11139 "log",
11140 "msvc_spectre_libs",
11141 "pet-conda",
11142 "pet-core",
11143 "pet-env-var-path",
11144 "pet-fs",
11145 "pet-global-virtualenvs",
11146 "pet-homebrew",
11147 "pet-jsonrpc",
11148 "pet-linux-global-python",
11149 "pet-mac-commandlinetools",
11150 "pet-mac-python-org",
11151 "pet-mac-xcode",
11152 "pet-pipenv",
11153 "pet-pixi",
11154 "pet-poetry",
11155 "pet-pyenv",
11156 "pet-python-utils",
11157 "pet-reporter",
11158 "pet-telemetry",
11159 "pet-venv",
11160 "pet-virtualenv",
11161 "pet-virtualenvwrapper",
11162 "pet-windows-registry",
11163 "pet-windows-store",
11164 "serde",
11165 "serde_json",
11166]
11167
11168[[package]]
11169name = "pet-conda"
11170version = "0.1.0"
11171source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11172dependencies = [
11173 "env_logger 0.10.2",
11174 "lazy_static",
11175 "log",
11176 "msvc_spectre_libs",
11177 "pet-core",
11178 "pet-fs",
11179 "pet-python-utils",
11180 "pet-reporter",
11181 "regex",
11182 "serde",
11183 "serde_json",
11184 "yaml-rust2",
11185]
11186
11187[[package]]
11188name = "pet-core"
11189version = "0.1.0"
11190source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11191dependencies = [
11192 "clap",
11193 "lazy_static",
11194 "log",
11195 "msvc_spectre_libs",
11196 "pet-fs",
11197 "regex",
11198 "serde",
11199 "serde_json",
11200]
11201
11202[[package]]
11203name = "pet-env-var-path"
11204version = "0.1.0"
11205source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11206dependencies = [
11207 "lazy_static",
11208 "log",
11209 "msvc_spectre_libs",
11210 "pet-conda",
11211 "pet-core",
11212 "pet-fs",
11213 "pet-python-utils",
11214 "pet-virtualenv",
11215 "regex",
11216]
11217
11218[[package]]
11219name = "pet-fs"
11220version = "0.1.0"
11221source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11222dependencies = [
11223 "log",
11224 "msvc_spectre_libs",
11225]
11226
11227[[package]]
11228name = "pet-global-virtualenvs"
11229version = "0.1.0"
11230source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11231dependencies = [
11232 "log",
11233 "msvc_spectre_libs",
11234 "pet-conda",
11235 "pet-core",
11236 "pet-fs",
11237 "pet-virtualenv",
11238]
11239
11240[[package]]
11241name = "pet-homebrew"
11242version = "0.1.0"
11243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11244dependencies = [
11245 "lazy_static",
11246 "log",
11247 "msvc_spectre_libs",
11248 "pet-conda",
11249 "pet-core",
11250 "pet-fs",
11251 "pet-python-utils",
11252 "pet-virtualenv",
11253 "regex",
11254 "serde",
11255 "serde_json",
11256]
11257
11258[[package]]
11259name = "pet-jsonrpc"
11260version = "0.1.0"
11261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11262dependencies = [
11263 "env_logger 0.10.2",
11264 "log",
11265 "msvc_spectre_libs",
11266 "pet-core",
11267 "serde",
11268 "serde_json",
11269]
11270
11271[[package]]
11272name = "pet-linux-global-python"
11273version = "0.1.0"
11274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11275dependencies = [
11276 "log",
11277 "msvc_spectre_libs",
11278 "pet-core",
11279 "pet-fs",
11280 "pet-python-utils",
11281 "pet-virtualenv",
11282]
11283
11284[[package]]
11285name = "pet-mac-commandlinetools"
11286version = "0.1.0"
11287source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11288dependencies = [
11289 "log",
11290 "msvc_spectre_libs",
11291 "pet-core",
11292 "pet-fs",
11293 "pet-python-utils",
11294 "pet-virtualenv",
11295]
11296
11297[[package]]
11298name = "pet-mac-python-org"
11299version = "0.1.0"
11300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11301dependencies = [
11302 "log",
11303 "msvc_spectre_libs",
11304 "pet-core",
11305 "pet-fs",
11306 "pet-python-utils",
11307 "pet-virtualenv",
11308]
11309
11310[[package]]
11311name = "pet-mac-xcode"
11312version = "0.1.0"
11313source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11314dependencies = [
11315 "log",
11316 "msvc_spectre_libs",
11317 "pet-core",
11318 "pet-fs",
11319 "pet-python-utils",
11320 "pet-virtualenv",
11321]
11322
11323[[package]]
11324name = "pet-pipenv"
11325version = "0.1.0"
11326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11327dependencies = [
11328 "log",
11329 "msvc_spectre_libs",
11330 "pet-core",
11331 "pet-fs",
11332 "pet-python-utils",
11333 "pet-virtualenv",
11334]
11335
11336[[package]]
11337name = "pet-pixi"
11338version = "0.1.0"
11339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11340dependencies = [
11341 "log",
11342 "msvc_spectre_libs",
11343 "pet-conda",
11344 "pet-core",
11345 "pet-python-utils",
11346]
11347
11348[[package]]
11349name = "pet-poetry"
11350version = "0.1.0"
11351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11352dependencies = [
11353 "base64 0.22.1",
11354 "lazy_static",
11355 "log",
11356 "msvc_spectre_libs",
11357 "pet-core",
11358 "pet-fs",
11359 "pet-python-utils",
11360 "pet-reporter",
11361 "pet-virtualenv",
11362 "regex",
11363 "serde",
11364 "serde_json",
11365 "sha2",
11366 "toml 0.8.20",
11367]
11368
11369[[package]]
11370name = "pet-pyenv"
11371version = "0.1.0"
11372source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11373dependencies = [
11374 "lazy_static",
11375 "log",
11376 "msvc_spectre_libs",
11377 "pet-conda",
11378 "pet-core",
11379 "pet-fs",
11380 "pet-python-utils",
11381 "pet-reporter",
11382 "regex",
11383 "serde",
11384 "serde_json",
11385]
11386
11387[[package]]
11388name = "pet-python-utils"
11389version = "0.1.0"
11390source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11391dependencies = [
11392 "env_logger 0.10.2",
11393 "lazy_static",
11394 "log",
11395 "msvc_spectre_libs",
11396 "pet-core",
11397 "pet-fs",
11398 "regex",
11399 "serde",
11400 "serde_json",
11401 "sha2",
11402]
11403
11404[[package]]
11405name = "pet-reporter"
11406version = "0.1.0"
11407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11408dependencies = [
11409 "env_logger 0.10.2",
11410 "log",
11411 "msvc_spectre_libs",
11412 "pet-core",
11413 "pet-jsonrpc",
11414 "serde",
11415 "serde_json",
11416]
11417
11418[[package]]
11419name = "pet-telemetry"
11420version = "0.1.0"
11421source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11422dependencies = [
11423 "env_logger 0.10.2",
11424 "lazy_static",
11425 "log",
11426 "msvc_spectre_libs",
11427 "pet-core",
11428 "pet-fs",
11429 "pet-python-utils",
11430 "regex",
11431]
11432
11433[[package]]
11434name = "pet-venv"
11435version = "0.1.0"
11436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11437dependencies = [
11438 "log",
11439 "msvc_spectre_libs",
11440 "pet-core",
11441 "pet-python-utils",
11442 "pet-virtualenv",
11443]
11444
11445[[package]]
11446name = "pet-virtualenv"
11447version = "0.1.0"
11448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11449dependencies = [
11450 "log",
11451 "msvc_spectre_libs",
11452 "pet-core",
11453 "pet-fs",
11454 "pet-python-utils",
11455]
11456
11457[[package]]
11458name = "pet-virtualenvwrapper"
11459version = "0.1.0"
11460source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11461dependencies = [
11462 "log",
11463 "msvc_spectre_libs",
11464 "pet-core",
11465 "pet-fs",
11466 "pet-python-utils",
11467 "pet-virtualenv",
11468]
11469
11470[[package]]
11471name = "pet-windows-registry"
11472version = "0.1.0"
11473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11474dependencies = [
11475 "lazy_static",
11476 "log",
11477 "msvc_spectre_libs",
11478 "pet-conda",
11479 "pet-core",
11480 "pet-fs",
11481 "pet-python-utils",
11482 "pet-virtualenv",
11483 "pet-windows-store",
11484 "regex",
11485 "winreg 0.55.0",
11486]
11487
11488[[package]]
11489name = "pet-windows-store"
11490version = "0.1.0"
11491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=845945b830297a50de0e24020b980a65e4820559#845945b830297a50de0e24020b980a65e4820559"
11492dependencies = [
11493 "lazy_static",
11494 "log",
11495 "msvc_spectre_libs",
11496 "pet-core",
11497 "pet-fs",
11498 "pet-python-utils",
11499 "pet-virtualenv",
11500 "regex",
11501 "winreg 0.55.0",
11502]
11503
11504[[package]]
11505name = "petgraph"
11506version = "0.6.5"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
11509dependencies = [
11510 "fixedbitset",
11511 "indexmap",
11512]
11513
11514[[package]]
11515name = "pgvector"
11516version = "0.4.0"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
11519dependencies = [
11520 "serde",
11521]
11522
11523[[package]]
11524name = "phf"
11525version = "0.11.3"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
11528dependencies = [
11529 "phf_macros",
11530 "phf_shared",
11531]
11532
11533[[package]]
11534name = "phf_codegen"
11535version = "0.11.3"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
11538dependencies = [
11539 "phf_generator",
11540 "phf_shared",
11541]
11542
11543[[package]]
11544name = "phf_generator"
11545version = "0.11.3"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
11548dependencies = [
11549 "phf_shared",
11550 "rand 0.8.5",
11551]
11552
11553[[package]]
11554name = "phf_macros"
11555version = "0.11.3"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
11558dependencies = [
11559 "phf_generator",
11560 "phf_shared",
11561 "proc-macro2",
11562 "quote",
11563 "syn 2.0.101",
11564]
11565
11566[[package]]
11567name = "phf_shared"
11568version = "0.11.3"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
11571dependencies = [
11572 "siphasher",
11573]
11574
11575[[package]]
11576name = "picker"
11577version = "0.1.0"
11578dependencies = [
11579 "anyhow",
11580 "ctor",
11581 "editor",
11582 "env_logger 0.11.8",
11583 "gpui",
11584 "menu",
11585 "schemars",
11586 "serde",
11587 "serde_json",
11588 "ui",
11589 "util",
11590 "workspace",
11591 "workspace-hack",
11592]
11593
11594[[package]]
11595name = "pico-args"
11596version = "0.5.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
11599
11600[[package]]
11601name = "pin-project"
11602version = "1.1.10"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
11605dependencies = [
11606 "pin-project-internal",
11607]
11608
11609[[package]]
11610name = "pin-project-internal"
11611version = "1.1.10"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
11614dependencies = [
11615 "proc-macro2",
11616 "quote",
11617 "syn 2.0.101",
11618]
11619
11620[[package]]
11621name = "pin-project-lite"
11622version = "0.2.16"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
11625
11626[[package]]
11627name = "pin-utils"
11628version = "0.1.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
11631
11632[[package]]
11633name = "piper"
11634version = "0.2.4"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
11637dependencies = [
11638 "atomic-waker",
11639 "fastrand 2.3.0",
11640 "futures-io",
11641]
11642
11643[[package]]
11644name = "pkcs1"
11645version = "0.7.5"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
11648dependencies = [
11649 "der 0.7.10",
11650 "pkcs8 0.10.2",
11651 "spki 0.7.3",
11652]
11653
11654[[package]]
11655name = "pkcs8"
11656version = "0.9.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
11659dependencies = [
11660 "der 0.6.1",
11661 "spki 0.6.0",
11662]
11663
11664[[package]]
11665name = "pkcs8"
11666version = "0.10.2"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
11669dependencies = [
11670 "der 0.7.10",
11671 "spki 0.7.3",
11672]
11673
11674[[package]]
11675name = "pkg-config"
11676version = "0.3.32"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
11679
11680[[package]]
11681name = "plist"
11682version = "1.7.1"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
11685dependencies = [
11686 "base64 0.22.1",
11687 "indexmap",
11688 "quick-xml 0.32.0",
11689 "serde",
11690 "time",
11691]
11692
11693[[package]]
11694name = "plotters"
11695version = "0.3.7"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
11698dependencies = [
11699 "num-traits",
11700 "plotters-backend",
11701 "plotters-svg",
11702 "wasm-bindgen",
11703 "web-sys",
11704]
11705
11706[[package]]
11707name = "plotters-backend"
11708version = "0.3.7"
11709source = "registry+https://github.com/rust-lang/crates.io-index"
11710checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
11711
11712[[package]]
11713name = "plotters-svg"
11714version = "0.3.7"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
11717dependencies = [
11718 "plotters-backend",
11719]
11720
11721[[package]]
11722name = "png"
11723version = "0.17.16"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
11726dependencies = [
11727 "bitflags 1.3.2",
11728 "crc32fast",
11729 "fdeflate",
11730 "flate2",
11731 "miniz_oxide",
11732]
11733
11734[[package]]
11735name = "polling"
11736version = "3.7.4"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
11739dependencies = [
11740 "cfg-if",
11741 "concurrent-queue",
11742 "hermit-abi 0.4.0",
11743 "pin-project-lite",
11744 "rustix 0.38.44",
11745 "tracing",
11746 "windows-sys 0.59.0",
11747]
11748
11749[[package]]
11750name = "pollster"
11751version = "0.2.5"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
11754
11755[[package]]
11756name = "pollster"
11757version = "0.4.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
11760
11761[[package]]
11762name = "portable-atomic"
11763version = "1.11.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
11766
11767[[package]]
11768name = "portable-atomic-util"
11769version = "0.2.4"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
11772dependencies = [
11773 "portable-atomic",
11774]
11775
11776[[package]]
11777name = "portable-pty"
11778version = "0.9.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
11781dependencies = [
11782 "anyhow",
11783 "bitflags 1.3.2",
11784 "downcast-rs",
11785 "filedescriptor",
11786 "lazy_static",
11787 "libc",
11788 "log",
11789 "nix 0.28.0",
11790 "serial2",
11791 "shared_library",
11792 "shell-words",
11793 "winapi",
11794 "winreg 0.10.1",
11795]
11796
11797[[package]]
11798name = "postage"
11799version = "0.5.0"
11800source = "registry+https://github.com/rust-lang/crates.io-index"
11801checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
11802dependencies = [
11803 "atomic",
11804 "crossbeam-queue",
11805 "futures 0.3.31",
11806 "log",
11807 "parking_lot",
11808 "pin-project",
11809 "pollster 0.2.5",
11810 "static_assertions",
11811 "thiserror 1.0.69",
11812]
11813
11814[[package]]
11815name = "postcard"
11816version = "1.1.1"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
11819dependencies = [
11820 "cobs",
11821 "embedded-io 0.4.0",
11822 "embedded-io 0.6.1",
11823 "serde",
11824]
11825
11826[[package]]
11827name = "powerfmt"
11828version = "0.2.0"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
11831
11832[[package]]
11833name = "ppv-lite86"
11834version = "0.2.21"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
11837dependencies = [
11838 "zerocopy 0.8.24",
11839]
11840
11841[[package]]
11842name = "precomputed-hash"
11843version = "0.1.1"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
11846
11847[[package]]
11848name = "prettier"
11849version = "0.1.0"
11850dependencies = [
11851 "anyhow",
11852 "collections",
11853 "fs",
11854 "gpui",
11855 "language",
11856 "log",
11857 "lsp",
11858 "node_runtime",
11859 "parking_lot",
11860 "paths",
11861 "serde",
11862 "serde_json",
11863 "util",
11864 "workspace-hack",
11865]
11866
11867[[package]]
11868name = "pretty_assertions"
11869version = "1.4.1"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
11872dependencies = [
11873 "diff",
11874 "yansi",
11875]
11876
11877[[package]]
11878name = "prettyplease"
11879version = "0.2.32"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
11882dependencies = [
11883 "proc-macro2",
11884 "syn 2.0.101",
11885]
11886
11887[[package]]
11888name = "proc-macro-crate"
11889version = "3.3.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
11892dependencies = [
11893 "toml_edit",
11894]
11895
11896[[package]]
11897name = "proc-macro-error-attr2"
11898version = "2.0.0"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
11901dependencies = [
11902 "proc-macro2",
11903 "quote",
11904]
11905
11906[[package]]
11907name = "proc-macro-error2"
11908version = "2.0.1"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
11911dependencies = [
11912 "proc-macro-error-attr2",
11913 "proc-macro2",
11914 "quote",
11915 "syn 2.0.101",
11916]
11917
11918[[package]]
11919name = "proc-macro2"
11920version = "1.0.95"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
11923dependencies = [
11924 "unicode-ident",
11925]
11926
11927[[package]]
11928name = "proc-macro2-diagnostics"
11929version = "0.10.1"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
11932dependencies = [
11933 "proc-macro2",
11934 "quote",
11935 "syn 2.0.101",
11936 "version_check",
11937 "yansi",
11938]
11939
11940[[package]]
11941name = "prodash"
11942version = "29.0.2"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc"
11945dependencies = [
11946 "log",
11947 "parking_lot",
11948]
11949
11950[[package]]
11951name = "profiling"
11952version = "1.0.16"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
11955dependencies = [
11956 "profiling-procmacros",
11957]
11958
11959[[package]]
11960name = "profiling-procmacros"
11961version = "1.0.16"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
11964dependencies = [
11965 "quote",
11966 "syn 2.0.101",
11967]
11968
11969[[package]]
11970name = "project"
11971version = "0.1.0"
11972dependencies = [
11973 "aho-corasick",
11974 "anyhow",
11975 "askpass",
11976 "async-trait",
11977 "buffer_diff",
11978 "circular-buffer",
11979 "client",
11980 "clock",
11981 "collections",
11982 "context_server",
11983 "dap",
11984 "dap_adapters",
11985 "env_logger 0.11.8",
11986 "extension",
11987 "fancy-regex 0.14.0",
11988 "fs",
11989 "futures 0.3.31",
11990 "fuzzy",
11991 "git",
11992 "git2",
11993 "git_hosting_providers",
11994 "globset",
11995 "gpui",
11996 "http_client",
11997 "image",
11998 "indexmap",
11999 "itertools 0.14.0",
12000 "language",
12001 "log",
12002 "lsp",
12003 "node_runtime",
12004 "parking_lot",
12005 "pathdiff",
12006 "paths",
12007 "postage",
12008 "prettier",
12009 "pretty_assertions",
12010 "rand 0.8.5",
12011 "regex",
12012 "release_channel",
12013 "remote",
12014 "rpc",
12015 "schemars",
12016 "serde",
12017 "serde_json",
12018 "settings",
12019 "sha2",
12020 "shellexpand 2.1.2",
12021 "shlex",
12022 "smol",
12023 "snippet",
12024 "snippet_provider",
12025 "sum_tree",
12026 "task",
12027 "tempfile",
12028 "terminal",
12029 "text",
12030 "toml 0.8.20",
12031 "unindent",
12032 "url",
12033 "util",
12034 "which 6.0.3",
12035 "workspace-hack",
12036 "worktree",
12037 "zlog",
12038]
12039
12040[[package]]
12041name = "project_panel"
12042version = "0.1.0"
12043dependencies = [
12044 "anyhow",
12045 "client",
12046 "collections",
12047 "command_palette_hooks",
12048 "db",
12049 "editor",
12050 "file_icons",
12051 "git",
12052 "gpui",
12053 "indexmap",
12054 "language",
12055 "menu",
12056 "pretty_assertions",
12057 "project",
12058 "schemars",
12059 "search",
12060 "serde",
12061 "serde_derive",
12062 "serde_json",
12063 "settings",
12064 "smallvec",
12065 "theme",
12066 "ui",
12067 "util",
12068 "workspace",
12069 "workspace-hack",
12070 "worktree",
12071 "zed_actions",
12072]
12073
12074[[package]]
12075name = "project_symbols"
12076version = "0.1.0"
12077dependencies = [
12078 "anyhow",
12079 "editor",
12080 "futures 0.3.31",
12081 "fuzzy",
12082 "gpui",
12083 "language",
12084 "lsp",
12085 "ordered-float 2.10.1",
12086 "picker",
12087 "project",
12088 "release_channel",
12089 "serde_json",
12090 "settings",
12091 "theme",
12092 "util",
12093 "workspace",
12094 "workspace-hack",
12095]
12096
12097[[package]]
12098name = "prometheus"
12099version = "0.14.0"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
12102dependencies = [
12103 "cfg-if",
12104 "fnv",
12105 "lazy_static",
12106 "memchr",
12107 "parking_lot",
12108 "protobuf",
12109 "thiserror 2.0.12",
12110]
12111
12112[[package]]
12113name = "prompt_store"
12114version = "0.1.0"
12115dependencies = [
12116 "anyhow",
12117 "assets",
12118 "chrono",
12119 "collections",
12120 "fs",
12121 "futures 0.3.31",
12122 "fuzzy",
12123 "gpui",
12124 "handlebars 4.5.0",
12125 "heed",
12126 "language",
12127 "log",
12128 "parking_lot",
12129 "paths",
12130 "rope",
12131 "serde",
12132 "serde_json",
12133 "text",
12134 "util",
12135 "uuid",
12136 "workspace-hack",
12137]
12138
12139[[package]]
12140name = "prost"
12141version = "0.9.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
12144dependencies = [
12145 "bytes 1.10.1",
12146 "prost-derive 0.9.0",
12147]
12148
12149[[package]]
12150name = "prost"
12151version = "0.12.6"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
12154dependencies = [
12155 "bytes 1.10.1",
12156 "prost-derive 0.12.6",
12157]
12158
12159[[package]]
12160name = "prost"
12161version = "0.13.5"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
12164dependencies = [
12165 "bytes 1.10.1",
12166 "prost-derive 0.13.5",
12167]
12168
12169[[package]]
12170name = "prost-build"
12171version = "0.9.0"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
12174dependencies = [
12175 "bytes 1.10.1",
12176 "heck 0.3.3",
12177 "itertools 0.10.5",
12178 "lazy_static",
12179 "log",
12180 "multimap 0.8.3",
12181 "petgraph",
12182 "prost 0.9.0",
12183 "prost-types 0.9.0",
12184 "regex",
12185 "tempfile",
12186 "which 4.4.2",
12187]
12188
12189[[package]]
12190name = "prost-build"
12191version = "0.12.6"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
12194dependencies = [
12195 "bytes 1.10.1",
12196 "heck 0.5.0",
12197 "itertools 0.12.1",
12198 "log",
12199 "multimap 0.10.0",
12200 "once_cell",
12201 "petgraph",
12202 "prettyplease",
12203 "prost 0.12.6",
12204 "prost-types 0.12.6",
12205 "regex",
12206 "syn 2.0.101",
12207 "tempfile",
12208]
12209
12210[[package]]
12211name = "prost-derive"
12212version = "0.9.0"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
12215dependencies = [
12216 "anyhow",
12217 "itertools 0.10.5",
12218 "proc-macro2",
12219 "quote",
12220 "syn 1.0.109",
12221]
12222
12223[[package]]
12224name = "prost-derive"
12225version = "0.12.6"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
12228dependencies = [
12229 "anyhow",
12230 "itertools 0.12.1",
12231 "proc-macro2",
12232 "quote",
12233 "syn 2.0.101",
12234]
12235
12236[[package]]
12237name = "prost-derive"
12238version = "0.13.5"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
12241dependencies = [
12242 "anyhow",
12243 "itertools 0.14.0",
12244 "proc-macro2",
12245 "quote",
12246 "syn 2.0.101",
12247]
12248
12249[[package]]
12250name = "prost-types"
12251version = "0.9.0"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
12254dependencies = [
12255 "bytes 1.10.1",
12256 "prost 0.9.0",
12257]
12258
12259[[package]]
12260name = "prost-types"
12261version = "0.12.6"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
12264dependencies = [
12265 "prost 0.12.6",
12266]
12267
12268[[package]]
12269name = "proto"
12270version = "0.1.0"
12271dependencies = [
12272 "anyhow",
12273 "collections",
12274 "prost 0.9.0",
12275 "prost-build 0.9.0",
12276 "serde",
12277 "workspace-hack",
12278]
12279
12280[[package]]
12281name = "protobuf"
12282version = "3.7.2"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
12285dependencies = [
12286 "once_cell",
12287 "protobuf-support",
12288 "thiserror 1.0.69",
12289]
12290
12291[[package]]
12292name = "protobuf-support"
12293version = "3.7.2"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
12296dependencies = [
12297 "thiserror 1.0.69",
12298]
12299
12300[[package]]
12301name = "psm"
12302version = "0.1.25"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
12305dependencies = [
12306 "cc",
12307]
12308
12309[[package]]
12310name = "ptr_meta"
12311version = "0.1.4"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
12314dependencies = [
12315 "ptr_meta_derive",
12316]
12317
12318[[package]]
12319name = "ptr_meta_derive"
12320version = "0.1.4"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
12323dependencies = [
12324 "proc-macro2",
12325 "quote",
12326 "syn 1.0.109",
12327]
12328
12329[[package]]
12330name = "pulldown-cmark"
12331version = "0.10.3"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
12334dependencies = [
12335 "bitflags 2.9.0",
12336 "memchr",
12337 "pulldown-cmark-escape",
12338 "unicase",
12339]
12340
12341[[package]]
12342name = "pulldown-cmark"
12343version = "0.12.2"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
12346dependencies = [
12347 "bitflags 2.9.0",
12348 "memchr",
12349 "unicase",
12350]
12351
12352[[package]]
12353name = "pulldown-cmark-escape"
12354version = "0.10.1"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
12357
12358[[package]]
12359name = "pulley-interpreter"
12360version = "29.0.1"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
12363dependencies = [
12364 "cranelift-bitset",
12365 "log",
12366 "sptr",
12367 "wasmtime-math",
12368]
12369
12370[[package]]
12371name = "qoi"
12372version = "0.4.1"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
12375dependencies = [
12376 "bytemuck",
12377]
12378
12379[[package]]
12380name = "quick-error"
12381version = "2.0.1"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
12384
12385[[package]]
12386name = "quick-xml"
12387version = "0.30.0"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
12390dependencies = [
12391 "memchr",
12392]
12393
12394[[package]]
12395name = "quick-xml"
12396version = "0.32.0"
12397source = "registry+https://github.com/rust-lang/crates.io-index"
12398checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
12399dependencies = [
12400 "memchr",
12401]
12402
12403[[package]]
12404name = "quick-xml"
12405version = "0.37.4"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
12408dependencies = [
12409 "memchr",
12410]
12411
12412[[package]]
12413name = "quinn"
12414version = "0.11.7"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
12417dependencies = [
12418 "bytes 1.10.1",
12419 "cfg_aliases 0.2.1",
12420 "pin-project-lite",
12421 "quinn-proto",
12422 "quinn-udp",
12423 "rustc-hash 2.1.1",
12424 "rustls 0.23.26",
12425 "socket2",
12426 "thiserror 2.0.12",
12427 "tokio",
12428 "tracing",
12429 "web-time",
12430]
12431
12432[[package]]
12433name = "quinn-proto"
12434version = "0.11.10"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
12437dependencies = [
12438 "bytes 1.10.1",
12439 "getrandom 0.3.2",
12440 "rand 0.9.1",
12441 "ring",
12442 "rustc-hash 2.1.1",
12443 "rustls 0.23.26",
12444 "rustls-pki-types",
12445 "slab",
12446 "thiserror 2.0.12",
12447 "tinyvec",
12448 "tracing",
12449 "web-time",
12450]
12451
12452[[package]]
12453name = "quinn-udp"
12454version = "0.5.11"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
12457dependencies = [
12458 "cfg_aliases 0.2.1",
12459 "libc",
12460 "once_cell",
12461 "socket2",
12462 "tracing",
12463 "windows-sys 0.59.0",
12464]
12465
12466[[package]]
12467name = "quote"
12468version = "1.0.40"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
12471dependencies = [
12472 "proc-macro2",
12473]
12474
12475[[package]]
12476name = "r-efi"
12477version = "5.2.0"
12478source = "registry+https://github.com/rust-lang/crates.io-index"
12479checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
12480
12481[[package]]
12482name = "radium"
12483version = "0.7.0"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
12486
12487[[package]]
12488name = "rand"
12489version = "0.7.3"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
12492dependencies = [
12493 "getrandom 0.1.16",
12494 "libc",
12495 "rand_chacha 0.2.2",
12496 "rand_core 0.5.1",
12497 "rand_hc",
12498]
12499
12500[[package]]
12501name = "rand"
12502version = "0.8.5"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
12505dependencies = [
12506 "libc",
12507 "rand_chacha 0.3.1",
12508 "rand_core 0.6.4",
12509]
12510
12511[[package]]
12512name = "rand"
12513version = "0.9.1"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
12516dependencies = [
12517 "rand_chacha 0.9.0",
12518 "rand_core 0.9.3",
12519]
12520
12521[[package]]
12522name = "rand_chacha"
12523version = "0.2.2"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
12526dependencies = [
12527 "ppv-lite86",
12528 "rand_core 0.5.1",
12529]
12530
12531[[package]]
12532name = "rand_chacha"
12533version = "0.3.1"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
12536dependencies = [
12537 "ppv-lite86",
12538 "rand_core 0.6.4",
12539]
12540
12541[[package]]
12542name = "rand_chacha"
12543version = "0.9.0"
12544source = "registry+https://github.com/rust-lang/crates.io-index"
12545checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
12546dependencies = [
12547 "ppv-lite86",
12548 "rand_core 0.9.3",
12549]
12550
12551[[package]]
12552name = "rand_core"
12553version = "0.5.1"
12554source = "registry+https://github.com/rust-lang/crates.io-index"
12555checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
12556dependencies = [
12557 "getrandom 0.1.16",
12558]
12559
12560[[package]]
12561name = "rand_core"
12562version = "0.6.4"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
12565dependencies = [
12566 "getrandom 0.2.15",
12567]
12568
12569[[package]]
12570name = "rand_core"
12571version = "0.9.3"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
12574dependencies = [
12575 "getrandom 0.3.2",
12576]
12577
12578[[package]]
12579name = "rand_hc"
12580version = "0.2.0"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
12583dependencies = [
12584 "rand_core 0.5.1",
12585]
12586
12587[[package]]
12588name = "rangemap"
12589version = "1.5.1"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
12592
12593[[package]]
12594name = "rav1e"
12595version = "0.7.1"
12596source = "registry+https://github.com/rust-lang/crates.io-index"
12597checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
12598dependencies = [
12599 "arbitrary",
12600 "arg_enum_proc_macro",
12601 "arrayvec",
12602 "av1-grain",
12603 "bitstream-io",
12604 "built",
12605 "cfg-if",
12606 "interpolate_name",
12607 "itertools 0.12.1",
12608 "libc",
12609 "libfuzzer-sys",
12610 "log",
12611 "maybe-rayon",
12612 "new_debug_unreachable",
12613 "noop_proc_macro",
12614 "num-derive",
12615 "num-traits",
12616 "once_cell",
12617 "paste",
12618 "profiling",
12619 "rand 0.8.5",
12620 "rand_chacha 0.3.1",
12621 "simd_helpers",
12622 "system-deps",
12623 "thiserror 1.0.69",
12624 "v_frame",
12625 "wasm-bindgen",
12626]
12627
12628[[package]]
12629name = "ravif"
12630version = "0.11.12"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "d6a5f31fcf7500f9401fea858ea4ab5525c99f2322cfcee732c0e6c74208c0c6"
12633dependencies = [
12634 "avif-serialize",
12635 "imgref",
12636 "loop9",
12637 "quick-error",
12638 "rav1e",
12639 "rayon",
12640 "rgb",
12641]
12642
12643[[package]]
12644name = "raw-window-handle"
12645version = "0.6.2"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
12648
12649[[package]]
12650name = "raw-window-metal"
12651version = "0.4.0"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
12654dependencies = [
12655 "cocoa 0.25.0",
12656 "core-graphics 0.23.2",
12657 "objc",
12658 "raw-window-handle",
12659]
12660
12661[[package]]
12662name = "rayon"
12663version = "1.10.0"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
12666dependencies = [
12667 "either",
12668 "rayon-core",
12669]
12670
12671[[package]]
12672name = "rayon-core"
12673version = "1.12.1"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
12676dependencies = [
12677 "crossbeam-deque",
12678 "crossbeam-utils",
12679]
12680
12681[[package]]
12682name = "read-fonts"
12683version = "0.25.3"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
12686dependencies = [
12687 "bytemuck",
12688 "font-types",
12689]
12690
12691[[package]]
12692name = "recent_projects"
12693version = "0.1.0"
12694dependencies = [
12695 "anyhow",
12696 "auto_update",
12697 "dap",
12698 "editor",
12699 "extension_host",
12700 "file_finder",
12701 "futures 0.3.31",
12702 "fuzzy",
12703 "gpui",
12704 "language",
12705 "log",
12706 "markdown",
12707 "menu",
12708 "ordered-float 2.10.1",
12709 "paths",
12710 "picker",
12711 "project",
12712 "release_channel",
12713 "remote",
12714 "schemars",
12715 "serde",
12716 "serde_json",
12717 "settings",
12718 "smol",
12719 "task",
12720 "telemetry",
12721 "theme",
12722 "ui",
12723 "util",
12724 "workspace",
12725 "workspace-hack",
12726 "zed_actions",
12727]
12728
12729[[package]]
12730name = "redox_syscall"
12731version = "0.2.16"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
12734dependencies = [
12735 "bitflags 1.3.2",
12736]
12737
12738[[package]]
12739name = "redox_syscall"
12740version = "0.5.11"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
12743dependencies = [
12744 "bitflags 2.9.0",
12745]
12746
12747[[package]]
12748name = "redox_users"
12749version = "0.4.6"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
12752dependencies = [
12753 "getrandom 0.2.15",
12754 "libredox",
12755 "thiserror 1.0.69",
12756]
12757
12758[[package]]
12759name = "redox_users"
12760version = "0.5.0"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
12763dependencies = [
12764 "getrandom 0.2.15",
12765 "libredox",
12766 "thiserror 2.0.12",
12767]
12768
12769[[package]]
12770name = "ref-cast"
12771version = "1.0.24"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
12774dependencies = [
12775 "ref-cast-impl",
12776]
12777
12778[[package]]
12779name = "ref-cast-impl"
12780version = "1.0.24"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
12783dependencies = [
12784 "proc-macro2",
12785 "quote",
12786 "syn 2.0.101",
12787]
12788
12789[[package]]
12790name = "referencing"
12791version = "0.30.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "c8eff4fa778b5c2a57e85c5f2fe3a709c52f0e60d23146e2151cbef5893f420e"
12794dependencies = [
12795 "ahash 0.8.11",
12796 "fluent-uri",
12797 "once_cell",
12798 "parking_lot",
12799 "percent-encoding",
12800 "serde_json",
12801]
12802
12803[[package]]
12804name = "refineable"
12805version = "0.1.0"
12806dependencies = [
12807 "derive_refineable",
12808 "workspace-hack",
12809]
12810
12811[[package]]
12812name = "regalloc2"
12813version = "0.11.2"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "dc06e6b318142614e4a48bc725abbf08ff166694835c43c9dae5a9009704639a"
12816dependencies = [
12817 "allocator-api2",
12818 "bumpalo",
12819 "hashbrown 0.15.3",
12820 "log",
12821 "rustc-hash 2.1.1",
12822 "serde",
12823 "smallvec",
12824]
12825
12826[[package]]
12827name = "regex"
12828version = "1.11.1"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
12831dependencies = [
12832 "aho-corasick",
12833 "memchr",
12834 "regex-automata 0.4.9",
12835 "regex-syntax 0.8.5",
12836]
12837
12838[[package]]
12839name = "regex-automata"
12840version = "0.1.10"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
12843dependencies = [
12844 "regex-syntax 0.6.29",
12845]
12846
12847[[package]]
12848name = "regex-automata"
12849version = "0.4.9"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
12852dependencies = [
12853 "aho-corasick",
12854 "memchr",
12855 "regex-syntax 0.8.5",
12856]
12857
12858[[package]]
12859name = "regex-lite"
12860version = "0.1.6"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
12863
12864[[package]]
12865name = "regex-syntax"
12866version = "0.6.29"
12867source = "registry+https://github.com/rust-lang/crates.io-index"
12868checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
12869
12870[[package]]
12871name = "regex-syntax"
12872version = "0.8.5"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
12875
12876[[package]]
12877name = "release_channel"
12878version = "0.1.0"
12879dependencies = [
12880 "gpui",
12881 "workspace-hack",
12882]
12883
12884[[package]]
12885name = "remote"
12886version = "0.1.0"
12887dependencies = [
12888 "anyhow",
12889 "askpass",
12890 "async-trait",
12891 "collections",
12892 "fs",
12893 "futures 0.3.31",
12894 "gpui",
12895 "itertools 0.14.0",
12896 "log",
12897 "parking_lot",
12898 "paths",
12899 "prost 0.9.0",
12900 "release_channel",
12901 "rpc",
12902 "schemars",
12903 "serde",
12904 "serde_json",
12905 "shlex",
12906 "smol",
12907 "tempfile",
12908 "thiserror 2.0.12",
12909 "urlencoding",
12910 "util",
12911 "workspace-hack",
12912]
12913
12914[[package]]
12915name = "remote_server"
12916version = "0.1.0"
12917dependencies = [
12918 "anyhow",
12919 "askpass",
12920 "assistant_tool",
12921 "assistant_tools",
12922 "async-watch",
12923 "backtrace",
12924 "cargo_toml",
12925 "chrono",
12926 "clap",
12927 "client",
12928 "clock",
12929 "dap",
12930 "dap_adapters",
12931 "debug_adapter_extension",
12932 "env_logger 0.11.8",
12933 "extension",
12934 "extension_host",
12935 "fork",
12936 "fs",
12937 "futures 0.3.31",
12938 "git",
12939 "git_hosting_providers",
12940 "gpui",
12941 "gpui_tokio",
12942 "http_client",
12943 "language",
12944 "language_extension",
12945 "language_model",
12946 "languages",
12947 "libc",
12948 "log",
12949 "lsp",
12950 "node_runtime",
12951 "paths",
12952 "project",
12953 "proto",
12954 "release_channel",
12955 "remote",
12956 "reqwest_client",
12957 "rpc",
12958 "rust-embed",
12959 "serde",
12960 "serde_json",
12961 "settings",
12962 "shellexpand 2.1.2",
12963 "smol",
12964 "sysinfo",
12965 "telemetry_events",
12966 "toml 0.8.20",
12967 "unindent",
12968 "util",
12969 "worktree",
12970]
12971
12972[[package]]
12973name = "rend"
12974version = "0.4.2"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
12977dependencies = [
12978 "bytecheck",
12979]
12980
12981[[package]]
12982name = "repl"
12983version = "0.1.0"
12984dependencies = [
12985 "alacritty_terminal",
12986 "anyhow",
12987 "async-dispatcher",
12988 "async-tungstenite",
12989 "base64 0.22.1",
12990 "client",
12991 "collections",
12992 "command_palette_hooks",
12993 "editor",
12994 "env_logger 0.11.8",
12995 "feature_flags",
12996 "file_icons",
12997 "futures 0.3.31",
12998 "gpui",
12999 "http_client",
13000 "image",
13001 "indoc",
13002 "jupyter-protocol",
13003 "jupyter-websocket-client",
13004 "language",
13005 "languages",
13006 "log",
13007 "markdown_preview",
13008 "menu",
13009 "multi_buffer",
13010 "nbformat",
13011 "picker",
13012 "project",
13013 "runtimelib",
13014 "schemars",
13015 "serde",
13016 "serde_json",
13017 "settings",
13018 "smol",
13019 "telemetry",
13020 "terminal",
13021 "terminal_view",
13022 "theme",
13023 "tree-sitter-md",
13024 "tree-sitter-python",
13025 "tree-sitter-typescript",
13026 "ui",
13027 "util",
13028 "uuid",
13029 "workspace",
13030 "workspace-hack",
13031]
13032
13033[[package]]
13034name = "reqwest"
13035version = "0.11.27"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
13038dependencies = [
13039 "base64 0.21.7",
13040 "bytes 1.10.1",
13041 "encoding_rs",
13042 "futures-core",
13043 "futures-util",
13044 "h2 0.3.26",
13045 "http 0.2.12",
13046 "http-body 0.4.6",
13047 "hyper 0.14.32",
13048 "hyper-rustls 0.24.2",
13049 "hyper-tls",
13050 "ipnet",
13051 "js-sys",
13052 "log",
13053 "mime",
13054 "native-tls",
13055 "once_cell",
13056 "percent-encoding",
13057 "pin-project-lite",
13058 "rustls 0.21.12",
13059 "rustls-native-certs 0.6.3",
13060 "rustls-pemfile 1.0.4",
13061 "serde",
13062 "serde_json",
13063 "serde_urlencoded",
13064 "sync_wrapper 0.1.2",
13065 "system-configuration 0.5.1",
13066 "tokio",
13067 "tokio-native-tls",
13068 "tokio-rustls 0.24.1",
13069 "tower-service",
13070 "url",
13071 "wasm-bindgen",
13072 "wasm-bindgen-futures",
13073 "web-sys",
13074 "winreg 0.50.0",
13075]
13076
13077[[package]]
13078name = "reqwest"
13079version = "0.12.15"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
13082dependencies = [
13083 "base64 0.22.1",
13084 "bytes 1.10.1",
13085 "futures-channel",
13086 "futures-core",
13087 "futures-util",
13088 "http 1.3.1",
13089 "http-body 1.0.1",
13090 "http-body-util",
13091 "hyper 1.6.0",
13092 "hyper-util",
13093 "ipnet",
13094 "js-sys",
13095 "log",
13096 "mime",
13097 "once_cell",
13098 "percent-encoding",
13099 "pin-project-lite",
13100 "serde",
13101 "serde_json",
13102 "serde_urlencoded",
13103 "sync_wrapper 1.0.2",
13104 "tokio",
13105 "tower 0.5.2",
13106 "tower-service",
13107 "url",
13108 "wasm-bindgen",
13109 "wasm-bindgen-futures",
13110 "web-sys",
13111 "windows-registry 0.4.0",
13112]
13113
13114[[package]]
13115name = "reqwest"
13116version = "0.12.15"
13117source = "git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415#951c770a32f1998d6e999cef3e59e0013e6c4415"
13118dependencies = [
13119 "base64 0.22.1",
13120 "bytes 1.10.1",
13121 "encoding_rs",
13122 "futures-core",
13123 "futures-util",
13124 "h2 0.4.9",
13125 "http 1.3.1",
13126 "http-body 1.0.1",
13127 "http-body-util",
13128 "hyper 1.6.0",
13129 "hyper-rustls 0.27.5",
13130 "hyper-util",
13131 "ipnet",
13132 "js-sys",
13133 "log",
13134 "mime",
13135 "once_cell",
13136 "percent-encoding",
13137 "pin-project-lite",
13138 "quinn",
13139 "rustls 0.23.26",
13140 "rustls-native-certs 0.8.1",
13141 "rustls-pemfile 2.2.0",
13142 "rustls-pki-types",
13143 "serde",
13144 "serde_json",
13145 "serde_urlencoded",
13146 "sync_wrapper 1.0.2",
13147 "system-configuration 0.6.1",
13148 "tokio",
13149 "tokio-rustls 0.26.2",
13150 "tokio-socks",
13151 "tokio-util",
13152 "tower 0.5.2",
13153 "tower-service",
13154 "url",
13155 "wasm-bindgen",
13156 "wasm-bindgen-futures",
13157 "wasm-streams",
13158 "web-sys",
13159 "windows-registry 0.4.0",
13160]
13161
13162[[package]]
13163name = "reqwest_client"
13164version = "0.1.0"
13165dependencies = [
13166 "anyhow",
13167 "bytes 1.10.1",
13168 "futures 0.3.31",
13169 "gpui",
13170 "http_client",
13171 "http_client_tls",
13172 "log",
13173 "regex",
13174 "reqwest 0.12.15 (git+https://github.com/zed-industries/reqwest.git?rev=951c770a32f1998d6e999cef3e59e0013e6c4415)",
13175 "serde",
13176 "smol",
13177 "tokio",
13178 "workspace-hack",
13179]
13180
13181[[package]]
13182name = "resvg"
13183version = "0.45.1"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
13186dependencies = [
13187 "log",
13188 "pico-args",
13189 "rgb",
13190 "svgtypes",
13191 "tiny-skia",
13192 "usvg",
13193]
13194
13195[[package]]
13196name = "rfc6979"
13197version = "0.3.1"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
13200dependencies = [
13201 "crypto-bigint 0.4.9",
13202 "hmac",
13203 "zeroize",
13204]
13205
13206[[package]]
13207name = "rgb"
13208version = "0.8.50"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
13211dependencies = [
13212 "bytemuck",
13213]
13214
13215[[package]]
13216name = "rich_text"
13217version = "0.1.0"
13218dependencies = [
13219 "futures 0.3.31",
13220 "gpui",
13221 "language",
13222 "linkify",
13223 "pulldown-cmark 0.12.2",
13224 "theme",
13225 "ui",
13226 "util",
13227 "workspace-hack",
13228]
13229
13230[[package]]
13231name = "ring"
13232version = "0.17.14"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
13235dependencies = [
13236 "cc",
13237 "cfg-if",
13238 "getrandom 0.2.15",
13239 "libc",
13240 "untrusted",
13241 "windows-sys 0.52.0",
13242]
13243
13244[[package]]
13245name = "rkyv"
13246version = "0.7.45"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
13249dependencies = [
13250 "bitvec",
13251 "bytecheck",
13252 "bytes 1.10.1",
13253 "hashbrown 0.12.3",
13254 "ptr_meta",
13255 "rend",
13256 "rkyv_derive",
13257 "seahash",
13258 "tinyvec",
13259 "uuid",
13260]
13261
13262[[package]]
13263name = "rkyv_derive"
13264version = "0.7.45"
13265source = "registry+https://github.com/rust-lang/crates.io-index"
13266checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
13267dependencies = [
13268 "proc-macro2",
13269 "quote",
13270 "syn 1.0.109",
13271]
13272
13273[[package]]
13274name = "rmp"
13275version = "0.8.14"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
13278dependencies = [
13279 "byteorder",
13280 "num-traits",
13281 "paste",
13282]
13283
13284[[package]]
13285name = "rmpv"
13286version = "1.3.0"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
13289dependencies = [
13290 "num-traits",
13291 "rmp",
13292]
13293
13294[[package]]
13295name = "rodio"
13296version = "0.20.1"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
13299dependencies = [
13300 "cpal",
13301 "hound",
13302]
13303
13304[[package]]
13305name = "rope"
13306version = "0.1.0"
13307dependencies = [
13308 "arrayvec",
13309 "criterion",
13310 "ctor",
13311 "env_logger 0.11.8",
13312 "gpui",
13313 "log",
13314 "rand 0.8.5",
13315 "rayon",
13316 "smallvec",
13317 "sum_tree",
13318 "unicode-segmentation",
13319 "util",
13320 "workspace-hack",
13321]
13322
13323[[package]]
13324name = "roxmltree"
13325version = "0.20.0"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
13328
13329[[package]]
13330name = "rpc"
13331version = "0.1.0"
13332dependencies = [
13333 "anyhow",
13334 "async-tungstenite",
13335 "base64 0.22.1",
13336 "chrono",
13337 "collections",
13338 "env_logger 0.11.8",
13339 "futures 0.3.31",
13340 "gpui",
13341 "parking_lot",
13342 "proto",
13343 "rand 0.8.5",
13344 "rsa",
13345 "serde",
13346 "serde_json",
13347 "sha2",
13348 "strum 0.27.1",
13349 "tracing",
13350 "util",
13351 "workspace-hack",
13352 "zstd",
13353]
13354
13355[[package]]
13356name = "rsa"
13357version = "0.9.8"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
13360dependencies = [
13361 "const-oid",
13362 "digest",
13363 "num-bigint-dig",
13364 "num-integer",
13365 "num-traits",
13366 "pkcs1",
13367 "pkcs8 0.10.2",
13368 "rand_core 0.6.4",
13369 "signature 2.2.0",
13370 "spki 0.7.3",
13371 "subtle",
13372 "zeroize",
13373]
13374
13375[[package]]
13376name = "rules_library"
13377version = "0.1.0"
13378dependencies = [
13379 "anyhow",
13380 "collections",
13381 "editor",
13382 "gpui",
13383 "language",
13384 "language_model",
13385 "log",
13386 "menu",
13387 "picker",
13388 "prompt_store",
13389 "release_channel",
13390 "rope",
13391 "serde",
13392 "settings",
13393 "theme",
13394 "ui",
13395 "util",
13396 "workspace",
13397 "workspace-hack",
13398 "zed_actions",
13399]
13400
13401[[package]]
13402name = "runtimelib"
13403version = "0.25.0"
13404source = "git+https://github.com/ConradIrwin/runtimed?rev=7130c804216b6914355d15d0b91ea91f6babd734#7130c804216b6914355d15d0b91ea91f6babd734"
13405dependencies = [
13406 "anyhow",
13407 "async-dispatcher",
13408 "async-std",
13409 "base64 0.22.1",
13410 "bytes 1.10.1",
13411 "chrono",
13412 "data-encoding",
13413 "dirs 5.0.1",
13414 "futures 0.3.31",
13415 "glob",
13416 "jupyter-protocol",
13417 "ring",
13418 "serde",
13419 "serde_json",
13420 "shellexpand 3.1.1",
13421 "smol",
13422 "uuid",
13423 "zeromq",
13424]
13425
13426[[package]]
13427name = "rust-embed"
13428version = "8.7.0"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d"
13431dependencies = [
13432 "rust-embed-impl",
13433 "rust-embed-utils",
13434 "walkdir",
13435]
13436
13437[[package]]
13438name = "rust-embed-impl"
13439version = "8.7.0"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "6bf418c9a2e3f6663ca38b8a7134cc2c2167c9d69688860e8961e3faa731702e"
13442dependencies = [
13443 "proc-macro2",
13444 "quote",
13445 "rust-embed-utils",
13446 "syn 2.0.101",
13447 "walkdir",
13448]
13449
13450[[package]]
13451name = "rust-embed-utils"
13452version = "8.7.0"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "08d55b95147fe01265d06b3955db798bdaed52e60e2211c41137701b3aba8e21"
13455dependencies = [
13456 "globset",
13457 "sha2",
13458 "walkdir",
13459]
13460
13461[[package]]
13462name = "rust_decimal"
13463version = "1.37.1"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "faa7de2ba56ac291bd90c6b9bece784a52ae1411f9506544b3eae36dd2356d50"
13466dependencies = [
13467 "arrayvec",
13468 "borsh",
13469 "bytes 1.10.1",
13470 "num-traits",
13471 "rand 0.8.5",
13472 "rkyv",
13473 "serde",
13474 "serde_json",
13475]
13476
13477[[package]]
13478name = "rustc-demangle"
13479version = "0.1.24"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
13482
13483[[package]]
13484name = "rustc-hash"
13485version = "1.1.0"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
13488
13489[[package]]
13490name = "rustc-hash"
13491version = "2.1.1"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
13494
13495[[package]]
13496name = "rustc_version"
13497version = "0.4.1"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
13500dependencies = [
13501 "semver",
13502]
13503
13504[[package]]
13505name = "rustix"
13506version = "0.38.44"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
13509dependencies = [
13510 "bitflags 2.9.0",
13511 "errno 0.3.11",
13512 "itoa",
13513 "libc",
13514 "linux-raw-sys 0.4.15",
13515 "windows-sys 0.59.0",
13516]
13517
13518[[package]]
13519name = "rustix"
13520version = "1.0.7"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
13523dependencies = [
13524 "bitflags 2.9.0",
13525 "errno 0.3.11",
13526 "libc",
13527 "linux-raw-sys 0.9.4",
13528 "windows-sys 0.59.0",
13529]
13530
13531[[package]]
13532name = "rustix-linux-procfs"
13533version = "0.1.1"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
13536dependencies = [
13537 "once_cell",
13538 "rustix 1.0.7",
13539]
13540
13541[[package]]
13542name = "rustix-openpty"
13543version = "0.1.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
13546dependencies = [
13547 "errno 0.3.11",
13548 "libc",
13549 "rustix 0.38.44",
13550]
13551
13552[[package]]
13553name = "rustls"
13554version = "0.21.12"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
13557dependencies = [
13558 "log",
13559 "ring",
13560 "rustls-webpki 0.101.7",
13561 "sct",
13562]
13563
13564[[package]]
13565name = "rustls"
13566version = "0.23.26"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
13569dependencies = [
13570 "aws-lc-rs",
13571 "log",
13572 "once_cell",
13573 "ring",
13574 "rustls-pki-types",
13575 "rustls-webpki 0.103.1",
13576 "subtle",
13577 "zeroize",
13578]
13579
13580[[package]]
13581name = "rustls-native-certs"
13582version = "0.6.3"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
13585dependencies = [
13586 "openssl-probe",
13587 "rustls-pemfile 1.0.4",
13588 "schannel",
13589 "security-framework 2.11.1",
13590]
13591
13592[[package]]
13593name = "rustls-native-certs"
13594version = "0.8.1"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
13597dependencies = [
13598 "openssl-probe",
13599 "rustls-pki-types",
13600 "schannel",
13601 "security-framework 3.2.0",
13602]
13603
13604[[package]]
13605name = "rustls-pemfile"
13606version = "1.0.4"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
13609dependencies = [
13610 "base64 0.21.7",
13611]
13612
13613[[package]]
13614name = "rustls-pemfile"
13615version = "2.2.0"
13616source = "registry+https://github.com/rust-lang/crates.io-index"
13617checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
13618dependencies = [
13619 "rustls-pki-types",
13620]
13621
13622[[package]]
13623name = "rustls-pki-types"
13624version = "1.12.0"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
13627dependencies = [
13628 "web-time",
13629 "zeroize",
13630]
13631
13632[[package]]
13633name = "rustls-platform-verifier"
13634version = "0.5.1"
13635source = "registry+https://github.com/rust-lang/crates.io-index"
13636checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
13637dependencies = [
13638 "core-foundation 0.10.0",
13639 "core-foundation-sys",
13640 "jni",
13641 "log",
13642 "once_cell",
13643 "rustls 0.23.26",
13644 "rustls-native-certs 0.8.1",
13645 "rustls-platform-verifier-android",
13646 "rustls-webpki 0.103.1",
13647 "security-framework 3.2.0",
13648 "security-framework-sys",
13649 "webpki-root-certs",
13650 "windows-sys 0.59.0",
13651]
13652
13653[[package]]
13654name = "rustls-platform-verifier-android"
13655version = "0.1.1"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
13658
13659[[package]]
13660name = "rustls-webpki"
13661version = "0.101.7"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
13664dependencies = [
13665 "ring",
13666 "untrusted",
13667]
13668
13669[[package]]
13670name = "rustls-webpki"
13671version = "0.103.1"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
13674dependencies = [
13675 "aws-lc-rs",
13676 "ring",
13677 "rustls-pki-types",
13678 "untrusted",
13679]
13680
13681[[package]]
13682name = "rustversion"
13683version = "1.0.20"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
13686
13687[[package]]
13688name = "rustybuzz"
13689version = "0.14.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
13692dependencies = [
13693 "bitflags 2.9.0",
13694 "bytemuck",
13695 "libm",
13696 "smallvec",
13697 "ttf-parser 0.21.1",
13698 "unicode-bidi-mirroring 0.2.0",
13699 "unicode-ccc 0.2.0",
13700 "unicode-properties",
13701 "unicode-script",
13702]
13703
13704[[package]]
13705name = "rustybuzz"
13706version = "0.20.1"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
13709dependencies = [
13710 "bitflags 2.9.0",
13711 "bytemuck",
13712 "core_maths",
13713 "log",
13714 "smallvec",
13715 "ttf-parser 0.25.1",
13716 "unicode-bidi-mirroring 0.4.0",
13717 "unicode-ccc 0.4.0",
13718 "unicode-properties",
13719 "unicode-script",
13720]
13721
13722[[package]]
13723name = "ryu"
13724version = "1.0.20"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
13727
13728[[package]]
13729name = "salsa20"
13730version = "0.10.2"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
13733dependencies = [
13734 "cipher",
13735]
13736
13737[[package]]
13738name = "same-file"
13739version = "1.0.6"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
13742dependencies = [
13743 "winapi-util",
13744]
13745
13746[[package]]
13747name = "scap"
13748version = "0.0.8"
13749source = "git+https://github.com/zed-industries/scap?rev=08f0a01417505cc0990b9931a37e5120db92e0d0#08f0a01417505cc0990b9931a37e5120db92e0d0"
13750dependencies = [
13751 "anyhow",
13752 "cocoa 0.25.0",
13753 "core-graphics-helmer-fork",
13754 "log",
13755 "objc",
13756 "rand 0.8.5",
13757 "screencapturekit",
13758 "screencapturekit-sys",
13759 "sysinfo",
13760 "tao-core-video-sys",
13761 "windows 0.61.1",
13762 "windows-capture",
13763 "x11",
13764 "xcb",
13765]
13766
13767[[package]]
13768name = "schannel"
13769version = "0.1.27"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
13772dependencies = [
13773 "windows-sys 0.59.0",
13774]
13775
13776[[package]]
13777name = "schema_generator"
13778version = "0.1.0"
13779dependencies = [
13780 "anyhow",
13781 "clap",
13782 "env_logger 0.11.8",
13783 "schemars",
13784 "serde",
13785 "serde_json",
13786 "theme",
13787 "workspace-hack",
13788]
13789
13790[[package]]
13791name = "schemars"
13792version = "0.8.22"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
13795dependencies = [
13796 "dyn-clone",
13797 "indexmap",
13798 "schemars_derive",
13799 "serde",
13800 "serde_json",
13801]
13802
13803[[package]]
13804name = "schemars_derive"
13805version = "0.8.22"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
13808dependencies = [
13809 "proc-macro2",
13810 "quote",
13811 "serde_derive_internals",
13812 "syn 2.0.101",
13813]
13814
13815[[package]]
13816name = "scoped-tls"
13817version = "1.0.1"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
13820
13821[[package]]
13822name = "scopeguard"
13823version = "1.2.0"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
13826
13827[[package]]
13828name = "scratch"
13829version = "1.0.8"
13830source = "registry+https://github.com/rust-lang/crates.io-index"
13831checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52"
13832
13833[[package]]
13834name = "screencapturekit"
13835version = "0.2.8"
13836source = "registry+https://github.com/rust-lang/crates.io-index"
13837checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
13838dependencies = [
13839 "screencapturekit-sys",
13840]
13841
13842[[package]]
13843name = "screencapturekit-sys"
13844version = "0.2.8"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
13847dependencies = [
13848 "block",
13849 "dispatch",
13850 "objc",
13851 "objc-foundation",
13852 "objc_id",
13853 "once_cell",
13854]
13855
13856[[package]]
13857name = "scrypt"
13858version = "0.11.0"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
13861dependencies = [
13862 "password-hash 0.5.0",
13863 "pbkdf2 0.12.2",
13864 "salsa20",
13865 "sha2",
13866]
13867
13868[[package]]
13869name = "sct"
13870version = "0.7.1"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
13873dependencies = [
13874 "ring",
13875 "untrusted",
13876]
13877
13878[[package]]
13879name = "sea-bae"
13880version = "0.2.1"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
13883dependencies = [
13884 "heck 0.4.1",
13885 "proc-macro-error2",
13886 "proc-macro2",
13887 "quote",
13888 "syn 2.0.101",
13889]
13890
13891[[package]]
13892name = "sea-orm"
13893version = "1.1.10"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
13896dependencies = [
13897 "async-stream",
13898 "async-trait",
13899 "bigdecimal",
13900 "chrono",
13901 "futures-util",
13902 "log",
13903 "ouroboros",
13904 "pgvector",
13905 "rust_decimal",
13906 "sea-orm-macros",
13907 "sea-query",
13908 "sea-query-binder",
13909 "serde",
13910 "serde_json",
13911 "sqlx",
13912 "strum 0.26.3",
13913 "thiserror 2.0.12",
13914 "time",
13915 "tracing",
13916 "url",
13917 "uuid",
13918]
13919
13920[[package]]
13921name = "sea-orm-macros"
13922version = "1.1.10"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
13925dependencies = [
13926 "heck 0.4.1",
13927 "proc-macro2",
13928 "quote",
13929 "sea-bae",
13930 "syn 2.0.101",
13931 "unicode-ident",
13932]
13933
13934[[package]]
13935name = "sea-query"
13936version = "0.32.4"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "d99447c24da0cded00089e2021e1624af90878c65f7534319448d01da3df869d"
13939dependencies = [
13940 "bigdecimal",
13941 "chrono",
13942 "inherent",
13943 "ordered-float 4.6.0",
13944 "rust_decimal",
13945 "serde_json",
13946 "time",
13947 "uuid",
13948]
13949
13950[[package]]
13951name = "sea-query-binder"
13952version = "0.7.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
13955dependencies = [
13956 "bigdecimal",
13957 "chrono",
13958 "rust_decimal",
13959 "sea-query",
13960 "serde_json",
13961 "sqlx",
13962 "time",
13963 "uuid",
13964]
13965
13966[[package]]
13967name = "seahash"
13968version = "4.1.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
13971
13972[[package]]
13973name = "search"
13974version = "0.1.0"
13975dependencies = [
13976 "any_vec",
13977 "anyhow",
13978 "bitflags 2.9.0",
13979 "client",
13980 "collections",
13981 "editor",
13982 "futures 0.3.31",
13983 "gpui",
13984 "language",
13985 "menu",
13986 "project",
13987 "schemars",
13988 "serde",
13989 "serde_json",
13990 "settings",
13991 "smol",
13992 "theme",
13993 "ui",
13994 "unindent",
13995 "util",
13996 "workspace",
13997 "workspace-hack",
13998 "zed_actions",
13999]
14000
14001[[package]]
14002name = "sec1"
14003version = "0.3.0"
14004source = "registry+https://github.com/rust-lang/crates.io-index"
14005checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
14006dependencies = [
14007 "base16ct",
14008 "der 0.6.1",
14009 "generic-array",
14010 "pkcs8 0.9.0",
14011 "subtle",
14012 "zeroize",
14013]
14014
14015[[package]]
14016name = "security-framework"
14017version = "2.11.1"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
14020dependencies = [
14021 "bitflags 2.9.0",
14022 "core-foundation 0.9.4",
14023 "core-foundation-sys",
14024 "libc",
14025 "security-framework-sys",
14026]
14027
14028[[package]]
14029name = "security-framework"
14030version = "3.2.0"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
14033dependencies = [
14034 "bitflags 2.9.0",
14035 "core-foundation 0.10.0",
14036 "core-foundation-sys",
14037 "libc",
14038 "security-framework-sys",
14039]
14040
14041[[package]]
14042name = "security-framework-sys"
14043version = "2.14.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
14046dependencies = [
14047 "core-foundation-sys",
14048 "libc",
14049]
14050
14051[[package]]
14052name = "self_cell"
14053version = "1.2.0"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
14056
14057[[package]]
14058name = "semantic_index"
14059version = "0.1.0"
14060dependencies = [
14061 "anyhow",
14062 "arrayvec",
14063 "blake3",
14064 "client",
14065 "clock",
14066 "collections",
14067 "env_logger 0.11.8",
14068 "feature_flags",
14069 "fs",
14070 "futures 0.3.31",
14071 "futures-batch",
14072 "gpui",
14073 "heed",
14074 "http_client",
14075 "language",
14076 "language_model",
14077 "languages",
14078 "log",
14079 "open_ai",
14080 "parking_lot",
14081 "project",
14082 "reqwest_client",
14083 "serde",
14084 "serde_json",
14085 "settings",
14086 "sha2",
14087 "smol",
14088 "streaming-iterator",
14089 "tempfile",
14090 "theme",
14091 "tree-sitter",
14092 "ui",
14093 "unindent",
14094 "util",
14095 "workspace",
14096 "workspace-hack",
14097 "worktree",
14098]
14099
14100[[package]]
14101name = "semantic_version"
14102version = "0.1.0"
14103dependencies = [
14104 "anyhow",
14105 "serde",
14106 "workspace-hack",
14107]
14108
14109[[package]]
14110name = "semver"
14111version = "1.0.26"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
14114dependencies = [
14115 "serde",
14116]
14117
14118[[package]]
14119name = "serde"
14120version = "1.0.219"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
14123dependencies = [
14124 "serde_derive",
14125]
14126
14127[[package]]
14128name = "serde_derive"
14129version = "1.0.219"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
14132dependencies = [
14133 "proc-macro2",
14134 "quote",
14135 "syn 2.0.101",
14136]
14137
14138[[package]]
14139name = "serde_derive_internals"
14140version = "0.29.1"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
14143dependencies = [
14144 "proc-macro2",
14145 "quote",
14146 "syn 2.0.101",
14147]
14148
14149[[package]]
14150name = "serde_fmt"
14151version = "1.0.3"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
14154dependencies = [
14155 "serde",
14156]
14157
14158[[package]]
14159name = "serde_json"
14160version = "1.0.140"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
14163dependencies = [
14164 "indexmap",
14165 "itoa",
14166 "memchr",
14167 "ryu",
14168 "serde",
14169]
14170
14171[[package]]
14172name = "serde_json_lenient"
14173version = "0.2.4"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
14176dependencies = [
14177 "indexmap",
14178 "itoa",
14179 "memchr",
14180 "ryu",
14181 "serde",
14182]
14183
14184[[package]]
14185name = "serde_path_to_error"
14186version = "0.1.17"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
14189dependencies = [
14190 "itoa",
14191 "serde",
14192]
14193
14194[[package]]
14195name = "serde_qs"
14196version = "0.8.5"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
14199dependencies = [
14200 "percent-encoding",
14201 "serde",
14202 "thiserror 1.0.69",
14203]
14204
14205[[package]]
14206name = "serde_qs"
14207version = "0.10.1"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
14210dependencies = [
14211 "percent-encoding",
14212 "serde",
14213 "thiserror 1.0.69",
14214]
14215
14216[[package]]
14217name = "serde_repr"
14218version = "0.1.20"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
14221dependencies = [
14222 "proc-macro2",
14223 "quote",
14224 "syn 2.0.101",
14225]
14226
14227[[package]]
14228name = "serde_spanned"
14229version = "0.6.8"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
14232dependencies = [
14233 "serde",
14234]
14235
14236[[package]]
14237name = "serde_urlencoded"
14238version = "0.7.1"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
14241dependencies = [
14242 "form_urlencoded",
14243 "itoa",
14244 "ryu",
14245 "serde",
14246]
14247
14248[[package]]
14249name = "serial2"
14250version = "0.2.29"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "c7d1d08630509d69f90eff4afcd02c3bd974d979225cbd815ff5942351b14375"
14253dependencies = [
14254 "cfg-if",
14255 "libc",
14256 "winapi",
14257]
14258
14259[[package]]
14260name = "session"
14261version = "0.1.0"
14262dependencies = [
14263 "db",
14264 "gpui",
14265 "serde_json",
14266 "util",
14267 "uuid",
14268 "workspace-hack",
14269]
14270
14271[[package]]
14272name = "settings"
14273version = "0.1.0"
14274dependencies = [
14275 "anyhow",
14276 "collections",
14277 "ec4rs",
14278 "fs",
14279 "futures 0.3.31",
14280 "gpui",
14281 "indoc",
14282 "inventory",
14283 "log",
14284 "paths",
14285 "pretty_assertions",
14286 "release_channel",
14287 "rust-embed",
14288 "schemars",
14289 "serde",
14290 "serde_derive",
14291 "serde_json",
14292 "serde_json_lenient",
14293 "smallvec",
14294 "streaming-iterator",
14295 "tree-sitter",
14296 "tree-sitter-json",
14297 "unindent",
14298 "util",
14299 "workspace-hack",
14300]
14301
14302[[package]]
14303name = "settings_ui"
14304version = "0.1.0"
14305dependencies = [
14306 "command_palette_hooks",
14307 "editor",
14308 "feature_flags",
14309 "fs",
14310 "gpui",
14311 "log",
14312 "paths",
14313 "schemars",
14314 "serde",
14315 "settings",
14316 "theme",
14317 "ui",
14318 "workspace",
14319 "workspace-hack",
14320]
14321
14322[[package]]
14323name = "sha1"
14324version = "0.10.6"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
14327dependencies = [
14328 "cfg-if",
14329 "cpufeatures",
14330 "digest",
14331]
14332
14333[[package]]
14334name = "sha1-checked"
14335version = "0.10.0"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
14338dependencies = [
14339 "digest",
14340 "sha1",
14341]
14342
14343[[package]]
14344name = "sha1_smol"
14345version = "1.0.1"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
14348
14349[[package]]
14350name = "sha2"
14351version = "0.10.8"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
14354dependencies = [
14355 "cfg-if",
14356 "cpufeatures",
14357 "digest",
14358]
14359
14360[[package]]
14361name = "sharded-slab"
14362version = "0.1.7"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
14365dependencies = [
14366 "lazy_static",
14367]
14368
14369[[package]]
14370name = "shared_library"
14371version = "0.1.9"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
14374dependencies = [
14375 "lazy_static",
14376 "libc",
14377]
14378
14379[[package]]
14380name = "shell-words"
14381version = "1.1.0"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
14384
14385[[package]]
14386name = "shellexpand"
14387version = "2.1.2"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
14390dependencies = [
14391 "dirs 4.0.0",
14392]
14393
14394[[package]]
14395name = "shellexpand"
14396version = "3.1.1"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
14399dependencies = [
14400 "dirs 6.0.0",
14401]
14402
14403[[package]]
14404name = "shlex"
14405version = "1.3.0"
14406source = "registry+https://github.com/rust-lang/crates.io-index"
14407checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
14408
14409[[package]]
14410name = "signal-hook"
14411version = "0.3.17"
14412source = "registry+https://github.com/rust-lang/crates.io-index"
14413checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
14414dependencies = [
14415 "libc",
14416 "signal-hook-registry",
14417]
14418
14419[[package]]
14420name = "signal-hook-registry"
14421version = "1.4.5"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
14424dependencies = [
14425 "libc",
14426]
14427
14428[[package]]
14429name = "signature"
14430version = "1.6.4"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
14433dependencies = [
14434 "digest",
14435 "rand_core 0.6.4",
14436]
14437
14438[[package]]
14439name = "signature"
14440version = "2.2.0"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
14443dependencies = [
14444 "digest",
14445 "rand_core 0.6.4",
14446]
14447
14448[[package]]
14449name = "simd-adler32"
14450version = "0.3.7"
14451source = "registry+https://github.com/rust-lang/crates.io-index"
14452checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
14453
14454[[package]]
14455name = "simd_helpers"
14456version = "0.1.0"
14457source = "registry+https://github.com/rust-lang/crates.io-index"
14458checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
14459dependencies = [
14460 "quote",
14461]
14462
14463[[package]]
14464name = "simdutf8"
14465version = "0.1.5"
14466source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
14468
14469[[package]]
14470name = "simple_asn1"
14471version = "0.6.3"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
14474dependencies = [
14475 "num-bigint",
14476 "num-traits",
14477 "thiserror 2.0.12",
14478 "time",
14479]
14480
14481[[package]]
14482name = "simplecss"
14483version = "0.2.2"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
14486dependencies = [
14487 "log",
14488]
14489
14490[[package]]
14491name = "simplelog"
14492version = "0.12.2"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
14495dependencies = [
14496 "log",
14497 "termcolor",
14498 "time",
14499]
14500
14501[[package]]
14502name = "siphasher"
14503version = "1.0.1"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
14506
14507[[package]]
14508name = "skrifa"
14509version = "0.26.6"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
14512dependencies = [
14513 "bytemuck",
14514 "read-fonts",
14515]
14516
14517[[package]]
14518name = "slab"
14519version = "0.4.9"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
14522dependencies = [
14523 "autocfg",
14524]
14525
14526[[package]]
14527name = "slash_commands_example"
14528version = "0.1.0"
14529dependencies = [
14530 "zed_extension_api 0.1.0",
14531]
14532
14533[[package]]
14534name = "slotmap"
14535version = "1.0.7"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
14538dependencies = [
14539 "version_check",
14540]
14541
14542[[package]]
14543name = "smallvec"
14544version = "1.15.0"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
14547dependencies = [
14548 "serde",
14549]
14550
14551[[package]]
14552name = "smart-default"
14553version = "0.6.0"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
14556dependencies = [
14557 "proc-macro2",
14558 "quote",
14559 "syn 1.0.109",
14560]
14561
14562[[package]]
14563name = "smol"
14564version = "2.0.2"
14565source = "registry+https://github.com/rust-lang/crates.io-index"
14566checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
14567dependencies = [
14568 "async-channel 2.3.1",
14569 "async-executor",
14570 "async-fs",
14571 "async-io",
14572 "async-lock",
14573 "async-net",
14574 "async-process",
14575 "blocking",
14576 "futures-lite 2.6.0",
14577]
14578
14579[[package]]
14580name = "smol_str"
14581version = "0.1.24"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
14584dependencies = [
14585 "serde",
14586]
14587
14588[[package]]
14589name = "smol_str"
14590version = "0.2.2"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
14593
14594[[package]]
14595name = "snippet"
14596version = "0.1.0"
14597dependencies = [
14598 "anyhow",
14599 "smallvec",
14600 "workspace-hack",
14601]
14602
14603[[package]]
14604name = "snippet_provider"
14605version = "0.1.0"
14606dependencies = [
14607 "anyhow",
14608 "collections",
14609 "extension",
14610 "fs",
14611 "futures 0.3.31",
14612 "gpui",
14613 "indoc",
14614 "parking_lot",
14615 "paths",
14616 "schemars",
14617 "serde",
14618 "serde_json_lenient",
14619 "snippet",
14620 "util",
14621 "workspace-hack",
14622]
14623
14624[[package]]
14625name = "snippets_ui"
14626version = "0.1.0"
14627dependencies = [
14628 "fuzzy",
14629 "gpui",
14630 "language",
14631 "paths",
14632 "picker",
14633 "ui",
14634 "util",
14635 "workspace",
14636 "workspace-hack",
14637]
14638
14639[[package]]
14640name = "socket2"
14641version = "0.5.9"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
14644dependencies = [
14645 "libc",
14646 "windows-sys 0.52.0",
14647]
14648
14649[[package]]
14650name = "spdx"
14651version = "0.10.8"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193"
14654dependencies = [
14655 "smallvec",
14656]
14657
14658[[package]]
14659name = "spin"
14660version = "0.9.8"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
14663dependencies = [
14664 "lock_api",
14665]
14666
14667[[package]]
14668name = "spirv"
14669version = "0.3.0+sdk-1.3.268.0"
14670source = "registry+https://github.com/rust-lang/crates.io-index"
14671checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
14672dependencies = [
14673 "bitflags 2.9.0",
14674]
14675
14676[[package]]
14677name = "spki"
14678version = "0.6.0"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
14681dependencies = [
14682 "base64ct",
14683 "der 0.6.1",
14684]
14685
14686[[package]]
14687name = "spki"
14688version = "0.7.3"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
14691dependencies = [
14692 "base64ct",
14693 "der 0.7.10",
14694]
14695
14696[[package]]
14697name = "sptr"
14698version = "0.3.2"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
14701
14702[[package]]
14703name = "sqlez"
14704version = "0.1.0"
14705dependencies = [
14706 "anyhow",
14707 "collections",
14708 "futures 0.3.31",
14709 "indoc",
14710 "libsqlite3-sys",
14711 "parking_lot",
14712 "smol",
14713 "sqlformat",
14714 "thread_local",
14715 "util",
14716 "uuid",
14717 "workspace-hack",
14718]
14719
14720[[package]]
14721name = "sqlez_macros"
14722version = "0.1.0"
14723dependencies = [
14724 "sqlez",
14725 "sqlformat",
14726 "syn 1.0.109",
14727 "workspace-hack",
14728]
14729
14730[[package]]
14731name = "sqlformat"
14732version = "0.2.6"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
14735dependencies = [
14736 "nom",
14737 "unicode_categories",
14738]
14739
14740[[package]]
14741name = "sqlx"
14742version = "0.8.5"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
14745dependencies = [
14746 "sqlx-core",
14747 "sqlx-macros",
14748 "sqlx-mysql",
14749 "sqlx-postgres",
14750 "sqlx-sqlite",
14751]
14752
14753[[package]]
14754name = "sqlx-core"
14755version = "0.8.5"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
14758dependencies = [
14759 "base64 0.22.1",
14760 "bigdecimal",
14761 "bytes 1.10.1",
14762 "chrono",
14763 "crc",
14764 "crossbeam-queue",
14765 "either",
14766 "event-listener 5.4.0",
14767 "futures-core",
14768 "futures-intrusive",
14769 "futures-io",
14770 "futures-util",
14771 "hashbrown 0.15.3",
14772 "hashlink 0.10.0",
14773 "indexmap",
14774 "log",
14775 "memchr",
14776 "once_cell",
14777 "percent-encoding",
14778 "rust_decimal",
14779 "rustls 0.23.26",
14780 "serde",
14781 "serde_json",
14782 "sha2",
14783 "smallvec",
14784 "thiserror 2.0.12",
14785 "time",
14786 "tokio",
14787 "tokio-stream",
14788 "tracing",
14789 "url",
14790 "uuid",
14791 "webpki-roots",
14792]
14793
14794[[package]]
14795name = "sqlx-macros"
14796version = "0.8.5"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
14799dependencies = [
14800 "proc-macro2",
14801 "quote",
14802 "sqlx-core",
14803 "sqlx-macros-core",
14804 "syn 2.0.101",
14805]
14806
14807[[package]]
14808name = "sqlx-macros-core"
14809version = "0.8.5"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
14812dependencies = [
14813 "dotenvy",
14814 "either",
14815 "heck 0.5.0",
14816 "hex",
14817 "once_cell",
14818 "proc-macro2",
14819 "quote",
14820 "serde",
14821 "serde_json",
14822 "sha2",
14823 "sqlx-core",
14824 "sqlx-mysql",
14825 "sqlx-postgres",
14826 "sqlx-sqlite",
14827 "syn 2.0.101",
14828 "tempfile",
14829 "tokio",
14830 "url",
14831]
14832
14833[[package]]
14834name = "sqlx-mysql"
14835version = "0.8.5"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
14838dependencies = [
14839 "atoi",
14840 "base64 0.22.1",
14841 "bigdecimal",
14842 "bitflags 2.9.0",
14843 "byteorder",
14844 "bytes 1.10.1",
14845 "chrono",
14846 "crc",
14847 "digest",
14848 "dotenvy",
14849 "either",
14850 "futures-channel",
14851 "futures-core",
14852 "futures-io",
14853 "futures-util",
14854 "generic-array",
14855 "hex",
14856 "hkdf",
14857 "hmac",
14858 "itoa",
14859 "log",
14860 "md-5",
14861 "memchr",
14862 "once_cell",
14863 "percent-encoding",
14864 "rand 0.8.5",
14865 "rsa",
14866 "rust_decimal",
14867 "serde",
14868 "sha1",
14869 "sha2",
14870 "smallvec",
14871 "sqlx-core",
14872 "stringprep",
14873 "thiserror 2.0.12",
14874 "time",
14875 "tracing",
14876 "uuid",
14877 "whoami",
14878]
14879
14880[[package]]
14881name = "sqlx-postgres"
14882version = "0.8.5"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
14885dependencies = [
14886 "atoi",
14887 "base64 0.22.1",
14888 "bigdecimal",
14889 "bitflags 2.9.0",
14890 "byteorder",
14891 "chrono",
14892 "crc",
14893 "dotenvy",
14894 "etcetera",
14895 "futures-channel",
14896 "futures-core",
14897 "futures-util",
14898 "hex",
14899 "hkdf",
14900 "hmac",
14901 "home",
14902 "itoa",
14903 "log",
14904 "md-5",
14905 "memchr",
14906 "num-bigint",
14907 "once_cell",
14908 "rand 0.8.5",
14909 "rust_decimal",
14910 "serde",
14911 "serde_json",
14912 "sha2",
14913 "smallvec",
14914 "sqlx-core",
14915 "stringprep",
14916 "thiserror 2.0.12",
14917 "time",
14918 "tracing",
14919 "uuid",
14920 "whoami",
14921]
14922
14923[[package]]
14924name = "sqlx-sqlite"
14925version = "0.8.5"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
14928dependencies = [
14929 "atoi",
14930 "chrono",
14931 "flume",
14932 "futures-channel",
14933 "futures-core",
14934 "futures-executor",
14935 "futures-intrusive",
14936 "futures-util",
14937 "libsqlite3-sys",
14938 "log",
14939 "percent-encoding",
14940 "serde",
14941 "serde_urlencoded",
14942 "sqlx-core",
14943 "thiserror 2.0.12",
14944 "time",
14945 "tracing",
14946 "url",
14947 "uuid",
14948]
14949
14950[[package]]
14951name = "stable_deref_trait"
14952version = "1.2.0"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
14955
14956[[package]]
14957name = "static_assertions"
14958version = "1.1.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
14961
14962[[package]]
14963name = "story"
14964version = "0.1.0"
14965dependencies = [
14966 "gpui",
14967 "itertools 0.14.0",
14968 "smallvec",
14969 "workspace-hack",
14970]
14971
14972[[package]]
14973name = "storybook"
14974version = "0.1.0"
14975dependencies = [
14976 "anyhow",
14977 "clap",
14978 "collab_ui",
14979 "ctrlc",
14980 "dialoguer",
14981 "editor",
14982 "fuzzy",
14983 "gpui",
14984 "indoc",
14985 "language",
14986 "log",
14987 "menu",
14988 "picker",
14989 "project",
14990 "reqwest_client",
14991 "rust-embed",
14992 "settings",
14993 "simplelog",
14994 "story",
14995 "strum 0.27.1",
14996 "theme",
14997 "title_bar",
14998 "ui",
14999 "workspace",
15000 "workspace-hack",
15001]
15002
15003[[package]]
15004name = "streaming-iterator"
15005version = "0.1.9"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
15008
15009[[package]]
15010name = "streaming_diff"
15011version = "0.1.0"
15012dependencies = [
15013 "ordered-float 2.10.1",
15014 "rand 0.8.5",
15015 "rope",
15016 "util",
15017 "workspace-hack",
15018]
15019
15020[[package]]
15021name = "strict-num"
15022version = "0.1.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
15025dependencies = [
15026 "float-cmp",
15027]
15028
15029[[package]]
15030name = "string_cache"
15031version = "0.8.9"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
15034dependencies = [
15035 "new_debug_unreachable",
15036 "parking_lot",
15037 "phf_shared",
15038 "precomputed-hash",
15039 "serde",
15040]
15041
15042[[package]]
15043name = "string_cache_codegen"
15044version = "0.5.4"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
15047dependencies = [
15048 "phf_generator",
15049 "phf_shared",
15050 "proc-macro2",
15051 "quote",
15052]
15053
15054[[package]]
15055name = "stringprep"
15056version = "0.1.5"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
15059dependencies = [
15060 "unicode-bidi",
15061 "unicode-normalization",
15062 "unicode-properties",
15063]
15064
15065[[package]]
15066name = "strsim"
15067version = "0.11.1"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
15070
15071[[package]]
15072name = "strum"
15073version = "0.26.3"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
15076dependencies = [
15077 "strum_macros 0.26.4",
15078]
15079
15080[[package]]
15081name = "strum"
15082version = "0.27.1"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
15085dependencies = [
15086 "strum_macros 0.27.1",
15087]
15088
15089[[package]]
15090name = "strum_macros"
15091version = "0.26.4"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
15094dependencies = [
15095 "heck 0.5.0",
15096 "proc-macro2",
15097 "quote",
15098 "rustversion",
15099 "syn 2.0.101",
15100]
15101
15102[[package]]
15103name = "strum_macros"
15104version = "0.27.1"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
15107dependencies = [
15108 "heck 0.5.0",
15109 "proc-macro2",
15110 "quote",
15111 "rustversion",
15112 "syn 2.0.101",
15113]
15114
15115[[package]]
15116name = "subtle"
15117version = "2.6.1"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
15120
15121[[package]]
15122name = "sum_tree"
15123version = "0.1.0"
15124dependencies = [
15125 "arrayvec",
15126 "ctor",
15127 "env_logger 0.11.8",
15128 "log",
15129 "rand 0.8.5",
15130 "rayon",
15131 "workspace-hack",
15132]
15133
15134[[package]]
15135name = "supermaven"
15136version = "0.1.0"
15137dependencies = [
15138 "anyhow",
15139 "client",
15140 "collections",
15141 "editor",
15142 "env_logger 0.11.8",
15143 "futures 0.3.31",
15144 "gpui",
15145 "http_client",
15146 "inline_completion",
15147 "language",
15148 "log",
15149 "postage",
15150 "project",
15151 "serde",
15152 "serde_json",
15153 "settings",
15154 "smol",
15155 "supermaven_api",
15156 "text",
15157 "theme",
15158 "ui",
15159 "unicode-segmentation",
15160 "util",
15161 "workspace-hack",
15162]
15163
15164[[package]]
15165name = "supermaven_api"
15166version = "0.1.0"
15167dependencies = [
15168 "anyhow",
15169 "futures 0.3.31",
15170 "http_client",
15171 "paths",
15172 "serde",
15173 "serde_json",
15174 "smol",
15175 "workspace-hack",
15176]
15177
15178[[package]]
15179name = "sval"
15180version = "2.14.1"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "7cc9739f56c5d0c44a5ed45473ec868af02eb896af8c05f616673a31e1d1bb09"
15183
15184[[package]]
15185name = "sval_buffer"
15186version = "2.14.1"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "f39b07436a8c271b34dad5070c634d1d3d76d6776e938ee97b4a66a5e8003d0b"
15189dependencies = [
15190 "sval",
15191 "sval_ref",
15192]
15193
15194[[package]]
15195name = "sval_dynamic"
15196version = "2.14.1"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "ffcb072d857431bf885580dacecf05ed987bac931230736739a79051dbf3499b"
15199dependencies = [
15200 "sval",
15201]
15202
15203[[package]]
15204name = "sval_fmt"
15205version = "2.14.1"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "3f214f427ad94a553e5ca5514c95c6be84667cbc5568cce957f03f3477d03d5c"
15208dependencies = [
15209 "itoa",
15210 "ryu",
15211 "sval",
15212]
15213
15214[[package]]
15215name = "sval_json"
15216version = "2.14.1"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "389ed34b32e638dec9a99c8ac92d0aa1220d40041026b625474c2b6a4d6f4feb"
15219dependencies = [
15220 "itoa",
15221 "ryu",
15222 "sval",
15223]
15224
15225[[package]]
15226name = "sval_nested"
15227version = "2.14.1"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "14bae8fcb2f24fee2c42c1f19037707f7c9a29a0cda936d2188d48a961c4bb2a"
15230dependencies = [
15231 "sval",
15232 "sval_buffer",
15233 "sval_ref",
15234]
15235
15236[[package]]
15237name = "sval_ref"
15238version = "2.14.1"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "2a4eaea3821d3046dcba81d4b8489421da42961889902342691fb7eab491d79e"
15241dependencies = [
15242 "sval",
15243]
15244
15245[[package]]
15246name = "sval_serde"
15247version = "2.14.1"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "172dd4aa8cb3b45c8ac8f3b4111d644cd26938b0643ede8f93070812b87fb339"
15250dependencies = [
15251 "serde",
15252 "sval",
15253 "sval_nested",
15254]
15255
15256[[package]]
15257name = "svg_fmt"
15258version = "0.4.5"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
15261
15262[[package]]
15263name = "svgtypes"
15264version = "0.15.3"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
15267dependencies = [
15268 "kurbo",
15269 "siphasher",
15270]
15271
15272[[package]]
15273name = "swash"
15274version = "0.2.2"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "fae9a562c7b46107d9c78cd78b75bbe1e991c16734c0aee8ff0ee711fb8b620a"
15277dependencies = [
15278 "skrifa",
15279 "yazi",
15280 "zeno",
15281]
15282
15283[[package]]
15284name = "syn"
15285version = "1.0.109"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
15288dependencies = [
15289 "proc-macro2",
15290 "quote",
15291 "unicode-ident",
15292]
15293
15294[[package]]
15295name = "syn"
15296version = "2.0.101"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
15299dependencies = [
15300 "proc-macro2",
15301 "quote",
15302 "unicode-ident",
15303]
15304
15305[[package]]
15306name = "sync_wrapper"
15307version = "0.1.2"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
15310
15311[[package]]
15312name = "sync_wrapper"
15313version = "1.0.2"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
15316dependencies = [
15317 "futures-core",
15318]
15319
15320[[package]]
15321name = "synchronoise"
15322version = "1.0.1"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
15325dependencies = [
15326 "crossbeam-queue",
15327]
15328
15329[[package]]
15330name = "synstructure"
15331version = "0.13.1"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
15334dependencies = [
15335 "proc-macro2",
15336 "quote",
15337 "syn 2.0.101",
15338]
15339
15340[[package]]
15341name = "sys-locale"
15342version = "0.3.2"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
15345dependencies = [
15346 "libc",
15347]
15348
15349[[package]]
15350name = "sysinfo"
15351version = "0.31.4"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
15354dependencies = [
15355 "core-foundation-sys",
15356 "libc",
15357 "memchr",
15358 "ntapi",
15359 "rayon",
15360 "windows 0.57.0",
15361]
15362
15363[[package]]
15364name = "system-configuration"
15365version = "0.5.1"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
15368dependencies = [
15369 "bitflags 1.3.2",
15370 "core-foundation 0.9.4",
15371 "system-configuration-sys 0.5.0",
15372]
15373
15374[[package]]
15375name = "system-configuration"
15376version = "0.6.1"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
15379dependencies = [
15380 "bitflags 2.9.0",
15381 "core-foundation 0.9.4",
15382 "system-configuration-sys 0.6.0",
15383]
15384
15385[[package]]
15386name = "system-configuration-sys"
15387version = "0.5.0"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
15390dependencies = [
15391 "core-foundation-sys",
15392 "libc",
15393]
15394
15395[[package]]
15396name = "system-configuration-sys"
15397version = "0.6.0"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
15400dependencies = [
15401 "core-foundation-sys",
15402 "libc",
15403]
15404
15405[[package]]
15406name = "system-deps"
15407version = "6.2.2"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
15410dependencies = [
15411 "cfg-expr",
15412 "heck 0.5.0",
15413 "pkg-config",
15414 "toml 0.8.20",
15415 "version-compare",
15416]
15417
15418[[package]]
15419name = "system-interface"
15420version = "0.27.3"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
15423dependencies = [
15424 "bitflags 2.9.0",
15425 "cap-fs-ext",
15426 "cap-std",
15427 "fd-lock",
15428 "io-lifetimes",
15429 "rustix 0.38.44",
15430 "windows-sys 0.59.0",
15431 "winx",
15432]
15433
15434[[package]]
15435name = "tab_switcher"
15436version = "0.1.0"
15437dependencies = [
15438 "anyhow",
15439 "collections",
15440 "ctor",
15441 "editor",
15442 "env_logger 0.11.8",
15443 "fuzzy",
15444 "gpui",
15445 "language",
15446 "menu",
15447 "picker",
15448 "project",
15449 "schemars",
15450 "serde",
15451 "serde_json",
15452 "settings",
15453 "smol",
15454 "theme",
15455 "ui",
15456 "util",
15457 "workspace",
15458 "workspace-hack",
15459]
15460
15461[[package]]
15462name = "taffy"
15463version = "0.4.4"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
15466dependencies = [
15467 "arrayvec",
15468 "grid",
15469 "num-traits",
15470 "serde",
15471 "slotmap",
15472]
15473
15474[[package]]
15475name = "tagptr"
15476version = "0.2.0"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
15479
15480[[package]]
15481name = "take-until"
15482version = "0.2.0"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
15485
15486[[package]]
15487name = "tao-core-video-sys"
15488version = "0.2.0"
15489source = "registry+https://github.com/rust-lang/crates.io-index"
15490checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
15491dependencies = [
15492 "cfg-if",
15493 "core-foundation-sys",
15494 "libc",
15495 "objc",
15496]
15497
15498[[package]]
15499name = "tap"
15500version = "1.0.1"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
15503
15504[[package]]
15505name = "target-lexicon"
15506version = "0.12.16"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
15509
15510[[package]]
15511name = "target-lexicon"
15512version = "0.13.2"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
15515
15516[[package]]
15517name = "task"
15518version = "0.1.0"
15519dependencies = [
15520 "anyhow",
15521 "collections",
15522 "futures 0.3.31",
15523 "gpui",
15524 "hex",
15525 "parking_lot",
15526 "pretty_assertions",
15527 "proto",
15528 "schemars",
15529 "serde",
15530 "serde_json",
15531 "serde_json_lenient",
15532 "sha2",
15533 "shellexpand 2.1.2",
15534 "util",
15535 "workspace-hack",
15536 "zed_actions",
15537]
15538
15539[[package]]
15540name = "tasks_ui"
15541version = "0.1.0"
15542dependencies = [
15543 "anyhow",
15544 "collections",
15545 "editor",
15546 "file_icons",
15547 "fuzzy",
15548 "gpui",
15549 "itertools 0.14.0",
15550 "language",
15551 "menu",
15552 "picker",
15553 "project",
15554 "serde",
15555 "serde_json",
15556 "task",
15557 "tree-sitter-rust",
15558 "tree-sitter-typescript",
15559 "ui",
15560 "util",
15561 "workspace",
15562 "workspace-hack",
15563 "zed_actions",
15564]
15565
15566[[package]]
15567name = "telemetry"
15568version = "0.1.0"
15569dependencies = [
15570 "futures 0.3.31",
15571 "serde",
15572 "serde_json",
15573 "telemetry_events",
15574 "workspace-hack",
15575]
15576
15577[[package]]
15578name = "telemetry_events"
15579version = "0.1.0"
15580dependencies = [
15581 "semantic_version",
15582 "serde",
15583 "serde_json",
15584 "workspace-hack",
15585]
15586
15587[[package]]
15588name = "tempfile"
15589version = "3.20.0"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
15592dependencies = [
15593 "fastrand 2.3.0",
15594 "getrandom 0.3.2",
15595 "once_cell",
15596 "rustix 1.0.7",
15597 "windows-sys 0.59.0",
15598]
15599
15600[[package]]
15601name = "tendril"
15602version = "0.4.3"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
15605dependencies = [
15606 "futf",
15607 "mac",
15608 "utf-8",
15609]
15610
15611[[package]]
15612name = "termcolor"
15613version = "1.4.1"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
15616dependencies = [
15617 "winapi-util",
15618]
15619
15620[[package]]
15621name = "terminal"
15622version = "0.1.0"
15623dependencies = [
15624 "alacritty_terminal",
15625 "anyhow",
15626 "collections",
15627 "dirs 4.0.0",
15628 "futures 0.3.31",
15629 "gpui",
15630 "libc",
15631 "rand 0.8.5",
15632 "regex",
15633 "release_channel",
15634 "schemars",
15635 "serde",
15636 "serde_derive",
15637 "settings",
15638 "smol",
15639 "sysinfo",
15640 "task",
15641 "theme",
15642 "thiserror 2.0.12",
15643 "util",
15644 "windows 0.61.1",
15645 "workspace-hack",
15646]
15647
15648[[package]]
15649name = "terminal_size"
15650version = "0.4.2"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
15653dependencies = [
15654 "rustix 1.0.7",
15655 "windows-sys 0.59.0",
15656]
15657
15658[[package]]
15659name = "terminal_view"
15660version = "0.1.0"
15661dependencies = [
15662 "anyhow",
15663 "assistant_slash_command",
15664 "async-recursion 1.1.1",
15665 "breadcrumbs",
15666 "client",
15667 "collections",
15668 "db",
15669 "dirs 4.0.0",
15670 "editor",
15671 "futures 0.3.31",
15672 "gpui",
15673 "itertools 0.14.0",
15674 "language",
15675 "log",
15676 "project",
15677 "rand 0.8.5",
15678 "regex",
15679 "schemars",
15680 "search",
15681 "serde",
15682 "serde_json",
15683 "settings",
15684 "shellexpand 2.1.2",
15685 "smol",
15686 "task",
15687 "terminal",
15688 "theme",
15689 "ui",
15690 "util",
15691 "workspace",
15692 "workspace-hack",
15693 "zed_actions",
15694]
15695
15696[[package]]
15697name = "text"
15698version = "0.1.0"
15699dependencies = [
15700 "anyhow",
15701 "clock",
15702 "collections",
15703 "ctor",
15704 "env_logger 0.11.8",
15705 "gpui",
15706 "http_client",
15707 "log",
15708 "parking_lot",
15709 "postage",
15710 "rand 0.8.5",
15711 "regex",
15712 "rope",
15713 "smallvec",
15714 "sum_tree",
15715 "util",
15716 "workspace-hack",
15717]
15718
15719[[package]]
15720name = "theme"
15721version = "0.1.0"
15722dependencies = [
15723 "anyhow",
15724 "collections",
15725 "derive_more",
15726 "fs",
15727 "futures 0.3.31",
15728 "gpui",
15729 "indexmap",
15730 "log",
15731 "palette",
15732 "parking_lot",
15733 "refineable",
15734 "schemars",
15735 "serde",
15736 "serde_derive",
15737 "serde_json",
15738 "serde_json_lenient",
15739 "serde_repr",
15740 "settings",
15741 "strum 0.27.1",
15742 "thiserror 2.0.12",
15743 "util",
15744 "uuid",
15745 "workspace-hack",
15746]
15747
15748[[package]]
15749name = "theme_extension"
15750version = "0.1.0"
15751dependencies = [
15752 "anyhow",
15753 "extension",
15754 "fs",
15755 "gpui",
15756 "theme",
15757 "workspace-hack",
15758]
15759
15760[[package]]
15761name = "theme_importer"
15762version = "0.1.0"
15763dependencies = [
15764 "anyhow",
15765 "clap",
15766 "gpui",
15767 "indexmap",
15768 "log",
15769 "palette",
15770 "rust-embed",
15771 "serde",
15772 "serde_json",
15773 "serde_json_lenient",
15774 "simplelog",
15775 "strum 0.27.1",
15776 "theme",
15777 "vscode_theme",
15778 "workspace-hack",
15779]
15780
15781[[package]]
15782name = "theme_selector"
15783version = "0.1.0"
15784dependencies = [
15785 "fs",
15786 "fuzzy",
15787 "gpui",
15788 "log",
15789 "picker",
15790 "serde",
15791 "settings",
15792 "telemetry",
15793 "theme",
15794 "ui",
15795 "util",
15796 "workspace",
15797 "workspace-hack",
15798 "zed_actions",
15799]
15800
15801[[package]]
15802name = "thiserror"
15803version = "1.0.69"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
15806dependencies = [
15807 "thiserror-impl 1.0.69",
15808]
15809
15810[[package]]
15811name = "thiserror"
15812version = "2.0.12"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
15815dependencies = [
15816 "thiserror-impl 2.0.12",
15817]
15818
15819[[package]]
15820name = "thiserror-impl"
15821version = "1.0.69"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
15824dependencies = [
15825 "proc-macro2",
15826 "quote",
15827 "syn 2.0.101",
15828]
15829
15830[[package]]
15831name = "thiserror-impl"
15832version = "2.0.12"
15833source = "registry+https://github.com/rust-lang/crates.io-index"
15834checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
15835dependencies = [
15836 "proc-macro2",
15837 "quote",
15838 "syn 2.0.101",
15839]
15840
15841[[package]]
15842name = "thread_local"
15843version = "1.1.8"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
15846dependencies = [
15847 "cfg-if",
15848 "once_cell",
15849]
15850
15851[[package]]
15852name = "tiff"
15853version = "0.9.1"
15854source = "registry+https://github.com/rust-lang/crates.io-index"
15855checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
15856dependencies = [
15857 "flate2",
15858 "jpeg-decoder",
15859 "weezl",
15860]
15861
15862[[package]]
15863name = "tiktoken-rs"
15864version = "0.7.0"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "25563eeba904d770acf527e8b370fe9a5547bacd20ff84a0b6c3bc41288e5625"
15867dependencies = [
15868 "anyhow",
15869 "base64 0.22.1",
15870 "bstr",
15871 "fancy-regex 0.13.0",
15872 "lazy_static",
15873 "regex",
15874 "rustc-hash 1.1.0",
15875]
15876
15877[[package]]
15878name = "time"
15879version = "0.3.41"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
15882dependencies = [
15883 "deranged",
15884 "itoa",
15885 "libc",
15886 "num-conv",
15887 "num_threads",
15888 "powerfmt",
15889 "serde",
15890 "time-core",
15891 "time-macros",
15892]
15893
15894[[package]]
15895name = "time-core"
15896version = "0.1.4"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
15899
15900[[package]]
15901name = "time-macros"
15902version = "0.2.22"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
15905dependencies = [
15906 "num-conv",
15907 "time-core",
15908]
15909
15910[[package]]
15911name = "time_format"
15912version = "0.1.0"
15913dependencies = [
15914 "core-foundation 0.10.0",
15915 "core-foundation-sys",
15916 "sys-locale",
15917 "time",
15918 "workspace-hack",
15919]
15920
15921[[package]]
15922name = "tiny-keccak"
15923version = "2.0.2"
15924source = "registry+https://github.com/rust-lang/crates.io-index"
15925checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
15926dependencies = [
15927 "crunchy",
15928]
15929
15930[[package]]
15931name = "tiny-skia"
15932version = "0.11.4"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
15935dependencies = [
15936 "arrayref",
15937 "arrayvec",
15938 "bytemuck",
15939 "cfg-if",
15940 "log",
15941 "png",
15942 "tiny-skia-path",
15943]
15944
15945[[package]]
15946name = "tiny-skia-path"
15947version = "0.11.4"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
15950dependencies = [
15951 "arrayref",
15952 "bytemuck",
15953 "strict-num",
15954]
15955
15956[[package]]
15957name = "tiny_http"
15958version = "0.8.2"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
15961dependencies = [
15962 "ascii",
15963 "chrono",
15964 "chunked_transfer",
15965 "log",
15966 "url",
15967]
15968
15969[[package]]
15970name = "tinystr"
15971version = "0.7.6"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
15974dependencies = [
15975 "displaydoc",
15976 "zerovec",
15977]
15978
15979[[package]]
15980name = "tinytemplate"
15981version = "1.2.1"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
15984dependencies = [
15985 "serde",
15986 "serde_json",
15987]
15988
15989[[package]]
15990name = "tinyvec"
15991version = "1.9.0"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
15994dependencies = [
15995 "tinyvec_macros",
15996]
15997
15998[[package]]
15999name = "tinyvec_macros"
16000version = "0.1.1"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
16003
16004[[package]]
16005name = "title_bar"
16006version = "0.1.0"
16007dependencies = [
16008 "auto_update",
16009 "call",
16010 "chrono",
16011 "client",
16012 "collections",
16013 "db",
16014 "gpui",
16015 "http_client",
16016 "notifications",
16017 "pretty_assertions",
16018 "project",
16019 "remote",
16020 "rpc",
16021 "schemars",
16022 "serde",
16023 "settings",
16024 "smallvec",
16025 "story",
16026 "telemetry",
16027 "theme",
16028 "tree-sitter-md",
16029 "ui",
16030 "util",
16031 "windows 0.61.1",
16032 "workspace",
16033 "workspace-hack",
16034 "zed_actions",
16035]
16036
16037[[package]]
16038name = "tokio"
16039version = "1.44.2"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
16042dependencies = [
16043 "backtrace",
16044 "bytes 1.10.1",
16045 "libc",
16046 "mio",
16047 "parking_lot",
16048 "pin-project-lite",
16049 "signal-hook-registry",
16050 "socket2",
16051 "tokio-macros",
16052 "windows-sys 0.52.0",
16053]
16054
16055[[package]]
16056name = "tokio-io"
16057version = "0.1.13"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
16060dependencies = [
16061 "bytes 0.4.12",
16062 "futures 0.1.31",
16063 "log",
16064]
16065
16066[[package]]
16067name = "tokio-macros"
16068version = "2.5.0"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
16071dependencies = [
16072 "proc-macro2",
16073 "quote",
16074 "syn 2.0.101",
16075]
16076
16077[[package]]
16078name = "tokio-native-tls"
16079version = "0.3.1"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
16082dependencies = [
16083 "native-tls",
16084 "tokio",
16085]
16086
16087[[package]]
16088name = "tokio-rustls"
16089version = "0.24.1"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
16092dependencies = [
16093 "rustls 0.21.12",
16094 "tokio",
16095]
16096
16097[[package]]
16098name = "tokio-rustls"
16099version = "0.26.2"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
16102dependencies = [
16103 "rustls 0.23.26",
16104 "tokio",
16105]
16106
16107[[package]]
16108name = "tokio-socks"
16109version = "0.5.2"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
16112dependencies = [
16113 "either",
16114 "futures-io",
16115 "futures-util",
16116 "thiserror 1.0.69",
16117 "tokio",
16118]
16119
16120[[package]]
16121name = "tokio-stream"
16122version = "0.1.17"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
16125dependencies = [
16126 "futures-core",
16127 "pin-project-lite",
16128 "tokio",
16129]
16130
16131[[package]]
16132name = "tokio-tungstenite"
16133version = "0.20.1"
16134source = "registry+https://github.com/rust-lang/crates.io-index"
16135checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
16136dependencies = [
16137 "futures-util",
16138 "log",
16139 "tokio",
16140 "tungstenite 0.20.1",
16141]
16142
16143[[package]]
16144name = "tokio-tungstenite"
16145version = "0.21.0"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
16148dependencies = [
16149 "futures-util",
16150 "log",
16151 "tokio",
16152 "tungstenite 0.21.0",
16153]
16154
16155[[package]]
16156name = "tokio-tungstenite"
16157version = "0.26.2"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
16160dependencies = [
16161 "futures-util",
16162 "log",
16163 "rustls 0.23.26",
16164 "rustls-pki-types",
16165 "tokio",
16166 "tokio-rustls 0.26.2",
16167 "tungstenite 0.26.2",
16168]
16169
16170[[package]]
16171name = "tokio-util"
16172version = "0.7.14"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
16175dependencies = [
16176 "bytes 1.10.1",
16177 "futures-core",
16178 "futures-io",
16179 "futures-sink",
16180 "pin-project-lite",
16181 "tokio",
16182]
16183
16184[[package]]
16185name = "toml"
16186version = "0.5.11"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
16189dependencies = [
16190 "serde",
16191]
16192
16193[[package]]
16194name = "toml"
16195version = "0.8.20"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
16198dependencies = [
16199 "serde",
16200 "serde_spanned",
16201 "toml_datetime",
16202 "toml_edit",
16203]
16204
16205[[package]]
16206name = "toml_datetime"
16207version = "0.6.9"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
16210dependencies = [
16211 "serde",
16212]
16213
16214[[package]]
16215name = "toml_edit"
16216version = "0.22.26"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
16219dependencies = [
16220 "indexmap",
16221 "serde",
16222 "serde_spanned",
16223 "toml_datetime",
16224 "toml_write",
16225 "winnow",
16226]
16227
16228[[package]]
16229name = "toml_write"
16230version = "0.1.1"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
16233
16234[[package]]
16235name = "toolchain_selector"
16236version = "0.1.0"
16237dependencies = [
16238 "editor",
16239 "fuzzy",
16240 "gpui",
16241 "language",
16242 "picker",
16243 "project",
16244 "ui",
16245 "util",
16246 "workspace",
16247 "workspace-hack",
16248]
16249
16250[[package]]
16251name = "topological-sort"
16252version = "0.2.2"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
16255
16256[[package]]
16257name = "tower"
16258version = "0.4.13"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
16261dependencies = [
16262 "futures-core",
16263 "futures-util",
16264 "pin-project",
16265 "pin-project-lite",
16266 "tokio",
16267 "tower-layer",
16268 "tower-service",
16269 "tracing",
16270]
16271
16272[[package]]
16273name = "tower"
16274version = "0.5.2"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
16277dependencies = [
16278 "futures-core",
16279 "futures-util",
16280 "pin-project-lite",
16281 "sync_wrapper 1.0.2",
16282 "tokio",
16283 "tower-layer",
16284 "tower-service",
16285]
16286
16287[[package]]
16288name = "tower-http"
16289version = "0.3.5"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
16292dependencies = [
16293 "bitflags 1.3.2",
16294 "bytes 1.10.1",
16295 "futures-core",
16296 "futures-util",
16297 "http 0.2.12",
16298 "http-body 0.4.6",
16299 "http-range-header",
16300 "pin-project-lite",
16301 "tower-layer",
16302 "tower-service",
16303]
16304
16305[[package]]
16306name = "tower-http"
16307version = "0.4.4"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
16310dependencies = [
16311 "bitflags 2.9.0",
16312 "bytes 1.10.1",
16313 "futures-core",
16314 "futures-util",
16315 "http 0.2.12",
16316 "http-body 0.4.6",
16317 "http-range-header",
16318 "pin-project-lite",
16319 "tower-layer",
16320 "tower-service",
16321 "tracing",
16322]
16323
16324[[package]]
16325name = "tower-layer"
16326version = "0.3.3"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
16329
16330[[package]]
16331name = "tower-service"
16332version = "0.3.3"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
16335
16336[[package]]
16337name = "tracing"
16338version = "0.1.41"
16339source = "registry+https://github.com/rust-lang/crates.io-index"
16340checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
16341dependencies = [
16342 "log",
16343 "pin-project-lite",
16344 "tracing-attributes",
16345 "tracing-core",
16346]
16347
16348[[package]]
16349name = "tracing-attributes"
16350version = "0.1.28"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
16353dependencies = [
16354 "proc-macro2",
16355 "quote",
16356 "syn 2.0.101",
16357]
16358
16359[[package]]
16360name = "tracing-core"
16361version = "0.1.33"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
16364dependencies = [
16365 "once_cell",
16366 "valuable",
16367]
16368
16369[[package]]
16370name = "tracing-log"
16371version = "0.2.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
16374dependencies = [
16375 "log",
16376 "once_cell",
16377 "tracing-core",
16378]
16379
16380[[package]]
16381name = "tracing-serde"
16382version = "0.2.0"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
16385dependencies = [
16386 "serde",
16387 "tracing-core",
16388]
16389
16390[[package]]
16391name = "tracing-subscriber"
16392version = "0.3.19"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
16395dependencies = [
16396 "matchers",
16397 "nu-ansi-term",
16398 "once_cell",
16399 "regex",
16400 "serde",
16401 "serde_json",
16402 "sharded-slab",
16403 "smallvec",
16404 "thread_local",
16405 "tracing",
16406 "tracing-core",
16407 "tracing-log",
16408 "tracing-serde",
16409]
16410
16411[[package]]
16412name = "trait-variant"
16413version = "0.1.2"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
16416dependencies = [
16417 "proc-macro2",
16418 "quote",
16419 "syn 2.0.101",
16420]
16421
16422[[package]]
16423name = "tree-sitter"
16424version = "0.25.3"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
16427dependencies = [
16428 "cc",
16429 "regex",
16430 "regex-syntax 0.8.5",
16431 "serde_json",
16432 "streaming-iterator",
16433 "tree-sitter-language",
16434 "wasmtime-c-api-impl",
16435]
16436
16437[[package]]
16438name = "tree-sitter-bash"
16439version = "0.23.3"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
16442dependencies = [
16443 "cc",
16444 "tree-sitter-language",
16445]
16446
16447[[package]]
16448name = "tree-sitter-c"
16449version = "0.23.4"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
16452dependencies = [
16453 "cc",
16454 "tree-sitter-language",
16455]
16456
16457[[package]]
16458name = "tree-sitter-cpp"
16459version = "0.23.4"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
16462dependencies = [
16463 "cc",
16464 "tree-sitter-language",
16465]
16466
16467[[package]]
16468name = "tree-sitter-css"
16469version = "0.23.2"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
16472dependencies = [
16473 "cc",
16474 "tree-sitter-language",
16475]
16476
16477[[package]]
16478name = "tree-sitter-diff"
16479version = "0.1.0"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
16482dependencies = [
16483 "cc",
16484 "tree-sitter-language",
16485]
16486
16487[[package]]
16488name = "tree-sitter-elixir"
16489version = "0.3.4"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
16492dependencies = [
16493 "cc",
16494 "tree-sitter-language",
16495]
16496
16497[[package]]
16498name = "tree-sitter-embedded-template"
16499version = "0.23.2"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
16502dependencies = [
16503 "cc",
16504 "tree-sitter-language",
16505]
16506
16507[[package]]
16508name = "tree-sitter-gitcommit"
16509version = "0.0.1"
16510source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
16511dependencies = [
16512 "cc",
16513 "tree-sitter-language",
16514]
16515
16516[[package]]
16517name = "tree-sitter-go"
16518version = "0.23.4"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
16521dependencies = [
16522 "cc",
16523 "tree-sitter-language",
16524]
16525
16526[[package]]
16527name = "tree-sitter-gomod"
16528version = "1.1.1"
16529source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
16530dependencies = [
16531 "cc",
16532 "tree-sitter-language",
16533]
16534
16535[[package]]
16536name = "tree-sitter-gowork"
16537version = "0.0.1"
16538source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
16539dependencies = [
16540 "cc",
16541 "tree-sitter-language",
16542]
16543
16544[[package]]
16545name = "tree-sitter-heex"
16546version = "0.0.1"
16547source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
16548dependencies = [
16549 "cc",
16550 "tree-sitter-language",
16551]
16552
16553[[package]]
16554name = "tree-sitter-html"
16555version = "0.23.2"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
16558dependencies = [
16559 "cc",
16560 "tree-sitter-language",
16561]
16562
16563[[package]]
16564name = "tree-sitter-jsdoc"
16565version = "0.23.2"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
16568dependencies = [
16569 "cc",
16570 "tree-sitter-language",
16571]
16572
16573[[package]]
16574name = "tree-sitter-json"
16575version = "0.24.8"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
16578dependencies = [
16579 "cc",
16580 "tree-sitter-language",
16581]
16582
16583[[package]]
16584name = "tree-sitter-language"
16585version = "0.1.5"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
16588
16589[[package]]
16590name = "tree-sitter-md"
16591version = "0.3.2"
16592source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
16593dependencies = [
16594 "cc",
16595 "tree-sitter-language",
16596]
16597
16598[[package]]
16599name = "tree-sitter-python"
16600version = "0.23.6"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
16603dependencies = [
16604 "cc",
16605 "tree-sitter-language",
16606]
16607
16608[[package]]
16609name = "tree-sitter-regex"
16610version = "0.24.3"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
16613dependencies = [
16614 "cc",
16615 "tree-sitter-language",
16616]
16617
16618[[package]]
16619name = "tree-sitter-ruby"
16620version = "0.23.1"
16621source = "registry+https://github.com/rust-lang/crates.io-index"
16622checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
16623dependencies = [
16624 "cc",
16625 "tree-sitter-language",
16626]
16627
16628[[package]]
16629name = "tree-sitter-rust"
16630version = "0.24.0"
16631source = "registry+https://github.com/rust-lang/crates.io-index"
16632checksum = "4b9b18034c684a2420722be8b2a91c9c44f2546b631c039edf575ccba8c61be1"
16633dependencies = [
16634 "cc",
16635 "tree-sitter-language",
16636]
16637
16638[[package]]
16639name = "tree-sitter-typescript"
16640version = "0.23.2"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
16643dependencies = [
16644 "cc",
16645 "tree-sitter-language",
16646]
16647
16648[[package]]
16649name = "tree-sitter-yaml"
16650version = "0.6.1"
16651source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
16652dependencies = [
16653 "cc",
16654 "tree-sitter-language",
16655]
16656
16657[[package]]
16658name = "try-lock"
16659version = "0.2.5"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
16662
16663[[package]]
16664name = "ttf-parser"
16665version = "0.20.0"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
16668
16669[[package]]
16670name = "ttf-parser"
16671version = "0.21.1"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
16674
16675[[package]]
16676name = "ttf-parser"
16677version = "0.25.1"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
16680dependencies = [
16681 "core_maths",
16682]
16683
16684[[package]]
16685name = "tungstenite"
16686version = "0.20.1"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
16689dependencies = [
16690 "byteorder",
16691 "bytes 1.10.1",
16692 "data-encoding",
16693 "http 0.2.12",
16694 "httparse",
16695 "log",
16696 "rand 0.8.5",
16697 "sha1",
16698 "thiserror 1.0.69",
16699 "url",
16700 "utf-8",
16701]
16702
16703[[package]]
16704name = "tungstenite"
16705version = "0.21.0"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
16708dependencies = [
16709 "byteorder",
16710 "bytes 1.10.1",
16711 "data-encoding",
16712 "http 1.3.1",
16713 "httparse",
16714 "log",
16715 "rand 0.8.5",
16716 "sha1",
16717 "thiserror 1.0.69",
16718 "url",
16719 "utf-8",
16720]
16721
16722[[package]]
16723name = "tungstenite"
16724version = "0.26.2"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
16727dependencies = [
16728 "bytes 1.10.1",
16729 "data-encoding",
16730 "http 1.3.1",
16731 "httparse",
16732 "log",
16733 "rand 0.9.1",
16734 "rustls 0.23.26",
16735 "rustls-pki-types",
16736 "sha1",
16737 "thiserror 2.0.12",
16738 "utf-8",
16739]
16740
16741[[package]]
16742name = "typeid"
16743version = "1.0.3"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
16746
16747[[package]]
16748name = "typenum"
16749version = "1.18.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
16752
16753[[package]]
16754name = "ucd-trie"
16755version = "0.1.7"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
16758
16759[[package]]
16760name = "uds_windows"
16761version = "1.1.0"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
16764dependencies = [
16765 "memoffset",
16766 "tempfile",
16767 "winapi",
16768]
16769
16770[[package]]
16771name = "ui"
16772version = "0.1.0"
16773dependencies = [
16774 "chrono",
16775 "component",
16776 "documented",
16777 "gpui",
16778 "icons",
16779 "itertools 0.14.0",
16780 "menu",
16781 "serde",
16782 "settings",
16783 "smallvec",
16784 "story",
16785 "strum 0.27.1",
16786 "theme",
16787 "ui_macros",
16788 "util",
16789 "windows 0.61.1",
16790 "workspace-hack",
16791]
16792
16793[[package]]
16794name = "ui_input"
16795version = "0.1.0"
16796dependencies = [
16797 "component",
16798 "editor",
16799 "gpui",
16800 "settings",
16801 "theme",
16802 "ui",
16803 "workspace-hack",
16804]
16805
16806[[package]]
16807name = "ui_macros"
16808version = "0.1.0"
16809dependencies = [
16810 "quote",
16811 "syn 1.0.109",
16812 "workspace-hack",
16813]
16814
16815[[package]]
16816name = "ui_prompt"
16817version = "0.1.0"
16818dependencies = [
16819 "gpui",
16820 "markdown",
16821 "menu",
16822 "settings",
16823 "theme",
16824 "ui",
16825 "workspace",
16826 "workspace-hack",
16827]
16828
16829[[package]]
16830name = "uluru"
16831version = "3.1.0"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
16834dependencies = [
16835 "arrayvec",
16836]
16837
16838[[package]]
16839name = "unicase"
16840version = "2.8.1"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
16843
16844[[package]]
16845name = "unicode-bidi"
16846version = "0.3.18"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
16849
16850[[package]]
16851name = "unicode-bidi-mirroring"
16852version = "0.2.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
16855
16856[[package]]
16857name = "unicode-bidi-mirroring"
16858version = "0.4.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
16861
16862[[package]]
16863name = "unicode-bom"
16864version = "2.0.3"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
16867
16868[[package]]
16869name = "unicode-ccc"
16870version = "0.2.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
16873
16874[[package]]
16875name = "unicode-ccc"
16876version = "0.4.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
16879
16880[[package]]
16881name = "unicode-ident"
16882version = "1.0.18"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
16885
16886[[package]]
16887name = "unicode-linebreak"
16888version = "0.1.5"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
16891
16892[[package]]
16893name = "unicode-normalization"
16894version = "0.1.24"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
16897dependencies = [
16898 "tinyvec",
16899]
16900
16901[[package]]
16902name = "unicode-properties"
16903version = "0.1.3"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
16906
16907[[package]]
16908name = "unicode-script"
16909version = "0.5.7"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
16912
16913[[package]]
16914name = "unicode-segmentation"
16915version = "1.12.0"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
16918
16919[[package]]
16920name = "unicode-vo"
16921version = "0.1.0"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
16924
16925[[package]]
16926name = "unicode-width"
16927version = "0.1.14"
16928source = "registry+https://github.com/rust-lang/crates.io-index"
16929checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
16930
16931[[package]]
16932name = "unicode-width"
16933version = "0.2.0"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
16936
16937[[package]]
16938name = "unicode-xid"
16939version = "0.2.6"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
16942
16943[[package]]
16944name = "unicode_categories"
16945version = "0.1.1"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
16948
16949[[package]]
16950name = "unindent"
16951version = "0.2.4"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
16954
16955[[package]]
16956name = "untrusted"
16957version = "0.9.0"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
16960
16961[[package]]
16962name = "url"
16963version = "2.5.4"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
16966dependencies = [
16967 "form_urlencoded",
16968 "idna",
16969 "percent-encoding",
16970 "serde",
16971]
16972
16973[[package]]
16974name = "urlencoding"
16975version = "2.1.3"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
16978
16979[[package]]
16980name = "usvg"
16981version = "0.45.1"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
16984dependencies = [
16985 "base64 0.22.1",
16986 "data-url",
16987 "flate2",
16988 "fontdb 0.23.0",
16989 "imagesize",
16990 "kurbo",
16991 "log",
16992 "pico-args",
16993 "roxmltree",
16994 "rustybuzz 0.20.1",
16995 "simplecss",
16996 "siphasher",
16997 "strict-num",
16998 "svgtypes",
16999 "tiny-skia-path",
17000 "unicode-bidi",
17001 "unicode-script",
17002 "unicode-vo",
17003 "xmlwriter",
17004]
17005
17006[[package]]
17007name = "utf-8"
17008version = "0.7.6"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
17011
17012[[package]]
17013name = "utf16_iter"
17014version = "1.0.5"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
17017
17018[[package]]
17019name = "utf8_iter"
17020version = "1.0.4"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
17023
17024[[package]]
17025name = "utf8parse"
17026version = "0.2.2"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
17029
17030[[package]]
17031name = "util"
17032version = "0.1.0"
17033dependencies = [
17034 "anyhow",
17035 "async-fs",
17036 "async_zip",
17037 "collections",
17038 "dirs 4.0.0",
17039 "dunce",
17040 "futures 0.3.31",
17041 "futures-lite 1.13.0",
17042 "git2",
17043 "globset",
17044 "itertools 0.14.0",
17045 "libc",
17046 "log",
17047 "rand 0.8.5",
17048 "regex",
17049 "rust-embed",
17050 "serde",
17051 "serde_json",
17052 "serde_json_lenient",
17053 "smol",
17054 "take-until",
17055 "tempfile",
17056 "tendril",
17057 "unicase",
17058 "util_macros",
17059 "walkdir",
17060 "workspace-hack",
17061]
17062
17063[[package]]
17064name = "util_macros"
17065version = "0.1.0"
17066dependencies = [
17067 "quote",
17068 "syn 1.0.109",
17069 "workspace-hack",
17070]
17071
17072[[package]]
17073name = "uuid"
17074version = "1.16.0"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
17077dependencies = [
17078 "getrandom 0.3.2",
17079 "serde",
17080 "sha1_smol",
17081]
17082
17083[[package]]
17084name = "uuid-simd"
17085version = "0.8.0"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
17088dependencies = [
17089 "outref",
17090 "uuid",
17091 "vsimd",
17092]
17093
17094[[package]]
17095name = "v_frame"
17096version = "0.3.8"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
17099dependencies = [
17100 "aligned-vec",
17101 "num-traits",
17102 "wasm-bindgen",
17103]
17104
17105[[package]]
17106name = "valuable"
17107version = "0.1.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
17110
17111[[package]]
17112name = "value-bag"
17113version = "1.11.1"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
17116dependencies = [
17117 "value-bag-serde1",
17118 "value-bag-sval2",
17119]
17120
17121[[package]]
17122name = "value-bag-serde1"
17123version = "1.11.1"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "35540706617d373b118d550d41f5dfe0b78a0c195dc13c6815e92e2638432306"
17126dependencies = [
17127 "erased-serde",
17128 "serde",
17129 "serde_fmt",
17130]
17131
17132[[package]]
17133name = "value-bag-sval2"
17134version = "1.11.1"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "6fe7e140a2658cc16f7ee7a86e413e803fc8f9b5127adc8755c19f9fefa63a52"
17137dependencies = [
17138 "sval",
17139 "sval_buffer",
17140 "sval_dynamic",
17141 "sval_fmt",
17142 "sval_json",
17143 "sval_ref",
17144 "sval_serde",
17145]
17146
17147[[package]]
17148name = "vcpkg"
17149version = "0.2.15"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
17152
17153[[package]]
17154name = "version-compare"
17155version = "0.2.0"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
17158
17159[[package]]
17160name = "version_check"
17161version = "0.9.5"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
17164
17165[[package]]
17166name = "vim"
17167version = "0.1.0"
17168dependencies = [
17169 "anyhow",
17170 "assets",
17171 "async-compat",
17172 "async-trait",
17173 "collections",
17174 "command_palette",
17175 "command_palette_hooks",
17176 "db",
17177 "editor",
17178 "futures 0.3.31",
17179 "git_ui",
17180 "gpui",
17181 "indoc",
17182 "itertools 0.14.0",
17183 "language",
17184 "log",
17185 "lsp",
17186 "multi_buffer",
17187 "nvim-rs",
17188 "parking_lot",
17189 "picker",
17190 "project",
17191 "project_panel",
17192 "regex",
17193 "release_channel",
17194 "schemars",
17195 "search",
17196 "serde",
17197 "serde_derive",
17198 "serde_json",
17199 "settings",
17200 "task",
17201 "text",
17202 "theme",
17203 "tokio",
17204 "ui",
17205 "util",
17206 "vim_mode_setting",
17207 "workspace",
17208 "workspace-hack",
17209 "zed_actions",
17210]
17211
17212[[package]]
17213name = "vim_mode_setting"
17214version = "0.1.0"
17215dependencies = [
17216 "anyhow",
17217 "gpui",
17218 "settings",
17219 "workspace-hack",
17220]
17221
17222[[package]]
17223name = "vscode_theme"
17224version = "0.2.0"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
17227dependencies = [
17228 "serde",
17229]
17230
17231[[package]]
17232name = "vsimd"
17233version = "0.8.0"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
17236
17237[[package]]
17238name = "vswhom"
17239version = "0.1.0"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
17242dependencies = [
17243 "libc",
17244 "vswhom-sys",
17245]
17246
17247[[package]]
17248name = "vswhom-sys"
17249version = "0.1.3"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
17252dependencies = [
17253 "cc",
17254 "libc",
17255]
17256
17257[[package]]
17258name = "vte"
17259version = "0.15.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
17262dependencies = [
17263 "arrayvec",
17264 "bitflags 2.9.0",
17265 "cursor-icon",
17266 "log",
17267 "memchr",
17268 "serde",
17269]
17270
17271[[package]]
17272name = "waker-fn"
17273version = "1.2.0"
17274source = "registry+https://github.com/rust-lang/crates.io-index"
17275checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
17276
17277[[package]]
17278name = "walkdir"
17279version = "2.5.0"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
17282dependencies = [
17283 "same-file",
17284 "winapi-util",
17285]
17286
17287[[package]]
17288name = "want"
17289version = "0.3.1"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
17292dependencies = [
17293 "try-lock",
17294]
17295
17296[[package]]
17297name = "warp"
17298version = "0.3.7"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
17301dependencies = [
17302 "bytes 1.10.1",
17303 "futures-channel",
17304 "futures-util",
17305 "headers",
17306 "http 0.2.12",
17307 "hyper 0.14.32",
17308 "log",
17309 "mime",
17310 "mime_guess",
17311 "percent-encoding",
17312 "pin-project",
17313 "scoped-tls",
17314 "serde",
17315 "serde_json",
17316 "serde_urlencoded",
17317 "tokio",
17318 "tokio-tungstenite 0.21.0",
17319 "tokio-util",
17320 "tower-service",
17321 "tracing",
17322]
17323
17324[[package]]
17325name = "wasi"
17326version = "0.9.0+wasi-snapshot-preview1"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
17329
17330[[package]]
17331name = "wasi"
17332version = "0.11.0+wasi-snapshot-preview1"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
17335
17336[[package]]
17337name = "wasi"
17338version = "0.14.2+wasi-0.2.4"
17339source = "registry+https://github.com/rust-lang/crates.io-index"
17340checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
17341dependencies = [
17342 "wit-bindgen-rt 0.39.0",
17343]
17344
17345[[package]]
17346name = "wasi-preview1-component-adapter-provider"
17347version = "29.0.1"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "dcd9f21bbde82ba59e415a8725e6ad0d0d7e9e460b1a3ccbca5bdee952c1a324"
17350
17351[[package]]
17352name = "wasite"
17353version = "0.1.0"
17354source = "registry+https://github.com/rust-lang/crates.io-index"
17355checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
17356
17357[[package]]
17358name = "wasm-bindgen"
17359version = "0.2.100"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
17362dependencies = [
17363 "cfg-if",
17364 "once_cell",
17365 "rustversion",
17366 "wasm-bindgen-macro",
17367]
17368
17369[[package]]
17370name = "wasm-bindgen-backend"
17371version = "0.2.100"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
17374dependencies = [
17375 "bumpalo",
17376 "log",
17377 "proc-macro2",
17378 "quote",
17379 "syn 2.0.101",
17380 "wasm-bindgen-shared",
17381]
17382
17383[[package]]
17384name = "wasm-bindgen-futures"
17385version = "0.4.50"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
17388dependencies = [
17389 "cfg-if",
17390 "js-sys",
17391 "once_cell",
17392 "wasm-bindgen",
17393 "web-sys",
17394]
17395
17396[[package]]
17397name = "wasm-bindgen-macro"
17398version = "0.2.100"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
17401dependencies = [
17402 "quote",
17403 "wasm-bindgen-macro-support",
17404]
17405
17406[[package]]
17407name = "wasm-bindgen-macro-support"
17408version = "0.2.100"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
17411dependencies = [
17412 "proc-macro2",
17413 "quote",
17414 "syn 2.0.101",
17415 "wasm-bindgen-backend",
17416 "wasm-bindgen-shared",
17417]
17418
17419[[package]]
17420name = "wasm-bindgen-shared"
17421version = "0.2.100"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
17424dependencies = [
17425 "unicode-ident",
17426]
17427
17428[[package]]
17429name = "wasm-encoder"
17430version = "0.201.0"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
17433dependencies = [
17434 "leb128",
17435]
17436
17437[[package]]
17438name = "wasm-encoder"
17439version = "0.221.3"
17440source = "registry+https://github.com/rust-lang/crates.io-index"
17441checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
17442dependencies = [
17443 "leb128",
17444 "wasmparser 0.221.3",
17445]
17446
17447[[package]]
17448name = "wasm-encoder"
17449version = "0.227.1"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
17452dependencies = [
17453 "leb128fmt",
17454 "wasmparser 0.227.1",
17455]
17456
17457[[package]]
17458name = "wasm-metadata"
17459version = "0.201.0"
17460source = "registry+https://github.com/rust-lang/crates.io-index"
17461checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
17462dependencies = [
17463 "anyhow",
17464 "indexmap",
17465 "serde",
17466 "serde_derive",
17467 "serde_json",
17468 "spdx",
17469 "wasm-encoder 0.201.0",
17470 "wasmparser 0.201.0",
17471]
17472
17473[[package]]
17474name = "wasm-metadata"
17475version = "0.221.3"
17476source = "registry+https://github.com/rust-lang/crates.io-index"
17477checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
17478dependencies = [
17479 "anyhow",
17480 "indexmap",
17481 "serde",
17482 "serde_derive",
17483 "serde_json",
17484 "spdx",
17485 "wasm-encoder 0.221.3",
17486 "wasmparser 0.221.3",
17487]
17488
17489[[package]]
17490name = "wasm-metadata"
17491version = "0.227.1"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
17494dependencies = [
17495 "anyhow",
17496 "auditable-serde",
17497 "flate2",
17498 "indexmap",
17499 "serde",
17500 "serde_derive",
17501 "serde_json",
17502 "spdx",
17503 "url",
17504 "wasm-encoder 0.227.1",
17505 "wasmparser 0.227.1",
17506]
17507
17508[[package]]
17509name = "wasm-streams"
17510version = "0.4.2"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
17513dependencies = [
17514 "futures-util",
17515 "js-sys",
17516 "wasm-bindgen",
17517 "wasm-bindgen-futures",
17518 "web-sys",
17519]
17520
17521[[package]]
17522name = "wasmparser"
17523version = "0.201.0"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
17526dependencies = [
17527 "bitflags 2.9.0",
17528 "indexmap",
17529 "semver",
17530]
17531
17532[[package]]
17533name = "wasmparser"
17534version = "0.221.3"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
17537dependencies = [
17538 "bitflags 2.9.0",
17539 "hashbrown 0.15.3",
17540 "indexmap",
17541 "semver",
17542 "serde",
17543]
17544
17545[[package]]
17546name = "wasmparser"
17547version = "0.227.1"
17548source = "registry+https://github.com/rust-lang/crates.io-index"
17549checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
17550dependencies = [
17551 "bitflags 2.9.0",
17552 "hashbrown 0.15.3",
17553 "indexmap",
17554 "semver",
17555]
17556
17557[[package]]
17558name = "wasmprinter"
17559version = "0.221.3"
17560source = "registry+https://github.com/rust-lang/crates.io-index"
17561checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
17562dependencies = [
17563 "anyhow",
17564 "termcolor",
17565 "wasmparser 0.221.3",
17566]
17567
17568[[package]]
17569name = "wasmtime"
17570version = "29.0.1"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
17573dependencies = [
17574 "anyhow",
17575 "async-trait",
17576 "bitflags 2.9.0",
17577 "bumpalo",
17578 "cc",
17579 "cfg-if",
17580 "encoding_rs",
17581 "hashbrown 0.14.5",
17582 "indexmap",
17583 "libc",
17584 "log",
17585 "mach2",
17586 "memfd",
17587 "object",
17588 "once_cell",
17589 "paste",
17590 "postcard",
17591 "psm",
17592 "pulley-interpreter",
17593 "rayon",
17594 "rustix 0.38.44",
17595 "semver",
17596 "serde",
17597 "serde_derive",
17598 "smallvec",
17599 "sptr",
17600 "target-lexicon 0.13.2",
17601 "trait-variant",
17602 "wasmparser 0.221.3",
17603 "wasmtime-asm-macros",
17604 "wasmtime-component-macro",
17605 "wasmtime-component-util",
17606 "wasmtime-cranelift",
17607 "wasmtime-environ",
17608 "wasmtime-fiber",
17609 "wasmtime-jit-icache-coherence",
17610 "wasmtime-math",
17611 "wasmtime-slab",
17612 "wasmtime-versioned-export-macros",
17613 "wasmtime-winch",
17614 "windows-sys 0.59.0",
17615]
17616
17617[[package]]
17618name = "wasmtime-asm-macros"
17619version = "29.0.1"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
17622dependencies = [
17623 "cfg-if",
17624]
17625
17626[[package]]
17627name = "wasmtime-c-api-impl"
17628version = "29.0.1"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
17631dependencies = [
17632 "anyhow",
17633 "log",
17634 "tracing",
17635 "wasmtime",
17636 "wasmtime-c-api-macros",
17637]
17638
17639[[package]]
17640name = "wasmtime-c-api-macros"
17641version = "29.0.1"
17642source = "registry+https://github.com/rust-lang/crates.io-index"
17643checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
17644dependencies = [
17645 "proc-macro2",
17646 "quote",
17647]
17648
17649[[package]]
17650name = "wasmtime-component-macro"
17651version = "29.0.1"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
17654dependencies = [
17655 "anyhow",
17656 "proc-macro2",
17657 "quote",
17658 "syn 2.0.101",
17659 "wasmtime-component-util",
17660 "wasmtime-wit-bindgen",
17661 "wit-parser 0.221.3",
17662]
17663
17664[[package]]
17665name = "wasmtime-component-util"
17666version = "29.0.1"
17667source = "registry+https://github.com/rust-lang/crates.io-index"
17668checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
17669
17670[[package]]
17671name = "wasmtime-cranelift"
17672version = "29.0.1"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
17675dependencies = [
17676 "anyhow",
17677 "cfg-if",
17678 "cranelift-codegen",
17679 "cranelift-control",
17680 "cranelift-entity",
17681 "cranelift-frontend",
17682 "cranelift-native",
17683 "gimli",
17684 "itertools 0.12.1",
17685 "log",
17686 "object",
17687 "smallvec",
17688 "target-lexicon 0.13.2",
17689 "thiserror 1.0.69",
17690 "wasmparser 0.221.3",
17691 "wasmtime-environ",
17692 "wasmtime-versioned-export-macros",
17693]
17694
17695[[package]]
17696name = "wasmtime-environ"
17697version = "29.0.1"
17698source = "registry+https://github.com/rust-lang/crates.io-index"
17699checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
17700dependencies = [
17701 "anyhow",
17702 "cpp_demangle",
17703 "cranelift-bitset",
17704 "cranelift-entity",
17705 "gimli",
17706 "indexmap",
17707 "log",
17708 "object",
17709 "postcard",
17710 "rustc-demangle",
17711 "semver",
17712 "serde",
17713 "serde_derive",
17714 "smallvec",
17715 "target-lexicon 0.13.2",
17716 "wasm-encoder 0.221.3",
17717 "wasmparser 0.221.3",
17718 "wasmprinter",
17719 "wasmtime-component-util",
17720]
17721
17722[[package]]
17723name = "wasmtime-fiber"
17724version = "29.0.1"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
17727dependencies = [
17728 "anyhow",
17729 "cc",
17730 "cfg-if",
17731 "rustix 0.38.44",
17732 "wasmtime-asm-macros",
17733 "wasmtime-versioned-export-macros",
17734 "windows-sys 0.59.0",
17735]
17736
17737[[package]]
17738name = "wasmtime-jit-icache-coherence"
17739version = "29.0.1"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
17742dependencies = [
17743 "anyhow",
17744 "cfg-if",
17745 "libc",
17746 "windows-sys 0.59.0",
17747]
17748
17749[[package]]
17750name = "wasmtime-math"
17751version = "29.0.1"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
17754dependencies = [
17755 "libm",
17756]
17757
17758[[package]]
17759name = "wasmtime-slab"
17760version = "29.0.1"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
17763
17764[[package]]
17765name = "wasmtime-versioned-export-macros"
17766version = "29.0.1"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
17769dependencies = [
17770 "proc-macro2",
17771 "quote",
17772 "syn 2.0.101",
17773]
17774
17775[[package]]
17776name = "wasmtime-wasi"
17777version = "29.0.1"
17778source = "registry+https://github.com/rust-lang/crates.io-index"
17779checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
17780dependencies = [
17781 "anyhow",
17782 "async-trait",
17783 "bitflags 2.9.0",
17784 "bytes 1.10.1",
17785 "cap-fs-ext",
17786 "cap-net-ext",
17787 "cap-rand",
17788 "cap-std",
17789 "cap-time-ext",
17790 "fs-set-times",
17791 "futures 0.3.31",
17792 "io-extras",
17793 "io-lifetimes",
17794 "rustix 0.38.44",
17795 "system-interface",
17796 "thiserror 1.0.69",
17797 "tokio",
17798 "tracing",
17799 "trait-variant",
17800 "url",
17801 "wasmtime",
17802 "wiggle",
17803 "windows-sys 0.59.0",
17804]
17805
17806[[package]]
17807name = "wasmtime-winch"
17808version = "29.0.1"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
17811dependencies = [
17812 "anyhow",
17813 "cranelift-codegen",
17814 "gimli",
17815 "object",
17816 "target-lexicon 0.13.2",
17817 "wasmparser 0.221.3",
17818 "wasmtime-cranelift",
17819 "wasmtime-environ",
17820 "winch-codegen",
17821]
17822
17823[[package]]
17824name = "wasmtime-wit-bindgen"
17825version = "29.0.1"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
17828dependencies = [
17829 "anyhow",
17830 "heck 0.5.0",
17831 "indexmap",
17832 "wit-parser 0.221.3",
17833]
17834
17835[[package]]
17836name = "wast"
17837version = "35.0.2"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
17840dependencies = [
17841 "leb128",
17842]
17843
17844[[package]]
17845name = "wayland-backend"
17846version = "0.3.8"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
17849dependencies = [
17850 "cc",
17851 "downcast-rs",
17852 "rustix 0.38.44",
17853 "scoped-tls",
17854 "smallvec",
17855 "wayland-sys",
17856]
17857
17858[[package]]
17859name = "wayland-client"
17860version = "0.31.8"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
17863dependencies = [
17864 "bitflags 2.9.0",
17865 "rustix 0.38.44",
17866 "wayland-backend",
17867 "wayland-scanner",
17868]
17869
17870[[package]]
17871name = "wayland-cursor"
17872version = "0.31.8"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
17875dependencies = [
17876 "rustix 0.38.44",
17877 "wayland-client",
17878 "xcursor",
17879]
17880
17881[[package]]
17882name = "wayland-protocols"
17883version = "0.31.2"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
17886dependencies = [
17887 "bitflags 2.9.0",
17888 "wayland-backend",
17889 "wayland-client",
17890 "wayland-scanner",
17891]
17892
17893[[package]]
17894name = "wayland-protocols-plasma"
17895version = "0.2.0"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
17898dependencies = [
17899 "bitflags 2.9.0",
17900 "wayland-backend",
17901 "wayland-client",
17902 "wayland-protocols",
17903 "wayland-scanner",
17904]
17905
17906[[package]]
17907name = "wayland-scanner"
17908version = "0.31.6"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
17911dependencies = [
17912 "proc-macro2",
17913 "quick-xml 0.37.4",
17914 "quote",
17915]
17916
17917[[package]]
17918name = "wayland-sys"
17919version = "0.31.6"
17920source = "registry+https://github.com/rust-lang/crates.io-index"
17921checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
17922dependencies = [
17923 "dlib",
17924 "log",
17925 "once_cell",
17926 "pkg-config",
17927]
17928
17929[[package]]
17930name = "web-sys"
17931version = "0.3.77"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
17934dependencies = [
17935 "js-sys",
17936 "wasm-bindgen",
17937]
17938
17939[[package]]
17940name = "web-time"
17941version = "1.1.0"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
17944dependencies = [
17945 "js-sys",
17946 "wasm-bindgen",
17947]
17948
17949[[package]]
17950name = "web_atoms"
17951version = "0.1.0"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "954c5a41f2bcb7314344079d0891505458cc2f4b422bdea1d5bfbe6d1a04903b"
17954dependencies = [
17955 "phf",
17956 "phf_codegen",
17957 "string_cache",
17958 "string_cache_codegen",
17959]
17960
17961[[package]]
17962name = "web_search"
17963version = "0.1.0"
17964dependencies = [
17965 "anyhow",
17966 "collections",
17967 "gpui",
17968 "serde",
17969 "workspace-hack",
17970 "zed_llm_client",
17971]
17972
17973[[package]]
17974name = "web_search_providers"
17975version = "0.1.0"
17976dependencies = [
17977 "anyhow",
17978 "client",
17979 "futures 0.3.31",
17980 "gpui",
17981 "http_client",
17982 "language_model",
17983 "serde",
17984 "serde_json",
17985 "web_search",
17986 "workspace-hack",
17987 "zed_llm_client",
17988]
17989
17990[[package]]
17991name = "webpki-root-certs"
17992version = "0.26.8"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
17995dependencies = [
17996 "rustls-pki-types",
17997]
17998
17999[[package]]
18000name = "webpki-roots"
18001version = "0.26.8"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
18004dependencies = [
18005 "rustls-pki-types",
18006]
18007
18008[[package]]
18009name = "webrtc-sys"
18010version = "0.3.7"
18011source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18012dependencies = [
18013 "cc",
18014 "cxx",
18015 "cxx-build",
18016 "glob",
18017 "log",
18018 "webrtc-sys-build",
18019]
18020
18021[[package]]
18022name = "webrtc-sys-build"
18023version = "0.3.6"
18024source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=80bb8f4c9112789f7c24cc98d8423010977806a6#80bb8f4c9112789f7c24cc98d8423010977806a6"
18025dependencies = [
18026 "fs2",
18027 "regex",
18028 "reqwest 0.11.27",
18029 "scratch",
18030 "semver",
18031 "zip",
18032]
18033
18034[[package]]
18035name = "weezl"
18036version = "0.1.8"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
18039
18040[[package]]
18041name = "welcome"
18042version = "0.1.0"
18043dependencies = [
18044 "anyhow",
18045 "client",
18046 "component",
18047 "db",
18048 "documented",
18049 "editor",
18050 "fuzzy",
18051 "gpui",
18052 "install_cli",
18053 "language",
18054 "picker",
18055 "project",
18056 "schemars",
18057 "serde",
18058 "settings",
18059 "telemetry",
18060 "theme",
18061 "ui",
18062 "util",
18063 "vim_mode_setting",
18064 "workspace",
18065 "workspace-hack",
18066 "zed_actions",
18067]
18068
18069[[package]]
18070name = "which"
18071version = "4.4.2"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
18074dependencies = [
18075 "either",
18076 "home",
18077 "once_cell",
18078 "rustix 0.38.44",
18079]
18080
18081[[package]]
18082name = "which"
18083version = "6.0.3"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
18086dependencies = [
18087 "either",
18088 "home",
18089 "rustix 0.38.44",
18090 "winsafe",
18091]
18092
18093[[package]]
18094name = "whoami"
18095version = "1.6.0"
18096source = "registry+https://github.com/rust-lang/crates.io-index"
18097checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
18098dependencies = [
18099 "redox_syscall 0.5.11",
18100 "wasite",
18101]
18102
18103[[package]]
18104name = "wiggle"
18105version = "29.0.1"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
18108dependencies = [
18109 "anyhow",
18110 "async-trait",
18111 "bitflags 2.9.0",
18112 "thiserror 1.0.69",
18113 "tracing",
18114 "wasmtime",
18115 "wiggle-macro",
18116]
18117
18118[[package]]
18119name = "wiggle-generate"
18120version = "29.0.1"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
18123dependencies = [
18124 "anyhow",
18125 "heck 0.5.0",
18126 "proc-macro2",
18127 "quote",
18128 "shellexpand 2.1.2",
18129 "syn 2.0.101",
18130 "witx",
18131]
18132
18133[[package]]
18134name = "wiggle-macro"
18135version = "29.0.1"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
18138dependencies = [
18139 "proc-macro2",
18140 "quote",
18141 "syn 2.0.101",
18142 "wiggle-generate",
18143]
18144
18145[[package]]
18146name = "winapi"
18147version = "0.3.9"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
18150dependencies = [
18151 "winapi-i686-pc-windows-gnu",
18152 "winapi-x86_64-pc-windows-gnu",
18153]
18154
18155[[package]]
18156name = "winapi-i686-pc-windows-gnu"
18157version = "0.4.0"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
18160
18161[[package]]
18162name = "winapi-util"
18163version = "0.1.9"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
18166dependencies = [
18167 "windows-sys 0.59.0",
18168]
18169
18170[[package]]
18171name = "winapi-x86_64-pc-windows-gnu"
18172version = "0.4.0"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
18175
18176[[package]]
18177name = "winch-codegen"
18178version = "29.0.1"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
18181dependencies = [
18182 "anyhow",
18183 "cranelift-codegen",
18184 "gimli",
18185 "regalloc2",
18186 "smallvec",
18187 "target-lexicon 0.13.2",
18188 "thiserror 1.0.69",
18189 "wasmparser 0.221.3",
18190 "wasmtime-cranelift",
18191 "wasmtime-environ",
18192]
18193
18194[[package]]
18195name = "windows"
18196version = "0.54.0"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
18199dependencies = [
18200 "windows-core 0.54.0",
18201 "windows-targets 0.52.6",
18202]
18203
18204[[package]]
18205name = "windows"
18206version = "0.57.0"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
18209dependencies = [
18210 "windows-core 0.57.0",
18211 "windows-targets 0.52.6",
18212]
18213
18214[[package]]
18215name = "windows"
18216version = "0.58.0"
18217source = "registry+https://github.com/rust-lang/crates.io-index"
18218checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
18219dependencies = [
18220 "windows-core 0.58.0",
18221 "windows-targets 0.52.6",
18222]
18223
18224[[package]]
18225name = "windows"
18226version = "0.61.1"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
18229dependencies = [
18230 "windows-collections",
18231 "windows-core 0.61.0",
18232 "windows-future",
18233 "windows-link",
18234 "windows-numerics",
18235]
18236
18237[[package]]
18238name = "windows-capture"
18239version = "1.4.3"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "59d10b4be8b907c7055bc7270dd68d2b920978ffacc1599dcb563a79f0e68d16"
18242dependencies = [
18243 "clap",
18244 "ctrlc",
18245 "parking_lot",
18246 "rayon",
18247 "thiserror 2.0.12",
18248 "windows 0.61.1",
18249 "windows-future",
18250]
18251
18252[[package]]
18253name = "windows-collections"
18254version = "0.2.0"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
18257dependencies = [
18258 "windows-core 0.61.0",
18259]
18260
18261[[package]]
18262name = "windows-core"
18263version = "0.54.0"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
18266dependencies = [
18267 "windows-result 0.1.2",
18268 "windows-targets 0.52.6",
18269]
18270
18271[[package]]
18272name = "windows-core"
18273version = "0.57.0"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
18276dependencies = [
18277 "windows-implement 0.57.0",
18278 "windows-interface 0.57.0",
18279 "windows-result 0.1.2",
18280 "windows-targets 0.52.6",
18281]
18282
18283[[package]]
18284name = "windows-core"
18285version = "0.58.0"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
18288dependencies = [
18289 "windows-implement 0.58.0",
18290 "windows-interface 0.58.0",
18291 "windows-result 0.2.0",
18292 "windows-strings 0.1.0",
18293 "windows-targets 0.52.6",
18294]
18295
18296[[package]]
18297name = "windows-core"
18298version = "0.61.0"
18299source = "registry+https://github.com/rust-lang/crates.io-index"
18300checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
18301dependencies = [
18302 "windows-implement 0.60.0",
18303 "windows-interface 0.59.1",
18304 "windows-link",
18305 "windows-result 0.3.2",
18306 "windows-strings 0.4.0",
18307]
18308
18309[[package]]
18310name = "windows-future"
18311version = "0.2.0"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
18314dependencies = [
18315 "windows-core 0.61.0",
18316 "windows-link",
18317]
18318
18319[[package]]
18320name = "windows-implement"
18321version = "0.57.0"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
18324dependencies = [
18325 "proc-macro2",
18326 "quote",
18327 "syn 2.0.101",
18328]
18329
18330[[package]]
18331name = "windows-implement"
18332version = "0.58.0"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
18335dependencies = [
18336 "proc-macro2",
18337 "quote",
18338 "syn 2.0.101",
18339]
18340
18341[[package]]
18342name = "windows-implement"
18343version = "0.60.0"
18344source = "registry+https://github.com/rust-lang/crates.io-index"
18345checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
18346dependencies = [
18347 "proc-macro2",
18348 "quote",
18349 "syn 2.0.101",
18350]
18351
18352[[package]]
18353name = "windows-interface"
18354version = "0.57.0"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
18357dependencies = [
18358 "proc-macro2",
18359 "quote",
18360 "syn 2.0.101",
18361]
18362
18363[[package]]
18364name = "windows-interface"
18365version = "0.58.0"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
18368dependencies = [
18369 "proc-macro2",
18370 "quote",
18371 "syn 2.0.101",
18372]
18373
18374[[package]]
18375name = "windows-interface"
18376version = "0.59.1"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
18379dependencies = [
18380 "proc-macro2",
18381 "quote",
18382 "syn 2.0.101",
18383]
18384
18385[[package]]
18386name = "windows-link"
18387version = "0.1.1"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
18390
18391[[package]]
18392name = "windows-numerics"
18393version = "0.2.0"
18394source = "registry+https://github.com/rust-lang/crates.io-index"
18395checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
18396dependencies = [
18397 "windows-core 0.61.0",
18398 "windows-link",
18399]
18400
18401[[package]]
18402name = "windows-registry"
18403version = "0.4.0"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
18406dependencies = [
18407 "windows-result 0.3.2",
18408 "windows-strings 0.3.1",
18409 "windows-targets 0.53.0",
18410]
18411
18412[[package]]
18413name = "windows-registry"
18414version = "0.5.1"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
18417dependencies = [
18418 "windows-link",
18419 "windows-result 0.3.2",
18420 "windows-strings 0.4.0",
18421]
18422
18423[[package]]
18424name = "windows-result"
18425version = "0.1.2"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
18428dependencies = [
18429 "windows-targets 0.52.6",
18430]
18431
18432[[package]]
18433name = "windows-result"
18434version = "0.2.0"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
18437dependencies = [
18438 "windows-targets 0.52.6",
18439]
18440
18441[[package]]
18442name = "windows-result"
18443version = "0.3.2"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
18446dependencies = [
18447 "windows-link",
18448]
18449
18450[[package]]
18451name = "windows-strings"
18452version = "0.1.0"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
18455dependencies = [
18456 "windows-result 0.2.0",
18457 "windows-targets 0.52.6",
18458]
18459
18460[[package]]
18461name = "windows-strings"
18462version = "0.3.1"
18463source = "registry+https://github.com/rust-lang/crates.io-index"
18464checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
18465dependencies = [
18466 "windows-link",
18467]
18468
18469[[package]]
18470name = "windows-strings"
18471version = "0.4.0"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
18474dependencies = [
18475 "windows-link",
18476]
18477
18478[[package]]
18479name = "windows-sys"
18480version = "0.45.0"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
18483dependencies = [
18484 "windows-targets 0.42.2",
18485]
18486
18487[[package]]
18488name = "windows-sys"
18489version = "0.48.0"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
18492dependencies = [
18493 "windows-targets 0.48.5",
18494]
18495
18496[[package]]
18497name = "windows-sys"
18498version = "0.52.0"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
18501dependencies = [
18502 "windows-targets 0.52.6",
18503]
18504
18505[[package]]
18506name = "windows-sys"
18507version = "0.59.0"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
18510dependencies = [
18511 "windows-targets 0.52.6",
18512]
18513
18514[[package]]
18515name = "windows-targets"
18516version = "0.42.2"
18517source = "registry+https://github.com/rust-lang/crates.io-index"
18518checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
18519dependencies = [
18520 "windows_aarch64_gnullvm 0.42.2",
18521 "windows_aarch64_msvc 0.42.2",
18522 "windows_i686_gnu 0.42.2",
18523 "windows_i686_msvc 0.42.2",
18524 "windows_x86_64_gnu 0.42.2",
18525 "windows_x86_64_gnullvm 0.42.2",
18526 "windows_x86_64_msvc 0.42.2",
18527]
18528
18529[[package]]
18530name = "windows-targets"
18531version = "0.48.5"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
18534dependencies = [
18535 "windows_aarch64_gnullvm 0.48.5",
18536 "windows_aarch64_msvc 0.48.5",
18537 "windows_i686_gnu 0.48.5",
18538 "windows_i686_msvc 0.48.5",
18539 "windows_x86_64_gnu 0.48.5",
18540 "windows_x86_64_gnullvm 0.48.5",
18541 "windows_x86_64_msvc 0.48.5",
18542]
18543
18544[[package]]
18545name = "windows-targets"
18546version = "0.52.6"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
18549dependencies = [
18550 "windows_aarch64_gnullvm 0.52.6",
18551 "windows_aarch64_msvc 0.52.6",
18552 "windows_i686_gnu 0.52.6",
18553 "windows_i686_gnullvm 0.52.6",
18554 "windows_i686_msvc 0.52.6",
18555 "windows_x86_64_gnu 0.52.6",
18556 "windows_x86_64_gnullvm 0.52.6",
18557 "windows_x86_64_msvc 0.52.6",
18558]
18559
18560[[package]]
18561name = "windows-targets"
18562version = "0.53.0"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
18565dependencies = [
18566 "windows_aarch64_gnullvm 0.53.0",
18567 "windows_aarch64_msvc 0.53.0",
18568 "windows_i686_gnu 0.53.0",
18569 "windows_i686_gnullvm 0.53.0",
18570 "windows_i686_msvc 0.53.0",
18571 "windows_x86_64_gnu 0.53.0",
18572 "windows_x86_64_gnullvm 0.53.0",
18573 "windows_x86_64_msvc 0.53.0",
18574]
18575
18576[[package]]
18577name = "windows_aarch64_gnullvm"
18578version = "0.42.2"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
18581
18582[[package]]
18583name = "windows_aarch64_gnullvm"
18584version = "0.48.5"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
18587
18588[[package]]
18589name = "windows_aarch64_gnullvm"
18590version = "0.52.6"
18591source = "registry+https://github.com/rust-lang/crates.io-index"
18592checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
18593
18594[[package]]
18595name = "windows_aarch64_gnullvm"
18596version = "0.53.0"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
18599
18600[[package]]
18601name = "windows_aarch64_msvc"
18602version = "0.42.2"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
18605
18606[[package]]
18607name = "windows_aarch64_msvc"
18608version = "0.48.5"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
18611
18612[[package]]
18613name = "windows_aarch64_msvc"
18614version = "0.52.6"
18615source = "registry+https://github.com/rust-lang/crates.io-index"
18616checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
18617
18618[[package]]
18619name = "windows_aarch64_msvc"
18620version = "0.53.0"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
18623
18624[[package]]
18625name = "windows_i686_gnu"
18626version = "0.42.2"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
18629
18630[[package]]
18631name = "windows_i686_gnu"
18632version = "0.48.5"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
18635
18636[[package]]
18637name = "windows_i686_gnu"
18638version = "0.52.6"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
18641
18642[[package]]
18643name = "windows_i686_gnu"
18644version = "0.53.0"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
18647
18648[[package]]
18649name = "windows_i686_gnullvm"
18650version = "0.52.6"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
18653
18654[[package]]
18655name = "windows_i686_gnullvm"
18656version = "0.53.0"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
18659
18660[[package]]
18661name = "windows_i686_msvc"
18662version = "0.42.2"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
18665
18666[[package]]
18667name = "windows_i686_msvc"
18668version = "0.48.5"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
18671
18672[[package]]
18673name = "windows_i686_msvc"
18674version = "0.52.6"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
18677
18678[[package]]
18679name = "windows_i686_msvc"
18680version = "0.53.0"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
18683
18684[[package]]
18685name = "windows_x86_64_gnu"
18686version = "0.42.2"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
18689
18690[[package]]
18691name = "windows_x86_64_gnu"
18692version = "0.48.5"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
18695
18696[[package]]
18697name = "windows_x86_64_gnu"
18698version = "0.52.6"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
18701
18702[[package]]
18703name = "windows_x86_64_gnu"
18704version = "0.53.0"
18705source = "registry+https://github.com/rust-lang/crates.io-index"
18706checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
18707
18708[[package]]
18709name = "windows_x86_64_gnullvm"
18710version = "0.42.2"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
18713
18714[[package]]
18715name = "windows_x86_64_gnullvm"
18716version = "0.48.5"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
18719
18720[[package]]
18721name = "windows_x86_64_gnullvm"
18722version = "0.52.6"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
18725
18726[[package]]
18727name = "windows_x86_64_gnullvm"
18728version = "0.53.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
18731
18732[[package]]
18733name = "windows_x86_64_msvc"
18734version = "0.42.2"
18735source = "registry+https://github.com/rust-lang/crates.io-index"
18736checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
18737
18738[[package]]
18739name = "windows_x86_64_msvc"
18740version = "0.48.5"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
18743
18744[[package]]
18745name = "windows_x86_64_msvc"
18746version = "0.52.6"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
18749
18750[[package]]
18751name = "windows_x86_64_msvc"
18752version = "0.53.0"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
18755
18756[[package]]
18757name = "winnow"
18758version = "0.7.6"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
18761dependencies = [
18762 "memchr",
18763]
18764
18765[[package]]
18766name = "winreg"
18767version = "0.10.1"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
18770dependencies = [
18771 "winapi",
18772]
18773
18774[[package]]
18775name = "winreg"
18776version = "0.50.0"
18777source = "registry+https://github.com/rust-lang/crates.io-index"
18778checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
18779dependencies = [
18780 "cfg-if",
18781 "windows-sys 0.48.0",
18782]
18783
18784[[package]]
18785name = "winreg"
18786version = "0.52.0"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
18789dependencies = [
18790 "cfg-if",
18791 "windows-sys 0.48.0",
18792]
18793
18794[[package]]
18795name = "winreg"
18796version = "0.55.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
18799dependencies = [
18800 "cfg-if",
18801 "windows-sys 0.59.0",
18802]
18803
18804[[package]]
18805name = "winresource"
18806version = "0.1.20"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
18809dependencies = [
18810 "toml 0.8.20",
18811 "version_check",
18812]
18813
18814[[package]]
18815name = "winsafe"
18816version = "0.0.19"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
18819
18820[[package]]
18821name = "winx"
18822version = "0.36.4"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
18825dependencies = [
18826 "bitflags 2.9.0",
18827 "windows-sys 0.59.0",
18828]
18829
18830[[package]]
18831name = "wio"
18832version = "0.2.2"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
18835dependencies = [
18836 "winapi",
18837]
18838
18839[[package]]
18840name = "wit-bindgen"
18841version = "0.22.0"
18842source = "registry+https://github.com/rust-lang/crates.io-index"
18843checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
18844dependencies = [
18845 "bitflags 2.9.0",
18846 "wit-bindgen-rt 0.22.0",
18847 "wit-bindgen-rust-macro 0.22.0",
18848]
18849
18850[[package]]
18851name = "wit-bindgen"
18852version = "0.41.0"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
18855dependencies = [
18856 "wit-bindgen-rt 0.41.0",
18857 "wit-bindgen-rust-macro 0.41.0",
18858]
18859
18860[[package]]
18861name = "wit-bindgen-core"
18862version = "0.22.0"
18863source = "registry+https://github.com/rust-lang/crates.io-index"
18864checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
18865dependencies = [
18866 "anyhow",
18867 "wit-parser 0.201.0",
18868]
18869
18870[[package]]
18871name = "wit-bindgen-core"
18872version = "0.41.0"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
18875dependencies = [
18876 "anyhow",
18877 "heck 0.5.0",
18878 "wit-parser 0.227.1",
18879]
18880
18881[[package]]
18882name = "wit-bindgen-rt"
18883version = "0.22.0"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
18886
18887[[package]]
18888name = "wit-bindgen-rt"
18889version = "0.39.0"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
18892dependencies = [
18893 "bitflags 2.9.0",
18894]
18895
18896[[package]]
18897name = "wit-bindgen-rt"
18898version = "0.41.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
18901dependencies = [
18902 "bitflags 2.9.0",
18903 "futures 0.3.31",
18904 "once_cell",
18905]
18906
18907[[package]]
18908name = "wit-bindgen-rust"
18909version = "0.22.0"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
18912dependencies = [
18913 "anyhow",
18914 "heck 0.4.1",
18915 "indexmap",
18916 "wasm-metadata 0.201.0",
18917 "wit-bindgen-core 0.22.0",
18918 "wit-component 0.201.0",
18919]
18920
18921[[package]]
18922name = "wit-bindgen-rust"
18923version = "0.41.0"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
18926dependencies = [
18927 "anyhow",
18928 "heck 0.5.0",
18929 "indexmap",
18930 "prettyplease",
18931 "syn 2.0.101",
18932 "wasm-metadata 0.227.1",
18933 "wit-bindgen-core 0.41.0",
18934 "wit-component 0.227.1",
18935]
18936
18937[[package]]
18938name = "wit-bindgen-rust-macro"
18939version = "0.22.0"
18940source = "registry+https://github.com/rust-lang/crates.io-index"
18941checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
18942dependencies = [
18943 "anyhow",
18944 "proc-macro2",
18945 "quote",
18946 "syn 2.0.101",
18947 "wit-bindgen-core 0.22.0",
18948 "wit-bindgen-rust 0.22.0",
18949]
18950
18951[[package]]
18952name = "wit-bindgen-rust-macro"
18953version = "0.41.0"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
18956dependencies = [
18957 "anyhow",
18958 "prettyplease",
18959 "proc-macro2",
18960 "quote",
18961 "syn 2.0.101",
18962 "wit-bindgen-core 0.41.0",
18963 "wit-bindgen-rust 0.41.0",
18964]
18965
18966[[package]]
18967name = "wit-component"
18968version = "0.201.0"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
18971dependencies = [
18972 "anyhow",
18973 "bitflags 2.9.0",
18974 "indexmap",
18975 "log",
18976 "serde",
18977 "serde_derive",
18978 "serde_json",
18979 "wasm-encoder 0.201.0",
18980 "wasm-metadata 0.201.0",
18981 "wasmparser 0.201.0",
18982 "wit-parser 0.201.0",
18983]
18984
18985[[package]]
18986name = "wit-component"
18987version = "0.221.3"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
18990dependencies = [
18991 "anyhow",
18992 "bitflags 2.9.0",
18993 "indexmap",
18994 "log",
18995 "serde",
18996 "serde_derive",
18997 "serde_json",
18998 "wasm-encoder 0.221.3",
18999 "wasm-metadata 0.221.3",
19000 "wasmparser 0.221.3",
19001 "wit-parser 0.221.3",
19002]
19003
19004[[package]]
19005name = "wit-component"
19006version = "0.227.1"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
19009dependencies = [
19010 "anyhow",
19011 "bitflags 2.9.0",
19012 "indexmap",
19013 "log",
19014 "serde",
19015 "serde_derive",
19016 "serde_json",
19017 "wasm-encoder 0.227.1",
19018 "wasm-metadata 0.227.1",
19019 "wasmparser 0.227.1",
19020 "wit-parser 0.227.1",
19021]
19022
19023[[package]]
19024name = "wit-parser"
19025version = "0.201.0"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
19028dependencies = [
19029 "anyhow",
19030 "id-arena",
19031 "indexmap",
19032 "log",
19033 "semver",
19034 "serde",
19035 "serde_derive",
19036 "serde_json",
19037 "unicode-xid",
19038 "wasmparser 0.201.0",
19039]
19040
19041[[package]]
19042name = "wit-parser"
19043version = "0.221.3"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
19046dependencies = [
19047 "anyhow",
19048 "id-arena",
19049 "indexmap",
19050 "log",
19051 "semver",
19052 "serde",
19053 "serde_derive",
19054 "serde_json",
19055 "unicode-xid",
19056 "wasmparser 0.221.3",
19057]
19058
19059[[package]]
19060name = "wit-parser"
19061version = "0.227.1"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
19064dependencies = [
19065 "anyhow",
19066 "id-arena",
19067 "indexmap",
19068 "log",
19069 "semver",
19070 "serde",
19071 "serde_derive",
19072 "serde_json",
19073 "unicode-xid",
19074 "wasmparser 0.227.1",
19075]
19076
19077[[package]]
19078name = "witx"
19079version = "0.9.1"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
19082dependencies = [
19083 "anyhow",
19084 "log",
19085 "thiserror 1.0.69",
19086 "wast",
19087]
19088
19089[[package]]
19090name = "workspace"
19091version = "0.1.0"
19092dependencies = [
19093 "any_vec",
19094 "anyhow",
19095 "async-recursion 1.1.1",
19096 "bincode",
19097 "call",
19098 "client",
19099 "clock",
19100 "collections",
19101 "component",
19102 "dap",
19103 "db",
19104 "env_logger 0.11.8",
19105 "fs",
19106 "futures 0.3.31",
19107 "gpui",
19108 "http_client",
19109 "itertools 0.14.0",
19110 "language",
19111 "log",
19112 "menu",
19113 "node_runtime",
19114 "parking_lot",
19115 "postage",
19116 "project",
19117 "remote",
19118 "schemars",
19119 "serde",
19120 "serde_json",
19121 "session",
19122 "settings",
19123 "smallvec",
19124 "sqlez",
19125 "strum 0.27.1",
19126 "task",
19127 "telemetry",
19128 "tempfile",
19129 "theme",
19130 "ui",
19131 "util",
19132 "uuid",
19133 "windows 0.61.1",
19134 "workspace-hack",
19135 "zed_actions",
19136]
19137
19138[[package]]
19139name = "workspace-hack"
19140version = "0.1.0"
19141dependencies = [
19142 "aes",
19143 "ahash 0.8.11",
19144 "aho-corasick",
19145 "anstream",
19146 "arrayvec",
19147 "async-compression",
19148 "async-std",
19149 "async-tungstenite",
19150 "aws-config",
19151 "aws-credential-types",
19152 "aws-runtime",
19153 "aws-sigv4",
19154 "aws-smithy-async",
19155 "aws-smithy-http",
19156 "aws-smithy-runtime",
19157 "aws-smithy-runtime-api",
19158 "aws-smithy-types",
19159 "base64 0.22.1",
19160 "base64ct",
19161 "bigdecimal",
19162 "bit-set 0.8.0",
19163 "bit-vec 0.8.0",
19164 "bitflags 2.9.0",
19165 "bstr",
19166 "bytemuck",
19167 "byteorder",
19168 "bytes 1.10.1",
19169 "cc",
19170 "chrono",
19171 "cipher",
19172 "clang-sys",
19173 "clap",
19174 "clap_builder",
19175 "codespan-reporting 0.12.0",
19176 "concurrent-queue",
19177 "core-foundation 0.9.4",
19178 "core-foundation-sys",
19179 "coreaudio-sys",
19180 "cranelift-codegen",
19181 "crc32fast",
19182 "crossbeam-epoch",
19183 "crossbeam-utils",
19184 "crypto-common",
19185 "deranged",
19186 "digest",
19187 "either",
19188 "euclid",
19189 "event-listener 5.4.0",
19190 "event-listener-strategy",
19191 "flate2",
19192 "flume",
19193 "foldhash",
19194 "form_urlencoded",
19195 "futures 0.3.31",
19196 "futures-channel",
19197 "futures-core",
19198 "futures-executor",
19199 "futures-io",
19200 "futures-sink",
19201 "futures-task",
19202 "futures-util",
19203 "getrandom 0.2.15",
19204 "getrandom 0.3.2",
19205 "gimli",
19206 "half",
19207 "handlebars 4.5.0",
19208 "hashbrown 0.14.5",
19209 "hashbrown 0.15.3",
19210 "heck 0.4.1",
19211 "hmac",
19212 "hyper 0.14.32",
19213 "hyper-rustls 0.27.5",
19214 "idna",
19215 "indexmap",
19216 "inout",
19217 "itertools 0.12.1",
19218 "itertools 0.13.0",
19219 "jiff",
19220 "lazy_static",
19221 "libc",
19222 "libsqlite3-sys",
19223 "linux-raw-sys 0.4.15",
19224 "linux-raw-sys 0.9.4",
19225 "log",
19226 "lyon",
19227 "lyon_path",
19228 "md-5",
19229 "memchr",
19230 "miniz_oxide",
19231 "mio",
19232 "naga",
19233 "nix 0.29.0",
19234 "nom",
19235 "num-bigint",
19236 "num-bigint-dig",
19237 "num-integer",
19238 "num-iter",
19239 "num-rational",
19240 "num-traits",
19241 "objc2",
19242 "objc2-foundation",
19243 "objc2-metal",
19244 "object",
19245 "once_cell",
19246 "percent-encoding",
19247 "phf",
19248 "phf_shared",
19249 "prettyplease",
19250 "proc-macro2",
19251 "prost 0.9.0",
19252 "prost-types 0.9.0",
19253 "quote",
19254 "rand 0.8.5",
19255 "rand 0.9.1",
19256 "rand_chacha 0.3.1",
19257 "rand_core 0.6.4",
19258 "regalloc2",
19259 "regex",
19260 "regex-automata 0.4.9",
19261 "regex-syntax 0.8.5",
19262 "ring",
19263 "rust_decimal",
19264 "rustc-hash 1.1.0",
19265 "rustix 0.38.44",
19266 "rustix 1.0.7",
19267 "rustls 0.23.26",
19268 "rustls-webpki 0.103.1",
19269 "scopeguard",
19270 "sea-orm",
19271 "sea-query-binder",
19272 "security-framework 3.2.0",
19273 "security-framework-sys",
19274 "semver",
19275 "serde",
19276 "serde_derive",
19277 "serde_json",
19278 "sha1",
19279 "simd-adler32",
19280 "smallvec",
19281 "spin",
19282 "sqlx",
19283 "sqlx-macros",
19284 "sqlx-macros-core",
19285 "sqlx-postgres",
19286 "sqlx-sqlite",
19287 "strum 0.26.3",
19288 "subtle",
19289 "syn 1.0.109",
19290 "syn 2.0.101",
19291 "sync_wrapper 1.0.2",
19292 "thiserror 2.0.12",
19293 "time",
19294 "time-macros",
19295 "tokio",
19296 "tokio-rustls 0.26.2",
19297 "tokio-socks",
19298 "tokio-stream",
19299 "tokio-util",
19300 "toml_datetime",
19301 "toml_edit",
19302 "tower 0.5.2",
19303 "tracing",
19304 "tracing-core",
19305 "tungstenite 0.26.2",
19306 "unicode-normalization",
19307 "unicode-properties",
19308 "url",
19309 "uuid",
19310 "wasm-encoder 0.221.3",
19311 "wasmparser 0.221.3",
19312 "wasmtime",
19313 "wasmtime-cranelift",
19314 "wasmtime-environ",
19315 "winapi",
19316 "windows-core 0.61.0",
19317 "windows-numerics",
19318 "windows-sys 0.48.0",
19319 "windows-sys 0.52.0",
19320 "windows-sys 0.59.0",
19321 "winnow",
19322 "zeroize",
19323 "zvariant",
19324]
19325
19326[[package]]
19327name = "worktree"
19328version = "0.1.0"
19329dependencies = [
19330 "anyhow",
19331 "clock",
19332 "collections",
19333 "env_logger 0.11.8",
19334 "fs",
19335 "futures 0.3.31",
19336 "fuzzy",
19337 "git",
19338 "git2",
19339 "gpui",
19340 "http_client",
19341 "ignore",
19342 "language",
19343 "log",
19344 "parking_lot",
19345 "paths",
19346 "postage",
19347 "pretty_assertions",
19348 "rand 0.8.5",
19349 "rpc",
19350 "schemars",
19351 "serde",
19352 "serde_json",
19353 "settings",
19354 "smallvec",
19355 "smol",
19356 "sum_tree",
19357 "text",
19358 "util",
19359 "workspace-hack",
19360]
19361
19362[[package]]
19363name = "write16"
19364version = "1.0.0"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
19367
19368[[package]]
19369name = "writeable"
19370version = "0.5.5"
19371source = "registry+https://github.com/rust-lang/crates.io-index"
19372checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
19373
19374[[package]]
19375name = "wyz"
19376version = "0.5.1"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
19379dependencies = [
19380 "tap",
19381]
19382
19383[[package]]
19384name = "x11"
19385version = "2.21.0"
19386source = "registry+https://github.com/rust-lang/crates.io-index"
19387checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
19388dependencies = [
19389 "libc",
19390 "pkg-config",
19391]
19392
19393[[package]]
19394name = "x11-clipboard"
19395version = "0.9.3"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
19398dependencies = [
19399 "libc",
19400 "x11rb",
19401]
19402
19403[[package]]
19404name = "x11rb"
19405version = "0.13.1"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
19408dependencies = [
19409 "as-raw-xcb-connection",
19410 "gethostname",
19411 "libc",
19412 "rustix 0.38.44",
19413 "x11rb-protocol",
19414]
19415
19416[[package]]
19417name = "x11rb-protocol"
19418version = "0.13.1"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
19421
19422[[package]]
19423name = "xattr"
19424version = "0.2.3"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
19427dependencies = [
19428 "libc",
19429]
19430
19431[[package]]
19432name = "xcb"
19433version = "1.5.0"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "f1e2f212bb1a92cd8caac8051b829a6582ede155ccb60b5d5908b81b100952be"
19436dependencies = [
19437 "bitflags 1.3.2",
19438 "libc",
19439 "quick-xml 0.30.0",
19440 "x11",
19441]
19442
19443[[package]]
19444name = "xcursor"
19445version = "0.3.8"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
19448
19449[[package]]
19450name = "xdg-home"
19451version = "1.3.0"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
19454dependencies = [
19455 "libc",
19456 "windows-sys 0.59.0",
19457]
19458
19459[[package]]
19460name = "xim"
19461version = "0.4.0"
19462source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19463dependencies = [
19464 "ahash 0.8.11",
19465 "hashbrown 0.14.5",
19466 "log",
19467 "x11rb",
19468 "xim-ctext",
19469 "xim-parser",
19470]
19471
19472[[package]]
19473name = "xim-ctext"
19474version = "0.3.0"
19475source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19476dependencies = [
19477 "encoding_rs",
19478]
19479
19480[[package]]
19481name = "xim-parser"
19482version = "0.2.1"
19483source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
19484dependencies = [
19485 "bitflags 2.9.0",
19486]
19487
19488[[package]]
19489name = "xkbcommon"
19490version = "0.8.0"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
19493dependencies = [
19494 "as-raw-xcb-connection",
19495 "libc",
19496 "memmap2",
19497 "xkeysym",
19498]
19499
19500[[package]]
19501name = "xkeysym"
19502version = "0.2.1"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
19505
19506[[package]]
19507name = "xml5ever"
19508version = "0.18.1"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
19511dependencies = [
19512 "log",
19513 "mac",
19514 "markup5ever 0.12.1",
19515]
19516
19517[[package]]
19518name = "xmlparser"
19519version = "0.13.6"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
19522
19523[[package]]
19524name = "xmlwriter"
19525version = "0.1.0"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
19528
19529[[package]]
19530name = "xtask"
19531version = "0.1.0"
19532dependencies = [
19533 "anyhow",
19534 "cargo_metadata",
19535 "cargo_toml",
19536 "clap",
19537 "workspace-hack",
19538]
19539
19540[[package]]
19541name = "yaml-rust2"
19542version = "0.8.1"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
19545dependencies = [
19546 "arraydeque",
19547 "encoding_rs",
19548 "hashlink 0.8.4",
19549]
19550
19551[[package]]
19552name = "yansi"
19553version = "1.0.1"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
19556
19557[[package]]
19558name = "yazi"
19559version = "0.2.1"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
19562
19563[[package]]
19564name = "yeslogic-fontconfig-sys"
19565version = "6.0.0"
19566source = "registry+https://github.com/rust-lang/crates.io-index"
19567checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
19568dependencies = [
19569 "dlib",
19570 "once_cell",
19571 "pkg-config",
19572]
19573
19574[[package]]
19575name = "yoke"
19576version = "0.7.5"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
19579dependencies = [
19580 "serde",
19581 "stable_deref_trait",
19582 "yoke-derive",
19583 "zerofrom",
19584]
19585
19586[[package]]
19587name = "yoke-derive"
19588version = "0.7.5"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
19591dependencies = [
19592 "proc-macro2",
19593 "quote",
19594 "syn 2.0.101",
19595 "synstructure",
19596]
19597
19598[[package]]
19599name = "zbus"
19600version = "5.5.0"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
19603dependencies = [
19604 "async-broadcast",
19605 "async-executor",
19606 "async-fs",
19607 "async-io",
19608 "async-lock",
19609 "async-process",
19610 "async-recursion 1.1.1",
19611 "async-task",
19612 "async-trait",
19613 "blocking",
19614 "enumflags2",
19615 "event-listener 5.4.0",
19616 "futures-core",
19617 "futures-lite 2.6.0",
19618 "hex",
19619 "nix 0.29.0",
19620 "ordered-stream",
19621 "serde",
19622 "serde_repr",
19623 "static_assertions",
19624 "tracing",
19625 "uds_windows",
19626 "windows-sys 0.59.0",
19627 "winnow",
19628 "xdg-home",
19629 "zbus_macros",
19630 "zbus_names",
19631 "zvariant",
19632]
19633
19634[[package]]
19635name = "zbus_macros"
19636version = "5.5.0"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
19639dependencies = [
19640 "proc-macro-crate",
19641 "proc-macro2",
19642 "quote",
19643 "syn 2.0.101",
19644 "zbus_names",
19645 "zvariant",
19646 "zvariant_utils",
19647]
19648
19649[[package]]
19650name = "zbus_names"
19651version = "4.2.0"
19652source = "registry+https://github.com/rust-lang/crates.io-index"
19653checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
19654dependencies = [
19655 "serde",
19656 "static_assertions",
19657 "winnow",
19658 "zvariant",
19659]
19660
19661[[package]]
19662name = "zed"
19663version = "0.188.1"
19664dependencies = [
19665 "activity_indicator",
19666 "agent",
19667 "anyhow",
19668 "ashpd",
19669 "askpass",
19670 "assets",
19671 "assistant_context_editor",
19672 "assistant_settings",
19673 "assistant_tool",
19674 "assistant_tools",
19675 "async-watch",
19676 "audio",
19677 "auto_update",
19678 "auto_update_ui",
19679 "backtrace",
19680 "breadcrumbs",
19681 "call",
19682 "channel",
19683 "chrono",
19684 "clap",
19685 "cli",
19686 "client",
19687 "collab_ui",
19688 "collections",
19689 "command_palette",
19690 "component",
19691 "copilot",
19692 "dap",
19693 "dap_adapters",
19694 "db",
19695 "debug_adapter_extension",
19696 "debugger_tools",
19697 "debugger_ui",
19698 "diagnostics",
19699 "editor",
19700 "env_logger 0.11.8",
19701 "extension",
19702 "extension_host",
19703 "extensions_ui",
19704 "feature_flags",
19705 "feedback",
19706 "file_finder",
19707 "fs",
19708 "futures 0.3.31",
19709 "git",
19710 "git_hosting_providers",
19711 "git_ui",
19712 "go_to_line",
19713 "gpui",
19714 "gpui_tokio",
19715 "http_client",
19716 "image_viewer",
19717 "indoc",
19718 "inline_completion_button",
19719 "install_cli",
19720 "jj_ui",
19721 "journal",
19722 "language",
19723 "language_extension",
19724 "language_model",
19725 "language_models",
19726 "language_selector",
19727 "language_tools",
19728 "languages",
19729 "libc",
19730 "log",
19731 "markdown",
19732 "markdown_preview",
19733 "menu",
19734 "migrator",
19735 "mimalloc",
19736 "nix 0.29.0",
19737 "node_runtime",
19738 "notifications",
19739 "outline",
19740 "outline_panel",
19741 "parking_lot",
19742 "paths",
19743 "picker",
19744 "profiling",
19745 "project",
19746 "project_panel",
19747 "project_symbols",
19748 "prompt_store",
19749 "proto",
19750 "recent_projects",
19751 "release_channel",
19752 "remote",
19753 "repl",
19754 "reqwest_client",
19755 "rope",
19756 "search",
19757 "serde",
19758 "serde_json",
19759 "session",
19760 "settings",
19761 "settings_ui",
19762 "shellexpand 2.1.2",
19763 "smol",
19764 "snippet_provider",
19765 "snippets_ui",
19766 "supermaven",
19767 "sysinfo",
19768 "tab_switcher",
19769 "task",
19770 "tasks_ui",
19771 "telemetry",
19772 "telemetry_events",
19773 "terminal_view",
19774 "theme",
19775 "theme_extension",
19776 "theme_selector",
19777 "time",
19778 "title_bar",
19779 "toolchain_selector",
19780 "tree-sitter-md",
19781 "tree-sitter-rust",
19782 "ui",
19783 "ui_input",
19784 "ui_prompt",
19785 "url",
19786 "urlencoding",
19787 "util",
19788 "uuid",
19789 "vim",
19790 "vim_mode_setting",
19791 "web_search",
19792 "web_search_providers",
19793 "welcome",
19794 "windows 0.61.1",
19795 "winresource",
19796 "workspace",
19797 "workspace-hack",
19798 "zed_actions",
19799 "zeta",
19800 "zlog",
19801 "zlog_settings",
19802]
19803
19804[[package]]
19805name = "zed_actions"
19806version = "0.1.0"
19807dependencies = [
19808 "gpui",
19809 "schemars",
19810 "serde",
19811 "uuid",
19812 "workspace-hack",
19813]
19814
19815[[package]]
19816name = "zed_emmet"
19817version = "0.0.3"
19818dependencies = [
19819 "zed_extension_api 0.1.0",
19820]
19821
19822[[package]]
19823name = "zed_extension_api"
19824version = "0.1.0"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
19827dependencies = [
19828 "serde",
19829 "serde_json",
19830 "wit-bindgen 0.22.0",
19831]
19832
19833[[package]]
19834name = "zed_extension_api"
19835version = "0.6.0"
19836dependencies = [
19837 "serde",
19838 "serde_json",
19839 "wit-bindgen 0.41.0",
19840]
19841
19842[[package]]
19843name = "zed_glsl"
19844version = "0.1.0"
19845dependencies = [
19846 "zed_extension_api 0.1.0",
19847]
19848
19849[[package]]
19850name = "zed_html"
19851version = "0.2.1"
19852dependencies = [
19853 "zed_extension_api 0.1.0",
19854]
19855
19856[[package]]
19857name = "zed_llm_client"
19858version = "0.8.2"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "9be71e2f9b271e1eb8eb3e0d986075e770d1a0a299fb036abc3f1fc13a2fa7eb"
19861dependencies = [
19862 "anyhow",
19863 "serde",
19864 "serde_json",
19865 "strum 0.27.1",
19866 "uuid",
19867]
19868
19869[[package]]
19870name = "zed_proto"
19871version = "0.2.2"
19872dependencies = [
19873 "zed_extension_api 0.1.0",
19874]
19875
19876[[package]]
19877name = "zed_ruff"
19878version = "0.1.0"
19879dependencies = [
19880 "zed_extension_api 0.1.0",
19881]
19882
19883[[package]]
19884name = "zed_snippets"
19885version = "0.0.5"
19886dependencies = [
19887 "serde_json",
19888 "zed_extension_api 0.1.0",
19889]
19890
19891[[package]]
19892name = "zed_test_extension"
19893version = "0.1.0"
19894dependencies = [
19895 "zed_extension_api 0.6.0",
19896]
19897
19898[[package]]
19899name = "zed_toml"
19900version = "0.1.3"
19901dependencies = [
19902 "zed_extension_api 0.1.0",
19903]
19904
19905[[package]]
19906name = "zeno"
19907version = "0.3.2"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
19910
19911[[package]]
19912name = "zerocopy"
19913version = "0.7.35"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
19916dependencies = [
19917 "zerocopy-derive 0.7.35",
19918]
19919
19920[[package]]
19921name = "zerocopy"
19922version = "0.8.24"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
19925dependencies = [
19926 "zerocopy-derive 0.8.24",
19927]
19928
19929[[package]]
19930name = "zerocopy-derive"
19931version = "0.7.35"
19932source = "registry+https://github.com/rust-lang/crates.io-index"
19933checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
19934dependencies = [
19935 "proc-macro2",
19936 "quote",
19937 "syn 2.0.101",
19938]
19939
19940[[package]]
19941name = "zerocopy-derive"
19942version = "0.8.24"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
19945dependencies = [
19946 "proc-macro2",
19947 "quote",
19948 "syn 2.0.101",
19949]
19950
19951[[package]]
19952name = "zerofrom"
19953version = "0.1.6"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
19956dependencies = [
19957 "zerofrom-derive",
19958]
19959
19960[[package]]
19961name = "zerofrom-derive"
19962version = "0.1.6"
19963source = "registry+https://github.com/rust-lang/crates.io-index"
19964checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
19965dependencies = [
19966 "proc-macro2",
19967 "quote",
19968 "syn 2.0.101",
19969 "synstructure",
19970]
19971
19972[[package]]
19973name = "zeroize"
19974version = "1.8.1"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
19977dependencies = [
19978 "zeroize_derive",
19979]
19980
19981[[package]]
19982name = "zeroize_derive"
19983version = "1.4.2"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
19986dependencies = [
19987 "proc-macro2",
19988 "quote",
19989 "syn 2.0.101",
19990]
19991
19992[[package]]
19993name = "zeromq"
19994version = "0.5.0-pre"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
19997dependencies = [
19998 "async-dispatcher",
19999 "async-std",
20000 "async-trait",
20001 "asynchronous-codec",
20002 "bytes 1.10.1",
20003 "crossbeam-queue",
20004 "dashmap 5.5.3",
20005 "futures 0.3.31",
20006 "log",
20007 "num-traits",
20008 "once_cell",
20009 "parking_lot",
20010 "rand 0.8.5",
20011 "regex",
20012 "thiserror 1.0.69",
20013 "uuid",
20014]
20015
20016[[package]]
20017name = "zerovec"
20018version = "0.10.4"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
20021dependencies = [
20022 "yoke",
20023 "zerofrom",
20024 "zerovec-derive",
20025]
20026
20027[[package]]
20028name = "zerovec-derive"
20029version = "0.10.3"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
20032dependencies = [
20033 "proc-macro2",
20034 "quote",
20035 "syn 2.0.101",
20036]
20037
20038[[package]]
20039name = "zeta"
20040version = "0.1.0"
20041dependencies = [
20042 "anyhow",
20043 "arrayvec",
20044 "call",
20045 "client",
20046 "clock",
20047 "collections",
20048 "command_palette_hooks",
20049 "ctor",
20050 "db",
20051 "editor",
20052 "env_logger 0.11.8",
20053 "feature_flags",
20054 "fs",
20055 "futures 0.3.31",
20056 "gpui",
20057 "http_client",
20058 "indoc",
20059 "inline_completion",
20060 "language",
20061 "language_model",
20062 "log",
20063 "menu",
20064 "migrator",
20065 "paths",
20066 "postage",
20067 "project",
20068 "proto",
20069 "regex",
20070 "release_channel",
20071 "reqwest_client",
20072 "rpc",
20073 "serde",
20074 "serde_json",
20075 "settings",
20076 "telemetry",
20077 "telemetry_events",
20078 "theme",
20079 "thiserror 2.0.12",
20080 "tree-sitter-go",
20081 "tree-sitter-rust",
20082 "ui",
20083 "unindent",
20084 "util",
20085 "uuid",
20086 "workspace",
20087 "workspace-hack",
20088 "worktree",
20089 "zed_actions",
20090 "zed_llm_client",
20091]
20092
20093[[package]]
20094name = "zip"
20095version = "0.6.6"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
20098dependencies = [
20099 "aes",
20100 "byteorder",
20101 "bzip2",
20102 "constant_time_eq 0.1.5",
20103 "crc32fast",
20104 "crossbeam-utils",
20105 "flate2",
20106 "hmac",
20107 "pbkdf2 0.11.0",
20108 "sha1",
20109 "time",
20110 "zstd",
20111]
20112
20113[[package]]
20114name = "zlib-rs"
20115version = "0.5.0"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8"
20118
20119[[package]]
20120name = "zlog"
20121version = "0.1.0"
20122dependencies = [
20123 "anyhow",
20124 "chrono",
20125 "log",
20126 "tempfile",
20127 "workspace-hack",
20128]
20129
20130[[package]]
20131name = "zlog_settings"
20132version = "0.1.0"
20133dependencies = [
20134 "anyhow",
20135 "gpui",
20136 "schemars",
20137 "serde",
20138 "settings",
20139 "workspace-hack",
20140 "zlog",
20141]
20142
20143[[package]]
20144name = "zstd"
20145version = "0.11.2+zstd.1.5.2"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
20148dependencies = [
20149 "zstd-safe",
20150]
20151
20152[[package]]
20153name = "zstd-safe"
20154version = "5.0.2+zstd.1.5.2"
20155source = "registry+https://github.com/rust-lang/crates.io-index"
20156checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
20157dependencies = [
20158 "libc",
20159 "zstd-sys",
20160]
20161
20162[[package]]
20163name = "zstd-sys"
20164version = "2.0.15+zstd.1.5.7"
20165source = "registry+https://github.com/rust-lang/crates.io-index"
20166checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
20167dependencies = [
20168 "cc",
20169 "pkg-config",
20170]
20171
20172[[package]]
20173name = "zune-core"
20174version = "0.4.12"
20175source = "registry+https://github.com/rust-lang/crates.io-index"
20176checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
20177
20178[[package]]
20179name = "zune-inflate"
20180version = "0.2.54"
20181source = "registry+https://github.com/rust-lang/crates.io-index"
20182checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
20183dependencies = [
20184 "simd-adler32",
20185]
20186
20187[[package]]
20188name = "zune-jpeg"
20189version = "0.4.14"
20190source = "registry+https://github.com/rust-lang/crates.io-index"
20191checksum = "99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028"
20192dependencies = [
20193 "zune-core",
20194]
20195
20196[[package]]
20197name = "zvariant"
20198version = "5.4.0"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
20201dependencies = [
20202 "endi",
20203 "enumflags2",
20204 "serde",
20205 "static_assertions",
20206 "url",
20207 "winnow",
20208 "zvariant_derive",
20209 "zvariant_utils",
20210]
20211
20212[[package]]
20213name = "zvariant_derive"
20214version = "5.4.0"
20215source = "registry+https://github.com/rust-lang/crates.io-index"
20216checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
20217dependencies = [
20218 "proc-macro-crate",
20219 "proc-macro2",
20220 "quote",
20221 "syn 2.0.101",
20222 "zvariant_utils",
20223]
20224
20225[[package]]
20226name = "zvariant_utils"
20227version = "3.2.0"
20228source = "registry+https://github.com/rust-lang/crates.io-index"
20229checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
20230dependencies = [
20231 "proc-macro2",
20232 "quote",
20233 "serde",
20234 "static_assertions",
20235 "syn 2.0.101",
20236 "winnow",
20237]