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]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 1.0.69",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indoc",
  475 "itertools 0.14.0",
  476 "language",
  477 "language_model",
  478 "language_model_selector",
  479 "log",
  480 "lsp",
  481 "markdown",
  482 "menu",
  483 "multi_buffer",
  484 "parking_lot",
  485 "paths",
  486 "picker",
  487 "project",
  488 "prompt_library",
  489 "prompt_store",
  490 "proto",
  491 "rand 0.8.5",
  492 "rope",
  493 "scripting_tool",
  494 "serde",
  495 "serde_json",
  496 "settings",
  497 "smol",
  498 "streaming_diff",
  499 "telemetry",
  500 "telemetry_events",
  501 "terminal",
  502 "terminal_view",
  503 "text",
  504 "theme",
  505 "time",
  506 "time_format",
  507 "ui",
  508 "util",
  509 "uuid",
  510 "vim_mode_setting",
  511 "workspace",
  512 "zed_actions",
  513]
  514
  515[[package]]
  516name = "assistant_context_editor"
  517version = "0.1.0"
  518dependencies = [
  519 "anyhow",
  520 "assistant_settings",
  521 "assistant_slash_command",
  522 "assistant_slash_commands",
  523 "chrono",
  524 "client",
  525 "clock",
  526 "collections",
  527 "context_server",
  528 "editor",
  529 "fs",
  530 "futures 0.3.31",
  531 "fuzzy",
  532 "gpui",
  533 "indexed_docs",
  534 "language",
  535 "language_model",
  536 "language_model_selector",
  537 "languages",
  538 "log",
  539 "multi_buffer",
  540 "open_ai",
  541 "parking_lot",
  542 "paths",
  543 "picker",
  544 "pretty_assertions",
  545 "project",
  546 "prompt_store",
  547 "rand 0.8.5",
  548 "regex",
  549 "rope",
  550 "rpc",
  551 "serde",
  552 "serde_json",
  553 "settings",
  554 "smallvec",
  555 "smol",
  556 "strum",
  557 "telemetry_events",
  558 "text",
  559 "theme",
  560 "tree-sitter-md",
  561 "ui",
  562 "unindent",
  563 "util",
  564 "uuid",
  565 "workspace",
  566]
  567
  568[[package]]
  569name = "assistant_eval"
  570version = "0.1.0"
  571dependencies = [
  572 "anyhow",
  573 "assistant2",
  574 "assistant_tool",
  575 "assistant_tools",
  576 "clap",
  577 "client",
  578 "collections",
  579 "context_server",
  580 "env_logger 0.11.7",
  581 "fs",
  582 "futures 0.3.31",
  583 "gpui",
  584 "gpui_tokio",
  585 "itertools 0.14.0",
  586 "language",
  587 "language_model",
  588 "language_models",
  589 "node_runtime",
  590 "project",
  591 "prompt_store",
  592 "regex",
  593 "release_channel",
  594 "reqwest_client",
  595 "serde",
  596 "serde_json",
  597 "serde_json_lenient",
  598 "settings",
  599 "smol",
  600 "util",
  601]
  602
  603[[package]]
  604name = "assistant_settings"
  605version = "0.1.0"
  606dependencies = [
  607 "anthropic",
  608 "anyhow",
  609 "deepseek",
  610 "feature_flags",
  611 "fs",
  612 "gpui",
  613 "language_model",
  614 "lmstudio",
  615 "log",
  616 "ollama",
  617 "open_ai",
  618 "paths",
  619 "schemars",
  620 "serde",
  621 "serde_json_lenient",
  622 "settings",
  623]
  624
  625[[package]]
  626name = "assistant_slash_command"
  627version = "0.1.0"
  628dependencies = [
  629 "anyhow",
  630 "async-trait",
  631 "collections",
  632 "derive_more",
  633 "extension",
  634 "futures 0.3.31",
  635 "gpui",
  636 "language",
  637 "language_model",
  638 "parking_lot",
  639 "pretty_assertions",
  640 "serde",
  641 "serde_json",
  642 "ui",
  643 "workspace",
  644]
  645
  646[[package]]
  647name = "assistant_slash_commands"
  648version = "0.1.0"
  649dependencies = [
  650 "anyhow",
  651 "assistant_slash_command",
  652 "cargo_toml",
  653 "chrono",
  654 "collections",
  655 "context_server",
  656 "editor",
  657 "env_logger 0.11.7",
  658 "feature_flags",
  659 "fs",
  660 "futures 0.3.31",
  661 "fuzzy",
  662 "globset",
  663 "gpui",
  664 "html_to_markdown",
  665 "http_client",
  666 "indexed_docs",
  667 "language",
  668 "language_model",
  669 "log",
  670 "pretty_assertions",
  671 "project",
  672 "prompt_store",
  673 "rope",
  674 "schemars",
  675 "semantic_index",
  676 "serde",
  677 "serde_json",
  678 "settings",
  679 "smol",
  680 "terminal_view",
  681 "text",
  682 "toml 0.8.20",
  683 "ui",
  684 "util",
  685 "workspace",
  686 "worktree",
  687]
  688
  689[[package]]
  690name = "assistant_tool"
  691version = "0.1.0"
  692dependencies = [
  693 "anyhow",
  694 "clock",
  695 "collections",
  696 "derive_more",
  697 "gpui",
  698 "language",
  699 "language_model",
  700 "parking_lot",
  701 "project",
  702 "serde",
  703 "serde_json",
  704]
  705
  706[[package]]
  707name = "assistant_tools"
  708version = "0.1.0"
  709dependencies = [
  710 "anyhow",
  711 "assistant_tool",
  712 "chrono",
  713 "collections",
  714 "feature_flags",
  715 "futures 0.3.31",
  716 "gpui",
  717 "html_to_markdown",
  718 "http_client",
  719 "itertools 0.14.0",
  720 "language",
  721 "language_model",
  722 "project",
  723 "rand 0.8.5",
  724 "release_channel",
  725 "schemars",
  726 "serde",
  727 "serde_json",
  728 "settings",
  729 "theme",
  730 "ui",
  731 "unindent",
  732 "util",
  733 "workspace",
  734 "worktree",
  735]
  736
  737[[package]]
  738name = "async-attributes"
  739version = "1.1.2"
  740source = "registry+https://github.com/rust-lang/crates.io-index"
  741checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  742dependencies = [
  743 "quote",
  744 "syn 1.0.109",
  745]
  746
  747[[package]]
  748name = "async-broadcast"
  749version = "0.7.2"
  750source = "registry+https://github.com/rust-lang/crates.io-index"
  751checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  752dependencies = [
  753 "event-listener 5.3.1",
  754 "event-listener-strategy",
  755 "futures-core",
  756 "pin-project-lite",
  757]
  758
  759[[package]]
  760name = "async-channel"
  761version = "1.9.0"
  762source = "registry+https://github.com/rust-lang/crates.io-index"
  763checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  764dependencies = [
  765 "concurrent-queue",
  766 "event-listener 2.5.3",
  767 "futures-core",
  768]
  769
  770[[package]]
  771name = "async-channel"
  772version = "2.3.1"
  773source = "registry+https://github.com/rust-lang/crates.io-index"
  774checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  775dependencies = [
  776 "concurrent-queue",
  777 "event-listener-strategy",
  778 "futures-core",
  779 "pin-project-lite",
  780]
  781
  782[[package]]
  783name = "async-compat"
  784version = "0.2.4"
  785source = "registry+https://github.com/rust-lang/crates.io-index"
  786checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  787dependencies = [
  788 "futures-core",
  789 "futures-io",
  790 "once_cell",
  791 "pin-project-lite",
  792 "tokio",
  793]
  794
  795[[package]]
  796name = "async-compression"
  797version = "0.4.20"
  798source = "registry+https://github.com/rust-lang/crates.io-index"
  799checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
  800dependencies = [
  801 "deflate64",
  802 "flate2",
  803 "futures-core",
  804 "futures-io",
  805 "memchr",
  806 "pin-project-lite",
  807]
  808
  809[[package]]
  810name = "async-dispatcher"
  811version = "0.1.2"
  812source = "registry+https://github.com/rust-lang/crates.io-index"
  813checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  814dependencies = [
  815 "async-task",
  816 "futures-lite 1.13.0",
  817]
  818
  819[[package]]
  820name = "async-executor"
  821version = "1.13.1"
  822source = "registry+https://github.com/rust-lang/crates.io-index"
  823checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  824dependencies = [
  825 "async-task",
  826 "concurrent-queue",
  827 "fastrand 2.3.0",
  828 "futures-lite 2.6.0",
  829 "slab",
  830]
  831
  832[[package]]
  833name = "async-fs"
  834version = "2.1.2"
  835source = "registry+https://github.com/rust-lang/crates.io-index"
  836checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  837dependencies = [
  838 "async-lock",
  839 "blocking",
  840 "futures-lite 2.6.0",
  841]
  842
  843[[package]]
  844name = "async-global-executor"
  845version = "2.4.1"
  846source = "registry+https://github.com/rust-lang/crates.io-index"
  847checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  848dependencies = [
  849 "async-channel 2.3.1",
  850 "async-executor",
  851 "async-io",
  852 "async-lock",
  853 "blocking",
  854 "futures-lite 2.6.0",
  855 "once_cell",
  856]
  857
  858[[package]]
  859name = "async-io"
  860version = "2.4.0"
  861source = "registry+https://github.com/rust-lang/crates.io-index"
  862checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  863dependencies = [
  864 "async-lock",
  865 "cfg-if",
  866 "concurrent-queue",
  867 "futures-io",
  868 "futures-lite 2.6.0",
  869 "parking",
  870 "polling",
  871 "rustix",
  872 "slab",
  873 "tracing",
  874 "windows-sys 0.59.0",
  875]
  876
  877[[package]]
  878name = "async-lock"
  879version = "3.4.0"
  880source = "registry+https://github.com/rust-lang/crates.io-index"
  881checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  882dependencies = [
  883 "event-listener 5.3.1",
  884 "event-listener-strategy",
  885 "pin-project-lite",
  886]
  887
  888[[package]]
  889name = "async-native-tls"
  890version = "0.5.0"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  893dependencies = [
  894 "futures-util",
  895 "native-tls",
  896 "thiserror 1.0.69",
  897 "url",
  898]
  899
  900[[package]]
  901name = "async-net"
  902version = "2.0.0"
  903source = "registry+https://github.com/rust-lang/crates.io-index"
  904checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  905dependencies = [
  906 "async-io",
  907 "blocking",
  908 "futures-lite 2.6.0",
  909]
  910
  911[[package]]
  912name = "async-pipe"
  913version = "0.1.3"
  914source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  915dependencies = [
  916 "futures 0.3.31",
  917 "log",
  918]
  919
  920[[package]]
  921name = "async-process"
  922version = "2.3.0"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  925dependencies = [
  926 "async-channel 2.3.1",
  927 "async-io",
  928 "async-lock",
  929 "async-signal",
  930 "async-task",
  931 "blocking",
  932 "cfg-if",
  933 "event-listener 5.3.1",
  934 "futures-lite 2.6.0",
  935 "rustix",
  936 "tracing",
  937]
  938
  939[[package]]
  940name = "async-recursion"
  941version = "0.3.2"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  944dependencies = [
  945 "proc-macro2",
  946 "quote",
  947 "syn 1.0.109",
  948]
  949
  950[[package]]
  951name = "async-recursion"
  952version = "1.1.1"
  953source = "registry+https://github.com/rust-lang/crates.io-index"
  954checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  955dependencies = [
  956 "proc-macro2",
  957 "quote",
  958 "syn 2.0.100",
  959]
  960
  961[[package]]
  962name = "async-signal"
  963version = "0.2.10"
  964source = "registry+https://github.com/rust-lang/crates.io-index"
  965checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  966dependencies = [
  967 "async-io",
  968 "async-lock",
  969 "atomic-waker",
  970 "cfg-if",
  971 "futures-core",
  972 "futures-io",
  973 "rustix",
  974 "signal-hook-registry",
  975 "slab",
  976 "windows-sys 0.59.0",
  977]
  978
  979[[package]]
  980name = "async-std"
  981version = "1.13.0"
  982source = "registry+https://github.com/rust-lang/crates.io-index"
  983checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
  984dependencies = [
  985 "async-attributes",
  986 "async-channel 1.9.0",
  987 "async-global-executor",
  988 "async-io",
  989 "async-lock",
  990 "async-process",
  991 "crossbeam-utils",
  992 "futures-channel",
  993 "futures-core",
  994 "futures-io",
  995 "futures-lite 2.6.0",
  996 "gloo-timers",
  997 "kv-log-macro",
  998 "log",
  999 "memchr",
 1000 "once_cell",
 1001 "pin-project-lite",
 1002 "pin-utils",
 1003 "slab",
 1004 "wasm-bindgen-futures",
 1005]
 1006
 1007[[package]]
 1008name = "async-stream"
 1009version = "0.3.6"
 1010source = "registry+https://github.com/rust-lang/crates.io-index"
 1011checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1012dependencies = [
 1013 "async-stream-impl",
 1014 "futures-core",
 1015 "pin-project-lite",
 1016]
 1017
 1018[[package]]
 1019name = "async-stream-impl"
 1020version = "0.3.6"
 1021source = "registry+https://github.com/rust-lang/crates.io-index"
 1022checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1023dependencies = [
 1024 "proc-macro2",
 1025 "quote",
 1026 "syn 2.0.100",
 1027]
 1028
 1029[[package]]
 1030name = "async-stripe"
 1031version = "0.40.0"
 1032source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1033dependencies = [
 1034 "chrono",
 1035 "futures-util",
 1036 "http-types",
 1037 "hyper 0.14.32",
 1038 "hyper-rustls 0.24.2",
 1039 "serde",
 1040 "serde_json",
 1041 "serde_path_to_error",
 1042 "serde_qs 0.10.1",
 1043 "smart-default",
 1044 "smol_str",
 1045 "thiserror 1.0.69",
 1046 "tokio",
 1047]
 1048
 1049[[package]]
 1050name = "async-tar"
 1051version = "0.5.0"
 1052source = "registry+https://github.com/rust-lang/crates.io-index"
 1053checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1054dependencies = [
 1055 "async-std",
 1056 "filetime",
 1057 "libc",
 1058 "pin-project",
 1059 "redox_syscall 0.2.16",
 1060 "xattr",
 1061]
 1062
 1063[[package]]
 1064name = "async-task"
 1065version = "4.7.1"
 1066source = "registry+https://github.com/rust-lang/crates.io-index"
 1067checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1068
 1069[[package]]
 1070name = "async-tls"
 1071version = "0.13.0"
 1072source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1073dependencies = [
 1074 "futures-core",
 1075 "futures-io",
 1076 "rustls 0.23.23",
 1077 "rustls-pemfile 2.2.0",
 1078 "webpki-roots",
 1079]
 1080
 1081[[package]]
 1082name = "async-trait"
 1083version = "0.1.87"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
 1086dependencies = [
 1087 "proc-macro2",
 1088 "quote",
 1089 "syn 2.0.100",
 1090]
 1091
 1092[[package]]
 1093name = "async-tungstenite"
 1094version = "0.28.2"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1097dependencies = [
 1098 "async-std",
 1099 "async-tls",
 1100 "atomic-waker",
 1101 "futures-core",
 1102 "futures-io",
 1103 "futures-task",
 1104 "futures-util",
 1105 "log",
 1106 "pin-project-lite",
 1107 "tungstenite 0.24.0",
 1108]
 1109
 1110[[package]]
 1111name = "async-watch"
 1112version = "0.3.1"
 1113source = "registry+https://github.com/rust-lang/crates.io-index"
 1114checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1115dependencies = [
 1116 "event-listener 2.5.3",
 1117]
 1118
 1119[[package]]
 1120name = "async_zip"
 1121version = "0.0.17"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1124dependencies = [
 1125 "async-compression",
 1126 "crc32fast",
 1127 "futures-lite 2.6.0",
 1128 "pin-project",
 1129 "thiserror 1.0.69",
 1130]
 1131
 1132[[package]]
 1133name = "asynchronous-codec"
 1134version = "0.7.0"
 1135source = "registry+https://github.com/rust-lang/crates.io-index"
 1136checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1137dependencies = [
 1138 "bytes 1.10.1",
 1139 "futures-sink",
 1140 "futures-util",
 1141 "memchr",
 1142 "pin-project-lite",
 1143]
 1144
 1145[[package]]
 1146name = "atoi"
 1147version = "2.0.0"
 1148source = "registry+https://github.com/rust-lang/crates.io-index"
 1149checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1150dependencies = [
 1151 "num-traits",
 1152]
 1153
 1154[[package]]
 1155name = "atomic"
 1156version = "0.5.3"
 1157source = "registry+https://github.com/rust-lang/crates.io-index"
 1158checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1159
 1160[[package]]
 1161name = "atomic-waker"
 1162version = "1.1.2"
 1163source = "registry+https://github.com/rust-lang/crates.io-index"
 1164checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1165
 1166[[package]]
 1167name = "audio"
 1168version = "0.1.0"
 1169dependencies = [
 1170 "anyhow",
 1171 "collections",
 1172 "derive_more",
 1173 "gpui",
 1174 "parking_lot",
 1175 "rodio",
 1176 "util",
 1177]
 1178
 1179[[package]]
 1180name = "auto_update"
 1181version = "0.1.0"
 1182dependencies = [
 1183 "anyhow",
 1184 "client",
 1185 "db",
 1186 "gpui",
 1187 "http_client",
 1188 "log",
 1189 "paths",
 1190 "release_channel",
 1191 "schemars",
 1192 "serde",
 1193 "serde_json",
 1194 "settings",
 1195 "smol",
 1196 "tempfile",
 1197 "which 6.0.3",
 1198 "workspace",
 1199]
 1200
 1201[[package]]
 1202name = "auto_update_ui"
 1203version = "0.1.0"
 1204dependencies = [
 1205 "anyhow",
 1206 "auto_update",
 1207 "client",
 1208 "editor",
 1209 "gpui",
 1210 "http_client",
 1211 "markdown_preview",
 1212 "release_channel",
 1213 "serde",
 1214 "serde_json",
 1215 "smol",
 1216 "util",
 1217 "workspace",
 1218]
 1219
 1220[[package]]
 1221name = "autocfg"
 1222version = "1.4.0"
 1223source = "registry+https://github.com/rust-lang/crates.io-index"
 1224checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1225
 1226[[package]]
 1227name = "av1-grain"
 1228version = "0.2.3"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1231dependencies = [
 1232 "anyhow",
 1233 "arrayvec",
 1234 "log",
 1235 "nom",
 1236 "num-rational",
 1237 "v_frame",
 1238]
 1239
 1240[[package]]
 1241name = "avif-serialize"
 1242version = "0.8.2"
 1243source = "registry+https://github.com/rust-lang/crates.io-index"
 1244checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1245dependencies = [
 1246 "arrayvec",
 1247]
 1248
 1249[[package]]
 1250name = "aws-config"
 1251version = "1.5.16"
 1252source = "registry+https://github.com/rust-lang/crates.io-index"
 1253checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1254dependencies = [
 1255 "aws-credential-types",
 1256 "aws-runtime",
 1257 "aws-sdk-sso",
 1258 "aws-sdk-ssooidc",
 1259 "aws-sdk-sts",
 1260 "aws-smithy-async",
 1261 "aws-smithy-http",
 1262 "aws-smithy-json",
 1263 "aws-smithy-runtime",
 1264 "aws-smithy-runtime-api",
 1265 "aws-smithy-types",
 1266 "aws-types",
 1267 "bytes 1.10.1",
 1268 "fastrand 2.3.0",
 1269 "hex",
 1270 "http 0.2.12",
 1271 "ring",
 1272 "time",
 1273 "tokio",
 1274 "tracing",
 1275 "url",
 1276 "zeroize",
 1277]
 1278
 1279[[package]]
 1280name = "aws-credential-types"
 1281version = "1.2.1"
 1282source = "registry+https://github.com/rust-lang/crates.io-index"
 1283checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1284dependencies = [
 1285 "aws-smithy-async",
 1286 "aws-smithy-runtime-api",
 1287 "aws-smithy-types",
 1288 "zeroize",
 1289]
 1290
 1291[[package]]
 1292name = "aws-lc-rs"
 1293version = "1.12.6"
 1294source = "registry+https://github.com/rust-lang/crates.io-index"
 1295checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1296dependencies = [
 1297 "aws-lc-sys",
 1298 "zeroize",
 1299]
 1300
 1301[[package]]
 1302name = "aws-lc-sys"
 1303version = "0.27.0"
 1304source = "registry+https://github.com/rust-lang/crates.io-index"
 1305checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1306dependencies = [
 1307 "bindgen 0.69.5",
 1308 "cc",
 1309 "cmake",
 1310 "dunce",
 1311 "fs_extra",
 1312]
 1313
 1314[[package]]
 1315name = "aws-runtime"
 1316version = "1.5.5"
 1317source = "registry+https://github.com/rust-lang/crates.io-index"
 1318checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1319dependencies = [
 1320 "aws-credential-types",
 1321 "aws-sigv4",
 1322 "aws-smithy-async",
 1323 "aws-smithy-eventstream",
 1324 "aws-smithy-http",
 1325 "aws-smithy-runtime",
 1326 "aws-smithy-runtime-api",
 1327 "aws-smithy-types",
 1328 "aws-types",
 1329 "bytes 1.10.1",
 1330 "fastrand 2.3.0",
 1331 "http 0.2.12",
 1332 "http-body 0.4.6",
 1333 "once_cell",
 1334 "percent-encoding",
 1335 "pin-project-lite",
 1336 "tracing",
 1337 "uuid",
 1338]
 1339
 1340[[package]]
 1341name = "aws-sdk-bedrockruntime"
 1342version = "1.74.0"
 1343source = "registry+https://github.com/rust-lang/crates.io-index"
 1344checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1345dependencies = [
 1346 "aws-credential-types",
 1347 "aws-runtime",
 1348 "aws-smithy-async",
 1349 "aws-smithy-eventstream",
 1350 "aws-smithy-http",
 1351 "aws-smithy-json",
 1352 "aws-smithy-runtime",
 1353 "aws-smithy-runtime-api",
 1354 "aws-smithy-types",
 1355 "aws-types",
 1356 "bytes 1.10.1",
 1357 "fastrand 2.3.0",
 1358 "http 0.2.12",
 1359 "once_cell",
 1360 "regex-lite",
 1361 "tracing",
 1362]
 1363
 1364[[package]]
 1365name = "aws-sdk-kinesis"
 1366version = "1.61.0"
 1367source = "registry+https://github.com/rust-lang/crates.io-index"
 1368checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1369dependencies = [
 1370 "aws-credential-types",
 1371 "aws-runtime",
 1372 "aws-smithy-async",
 1373 "aws-smithy-http",
 1374 "aws-smithy-json",
 1375 "aws-smithy-runtime",
 1376 "aws-smithy-runtime-api",
 1377 "aws-smithy-types",
 1378 "aws-types",
 1379 "bytes 1.10.1",
 1380 "http 0.2.12",
 1381 "once_cell",
 1382 "regex-lite",
 1383 "tracing",
 1384]
 1385
 1386[[package]]
 1387name = "aws-sdk-s3"
 1388version = "1.76.0"
 1389source = "registry+https://github.com/rust-lang/crates.io-index"
 1390checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1391dependencies = [
 1392 "aws-credential-types",
 1393 "aws-runtime",
 1394 "aws-sigv4",
 1395 "aws-smithy-async",
 1396 "aws-smithy-checksums",
 1397 "aws-smithy-eventstream",
 1398 "aws-smithy-http",
 1399 "aws-smithy-json",
 1400 "aws-smithy-runtime",
 1401 "aws-smithy-runtime-api",
 1402 "aws-smithy-types",
 1403 "aws-smithy-xml",
 1404 "aws-types",
 1405 "bytes 1.10.1",
 1406 "fastrand 2.3.0",
 1407 "hex",
 1408 "hmac",
 1409 "http 0.2.12",
 1410 "http-body 0.4.6",
 1411 "lru",
 1412 "once_cell",
 1413 "percent-encoding",
 1414 "regex-lite",
 1415 "sha2",
 1416 "tracing",
 1417 "url",
 1418]
 1419
 1420[[package]]
 1421name = "aws-sdk-sso"
 1422version = "1.58.0"
 1423source = "registry+https://github.com/rust-lang/crates.io-index"
 1424checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1425dependencies = [
 1426 "aws-credential-types",
 1427 "aws-runtime",
 1428 "aws-smithy-async",
 1429 "aws-smithy-http",
 1430 "aws-smithy-json",
 1431 "aws-smithy-runtime",
 1432 "aws-smithy-runtime-api",
 1433 "aws-smithy-types",
 1434 "aws-types",
 1435 "bytes 1.10.1",
 1436 "http 0.2.12",
 1437 "once_cell",
 1438 "regex-lite",
 1439 "tracing",
 1440]
 1441
 1442[[package]]
 1443name = "aws-sdk-ssooidc"
 1444version = "1.59.0"
 1445source = "registry+https://github.com/rust-lang/crates.io-index"
 1446checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1447dependencies = [
 1448 "aws-credential-types",
 1449 "aws-runtime",
 1450 "aws-smithy-async",
 1451 "aws-smithy-http",
 1452 "aws-smithy-json",
 1453 "aws-smithy-runtime",
 1454 "aws-smithy-runtime-api",
 1455 "aws-smithy-types",
 1456 "aws-types",
 1457 "bytes 1.10.1",
 1458 "http 0.2.12",
 1459 "once_cell",
 1460 "regex-lite",
 1461 "tracing",
 1462]
 1463
 1464[[package]]
 1465name = "aws-sdk-sts"
 1466version = "1.59.0"
 1467source = "registry+https://github.com/rust-lang/crates.io-index"
 1468checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1469dependencies = [
 1470 "aws-credential-types",
 1471 "aws-runtime",
 1472 "aws-smithy-async",
 1473 "aws-smithy-http",
 1474 "aws-smithy-json",
 1475 "aws-smithy-query",
 1476 "aws-smithy-runtime",
 1477 "aws-smithy-runtime-api",
 1478 "aws-smithy-types",
 1479 "aws-smithy-xml",
 1480 "aws-types",
 1481 "http 0.2.12",
 1482 "once_cell",
 1483 "regex-lite",
 1484 "tracing",
 1485]
 1486
 1487[[package]]
 1488name = "aws-sigv4"
 1489version = "1.2.9"
 1490source = "registry+https://github.com/rust-lang/crates.io-index"
 1491checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1492dependencies = [
 1493 "aws-credential-types",
 1494 "aws-smithy-eventstream",
 1495 "aws-smithy-http",
 1496 "aws-smithy-runtime-api",
 1497 "aws-smithy-types",
 1498 "bytes 1.10.1",
 1499 "crypto-bigint 0.5.5",
 1500 "form_urlencoded",
 1501 "hex",
 1502 "hmac",
 1503 "http 0.2.12",
 1504 "http 1.2.0",
 1505 "once_cell",
 1506 "p256",
 1507 "percent-encoding",
 1508 "ring",
 1509 "sha2",
 1510 "subtle",
 1511 "time",
 1512 "tracing",
 1513 "zeroize",
 1514]
 1515
 1516[[package]]
 1517name = "aws-smithy-async"
 1518version = "1.2.4"
 1519source = "registry+https://github.com/rust-lang/crates.io-index"
 1520checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1521dependencies = [
 1522 "futures-util",
 1523 "pin-project-lite",
 1524 "tokio",
 1525]
 1526
 1527[[package]]
 1528name = "aws-smithy-checksums"
 1529version = "0.62.0"
 1530source = "registry+https://github.com/rust-lang/crates.io-index"
 1531checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1532dependencies = [
 1533 "aws-smithy-http",
 1534 "aws-smithy-types",
 1535 "bytes 1.10.1",
 1536 "crc32c",
 1537 "crc32fast",
 1538 "crc64fast-nvme",
 1539 "hex",
 1540 "http 0.2.12",
 1541 "http-body 0.4.6",
 1542 "md-5",
 1543 "pin-project-lite",
 1544 "sha1",
 1545 "sha2",
 1546 "tracing",
 1547]
 1548
 1549[[package]]
 1550name = "aws-smithy-eventstream"
 1551version = "0.60.6"
 1552source = "registry+https://github.com/rust-lang/crates.io-index"
 1553checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1554dependencies = [
 1555 "aws-smithy-types",
 1556 "bytes 1.10.1",
 1557 "crc32fast",
 1558]
 1559
 1560[[package]]
 1561name = "aws-smithy-http"
 1562version = "0.60.12"
 1563source = "registry+https://github.com/rust-lang/crates.io-index"
 1564checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1565dependencies = [
 1566 "aws-smithy-eventstream",
 1567 "aws-smithy-runtime-api",
 1568 "aws-smithy-types",
 1569 "bytes 1.10.1",
 1570 "bytes-utils",
 1571 "futures-core",
 1572 "http 0.2.12",
 1573 "http-body 0.4.6",
 1574 "once_cell",
 1575 "percent-encoding",
 1576 "pin-project-lite",
 1577 "pin-utils",
 1578 "tracing",
 1579]
 1580
 1581[[package]]
 1582name = "aws-smithy-json"
 1583version = "0.61.2"
 1584source = "registry+https://github.com/rust-lang/crates.io-index"
 1585checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1586dependencies = [
 1587 "aws-smithy-types",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-query"
 1592version = "0.60.7"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1595dependencies = [
 1596 "aws-smithy-types",
 1597 "urlencoding",
 1598]
 1599
 1600[[package]]
 1601name = "aws-smithy-runtime"
 1602version = "1.7.8"
 1603source = "registry+https://github.com/rust-lang/crates.io-index"
 1604checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1605dependencies = [
 1606 "aws-smithy-async",
 1607 "aws-smithy-http",
 1608 "aws-smithy-runtime-api",
 1609 "aws-smithy-types",
 1610 "bytes 1.10.1",
 1611 "fastrand 2.3.0",
 1612 "h2 0.3.26",
 1613 "http 0.2.12",
 1614 "http-body 0.4.6",
 1615 "http-body 1.0.1",
 1616 "httparse",
 1617 "hyper 0.14.32",
 1618 "hyper-rustls 0.24.2",
 1619 "once_cell",
 1620 "pin-project-lite",
 1621 "pin-utils",
 1622 "rustls 0.21.12",
 1623 "tokio",
 1624 "tracing",
 1625]
 1626
 1627[[package]]
 1628name = "aws-smithy-runtime-api"
 1629version = "1.7.3"
 1630source = "registry+https://github.com/rust-lang/crates.io-index"
 1631checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1632dependencies = [
 1633 "aws-smithy-async",
 1634 "aws-smithy-types",
 1635 "bytes 1.10.1",
 1636 "http 0.2.12",
 1637 "http 1.2.0",
 1638 "pin-project-lite",
 1639 "tokio",
 1640 "tracing",
 1641 "zeroize",
 1642]
 1643
 1644[[package]]
 1645name = "aws-smithy-types"
 1646version = "1.2.13"
 1647source = "registry+https://github.com/rust-lang/crates.io-index"
 1648checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1649dependencies = [
 1650 "base64-simd",
 1651 "bytes 1.10.1",
 1652 "bytes-utils",
 1653 "futures-core",
 1654 "http 0.2.12",
 1655 "http 1.2.0",
 1656 "http-body 0.4.6",
 1657 "http-body 1.0.1",
 1658 "http-body-util",
 1659 "itoa",
 1660 "num-integer",
 1661 "pin-project-lite",
 1662 "pin-utils",
 1663 "ryu",
 1664 "serde",
 1665 "time",
 1666 "tokio",
 1667 "tokio-util",
 1668]
 1669
 1670[[package]]
 1671name = "aws-smithy-xml"
 1672version = "0.60.9"
 1673source = "registry+https://github.com/rust-lang/crates.io-index"
 1674checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1675dependencies = [
 1676 "xmlparser",
 1677]
 1678
 1679[[package]]
 1680name = "aws-types"
 1681version = "1.3.5"
 1682source = "registry+https://github.com/rust-lang/crates.io-index"
 1683checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1684dependencies = [
 1685 "aws-credential-types",
 1686 "aws-smithy-async",
 1687 "aws-smithy-runtime-api",
 1688 "aws-smithy-types",
 1689 "rustc_version",
 1690 "tracing",
 1691]
 1692
 1693[[package]]
 1694name = "aws_http_client"
 1695version = "0.1.0"
 1696dependencies = [
 1697 "aws-smithy-runtime-api",
 1698 "aws-smithy-types",
 1699 "futures 0.3.31",
 1700 "http_client",
 1701 "tokio",
 1702]
 1703
 1704[[package]]
 1705name = "axum"
 1706version = "0.6.20"
 1707source = "registry+https://github.com/rust-lang/crates.io-index"
 1708checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1709dependencies = [
 1710 "async-trait",
 1711 "axum-core",
 1712 "base64 0.21.7",
 1713 "bitflags 1.3.2",
 1714 "bytes 1.10.1",
 1715 "futures-util",
 1716 "headers",
 1717 "http 0.2.12",
 1718 "http-body 0.4.6",
 1719 "hyper 0.14.32",
 1720 "itoa",
 1721 "matchit",
 1722 "memchr",
 1723 "mime",
 1724 "percent-encoding",
 1725 "pin-project-lite",
 1726 "rustversion",
 1727 "serde",
 1728 "serde_json",
 1729 "serde_path_to_error",
 1730 "serde_urlencoded",
 1731 "sha1",
 1732 "sync_wrapper 0.1.2",
 1733 "tokio",
 1734 "tokio-tungstenite 0.20.1",
 1735 "tower",
 1736 "tower-layer",
 1737 "tower-service",
 1738]
 1739
 1740[[package]]
 1741name = "axum-core"
 1742version = "0.3.4"
 1743source = "registry+https://github.com/rust-lang/crates.io-index"
 1744checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1745dependencies = [
 1746 "async-trait",
 1747 "bytes 1.10.1",
 1748 "futures-util",
 1749 "http 0.2.12",
 1750 "http-body 0.4.6",
 1751 "mime",
 1752 "rustversion",
 1753 "tower-layer",
 1754 "tower-service",
 1755]
 1756
 1757[[package]]
 1758name = "axum-extra"
 1759version = "0.4.2"
 1760source = "registry+https://github.com/rust-lang/crates.io-index"
 1761checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1762dependencies = [
 1763 "axum",
 1764 "bytes 1.10.1",
 1765 "futures-util",
 1766 "http 0.2.12",
 1767 "mime",
 1768 "pin-project-lite",
 1769 "serde",
 1770 "serde_json",
 1771 "tokio",
 1772 "tower",
 1773 "tower-http 0.3.5",
 1774 "tower-layer",
 1775 "tower-service",
 1776]
 1777
 1778[[package]]
 1779name = "backtrace"
 1780version = "0.3.74"
 1781source = "registry+https://github.com/rust-lang/crates.io-index"
 1782checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1783dependencies = [
 1784 "addr2line",
 1785 "cfg-if",
 1786 "libc",
 1787 "miniz_oxide",
 1788 "object",
 1789 "rustc-demangle",
 1790 "windows-targets 0.52.6",
 1791]
 1792
 1793[[package]]
 1794name = "base16ct"
 1795version = "0.1.1"
 1796source = "registry+https://github.com/rust-lang/crates.io-index"
 1797checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1798
 1799[[package]]
 1800name = "base64"
 1801version = "0.13.1"
 1802source = "registry+https://github.com/rust-lang/crates.io-index"
 1803checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1804
 1805[[package]]
 1806name = "base64"
 1807version = "0.21.7"
 1808source = "registry+https://github.com/rust-lang/crates.io-index"
 1809checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1810
 1811[[package]]
 1812name = "base64"
 1813version = "0.22.1"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1816
 1817[[package]]
 1818name = "base64-simd"
 1819version = "0.8.0"
 1820source = "registry+https://github.com/rust-lang/crates.io-index"
 1821checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1822dependencies = [
 1823 "outref",
 1824 "vsimd",
 1825]
 1826
 1827[[package]]
 1828name = "base64ct"
 1829version = "1.6.0"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1832
 1833[[package]]
 1834name = "bedrock"
 1835version = "0.1.0"
 1836dependencies = [
 1837 "anyhow",
 1838 "aws-sdk-bedrockruntime",
 1839 "aws-smithy-types",
 1840 "futures 0.3.31",
 1841 "schemars",
 1842 "serde",
 1843 "serde_json",
 1844 "strum",
 1845 "thiserror 1.0.69",
 1846 "tokio",
 1847]
 1848
 1849[[package]]
 1850name = "bigdecimal"
 1851version = "0.4.7"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1854dependencies = [
 1855 "autocfg",
 1856 "libm",
 1857 "num-bigint",
 1858 "num-integer",
 1859 "num-traits",
 1860 "serde",
 1861]
 1862
 1863[[package]]
 1864name = "bincode"
 1865version = "1.3.3"
 1866source = "registry+https://github.com/rust-lang/crates.io-index"
 1867checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1868dependencies = [
 1869 "serde",
 1870]
 1871
 1872[[package]]
 1873name = "bindgen"
 1874version = "0.69.5"
 1875source = "registry+https://github.com/rust-lang/crates.io-index"
 1876checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1877dependencies = [
 1878 "bitflags 2.8.0",
 1879 "cexpr",
 1880 "clang-sys",
 1881 "itertools 0.12.1",
 1882 "lazy_static",
 1883 "lazycell",
 1884 "log",
 1885 "prettyplease",
 1886 "proc-macro2",
 1887 "quote",
 1888 "regex",
 1889 "rustc-hash 1.1.0",
 1890 "shlex",
 1891 "syn 2.0.100",
 1892 "which 4.4.2",
 1893]
 1894
 1895[[package]]
 1896name = "bindgen"
 1897version = "0.70.1"
 1898source = "registry+https://github.com/rust-lang/crates.io-index"
 1899checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1900dependencies = [
 1901 "bitflags 2.8.0",
 1902 "cexpr",
 1903 "clang-sys",
 1904 "itertools 0.12.1",
 1905 "log",
 1906 "prettyplease",
 1907 "proc-macro2",
 1908 "quote",
 1909 "regex",
 1910 "rustc-hash 1.1.0",
 1911 "shlex",
 1912 "syn 2.0.100",
 1913]
 1914
 1915[[package]]
 1916name = "bit-set"
 1917version = "0.5.3"
 1918source = "registry+https://github.com/rust-lang/crates.io-index"
 1919checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1920dependencies = [
 1921 "bit-vec 0.6.3",
 1922]
 1923
 1924[[package]]
 1925name = "bit-set"
 1926version = "0.8.0"
 1927source = "registry+https://github.com/rust-lang/crates.io-index"
 1928checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1929dependencies = [
 1930 "bit-vec 0.8.0",
 1931]
 1932
 1933[[package]]
 1934name = "bit-vec"
 1935version = "0.6.3"
 1936source = "registry+https://github.com/rust-lang/crates.io-index"
 1937checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1938
 1939[[package]]
 1940name = "bit-vec"
 1941version = "0.8.0"
 1942source = "registry+https://github.com/rust-lang/crates.io-index"
 1943checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1944
 1945[[package]]
 1946name = "bit_field"
 1947version = "0.10.2"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1950
 1951[[package]]
 1952name = "bitflags"
 1953version = "1.3.2"
 1954source = "registry+https://github.com/rust-lang/crates.io-index"
 1955checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1956
 1957[[package]]
 1958name = "bitflags"
 1959version = "2.8.0"
 1960source = "registry+https://github.com/rust-lang/crates.io-index"
 1961checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1962dependencies = [
 1963 "serde",
 1964]
 1965
 1966[[package]]
 1967name = "bitstream-io"
 1968version = "2.6.0"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1971
 1972[[package]]
 1973name = "bitvec"
 1974version = "1.0.1"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1977dependencies = [
 1978 "funty",
 1979 "radium",
 1980 "tap",
 1981 "wyz",
 1982]
 1983
 1984[[package]]
 1985name = "blade-graphics"
 1986version = "0.6.0"
 1987source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1988dependencies = [
 1989 "ash",
 1990 "ash-window",
 1991 "bitflags 2.8.0",
 1992 "bytemuck",
 1993 "codespan-reporting",
 1994 "glow",
 1995 "gpu-alloc",
 1996 "gpu-alloc-ash",
 1997 "hidden-trait",
 1998 "js-sys",
 1999 "khronos-egl",
 2000 "libloading",
 2001 "log",
 2002 "mint",
 2003 "naga",
 2004 "objc2",
 2005 "objc2-app-kit",
 2006 "objc2-foundation",
 2007 "objc2-metal",
 2008 "objc2-quartz-core",
 2009 "objc2-ui-kit",
 2010 "raw-window-handle",
 2011 "slab",
 2012 "wasm-bindgen",
 2013 "web-sys",
 2014]
 2015
 2016[[package]]
 2017name = "blade-macros"
 2018version = "0.3.0"
 2019source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2020dependencies = [
 2021 "proc-macro2",
 2022 "quote",
 2023 "syn 2.0.100",
 2024]
 2025
 2026[[package]]
 2027name = "blade-util"
 2028version = "0.2.0"
 2029source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2030dependencies = [
 2031 "blade-graphics",
 2032 "bytemuck",
 2033 "log",
 2034 "profiling",
 2035]
 2036
 2037[[package]]
 2038name = "blake3"
 2039version = "1.6.1"
 2040source = "registry+https://github.com/rust-lang/crates.io-index"
 2041checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2042dependencies = [
 2043 "arrayref",
 2044 "arrayvec",
 2045 "cc",
 2046 "cfg-if",
 2047 "constant_time_eq 0.3.1",
 2048]
 2049
 2050[[package]]
 2051name = "block"
 2052version = "0.1.6"
 2053source = "registry+https://github.com/rust-lang/crates.io-index"
 2054checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2055
 2056[[package]]
 2057name = "block-buffer"
 2058version = "0.10.4"
 2059source = "registry+https://github.com/rust-lang/crates.io-index"
 2060checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2061dependencies = [
 2062 "generic-array",
 2063]
 2064
 2065[[package]]
 2066name = "block-padding"
 2067version = "0.3.3"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2070dependencies = [
 2071 "generic-array",
 2072]
 2073
 2074[[package]]
 2075name = "block2"
 2076version = "0.5.1"
 2077source = "registry+https://github.com/rust-lang/crates.io-index"
 2078checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2079dependencies = [
 2080 "objc2",
 2081]
 2082
 2083[[package]]
 2084name = "blocking"
 2085version = "1.6.1"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2088dependencies = [
 2089 "async-channel 2.3.1",
 2090 "async-task",
 2091 "futures-io",
 2092 "futures-lite 2.6.0",
 2093 "piper",
 2094]
 2095
 2096[[package]]
 2097name = "borsh"
 2098version = "1.5.3"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2101dependencies = [
 2102 "borsh-derive",
 2103 "cfg_aliases 0.2.1",
 2104]
 2105
 2106[[package]]
 2107name = "borsh-derive"
 2108version = "1.5.3"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2111dependencies = [
 2112 "once_cell",
 2113 "proc-macro-crate",
 2114 "proc-macro2",
 2115 "quote",
 2116 "syn 2.0.100",
 2117]
 2118
 2119[[package]]
 2120name = "breadcrumbs"
 2121version = "0.1.0"
 2122dependencies = [
 2123 "editor",
 2124 "gpui",
 2125 "itertools 0.14.0",
 2126 "theme",
 2127 "ui",
 2128 "workspace",
 2129 "zed_actions",
 2130]
 2131
 2132[[package]]
 2133name = "bstr"
 2134version = "1.11.1"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2137dependencies = [
 2138 "memchr",
 2139 "regex-automata 0.4.9",
 2140 "serde",
 2141]
 2142
 2143[[package]]
 2144name = "buffer_diff"
 2145version = "0.1.0"
 2146dependencies = [
 2147 "anyhow",
 2148 "clock",
 2149 "ctor",
 2150 "env_logger 0.11.7",
 2151 "futures 0.3.31",
 2152 "git2",
 2153 "gpui",
 2154 "language",
 2155 "log",
 2156 "pretty_assertions",
 2157 "rand 0.8.5",
 2158 "rope",
 2159 "serde_json",
 2160 "sum_tree",
 2161 "text",
 2162 "unindent",
 2163 "util",
 2164]
 2165
 2166[[package]]
 2167name = "built"
 2168version = "0.7.5"
 2169source = "registry+https://github.com/rust-lang/crates.io-index"
 2170checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2171
 2172[[package]]
 2173name = "bumpalo"
 2174version = "3.16.0"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2177dependencies = [
 2178 "allocator-api2",
 2179]
 2180
 2181[[package]]
 2182name = "by_address"
 2183version = "1.2.1"
 2184source = "registry+https://github.com/rust-lang/crates.io-index"
 2185checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2186
 2187[[package]]
 2188name = "bytecheck"
 2189version = "0.6.12"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2192dependencies = [
 2193 "bytecheck_derive",
 2194 "ptr_meta",
 2195 "simdutf8",
 2196]
 2197
 2198[[package]]
 2199name = "bytecheck_derive"
 2200version = "0.6.12"
 2201source = "registry+https://github.com/rust-lang/crates.io-index"
 2202checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2203dependencies = [
 2204 "proc-macro2",
 2205 "quote",
 2206 "syn 1.0.109",
 2207]
 2208
 2209[[package]]
 2210name = "bytemuck"
 2211version = "1.21.0"
 2212source = "registry+https://github.com/rust-lang/crates.io-index"
 2213checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2214dependencies = [
 2215 "bytemuck_derive",
 2216]
 2217
 2218[[package]]
 2219name = "bytemuck_derive"
 2220version = "1.8.0"
 2221source = "registry+https://github.com/rust-lang/crates.io-index"
 2222checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2223dependencies = [
 2224 "proc-macro2",
 2225 "quote",
 2226 "syn 2.0.100",
 2227]
 2228
 2229[[package]]
 2230name = "byteorder"
 2231version = "1.5.0"
 2232source = "registry+https://github.com/rust-lang/crates.io-index"
 2233checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2234
 2235[[package]]
 2236name = "byteorder-lite"
 2237version = "0.1.0"
 2238source = "registry+https://github.com/rust-lang/crates.io-index"
 2239checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2240
 2241[[package]]
 2242name = "bytes"
 2243version = "0.4.12"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2246dependencies = [
 2247 "byteorder",
 2248 "iovec",
 2249]
 2250
 2251[[package]]
 2252name = "bytes"
 2253version = "1.10.1"
 2254source = "registry+https://github.com/rust-lang/crates.io-index"
 2255checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2256
 2257[[package]]
 2258name = "bytes-utils"
 2259version = "0.1.4"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2262dependencies = [
 2263 "bytes 1.10.1",
 2264 "either",
 2265]
 2266
 2267[[package]]
 2268name = "bzip2"
 2269version = "0.4.4"
 2270source = "registry+https://github.com/rust-lang/crates.io-index"
 2271checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2272dependencies = [
 2273 "bzip2-sys",
 2274 "libc",
 2275]
 2276
 2277[[package]]
 2278name = "bzip2-sys"
 2279version = "0.1.11+1.0.8"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2282dependencies = [
 2283 "cc",
 2284 "libc",
 2285 "pkg-config",
 2286]
 2287
 2288[[package]]
 2289name = "call"
 2290version = "0.1.0"
 2291dependencies = [
 2292 "anyhow",
 2293 "audio",
 2294 "client",
 2295 "collections",
 2296 "fs",
 2297 "futures 0.3.31",
 2298 "gpui",
 2299 "http_client",
 2300 "language",
 2301 "livekit_client",
 2302 "livekit_client_macos",
 2303 "log",
 2304 "postage",
 2305 "project",
 2306 "schemars",
 2307 "serde",
 2308 "serde_derive",
 2309 "settings",
 2310 "telemetry",
 2311 "util",
 2312]
 2313
 2314[[package]]
 2315name = "calloop"
 2316version = "0.13.0"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2319dependencies = [
 2320 "bitflags 2.8.0",
 2321 "log",
 2322 "polling",
 2323 "rustix",
 2324 "slab",
 2325 "thiserror 1.0.69",
 2326]
 2327
 2328[[package]]
 2329name = "calloop-wayland-source"
 2330version = "0.3.0"
 2331source = "registry+https://github.com/rust-lang/crates.io-index"
 2332checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2333dependencies = [
 2334 "calloop",
 2335 "rustix",
 2336 "wayland-backend",
 2337 "wayland-client",
 2338]
 2339
 2340[[package]]
 2341name = "camino"
 2342version = "1.1.9"
 2343source = "registry+https://github.com/rust-lang/crates.io-index"
 2344checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2345dependencies = [
 2346 "serde",
 2347]
 2348
 2349[[package]]
 2350name = "cap-fs-ext"
 2351version = "3.4.2"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2354dependencies = [
 2355 "cap-primitives",
 2356 "cap-std",
 2357 "io-lifetimes",
 2358 "windows-sys 0.59.0",
 2359]
 2360
 2361[[package]]
 2362name = "cap-net-ext"
 2363version = "3.4.2"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2366dependencies = [
 2367 "cap-primitives",
 2368 "cap-std",
 2369 "rustix",
 2370 "smallvec",
 2371]
 2372
 2373[[package]]
 2374name = "cap-primitives"
 2375version = "3.4.2"
 2376source = "registry+https://github.com/rust-lang/crates.io-index"
 2377checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2378dependencies = [
 2379 "ambient-authority",
 2380 "fs-set-times",
 2381 "io-extras",
 2382 "io-lifetimes",
 2383 "ipnet",
 2384 "maybe-owned",
 2385 "rustix",
 2386 "windows-sys 0.59.0",
 2387 "winx",
 2388]
 2389
 2390[[package]]
 2391name = "cap-rand"
 2392version = "3.4.2"
 2393source = "registry+https://github.com/rust-lang/crates.io-index"
 2394checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2395dependencies = [
 2396 "ambient-authority",
 2397 "rand 0.8.5",
 2398]
 2399
 2400[[package]]
 2401name = "cap-std"
 2402version = "3.4.2"
 2403source = "registry+https://github.com/rust-lang/crates.io-index"
 2404checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2405dependencies = [
 2406 "cap-primitives",
 2407 "io-extras",
 2408 "io-lifetimes",
 2409 "rustix",
 2410]
 2411
 2412[[package]]
 2413name = "cap-time-ext"
 2414version = "3.4.2"
 2415source = "registry+https://github.com/rust-lang/crates.io-index"
 2416checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2417dependencies = [
 2418 "ambient-authority",
 2419 "cap-primitives",
 2420 "iana-time-zone",
 2421 "once_cell",
 2422 "rustix",
 2423 "winx",
 2424]
 2425
 2426[[package]]
 2427name = "cargo-platform"
 2428version = "0.1.9"
 2429source = "registry+https://github.com/rust-lang/crates.io-index"
 2430checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2431dependencies = [
 2432 "serde",
 2433]
 2434
 2435[[package]]
 2436name = "cargo_metadata"
 2437version = "0.19.2"
 2438source = "registry+https://github.com/rust-lang/crates.io-index"
 2439checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2440dependencies = [
 2441 "camino",
 2442 "cargo-platform",
 2443 "semver",
 2444 "serde",
 2445 "serde_json",
 2446 "thiserror 2.0.6",
 2447]
 2448
 2449[[package]]
 2450name = "cargo_toml"
 2451version = "0.21.0"
 2452source = "registry+https://github.com/rust-lang/crates.io-index"
 2453checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2454dependencies = [
 2455 "serde",
 2456 "toml 0.8.20",
 2457]
 2458
 2459[[package]]
 2460name = "cast"
 2461version = "0.3.0"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2464
 2465[[package]]
 2466name = "cbc"
 2467version = "0.1.2"
 2468source = "registry+https://github.com/rust-lang/crates.io-index"
 2469checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2470dependencies = [
 2471 "cipher",
 2472]
 2473
 2474[[package]]
 2475name = "cbindgen"
 2476version = "0.27.0"
 2477source = "registry+https://github.com/rust-lang/crates.io-index"
 2478checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2479dependencies = [
 2480 "clap",
 2481 "heck 0.4.1",
 2482 "indexmap",
 2483 "log",
 2484 "proc-macro2",
 2485 "quote",
 2486 "serde",
 2487 "serde_json",
 2488 "syn 2.0.100",
 2489 "tempfile",
 2490 "toml 0.8.20",
 2491]
 2492
 2493[[package]]
 2494name = "cbindgen"
 2495version = "0.28.0"
 2496source = "registry+https://github.com/rust-lang/crates.io-index"
 2497checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2498dependencies = [
 2499 "heck 0.4.1",
 2500 "indexmap",
 2501 "log",
 2502 "proc-macro2",
 2503 "quote",
 2504 "serde",
 2505 "serde_json",
 2506 "syn 2.0.100",
 2507 "tempfile",
 2508 "toml 0.8.20",
 2509]
 2510
 2511[[package]]
 2512name = "cc"
 2513version = "1.2.12"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2516dependencies = [
 2517 "jobserver",
 2518 "libc",
 2519 "shlex",
 2520]
 2521
 2522[[package]]
 2523name = "cesu8"
 2524version = "1.1.0"
 2525source = "registry+https://github.com/rust-lang/crates.io-index"
 2526checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2527
 2528[[package]]
 2529name = "cexpr"
 2530version = "0.6.0"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2533dependencies = [
 2534 "nom",
 2535]
 2536
 2537[[package]]
 2538name = "cfg-expr"
 2539version = "0.15.8"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2542dependencies = [
 2543 "smallvec",
 2544 "target-lexicon 0.12.16",
 2545]
 2546
 2547[[package]]
 2548name = "cfg-if"
 2549version = "1.0.0"
 2550source = "registry+https://github.com/rust-lang/crates.io-index"
 2551checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2552
 2553[[package]]
 2554name = "cfg_aliases"
 2555version = "0.1.1"
 2556source = "registry+https://github.com/rust-lang/crates.io-index"
 2557checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2558
 2559[[package]]
 2560name = "cfg_aliases"
 2561version = "0.2.1"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2564
 2565[[package]]
 2566name = "channel"
 2567version = "0.1.0"
 2568dependencies = [
 2569 "anyhow",
 2570 "client",
 2571 "clock",
 2572 "collections",
 2573 "futures 0.3.31",
 2574 "gpui",
 2575 "http_client",
 2576 "language",
 2577 "log",
 2578 "rand 0.8.5",
 2579 "release_channel",
 2580 "rpc",
 2581 "settings",
 2582 "sum_tree",
 2583 "text",
 2584 "time",
 2585 "util",
 2586]
 2587
 2588[[package]]
 2589name = "chrono"
 2590version = "0.4.40"
 2591source = "registry+https://github.com/rust-lang/crates.io-index"
 2592checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2593dependencies = [
 2594 "android-tzdata",
 2595 "iana-time-zone",
 2596 "js-sys",
 2597 "num-traits",
 2598 "serde",
 2599 "wasm-bindgen",
 2600 "windows-link",
 2601]
 2602
 2603[[package]]
 2604name = "chunked_transfer"
 2605version = "1.5.0"
 2606source = "registry+https://github.com/rust-lang/crates.io-index"
 2607checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2608
 2609[[package]]
 2610name = "ciborium"
 2611version = "0.2.2"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2614dependencies = [
 2615 "ciborium-io",
 2616 "ciborium-ll",
 2617 "serde",
 2618]
 2619
 2620[[package]]
 2621name = "ciborium-io"
 2622version = "0.2.2"
 2623source = "registry+https://github.com/rust-lang/crates.io-index"
 2624checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2625
 2626[[package]]
 2627name = "ciborium-ll"
 2628version = "0.2.2"
 2629source = "registry+https://github.com/rust-lang/crates.io-index"
 2630checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2631dependencies = [
 2632 "ciborium-io",
 2633 "half",
 2634]
 2635
 2636[[package]]
 2637name = "cipher"
 2638version = "0.4.4"
 2639source = "registry+https://github.com/rust-lang/crates.io-index"
 2640checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2641dependencies = [
 2642 "crypto-common",
 2643 "inout",
 2644 "zeroize",
 2645]
 2646
 2647[[package]]
 2648name = "circular-buffer"
 2649version = "1.0.0"
 2650source = "registry+https://github.com/rust-lang/crates.io-index"
 2651checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2652
 2653[[package]]
 2654name = "clang-sys"
 2655version = "1.8.1"
 2656source = "registry+https://github.com/rust-lang/crates.io-index"
 2657checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2658dependencies = [
 2659 "glob",
 2660 "libc",
 2661 "libloading",
 2662]
 2663
 2664[[package]]
 2665name = "clap"
 2666version = "4.5.32"
 2667source = "registry+https://github.com/rust-lang/crates.io-index"
 2668checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2669dependencies = [
 2670 "clap_builder",
 2671 "clap_derive",
 2672]
 2673
 2674[[package]]
 2675name = "clap_builder"
 2676version = "4.5.32"
 2677source = "registry+https://github.com/rust-lang/crates.io-index"
 2678checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2679dependencies = [
 2680 "anstream",
 2681 "anstyle",
 2682 "clap_lex",
 2683 "strsim",
 2684 "terminal_size",
 2685]
 2686
 2687[[package]]
 2688name = "clap_complete"
 2689version = "4.5.38"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2692dependencies = [
 2693 "clap",
 2694]
 2695
 2696[[package]]
 2697name = "clap_derive"
 2698version = "4.5.32"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2701dependencies = [
 2702 "heck 0.5.0",
 2703 "proc-macro2",
 2704 "quote",
 2705 "syn 2.0.100",
 2706]
 2707
 2708[[package]]
 2709name = "clap_lex"
 2710version = "0.7.4"
 2711source = "registry+https://github.com/rust-lang/crates.io-index"
 2712checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2713
 2714[[package]]
 2715name = "cli"
 2716version = "0.1.0"
 2717dependencies = [
 2718 "anyhow",
 2719 "clap",
 2720 "collections",
 2721 "core-foundation 0.9.4",
 2722 "core-services",
 2723 "exec",
 2724 "fork",
 2725 "ipc-channel",
 2726 "parking_lot",
 2727 "paths",
 2728 "plist",
 2729 "release_channel",
 2730 "serde",
 2731 "tempfile",
 2732 "util",
 2733 "windows 0.60.0",
 2734]
 2735
 2736[[package]]
 2737name = "client"
 2738version = "0.1.0"
 2739dependencies = [
 2740 "anyhow",
 2741 "async-native-tls",
 2742 "async-recursion 0.3.2",
 2743 "async-tungstenite",
 2744 "chrono",
 2745 "clock",
 2746 "cocoa 0.26.0",
 2747 "collections",
 2748 "credentials_provider",
 2749 "feature_flags",
 2750 "futures 0.3.31",
 2751 "gpui",
 2752 "http_client",
 2753 "http_client_tls",
 2754 "log",
 2755 "parking_lot",
 2756 "paths",
 2757 "postage",
 2758 "rand 0.8.5",
 2759 "release_channel",
 2760 "rpc",
 2761 "schemars",
 2762 "serde",
 2763 "serde_json",
 2764 "settings",
 2765 "sha2",
 2766 "smol",
 2767 "telemetry",
 2768 "telemetry_events",
 2769 "text",
 2770 "thiserror 1.0.69",
 2771 "time",
 2772 "tiny_http",
 2773 "tokio-socks",
 2774 "url",
 2775 "util",
 2776 "windows 0.60.0",
 2777 "worktree",
 2778]
 2779
 2780[[package]]
 2781name = "clock"
 2782version = "0.1.0"
 2783dependencies = [
 2784 "parking_lot",
 2785 "serde",
 2786 "smallvec",
 2787]
 2788
 2789[[package]]
 2790name = "cmake"
 2791version = "0.1.53"
 2792source = "registry+https://github.com/rust-lang/crates.io-index"
 2793checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2794dependencies = [
 2795 "cc",
 2796]
 2797
 2798[[package]]
 2799name = "cobs"
 2800version = "0.2.3"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2803
 2804[[package]]
 2805name = "cocoa"
 2806version = "0.25.0"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2809dependencies = [
 2810 "bitflags 1.3.2",
 2811 "block",
 2812 "cocoa-foundation 0.1.2",
 2813 "core-foundation 0.9.4",
 2814 "core-graphics 0.23.2",
 2815 "foreign-types 0.5.0",
 2816 "libc",
 2817 "objc",
 2818]
 2819
 2820[[package]]
 2821name = "cocoa"
 2822version = "0.26.0"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2825dependencies = [
 2826 "bitflags 2.8.0",
 2827 "block",
 2828 "cocoa-foundation 0.2.0",
 2829 "core-foundation 0.10.0",
 2830 "core-graphics 0.24.0",
 2831 "foreign-types 0.5.0",
 2832 "libc",
 2833 "objc",
 2834]
 2835
 2836[[package]]
 2837name = "cocoa-foundation"
 2838version = "0.1.2"
 2839source = "registry+https://github.com/rust-lang/crates.io-index"
 2840checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2841dependencies = [
 2842 "bitflags 1.3.2",
 2843 "block",
 2844 "core-foundation 0.9.4",
 2845 "core-graphics-types 0.1.3",
 2846 "libc",
 2847 "objc",
 2848]
 2849
 2850[[package]]
 2851name = "cocoa-foundation"
 2852version = "0.2.0"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2855dependencies = [
 2856 "bitflags 2.8.0",
 2857 "block",
 2858 "core-foundation 0.10.0",
 2859 "core-graphics-types 0.2.0",
 2860 "libc",
 2861 "objc",
 2862]
 2863
 2864[[package]]
 2865name = "codespan-reporting"
 2866version = "0.11.1"
 2867source = "registry+https://github.com/rust-lang/crates.io-index"
 2868checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2869dependencies = [
 2870 "termcolor",
 2871 "unicode-width",
 2872]
 2873
 2874[[package]]
 2875name = "collab"
 2876version = "0.44.0"
 2877dependencies = [
 2878 "anthropic",
 2879 "anyhow",
 2880 "assistant",
 2881 "assistant_context_editor",
 2882 "assistant_slash_command",
 2883 "assistant_tool",
 2884 "async-stripe",
 2885 "async-trait",
 2886 "async-tungstenite",
 2887 "audio",
 2888 "aws-config",
 2889 "aws-sdk-kinesis",
 2890 "aws-sdk-s3",
 2891 "axum",
 2892 "axum-extra",
 2893 "base64 0.22.1",
 2894 "buffer_diff",
 2895 "call",
 2896 "channel",
 2897 "chrono",
 2898 "client",
 2899 "clock",
 2900 "collab_ui",
 2901 "collections",
 2902 "command_palette_hooks",
 2903 "context_server",
 2904 "ctor",
 2905 "dap",
 2906 "dashmap 6.1.0",
 2907 "debugger_ui",
 2908 "derive_more",
 2909 "editor",
 2910 "env_logger 0.11.7",
 2911 "envy",
 2912 "extension",
 2913 "file_finder",
 2914 "fs",
 2915 "futures 0.3.31",
 2916 "git",
 2917 "git_hosting_providers",
 2918 "git_ui",
 2919 "google_ai",
 2920 "gpui",
 2921 "hex",
 2922 "http_client",
 2923 "hyper 0.14.32",
 2924 "indoc",
 2925 "jsonwebtoken",
 2926 "language",
 2927 "language_model",
 2928 "livekit_api",
 2929 "livekit_client",
 2930 "livekit_client_macos",
 2931 "log",
 2932 "lsp",
 2933 "menu",
 2934 "multi_buffer",
 2935 "nanoid",
 2936 "node_runtime",
 2937 "notifications",
 2938 "open_ai",
 2939 "parking_lot",
 2940 "pretty_assertions",
 2941 "project",
 2942 "prometheus",
 2943 "prompt_store",
 2944 "prost 0.9.0",
 2945 "rand 0.8.5",
 2946 "recent_projects",
 2947 "release_channel",
 2948 "remote",
 2949 "remote_server",
 2950 "reqwest 0.11.27",
 2951 "reqwest_client",
 2952 "rpc",
 2953 "rustc-demangle",
 2954 "scrypt",
 2955 "sea-orm",
 2956 "semantic_version",
 2957 "semver",
 2958 "serde",
 2959 "serde_derive",
 2960 "serde_json",
 2961 "session",
 2962 "settings",
 2963 "sha2",
 2964 "sqlx",
 2965 "strum",
 2966 "subtle",
 2967 "supermaven_api",
 2968 "telemetry_events",
 2969 "text",
 2970 "theme",
 2971 "thiserror 1.0.69",
 2972 "time",
 2973 "tokio",
 2974 "toml 0.8.20",
 2975 "tower",
 2976 "tower-http 0.4.4",
 2977 "tracing",
 2978 "tracing-subscriber",
 2979 "unindent",
 2980 "util",
 2981 "uuid",
 2982 "workspace",
 2983 "worktree",
 2984]
 2985
 2986[[package]]
 2987name = "collab_ui"
 2988version = "0.1.0"
 2989dependencies = [
 2990 "anyhow",
 2991 "call",
 2992 "channel",
 2993 "chrono",
 2994 "client",
 2995 "collections",
 2996 "db",
 2997 "editor",
 2998 "emojis",
 2999 "futures 0.3.31",
 3000 "fuzzy",
 3001 "gpui",
 3002 "http_client",
 3003 "language",
 3004 "menu",
 3005 "notifications",
 3006 "picker",
 3007 "pretty_assertions",
 3008 "project",
 3009 "release_channel",
 3010 "rich_text",
 3011 "rpc",
 3012 "schemars",
 3013 "serde",
 3014 "serde_derive",
 3015 "serde_json",
 3016 "settings",
 3017 "smallvec",
 3018 "story",
 3019 "telemetry",
 3020 "theme",
 3021 "time",
 3022 "time_format",
 3023 "title_bar",
 3024 "tree-sitter-md",
 3025 "ui",
 3026 "util",
 3027 "workspace",
 3028]
 3029
 3030[[package]]
 3031name = "collections"
 3032version = "0.1.0"
 3033dependencies = [
 3034 "indexmap",
 3035 "rustc-hash 2.1.1",
 3036]
 3037
 3038[[package]]
 3039name = "color_quant"
 3040version = "1.1.0"
 3041source = "registry+https://github.com/rust-lang/crates.io-index"
 3042checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3043
 3044[[package]]
 3045name = "colorchoice"
 3046version = "1.0.3"
 3047source = "registry+https://github.com/rust-lang/crates.io-index"
 3048checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3049
 3050[[package]]
 3051name = "combine"
 3052version = "4.6.7"
 3053source = "registry+https://github.com/rust-lang/crates.io-index"
 3054checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3055dependencies = [
 3056 "bytes 1.10.1",
 3057 "memchr",
 3058]
 3059
 3060[[package]]
 3061name = "command_palette"
 3062version = "0.1.0"
 3063dependencies = [
 3064 "client",
 3065 "collections",
 3066 "command_palette_hooks",
 3067 "ctor",
 3068 "editor",
 3069 "env_logger 0.11.7",
 3070 "fuzzy",
 3071 "go_to_line",
 3072 "gpui",
 3073 "language",
 3074 "menu",
 3075 "picker",
 3076 "postage",
 3077 "project",
 3078 "serde",
 3079 "serde_json",
 3080 "settings",
 3081 "telemetry",
 3082 "theme",
 3083 "ui",
 3084 "util",
 3085 "workspace",
 3086 "zed_actions",
 3087]
 3088
 3089[[package]]
 3090name = "command_palette_hooks"
 3091version = "0.1.0"
 3092dependencies = [
 3093 "collections",
 3094 "derive_more",
 3095 "gpui",
 3096]
 3097
 3098[[package]]
 3099name = "component"
 3100version = "0.1.0"
 3101dependencies = [
 3102 "collections",
 3103 "gpui",
 3104 "linkme",
 3105 "parking_lot",
 3106 "theme",
 3107]
 3108
 3109[[package]]
 3110name = "component_preview"
 3111version = "0.1.0"
 3112dependencies = [
 3113 "client",
 3114 "collections",
 3115 "component",
 3116 "gpui",
 3117 "languages",
 3118 "notifications",
 3119 "project",
 3120 "ui",
 3121 "workspace",
 3122]
 3123
 3124[[package]]
 3125name = "concurrent-queue"
 3126version = "2.5.0"
 3127source = "registry+https://github.com/rust-lang/crates.io-index"
 3128checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3129dependencies = [
 3130 "crossbeam-utils",
 3131]
 3132
 3133[[package]]
 3134name = "console"
 3135version = "0.15.8"
 3136source = "registry+https://github.com/rust-lang/crates.io-index"
 3137checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3138dependencies = [
 3139 "encode_unicode",
 3140 "lazy_static",
 3141 "libc",
 3142 "unicode-width",
 3143 "windows-sys 0.52.0",
 3144]
 3145
 3146[[package]]
 3147name = "const-oid"
 3148version = "0.9.6"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3151
 3152[[package]]
 3153name = "const-random"
 3154version = "0.1.18"
 3155source = "registry+https://github.com/rust-lang/crates.io-index"
 3156checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3157dependencies = [
 3158 "const-random-macro",
 3159]
 3160
 3161[[package]]
 3162name = "const-random-macro"
 3163version = "0.1.16"
 3164source = "registry+https://github.com/rust-lang/crates.io-index"
 3165checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3166dependencies = [
 3167 "getrandom 0.2.15",
 3168 "once_cell",
 3169 "tiny-keccak",
 3170]
 3171
 3172[[package]]
 3173name = "constant_time_eq"
 3174version = "0.1.5"
 3175source = "registry+https://github.com/rust-lang/crates.io-index"
 3176checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3177
 3178[[package]]
 3179name = "constant_time_eq"
 3180version = "0.3.1"
 3181source = "registry+https://github.com/rust-lang/crates.io-index"
 3182checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3183
 3184[[package]]
 3185name = "context_server"
 3186version = "0.1.0"
 3187dependencies = [
 3188 "anyhow",
 3189 "assistant_tool",
 3190 "async-trait",
 3191 "collections",
 3192 "command_palette_hooks",
 3193 "context_server_settings",
 3194 "extension",
 3195 "futures 0.3.31",
 3196 "gpui",
 3197 "language_model",
 3198 "log",
 3199 "parking_lot",
 3200 "postage",
 3201 "project",
 3202 "serde",
 3203 "serde_json",
 3204 "settings",
 3205 "smol",
 3206 "url",
 3207 "util",
 3208]
 3209
 3210[[package]]
 3211name = "context_server_settings"
 3212version = "0.1.0"
 3213dependencies = [
 3214 "anyhow",
 3215 "collections",
 3216 "gpui",
 3217 "schemars",
 3218 "serde",
 3219 "serde_json",
 3220 "settings",
 3221]
 3222
 3223[[package]]
 3224name = "convert_case"
 3225version = "0.4.0"
 3226source = "registry+https://github.com/rust-lang/crates.io-index"
 3227checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3228
 3229[[package]]
 3230name = "convert_case"
 3231version = "0.8.0"
 3232source = "registry+https://github.com/rust-lang/crates.io-index"
 3233checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3234dependencies = [
 3235 "unicode-segmentation",
 3236]
 3237
 3238[[package]]
 3239name = "copilot"
 3240version = "0.1.0"
 3241dependencies = [
 3242 "anyhow",
 3243 "async-compression",
 3244 "async-std",
 3245 "async-tar",
 3246 "chrono",
 3247 "client",
 3248 "clock",
 3249 "collections",
 3250 "command_palette_hooks",
 3251 "ctor",
 3252 "editor",
 3253 "env_logger 0.11.7",
 3254 "fs",
 3255 "futures 0.3.31",
 3256 "gpui",
 3257 "http_client",
 3258 "indoc",
 3259 "inline_completion",
 3260 "language",
 3261 "log",
 3262 "lsp",
 3263 "menu",
 3264 "node_runtime",
 3265 "parking_lot",
 3266 "paths",
 3267 "project",
 3268 "rpc",
 3269 "schemars",
 3270 "serde",
 3271 "serde_json",
 3272 "settings",
 3273 "smol",
 3274 "strum",
 3275 "task",
 3276 "theme",
 3277 "ui",
 3278 "util",
 3279 "workspace",
 3280]
 3281
 3282[[package]]
 3283name = "core-foundation"
 3284version = "0.9.4"
 3285source = "registry+https://github.com/rust-lang/crates.io-index"
 3286checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3287dependencies = [
 3288 "core-foundation-sys",
 3289 "libc",
 3290]
 3291
 3292[[package]]
 3293name = "core-foundation"
 3294version = "0.10.0"
 3295source = "registry+https://github.com/rust-lang/crates.io-index"
 3296checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3297dependencies = [
 3298 "core-foundation-sys",
 3299 "libc",
 3300]
 3301
 3302[[package]]
 3303name = "core-foundation-sys"
 3304version = "0.8.7"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3307
 3308[[package]]
 3309name = "core-graphics"
 3310version = "0.23.2"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3313dependencies = [
 3314 "bitflags 1.3.2",
 3315 "core-foundation 0.9.4",
 3316 "core-graphics-types 0.1.3",
 3317 "foreign-types 0.5.0",
 3318 "libc",
 3319]
 3320
 3321[[package]]
 3322name = "core-graphics"
 3323version = "0.24.0"
 3324source = "registry+https://github.com/rust-lang/crates.io-index"
 3325checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3326dependencies = [
 3327 "bitflags 2.8.0",
 3328 "core-foundation 0.10.0",
 3329 "core-graphics-types 0.2.0",
 3330 "foreign-types 0.5.0",
 3331 "libc",
 3332]
 3333
 3334[[package]]
 3335name = "core-graphics-types"
 3336version = "0.1.3"
 3337source = "registry+https://github.com/rust-lang/crates.io-index"
 3338checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3339dependencies = [
 3340 "bitflags 1.3.2",
 3341 "core-foundation 0.9.4",
 3342 "libc",
 3343]
 3344
 3345[[package]]
 3346name = "core-graphics-types"
 3347version = "0.2.0"
 3348source = "registry+https://github.com/rust-lang/crates.io-index"
 3349checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3350dependencies = [
 3351 "bitflags 2.8.0",
 3352 "core-foundation 0.10.0",
 3353 "libc",
 3354]
 3355
 3356[[package]]
 3357name = "core-services"
 3358version = "0.2.1"
 3359source = "registry+https://github.com/rust-lang/crates.io-index"
 3360checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3361dependencies = [
 3362 "core-foundation 0.9.4",
 3363]
 3364
 3365[[package]]
 3366name = "core-text"
 3367version = "20.1.0"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3370dependencies = [
 3371 "core-foundation 0.9.4",
 3372 "core-graphics 0.23.2",
 3373 "foreign-types 0.5.0",
 3374 "libc",
 3375]
 3376
 3377[[package]]
 3378name = "core_maths"
 3379version = "0.1.1"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3382dependencies = [
 3383 "libm",
 3384]
 3385
 3386[[package]]
 3387name = "coreaudio-rs"
 3388version = "0.11.3"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3391dependencies = [
 3392 "bitflags 1.3.2",
 3393 "core-foundation-sys",
 3394 "coreaudio-sys",
 3395]
 3396
 3397[[package]]
 3398name = "coreaudio-rs"
 3399version = "0.12.1"
 3400source = "registry+https://github.com/rust-lang/crates.io-index"
 3401checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3402dependencies = [
 3403 "bitflags 1.3.2",
 3404 "core-foundation-sys",
 3405 "coreaudio-sys",
 3406]
 3407
 3408[[package]]
 3409name = "coreaudio-sys"
 3410version = "0.2.16"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3413dependencies = [
 3414 "bindgen 0.70.1",
 3415]
 3416
 3417[[package]]
 3418name = "cosmic-text"
 3419version = "0.11.2"
 3420source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3421dependencies = [
 3422 "bitflags 2.8.0",
 3423 "fontdb 0.18.0",
 3424 "log",
 3425 "rangemap",
 3426 "rayon",
 3427 "rustc-hash 1.1.0",
 3428 "rustybuzz 0.14.1",
 3429 "self_cell",
 3430 "swash",
 3431 "sys-locale",
 3432 "ttf-parser 0.21.1",
 3433 "unicode-bidi",
 3434 "unicode-linebreak",
 3435 "unicode-script",
 3436 "unicode-segmentation",
 3437]
 3438
 3439[[package]]
 3440name = "cpal"
 3441version = "0.15.3"
 3442source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3443dependencies = [
 3444 "alsa",
 3445 "core-foundation-sys",
 3446 "coreaudio-rs 0.11.3",
 3447 "dasp_sample",
 3448 "jni",
 3449 "js-sys",
 3450 "libc",
 3451 "mach2",
 3452 "ndk",
 3453 "ndk-context",
 3454 "oboe",
 3455 "wasm-bindgen",
 3456 "wasm-bindgen-futures",
 3457 "web-sys",
 3458 "windows 0.54.0",
 3459]
 3460
 3461[[package]]
 3462name = "cpp_demangle"
 3463version = "0.4.4"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3466dependencies = [
 3467 "cfg-if",
 3468]
 3469
 3470[[package]]
 3471name = "cpufeatures"
 3472version = "0.2.16"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3475dependencies = [
 3476 "libc",
 3477]
 3478
 3479[[package]]
 3480name = "cranelift-bforest"
 3481version = "0.116.1"
 3482source = "registry+https://github.com/rust-lang/crates.io-index"
 3483checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3484dependencies = [
 3485 "cranelift-entity",
 3486]
 3487
 3488[[package]]
 3489name = "cranelift-bitset"
 3490version = "0.116.1"
 3491source = "registry+https://github.com/rust-lang/crates.io-index"
 3492checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3493dependencies = [
 3494 "serde",
 3495 "serde_derive",
 3496]
 3497
 3498[[package]]
 3499name = "cranelift-codegen"
 3500version = "0.116.1"
 3501source = "registry+https://github.com/rust-lang/crates.io-index"
 3502checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3503dependencies = [
 3504 "bumpalo",
 3505 "cranelift-bforest",
 3506 "cranelift-bitset",
 3507 "cranelift-codegen-meta",
 3508 "cranelift-codegen-shared",
 3509 "cranelift-control",
 3510 "cranelift-entity",
 3511 "cranelift-isle",
 3512 "gimli",
 3513 "hashbrown 0.14.5",
 3514 "log",
 3515 "regalloc2",
 3516 "rustc-hash 2.1.1",
 3517 "serde",
 3518 "smallvec",
 3519 "target-lexicon 0.13.2",
 3520]
 3521
 3522[[package]]
 3523name = "cranelift-codegen-meta"
 3524version = "0.116.1"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3527dependencies = [
 3528 "cranelift-codegen-shared",
 3529]
 3530
 3531[[package]]
 3532name = "cranelift-codegen-shared"
 3533version = "0.116.1"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3536
 3537[[package]]
 3538name = "cranelift-control"
 3539version = "0.116.1"
 3540source = "registry+https://github.com/rust-lang/crates.io-index"
 3541checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3542dependencies = [
 3543 "arbitrary",
 3544]
 3545
 3546[[package]]
 3547name = "cranelift-entity"
 3548version = "0.116.1"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3551dependencies = [
 3552 "cranelift-bitset",
 3553 "serde",
 3554 "serde_derive",
 3555]
 3556
 3557[[package]]
 3558name = "cranelift-frontend"
 3559version = "0.116.1"
 3560source = "registry+https://github.com/rust-lang/crates.io-index"
 3561checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3562dependencies = [
 3563 "cranelift-codegen",
 3564 "log",
 3565 "smallvec",
 3566 "target-lexicon 0.13.2",
 3567]
 3568
 3569[[package]]
 3570name = "cranelift-isle"
 3571version = "0.116.1"
 3572source = "registry+https://github.com/rust-lang/crates.io-index"
 3573checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3574
 3575[[package]]
 3576name = "cranelift-native"
 3577version = "0.116.1"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3580dependencies = [
 3581 "cranelift-codegen",
 3582 "libc",
 3583 "target-lexicon 0.13.2",
 3584]
 3585
 3586[[package]]
 3587name = "crc"
 3588version = "3.2.1"
 3589source = "registry+https://github.com/rust-lang/crates.io-index"
 3590checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3591dependencies = [
 3592 "crc-catalog",
 3593]
 3594
 3595[[package]]
 3596name = "crc-catalog"
 3597version = "2.4.0"
 3598source = "registry+https://github.com/rust-lang/crates.io-index"
 3599checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3600
 3601[[package]]
 3602name = "crc32c"
 3603version = "0.6.8"
 3604source = "registry+https://github.com/rust-lang/crates.io-index"
 3605checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3606dependencies = [
 3607 "rustc_version",
 3608]
 3609
 3610[[package]]
 3611name = "crc32fast"
 3612version = "1.4.2"
 3613source = "registry+https://github.com/rust-lang/crates.io-index"
 3614checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3615dependencies = [
 3616 "cfg-if",
 3617]
 3618
 3619[[package]]
 3620name = "crc64fast-nvme"
 3621version = "1.1.1"
 3622source = "registry+https://github.com/rust-lang/crates.io-index"
 3623checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3624dependencies = [
 3625 "cbindgen 0.27.0",
 3626 "crc",
 3627]
 3628
 3629[[package]]
 3630name = "credentials_provider"
 3631version = "0.1.0"
 3632dependencies = [
 3633 "anyhow",
 3634 "futures 0.3.31",
 3635 "gpui",
 3636 "paths",
 3637 "release_channel",
 3638 "serde",
 3639 "serde_json",
 3640]
 3641
 3642[[package]]
 3643name = "criterion"
 3644version = "0.5.1"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3647dependencies = [
 3648 "anes",
 3649 "cast",
 3650 "ciborium",
 3651 "clap",
 3652 "criterion-plot",
 3653 "is-terminal",
 3654 "itertools 0.10.5",
 3655 "num-traits",
 3656 "once_cell",
 3657 "oorandom",
 3658 "plotters",
 3659 "rayon",
 3660 "regex",
 3661 "serde",
 3662 "serde_derive",
 3663 "serde_json",
 3664 "tinytemplate",
 3665 "walkdir",
 3666]
 3667
 3668[[package]]
 3669name = "criterion-plot"
 3670version = "0.5.0"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3673dependencies = [
 3674 "cast",
 3675 "itertools 0.10.5",
 3676]
 3677
 3678[[package]]
 3679name = "crossbeam-channel"
 3680version = "0.5.13"
 3681source = "registry+https://github.com/rust-lang/crates.io-index"
 3682checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3683dependencies = [
 3684 "crossbeam-utils",
 3685]
 3686
 3687[[package]]
 3688name = "crossbeam-deque"
 3689version = "0.8.5"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3692dependencies = [
 3693 "crossbeam-epoch",
 3694 "crossbeam-utils",
 3695]
 3696
 3697[[package]]
 3698name = "crossbeam-epoch"
 3699version = "0.9.18"
 3700source = "registry+https://github.com/rust-lang/crates.io-index"
 3701checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3702dependencies = [
 3703 "crossbeam-utils",
 3704]
 3705
 3706[[package]]
 3707name = "crossbeam-queue"
 3708version = "0.3.11"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3711dependencies = [
 3712 "crossbeam-utils",
 3713]
 3714
 3715[[package]]
 3716name = "crossbeam-utils"
 3717version = "0.8.20"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3720
 3721[[package]]
 3722name = "crunchy"
 3723version = "0.2.2"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3726
 3727[[package]]
 3728name = "crypto-bigint"
 3729version = "0.4.9"
 3730source = "registry+https://github.com/rust-lang/crates.io-index"
 3731checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3732dependencies = [
 3733 "generic-array",
 3734 "rand_core 0.6.4",
 3735 "subtle",
 3736 "zeroize",
 3737]
 3738
 3739[[package]]
 3740name = "crypto-bigint"
 3741version = "0.5.5"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3744dependencies = [
 3745 "rand_core 0.6.4",
 3746 "subtle",
 3747]
 3748
 3749[[package]]
 3750name = "crypto-common"
 3751version = "0.1.6"
 3752source = "registry+https://github.com/rust-lang/crates.io-index"
 3753checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3754dependencies = [
 3755 "generic-array",
 3756 "rand_core 0.6.4",
 3757 "typenum",
 3758]
 3759
 3760[[package]]
 3761name = "ctor"
 3762version = "0.4.1"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3765dependencies = [
 3766 "ctor-proc-macro",
 3767 "dtor",
 3768]
 3769
 3770[[package]]
 3771name = "ctor-proc-macro"
 3772version = "0.0.5"
 3773source = "registry+https://github.com/rust-lang/crates.io-index"
 3774checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3775
 3776[[package]]
 3777name = "ctrlc"
 3778version = "3.4.5"
 3779source = "registry+https://github.com/rust-lang/crates.io-index"
 3780checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3781dependencies = [
 3782 "nix",
 3783 "windows-sys 0.59.0",
 3784]
 3785
 3786[[package]]
 3787name = "cursor-icon"
 3788version = "1.1.0"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3791
 3792[[package]]
 3793name = "cxx"
 3794version = "1.0.134"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3797dependencies = [
 3798 "cc",
 3799 "cxxbridge-cmd",
 3800 "cxxbridge-flags",
 3801 "cxxbridge-macro",
 3802 "foldhash",
 3803 "link-cplusplus",
 3804]
 3805
 3806[[package]]
 3807name = "cxx-build"
 3808version = "1.0.134"
 3809source = "registry+https://github.com/rust-lang/crates.io-index"
 3810checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3811dependencies = [
 3812 "cc",
 3813 "codespan-reporting",
 3814 "proc-macro2",
 3815 "quote",
 3816 "scratch",
 3817 "syn 2.0.100",
 3818]
 3819
 3820[[package]]
 3821name = "cxxbridge-cmd"
 3822version = "1.0.134"
 3823source = "registry+https://github.com/rust-lang/crates.io-index"
 3824checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3825dependencies = [
 3826 "clap",
 3827 "codespan-reporting",
 3828 "proc-macro2",
 3829 "quote",
 3830 "syn 2.0.100",
 3831]
 3832
 3833[[package]]
 3834name = "cxxbridge-flags"
 3835version = "1.0.134"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3838
 3839[[package]]
 3840name = "cxxbridge-macro"
 3841version = "1.0.134"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3844dependencies = [
 3845 "proc-macro2",
 3846 "quote",
 3847 "rustversion",
 3848 "syn 2.0.100",
 3849]
 3850
 3851[[package]]
 3852name = "dap"
 3853version = "0.1.0"
 3854dependencies = [
 3855 "anyhow",
 3856 "async-compression",
 3857 "async-pipe",
 3858 "async-tar",
 3859 "async-trait",
 3860 "client",
 3861 "collections",
 3862 "dap-types",
 3863 "env_logger 0.11.7",
 3864 "fs",
 3865 "futures 0.3.31",
 3866 "gpui",
 3867 "http_client",
 3868 "language",
 3869 "log",
 3870 "node_runtime",
 3871 "parking_lot",
 3872 "paths",
 3873 "schemars",
 3874 "serde",
 3875 "serde_json",
 3876 "settings",
 3877 "smallvec",
 3878 "smol",
 3879 "task",
 3880 "util",
 3881]
 3882
 3883[[package]]
 3884name = "dap-types"
 3885version = "0.0.1"
 3886source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3887dependencies = [
 3888 "schemars",
 3889 "serde",
 3890 "serde_json",
 3891]
 3892
 3893[[package]]
 3894name = "dap_adapters"
 3895version = "0.1.0"
 3896dependencies = [
 3897 "anyhow",
 3898 "async-trait",
 3899 "dap",
 3900 "gpui",
 3901 "language",
 3902 "paths",
 3903 "regex",
 3904 "serde",
 3905 "serde_json",
 3906 "sysinfo",
 3907 "task",
 3908 "util",
 3909]
 3910
 3911[[package]]
 3912name = "dashmap"
 3913version = "5.5.3"
 3914source = "registry+https://github.com/rust-lang/crates.io-index"
 3915checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3916dependencies = [
 3917 "cfg-if",
 3918 "hashbrown 0.14.5",
 3919 "lock_api",
 3920 "once_cell",
 3921 "parking_lot_core",
 3922]
 3923
 3924[[package]]
 3925name = "dashmap"
 3926version = "6.1.0"
 3927source = "registry+https://github.com/rust-lang/crates.io-index"
 3928checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3929dependencies = [
 3930 "cfg-if",
 3931 "crossbeam-utils",
 3932 "hashbrown 0.14.5",
 3933 "lock_api",
 3934 "once_cell",
 3935 "parking_lot_core",
 3936]
 3937
 3938[[package]]
 3939name = "dasp_sample"
 3940version = "0.11.0"
 3941source = "registry+https://github.com/rust-lang/crates.io-index"
 3942checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3943
 3944[[package]]
 3945name = "data-encoding"
 3946version = "2.6.0"
 3947source = "registry+https://github.com/rust-lang/crates.io-index"
 3948checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3949
 3950[[package]]
 3951name = "data-url"
 3952version = "0.3.1"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3955
 3956[[package]]
 3957name = "db"
 3958version = "0.1.0"
 3959dependencies = [
 3960 "anyhow",
 3961 "gpui",
 3962 "indoc",
 3963 "log",
 3964 "paths",
 3965 "release_channel",
 3966 "smol",
 3967 "sqlez",
 3968 "sqlez_macros",
 3969 "tempfile",
 3970 "util",
 3971]
 3972
 3973[[package]]
 3974name = "dbus"
 3975version = "0.9.7"
 3976source = "registry+https://github.com/rust-lang/crates.io-index"
 3977checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3978dependencies = [
 3979 "libc",
 3980 "libdbus-sys",
 3981 "winapi",
 3982]
 3983
 3984[[package]]
 3985name = "debugger_tools"
 3986version = "0.1.0"
 3987dependencies = [
 3988 "anyhow",
 3989 "dap",
 3990 "editor",
 3991 "futures 0.3.31",
 3992 "gpui",
 3993 "project",
 3994 "serde_json",
 3995 "settings",
 3996 "smol",
 3997 "util",
 3998 "workspace",
 3999]
 4000
 4001[[package]]
 4002name = "debugger_ui"
 4003version = "0.1.0"
 4004dependencies = [
 4005 "anyhow",
 4006 "client",
 4007 "collections",
 4008 "command_palette_hooks",
 4009 "dap",
 4010 "editor",
 4011 "env_logger 0.11.7",
 4012 "feature_flags",
 4013 "futures 0.3.31",
 4014 "fuzzy",
 4015 "gpui",
 4016 "language",
 4017 "log",
 4018 "menu",
 4019 "picker",
 4020 "pretty_assertions",
 4021 "project",
 4022 "rpc",
 4023 "serde",
 4024 "serde_json",
 4025 "settings",
 4026 "sysinfo",
 4027 "task",
 4028 "terminal_view",
 4029 "theme",
 4030 "ui",
 4031 "unindent",
 4032 "util",
 4033 "workspace",
 4034]
 4035
 4036[[package]]
 4037name = "deepseek"
 4038version = "0.1.0"
 4039dependencies = [
 4040 "anyhow",
 4041 "futures 0.3.31",
 4042 "http_client",
 4043 "schemars",
 4044 "serde",
 4045 "serde_json",
 4046]
 4047
 4048[[package]]
 4049name = "deflate64"
 4050version = "0.1.9"
 4051source = "registry+https://github.com/rust-lang/crates.io-index"
 4052checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4053
 4054[[package]]
 4055name = "der"
 4056version = "0.6.1"
 4057source = "registry+https://github.com/rust-lang/crates.io-index"
 4058checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4059dependencies = [
 4060 "const-oid",
 4061 "zeroize",
 4062]
 4063
 4064[[package]]
 4065name = "der"
 4066version = "0.7.9"
 4067source = "registry+https://github.com/rust-lang/crates.io-index"
 4068checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4069dependencies = [
 4070 "const-oid",
 4071 "pem-rfc7468",
 4072 "zeroize",
 4073]
 4074
 4075[[package]]
 4076name = "deranged"
 4077version = "0.3.11"
 4078source = "registry+https://github.com/rust-lang/crates.io-index"
 4079checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 4080dependencies = [
 4081 "powerfmt",
 4082 "serde",
 4083]
 4084
 4085[[package]]
 4086name = "derive_more"
 4087version = "0.99.19"
 4088source = "registry+https://github.com/rust-lang/crates.io-index"
 4089checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4090dependencies = [
 4091 "convert_case 0.4.0",
 4092 "proc-macro2",
 4093 "quote",
 4094 "rustc_version",
 4095 "syn 2.0.100",
 4096]
 4097
 4098[[package]]
 4099name = "derive_refineable"
 4100version = "0.1.0"
 4101dependencies = [
 4102 "proc-macro2",
 4103 "quote",
 4104 "syn 1.0.109",
 4105]
 4106
 4107[[package]]
 4108name = "diagnostics"
 4109version = "0.1.0"
 4110dependencies = [
 4111 "anyhow",
 4112 "client",
 4113 "collections",
 4114 "ctor",
 4115 "editor",
 4116 "env_logger 0.11.7",
 4117 "gpui",
 4118 "language",
 4119 "log",
 4120 "lsp",
 4121 "pretty_assertions",
 4122 "project",
 4123 "rand 0.8.5",
 4124 "serde",
 4125 "serde_json",
 4126 "settings",
 4127 "theme",
 4128 "ui",
 4129 "unindent",
 4130 "util",
 4131 "workspace",
 4132]
 4133
 4134[[package]]
 4135name = "dialoguer"
 4136version = "0.11.0"
 4137source = "registry+https://github.com/rust-lang/crates.io-index"
 4138checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4139dependencies = [
 4140 "console",
 4141 "fuzzy-matcher",
 4142 "shell-words",
 4143 "tempfile",
 4144 "thiserror 1.0.69",
 4145 "zeroize",
 4146]
 4147
 4148[[package]]
 4149name = "diff"
 4150version = "0.1.13"
 4151source = "registry+https://github.com/rust-lang/crates.io-index"
 4152checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4153
 4154[[package]]
 4155name = "digest"
 4156version = "0.10.7"
 4157source = "registry+https://github.com/rust-lang/crates.io-index"
 4158checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4159dependencies = [
 4160 "block-buffer",
 4161 "const-oid",
 4162 "crypto-common",
 4163 "subtle",
 4164]
 4165
 4166[[package]]
 4167name = "dirs"
 4168version = "4.0.0"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4171dependencies = [
 4172 "dirs-sys 0.3.7",
 4173]
 4174
 4175[[package]]
 4176name = "dirs"
 4177version = "5.0.1"
 4178source = "registry+https://github.com/rust-lang/crates.io-index"
 4179checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4180dependencies = [
 4181 "dirs-sys 0.4.1",
 4182]
 4183
 4184[[package]]
 4185name = "dirs-sys"
 4186version = "0.3.7"
 4187source = "registry+https://github.com/rust-lang/crates.io-index"
 4188checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4189dependencies = [
 4190 "libc",
 4191 "redox_users",
 4192 "winapi",
 4193]
 4194
 4195[[package]]
 4196name = "dirs-sys"
 4197version = "0.4.1"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4200dependencies = [
 4201 "libc",
 4202 "option-ext",
 4203 "redox_users",
 4204 "windows-sys 0.48.0",
 4205]
 4206
 4207[[package]]
 4208name = "displaydoc"
 4209version = "0.2.5"
 4210source = "registry+https://github.com/rust-lang/crates.io-index"
 4211checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4212dependencies = [
 4213 "proc-macro2",
 4214 "quote",
 4215 "syn 2.0.100",
 4216]
 4217
 4218[[package]]
 4219name = "dlib"
 4220version = "0.5.2"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4223dependencies = [
 4224 "libloading",
 4225]
 4226
 4227[[package]]
 4228name = "docs_preprocessor"
 4229version = "0.1.0"
 4230dependencies = [
 4231 "anyhow",
 4232 "clap",
 4233 "mdbook",
 4234 "regex",
 4235 "serde",
 4236 "serde_json",
 4237 "settings",
 4238 "util",
 4239]
 4240
 4241[[package]]
 4242name = "dotenvy"
 4243version = "0.15.7"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4246
 4247[[package]]
 4248name = "downcast-rs"
 4249version = "1.2.1"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4252
 4253[[package]]
 4254name = "doxygen-rs"
 4255version = "0.4.2"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4258dependencies = [
 4259 "phf",
 4260]
 4261
 4262[[package]]
 4263name = "dtor"
 4264version = "0.0.5"
 4265source = "registry+https://github.com/rust-lang/crates.io-index"
 4266checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4267dependencies = [
 4268 "dtor-proc-macro",
 4269]
 4270
 4271[[package]]
 4272name = "dtor-proc-macro"
 4273version = "0.0.5"
 4274source = "registry+https://github.com/rust-lang/crates.io-index"
 4275checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4276
 4277[[package]]
 4278name = "dunce"
 4279version = "1.0.5"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4282
 4283[[package]]
 4284name = "dwrote"
 4285version = "0.11.2"
 4286source = "registry+https://github.com/rust-lang/crates.io-index"
 4287checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4288dependencies = [
 4289 "lazy_static",
 4290 "libc",
 4291 "winapi",
 4292 "wio",
 4293]
 4294
 4295[[package]]
 4296name = "dyn-clone"
 4297version = "1.0.17"
 4298source = "registry+https://github.com/rust-lang/crates.io-index"
 4299checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4300
 4301[[package]]
 4302name = "ec4rs"
 4303version = "1.1.1"
 4304source = "registry+https://github.com/rust-lang/crates.io-index"
 4305checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4306
 4307[[package]]
 4308name = "ecdsa"
 4309version = "0.14.8"
 4310source = "registry+https://github.com/rust-lang/crates.io-index"
 4311checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4312dependencies = [
 4313 "der 0.6.1",
 4314 "elliptic-curve",
 4315 "rfc6979",
 4316 "signature 1.6.4",
 4317]
 4318
 4319[[package]]
 4320name = "editor"
 4321version = "0.1.0"
 4322dependencies = [
 4323 "aho-corasick",
 4324 "anyhow",
 4325 "assets",
 4326 "buffer_diff",
 4327 "chrono",
 4328 "client",
 4329 "clock",
 4330 "collections",
 4331 "convert_case 0.8.0",
 4332 "ctor",
 4333 "db",
 4334 "emojis",
 4335 "env_logger 0.11.7",
 4336 "feature_flags",
 4337 "file_icons",
 4338 "fs",
 4339 "futures 0.3.31",
 4340 "fuzzy",
 4341 "git",
 4342 "gpui",
 4343 "http_client",
 4344 "indoc",
 4345 "inline_completion",
 4346 "itertools 0.14.0",
 4347 "language",
 4348 "languages",
 4349 "linkify",
 4350 "log",
 4351 "lsp",
 4352 "markdown",
 4353 "menu",
 4354 "multi_buffer",
 4355 "ordered-float 2.10.1",
 4356 "parking_lot",
 4357 "pretty_assertions",
 4358 "project",
 4359 "rand 0.8.5",
 4360 "release_channel",
 4361 "rpc",
 4362 "schemars",
 4363 "serde",
 4364 "serde_json",
 4365 "settings",
 4366 "smallvec",
 4367 "smol",
 4368 "snippet",
 4369 "sum_tree",
 4370 "task",
 4371 "telemetry",
 4372 "tempfile",
 4373 "text",
 4374 "theme",
 4375 "time",
 4376 "time_format",
 4377 "tree-sitter-html",
 4378 "tree-sitter-rust",
 4379 "tree-sitter-typescript",
 4380 "ui",
 4381 "unicode-script",
 4382 "unicode-segmentation",
 4383 "unindent",
 4384 "url",
 4385 "util",
 4386 "uuid",
 4387 "workspace",
 4388 "zed_actions",
 4389]
 4390
 4391[[package]]
 4392name = "either"
 4393version = "1.13.0"
 4394source = "registry+https://github.com/rust-lang/crates.io-index"
 4395checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4396dependencies = [
 4397 "serde",
 4398]
 4399
 4400[[package]]
 4401name = "elasticlunr-rs"
 4402version = "3.0.2"
 4403source = "registry+https://github.com/rust-lang/crates.io-index"
 4404checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4405dependencies = [
 4406 "regex",
 4407 "serde",
 4408 "serde_derive",
 4409 "serde_json",
 4410]
 4411
 4412[[package]]
 4413name = "elliptic-curve"
 4414version = "0.12.3"
 4415source = "registry+https://github.com/rust-lang/crates.io-index"
 4416checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4417dependencies = [
 4418 "base16ct",
 4419 "crypto-bigint 0.4.9",
 4420 "der 0.6.1",
 4421 "digest",
 4422 "ff",
 4423 "generic-array",
 4424 "group",
 4425 "pkcs8 0.9.0",
 4426 "rand_core 0.6.4",
 4427 "sec1",
 4428 "subtle",
 4429 "zeroize",
 4430]
 4431
 4432[[package]]
 4433name = "embed-resource"
 4434version = "3.0.2"
 4435source = "registry+https://github.com/rust-lang/crates.io-index"
 4436checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4437dependencies = [
 4438 "cc",
 4439 "memchr",
 4440 "rustc_version",
 4441 "toml 0.8.20",
 4442 "vswhom",
 4443 "winreg 0.52.0",
 4444]
 4445
 4446[[package]]
 4447name = "embedded-io"
 4448version = "0.4.0"
 4449source = "registry+https://github.com/rust-lang/crates.io-index"
 4450checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4451
 4452[[package]]
 4453name = "embedded-io"
 4454version = "0.6.1"
 4455source = "registry+https://github.com/rust-lang/crates.io-index"
 4456checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4457
 4458[[package]]
 4459name = "emojis"
 4460version = "0.6.4"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4463dependencies = [
 4464 "phf",
 4465]
 4466
 4467[[package]]
 4468name = "encode_unicode"
 4469version = "0.3.6"
 4470source = "registry+https://github.com/rust-lang/crates.io-index"
 4471checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4472
 4473[[package]]
 4474name = "encoding_rs"
 4475version = "0.8.35"
 4476source = "registry+https://github.com/rust-lang/crates.io-index"
 4477checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4478dependencies = [
 4479 "cfg-if",
 4480]
 4481
 4482[[package]]
 4483name = "endi"
 4484version = "1.1.0"
 4485source = "registry+https://github.com/rust-lang/crates.io-index"
 4486checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4487
 4488[[package]]
 4489name = "enumflags2"
 4490version = "0.7.10"
 4491source = "registry+https://github.com/rust-lang/crates.io-index"
 4492checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4493dependencies = [
 4494 "enumflags2_derive",
 4495 "serde",
 4496]
 4497
 4498[[package]]
 4499name = "enumflags2_derive"
 4500version = "0.7.10"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4503dependencies = [
 4504 "proc-macro2",
 4505 "quote",
 4506 "syn 2.0.100",
 4507]
 4508
 4509[[package]]
 4510name = "env_filter"
 4511version = "0.1.2"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4514dependencies = [
 4515 "log",
 4516 "regex",
 4517]
 4518
 4519[[package]]
 4520name = "env_home"
 4521version = "0.1.0"
 4522source = "registry+https://github.com/rust-lang/crates.io-index"
 4523checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4524
 4525[[package]]
 4526name = "env_logger"
 4527version = "0.10.2"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4530dependencies = [
 4531 "humantime",
 4532 "is-terminal",
 4533 "log",
 4534 "regex",
 4535 "termcolor",
 4536]
 4537
 4538[[package]]
 4539name = "env_logger"
 4540version = "0.11.7"
 4541source = "registry+https://github.com/rust-lang/crates.io-index"
 4542checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4543dependencies = [
 4544 "anstream",
 4545 "anstyle",
 4546 "env_filter",
 4547 "jiff",
 4548 "log",
 4549]
 4550
 4551[[package]]
 4552name = "envy"
 4553version = "0.4.2"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4556dependencies = [
 4557 "serde",
 4558]
 4559
 4560[[package]]
 4561name = "equivalent"
 4562version = "1.0.1"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4565
 4566[[package]]
 4567name = "erased-serde"
 4568version = "0.4.5"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4571dependencies = [
 4572 "serde",
 4573 "typeid",
 4574]
 4575
 4576[[package]]
 4577name = "errno"
 4578version = "0.2.8"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4581dependencies = [
 4582 "errno-dragonfly",
 4583 "libc",
 4584 "winapi",
 4585]
 4586
 4587[[package]]
 4588name = "errno"
 4589version = "0.3.10"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4592dependencies = [
 4593 "libc",
 4594 "windows-sys 0.59.0",
 4595]
 4596
 4597[[package]]
 4598name = "errno-dragonfly"
 4599version = "0.1.2"
 4600source = "registry+https://github.com/rust-lang/crates.io-index"
 4601checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4602dependencies = [
 4603 "cc",
 4604 "libc",
 4605]
 4606
 4607[[package]]
 4608name = "etagere"
 4609version = "0.2.15"
 4610source = "registry+https://github.com/rust-lang/crates.io-index"
 4611checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4612dependencies = [
 4613 "euclid",
 4614 "svg_fmt",
 4615]
 4616
 4617[[package]]
 4618name = "etcetera"
 4619version = "0.8.0"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4622dependencies = [
 4623 "cfg-if",
 4624 "home",
 4625 "windows-sys 0.48.0",
 4626]
 4627
 4628[[package]]
 4629name = "euclid"
 4630version = "0.22.11"
 4631source = "registry+https://github.com/rust-lang/crates.io-index"
 4632checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4633dependencies = [
 4634 "num-traits",
 4635]
 4636
 4637[[package]]
 4638name = "evals"
 4639version = "0.1.0"
 4640dependencies = [
 4641 "anyhow",
 4642 "clap",
 4643 "client",
 4644 "clock",
 4645 "collections",
 4646 "env_logger 0.11.7",
 4647 "feature_flags",
 4648 "fs",
 4649 "gpui",
 4650 "http_client",
 4651 "language",
 4652 "languages",
 4653 "node_runtime",
 4654 "open_ai",
 4655 "project",
 4656 "reqwest_client",
 4657 "semantic_index",
 4658 "serde",
 4659 "serde_json",
 4660 "settings",
 4661 "smol",
 4662 "util",
 4663]
 4664
 4665[[package]]
 4666name = "event-listener"
 4667version = "2.5.3"
 4668source = "registry+https://github.com/rust-lang/crates.io-index"
 4669checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4670
 4671[[package]]
 4672name = "event-listener"
 4673version = "5.3.1"
 4674source = "registry+https://github.com/rust-lang/crates.io-index"
 4675checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4676dependencies = [
 4677 "concurrent-queue",
 4678 "parking",
 4679 "pin-project-lite",
 4680]
 4681
 4682[[package]]
 4683name = "event-listener-strategy"
 4684version = "0.5.3"
 4685source = "registry+https://github.com/rust-lang/crates.io-index"
 4686checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4687dependencies = [
 4688 "event-listener 5.3.1",
 4689 "pin-project-lite",
 4690]
 4691
 4692[[package]]
 4693name = "exec"
 4694version = "0.3.1"
 4695source = "registry+https://github.com/rust-lang/crates.io-index"
 4696checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4697dependencies = [
 4698 "errno 0.2.8",
 4699 "libc",
 4700]
 4701
 4702[[package]]
 4703name = "exr"
 4704version = "1.73.0"
 4705source = "registry+https://github.com/rust-lang/crates.io-index"
 4706checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4707dependencies = [
 4708 "bit_field",
 4709 "half",
 4710 "lebe",
 4711 "miniz_oxide",
 4712 "rayon-core",
 4713 "smallvec",
 4714 "zune-inflate",
 4715]
 4716
 4717[[package]]
 4718name = "extension"
 4719version = "0.1.0"
 4720dependencies = [
 4721 "anyhow",
 4722 "async-compression",
 4723 "async-tar",
 4724 "async-trait",
 4725 "collections",
 4726 "convert_case 0.8.0",
 4727 "fs",
 4728 "futures 0.3.31",
 4729 "gpui",
 4730 "http_client",
 4731 "language",
 4732 "log",
 4733 "lsp",
 4734 "parking_lot",
 4735 "semantic_version",
 4736 "serde",
 4737 "serde_json",
 4738 "toml 0.8.20",
 4739 "util",
 4740 "wasm-encoder 0.221.3",
 4741 "wasmparser 0.221.3",
 4742 "wit-component 0.221.3",
 4743]
 4744
 4745[[package]]
 4746name = "extension_cli"
 4747version = "0.1.0"
 4748dependencies = [
 4749 "anyhow",
 4750 "clap",
 4751 "env_logger 0.11.7",
 4752 "extension",
 4753 "fs",
 4754 "language",
 4755 "log",
 4756 "reqwest_client",
 4757 "rpc",
 4758 "serde",
 4759 "serde_json",
 4760 "theme",
 4761 "tokio",
 4762 "toml 0.8.20",
 4763 "tree-sitter",
 4764 "wasmtime",
 4765]
 4766
 4767[[package]]
 4768name = "extension_host"
 4769version = "0.1.0"
 4770dependencies = [
 4771 "anyhow",
 4772 "async-compression",
 4773 "async-tar",
 4774 "async-trait",
 4775 "client",
 4776 "collections",
 4777 "context_server_settings",
 4778 "ctor",
 4779 "env_logger 0.11.7",
 4780 "extension",
 4781 "fs",
 4782 "futures 0.3.31",
 4783 "gpui",
 4784 "http_client",
 4785 "language",
 4786 "language_extension",
 4787 "log",
 4788 "lsp",
 4789 "node_runtime",
 4790 "parking_lot",
 4791 "paths",
 4792 "project",
 4793 "release_channel",
 4794 "remote",
 4795 "reqwest_client",
 4796 "schemars",
 4797 "semantic_version",
 4798 "serde",
 4799 "serde_json",
 4800 "serde_json_lenient",
 4801 "settings",
 4802 "task",
 4803 "telemetry",
 4804 "tempfile",
 4805 "theme",
 4806 "theme_extension",
 4807 "toml 0.8.20",
 4808 "url",
 4809 "util",
 4810 "wasmparser 0.221.3",
 4811 "wasmtime",
 4812 "wasmtime-wasi",
 4813]
 4814
 4815[[package]]
 4816name = "extensions_ui"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "client",
 4821 "collections",
 4822 "db",
 4823 "editor",
 4824 "extension_host",
 4825 "fs",
 4826 "fuzzy",
 4827 "gpui",
 4828 "language",
 4829 "num-format",
 4830 "picker",
 4831 "project",
 4832 "release_channel",
 4833 "semantic_version",
 4834 "serde",
 4835 "settings",
 4836 "smallvec",
 4837 "strum",
 4838 "telemetry",
 4839 "theme",
 4840 "ui",
 4841 "util",
 4842 "vim_mode_setting",
 4843 "workspace",
 4844 "zed_actions",
 4845]
 4846
 4847[[package]]
 4848name = "fallible-iterator"
 4849version = "0.3.0"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4852
 4853[[package]]
 4854name = "fancy-regex"
 4855version = "0.13.0"
 4856source = "registry+https://github.com/rust-lang/crates.io-index"
 4857checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4858dependencies = [
 4859 "bit-set 0.5.3",
 4860 "regex-automata 0.4.9",
 4861 "regex-syntax 0.8.5",
 4862]
 4863
 4864[[package]]
 4865name = "fancy-regex"
 4866version = "0.14.0"
 4867source = "registry+https://github.com/rust-lang/crates.io-index"
 4868checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4869dependencies = [
 4870 "bit-set 0.8.0",
 4871 "regex-automata 0.4.9",
 4872 "regex-syntax 0.8.5",
 4873]
 4874
 4875[[package]]
 4876name = "fast-srgb8"
 4877version = "1.0.0"
 4878source = "registry+https://github.com/rust-lang/crates.io-index"
 4879checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4880
 4881[[package]]
 4882name = "fastrand"
 4883version = "1.9.0"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4886dependencies = [
 4887 "instant",
 4888]
 4889
 4890[[package]]
 4891name = "fastrand"
 4892version = "2.3.0"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4895
 4896[[package]]
 4897name = "fd-lock"
 4898version = "4.0.2"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4901dependencies = [
 4902 "cfg-if",
 4903 "rustix",
 4904 "windows-sys 0.52.0",
 4905]
 4906
 4907[[package]]
 4908name = "fdeflate"
 4909version = "0.3.7"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4912dependencies = [
 4913 "simd-adler32",
 4914]
 4915
 4916[[package]]
 4917name = "feature_flags"
 4918version = "0.1.0"
 4919dependencies = [
 4920 "futures 0.3.31",
 4921 "gpui",
 4922 "smol",
 4923]
 4924
 4925[[package]]
 4926name = "feedback"
 4927version = "0.1.0"
 4928dependencies = [
 4929 "anyhow",
 4930 "bitflags 2.8.0",
 4931 "client",
 4932 "db",
 4933 "editor",
 4934 "futures 0.3.31",
 4935 "gpui",
 4936 "http_client",
 4937 "human_bytes",
 4938 "language",
 4939 "log",
 4940 "menu",
 4941 "project",
 4942 "regex",
 4943 "release_channel",
 4944 "serde",
 4945 "serde_derive",
 4946 "serde_json",
 4947 "smol",
 4948 "sysinfo",
 4949 "ui",
 4950 "urlencoding",
 4951 "util",
 4952 "workspace",
 4953 "zed_actions",
 4954]
 4955
 4956[[package]]
 4957name = "ff"
 4958version = "0.12.1"
 4959source = "registry+https://github.com/rust-lang/crates.io-index"
 4960checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4961dependencies = [
 4962 "rand_core 0.6.4",
 4963 "subtle",
 4964]
 4965
 4966[[package]]
 4967name = "file_finder"
 4968version = "0.1.0"
 4969dependencies = [
 4970 "anyhow",
 4971 "collections",
 4972 "ctor",
 4973 "editor",
 4974 "env_logger 0.11.7",
 4975 "file_icons",
 4976 "futures 0.3.31",
 4977 "fuzzy",
 4978 "gpui",
 4979 "language",
 4980 "menu",
 4981 "picker",
 4982 "project",
 4983 "schemars",
 4984 "serde",
 4985 "serde_derive",
 4986 "serde_json",
 4987 "settings",
 4988 "text",
 4989 "theme",
 4990 "ui",
 4991 "util",
 4992 "workspace",
 4993]
 4994
 4995[[package]]
 4996name = "file_icons"
 4997version = "0.1.0"
 4998dependencies = [
 4999 "gpui",
 5000 "serde",
 5001 "settings",
 5002 "theme",
 5003 "util",
 5004]
 5005
 5006[[package]]
 5007name = "filedescriptor"
 5008version = "0.8.3"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5011dependencies = [
 5012 "libc",
 5013 "thiserror 1.0.69",
 5014 "winapi",
 5015]
 5016
 5017[[package]]
 5018name = "filetime"
 5019version = "0.2.25"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5022dependencies = [
 5023 "cfg-if",
 5024 "libc",
 5025 "libredox",
 5026 "windows-sys 0.59.0",
 5027]
 5028
 5029[[package]]
 5030name = "fixedbitset"
 5031version = "0.4.2"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5034
 5035[[package]]
 5036name = "flate2"
 5037version = "1.0.35"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5040dependencies = [
 5041 "crc32fast",
 5042 "miniz_oxide",
 5043]
 5044
 5045[[package]]
 5046name = "float-cmp"
 5047version = "0.9.0"
 5048source = "registry+https://github.com/rust-lang/crates.io-index"
 5049checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5050
 5051[[package]]
 5052name = "float-ord"
 5053version = "0.3.2"
 5054source = "registry+https://github.com/rust-lang/crates.io-index"
 5055checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5056
 5057[[package]]
 5058name = "float_next_after"
 5059version = "1.0.0"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5062
 5063[[package]]
 5064name = "flume"
 5065version = "0.11.1"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5068dependencies = [
 5069 "futures-core",
 5070 "futures-sink",
 5071 "nanorand",
 5072 "spin",
 5073]
 5074
 5075[[package]]
 5076name = "fnv"
 5077version = "1.0.7"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5080
 5081[[package]]
 5082name = "foldhash"
 5083version = "0.1.3"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5086
 5087[[package]]
 5088name = "font-kit"
 5089version = "0.14.1"
 5090source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5091dependencies = [
 5092 "bitflags 2.8.0",
 5093 "byteorder",
 5094 "core-foundation 0.9.4",
 5095 "core-graphics 0.23.2",
 5096 "core-text",
 5097 "dirs 5.0.1",
 5098 "dwrote",
 5099 "float-ord",
 5100 "freetype-sys",
 5101 "lazy_static",
 5102 "libc",
 5103 "log",
 5104 "pathfinder_geometry",
 5105 "pathfinder_simd",
 5106 "walkdir",
 5107 "winapi",
 5108 "yeslogic-fontconfig-sys",
 5109]
 5110
 5111[[package]]
 5112name = "font-types"
 5113version = "0.7.3"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5116dependencies = [
 5117 "bytemuck",
 5118]
 5119
 5120[[package]]
 5121name = "fontconfig-parser"
 5122version = "0.5.7"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5125dependencies = [
 5126 "roxmltree",
 5127]
 5128
 5129[[package]]
 5130name = "fontdb"
 5131version = "0.18.0"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5134dependencies = [
 5135 "fontconfig-parser",
 5136 "log",
 5137 "memmap2",
 5138 "slotmap",
 5139 "tinyvec",
 5140 "ttf-parser 0.21.1",
 5141]
 5142
 5143[[package]]
 5144name = "fontdb"
 5145version = "0.23.0"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5148dependencies = [
 5149 "fontconfig-parser",
 5150 "log",
 5151 "memmap2",
 5152 "slotmap",
 5153 "tinyvec",
 5154 "ttf-parser 0.25.1",
 5155]
 5156
 5157[[package]]
 5158name = "foreign-types"
 5159version = "0.3.2"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5162dependencies = [
 5163 "foreign-types-shared 0.1.1",
 5164]
 5165
 5166[[package]]
 5167name = "foreign-types"
 5168version = "0.5.0"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5171dependencies = [
 5172 "foreign-types-macros",
 5173 "foreign-types-shared 0.3.1",
 5174]
 5175
 5176[[package]]
 5177name = "foreign-types-macros"
 5178version = "0.2.3"
 5179source = "registry+https://github.com/rust-lang/crates.io-index"
 5180checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5181dependencies = [
 5182 "proc-macro2",
 5183 "quote",
 5184 "syn 2.0.100",
 5185]
 5186
 5187[[package]]
 5188name = "foreign-types-shared"
 5189version = "0.1.1"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5192
 5193[[package]]
 5194name = "foreign-types-shared"
 5195version = "0.3.1"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5198
 5199[[package]]
 5200name = "fork"
 5201version = "0.2.0"
 5202source = "registry+https://github.com/rust-lang/crates.io-index"
 5203checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5204dependencies = [
 5205 "libc",
 5206]
 5207
 5208[[package]]
 5209name = "form_urlencoded"
 5210version = "1.2.1"
 5211source = "registry+https://github.com/rust-lang/crates.io-index"
 5212checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5213dependencies = [
 5214 "percent-encoding",
 5215]
 5216
 5217[[package]]
 5218name = "freetype-sys"
 5219version = "0.20.1"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5222dependencies = [
 5223 "cc",
 5224 "libc",
 5225 "pkg-config",
 5226]
 5227
 5228[[package]]
 5229name = "fs"
 5230version = "0.1.0"
 5231dependencies = [
 5232 "anyhow",
 5233 "ashpd",
 5234 "async-tar",
 5235 "async-trait",
 5236 "cocoa 0.26.0",
 5237 "collections",
 5238 "fsevent",
 5239 "futures 0.3.31",
 5240 "git",
 5241 "git2",
 5242 "gpui",
 5243 "libc",
 5244 "log",
 5245 "notify 6.1.1",
 5246 "objc",
 5247 "parking_lot",
 5248 "paths",
 5249 "proto",
 5250 "rope",
 5251 "serde",
 5252 "serde_json",
 5253 "smol",
 5254 "tempfile",
 5255 "text",
 5256 "time",
 5257 "util",
 5258 "windows 0.60.0",
 5259]
 5260
 5261[[package]]
 5262name = "fs-set-times"
 5263version = "0.20.2"
 5264source = "registry+https://github.com/rust-lang/crates.io-index"
 5265checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5266dependencies = [
 5267 "io-lifetimes",
 5268 "rustix",
 5269 "windows-sys 0.59.0",
 5270]
 5271
 5272[[package]]
 5273name = "fs2"
 5274version = "0.4.3"
 5275source = "registry+https://github.com/rust-lang/crates.io-index"
 5276checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5277dependencies = [
 5278 "libc",
 5279 "winapi",
 5280]
 5281
 5282[[package]]
 5283name = "fs_extra"
 5284version = "1.3.0"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5287
 5288[[package]]
 5289name = "fsevent"
 5290version = "0.1.0"
 5291dependencies = [
 5292 "bitflags 2.8.0",
 5293 "core-foundation 0.9.4",
 5294 "fsevent-sys 3.1.0",
 5295 "parking_lot",
 5296 "tempfile",
 5297]
 5298
 5299[[package]]
 5300name = "fsevent-sys"
 5301version = "3.1.0"
 5302source = "registry+https://github.com/rust-lang/crates.io-index"
 5303checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5304dependencies = [
 5305 "libc",
 5306]
 5307
 5308[[package]]
 5309name = "fsevent-sys"
 5310version = "4.1.0"
 5311source = "registry+https://github.com/rust-lang/crates.io-index"
 5312checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5313dependencies = [
 5314 "libc",
 5315]
 5316
 5317[[package]]
 5318name = "funty"
 5319version = "2.0.0"
 5320source = "registry+https://github.com/rust-lang/crates.io-index"
 5321checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5322
 5323[[package]]
 5324name = "futf"
 5325version = "0.1.5"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5328dependencies = [
 5329 "mac",
 5330 "new_debug_unreachable",
 5331]
 5332
 5333[[package]]
 5334name = "futures"
 5335version = "0.1.31"
 5336source = "registry+https://github.com/rust-lang/crates.io-index"
 5337checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5338
 5339[[package]]
 5340name = "futures"
 5341version = "0.3.31"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5344dependencies = [
 5345 "futures-channel",
 5346 "futures-core",
 5347 "futures-executor",
 5348 "futures-io",
 5349 "futures-sink",
 5350 "futures-task",
 5351 "futures-util",
 5352]
 5353
 5354[[package]]
 5355name = "futures-batch"
 5356version = "0.6.1"
 5357source = "registry+https://github.com/rust-lang/crates.io-index"
 5358checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5359dependencies = [
 5360 "futures 0.3.31",
 5361 "futures-timer",
 5362 "pin-utils",
 5363]
 5364
 5365[[package]]
 5366name = "futures-channel"
 5367version = "0.3.31"
 5368source = "registry+https://github.com/rust-lang/crates.io-index"
 5369checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5370dependencies = [
 5371 "futures-core",
 5372 "futures-sink",
 5373]
 5374
 5375[[package]]
 5376name = "futures-core"
 5377version = "0.3.31"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5380
 5381[[package]]
 5382name = "futures-executor"
 5383version = "0.3.31"
 5384source = "registry+https://github.com/rust-lang/crates.io-index"
 5385checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5386dependencies = [
 5387 "futures-core",
 5388 "futures-task",
 5389 "futures-util",
 5390]
 5391
 5392[[package]]
 5393name = "futures-intrusive"
 5394version = "0.5.0"
 5395source = "registry+https://github.com/rust-lang/crates.io-index"
 5396checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5397dependencies = [
 5398 "futures-core",
 5399 "lock_api",
 5400 "parking_lot",
 5401]
 5402
 5403[[package]]
 5404name = "futures-io"
 5405version = "0.3.31"
 5406source = "registry+https://github.com/rust-lang/crates.io-index"
 5407checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5408
 5409[[package]]
 5410name = "futures-lite"
 5411version = "1.13.0"
 5412source = "registry+https://github.com/rust-lang/crates.io-index"
 5413checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5414dependencies = [
 5415 "fastrand 1.9.0",
 5416 "futures-core",
 5417 "futures-io",
 5418 "memchr",
 5419 "parking",
 5420 "pin-project-lite",
 5421 "waker-fn",
 5422]
 5423
 5424[[package]]
 5425name = "futures-lite"
 5426version = "2.6.0"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5429dependencies = [
 5430 "fastrand 2.3.0",
 5431 "futures-core",
 5432 "futures-io",
 5433 "parking",
 5434 "pin-project-lite",
 5435]
 5436
 5437[[package]]
 5438name = "futures-macro"
 5439version = "0.3.31"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5442dependencies = [
 5443 "proc-macro2",
 5444 "quote",
 5445 "syn 2.0.100",
 5446]
 5447
 5448[[package]]
 5449name = "futures-sink"
 5450version = "0.3.31"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5453
 5454[[package]]
 5455name = "futures-task"
 5456version = "0.3.31"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5459
 5460[[package]]
 5461name = "futures-timer"
 5462version = "3.0.3"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5465
 5466[[package]]
 5467name = "futures-util"
 5468version = "0.3.31"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5471dependencies = [
 5472 "futures 0.1.31",
 5473 "futures-channel",
 5474 "futures-core",
 5475 "futures-io",
 5476 "futures-macro",
 5477 "futures-sink",
 5478 "futures-task",
 5479 "memchr",
 5480 "pin-project-lite",
 5481 "pin-utils",
 5482 "slab",
 5483 "tokio-io",
 5484]
 5485
 5486[[package]]
 5487name = "fuzzy"
 5488version = "0.1.0"
 5489dependencies = [
 5490 "gpui",
 5491 "log",
 5492 "util",
 5493]
 5494
 5495[[package]]
 5496name = "fuzzy-matcher"
 5497version = "0.3.7"
 5498source = "registry+https://github.com/rust-lang/crates.io-index"
 5499checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5500dependencies = [
 5501 "thread_local",
 5502]
 5503
 5504[[package]]
 5505name = "generic-array"
 5506version = "0.14.7"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5509dependencies = [
 5510 "typenum",
 5511 "version_check",
 5512]
 5513
 5514[[package]]
 5515name = "gethostname"
 5516version = "0.4.3"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5519dependencies = [
 5520 "libc",
 5521 "windows-targets 0.48.5",
 5522]
 5523
 5524[[package]]
 5525name = "getrandom"
 5526version = "0.1.16"
 5527source = "registry+https://github.com/rust-lang/crates.io-index"
 5528checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5529dependencies = [
 5530 "cfg-if",
 5531 "libc",
 5532 "wasi 0.9.0+wasi-snapshot-preview1",
 5533]
 5534
 5535[[package]]
 5536name = "getrandom"
 5537version = "0.2.15"
 5538source = "registry+https://github.com/rust-lang/crates.io-index"
 5539checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5540dependencies = [
 5541 "cfg-if",
 5542 "js-sys",
 5543 "libc",
 5544 "wasi 0.11.0+wasi-snapshot-preview1",
 5545 "wasm-bindgen",
 5546]
 5547
 5548[[package]]
 5549name = "getrandom"
 5550version = "0.3.1"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5553dependencies = [
 5554 "cfg-if",
 5555 "libc",
 5556 "wasi 0.13.3+wasi-0.2.2",
 5557 "windows-targets 0.52.6",
 5558]
 5559
 5560[[package]]
 5561name = "gif"
 5562version = "0.13.1"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5565dependencies = [
 5566 "color_quant",
 5567 "weezl",
 5568]
 5569
 5570[[package]]
 5571name = "gimli"
 5572version = "0.31.1"
 5573source = "registry+https://github.com/rust-lang/crates.io-index"
 5574checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5575dependencies = [
 5576 "fallible-iterator",
 5577 "indexmap",
 5578 "stable_deref_trait",
 5579]
 5580
 5581[[package]]
 5582name = "git"
 5583version = "0.1.0"
 5584dependencies = [
 5585 "anyhow",
 5586 "askpass",
 5587 "async-trait",
 5588 "collections",
 5589 "derive_more",
 5590 "futures 0.3.31",
 5591 "git2",
 5592 "gpui",
 5593 "http_client",
 5594 "log",
 5595 "parking_lot",
 5596 "pretty_assertions",
 5597 "regex",
 5598 "rope",
 5599 "schemars",
 5600 "serde",
 5601 "serde_json",
 5602 "smol",
 5603 "sum_tree",
 5604 "text",
 5605 "time",
 5606 "unindent",
 5607 "url",
 5608 "util",
 5609]
 5610
 5611[[package]]
 5612name = "git2"
 5613version = "0.20.1"
 5614source = "registry+https://github.com/rust-lang/crates.io-index"
 5615checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5616dependencies = [
 5617 "bitflags 2.8.0",
 5618 "libc",
 5619 "libgit2-sys",
 5620 "log",
 5621 "url",
 5622]
 5623
 5624[[package]]
 5625name = "git_hosting_providers"
 5626version = "0.1.0"
 5627dependencies = [
 5628 "anyhow",
 5629 "async-trait",
 5630 "futures 0.3.31",
 5631 "git",
 5632 "gpui",
 5633 "http_client",
 5634 "indoc",
 5635 "pretty_assertions",
 5636 "regex",
 5637 "schemars",
 5638 "serde",
 5639 "serde_json",
 5640 "settings",
 5641 "url",
 5642 "util",
 5643]
 5644
 5645[[package]]
 5646name = "git_ui"
 5647version = "0.1.0"
 5648dependencies = [
 5649 "anyhow",
 5650 "askpass",
 5651 "assistant_settings",
 5652 "buffer_diff",
 5653 "chrono",
 5654 "collections",
 5655 "command_palette_hooks",
 5656 "component",
 5657 "ctor",
 5658 "db",
 5659 "editor",
 5660 "env_logger 0.11.7",
 5661 "futures 0.3.31",
 5662 "fuzzy",
 5663 "git",
 5664 "gpui",
 5665 "itertools 0.14.0",
 5666 "language",
 5667 "language_model",
 5668 "linkify",
 5669 "linkme",
 5670 "log",
 5671 "menu",
 5672 "multi_buffer",
 5673 "notifications",
 5674 "panel",
 5675 "picker",
 5676 "postage",
 5677 "pretty_assertions",
 5678 "project",
 5679 "schemars",
 5680 "serde",
 5681 "serde_derive",
 5682 "serde_json",
 5683 "settings",
 5684 "strum",
 5685 "telemetry",
 5686 "theme",
 5687 "time",
 5688 "time_format",
 5689 "ui",
 5690 "unindent",
 5691 "util",
 5692 "windows 0.60.0",
 5693 "workspace",
 5694 "zed_actions",
 5695]
 5696
 5697[[package]]
 5698name = "glob"
 5699version = "0.3.1"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5702
 5703[[package]]
 5704name = "globset"
 5705version = "0.4.16"
 5706source = "registry+https://github.com/rust-lang/crates.io-index"
 5707checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5708dependencies = [
 5709 "aho-corasick",
 5710 "bstr",
 5711 "log",
 5712 "regex-automata 0.4.9",
 5713 "regex-syntax 0.8.5",
 5714]
 5715
 5716[[package]]
 5717name = "gloo-timers"
 5718version = "0.3.0"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5721dependencies = [
 5722 "futures-channel",
 5723 "futures-core",
 5724 "js-sys",
 5725 "wasm-bindgen",
 5726]
 5727
 5728[[package]]
 5729name = "glow"
 5730version = "0.14.2"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5733dependencies = [
 5734 "js-sys",
 5735 "slotmap",
 5736 "wasm-bindgen",
 5737 "web-sys",
 5738]
 5739
 5740[[package]]
 5741name = "go_to_line"
 5742version = "0.1.0"
 5743dependencies = [
 5744 "anyhow",
 5745 "editor",
 5746 "gpui",
 5747 "indoc",
 5748 "language",
 5749 "menu",
 5750 "project",
 5751 "rope",
 5752 "schemars",
 5753 "serde",
 5754 "serde_json",
 5755 "settings",
 5756 "text",
 5757 "theme",
 5758 "tree-sitter-rust",
 5759 "tree-sitter-typescript",
 5760 "ui",
 5761 "util",
 5762 "workspace",
 5763]
 5764
 5765[[package]]
 5766name = "google_ai"
 5767version = "0.1.0"
 5768dependencies = [
 5769 "anyhow",
 5770 "futures 0.3.31",
 5771 "http_client",
 5772 "schemars",
 5773 "serde",
 5774 "serde_json",
 5775 "strum",
 5776]
 5777
 5778[[package]]
 5779name = "gpu-alloc"
 5780version = "0.6.0"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5783dependencies = [
 5784 "bitflags 2.8.0",
 5785 "gpu-alloc-types",
 5786]
 5787
 5788[[package]]
 5789name = "gpu-alloc-ash"
 5790version = "0.7.0"
 5791source = "registry+https://github.com/rust-lang/crates.io-index"
 5792checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5793dependencies = [
 5794 "ash",
 5795 "gpu-alloc-types",
 5796 "tinyvec",
 5797]
 5798
 5799[[package]]
 5800name = "gpu-alloc-types"
 5801version = "0.3.0"
 5802source = "registry+https://github.com/rust-lang/crates.io-index"
 5803checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5804dependencies = [
 5805 "bitflags 2.8.0",
 5806]
 5807
 5808[[package]]
 5809name = "gpui"
 5810version = "0.1.0"
 5811dependencies = [
 5812 "anyhow",
 5813 "as-raw-xcb-connection",
 5814 "ashpd",
 5815 "async-task",
 5816 "backtrace",
 5817 "bindgen 0.70.1",
 5818 "blade-graphics",
 5819 "blade-macros",
 5820 "blade-util",
 5821 "block",
 5822 "bytemuck",
 5823 "calloop",
 5824 "calloop-wayland-source",
 5825 "cbindgen 0.28.0",
 5826 "cocoa 0.26.0",
 5827 "collections",
 5828 "core-foundation 0.9.4",
 5829 "core-foundation-sys",
 5830 "core-graphics 0.23.2",
 5831 "core-text",
 5832 "cosmic-text",
 5833 "ctor",
 5834 "derive_more",
 5835 "embed-resource",
 5836 "env_logger 0.11.7",
 5837 "etagere",
 5838 "filedescriptor",
 5839 "flume",
 5840 "font-kit",
 5841 "foreign-types 0.5.0",
 5842 "futures 0.3.31",
 5843 "gpui_macros",
 5844 "http_client",
 5845 "image",
 5846 "inventory",
 5847 "itertools 0.14.0",
 5848 "log",
 5849 "lyon",
 5850 "media",
 5851 "metal",
 5852 "naga",
 5853 "num_cpus",
 5854 "objc",
 5855 "objc2",
 5856 "objc2-metal",
 5857 "oo7",
 5858 "open",
 5859 "parking",
 5860 "parking_lot",
 5861 "pathfinder_geometry",
 5862 "postage",
 5863 "profiling",
 5864 "rand 0.8.5",
 5865 "raw-window-handle",
 5866 "refineable",
 5867 "reqwest_client",
 5868 "resvg",
 5869 "schemars",
 5870 "seahash",
 5871 "semantic_version",
 5872 "serde",
 5873 "serde_derive",
 5874 "serde_json",
 5875 "slotmap",
 5876 "smallvec",
 5877 "smol",
 5878 "strum",
 5879 "sum_tree",
 5880 "taffy",
 5881 "thiserror 1.0.69",
 5882 "unicode-segmentation",
 5883 "usvg",
 5884 "util",
 5885 "uuid",
 5886 "waker-fn",
 5887 "wayland-backend",
 5888 "wayland-client",
 5889 "wayland-cursor",
 5890 "wayland-protocols",
 5891 "wayland-protocols-plasma",
 5892 "windows 0.60.0",
 5893 "windows-core 0.60.1",
 5894 "x11-clipboard",
 5895 "x11rb",
 5896 "xim",
 5897 "xkbcommon",
 5898]
 5899
 5900[[package]]
 5901name = "gpui_macros"
 5902version = "0.1.0"
 5903dependencies = [
 5904 "gpui",
 5905 "proc-macro2",
 5906 "quote",
 5907 "syn 1.0.109",
 5908]
 5909
 5910[[package]]
 5911name = "gpui_tokio"
 5912version = "0.1.0"
 5913dependencies = [
 5914 "gpui",
 5915 "tokio",
 5916 "util",
 5917]
 5918
 5919[[package]]
 5920name = "grid"
 5921version = "0.13.0"
 5922source = "registry+https://github.com/rust-lang/crates.io-index"
 5923checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5924
 5925[[package]]
 5926name = "group"
 5927version = "0.12.1"
 5928source = "registry+https://github.com/rust-lang/crates.io-index"
 5929checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5930dependencies = [
 5931 "ff",
 5932 "rand_core 0.6.4",
 5933 "subtle",
 5934]
 5935
 5936[[package]]
 5937name = "h2"
 5938version = "0.3.26"
 5939source = "registry+https://github.com/rust-lang/crates.io-index"
 5940checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5941dependencies = [
 5942 "bytes 1.10.1",
 5943 "fnv",
 5944 "futures-core",
 5945 "futures-sink",
 5946 "futures-util",
 5947 "http 0.2.12",
 5948 "indexmap",
 5949 "slab",
 5950 "tokio",
 5951 "tokio-util",
 5952 "tracing",
 5953]
 5954
 5955[[package]]
 5956name = "h2"
 5957version = "0.4.7"
 5958source = "registry+https://github.com/rust-lang/crates.io-index"
 5959checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5960dependencies = [
 5961 "atomic-waker",
 5962 "bytes 1.10.1",
 5963 "fnv",
 5964 "futures-core",
 5965 "futures-sink",
 5966 "http 1.2.0",
 5967 "indexmap",
 5968 "slab",
 5969 "tokio",
 5970 "tokio-util",
 5971 "tracing",
 5972]
 5973
 5974[[package]]
 5975name = "half"
 5976version = "2.4.1"
 5977source = "registry+https://github.com/rust-lang/crates.io-index"
 5978checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5979dependencies = [
 5980 "cfg-if",
 5981 "crunchy",
 5982]
 5983
 5984[[package]]
 5985name = "handlebars"
 5986version = "4.5.0"
 5987source = "registry+https://github.com/rust-lang/crates.io-index"
 5988checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5989dependencies = [
 5990 "log",
 5991 "pest",
 5992 "pest_derive",
 5993 "serde",
 5994 "serde_json",
 5995 "thiserror 1.0.69",
 5996]
 5997
 5998[[package]]
 5999name = "handlebars"
 6000version = "6.2.0"
 6001source = "registry+https://github.com/rust-lang/crates.io-index"
 6002checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6003dependencies = [
 6004 "log",
 6005 "num-order",
 6006 "pest",
 6007 "pest_derive",
 6008 "serde",
 6009 "serde_json",
 6010 "thiserror 1.0.69",
 6011]
 6012
 6013[[package]]
 6014name = "hashbrown"
 6015version = "0.12.3"
 6016source = "registry+https://github.com/rust-lang/crates.io-index"
 6017checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6018dependencies = [
 6019 "ahash 0.7.8",
 6020]
 6021
 6022[[package]]
 6023name = "hashbrown"
 6024version = "0.14.5"
 6025source = "registry+https://github.com/rust-lang/crates.io-index"
 6026checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6027dependencies = [
 6028 "ahash 0.8.11",
 6029 "allocator-api2",
 6030]
 6031
 6032[[package]]
 6033name = "hashbrown"
 6034version = "0.15.2"
 6035source = "registry+https://github.com/rust-lang/crates.io-index"
 6036checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6037dependencies = [
 6038 "allocator-api2",
 6039 "equivalent",
 6040 "foldhash",
 6041 "serde",
 6042]
 6043
 6044[[package]]
 6045name = "hashlink"
 6046version = "0.8.4"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6049dependencies = [
 6050 "hashbrown 0.14.5",
 6051]
 6052
 6053[[package]]
 6054name = "hashlink"
 6055version = "0.10.0"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6058dependencies = [
 6059 "hashbrown 0.15.2",
 6060]
 6061
 6062[[package]]
 6063name = "headers"
 6064version = "0.3.9"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6067dependencies = [
 6068 "base64 0.21.7",
 6069 "bytes 1.10.1",
 6070 "headers-core",
 6071 "http 0.2.12",
 6072 "httpdate",
 6073 "mime",
 6074 "sha1",
 6075]
 6076
 6077[[package]]
 6078name = "headers-core"
 6079version = "0.2.0"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6082dependencies = [
 6083 "http 0.2.12",
 6084]
 6085
 6086[[package]]
 6087name = "heck"
 6088version = "0.3.3"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6091dependencies = [
 6092 "unicode-segmentation",
 6093]
 6094
 6095[[package]]
 6096name = "heck"
 6097version = "0.4.1"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6100dependencies = [
 6101 "unicode-segmentation",
 6102]
 6103
 6104[[package]]
 6105name = "heck"
 6106version = "0.5.0"
 6107source = "registry+https://github.com/rust-lang/crates.io-index"
 6108checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6109
 6110[[package]]
 6111name = "heed"
 6112version = "0.21.0"
 6113source = "registry+https://github.com/rust-lang/crates.io-index"
 6114checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6115dependencies = [
 6116 "bitflags 2.8.0",
 6117 "byteorder",
 6118 "heed-traits",
 6119 "heed-types",
 6120 "libc",
 6121 "lmdb-master-sys",
 6122 "once_cell",
 6123 "page_size",
 6124 "serde",
 6125 "synchronoise",
 6126 "url",
 6127]
 6128
 6129[[package]]
 6130name = "heed-traits"
 6131version = "0.20.0"
 6132source = "registry+https://github.com/rust-lang/crates.io-index"
 6133checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6134
 6135[[package]]
 6136name = "heed-types"
 6137version = "0.21.0"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6140dependencies = [
 6141 "bincode",
 6142 "byteorder",
 6143 "heed-traits",
 6144 "serde",
 6145 "serde_json",
 6146]
 6147
 6148[[package]]
 6149name = "hermit-abi"
 6150version = "0.3.9"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6153
 6154[[package]]
 6155name = "hermit-abi"
 6156version = "0.4.0"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6159
 6160[[package]]
 6161name = "hex"
 6162version = "0.4.3"
 6163source = "registry+https://github.com/rust-lang/crates.io-index"
 6164checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6165
 6166[[package]]
 6167name = "hexf-parse"
 6168version = "0.2.1"
 6169source = "registry+https://github.com/rust-lang/crates.io-index"
 6170checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6171
 6172[[package]]
 6173name = "hidden-trait"
 6174version = "0.1.2"
 6175source = "registry+https://github.com/rust-lang/crates.io-index"
 6176checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6177dependencies = [
 6178 "proc-macro2",
 6179 "quote",
 6180 "syn 1.0.109",
 6181]
 6182
 6183[[package]]
 6184name = "hkdf"
 6185version = "0.12.4"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6188dependencies = [
 6189 "hmac",
 6190]
 6191
 6192[[package]]
 6193name = "hmac"
 6194version = "0.12.1"
 6195source = "registry+https://github.com/rust-lang/crates.io-index"
 6196checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6197dependencies = [
 6198 "digest",
 6199]
 6200
 6201[[package]]
 6202name = "home"
 6203version = "0.5.9"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6206dependencies = [
 6207 "windows-sys 0.52.0",
 6208]
 6209
 6210[[package]]
 6211name = "hound"
 6212version = "3.5.1"
 6213source = "registry+https://github.com/rust-lang/crates.io-index"
 6214checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6215
 6216[[package]]
 6217name = "html5ever"
 6218version = "0.27.0"
 6219source = "registry+https://github.com/rust-lang/crates.io-index"
 6220checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6221dependencies = [
 6222 "log",
 6223 "mac",
 6224 "markup5ever",
 6225 "proc-macro2",
 6226 "quote",
 6227 "syn 2.0.100",
 6228]
 6229
 6230[[package]]
 6231name = "html_to_markdown"
 6232version = "0.1.0"
 6233dependencies = [
 6234 "anyhow",
 6235 "html5ever",
 6236 "indoc",
 6237 "markup5ever_rcdom",
 6238 "pretty_assertions",
 6239 "regex",
 6240]
 6241
 6242[[package]]
 6243name = "http"
 6244version = "0.2.12"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6247dependencies = [
 6248 "bytes 1.10.1",
 6249 "fnv",
 6250 "itoa",
 6251]
 6252
 6253[[package]]
 6254name = "http"
 6255version = "1.2.0"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6258dependencies = [
 6259 "bytes 1.10.1",
 6260 "fnv",
 6261 "itoa",
 6262]
 6263
 6264[[package]]
 6265name = "http-body"
 6266version = "0.4.6"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6269dependencies = [
 6270 "bytes 1.10.1",
 6271 "http 0.2.12",
 6272 "pin-project-lite",
 6273]
 6274
 6275[[package]]
 6276name = "http-body"
 6277version = "1.0.1"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6280dependencies = [
 6281 "bytes 1.10.1",
 6282 "http 1.2.0",
 6283]
 6284
 6285[[package]]
 6286name = "http-body-util"
 6287version = "0.1.2"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6290dependencies = [
 6291 "bytes 1.10.1",
 6292 "futures-util",
 6293 "http 1.2.0",
 6294 "http-body 1.0.1",
 6295 "pin-project-lite",
 6296]
 6297
 6298[[package]]
 6299name = "http-range-header"
 6300version = "0.3.1"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6303
 6304[[package]]
 6305name = "http-types"
 6306version = "2.12.0"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6309dependencies = [
 6310 "anyhow",
 6311 "async-channel 1.9.0",
 6312 "base64 0.13.1",
 6313 "futures-lite 1.13.0",
 6314 "http 0.2.12",
 6315 "infer",
 6316 "pin-project-lite",
 6317 "rand 0.7.3",
 6318 "serde",
 6319 "serde_json",
 6320 "serde_qs 0.8.5",
 6321 "serde_urlencoded",
 6322 "url",
 6323]
 6324
 6325[[package]]
 6326name = "http_client"
 6327version = "0.1.0"
 6328dependencies = [
 6329 "anyhow",
 6330 "bytes 1.10.1",
 6331 "derive_more",
 6332 "futures 0.3.31",
 6333 "http 1.2.0",
 6334 "log",
 6335 "serde",
 6336 "serde_json",
 6337 "url",
 6338]
 6339
 6340[[package]]
 6341name = "http_client_tls"
 6342version = "0.1.0"
 6343dependencies = [
 6344 "rustls 0.23.23",
 6345 "rustls-platform-verifier",
 6346]
 6347
 6348[[package]]
 6349name = "httparse"
 6350version = "1.9.5"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6353
 6354[[package]]
 6355name = "httpdate"
 6356version = "1.0.3"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6359
 6360[[package]]
 6361name = "human_bytes"
 6362version = "0.4.3"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6365
 6366[[package]]
 6367name = "humantime"
 6368version = "2.1.0"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6371
 6372[[package]]
 6373name = "hyper"
 6374version = "0.14.32"
 6375source = "registry+https://github.com/rust-lang/crates.io-index"
 6376checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6377dependencies = [
 6378 "bytes 1.10.1",
 6379 "futures-channel",
 6380 "futures-core",
 6381 "futures-util",
 6382 "h2 0.3.26",
 6383 "http 0.2.12",
 6384 "http-body 0.4.6",
 6385 "httparse",
 6386 "httpdate",
 6387 "itoa",
 6388 "pin-project-lite",
 6389 "socket2",
 6390 "tokio",
 6391 "tower-service",
 6392 "tracing",
 6393 "want",
 6394]
 6395
 6396[[package]]
 6397name = "hyper"
 6398version = "1.5.1"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6401dependencies = [
 6402 "bytes 1.10.1",
 6403 "futures-channel",
 6404 "futures-util",
 6405 "h2 0.4.7",
 6406 "http 1.2.0",
 6407 "http-body 1.0.1",
 6408 "httparse",
 6409 "itoa",
 6410 "pin-project-lite",
 6411 "smallvec",
 6412 "tokio",
 6413 "want",
 6414]
 6415
 6416[[package]]
 6417name = "hyper-rustls"
 6418version = "0.24.2"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6421dependencies = [
 6422 "futures-util",
 6423 "http 0.2.12",
 6424 "hyper 0.14.32",
 6425 "log",
 6426 "rustls 0.21.12",
 6427 "rustls-native-certs 0.6.3",
 6428 "tokio",
 6429 "tokio-rustls 0.24.1",
 6430]
 6431
 6432[[package]]
 6433name = "hyper-rustls"
 6434version = "0.27.3"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6437dependencies = [
 6438 "futures-util",
 6439 "http 1.2.0",
 6440 "hyper 1.5.1",
 6441 "hyper-util",
 6442 "rustls 0.23.23",
 6443 "rustls-native-certs 0.8.1",
 6444 "rustls-pki-types",
 6445 "tokio",
 6446 "tokio-rustls 0.26.1",
 6447 "tower-service",
 6448]
 6449
 6450[[package]]
 6451name = "hyper-tls"
 6452version = "0.5.0"
 6453source = "registry+https://github.com/rust-lang/crates.io-index"
 6454checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6455dependencies = [
 6456 "bytes 1.10.1",
 6457 "hyper 0.14.32",
 6458 "native-tls",
 6459 "tokio",
 6460 "tokio-native-tls",
 6461]
 6462
 6463[[package]]
 6464name = "hyper-util"
 6465version = "0.1.10"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6468dependencies = [
 6469 "bytes 1.10.1",
 6470 "futures-channel",
 6471 "futures-util",
 6472 "http 1.2.0",
 6473 "http-body 1.0.1",
 6474 "hyper 1.5.1",
 6475 "pin-project-lite",
 6476 "socket2",
 6477 "tokio",
 6478 "tower-service",
 6479 "tracing",
 6480]
 6481
 6482[[package]]
 6483name = "iana-time-zone"
 6484version = "0.1.61"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6487dependencies = [
 6488 "android_system_properties",
 6489 "core-foundation-sys",
 6490 "iana-time-zone-haiku",
 6491 "js-sys",
 6492 "wasm-bindgen",
 6493 "windows-core 0.52.0",
 6494]
 6495
 6496[[package]]
 6497name = "iana-time-zone-haiku"
 6498version = "0.1.2"
 6499source = "registry+https://github.com/rust-lang/crates.io-index"
 6500checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6501dependencies = [
 6502 "cc",
 6503]
 6504
 6505[[package]]
 6506name = "icu_collections"
 6507version = "1.5.0"
 6508source = "registry+https://github.com/rust-lang/crates.io-index"
 6509checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6510dependencies = [
 6511 "displaydoc",
 6512 "yoke",
 6513 "zerofrom",
 6514 "zerovec",
 6515]
 6516
 6517[[package]]
 6518name = "icu_locid"
 6519version = "1.5.0"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6522dependencies = [
 6523 "displaydoc",
 6524 "litemap",
 6525 "tinystr",
 6526 "writeable",
 6527 "zerovec",
 6528]
 6529
 6530[[package]]
 6531name = "icu_locid_transform"
 6532version = "1.5.0"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6535dependencies = [
 6536 "displaydoc",
 6537 "icu_locid",
 6538 "icu_locid_transform_data",
 6539 "icu_provider",
 6540 "tinystr",
 6541 "zerovec",
 6542]
 6543
 6544[[package]]
 6545name = "icu_locid_transform_data"
 6546version = "1.5.0"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6549
 6550[[package]]
 6551name = "icu_normalizer"
 6552version = "1.5.0"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6555dependencies = [
 6556 "displaydoc",
 6557 "icu_collections",
 6558 "icu_normalizer_data",
 6559 "icu_properties",
 6560 "icu_provider",
 6561 "smallvec",
 6562 "utf16_iter",
 6563 "utf8_iter",
 6564 "write16",
 6565 "zerovec",
 6566]
 6567
 6568[[package]]
 6569name = "icu_normalizer_data"
 6570version = "1.5.0"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6573
 6574[[package]]
 6575name = "icu_properties"
 6576version = "1.5.1"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6579dependencies = [
 6580 "displaydoc",
 6581 "icu_collections",
 6582 "icu_locid_transform",
 6583 "icu_properties_data",
 6584 "icu_provider",
 6585 "tinystr",
 6586 "zerovec",
 6587]
 6588
 6589[[package]]
 6590name = "icu_properties_data"
 6591version = "1.5.0"
 6592source = "registry+https://github.com/rust-lang/crates.io-index"
 6593checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6594
 6595[[package]]
 6596name = "icu_provider"
 6597version = "1.5.0"
 6598source = "registry+https://github.com/rust-lang/crates.io-index"
 6599checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6600dependencies = [
 6601 "displaydoc",
 6602 "icu_locid",
 6603 "icu_provider_macros",
 6604 "stable_deref_trait",
 6605 "tinystr",
 6606 "writeable",
 6607 "yoke",
 6608 "zerofrom",
 6609 "zerovec",
 6610]
 6611
 6612[[package]]
 6613name = "icu_provider_macros"
 6614version = "1.5.0"
 6615source = "registry+https://github.com/rust-lang/crates.io-index"
 6616checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6617dependencies = [
 6618 "proc-macro2",
 6619 "quote",
 6620 "syn 2.0.100",
 6621]
 6622
 6623[[package]]
 6624name = "id-arena"
 6625version = "2.2.1"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6628
 6629[[package]]
 6630name = "idna"
 6631version = "1.0.3"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6634dependencies = [
 6635 "idna_adapter",
 6636 "smallvec",
 6637 "utf8_iter",
 6638]
 6639
 6640[[package]]
 6641name = "idna_adapter"
 6642version = "1.2.0"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6645dependencies = [
 6646 "icu_normalizer",
 6647 "icu_properties",
 6648]
 6649
 6650[[package]]
 6651name = "ignore"
 6652version = "0.4.23"
 6653source = "registry+https://github.com/rust-lang/crates.io-index"
 6654checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6655dependencies = [
 6656 "crossbeam-deque",
 6657 "globset",
 6658 "log",
 6659 "memchr",
 6660 "regex-automata 0.4.9",
 6661 "same-file",
 6662 "walkdir",
 6663 "winapi-util",
 6664]
 6665
 6666[[package]]
 6667name = "image"
 6668version = "0.25.5"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6671dependencies = [
 6672 "bytemuck",
 6673 "byteorder-lite",
 6674 "color_quant",
 6675 "exr",
 6676 "gif",
 6677 "image-webp",
 6678 "num-traits",
 6679 "png",
 6680 "qoi",
 6681 "ravif",
 6682 "rayon",
 6683 "rgb",
 6684 "tiff",
 6685 "zune-core",
 6686 "zune-jpeg",
 6687]
 6688
 6689[[package]]
 6690name = "image-webp"
 6691version = "0.2.0"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6694dependencies = [
 6695 "byteorder-lite",
 6696 "quick-error",
 6697]
 6698
 6699[[package]]
 6700name = "image_viewer"
 6701version = "0.1.0"
 6702dependencies = [
 6703 "anyhow",
 6704 "db",
 6705 "editor",
 6706 "file_icons",
 6707 "gpui",
 6708 "project",
 6709 "schemars",
 6710 "serde",
 6711 "settings",
 6712 "theme",
 6713 "ui",
 6714 "util",
 6715 "workspace",
 6716]
 6717
 6718[[package]]
 6719name = "imagesize"
 6720version = "0.13.0"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6723
 6724[[package]]
 6725name = "imara-diff"
 6726version = "0.1.8"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6729dependencies = [
 6730 "hashbrown 0.15.2",
 6731]
 6732
 6733[[package]]
 6734name = "imgref"
 6735version = "1.11.0"
 6736source = "registry+https://github.com/rust-lang/crates.io-index"
 6737checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6738
 6739[[package]]
 6740name = "indexed_docs"
 6741version = "0.1.0"
 6742dependencies = [
 6743 "anyhow",
 6744 "async-trait",
 6745 "cargo_metadata",
 6746 "collections",
 6747 "derive_more",
 6748 "extension",
 6749 "fs",
 6750 "futures 0.3.31",
 6751 "fuzzy",
 6752 "gpui",
 6753 "heed",
 6754 "html_to_markdown",
 6755 "http_client",
 6756 "indexmap",
 6757 "indoc",
 6758 "parking_lot",
 6759 "paths",
 6760 "pretty_assertions",
 6761 "serde",
 6762 "strum",
 6763 "util",
 6764]
 6765
 6766[[package]]
 6767name = "indexmap"
 6768version = "2.7.1"
 6769source = "registry+https://github.com/rust-lang/crates.io-index"
 6770checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6771dependencies = [
 6772 "equivalent",
 6773 "hashbrown 0.15.2",
 6774 "serde",
 6775]
 6776
 6777[[package]]
 6778name = "indoc"
 6779version = "2.0.6"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6782
 6783[[package]]
 6784name = "infer"
 6785version = "0.2.3"
 6786source = "registry+https://github.com/rust-lang/crates.io-index"
 6787checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6788
 6789[[package]]
 6790name = "inherent"
 6791version = "1.0.11"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6794dependencies = [
 6795 "proc-macro2",
 6796 "quote",
 6797 "syn 2.0.100",
 6798]
 6799
 6800[[package]]
 6801name = "inline_completion"
 6802version = "0.1.0"
 6803dependencies = [
 6804 "gpui",
 6805 "language",
 6806 "project",
 6807]
 6808
 6809[[package]]
 6810name = "inline_completion_button"
 6811version = "0.1.0"
 6812dependencies = [
 6813 "anyhow",
 6814 "client",
 6815 "copilot",
 6816 "editor",
 6817 "feature_flags",
 6818 "fs",
 6819 "futures 0.3.31",
 6820 "gpui",
 6821 "indoc",
 6822 "inline_completion",
 6823 "language",
 6824 "lsp",
 6825 "paths",
 6826 "project",
 6827 "regex",
 6828 "serde_json",
 6829 "settings",
 6830 "supermaven",
 6831 "telemetry",
 6832 "theme",
 6833 "ui",
 6834 "workspace",
 6835 "zed_actions",
 6836 "zeta",
 6837]
 6838
 6839[[package]]
 6840name = "inotify"
 6841version = "0.9.6"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6844dependencies = [
 6845 "bitflags 1.3.2",
 6846 "inotify-sys",
 6847 "libc",
 6848]
 6849
 6850[[package]]
 6851name = "inotify"
 6852version = "0.11.0"
 6853source = "registry+https://github.com/rust-lang/crates.io-index"
 6854checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6855dependencies = [
 6856 "bitflags 2.8.0",
 6857 "inotify-sys",
 6858 "libc",
 6859]
 6860
 6861[[package]]
 6862name = "inotify-sys"
 6863version = "0.1.5"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6866dependencies = [
 6867 "libc",
 6868]
 6869
 6870[[package]]
 6871name = "inout"
 6872version = "0.1.3"
 6873source = "registry+https://github.com/rust-lang/crates.io-index"
 6874checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6875dependencies = [
 6876 "block-padding",
 6877 "generic-array",
 6878]
 6879
 6880[[package]]
 6881name = "install_cli"
 6882version = "0.1.0"
 6883dependencies = [
 6884 "anyhow",
 6885 "gpui",
 6886 "smol",
 6887 "util",
 6888]
 6889
 6890[[package]]
 6891name = "instant"
 6892version = "0.1.13"
 6893source = "registry+https://github.com/rust-lang/crates.io-index"
 6894checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6895dependencies = [
 6896 "cfg-if",
 6897]
 6898
 6899[[package]]
 6900name = "interpolate_name"
 6901version = "0.2.4"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6904dependencies = [
 6905 "proc-macro2",
 6906 "quote",
 6907 "syn 2.0.100",
 6908]
 6909
 6910[[package]]
 6911name = "inventory"
 6912version = "0.3.20"
 6913source = "registry+https://github.com/rust-lang/crates.io-index"
 6914checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6915dependencies = [
 6916 "rustversion",
 6917]
 6918
 6919[[package]]
 6920name = "io-extras"
 6921version = "0.18.4"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6924dependencies = [
 6925 "io-lifetimes",
 6926 "windows-sys 0.59.0",
 6927]
 6928
 6929[[package]]
 6930name = "io-lifetimes"
 6931version = "2.0.4"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6934
 6935[[package]]
 6936name = "iovec"
 6937version = "0.1.4"
 6938source = "registry+https://github.com/rust-lang/crates.io-index"
 6939checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6940dependencies = [
 6941 "libc",
 6942]
 6943
 6944[[package]]
 6945name = "ipc-channel"
 6946version = "0.19.0"
 6947source = "registry+https://github.com/rust-lang/crates.io-index"
 6948checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6949dependencies = [
 6950 "bincode",
 6951 "crossbeam-channel",
 6952 "fnv",
 6953 "lazy_static",
 6954 "libc",
 6955 "mio 1.0.3",
 6956 "rand 0.8.5",
 6957 "serde",
 6958 "tempfile",
 6959 "uuid",
 6960 "windows 0.58.0",
 6961]
 6962
 6963[[package]]
 6964name = "ipnet"
 6965version = "2.10.1"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6968
 6969[[package]]
 6970name = "is-docker"
 6971version = "0.2.0"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6974dependencies = [
 6975 "once_cell",
 6976]
 6977
 6978[[package]]
 6979name = "is-terminal"
 6980version = "0.4.13"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6983dependencies = [
 6984 "hermit-abi 0.4.0",
 6985 "libc",
 6986 "windows-sys 0.52.0",
 6987]
 6988
 6989[[package]]
 6990name = "is-wsl"
 6991version = "0.4.0"
 6992source = "registry+https://github.com/rust-lang/crates.io-index"
 6993checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6994dependencies = [
 6995 "is-docker",
 6996 "once_cell",
 6997]
 6998
 6999[[package]]
 7000name = "is_terminal_polyfill"
 7001version = "1.70.1"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7004
 7005[[package]]
 7006name = "itertools"
 7007version = "0.10.5"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7010dependencies = [
 7011 "either",
 7012]
 7013
 7014[[package]]
 7015name = "itertools"
 7016version = "0.11.0"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7019dependencies = [
 7020 "either",
 7021]
 7022
 7023[[package]]
 7024name = "itertools"
 7025version = "0.12.1"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7028dependencies = [
 7029 "either",
 7030]
 7031
 7032[[package]]
 7033name = "itertools"
 7034version = "0.14.0"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7037dependencies = [
 7038 "either",
 7039]
 7040
 7041[[package]]
 7042name = "itoa"
 7043version = "1.0.14"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7046
 7047[[package]]
 7048name = "jiff"
 7049version = "0.2.4"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7052dependencies = [
 7053 "jiff-static",
 7054 "log",
 7055 "portable-atomic",
 7056 "portable-atomic-util",
 7057 "serde",
 7058]
 7059
 7060[[package]]
 7061name = "jiff-static"
 7062version = "0.2.4"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7065dependencies = [
 7066 "proc-macro2",
 7067 "quote",
 7068 "syn 2.0.100",
 7069]
 7070
 7071[[package]]
 7072name = "jni"
 7073version = "0.21.1"
 7074source = "registry+https://github.com/rust-lang/crates.io-index"
 7075checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7076dependencies = [
 7077 "cesu8",
 7078 "cfg-if",
 7079 "combine",
 7080 "jni-sys",
 7081 "log",
 7082 "thiserror 1.0.69",
 7083 "walkdir",
 7084 "windows-sys 0.45.0",
 7085]
 7086
 7087[[package]]
 7088name = "jni-sys"
 7089version = "0.3.0"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7092
 7093[[package]]
 7094name = "jobserver"
 7095version = "0.1.32"
 7096source = "registry+https://github.com/rust-lang/crates.io-index"
 7097checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7098dependencies = [
 7099 "libc",
 7100]
 7101
 7102[[package]]
 7103name = "journal"
 7104version = "0.1.0"
 7105dependencies = [
 7106 "anyhow",
 7107 "chrono",
 7108 "editor",
 7109 "gpui",
 7110 "log",
 7111 "schemars",
 7112 "serde",
 7113 "settings",
 7114 "shellexpand 2.1.2",
 7115 "workspace",
 7116]
 7117
 7118[[package]]
 7119name = "jpeg-decoder"
 7120version = "0.3.1"
 7121source = "registry+https://github.com/rust-lang/crates.io-index"
 7122checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7123
 7124[[package]]
 7125name = "js-sys"
 7126version = "0.3.76"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7129dependencies = [
 7130 "once_cell",
 7131 "wasm-bindgen",
 7132]
 7133
 7134[[package]]
 7135name = "jsonwebtoken"
 7136version = "9.3.1"
 7137source = "registry+https://github.com/rust-lang/crates.io-index"
 7138checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7139dependencies = [
 7140 "base64 0.22.1",
 7141 "js-sys",
 7142 "pem",
 7143 "ring",
 7144 "serde",
 7145 "serde_json",
 7146 "simple_asn1",
 7147]
 7148
 7149[[package]]
 7150name = "jupyter-protocol"
 7151version = "0.6.0"
 7152source = "registry+https://github.com/rust-lang/crates.io-index"
 7153checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7154dependencies = [
 7155 "anyhow",
 7156 "async-trait",
 7157 "bytes 1.10.1",
 7158 "chrono",
 7159 "futures 0.3.31",
 7160 "serde",
 7161 "serde_json",
 7162 "uuid",
 7163]
 7164
 7165[[package]]
 7166name = "jupyter-websocket-client"
 7167version = "0.9.0"
 7168source = "registry+https://github.com/rust-lang/crates.io-index"
 7169checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7170dependencies = [
 7171 "anyhow",
 7172 "async-trait",
 7173 "async-tungstenite",
 7174 "futures 0.3.31",
 7175 "jupyter-protocol",
 7176 "serde",
 7177 "serde_json",
 7178 "url",
 7179 "uuid",
 7180]
 7181
 7182[[package]]
 7183name = "khronos-egl"
 7184version = "6.0.0"
 7185source = "registry+https://github.com/rust-lang/crates.io-index"
 7186checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7187dependencies = [
 7188 "libc",
 7189 "libloading",
 7190]
 7191
 7192[[package]]
 7193name = "kqueue"
 7194version = "1.0.8"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7197dependencies = [
 7198 "kqueue-sys",
 7199 "libc",
 7200]
 7201
 7202[[package]]
 7203name = "kqueue-sys"
 7204version = "1.0.4"
 7205source = "registry+https://github.com/rust-lang/crates.io-index"
 7206checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7207dependencies = [
 7208 "bitflags 1.3.2",
 7209 "libc",
 7210]
 7211
 7212[[package]]
 7213name = "kurbo"
 7214version = "0.11.1"
 7215source = "registry+https://github.com/rust-lang/crates.io-index"
 7216checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7217dependencies = [
 7218 "arrayvec",
 7219 "smallvec",
 7220]
 7221
 7222[[package]]
 7223name = "kv-log-macro"
 7224version = "1.0.7"
 7225source = "registry+https://github.com/rust-lang/crates.io-index"
 7226checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7227dependencies = [
 7228 "log",
 7229]
 7230
 7231[[package]]
 7232name = "language"
 7233version = "0.1.0"
 7234dependencies = [
 7235 "anyhow",
 7236 "async-trait",
 7237 "async-watch",
 7238 "clock",
 7239 "collections",
 7240 "ctor",
 7241 "ec4rs",
 7242 "env_logger 0.11.7",
 7243 "fs",
 7244 "futures 0.3.31",
 7245 "fuzzy",
 7246 "globset",
 7247 "gpui",
 7248 "http_client",
 7249 "imara-diff",
 7250 "indoc",
 7251 "itertools 0.14.0",
 7252 "log",
 7253 "lsp",
 7254 "parking_lot",
 7255 "postage",
 7256 "pretty_assertions",
 7257 "rand 0.8.5",
 7258 "regex",
 7259 "rpc",
 7260 "schemars",
 7261 "serde",
 7262 "serde_json",
 7263 "settings",
 7264 "smallvec",
 7265 "smol",
 7266 "streaming-iterator",
 7267 "strsim",
 7268 "sum_tree",
 7269 "task",
 7270 "text",
 7271 "theme",
 7272 "tree-sitter",
 7273 "tree-sitter-elixir",
 7274 "tree-sitter-embedded-template",
 7275 "tree-sitter-heex",
 7276 "tree-sitter-html",
 7277 "tree-sitter-json",
 7278 "tree-sitter-md",
 7279 "tree-sitter-ruby",
 7280 "tree-sitter-rust",
 7281 "tree-sitter-typescript",
 7282 "unicase",
 7283 "unindent",
 7284 "util",
 7285]
 7286
 7287[[package]]
 7288name = "language_extension"
 7289version = "0.1.0"
 7290dependencies = [
 7291 "anyhow",
 7292 "async-trait",
 7293 "collections",
 7294 "extension",
 7295 "fs",
 7296 "futures 0.3.31",
 7297 "gpui",
 7298 "language",
 7299 "lsp",
 7300 "serde",
 7301 "serde_json",
 7302 "util",
 7303]
 7304
 7305[[package]]
 7306name = "language_model"
 7307version = "0.1.0"
 7308dependencies = [
 7309 "anthropic",
 7310 "anyhow",
 7311 "base64 0.22.1",
 7312 "client",
 7313 "collections",
 7314 "futures 0.3.31",
 7315 "google_ai",
 7316 "gpui",
 7317 "http_client",
 7318 "image",
 7319 "log",
 7320 "open_ai",
 7321 "parking_lot",
 7322 "proto",
 7323 "schemars",
 7324 "serde",
 7325 "serde_json",
 7326 "smol",
 7327 "strum",
 7328 "telemetry_events",
 7329 "thiserror 1.0.69",
 7330 "ui",
 7331 "util",
 7332]
 7333
 7334[[package]]
 7335name = "language_model_selector"
 7336version = "0.1.0"
 7337dependencies = [
 7338 "feature_flags",
 7339 "gpui",
 7340 "language_model",
 7341 "log",
 7342 "picker",
 7343 "proto",
 7344 "ui",
 7345 "workspace",
 7346 "zed_actions",
 7347]
 7348
 7349[[package]]
 7350name = "language_models"
 7351version = "0.1.0"
 7352dependencies = [
 7353 "anthropic",
 7354 "anyhow",
 7355 "aws-config",
 7356 "aws-credential-types",
 7357 "aws_http_client",
 7358 "bedrock",
 7359 "client",
 7360 "collections",
 7361 "copilot",
 7362 "credentials_provider",
 7363 "deepseek",
 7364 "editor",
 7365 "feature_flags",
 7366 "fs",
 7367 "futures 0.3.31",
 7368 "google_ai",
 7369 "gpui",
 7370 "gpui_tokio",
 7371 "http_client",
 7372 "language_model",
 7373 "lmstudio",
 7374 "log",
 7375 "menu",
 7376 "mistral",
 7377 "ollama",
 7378 "open_ai",
 7379 "project",
 7380 "proto",
 7381 "schemars",
 7382 "serde",
 7383 "serde_json",
 7384 "settings",
 7385 "smol",
 7386 "strum",
 7387 "theme",
 7388 "tiktoken-rs",
 7389 "tokio",
 7390 "ui",
 7391 "util",
 7392]
 7393
 7394[[package]]
 7395name = "language_selector"
 7396version = "0.1.0"
 7397dependencies = [
 7398 "anyhow",
 7399 "editor",
 7400 "file_finder",
 7401 "file_icons",
 7402 "fuzzy",
 7403 "gpui",
 7404 "language",
 7405 "picker",
 7406 "project",
 7407 "settings",
 7408 "ui",
 7409 "util",
 7410 "workspace",
 7411]
 7412
 7413[[package]]
 7414name = "language_tools"
 7415version = "0.1.0"
 7416dependencies = [
 7417 "anyhow",
 7418 "client",
 7419 "collections",
 7420 "copilot",
 7421 "editor",
 7422 "env_logger 0.11.7",
 7423 "futures 0.3.31",
 7424 "gpui",
 7425 "itertools 0.14.0",
 7426 "language",
 7427 "lsp",
 7428 "project",
 7429 "release_channel",
 7430 "serde_json",
 7431 "settings",
 7432 "theme",
 7433 "tree-sitter",
 7434 "ui",
 7435 "util",
 7436 "workspace",
 7437 "zed_actions",
 7438]
 7439
 7440[[package]]
 7441name = "languages"
 7442version = "0.1.0"
 7443dependencies = [
 7444 "anyhow",
 7445 "async-compression",
 7446 "async-tar",
 7447 "async-trait",
 7448 "collections",
 7449 "futures 0.3.31",
 7450 "gpui",
 7451 "http_client",
 7452 "language",
 7453 "log",
 7454 "lsp",
 7455 "node_runtime",
 7456 "paths",
 7457 "pet",
 7458 "pet-conda",
 7459 "pet-core",
 7460 "pet-fs",
 7461 "pet-poetry",
 7462 "pet-reporter",
 7463 "pretty_assertions",
 7464 "project",
 7465 "regex",
 7466 "rope",
 7467 "rust-embed",
 7468 "serde",
 7469 "serde_json",
 7470 "settings",
 7471 "smol",
 7472 "snippet_provider",
 7473 "task",
 7474 "text",
 7475 "theme",
 7476 "toml 0.8.20",
 7477 "tree-sitter",
 7478 "tree-sitter-bash",
 7479 "tree-sitter-c",
 7480 "tree-sitter-cpp",
 7481 "tree-sitter-css",
 7482 "tree-sitter-diff",
 7483 "tree-sitter-gitcommit",
 7484 "tree-sitter-go",
 7485 "tree-sitter-gomod",
 7486 "tree-sitter-gowork",
 7487 "tree-sitter-jsdoc",
 7488 "tree-sitter-json",
 7489 "tree-sitter-md",
 7490 "tree-sitter-python",
 7491 "tree-sitter-regex",
 7492 "tree-sitter-rust",
 7493 "tree-sitter-typescript",
 7494 "tree-sitter-yaml",
 7495 "unindent",
 7496 "util",
 7497 "workspace",
 7498]
 7499
 7500[[package]]
 7501name = "lazy_static"
 7502version = "1.5.0"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7505dependencies = [
 7506 "spin",
 7507]
 7508
 7509[[package]]
 7510name = "lazycell"
 7511version = "1.3.0"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7514
 7515[[package]]
 7516name = "leb128"
 7517version = "0.2.5"
 7518source = "registry+https://github.com/rust-lang/crates.io-index"
 7519checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7520
 7521[[package]]
 7522name = "lebe"
 7523version = "0.5.2"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7526
 7527[[package]]
 7528name = "libc"
 7529version = "0.2.171"
 7530source = "registry+https://github.com/rust-lang/crates.io-index"
 7531checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7532
 7533[[package]]
 7534name = "libdbus-sys"
 7535version = "0.2.5"
 7536source = "registry+https://github.com/rust-lang/crates.io-index"
 7537checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7538dependencies = [
 7539 "cc",
 7540 "pkg-config",
 7541]
 7542
 7543[[package]]
 7544name = "libfuzzer-sys"
 7545version = "0.4.8"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7548dependencies = [
 7549 "arbitrary",
 7550 "cc",
 7551]
 7552
 7553[[package]]
 7554name = "libgit2-sys"
 7555version = "0.18.1+1.9.0"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7558dependencies = [
 7559 "cc",
 7560 "libc",
 7561 "libz-sys",
 7562 "pkg-config",
 7563]
 7564
 7565[[package]]
 7566name = "libloading"
 7567version = "0.8.6"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7570dependencies = [
 7571 "cfg-if",
 7572 "windows-targets 0.52.6",
 7573]
 7574
 7575[[package]]
 7576name = "libm"
 7577version = "0.2.11"
 7578source = "registry+https://github.com/rust-lang/crates.io-index"
 7579checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7580
 7581[[package]]
 7582name = "libmimalloc-sys"
 7583version = "0.1.39"
 7584source = "registry+https://github.com/rust-lang/crates.io-index"
 7585checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
 7586dependencies = [
 7587 "cc",
 7588 "libc",
 7589]
 7590
 7591[[package]]
 7592name = "libredox"
 7593version = "0.1.3"
 7594source = "registry+https://github.com/rust-lang/crates.io-index"
 7595checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7596dependencies = [
 7597 "bitflags 2.8.0",
 7598 "libc",
 7599 "redox_syscall 0.5.8",
 7600]
 7601
 7602[[package]]
 7603name = "libsqlite3-sys"
 7604version = "0.30.1"
 7605source = "registry+https://github.com/rust-lang/crates.io-index"
 7606checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7607dependencies = [
 7608 "cc",
 7609 "pkg-config",
 7610 "vcpkg",
 7611]
 7612
 7613[[package]]
 7614name = "libwebrtc"
 7615version = "0.3.7"
 7616source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7617dependencies = [
 7618 "cxx",
 7619 "jni",
 7620 "js-sys",
 7621 "lazy_static",
 7622 "livekit-protocol",
 7623 "livekit-runtime",
 7624 "log",
 7625 "parking_lot",
 7626 "serde",
 7627 "serde_json",
 7628 "thiserror 1.0.69",
 7629 "tokio",
 7630 "wasm-bindgen",
 7631 "wasm-bindgen-futures",
 7632 "web-sys",
 7633 "webrtc-sys",
 7634]
 7635
 7636[[package]]
 7637name = "libz-sys"
 7638version = "1.1.20"
 7639source = "registry+https://github.com/rust-lang/crates.io-index"
 7640checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7641dependencies = [
 7642 "cc",
 7643 "libc",
 7644 "pkg-config",
 7645 "vcpkg",
 7646]
 7647
 7648[[package]]
 7649name = "link-cplusplus"
 7650version = "1.0.9"
 7651source = "registry+https://github.com/rust-lang/crates.io-index"
 7652checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7653dependencies = [
 7654 "cc",
 7655]
 7656
 7657[[package]]
 7658name = "linkify"
 7659version = "0.10.0"
 7660source = "registry+https://github.com/rust-lang/crates.io-index"
 7661checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7662dependencies = [
 7663 "memchr",
 7664]
 7665
 7666[[package]]
 7667name = "linkme"
 7668version = "0.3.32"
 7669source = "registry+https://github.com/rust-lang/crates.io-index"
 7670checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7671dependencies = [
 7672 "linkme-impl",
 7673]
 7674
 7675[[package]]
 7676name = "linkme-impl"
 7677version = "0.3.32"
 7678source = "registry+https://github.com/rust-lang/crates.io-index"
 7679checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7680dependencies = [
 7681 "proc-macro2",
 7682 "quote",
 7683 "syn 2.0.100",
 7684]
 7685
 7686[[package]]
 7687name = "linux-raw-sys"
 7688version = "0.4.14"
 7689source = "registry+https://github.com/rust-lang/crates.io-index"
 7690checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7691
 7692[[package]]
 7693name = "litemap"
 7694version = "0.7.4"
 7695source = "registry+https://github.com/rust-lang/crates.io-index"
 7696checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7697
 7698[[package]]
 7699name = "livekit"
 7700version = "0.7.0"
 7701source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7702dependencies = [
 7703 "chrono",
 7704 "futures-util",
 7705 "lazy_static",
 7706 "libwebrtc",
 7707 "livekit-api",
 7708 "livekit-protocol",
 7709 "livekit-runtime",
 7710 "log",
 7711 "parking_lot",
 7712 "prost 0.12.6",
 7713 "semver",
 7714 "serde",
 7715 "serde_json",
 7716 "thiserror 1.0.69",
 7717 "tokio",
 7718]
 7719
 7720[[package]]
 7721name = "livekit-api"
 7722version = "0.4.1"
 7723source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7724dependencies = [
 7725 "async-tungstenite",
 7726 "futures-util",
 7727 "http 0.2.12",
 7728 "jsonwebtoken",
 7729 "livekit-protocol",
 7730 "livekit-runtime",
 7731 "log",
 7732 "parking_lot",
 7733 "prost 0.12.6",
 7734 "reqwest 0.11.27",
 7735 "scopeguard",
 7736 "serde",
 7737 "serde_json",
 7738 "sha2",
 7739 "thiserror 1.0.69",
 7740 "tokio",
 7741 "tokio-tungstenite 0.20.1",
 7742 "url",
 7743]
 7744
 7745[[package]]
 7746name = "livekit-protocol"
 7747version = "0.3.6"
 7748source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7749dependencies = [
 7750 "futures-util",
 7751 "livekit-runtime",
 7752 "parking_lot",
 7753 "pbjson",
 7754 "pbjson-types",
 7755 "prost 0.12.6",
 7756 "prost-types 0.12.6",
 7757 "serde",
 7758 "thiserror 1.0.69",
 7759 "tokio",
 7760]
 7761
 7762[[package]]
 7763name = "livekit-runtime"
 7764version = "0.3.1"
 7765source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7766dependencies = [
 7767 "async-io",
 7768 "async-std",
 7769 "async-task",
 7770 "futures 0.3.31",
 7771]
 7772
 7773[[package]]
 7774name = "livekit_api"
 7775version = "0.1.0"
 7776dependencies = [
 7777 "anyhow",
 7778 "async-trait",
 7779 "jsonwebtoken",
 7780 "log",
 7781 "prost 0.9.0",
 7782 "prost-build 0.9.0",
 7783 "prost-types 0.9.0",
 7784 "reqwest 0.12.8",
 7785 "serde",
 7786]
 7787
 7788[[package]]
 7789name = "livekit_client"
 7790version = "0.1.0"
 7791dependencies = [
 7792 "anyhow",
 7793 "async-trait",
 7794 "collections",
 7795 "core-foundation 0.9.4",
 7796 "coreaudio-rs 0.12.1",
 7797 "cpal",
 7798 "futures 0.3.31",
 7799 "gpui",
 7800 "http 0.2.12",
 7801 "http_client",
 7802 "image",
 7803 "livekit",
 7804 "livekit_api",
 7805 "log",
 7806 "media",
 7807 "nanoid",
 7808 "parking_lot",
 7809 "postage",
 7810 "serde",
 7811 "serde_json",
 7812 "sha2",
 7813 "simplelog",
 7814 "smallvec",
 7815 "util",
 7816]
 7817
 7818[[package]]
 7819name = "livekit_client_macos"
 7820version = "0.1.0"
 7821dependencies = [
 7822 "anyhow",
 7823 "async-broadcast",
 7824 "async-trait",
 7825 "collections",
 7826 "core-foundation 0.9.4",
 7827 "futures 0.3.31",
 7828 "gpui",
 7829 "livekit_api",
 7830 "log",
 7831 "media",
 7832 "nanoid",
 7833 "parking_lot",
 7834 "postage",
 7835 "serde",
 7836 "serde_json",
 7837 "sha2",
 7838 "simplelog",
 7839]
 7840
 7841[[package]]
 7842name = "lmdb-master-sys"
 7843version = "0.2.4"
 7844source = "registry+https://github.com/rust-lang/crates.io-index"
 7845checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7846dependencies = [
 7847 "cc",
 7848 "doxygen-rs",
 7849 "libc",
 7850]
 7851
 7852[[package]]
 7853name = "lmstudio"
 7854version = "0.1.0"
 7855dependencies = [
 7856 "anyhow",
 7857 "futures 0.3.31",
 7858 "http_client",
 7859 "schemars",
 7860 "serde",
 7861 "serde_json",
 7862]
 7863
 7864[[package]]
 7865name = "lock_api"
 7866version = "0.4.12"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7869dependencies = [
 7870 "autocfg",
 7871 "scopeguard",
 7872]
 7873
 7874[[package]]
 7875name = "log"
 7876version = "0.4.26"
 7877source = "registry+https://github.com/rust-lang/crates.io-index"
 7878checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7879dependencies = [
 7880 "serde",
 7881 "value-bag",
 7882]
 7883
 7884[[package]]
 7885name = "loop9"
 7886version = "0.1.5"
 7887source = "registry+https://github.com/rust-lang/crates.io-index"
 7888checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7889dependencies = [
 7890 "imgref",
 7891]
 7892
 7893[[package]]
 7894name = "lru"
 7895version = "0.12.5"
 7896source = "registry+https://github.com/rust-lang/crates.io-index"
 7897checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7898dependencies = [
 7899 "hashbrown 0.15.2",
 7900]
 7901
 7902[[package]]
 7903name = "lsp"
 7904version = "0.1.0"
 7905dependencies = [
 7906 "anyhow",
 7907 "async-pipe",
 7908 "collections",
 7909 "ctor",
 7910 "env_logger 0.11.7",
 7911 "futures 0.3.31",
 7912 "gpui",
 7913 "log",
 7914 "lsp-types",
 7915 "parking_lot",
 7916 "postage",
 7917 "release_channel",
 7918 "schemars",
 7919 "serde",
 7920 "serde_json",
 7921 "smol",
 7922 "util",
 7923]
 7924
 7925[[package]]
 7926name = "lsp-types"
 7927version = "0.95.1"
 7928source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7929dependencies = [
 7930 "bitflags 1.3.2",
 7931 "serde",
 7932 "serde_json",
 7933 "serde_repr",
 7934 "url",
 7935]
 7936
 7937[[package]]
 7938name = "lua-src"
 7939version = "547.0.0"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7942dependencies = [
 7943 "cc",
 7944]
 7945
 7946[[package]]
 7947name = "luajit-src"
 7948version = "210.5.12+a4f56a4"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7951dependencies = [
 7952 "cc",
 7953 "which 7.0.2",
 7954]
 7955
 7956[[package]]
 7957name = "lyon"
 7958version = "1.0.1"
 7959source = "registry+https://github.com/rust-lang/crates.io-index"
 7960checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7961dependencies = [
 7962 "lyon_algorithms",
 7963 "lyon_extra",
 7964 "lyon_tessellation",
 7965]
 7966
 7967[[package]]
 7968name = "lyon_algorithms"
 7969version = "1.0.5"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7972dependencies = [
 7973 "lyon_path",
 7974 "num-traits",
 7975]
 7976
 7977[[package]]
 7978name = "lyon_extra"
 7979version = "1.0.3"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7982dependencies = [
 7983 "lyon_path",
 7984 "thiserror 1.0.69",
 7985]
 7986
 7987[[package]]
 7988name = "lyon_geom"
 7989version = "1.0.6"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7992dependencies = [
 7993 "arrayvec",
 7994 "euclid",
 7995 "num-traits",
 7996]
 7997
 7998[[package]]
 7999name = "lyon_path"
 8000version = "1.0.6"
 8001source = "registry+https://github.com/rust-lang/crates.io-index"
 8002checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8003dependencies = [
 8004 "lyon_geom",
 8005 "num-traits",
 8006]
 8007
 8008[[package]]
 8009name = "lyon_tessellation"
 8010version = "1.0.15"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8013dependencies = [
 8014 "float_next_after",
 8015 "lyon_path",
 8016 "num-traits",
 8017]
 8018
 8019[[package]]
 8020name = "mac"
 8021version = "0.1.1"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8024
 8025[[package]]
 8026name = "mach2"
 8027version = "0.4.2"
 8028source = "registry+https://github.com/rust-lang/crates.io-index"
 8029checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8030dependencies = [
 8031 "libc",
 8032]
 8033
 8034[[package]]
 8035name = "malloc_buf"
 8036version = "0.0.6"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8039dependencies = [
 8040 "libc",
 8041]
 8042
 8043[[package]]
 8044name = "maplit"
 8045version = "1.0.2"
 8046source = "registry+https://github.com/rust-lang/crates.io-index"
 8047checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8048
 8049[[package]]
 8050name = "markdown"
 8051version = "0.1.0"
 8052dependencies = [
 8053 "anyhow",
 8054 "assets",
 8055 "env_logger 0.11.7",
 8056 "gpui",
 8057 "language",
 8058 "languages",
 8059 "linkify",
 8060 "log",
 8061 "node_runtime",
 8062 "pulldown-cmark 0.12.2",
 8063 "settings",
 8064 "theme",
 8065 "ui",
 8066 "util",
 8067]
 8068
 8069[[package]]
 8070name = "markdown_preview"
 8071version = "0.1.0"
 8072dependencies = [
 8073 "anyhow",
 8074 "async-recursion 1.1.1",
 8075 "collections",
 8076 "editor",
 8077 "gpui",
 8078 "language",
 8079 "linkify",
 8080 "log",
 8081 "pretty_assertions",
 8082 "pulldown-cmark 0.12.2",
 8083 "settings",
 8084 "theme",
 8085 "ui",
 8086 "util",
 8087 "workspace",
 8088]
 8089
 8090[[package]]
 8091name = "markup5ever"
 8092version = "0.12.1"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8095dependencies = [
 8096 "log",
 8097 "phf",
 8098 "phf_codegen",
 8099 "string_cache",
 8100 "string_cache_codegen",
 8101 "tendril",
 8102]
 8103
 8104[[package]]
 8105name = "markup5ever_rcdom"
 8106version = "0.3.0"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8109dependencies = [
 8110 "html5ever",
 8111 "markup5ever",
 8112 "tendril",
 8113 "xml5ever",
 8114]
 8115
 8116[[package]]
 8117name = "matchers"
 8118version = "0.1.0"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8121dependencies = [
 8122 "regex-automata 0.1.10",
 8123]
 8124
 8125[[package]]
 8126name = "matchit"
 8127version = "0.7.3"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8130
 8131[[package]]
 8132name = "maybe-owned"
 8133version = "0.3.4"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8136
 8137[[package]]
 8138name = "maybe-rayon"
 8139version = "0.1.1"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8142dependencies = [
 8143 "cfg-if",
 8144 "rayon",
 8145]
 8146
 8147[[package]]
 8148name = "md-5"
 8149version = "0.10.6"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8152dependencies = [
 8153 "cfg-if",
 8154 "digest",
 8155]
 8156
 8157[[package]]
 8158name = "mdbook"
 8159version = "0.4.47"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8162dependencies = [
 8163 "ammonia",
 8164 "anyhow",
 8165 "chrono",
 8166 "clap",
 8167 "clap_complete",
 8168 "elasticlunr-rs",
 8169 "env_logger 0.11.7",
 8170 "futures-util",
 8171 "handlebars 6.2.0",
 8172 "hex",
 8173 "ignore",
 8174 "log",
 8175 "memchr",
 8176 "notify 8.0.0",
 8177 "notify-debouncer-mini",
 8178 "once_cell",
 8179 "opener",
 8180 "pathdiff",
 8181 "pulldown-cmark 0.10.3",
 8182 "regex",
 8183 "serde",
 8184 "serde_json",
 8185 "sha2",
 8186 "shlex",
 8187 "tempfile",
 8188 "tokio",
 8189 "toml 0.5.11",
 8190 "topological-sort",
 8191 "walkdir",
 8192 "warp",
 8193]
 8194
 8195[[package]]
 8196name = "media"
 8197version = "0.1.0"
 8198dependencies = [
 8199 "anyhow",
 8200 "bindgen 0.70.1",
 8201 "core-foundation 0.9.4",
 8202 "ctor",
 8203 "foreign-types 0.5.0",
 8204 "metal",
 8205 "objc",
 8206]
 8207
 8208[[package]]
 8209name = "memchr"
 8210version = "2.7.4"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8213
 8214[[package]]
 8215name = "memfd"
 8216version = "0.6.4"
 8217source = "registry+https://github.com/rust-lang/crates.io-index"
 8218checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8219dependencies = [
 8220 "rustix",
 8221]
 8222
 8223[[package]]
 8224name = "memmap2"
 8225version = "0.9.5"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8228dependencies = [
 8229 "libc",
 8230]
 8231
 8232[[package]]
 8233name = "memoffset"
 8234version = "0.9.1"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8237dependencies = [
 8238 "autocfg",
 8239]
 8240
 8241[[package]]
 8242name = "menu"
 8243version = "0.1.0"
 8244dependencies = [
 8245 "gpui",
 8246 "serde",
 8247]
 8248
 8249[[package]]
 8250name = "metal"
 8251version = "0.31.0"
 8252source = "registry+https://github.com/rust-lang/crates.io-index"
 8253checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8254dependencies = [
 8255 "bitflags 2.8.0",
 8256 "block",
 8257 "core-graphics-types 0.1.3",
 8258 "foreign-types 0.5.0",
 8259 "log",
 8260 "objc",
 8261 "paste",
 8262]
 8263
 8264[[package]]
 8265name = "migrator"
 8266version = "0.1.0"
 8267dependencies = [
 8268 "anyhow",
 8269 "collections",
 8270 "convert_case 0.8.0",
 8271 "log",
 8272 "pretty_assertions",
 8273 "streaming-iterator",
 8274 "tree-sitter",
 8275 "tree-sitter-json",
 8276]
 8277
 8278[[package]]
 8279name = "mimalloc"
 8280version = "0.1.43"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
 8283dependencies = [
 8284 "libmimalloc-sys",
 8285]
 8286
 8287[[package]]
 8288name = "mime"
 8289version = "0.3.17"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8292
 8293[[package]]
 8294name = "mime_guess"
 8295version = "2.0.5"
 8296source = "registry+https://github.com/rust-lang/crates.io-index"
 8297checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8298dependencies = [
 8299 "mime",
 8300 "unicase",
 8301]
 8302
 8303[[package]]
 8304name = "minimal-lexical"
 8305version = "0.2.1"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8308
 8309[[package]]
 8310name = "miniz_oxide"
 8311version = "0.8.0"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8314dependencies = [
 8315 "adler2",
 8316 "simd-adler32",
 8317]
 8318
 8319[[package]]
 8320name = "mint"
 8321version = "0.5.9"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8324
 8325[[package]]
 8326name = "mio"
 8327version = "0.8.11"
 8328source = "registry+https://github.com/rust-lang/crates.io-index"
 8329checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8330dependencies = [
 8331 "libc",
 8332 "log",
 8333 "wasi 0.11.0+wasi-snapshot-preview1",
 8334 "windows-sys 0.48.0",
 8335]
 8336
 8337[[package]]
 8338name = "mio"
 8339version = "1.0.3"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8342dependencies = [
 8343 "libc",
 8344 "log",
 8345 "wasi 0.11.0+wasi-snapshot-preview1",
 8346 "windows-sys 0.52.0",
 8347]
 8348
 8349[[package]]
 8350name = "miow"
 8351version = "0.6.0"
 8352source = "registry+https://github.com/rust-lang/crates.io-index"
 8353checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8354dependencies = [
 8355 "windows-sys 0.48.0",
 8356]
 8357
 8358[[package]]
 8359name = "mistral"
 8360version = "0.1.0"
 8361dependencies = [
 8362 "anyhow",
 8363 "futures 0.3.31",
 8364 "http_client",
 8365 "schemars",
 8366 "serde",
 8367 "serde_json",
 8368 "strum",
 8369]
 8370
 8371[[package]]
 8372name = "mlua"
 8373version = "0.10.3"
 8374source = "registry+https://github.com/rust-lang/crates.io-index"
 8375checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8376dependencies = [
 8377 "bstr",
 8378 "either",
 8379 "futures-util",
 8380 "mlua-sys",
 8381 "num-traits",
 8382 "parking_lot",
 8383 "rustc-hash 2.1.1",
 8384]
 8385
 8386[[package]]
 8387name = "mlua-sys"
 8388version = "0.6.7"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8391dependencies = [
 8392 "cc",
 8393 "cfg-if",
 8394 "lua-src",
 8395 "luajit-src",
 8396 "pkg-config",
 8397]
 8398
 8399[[package]]
 8400name = "msvc_spectre_libs"
 8401version = "0.1.2"
 8402source = "registry+https://github.com/rust-lang/crates.io-index"
 8403checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8404dependencies = [
 8405 "cc",
 8406]
 8407
 8408[[package]]
 8409name = "multi_buffer"
 8410version = "0.1.0"
 8411dependencies = [
 8412 "anyhow",
 8413 "buffer_diff",
 8414 "clock",
 8415 "collections",
 8416 "ctor",
 8417 "env_logger 0.11.7",
 8418 "futures 0.3.31",
 8419 "gpui",
 8420 "indoc",
 8421 "itertools 0.14.0",
 8422 "language",
 8423 "log",
 8424 "parking_lot",
 8425 "pretty_assertions",
 8426 "project",
 8427 "rand 0.8.5",
 8428 "rope",
 8429 "serde",
 8430 "settings",
 8431 "smallvec",
 8432 "smol",
 8433 "sum_tree",
 8434 "text",
 8435 "theme",
 8436 "tree-sitter",
 8437 "util",
 8438]
 8439
 8440[[package]]
 8441name = "multimap"
 8442version = "0.8.3"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8445
 8446[[package]]
 8447name = "multimap"
 8448version = "0.10.0"
 8449source = "registry+https://github.com/rust-lang/crates.io-index"
 8450checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8451
 8452[[package]]
 8453name = "naga"
 8454version = "23.1.0"
 8455source = "registry+https://github.com/rust-lang/crates.io-index"
 8456checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8457dependencies = [
 8458 "arrayvec",
 8459 "bit-set 0.8.0",
 8460 "bitflags 2.8.0",
 8461 "cfg_aliases 0.1.1",
 8462 "codespan-reporting",
 8463 "hexf-parse",
 8464 "indexmap",
 8465 "log",
 8466 "rustc-hash 1.1.0",
 8467 "spirv",
 8468 "termcolor",
 8469 "thiserror 1.0.69",
 8470 "unicode-xid",
 8471]
 8472
 8473[[package]]
 8474name = "nanoid"
 8475version = "0.4.0"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8478dependencies = [
 8479 "rand 0.8.5",
 8480]
 8481
 8482[[package]]
 8483name = "nanorand"
 8484version = "0.7.0"
 8485source = "registry+https://github.com/rust-lang/crates.io-index"
 8486checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8487dependencies = [
 8488 "getrandom 0.2.15",
 8489]
 8490
 8491[[package]]
 8492name = "native-tls"
 8493version = "0.2.12"
 8494source = "registry+https://github.com/rust-lang/crates.io-index"
 8495checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8496dependencies = [
 8497 "libc",
 8498 "log",
 8499 "openssl",
 8500 "openssl-probe",
 8501 "openssl-sys",
 8502 "schannel",
 8503 "security-framework 2.11.1",
 8504 "security-framework-sys",
 8505 "tempfile",
 8506]
 8507
 8508[[package]]
 8509name = "nbformat"
 8510version = "0.10.0"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8513dependencies = [
 8514 "anyhow",
 8515 "chrono",
 8516 "jupyter-protocol",
 8517 "serde",
 8518 "serde_json",
 8519 "thiserror 1.0.69",
 8520 "uuid",
 8521]
 8522
 8523[[package]]
 8524name = "ndk"
 8525version = "0.8.0"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8528dependencies = [
 8529 "bitflags 2.8.0",
 8530 "jni-sys",
 8531 "log",
 8532 "ndk-sys",
 8533 "num_enum",
 8534 "thiserror 1.0.69",
 8535]
 8536
 8537[[package]]
 8538name = "ndk-context"
 8539version = "0.1.1"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8542
 8543[[package]]
 8544name = "ndk-sys"
 8545version = "0.5.0+25.2.9519653"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8548dependencies = [
 8549 "jni-sys",
 8550]
 8551
 8552[[package]]
 8553name = "new_debug_unreachable"
 8554version = "1.0.6"
 8555source = "registry+https://github.com/rust-lang/crates.io-index"
 8556checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8557
 8558[[package]]
 8559name = "nix"
 8560version = "0.29.0"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8563dependencies = [
 8564 "bitflags 2.8.0",
 8565 "cfg-if",
 8566 "cfg_aliases 0.2.1",
 8567 "libc",
 8568 "memoffset",
 8569]
 8570
 8571[[package]]
 8572name = "node_runtime"
 8573version = "0.1.0"
 8574dependencies = [
 8575 "anyhow",
 8576 "async-compression",
 8577 "async-std",
 8578 "async-tar",
 8579 "async-trait",
 8580 "async-watch",
 8581 "async_zip",
 8582 "futures 0.3.31",
 8583 "http_client",
 8584 "log",
 8585 "paths",
 8586 "semver",
 8587 "serde",
 8588 "serde_json",
 8589 "smol",
 8590 "tempfile",
 8591 "util",
 8592 "walkdir",
 8593 "which 6.0.3",
 8594]
 8595
 8596[[package]]
 8597name = "nom"
 8598version = "7.1.3"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8601dependencies = [
 8602 "memchr",
 8603 "minimal-lexical",
 8604]
 8605
 8606[[package]]
 8607name = "noop_proc_macro"
 8608version = "0.3.0"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8611
 8612[[package]]
 8613name = "normpath"
 8614version = "1.3.0"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8617dependencies = [
 8618 "windows-sys 0.59.0",
 8619]
 8620
 8621[[package]]
 8622name = "notifications"
 8623version = "0.1.0"
 8624dependencies = [
 8625 "anyhow",
 8626 "channel",
 8627 "client",
 8628 "collections",
 8629 "component",
 8630 "db",
 8631 "gpui",
 8632 "linkme",
 8633 "rpc",
 8634 "settings",
 8635 "sum_tree",
 8636 "time",
 8637 "ui",
 8638 "util",
 8639 "workspace",
 8640]
 8641
 8642[[package]]
 8643name = "notify"
 8644version = "6.1.1"
 8645source = "registry+https://github.com/rust-lang/crates.io-index"
 8646checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8647dependencies = [
 8648 "bitflags 2.8.0",
 8649 "crossbeam-channel",
 8650 "filetime",
 8651 "fsevent-sys 4.1.0",
 8652 "inotify 0.9.6",
 8653 "kqueue",
 8654 "libc",
 8655 "log",
 8656 "mio 0.8.11",
 8657 "walkdir",
 8658 "windows-sys 0.48.0",
 8659]
 8660
 8661[[package]]
 8662name = "notify"
 8663version = "8.0.0"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8666dependencies = [
 8667 "bitflags 2.8.0",
 8668 "filetime",
 8669 "fsevent-sys 4.1.0",
 8670 "inotify 0.11.0",
 8671 "kqueue",
 8672 "libc",
 8673 "log",
 8674 "mio 1.0.3",
 8675 "notify-types",
 8676 "walkdir",
 8677 "windows-sys 0.59.0",
 8678]
 8679
 8680[[package]]
 8681name = "notify-debouncer-mini"
 8682version = "0.6.0"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8685dependencies = [
 8686 "log",
 8687 "notify 8.0.0",
 8688 "notify-types",
 8689 "tempfile",
 8690]
 8691
 8692[[package]]
 8693name = "notify-types"
 8694version = "2.0.0"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8697
 8698[[package]]
 8699name = "ntapi"
 8700version = "0.4.1"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8703dependencies = [
 8704 "winapi",
 8705]
 8706
 8707[[package]]
 8708name = "nu-ansi-term"
 8709version = "0.46.0"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8712dependencies = [
 8713 "overload",
 8714 "winapi",
 8715]
 8716
 8717[[package]]
 8718name = "num"
 8719version = "0.4.3"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8722dependencies = [
 8723 "num-bigint",
 8724 "num-complex",
 8725 "num-integer",
 8726 "num-iter",
 8727 "num-rational",
 8728 "num-traits",
 8729]
 8730
 8731[[package]]
 8732name = "num-bigint"
 8733version = "0.4.6"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8736dependencies = [
 8737 "num-integer",
 8738 "num-traits",
 8739]
 8740
 8741[[package]]
 8742name = "num-bigint-dig"
 8743version = "0.8.4"
 8744source = "registry+https://github.com/rust-lang/crates.io-index"
 8745checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8746dependencies = [
 8747 "byteorder",
 8748 "lazy_static",
 8749 "libm",
 8750 "num-integer",
 8751 "num-iter",
 8752 "num-traits",
 8753 "rand 0.8.5",
 8754 "serde",
 8755 "smallvec",
 8756 "zeroize",
 8757]
 8758
 8759[[package]]
 8760name = "num-complex"
 8761version = "0.4.6"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8764dependencies = [
 8765 "num-traits",
 8766]
 8767
 8768[[package]]
 8769name = "num-conv"
 8770version = "0.1.0"
 8771source = "registry+https://github.com/rust-lang/crates.io-index"
 8772checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8773
 8774[[package]]
 8775name = "num-derive"
 8776version = "0.4.2"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8779dependencies = [
 8780 "proc-macro2",
 8781 "quote",
 8782 "syn 2.0.100",
 8783]
 8784
 8785[[package]]
 8786name = "num-format"
 8787version = "0.4.4"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8790dependencies = [
 8791 "arrayvec",
 8792 "itoa",
 8793]
 8794
 8795[[package]]
 8796name = "num-integer"
 8797version = "0.1.46"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8800dependencies = [
 8801 "num-traits",
 8802]
 8803
 8804[[package]]
 8805name = "num-iter"
 8806version = "0.1.45"
 8807source = "registry+https://github.com/rust-lang/crates.io-index"
 8808checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8809dependencies = [
 8810 "autocfg",
 8811 "num-integer",
 8812 "num-traits",
 8813]
 8814
 8815[[package]]
 8816name = "num-modular"
 8817version = "0.6.1"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8820
 8821[[package]]
 8822name = "num-order"
 8823version = "1.2.0"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8826dependencies = [
 8827 "num-modular",
 8828]
 8829
 8830[[package]]
 8831name = "num-rational"
 8832version = "0.4.2"
 8833source = "registry+https://github.com/rust-lang/crates.io-index"
 8834checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8835dependencies = [
 8836 "num-bigint",
 8837 "num-integer",
 8838 "num-traits",
 8839]
 8840
 8841[[package]]
 8842name = "num-traits"
 8843version = "0.2.19"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8846dependencies = [
 8847 "autocfg",
 8848 "libm",
 8849]
 8850
 8851[[package]]
 8852name = "num_cpus"
 8853version = "1.16.0"
 8854source = "registry+https://github.com/rust-lang/crates.io-index"
 8855checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8856dependencies = [
 8857 "hermit-abi 0.3.9",
 8858 "libc",
 8859]
 8860
 8861[[package]]
 8862name = "num_enum"
 8863version = "0.7.3"
 8864source = "registry+https://github.com/rust-lang/crates.io-index"
 8865checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8866dependencies = [
 8867 "num_enum_derive",
 8868]
 8869
 8870[[package]]
 8871name = "num_enum_derive"
 8872version = "0.7.3"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8875dependencies = [
 8876 "proc-macro-crate",
 8877 "proc-macro2",
 8878 "quote",
 8879 "syn 2.0.100",
 8880]
 8881
 8882[[package]]
 8883name = "num_threads"
 8884version = "0.1.7"
 8885source = "registry+https://github.com/rust-lang/crates.io-index"
 8886checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8887dependencies = [
 8888 "libc",
 8889]
 8890
 8891[[package]]
 8892name = "nvim-rs"
 8893version = "0.8.0-pre"
 8894source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8895dependencies = [
 8896 "async-trait",
 8897 "futures 0.3.31",
 8898 "log",
 8899 "parity-tokio-ipc",
 8900 "rmp",
 8901 "rmpv",
 8902 "tokio",
 8903 "tokio-util",
 8904 "winapi",
 8905]
 8906
 8907[[package]]
 8908name = "objc"
 8909version = "0.2.7"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8912dependencies = [
 8913 "malloc_buf",
 8914]
 8915
 8916[[package]]
 8917name = "objc-sys"
 8918version = "0.3.5"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8921
 8922[[package]]
 8923name = "objc2"
 8924version = "0.5.2"
 8925source = "registry+https://github.com/rust-lang/crates.io-index"
 8926checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8927dependencies = [
 8928 "objc-sys",
 8929 "objc2-encode",
 8930]
 8931
 8932[[package]]
 8933name = "objc2-app-kit"
 8934version = "0.2.2"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8937dependencies = [
 8938 "bitflags 2.8.0",
 8939 "block2",
 8940 "libc",
 8941 "objc2",
 8942 "objc2-core-data",
 8943 "objc2-core-image",
 8944 "objc2-foundation",
 8945 "objc2-quartz-core",
 8946]
 8947
 8948[[package]]
 8949name = "objc2-cloud-kit"
 8950version = "0.2.2"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8953dependencies = [
 8954 "bitflags 2.8.0",
 8955 "block2",
 8956 "objc2",
 8957 "objc2-core-location",
 8958 "objc2-foundation",
 8959]
 8960
 8961[[package]]
 8962name = "objc2-contacts"
 8963version = "0.2.2"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8966dependencies = [
 8967 "block2",
 8968 "objc2",
 8969 "objc2-foundation",
 8970]
 8971
 8972[[package]]
 8973name = "objc2-core-data"
 8974version = "0.2.2"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8977dependencies = [
 8978 "bitflags 2.8.0",
 8979 "block2",
 8980 "objc2",
 8981 "objc2-foundation",
 8982]
 8983
 8984[[package]]
 8985name = "objc2-core-image"
 8986version = "0.2.2"
 8987source = "registry+https://github.com/rust-lang/crates.io-index"
 8988checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8989dependencies = [
 8990 "block2",
 8991 "objc2",
 8992 "objc2-foundation",
 8993 "objc2-metal",
 8994]
 8995
 8996[[package]]
 8997name = "objc2-core-location"
 8998version = "0.2.2"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9001dependencies = [
 9002 "block2",
 9003 "objc2",
 9004 "objc2-contacts",
 9005 "objc2-foundation",
 9006]
 9007
 9008[[package]]
 9009name = "objc2-encode"
 9010version = "4.0.3"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9013
 9014[[package]]
 9015name = "objc2-foundation"
 9016version = "0.2.2"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9019dependencies = [
 9020 "bitflags 2.8.0",
 9021 "block2",
 9022 "libc",
 9023 "objc2",
 9024]
 9025
 9026[[package]]
 9027name = "objc2-link-presentation"
 9028version = "0.2.2"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9031dependencies = [
 9032 "block2",
 9033 "objc2",
 9034 "objc2-app-kit",
 9035 "objc2-foundation",
 9036]
 9037
 9038[[package]]
 9039name = "objc2-metal"
 9040version = "0.2.2"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9043dependencies = [
 9044 "bitflags 2.8.0",
 9045 "block2",
 9046 "objc2",
 9047 "objc2-foundation",
 9048]
 9049
 9050[[package]]
 9051name = "objc2-quartz-core"
 9052version = "0.2.2"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9055dependencies = [
 9056 "bitflags 2.8.0",
 9057 "block2",
 9058 "objc2",
 9059 "objc2-foundation",
 9060 "objc2-metal",
 9061]
 9062
 9063[[package]]
 9064name = "objc2-symbols"
 9065version = "0.2.2"
 9066source = "registry+https://github.com/rust-lang/crates.io-index"
 9067checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9068dependencies = [
 9069 "objc2",
 9070 "objc2-foundation",
 9071]
 9072
 9073[[package]]
 9074name = "objc2-ui-kit"
 9075version = "0.2.2"
 9076source = "registry+https://github.com/rust-lang/crates.io-index"
 9077checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9078dependencies = [
 9079 "bitflags 2.8.0",
 9080 "block2",
 9081 "objc2",
 9082 "objc2-cloud-kit",
 9083 "objc2-core-data",
 9084 "objc2-core-image",
 9085 "objc2-core-location",
 9086 "objc2-foundation",
 9087 "objc2-link-presentation",
 9088 "objc2-quartz-core",
 9089 "objc2-symbols",
 9090 "objc2-uniform-type-identifiers",
 9091 "objc2-user-notifications",
 9092]
 9093
 9094[[package]]
 9095name = "objc2-uniform-type-identifiers"
 9096version = "0.2.2"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9099dependencies = [
 9100 "block2",
 9101 "objc2",
 9102 "objc2-foundation",
 9103]
 9104
 9105[[package]]
 9106name = "objc2-user-notifications"
 9107version = "0.2.2"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9110dependencies = [
 9111 "bitflags 2.8.0",
 9112 "block2",
 9113 "objc2",
 9114 "objc2-core-location",
 9115 "objc2-foundation",
 9116]
 9117
 9118[[package]]
 9119name = "object"
 9120version = "0.36.5"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9123dependencies = [
 9124 "crc32fast",
 9125 "hashbrown 0.15.2",
 9126 "indexmap",
 9127 "memchr",
 9128]
 9129
 9130[[package]]
 9131name = "oboe"
 9132version = "0.6.1"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9135dependencies = [
 9136 "jni",
 9137 "ndk",
 9138 "ndk-context",
 9139 "num-derive",
 9140 "num-traits",
 9141 "oboe-sys",
 9142]
 9143
 9144[[package]]
 9145name = "oboe-sys"
 9146version = "0.6.1"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9149dependencies = [
 9150 "cc",
 9151]
 9152
 9153[[package]]
 9154name = "ollama"
 9155version = "0.1.0"
 9156dependencies = [
 9157 "anyhow",
 9158 "futures 0.3.31",
 9159 "http_client",
 9160 "schemars",
 9161 "serde",
 9162 "serde_json",
 9163]
 9164
 9165[[package]]
 9166name = "once_cell"
 9167version = "1.20.3"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9170
 9171[[package]]
 9172name = "oo7"
 9173version = "0.4.1"
 9174source = "registry+https://github.com/rust-lang/crates.io-index"
 9175checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9176dependencies = [
 9177 "aes",
 9178 "ashpd",
 9179 "async-fs",
 9180 "async-io",
 9181 "async-lock",
 9182 "blocking",
 9183 "cbc",
 9184 "cipher",
 9185 "digest",
 9186 "endi",
 9187 "futures-lite 2.6.0",
 9188 "futures-util",
 9189 "getrandom 0.3.1",
 9190 "hkdf",
 9191 "hmac",
 9192 "md-5",
 9193 "num",
 9194 "num-bigint-dig",
 9195 "pbkdf2 0.12.2",
 9196 "rand 0.9.0",
 9197 "serde",
 9198 "sha2",
 9199 "subtle",
 9200 "zbus",
 9201 "zbus_macros",
 9202 "zeroize",
 9203 "zvariant",
 9204]
 9205
 9206[[package]]
 9207name = "oorandom"
 9208version = "11.1.4"
 9209source = "registry+https://github.com/rust-lang/crates.io-index"
 9210checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9211
 9212[[package]]
 9213name = "open"
 9214version = "5.3.2"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9217dependencies = [
 9218 "is-wsl",
 9219 "libc",
 9220 "pathdiff",
 9221]
 9222
 9223[[package]]
 9224name = "open_ai"
 9225version = "0.1.0"
 9226dependencies = [
 9227 "anyhow",
 9228 "futures 0.3.31",
 9229 "http_client",
 9230 "schemars",
 9231 "serde",
 9232 "serde_json",
 9233 "strum",
 9234]
 9235
 9236[[package]]
 9237name = "opener"
 9238version = "0.7.2"
 9239source = "registry+https://github.com/rust-lang/crates.io-index"
 9240checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9241dependencies = [
 9242 "bstr",
 9243 "dbus",
 9244 "normpath",
 9245 "windows-sys 0.59.0",
 9246]
 9247
 9248[[package]]
 9249name = "openssl"
 9250version = "0.10.70"
 9251source = "registry+https://github.com/rust-lang/crates.io-index"
 9252checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9253dependencies = [
 9254 "bitflags 2.8.0",
 9255 "cfg-if",
 9256 "foreign-types 0.3.2",
 9257 "libc",
 9258 "once_cell",
 9259 "openssl-macros",
 9260 "openssl-sys",
 9261]
 9262
 9263[[package]]
 9264name = "openssl-macros"
 9265version = "0.1.1"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9268dependencies = [
 9269 "proc-macro2",
 9270 "quote",
 9271 "syn 2.0.100",
 9272]
 9273
 9274[[package]]
 9275name = "openssl-probe"
 9276version = "0.1.5"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9279
 9280[[package]]
 9281name = "openssl-src"
 9282version = "300.4.1+3.4.0"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9285dependencies = [
 9286 "cc",
 9287]
 9288
 9289[[package]]
 9290name = "openssl-sys"
 9291version = "0.9.105"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9294dependencies = [
 9295 "cc",
 9296 "libc",
 9297 "openssl-src",
 9298 "pkg-config",
 9299 "vcpkg",
 9300]
 9301
 9302[[package]]
 9303name = "option-ext"
 9304version = "0.2.0"
 9305source = "registry+https://github.com/rust-lang/crates.io-index"
 9306checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9307
 9308[[package]]
 9309name = "ordered-float"
 9310version = "2.10.1"
 9311source = "registry+https://github.com/rust-lang/crates.io-index"
 9312checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9313dependencies = [
 9314 "num-traits",
 9315]
 9316
 9317[[package]]
 9318name = "ordered-float"
 9319version = "3.9.2"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9322dependencies = [
 9323 "num-traits",
 9324]
 9325
 9326[[package]]
 9327name = "ordered-stream"
 9328version = "0.2.0"
 9329source = "registry+https://github.com/rust-lang/crates.io-index"
 9330checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9331dependencies = [
 9332 "futures-core",
 9333 "pin-project-lite",
 9334]
 9335
 9336[[package]]
 9337name = "ouroboros"
 9338version = "0.18.4"
 9339source = "registry+https://github.com/rust-lang/crates.io-index"
 9340checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9341dependencies = [
 9342 "aliasable",
 9343 "ouroboros_macro",
 9344 "static_assertions",
 9345]
 9346
 9347[[package]]
 9348name = "ouroboros_macro"
 9349version = "0.18.4"
 9350source = "registry+https://github.com/rust-lang/crates.io-index"
 9351checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9352dependencies = [
 9353 "heck 0.4.1",
 9354 "itertools 0.12.1",
 9355 "proc-macro2",
 9356 "proc-macro2-diagnostics",
 9357 "quote",
 9358 "syn 2.0.100",
 9359]
 9360
 9361[[package]]
 9362name = "outline"
 9363version = "0.1.0"
 9364dependencies = [
 9365 "editor",
 9366 "fuzzy",
 9367 "gpui",
 9368 "indoc",
 9369 "language",
 9370 "menu",
 9371 "ordered-float 2.10.1",
 9372 "picker",
 9373 "project",
 9374 "rope",
 9375 "serde_json",
 9376 "settings",
 9377 "smol",
 9378 "theme",
 9379 "tree-sitter-rust",
 9380 "tree-sitter-typescript",
 9381 "ui",
 9382 "util",
 9383 "workspace",
 9384 "zed_actions",
 9385]
 9386
 9387[[package]]
 9388name = "outline_panel"
 9389version = "0.1.0"
 9390dependencies = [
 9391 "anyhow",
 9392 "collections",
 9393 "db",
 9394 "editor",
 9395 "file_icons",
 9396 "fuzzy",
 9397 "gpui",
 9398 "itertools 0.14.0",
 9399 "language",
 9400 "log",
 9401 "menu",
 9402 "outline",
 9403 "pretty_assertions",
 9404 "project",
 9405 "schemars",
 9406 "search",
 9407 "serde",
 9408 "serde_json",
 9409 "settings",
 9410 "smallvec",
 9411 "smol",
 9412 "theme",
 9413 "ui",
 9414 "util",
 9415 "workspace",
 9416 "worktree",
 9417 "zed_actions",
 9418]
 9419
 9420[[package]]
 9421name = "outref"
 9422version = "0.5.1"
 9423source = "registry+https://github.com/rust-lang/crates.io-index"
 9424checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9425
 9426[[package]]
 9427name = "overload"
 9428version = "0.1.1"
 9429source = "registry+https://github.com/rust-lang/crates.io-index"
 9430checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9431
 9432[[package]]
 9433name = "p256"
 9434version = "0.11.1"
 9435source = "registry+https://github.com/rust-lang/crates.io-index"
 9436checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9437dependencies = [
 9438 "ecdsa",
 9439 "elliptic-curve",
 9440 "sha2",
 9441]
 9442
 9443[[package]]
 9444name = "page_size"
 9445version = "0.6.0"
 9446source = "registry+https://github.com/rust-lang/crates.io-index"
 9447checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9448dependencies = [
 9449 "libc",
 9450 "winapi",
 9451]
 9452
 9453[[package]]
 9454name = "palette"
 9455version = "0.7.6"
 9456source = "registry+https://github.com/rust-lang/crates.io-index"
 9457checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9458dependencies = [
 9459 "approx",
 9460 "fast-srgb8",
 9461 "palette_derive",
 9462]
 9463
 9464[[package]]
 9465name = "palette_derive"
 9466version = "0.7.6"
 9467source = "registry+https://github.com/rust-lang/crates.io-index"
 9468checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9469dependencies = [
 9470 "by_address",
 9471 "proc-macro2",
 9472 "quote",
 9473 "syn 2.0.100",
 9474]
 9475
 9476[[package]]
 9477name = "panel"
 9478version = "0.1.0"
 9479dependencies = [
 9480 "editor",
 9481 "gpui",
 9482 "settings",
 9483 "theme",
 9484 "ui",
 9485 "workspace",
 9486]
 9487
 9488[[package]]
 9489name = "parity-tokio-ipc"
 9490version = "0.9.0"
 9491source = "registry+https://github.com/rust-lang/crates.io-index"
 9492checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9493dependencies = [
 9494 "futures 0.3.31",
 9495 "libc",
 9496 "log",
 9497 "rand 0.7.3",
 9498 "tokio",
 9499 "winapi",
 9500]
 9501
 9502[[package]]
 9503name = "parking"
 9504version = "2.2.1"
 9505source = "registry+https://github.com/rust-lang/crates.io-index"
 9506checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9507
 9508[[package]]
 9509name = "parking_lot"
 9510version = "0.12.3"
 9511source = "registry+https://github.com/rust-lang/crates.io-index"
 9512checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9513dependencies = [
 9514 "lock_api",
 9515 "parking_lot_core",
 9516]
 9517
 9518[[package]]
 9519name = "parking_lot_core"
 9520version = "0.9.10"
 9521source = "registry+https://github.com/rust-lang/crates.io-index"
 9522checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9523dependencies = [
 9524 "cfg-if",
 9525 "libc",
 9526 "redox_syscall 0.5.8",
 9527 "smallvec",
 9528 "windows-targets 0.52.6",
 9529]
 9530
 9531[[package]]
 9532name = "password-hash"
 9533version = "0.4.2"
 9534source = "registry+https://github.com/rust-lang/crates.io-index"
 9535checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9536dependencies = [
 9537 "base64ct",
 9538 "rand_core 0.6.4",
 9539 "subtle",
 9540]
 9541
 9542[[package]]
 9543name = "password-hash"
 9544version = "0.5.0"
 9545source = "registry+https://github.com/rust-lang/crates.io-index"
 9546checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9547dependencies = [
 9548 "base64ct",
 9549 "rand_core 0.6.4",
 9550 "subtle",
 9551]
 9552
 9553[[package]]
 9554name = "paste"
 9555version = "1.0.15"
 9556source = "registry+https://github.com/rust-lang/crates.io-index"
 9557checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9558
 9559[[package]]
 9560name = "pathdiff"
 9561version = "0.2.3"
 9562source = "registry+https://github.com/rust-lang/crates.io-index"
 9563checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9564
 9565[[package]]
 9566name = "pathfinder_geometry"
 9567version = "0.5.1"
 9568source = "registry+https://github.com/rust-lang/crates.io-index"
 9569checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9570dependencies = [
 9571 "log",
 9572 "pathfinder_simd",
 9573]
 9574
 9575[[package]]
 9576name = "pathfinder_simd"
 9577version = "0.5.4"
 9578source = "registry+https://github.com/rust-lang/crates.io-index"
 9579checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9580dependencies = [
 9581 "rustc_version",
 9582]
 9583
 9584[[package]]
 9585name = "paths"
 9586version = "0.1.0"
 9587dependencies = [
 9588 "dirs 4.0.0",
 9589 "util",
 9590]
 9591
 9592[[package]]
 9593name = "pbjson"
 9594version = "0.6.0"
 9595source = "registry+https://github.com/rust-lang/crates.io-index"
 9596checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9597dependencies = [
 9598 "base64 0.21.7",
 9599 "serde",
 9600]
 9601
 9602[[package]]
 9603name = "pbjson-build"
 9604version = "0.6.2"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9607dependencies = [
 9608 "heck 0.4.1",
 9609 "itertools 0.11.0",
 9610 "prost 0.12.6",
 9611 "prost-types 0.12.6",
 9612]
 9613
 9614[[package]]
 9615name = "pbjson-types"
 9616version = "0.6.0"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9619dependencies = [
 9620 "bytes 1.10.1",
 9621 "chrono",
 9622 "pbjson",
 9623 "pbjson-build",
 9624 "prost 0.12.6",
 9625 "prost-build 0.12.6",
 9626 "serde",
 9627]
 9628
 9629[[package]]
 9630name = "pbkdf2"
 9631version = "0.11.0"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9634dependencies = [
 9635 "digest",
 9636 "hmac",
 9637 "password-hash 0.4.2",
 9638 "sha2",
 9639]
 9640
 9641[[package]]
 9642name = "pbkdf2"
 9643version = "0.12.2"
 9644source = "registry+https://github.com/rust-lang/crates.io-index"
 9645checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9646dependencies = [
 9647 "digest",
 9648 "hmac",
 9649]
 9650
 9651[[package]]
 9652name = "pem"
 9653version = "3.0.4"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9656dependencies = [
 9657 "base64 0.22.1",
 9658 "serde",
 9659]
 9660
 9661[[package]]
 9662name = "pem-rfc7468"
 9663version = "0.7.0"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9666dependencies = [
 9667 "base64ct",
 9668]
 9669
 9670[[package]]
 9671name = "percent-encoding"
 9672version = "2.3.1"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9675
 9676[[package]]
 9677name = "perplexity"
 9678version = "0.1.0"
 9679dependencies = [
 9680 "serde",
 9681 "zed_extension_api 0.3.0",
 9682]
 9683
 9684[[package]]
 9685name = "pest"
 9686version = "2.7.15"
 9687source = "registry+https://github.com/rust-lang/crates.io-index"
 9688checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9689dependencies = [
 9690 "memchr",
 9691 "thiserror 2.0.6",
 9692 "ucd-trie",
 9693]
 9694
 9695[[package]]
 9696name = "pest_derive"
 9697version = "2.7.15"
 9698source = "registry+https://github.com/rust-lang/crates.io-index"
 9699checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9700dependencies = [
 9701 "pest",
 9702 "pest_generator",
 9703]
 9704
 9705[[package]]
 9706name = "pest_generator"
 9707version = "2.7.15"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9710dependencies = [
 9711 "pest",
 9712 "pest_meta",
 9713 "proc-macro2",
 9714 "quote",
 9715 "syn 2.0.100",
 9716]
 9717
 9718[[package]]
 9719name = "pest_meta"
 9720version = "2.7.15"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9723dependencies = [
 9724 "once_cell",
 9725 "pest",
 9726 "sha2",
 9727]
 9728
 9729[[package]]
 9730name = "pet"
 9731version = "0.1.0"
 9732source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9733dependencies = [
 9734 "clap",
 9735 "env_logger 0.10.2",
 9736 "lazy_static",
 9737 "log",
 9738 "msvc_spectre_libs",
 9739 "pet-conda",
 9740 "pet-core",
 9741 "pet-env-var-path",
 9742 "pet-fs",
 9743 "pet-global-virtualenvs",
 9744 "pet-homebrew",
 9745 "pet-jsonrpc",
 9746 "pet-linux-global-python",
 9747 "pet-mac-commandlinetools",
 9748 "pet-mac-python-org",
 9749 "pet-mac-xcode",
 9750 "pet-pipenv",
 9751 "pet-pixi",
 9752 "pet-poetry",
 9753 "pet-pyenv",
 9754 "pet-python-utils",
 9755 "pet-reporter",
 9756 "pet-telemetry",
 9757 "pet-venv",
 9758 "pet-virtualenv",
 9759 "pet-virtualenvwrapper",
 9760 "pet-windows-registry",
 9761 "pet-windows-store",
 9762 "serde",
 9763 "serde_json",
 9764]
 9765
 9766[[package]]
 9767name = "pet-conda"
 9768version = "0.1.0"
 9769source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9770dependencies = [
 9771 "env_logger 0.10.2",
 9772 "lazy_static",
 9773 "log",
 9774 "msvc_spectre_libs",
 9775 "pet-core",
 9776 "pet-fs",
 9777 "pet-python-utils",
 9778 "pet-reporter",
 9779 "regex",
 9780 "serde",
 9781 "serde_json",
 9782 "yaml-rust2",
 9783]
 9784
 9785[[package]]
 9786name = "pet-core"
 9787version = "0.1.0"
 9788source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9789dependencies = [
 9790 "clap",
 9791 "lazy_static",
 9792 "log",
 9793 "msvc_spectre_libs",
 9794 "pet-fs",
 9795 "regex",
 9796 "serde",
 9797 "serde_json",
 9798]
 9799
 9800[[package]]
 9801name = "pet-env-var-path"
 9802version = "0.1.0"
 9803source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9804dependencies = [
 9805 "lazy_static",
 9806 "log",
 9807 "msvc_spectre_libs",
 9808 "pet-conda",
 9809 "pet-core",
 9810 "pet-fs",
 9811 "pet-python-utils",
 9812 "pet-virtualenv",
 9813 "regex",
 9814]
 9815
 9816[[package]]
 9817name = "pet-fs"
 9818version = "0.1.0"
 9819source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9820dependencies = [
 9821 "log",
 9822 "msvc_spectre_libs",
 9823]
 9824
 9825[[package]]
 9826name = "pet-global-virtualenvs"
 9827version = "0.1.0"
 9828source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9829dependencies = [
 9830 "log",
 9831 "msvc_spectre_libs",
 9832 "pet-conda",
 9833 "pet-core",
 9834 "pet-fs",
 9835 "pet-virtualenv",
 9836]
 9837
 9838[[package]]
 9839name = "pet-homebrew"
 9840version = "0.1.0"
 9841source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9842dependencies = [
 9843 "lazy_static",
 9844 "log",
 9845 "msvc_spectre_libs",
 9846 "pet-conda",
 9847 "pet-core",
 9848 "pet-fs",
 9849 "pet-python-utils",
 9850 "pet-virtualenv",
 9851 "regex",
 9852 "serde",
 9853 "serde_json",
 9854]
 9855
 9856[[package]]
 9857name = "pet-jsonrpc"
 9858version = "0.1.0"
 9859source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9860dependencies = [
 9861 "env_logger 0.10.2",
 9862 "log",
 9863 "msvc_spectre_libs",
 9864 "pet-core",
 9865 "serde",
 9866 "serde_json",
 9867]
 9868
 9869[[package]]
 9870name = "pet-linux-global-python"
 9871version = "0.1.0"
 9872source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9873dependencies = [
 9874 "log",
 9875 "msvc_spectre_libs",
 9876 "pet-core",
 9877 "pet-fs",
 9878 "pet-python-utils",
 9879 "pet-virtualenv",
 9880]
 9881
 9882[[package]]
 9883name = "pet-mac-commandlinetools"
 9884version = "0.1.0"
 9885source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9886dependencies = [
 9887 "log",
 9888 "msvc_spectre_libs",
 9889 "pet-core",
 9890 "pet-fs",
 9891 "pet-python-utils",
 9892 "pet-virtualenv",
 9893]
 9894
 9895[[package]]
 9896name = "pet-mac-python-org"
 9897version = "0.1.0"
 9898source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9899dependencies = [
 9900 "log",
 9901 "msvc_spectre_libs",
 9902 "pet-core",
 9903 "pet-fs",
 9904 "pet-python-utils",
 9905 "pet-virtualenv",
 9906]
 9907
 9908[[package]]
 9909name = "pet-mac-xcode"
 9910version = "0.1.0"
 9911source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9912dependencies = [
 9913 "log",
 9914 "msvc_spectre_libs",
 9915 "pet-core",
 9916 "pet-fs",
 9917 "pet-python-utils",
 9918 "pet-virtualenv",
 9919]
 9920
 9921[[package]]
 9922name = "pet-pipenv"
 9923version = "0.1.0"
 9924source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9925dependencies = [
 9926 "log",
 9927 "msvc_spectre_libs",
 9928 "pet-core",
 9929 "pet-fs",
 9930 "pet-python-utils",
 9931 "pet-virtualenv",
 9932]
 9933
 9934[[package]]
 9935name = "pet-pixi"
 9936version = "0.1.0"
 9937source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9938dependencies = [
 9939 "log",
 9940 "msvc_spectre_libs",
 9941 "pet-conda",
 9942 "pet-core",
 9943 "pet-python-utils",
 9944]
 9945
 9946[[package]]
 9947name = "pet-poetry"
 9948version = "0.1.0"
 9949source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9950dependencies = [
 9951 "base64 0.22.1",
 9952 "lazy_static",
 9953 "log",
 9954 "msvc_spectre_libs",
 9955 "pet-core",
 9956 "pet-fs",
 9957 "pet-python-utils",
 9958 "pet-reporter",
 9959 "pet-virtualenv",
 9960 "regex",
 9961 "serde",
 9962 "serde_json",
 9963 "sha2",
 9964 "toml 0.8.20",
 9965]
 9966
 9967[[package]]
 9968name = "pet-pyenv"
 9969version = "0.1.0"
 9970source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9971dependencies = [
 9972 "lazy_static",
 9973 "log",
 9974 "msvc_spectre_libs",
 9975 "pet-conda",
 9976 "pet-core",
 9977 "pet-fs",
 9978 "pet-python-utils",
 9979 "pet-reporter",
 9980 "regex",
 9981 "serde",
 9982 "serde_json",
 9983]
 9984
 9985[[package]]
 9986name = "pet-python-utils"
 9987version = "0.1.0"
 9988source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9989dependencies = [
 9990 "env_logger 0.10.2",
 9991 "lazy_static",
 9992 "log",
 9993 "msvc_spectre_libs",
 9994 "pet-core",
 9995 "pet-fs",
 9996 "regex",
 9997 "serde",
 9998 "serde_json",
 9999 "sha2",
10000]
10001
10002[[package]]
10003name = "pet-reporter"
10004version = "0.1.0"
10005source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10006dependencies = [
10007 "env_logger 0.10.2",
10008 "log",
10009 "msvc_spectre_libs",
10010 "pet-core",
10011 "pet-jsonrpc",
10012 "serde",
10013 "serde_json",
10014]
10015
10016[[package]]
10017name = "pet-telemetry"
10018version = "0.1.0"
10019source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10020dependencies = [
10021 "env_logger 0.10.2",
10022 "lazy_static",
10023 "log",
10024 "msvc_spectre_libs",
10025 "pet-core",
10026 "pet-fs",
10027 "pet-python-utils",
10028 "regex",
10029]
10030
10031[[package]]
10032name = "pet-venv"
10033version = "0.1.0"
10034source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10035dependencies = [
10036 "log",
10037 "msvc_spectre_libs",
10038 "pet-core",
10039 "pet-python-utils",
10040 "pet-virtualenv",
10041]
10042
10043[[package]]
10044name = "pet-virtualenv"
10045version = "0.1.0"
10046source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10047dependencies = [
10048 "log",
10049 "msvc_spectre_libs",
10050 "pet-core",
10051 "pet-fs",
10052 "pet-python-utils",
10053]
10054
10055[[package]]
10056name = "pet-virtualenvwrapper"
10057version = "0.1.0"
10058source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10059dependencies = [
10060 "log",
10061 "msvc_spectre_libs",
10062 "pet-core",
10063 "pet-fs",
10064 "pet-python-utils",
10065 "pet-virtualenv",
10066]
10067
10068[[package]]
10069name = "pet-windows-registry"
10070version = "0.1.0"
10071source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10072dependencies = [
10073 "lazy_static",
10074 "log",
10075 "msvc_spectre_libs",
10076 "pet-conda",
10077 "pet-core",
10078 "pet-fs",
10079 "pet-python-utils",
10080 "pet-virtualenv",
10081 "pet-windows-store",
10082 "regex",
10083 "winreg 0.52.0",
10084]
10085
10086[[package]]
10087name = "pet-windows-store"
10088version = "0.1.0"
10089source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10090dependencies = [
10091 "lazy_static",
10092 "log",
10093 "msvc_spectre_libs",
10094 "pet-core",
10095 "pet-fs",
10096 "pet-python-utils",
10097 "pet-virtualenv",
10098 "regex",
10099 "winreg 0.52.0",
10100]
10101
10102[[package]]
10103name = "petgraph"
10104version = "0.6.5"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10107dependencies = [
10108 "fixedbitset",
10109 "indexmap",
10110]
10111
10112[[package]]
10113name = "phf"
10114version = "0.11.2"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10117dependencies = [
10118 "phf_macros",
10119 "phf_shared 0.11.2",
10120]
10121
10122[[package]]
10123name = "phf_codegen"
10124version = "0.11.2"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10127dependencies = [
10128 "phf_generator 0.11.2",
10129 "phf_shared 0.11.2",
10130]
10131
10132[[package]]
10133name = "phf_generator"
10134version = "0.10.0"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10137dependencies = [
10138 "phf_shared 0.10.0",
10139 "rand 0.8.5",
10140]
10141
10142[[package]]
10143name = "phf_generator"
10144version = "0.11.2"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10147dependencies = [
10148 "phf_shared 0.11.2",
10149 "rand 0.8.5",
10150]
10151
10152[[package]]
10153name = "phf_macros"
10154version = "0.11.2"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10157dependencies = [
10158 "phf_generator 0.11.2",
10159 "phf_shared 0.11.2",
10160 "proc-macro2",
10161 "quote",
10162 "syn 2.0.100",
10163]
10164
10165[[package]]
10166name = "phf_shared"
10167version = "0.10.0"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10170dependencies = [
10171 "siphasher 0.3.11",
10172]
10173
10174[[package]]
10175name = "phf_shared"
10176version = "0.11.2"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10179dependencies = [
10180 "siphasher 0.3.11",
10181]
10182
10183[[package]]
10184name = "picker"
10185version = "0.1.0"
10186dependencies = [
10187 "anyhow",
10188 "ctor",
10189 "editor",
10190 "env_logger 0.11.7",
10191 "gpui",
10192 "menu",
10193 "schemars",
10194 "serde",
10195 "serde_json",
10196 "ui",
10197 "util",
10198 "workspace",
10199]
10200
10201[[package]]
10202name = "pico-args"
10203version = "0.5.0"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10206
10207[[package]]
10208name = "pin-project"
10209version = "1.1.7"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10212dependencies = [
10213 "pin-project-internal",
10214]
10215
10216[[package]]
10217name = "pin-project-internal"
10218version = "1.1.7"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10221dependencies = [
10222 "proc-macro2",
10223 "quote",
10224 "syn 2.0.100",
10225]
10226
10227[[package]]
10228name = "pin-project-lite"
10229version = "0.2.16"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10232
10233[[package]]
10234name = "pin-utils"
10235version = "0.1.0"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10238
10239[[package]]
10240name = "piper"
10241version = "0.2.4"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10244dependencies = [
10245 "atomic-waker",
10246 "fastrand 2.3.0",
10247 "futures-io",
10248]
10249
10250[[package]]
10251name = "pkcs1"
10252version = "0.7.5"
10253source = "registry+https://github.com/rust-lang/crates.io-index"
10254checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10255dependencies = [
10256 "der 0.7.9",
10257 "pkcs8 0.10.2",
10258 "spki 0.7.3",
10259]
10260
10261[[package]]
10262name = "pkcs8"
10263version = "0.9.0"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10266dependencies = [
10267 "der 0.6.1",
10268 "spki 0.6.0",
10269]
10270
10271[[package]]
10272name = "pkcs8"
10273version = "0.10.2"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10276dependencies = [
10277 "der 0.7.9",
10278 "spki 0.7.3",
10279]
10280
10281[[package]]
10282name = "pkg-config"
10283version = "0.3.31"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10286
10287[[package]]
10288name = "plist"
10289version = "1.7.0"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10292dependencies = [
10293 "base64 0.22.1",
10294 "indexmap",
10295 "quick-xml 0.32.0",
10296 "serde",
10297 "time",
10298]
10299
10300[[package]]
10301name = "plotters"
10302version = "0.3.7"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10305dependencies = [
10306 "num-traits",
10307 "plotters-backend",
10308 "plotters-svg",
10309 "wasm-bindgen",
10310 "web-sys",
10311]
10312
10313[[package]]
10314name = "plotters-backend"
10315version = "0.3.7"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10318
10319[[package]]
10320name = "plotters-svg"
10321version = "0.3.7"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10324dependencies = [
10325 "plotters-backend",
10326]
10327
10328[[package]]
10329name = "png"
10330version = "0.17.15"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10333dependencies = [
10334 "bitflags 1.3.2",
10335 "crc32fast",
10336 "fdeflate",
10337 "flate2",
10338 "miniz_oxide",
10339]
10340
10341[[package]]
10342name = "polling"
10343version = "3.7.4"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10346dependencies = [
10347 "cfg-if",
10348 "concurrent-queue",
10349 "hermit-abi 0.4.0",
10350 "pin-project-lite",
10351 "rustix",
10352 "tracing",
10353 "windows-sys 0.59.0",
10354]
10355
10356[[package]]
10357name = "pollster"
10358version = "0.2.5"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10361
10362[[package]]
10363name = "portable-atomic"
10364version = "1.11.0"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10367
10368[[package]]
10369name = "portable-atomic-util"
10370version = "0.2.4"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10373dependencies = [
10374 "portable-atomic",
10375]
10376
10377[[package]]
10378name = "postage"
10379version = "0.5.0"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10382dependencies = [
10383 "atomic",
10384 "crossbeam-queue",
10385 "futures 0.3.31",
10386 "log",
10387 "parking_lot",
10388 "pin-project",
10389 "pollster",
10390 "static_assertions",
10391 "thiserror 1.0.69",
10392]
10393
10394[[package]]
10395name = "postcard"
10396version = "1.1.1"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10399dependencies = [
10400 "cobs",
10401 "embedded-io 0.4.0",
10402 "embedded-io 0.6.1",
10403 "serde",
10404]
10405
10406[[package]]
10407name = "powerfmt"
10408version = "0.2.0"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10411
10412[[package]]
10413name = "ppv-lite86"
10414version = "0.2.20"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10417dependencies = [
10418 "zerocopy 0.7.35",
10419]
10420
10421[[package]]
10422name = "precomputed-hash"
10423version = "0.1.1"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10426
10427[[package]]
10428name = "prettier"
10429version = "0.1.0"
10430dependencies = [
10431 "anyhow",
10432 "collections",
10433 "fs",
10434 "gpui",
10435 "language",
10436 "log",
10437 "lsp",
10438 "node_runtime",
10439 "parking_lot",
10440 "paths",
10441 "serde",
10442 "serde_json",
10443 "util",
10444]
10445
10446[[package]]
10447name = "pretty_assertions"
10448version = "1.4.1"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10451dependencies = [
10452 "diff",
10453 "yansi",
10454]
10455
10456[[package]]
10457name = "prettyplease"
10458version = "0.2.25"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10461dependencies = [
10462 "proc-macro2",
10463 "syn 2.0.100",
10464]
10465
10466[[package]]
10467name = "proc-macro-crate"
10468version = "3.2.0"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10471dependencies = [
10472 "toml_edit",
10473]
10474
10475[[package]]
10476name = "proc-macro-error-attr2"
10477version = "2.0.0"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10480dependencies = [
10481 "proc-macro2",
10482 "quote",
10483]
10484
10485[[package]]
10486name = "proc-macro-error2"
10487version = "2.0.1"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10490dependencies = [
10491 "proc-macro-error-attr2",
10492 "proc-macro2",
10493 "quote",
10494 "syn 2.0.100",
10495]
10496
10497[[package]]
10498name = "proc-macro2"
10499version = "1.0.94"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10502dependencies = [
10503 "unicode-ident",
10504]
10505
10506[[package]]
10507name = "proc-macro2-diagnostics"
10508version = "0.10.1"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10511dependencies = [
10512 "proc-macro2",
10513 "quote",
10514 "syn 2.0.100",
10515 "version_check",
10516 "yansi",
10517]
10518
10519[[package]]
10520name = "profiling"
10521version = "1.0.16"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10524dependencies = [
10525 "profiling-procmacros",
10526]
10527
10528[[package]]
10529name = "profiling-procmacros"
10530version = "1.0.16"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10533dependencies = [
10534 "quote",
10535 "syn 2.0.100",
10536]
10537
10538[[package]]
10539name = "project"
10540version = "0.1.0"
10541dependencies = [
10542 "aho-corasick",
10543 "anyhow",
10544 "askpass",
10545 "async-trait",
10546 "buffer_diff",
10547 "circular-buffer",
10548 "client",
10549 "clock",
10550 "collections",
10551 "dap",
10552 "dap_adapters",
10553 "env_logger 0.11.7",
10554 "extension",
10555 "fancy-regex 0.14.0",
10556 "fs",
10557 "futures 0.3.31",
10558 "fuzzy",
10559 "git",
10560 "git2",
10561 "globset",
10562 "gpui",
10563 "http_client",
10564 "image",
10565 "indexmap",
10566 "itertools 0.14.0",
10567 "language",
10568 "log",
10569 "lsp",
10570 "node_runtime",
10571 "parking_lot",
10572 "pathdiff",
10573 "paths",
10574 "postage",
10575 "prettier",
10576 "pretty_assertions",
10577 "rand 0.8.5",
10578 "regex",
10579 "release_channel",
10580 "remote",
10581 "rpc",
10582 "schemars",
10583 "serde",
10584 "serde_json",
10585 "settings",
10586 "sha2",
10587 "shellexpand 2.1.2",
10588 "shlex",
10589 "smol",
10590 "snippet",
10591 "snippet_provider",
10592 "task",
10593 "tempfile",
10594 "terminal",
10595 "text",
10596 "toml 0.8.20",
10597 "unindent",
10598 "url",
10599 "util",
10600 "which 6.0.3",
10601 "worktree",
10602]
10603
10604[[package]]
10605name = "project_panel"
10606version = "0.1.0"
10607dependencies = [
10608 "anyhow",
10609 "client",
10610 "collections",
10611 "command_palette_hooks",
10612 "db",
10613 "editor",
10614 "file_icons",
10615 "git",
10616 "gpui",
10617 "indexmap",
10618 "language",
10619 "menu",
10620 "pretty_assertions",
10621 "project",
10622 "schemars",
10623 "search",
10624 "serde",
10625 "serde_derive",
10626 "serde_json",
10627 "settings",
10628 "smallvec",
10629 "theme",
10630 "ui",
10631 "util",
10632 "workspace",
10633 "worktree",
10634 "zed_actions",
10635]
10636
10637[[package]]
10638name = "project_symbols"
10639version = "0.1.0"
10640dependencies = [
10641 "anyhow",
10642 "editor",
10643 "futures 0.3.31",
10644 "fuzzy",
10645 "gpui",
10646 "language",
10647 "lsp",
10648 "ordered-float 2.10.1",
10649 "picker",
10650 "project",
10651 "release_channel",
10652 "serde_json",
10653 "settings",
10654 "theme",
10655 "util",
10656 "workspace",
10657]
10658
10659[[package]]
10660name = "prometheus"
10661version = "0.13.4"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10664dependencies = [
10665 "cfg-if",
10666 "fnv",
10667 "lazy_static",
10668 "memchr",
10669 "parking_lot",
10670 "protobuf",
10671 "thiserror 1.0.69",
10672]
10673
10674[[package]]
10675name = "prompt_library"
10676version = "0.1.0"
10677dependencies = [
10678 "anyhow",
10679 "collections",
10680 "editor",
10681 "gpui",
10682 "language",
10683 "language_model",
10684 "log",
10685 "menu",
10686 "picker",
10687 "prompt_store",
10688 "release_channel",
10689 "rope",
10690 "serde",
10691 "settings",
10692 "theme",
10693 "ui",
10694 "util",
10695 "workspace",
10696 "zed_actions",
10697]
10698
10699[[package]]
10700name = "prompt_store"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "assets",
10705 "chrono",
10706 "collections",
10707 "fs",
10708 "futures 0.3.31",
10709 "fuzzy",
10710 "gpui",
10711 "handlebars 4.5.0",
10712 "heed",
10713 "language",
10714 "log",
10715 "parking_lot",
10716 "paths",
10717 "rope",
10718 "serde",
10719 "text",
10720 "util",
10721 "uuid",
10722]
10723
10724[[package]]
10725name = "prost"
10726version = "0.9.0"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10729dependencies = [
10730 "bytes 1.10.1",
10731 "prost-derive 0.9.0",
10732]
10733
10734[[package]]
10735name = "prost"
10736version = "0.12.6"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10739dependencies = [
10740 "bytes 1.10.1",
10741 "prost-derive 0.12.6",
10742]
10743
10744[[package]]
10745name = "prost-build"
10746version = "0.9.0"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10749dependencies = [
10750 "bytes 1.10.1",
10751 "heck 0.3.3",
10752 "itertools 0.10.5",
10753 "lazy_static",
10754 "log",
10755 "multimap 0.8.3",
10756 "petgraph",
10757 "prost 0.9.0",
10758 "prost-types 0.9.0",
10759 "regex",
10760 "tempfile",
10761 "which 4.4.2",
10762]
10763
10764[[package]]
10765name = "prost-build"
10766version = "0.12.6"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10769dependencies = [
10770 "bytes 1.10.1",
10771 "heck 0.5.0",
10772 "itertools 0.12.1",
10773 "log",
10774 "multimap 0.10.0",
10775 "once_cell",
10776 "petgraph",
10777 "prettyplease",
10778 "prost 0.12.6",
10779 "prost-types 0.12.6",
10780 "regex",
10781 "syn 2.0.100",
10782 "tempfile",
10783]
10784
10785[[package]]
10786name = "prost-derive"
10787version = "0.9.0"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10790dependencies = [
10791 "anyhow",
10792 "itertools 0.10.5",
10793 "proc-macro2",
10794 "quote",
10795 "syn 1.0.109",
10796]
10797
10798[[package]]
10799name = "prost-derive"
10800version = "0.12.6"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10803dependencies = [
10804 "anyhow",
10805 "itertools 0.12.1",
10806 "proc-macro2",
10807 "quote",
10808 "syn 2.0.100",
10809]
10810
10811[[package]]
10812name = "prost-types"
10813version = "0.9.0"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10816dependencies = [
10817 "bytes 1.10.1",
10818 "prost 0.9.0",
10819]
10820
10821[[package]]
10822name = "prost-types"
10823version = "0.12.6"
10824source = "registry+https://github.com/rust-lang/crates.io-index"
10825checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10826dependencies = [
10827 "prost 0.12.6",
10828]
10829
10830[[package]]
10831name = "proto"
10832version = "0.1.0"
10833dependencies = [
10834 "anyhow",
10835 "collections",
10836 "prost 0.9.0",
10837 "prost-build 0.9.0",
10838 "serde",
10839]
10840
10841[[package]]
10842name = "protobuf"
10843version = "2.28.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10846
10847[[package]]
10848name = "psm"
10849version = "0.1.24"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10852dependencies = [
10853 "cc",
10854]
10855
10856[[package]]
10857name = "ptr_meta"
10858version = "0.1.4"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10861dependencies = [
10862 "ptr_meta_derive",
10863]
10864
10865[[package]]
10866name = "ptr_meta_derive"
10867version = "0.1.4"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10870dependencies = [
10871 "proc-macro2",
10872 "quote",
10873 "syn 1.0.109",
10874]
10875
10876[[package]]
10877name = "pulldown-cmark"
10878version = "0.10.3"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10881dependencies = [
10882 "bitflags 2.8.0",
10883 "memchr",
10884 "pulldown-cmark-escape",
10885 "unicase",
10886]
10887
10888[[package]]
10889name = "pulldown-cmark"
10890version = "0.12.2"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10893dependencies = [
10894 "bitflags 2.8.0",
10895 "memchr",
10896 "unicase",
10897]
10898
10899[[package]]
10900name = "pulldown-cmark-escape"
10901version = "0.10.1"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10904
10905[[package]]
10906name = "pulley-interpreter"
10907version = "29.0.1"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10910dependencies = [
10911 "cranelift-bitset",
10912 "log",
10913 "sptr",
10914 "wasmtime-math",
10915]
10916
10917[[package]]
10918name = "qoi"
10919version = "0.4.1"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10922dependencies = [
10923 "bytemuck",
10924]
10925
10926[[package]]
10927name = "quick-error"
10928version = "2.0.1"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10931
10932[[package]]
10933name = "quick-xml"
10934version = "0.32.0"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10937dependencies = [
10938 "memchr",
10939]
10940
10941[[package]]
10942name = "quick-xml"
10943version = "0.37.2"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10946dependencies = [
10947 "memchr",
10948]
10949
10950[[package]]
10951name = "quinn"
10952version = "0.11.6"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10955dependencies = [
10956 "bytes 1.10.1",
10957 "pin-project-lite",
10958 "quinn-proto",
10959 "quinn-udp",
10960 "rustc-hash 2.1.1",
10961 "rustls 0.23.23",
10962 "socket2",
10963 "thiserror 2.0.6",
10964 "tokio",
10965 "tracing",
10966]
10967
10968[[package]]
10969name = "quinn-proto"
10970version = "0.11.9"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10973dependencies = [
10974 "bytes 1.10.1",
10975 "getrandom 0.2.15",
10976 "rand 0.8.5",
10977 "ring",
10978 "rustc-hash 2.1.1",
10979 "rustls 0.23.23",
10980 "rustls-pki-types",
10981 "slab",
10982 "thiserror 2.0.6",
10983 "tinyvec",
10984 "tracing",
10985 "web-time",
10986]
10987
10988[[package]]
10989name = "quinn-udp"
10990version = "0.5.9"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10993dependencies = [
10994 "cfg_aliases 0.2.1",
10995 "libc",
10996 "once_cell",
10997 "socket2",
10998 "tracing",
10999 "windows-sys 0.59.0",
11000]
11001
11002[[package]]
11003name = "quote"
11004version = "1.0.40"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11007dependencies = [
11008 "proc-macro2",
11009]
11010
11011[[package]]
11012name = "radium"
11013version = "0.7.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11016
11017[[package]]
11018name = "rand"
11019version = "0.7.3"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11022dependencies = [
11023 "getrandom 0.1.16",
11024 "libc",
11025 "rand_chacha 0.2.2",
11026 "rand_core 0.5.1",
11027 "rand_hc",
11028]
11029
11030[[package]]
11031name = "rand"
11032version = "0.8.5"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11035dependencies = [
11036 "libc",
11037 "rand_chacha 0.3.1",
11038 "rand_core 0.6.4",
11039]
11040
11041[[package]]
11042name = "rand"
11043version = "0.9.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11046dependencies = [
11047 "rand_chacha 0.9.0",
11048 "rand_core 0.9.0",
11049 "zerocopy 0.8.18",
11050]
11051
11052[[package]]
11053name = "rand_chacha"
11054version = "0.2.2"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11057dependencies = [
11058 "ppv-lite86",
11059 "rand_core 0.5.1",
11060]
11061
11062[[package]]
11063name = "rand_chacha"
11064version = "0.3.1"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11067dependencies = [
11068 "ppv-lite86",
11069 "rand_core 0.6.4",
11070]
11071
11072[[package]]
11073name = "rand_chacha"
11074version = "0.9.0"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11077dependencies = [
11078 "ppv-lite86",
11079 "rand_core 0.9.0",
11080]
11081
11082[[package]]
11083name = "rand_core"
11084version = "0.5.1"
11085source = "registry+https://github.com/rust-lang/crates.io-index"
11086checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11087dependencies = [
11088 "getrandom 0.1.16",
11089]
11090
11091[[package]]
11092name = "rand_core"
11093version = "0.6.4"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11096dependencies = [
11097 "getrandom 0.2.15",
11098]
11099
11100[[package]]
11101name = "rand_core"
11102version = "0.9.0"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11105dependencies = [
11106 "getrandom 0.3.1",
11107 "zerocopy 0.8.18",
11108]
11109
11110[[package]]
11111name = "rand_hc"
11112version = "0.2.0"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11115dependencies = [
11116 "rand_core 0.5.1",
11117]
11118
11119[[package]]
11120name = "rangemap"
11121version = "1.5.1"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11124
11125[[package]]
11126name = "rav1e"
11127version = "0.7.1"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11130dependencies = [
11131 "arbitrary",
11132 "arg_enum_proc_macro",
11133 "arrayvec",
11134 "av1-grain",
11135 "bitstream-io",
11136 "built",
11137 "cfg-if",
11138 "interpolate_name",
11139 "itertools 0.12.1",
11140 "libc",
11141 "libfuzzer-sys",
11142 "log",
11143 "maybe-rayon",
11144 "new_debug_unreachable",
11145 "noop_proc_macro",
11146 "num-derive",
11147 "num-traits",
11148 "once_cell",
11149 "paste",
11150 "profiling",
11151 "rand 0.8.5",
11152 "rand_chacha 0.3.1",
11153 "simd_helpers",
11154 "system-deps",
11155 "thiserror 1.0.69",
11156 "v_frame",
11157 "wasm-bindgen",
11158]
11159
11160[[package]]
11161name = "ravif"
11162version = "0.11.11"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11165dependencies = [
11166 "avif-serialize",
11167 "imgref",
11168 "loop9",
11169 "quick-error",
11170 "rav1e",
11171 "rayon",
11172 "rgb",
11173]
11174
11175[[package]]
11176name = "raw-window-handle"
11177version = "0.6.2"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11180
11181[[package]]
11182name = "raw-window-metal"
11183version = "0.4.0"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11186dependencies = [
11187 "cocoa 0.25.0",
11188 "core-graphics 0.23.2",
11189 "objc",
11190 "raw-window-handle",
11191]
11192
11193[[package]]
11194name = "rayon"
11195version = "1.10.0"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11198dependencies = [
11199 "either",
11200 "rayon-core",
11201]
11202
11203[[package]]
11204name = "rayon-core"
11205version = "1.12.1"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11208dependencies = [
11209 "crossbeam-deque",
11210 "crossbeam-utils",
11211]
11212
11213[[package]]
11214name = "read-fonts"
11215version = "0.22.5"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11218dependencies = [
11219 "bytemuck",
11220 "font-types",
11221]
11222
11223[[package]]
11224name = "recent_projects"
11225version = "0.1.0"
11226dependencies = [
11227 "anyhow",
11228 "auto_update",
11229 "dap",
11230 "editor",
11231 "extension_host",
11232 "file_finder",
11233 "futures 0.3.31",
11234 "fuzzy",
11235 "gpui",
11236 "language",
11237 "log",
11238 "markdown",
11239 "menu",
11240 "ordered-float 2.10.1",
11241 "paths",
11242 "picker",
11243 "project",
11244 "release_channel",
11245 "remote",
11246 "schemars",
11247 "serde",
11248 "serde_json",
11249 "settings",
11250 "smol",
11251 "task",
11252 "telemetry",
11253 "theme",
11254 "ui",
11255 "util",
11256 "workspace",
11257 "zed_actions",
11258]
11259
11260[[package]]
11261name = "redox_syscall"
11262version = "0.2.16"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11265dependencies = [
11266 "bitflags 1.3.2",
11267]
11268
11269[[package]]
11270name = "redox_syscall"
11271version = "0.5.8"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11274dependencies = [
11275 "bitflags 2.8.0",
11276]
11277
11278[[package]]
11279name = "redox_users"
11280version = "0.4.6"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11283dependencies = [
11284 "getrandom 0.2.15",
11285 "libredox",
11286 "thiserror 1.0.69",
11287]
11288
11289[[package]]
11290name = "refineable"
11291version = "0.1.0"
11292dependencies = [
11293 "derive_refineable",
11294]
11295
11296[[package]]
11297name = "regalloc2"
11298version = "0.11.1"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11301dependencies = [
11302 "allocator-api2",
11303 "bumpalo",
11304 "hashbrown 0.15.2",
11305 "log",
11306 "rustc-hash 2.1.1",
11307 "smallvec",
11308]
11309
11310[[package]]
11311name = "regex"
11312version = "1.11.1"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11315dependencies = [
11316 "aho-corasick",
11317 "memchr",
11318 "regex-automata 0.4.9",
11319 "regex-syntax 0.8.5",
11320]
11321
11322[[package]]
11323name = "regex-automata"
11324version = "0.1.10"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11327dependencies = [
11328 "regex-syntax 0.6.29",
11329]
11330
11331[[package]]
11332name = "regex-automata"
11333version = "0.4.9"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11336dependencies = [
11337 "aho-corasick",
11338 "memchr",
11339 "regex-syntax 0.8.5",
11340]
11341
11342[[package]]
11343name = "regex-lite"
11344version = "0.1.6"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11347
11348[[package]]
11349name = "regex-syntax"
11350version = "0.6.29"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11353
11354[[package]]
11355name = "regex-syntax"
11356version = "0.8.5"
11357source = "registry+https://github.com/rust-lang/crates.io-index"
11358checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11359
11360[[package]]
11361name = "release_channel"
11362version = "0.1.0"
11363dependencies = [
11364 "gpui",
11365]
11366
11367[[package]]
11368name = "remote"
11369version = "0.1.0"
11370dependencies = [
11371 "anyhow",
11372 "askpass",
11373 "async-trait",
11374 "collections",
11375 "fs",
11376 "futures 0.3.31",
11377 "gpui",
11378 "itertools 0.14.0",
11379 "log",
11380 "parking_lot",
11381 "paths",
11382 "prost 0.9.0",
11383 "release_channel",
11384 "rpc",
11385 "schemars",
11386 "serde",
11387 "serde_json",
11388 "shlex",
11389 "smol",
11390 "tempfile",
11391 "thiserror 1.0.69",
11392 "urlencoding",
11393 "util",
11394]
11395
11396[[package]]
11397name = "remote_server"
11398version = "0.1.0"
11399dependencies = [
11400 "anyhow",
11401 "async-watch",
11402 "backtrace",
11403 "cargo_toml",
11404 "chrono",
11405 "clap",
11406 "client",
11407 "clock",
11408 "env_logger 0.11.7",
11409 "extension",
11410 "extension_host",
11411 "fork",
11412 "fs",
11413 "futures 0.3.31",
11414 "git",
11415 "git_hosting_providers",
11416 "gpui",
11417 "gpui_tokio",
11418 "http_client",
11419 "language",
11420 "language_extension",
11421 "languages",
11422 "libc",
11423 "log",
11424 "lsp",
11425 "node_runtime",
11426 "paths",
11427 "project",
11428 "proto",
11429 "release_channel",
11430 "remote",
11431 "reqwest_client",
11432 "rpc",
11433 "rust-embed",
11434 "serde",
11435 "serde_json",
11436 "settings",
11437 "shellexpand 2.1.2",
11438 "smol",
11439 "sysinfo",
11440 "telemetry_events",
11441 "toml 0.8.20",
11442 "unindent",
11443 "util",
11444 "worktree",
11445]
11446
11447[[package]]
11448name = "rend"
11449version = "0.4.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11452dependencies = [
11453 "bytecheck",
11454]
11455
11456[[package]]
11457name = "repl"
11458version = "0.1.0"
11459dependencies = [
11460 "alacritty_terminal",
11461 "anyhow",
11462 "async-dispatcher",
11463 "async-tungstenite",
11464 "base64 0.22.1",
11465 "client",
11466 "collections",
11467 "command_palette_hooks",
11468 "editor",
11469 "env_logger 0.11.7",
11470 "feature_flags",
11471 "file_icons",
11472 "futures 0.3.31",
11473 "gpui",
11474 "http_client",
11475 "image",
11476 "indoc",
11477 "jupyter-protocol",
11478 "jupyter-websocket-client",
11479 "language",
11480 "languages",
11481 "log",
11482 "markdown_preview",
11483 "menu",
11484 "multi_buffer",
11485 "nbformat",
11486 "picker",
11487 "project",
11488 "runtimelib",
11489 "schemars",
11490 "serde",
11491 "serde_json",
11492 "settings",
11493 "smol",
11494 "telemetry",
11495 "terminal",
11496 "terminal_view",
11497 "theme",
11498 "tree-sitter-md",
11499 "tree-sitter-python",
11500 "tree-sitter-typescript",
11501 "ui",
11502 "util",
11503 "uuid",
11504 "workspace",
11505]
11506
11507[[package]]
11508name = "reqwest"
11509version = "0.11.27"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11512dependencies = [
11513 "base64 0.21.7",
11514 "bytes 1.10.1",
11515 "encoding_rs",
11516 "futures-core",
11517 "futures-util",
11518 "h2 0.3.26",
11519 "http 0.2.12",
11520 "http-body 0.4.6",
11521 "hyper 0.14.32",
11522 "hyper-rustls 0.24.2",
11523 "hyper-tls",
11524 "ipnet",
11525 "js-sys",
11526 "log",
11527 "mime",
11528 "native-tls",
11529 "once_cell",
11530 "percent-encoding",
11531 "pin-project-lite",
11532 "rustls 0.21.12",
11533 "rustls-native-certs 0.6.3",
11534 "rustls-pemfile 1.0.4",
11535 "serde",
11536 "serde_json",
11537 "serde_urlencoded",
11538 "sync_wrapper 0.1.2",
11539 "system-configuration 0.5.1",
11540 "tokio",
11541 "tokio-native-tls",
11542 "tokio-rustls 0.24.1",
11543 "tower-service",
11544 "url",
11545 "wasm-bindgen",
11546 "wasm-bindgen-futures",
11547 "web-sys",
11548 "winreg 0.50.0",
11549]
11550
11551[[package]]
11552name = "reqwest"
11553version = "0.12.8"
11554source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11555dependencies = [
11556 "base64 0.22.1",
11557 "bytes 1.10.1",
11558 "encoding_rs",
11559 "futures-core",
11560 "futures-util",
11561 "h2 0.4.7",
11562 "http 1.2.0",
11563 "http-body 1.0.1",
11564 "http-body-util",
11565 "hyper 1.5.1",
11566 "hyper-rustls 0.27.3",
11567 "hyper-util",
11568 "ipnet",
11569 "js-sys",
11570 "log",
11571 "mime",
11572 "once_cell",
11573 "percent-encoding",
11574 "pin-project-lite",
11575 "quinn",
11576 "rustls 0.23.23",
11577 "rustls-native-certs 0.8.1",
11578 "rustls-pemfile 2.2.0",
11579 "rustls-pki-types",
11580 "serde",
11581 "serde_json",
11582 "serde_urlencoded",
11583 "sync_wrapper 1.0.2",
11584 "system-configuration 0.6.1",
11585 "tokio",
11586 "tokio-rustls 0.26.1",
11587 "tokio-socks",
11588 "tokio-util",
11589 "tower-service",
11590 "url",
11591 "wasm-bindgen",
11592 "wasm-bindgen-futures",
11593 "wasm-streams",
11594 "web-sys",
11595 "windows-registry",
11596]
11597
11598[[package]]
11599name = "reqwest_client"
11600version = "0.1.0"
11601dependencies = [
11602 "anyhow",
11603 "bytes 1.10.1",
11604 "futures 0.3.31",
11605 "gpui",
11606 "http_client",
11607 "http_client_tls",
11608 "log",
11609 "regex",
11610 "reqwest 0.12.8",
11611 "serde",
11612 "smol",
11613 "tokio",
11614]
11615
11616[[package]]
11617name = "resvg"
11618version = "0.45.0"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11621dependencies = [
11622 "log",
11623 "pico-args",
11624 "rgb",
11625 "svgtypes",
11626 "tiny-skia",
11627 "usvg",
11628]
11629
11630[[package]]
11631name = "rfc6979"
11632version = "0.3.1"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11635dependencies = [
11636 "crypto-bigint 0.4.9",
11637 "hmac",
11638 "zeroize",
11639]
11640
11641[[package]]
11642name = "rgb"
11643version = "0.8.50"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11646dependencies = [
11647 "bytemuck",
11648]
11649
11650[[package]]
11651name = "rich_text"
11652version = "0.1.0"
11653dependencies = [
11654 "futures 0.3.31",
11655 "gpui",
11656 "language",
11657 "linkify",
11658 "pulldown-cmark 0.12.2",
11659 "theme",
11660 "ui",
11661 "util",
11662]
11663
11664[[package]]
11665name = "ring"
11666version = "0.17.8"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11669dependencies = [
11670 "cc",
11671 "cfg-if",
11672 "getrandom 0.2.15",
11673 "libc",
11674 "spin",
11675 "untrusted",
11676 "windows-sys 0.52.0",
11677]
11678
11679[[package]]
11680name = "rkyv"
11681version = "0.7.45"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11684dependencies = [
11685 "bitvec",
11686 "bytecheck",
11687 "bytes 1.10.1",
11688 "hashbrown 0.12.3",
11689 "ptr_meta",
11690 "rend",
11691 "rkyv_derive",
11692 "seahash",
11693 "tinyvec",
11694 "uuid",
11695]
11696
11697[[package]]
11698name = "rkyv_derive"
11699version = "0.7.45"
11700source = "registry+https://github.com/rust-lang/crates.io-index"
11701checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11702dependencies = [
11703 "proc-macro2",
11704 "quote",
11705 "syn 1.0.109",
11706]
11707
11708[[package]]
11709name = "rmp"
11710version = "0.8.14"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11713dependencies = [
11714 "byteorder",
11715 "num-traits",
11716 "paste",
11717]
11718
11719[[package]]
11720name = "rmpv"
11721version = "1.3.0"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11724dependencies = [
11725 "num-traits",
11726 "rmp",
11727]
11728
11729[[package]]
11730name = "rodio"
11731version = "0.20.1"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11734dependencies = [
11735 "cpal",
11736 "hound",
11737]
11738
11739[[package]]
11740name = "rope"
11741version = "0.1.0"
11742dependencies = [
11743 "arrayvec",
11744 "criterion",
11745 "ctor",
11746 "env_logger 0.11.7",
11747 "gpui",
11748 "log",
11749 "rand 0.8.5",
11750 "rayon",
11751 "smallvec",
11752 "sum_tree",
11753 "unicode-segmentation",
11754 "util",
11755]
11756
11757[[package]]
11758name = "roxmltree"
11759version = "0.20.0"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11762
11763[[package]]
11764name = "rpc"
11765version = "0.1.0"
11766dependencies = [
11767 "anyhow",
11768 "async-tungstenite",
11769 "base64 0.22.1",
11770 "chrono",
11771 "collections",
11772 "env_logger 0.11.7",
11773 "futures 0.3.31",
11774 "gpui",
11775 "parking_lot",
11776 "proto",
11777 "rand 0.8.5",
11778 "rsa",
11779 "serde",
11780 "serde_json",
11781 "sha2",
11782 "strum",
11783 "tracing",
11784 "util",
11785 "zstd",
11786]
11787
11788[[package]]
11789name = "rsa"
11790version = "0.9.8"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11793dependencies = [
11794 "const-oid",
11795 "digest",
11796 "num-bigint-dig",
11797 "num-integer",
11798 "num-traits",
11799 "pkcs1",
11800 "pkcs8 0.10.2",
11801 "rand_core 0.6.4",
11802 "signature 2.2.0",
11803 "spki 0.7.3",
11804 "subtle",
11805 "zeroize",
11806]
11807
11808[[package]]
11809name = "runtimelib"
11810version = "0.25.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11813dependencies = [
11814 "anyhow",
11815 "async-dispatcher",
11816 "async-std",
11817 "base64 0.22.1",
11818 "bytes 1.10.1",
11819 "chrono",
11820 "data-encoding",
11821 "dirs 5.0.1",
11822 "futures 0.3.31",
11823 "glob",
11824 "jupyter-protocol",
11825 "ring",
11826 "serde",
11827 "serde_json",
11828 "shellexpand 3.1.0",
11829 "smol",
11830 "uuid",
11831 "zeromq",
11832]
11833
11834[[package]]
11835name = "rust-embed"
11836version = "8.5.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11839dependencies = [
11840 "rust-embed-impl",
11841 "rust-embed-utils",
11842 "walkdir",
11843]
11844
11845[[package]]
11846name = "rust-embed-impl"
11847version = "8.5.0"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11850dependencies = [
11851 "proc-macro2",
11852 "quote",
11853 "rust-embed-utils",
11854 "syn 2.0.100",
11855 "walkdir",
11856]
11857
11858[[package]]
11859name = "rust-embed-utils"
11860version = "8.5.0"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11863dependencies = [
11864 "globset",
11865 "sha2",
11866 "walkdir",
11867]
11868
11869[[package]]
11870name = "rust_decimal"
11871version = "1.36.0"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11874dependencies = [
11875 "arrayvec",
11876 "borsh",
11877 "bytes 1.10.1",
11878 "num-traits",
11879 "rand 0.8.5",
11880 "rkyv",
11881 "serde",
11882 "serde_json",
11883]
11884
11885[[package]]
11886name = "rustc-demangle"
11887version = "0.1.24"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11890
11891[[package]]
11892name = "rustc-hash"
11893version = "1.1.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11896
11897[[package]]
11898name = "rustc-hash"
11899version = "2.1.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11902
11903[[package]]
11904name = "rustc_version"
11905version = "0.4.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11908dependencies = [
11909 "semver",
11910]
11911
11912[[package]]
11913name = "rustix"
11914version = "0.38.42"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11917dependencies = [
11918 "bitflags 2.8.0",
11919 "errno 0.3.10",
11920 "itoa",
11921 "libc",
11922 "linux-raw-sys",
11923 "once_cell",
11924 "windows-sys 0.59.0",
11925]
11926
11927[[package]]
11928name = "rustix-openpty"
11929version = "0.1.1"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11932dependencies = [
11933 "errno 0.3.10",
11934 "libc",
11935 "rustix",
11936]
11937
11938[[package]]
11939name = "rustls"
11940version = "0.21.12"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11943dependencies = [
11944 "log",
11945 "ring",
11946 "rustls-webpki 0.101.7",
11947 "sct",
11948]
11949
11950[[package]]
11951name = "rustls"
11952version = "0.23.23"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11955dependencies = [
11956 "aws-lc-rs",
11957 "log",
11958 "once_cell",
11959 "ring",
11960 "rustls-pki-types",
11961 "rustls-webpki 0.102.8",
11962 "subtle",
11963 "zeroize",
11964]
11965
11966[[package]]
11967name = "rustls-native-certs"
11968version = "0.6.3"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11971dependencies = [
11972 "openssl-probe",
11973 "rustls-pemfile 1.0.4",
11974 "schannel",
11975 "security-framework 2.11.1",
11976]
11977
11978[[package]]
11979name = "rustls-native-certs"
11980version = "0.8.1"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11983dependencies = [
11984 "openssl-probe",
11985 "rustls-pki-types",
11986 "schannel",
11987 "security-framework 3.0.1",
11988]
11989
11990[[package]]
11991name = "rustls-pemfile"
11992version = "1.0.4"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11995dependencies = [
11996 "base64 0.21.7",
11997]
11998
11999[[package]]
12000name = "rustls-pemfile"
12001version = "2.2.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12004dependencies = [
12005 "rustls-pki-types",
12006]
12007
12008[[package]]
12009name = "rustls-pki-types"
12010version = "1.10.0"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
12013dependencies = [
12014 "web-time",
12015]
12016
12017[[package]]
12018name = "rustls-platform-verifier"
12019version = "0.5.0"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
12022dependencies = [
12023 "core-foundation 0.10.0",
12024 "core-foundation-sys",
12025 "jni",
12026 "log",
12027 "once_cell",
12028 "rustls 0.23.23",
12029 "rustls-native-certs 0.8.1",
12030 "rustls-platform-verifier-android",
12031 "rustls-webpki 0.102.8",
12032 "security-framework 3.0.1",
12033 "security-framework-sys",
12034 "webpki-root-certs",
12035 "windows-sys 0.52.0",
12036]
12037
12038[[package]]
12039name = "rustls-platform-verifier-android"
12040version = "0.1.1"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12043
12044[[package]]
12045name = "rustls-webpki"
12046version = "0.101.7"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12049dependencies = [
12050 "ring",
12051 "untrusted",
12052]
12053
12054[[package]]
12055name = "rustls-webpki"
12056version = "0.102.8"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
12059dependencies = [
12060 "aws-lc-rs",
12061 "ring",
12062 "rustls-pki-types",
12063 "untrusted",
12064]
12065
12066[[package]]
12067name = "rustversion"
12068version = "1.0.18"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12071
12072[[package]]
12073name = "rustybuzz"
12074version = "0.14.1"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12077dependencies = [
12078 "bitflags 2.8.0",
12079 "bytemuck",
12080 "libm",
12081 "smallvec",
12082 "ttf-parser 0.21.1",
12083 "unicode-bidi-mirroring 0.2.0",
12084 "unicode-ccc 0.2.0",
12085 "unicode-properties",
12086 "unicode-script",
12087]
12088
12089[[package]]
12090name = "rustybuzz"
12091version = "0.20.1"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12094dependencies = [
12095 "bitflags 2.8.0",
12096 "bytemuck",
12097 "core_maths",
12098 "log",
12099 "smallvec",
12100 "ttf-parser 0.25.1",
12101 "unicode-bidi-mirroring 0.4.0",
12102 "unicode-ccc 0.4.0",
12103 "unicode-properties",
12104 "unicode-script",
12105]
12106
12107[[package]]
12108name = "ryu"
12109version = "1.0.18"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12112
12113[[package]]
12114name = "salsa20"
12115version = "0.10.2"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12118dependencies = [
12119 "cipher",
12120]
12121
12122[[package]]
12123name = "same-file"
12124version = "1.0.6"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12127dependencies = [
12128 "winapi-util",
12129]
12130
12131[[package]]
12132name = "schannel"
12133version = "0.1.27"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12136dependencies = [
12137 "windows-sys 0.59.0",
12138]
12139
12140[[package]]
12141name = "schema_generator"
12142version = "0.1.0"
12143dependencies = [
12144 "anyhow",
12145 "clap",
12146 "env_logger 0.11.7",
12147 "schemars",
12148 "serde",
12149 "serde_json",
12150 "theme",
12151]
12152
12153[[package]]
12154name = "schemars"
12155version = "0.8.22"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12158dependencies = [
12159 "dyn-clone",
12160 "indexmap",
12161 "schemars_derive",
12162 "serde",
12163 "serde_json",
12164]
12165
12166[[package]]
12167name = "schemars_derive"
12168version = "0.8.22"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12171dependencies = [
12172 "proc-macro2",
12173 "quote",
12174 "serde_derive_internals",
12175 "syn 2.0.100",
12176]
12177
12178[[package]]
12179name = "scoped-tls"
12180version = "1.0.1"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12183
12184[[package]]
12185name = "scopeguard"
12186version = "1.2.0"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12189
12190[[package]]
12191name = "scratch"
12192version = "1.0.7"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12195
12196[[package]]
12197name = "scripting_tool"
12198version = "0.1.0"
12199dependencies = [
12200 "anyhow",
12201 "buffer_diff",
12202 "clock",
12203 "collections",
12204 "futures 0.3.31",
12205 "gpui",
12206 "language",
12207 "log",
12208 "mlua",
12209 "parking_lot",
12210 "project",
12211 "rand 0.8.5",
12212 "regex",
12213 "schemars",
12214 "serde",
12215 "serde_json",
12216 "settings",
12217 "util",
12218]
12219
12220[[package]]
12221name = "scrypt"
12222version = "0.11.0"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12225dependencies = [
12226 "password-hash 0.5.0",
12227 "pbkdf2 0.12.2",
12228 "salsa20",
12229 "sha2",
12230]
12231
12232[[package]]
12233name = "sct"
12234version = "0.7.1"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12237dependencies = [
12238 "ring",
12239 "untrusted",
12240]
12241
12242[[package]]
12243name = "sea-bae"
12244version = "0.2.1"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12247dependencies = [
12248 "heck 0.4.1",
12249 "proc-macro-error2",
12250 "proc-macro2",
12251 "quote",
12252 "syn 2.0.100",
12253]
12254
12255[[package]]
12256name = "sea-orm"
12257version = "1.1.5"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12260dependencies = [
12261 "async-stream",
12262 "async-trait",
12263 "bigdecimal",
12264 "chrono",
12265 "futures 0.3.31",
12266 "log",
12267 "ouroboros",
12268 "rust_decimal",
12269 "sea-orm-macros",
12270 "sea-query",
12271 "sea-query-binder",
12272 "serde",
12273 "serde_json",
12274 "sqlx",
12275 "strum",
12276 "thiserror 1.0.69",
12277 "time",
12278 "tracing",
12279 "url",
12280 "uuid",
12281]
12282
12283[[package]]
12284name = "sea-orm-macros"
12285version = "1.1.5"
12286source = "registry+https://github.com/rust-lang/crates.io-index"
12287checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12288dependencies = [
12289 "heck 0.4.1",
12290 "proc-macro2",
12291 "quote",
12292 "sea-bae",
12293 "syn 2.0.100",
12294 "unicode-ident",
12295]
12296
12297[[package]]
12298name = "sea-query"
12299version = "0.32.1"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12302dependencies = [
12303 "bigdecimal",
12304 "chrono",
12305 "inherent",
12306 "ordered-float 3.9.2",
12307 "rust_decimal",
12308 "serde_json",
12309 "time",
12310 "uuid",
12311]
12312
12313[[package]]
12314name = "sea-query-binder"
12315version = "0.7.0"
12316source = "registry+https://github.com/rust-lang/crates.io-index"
12317checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12318dependencies = [
12319 "bigdecimal",
12320 "chrono",
12321 "rust_decimal",
12322 "sea-query",
12323 "serde_json",
12324 "sqlx",
12325 "time",
12326 "uuid",
12327]
12328
12329[[package]]
12330name = "seahash"
12331version = "4.1.0"
12332source = "registry+https://github.com/rust-lang/crates.io-index"
12333checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12334
12335[[package]]
12336name = "search"
12337version = "0.1.0"
12338dependencies = [
12339 "any_vec",
12340 "anyhow",
12341 "bitflags 2.8.0",
12342 "client",
12343 "collections",
12344 "editor",
12345 "futures 0.3.31",
12346 "gpui",
12347 "language",
12348 "menu",
12349 "project",
12350 "schemars",
12351 "serde",
12352 "serde_json",
12353 "settings",
12354 "smol",
12355 "theme",
12356 "ui",
12357 "unindent",
12358 "util",
12359 "workspace",
12360 "zed_actions",
12361]
12362
12363[[package]]
12364name = "sec1"
12365version = "0.3.0"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12368dependencies = [
12369 "base16ct",
12370 "der 0.6.1",
12371 "generic-array",
12372 "pkcs8 0.9.0",
12373 "subtle",
12374 "zeroize",
12375]
12376
12377[[package]]
12378name = "security-framework"
12379version = "2.11.1"
12380source = "registry+https://github.com/rust-lang/crates.io-index"
12381checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12382dependencies = [
12383 "bitflags 2.8.0",
12384 "core-foundation 0.9.4",
12385 "core-foundation-sys",
12386 "libc",
12387 "security-framework-sys",
12388]
12389
12390[[package]]
12391name = "security-framework"
12392version = "3.0.1"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12395dependencies = [
12396 "bitflags 2.8.0",
12397 "core-foundation 0.10.0",
12398 "core-foundation-sys",
12399 "libc",
12400 "security-framework-sys",
12401]
12402
12403[[package]]
12404name = "security-framework-sys"
12405version = "2.12.1"
12406source = "registry+https://github.com/rust-lang/crates.io-index"
12407checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12408dependencies = [
12409 "core-foundation-sys",
12410 "libc",
12411]
12412
12413[[package]]
12414name = "self_cell"
12415version = "1.1.0"
12416source = "registry+https://github.com/rust-lang/crates.io-index"
12417checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12418
12419[[package]]
12420name = "semantic_index"
12421version = "0.1.0"
12422dependencies = [
12423 "anyhow",
12424 "arrayvec",
12425 "blake3",
12426 "client",
12427 "clock",
12428 "collections",
12429 "env_logger 0.11.7",
12430 "feature_flags",
12431 "fs",
12432 "futures 0.3.31",
12433 "futures-batch",
12434 "gpui",
12435 "heed",
12436 "http_client",
12437 "language",
12438 "language_model",
12439 "languages",
12440 "log",
12441 "open_ai",
12442 "parking_lot",
12443 "project",
12444 "reqwest_client",
12445 "serde",
12446 "serde_json",
12447 "settings",
12448 "sha2",
12449 "smol",
12450 "streaming-iterator",
12451 "tempfile",
12452 "theme",
12453 "tree-sitter",
12454 "ui",
12455 "unindent",
12456 "util",
12457 "workspace",
12458 "worktree",
12459]
12460
12461[[package]]
12462name = "semantic_version"
12463version = "0.1.0"
12464dependencies = [
12465 "anyhow",
12466 "serde",
12467]
12468
12469[[package]]
12470name = "semver"
12471version = "1.0.25"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12474dependencies = [
12475 "serde",
12476]
12477
12478[[package]]
12479name = "serde"
12480version = "1.0.218"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12483dependencies = [
12484 "serde_derive",
12485]
12486
12487[[package]]
12488name = "serde_derive"
12489version = "1.0.218"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12492dependencies = [
12493 "proc-macro2",
12494 "quote",
12495 "syn 2.0.100",
12496]
12497
12498[[package]]
12499name = "serde_derive_internals"
12500version = "0.29.1"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12503dependencies = [
12504 "proc-macro2",
12505 "quote",
12506 "syn 2.0.100",
12507]
12508
12509[[package]]
12510name = "serde_fmt"
12511version = "1.0.3"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12514dependencies = [
12515 "serde",
12516]
12517
12518[[package]]
12519name = "serde_json"
12520version = "1.0.139"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12523dependencies = [
12524 "indexmap",
12525 "itoa",
12526 "memchr",
12527 "ryu",
12528 "serde",
12529]
12530
12531[[package]]
12532name = "serde_json_lenient"
12533version = "0.2.4"
12534source = "registry+https://github.com/rust-lang/crates.io-index"
12535checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12536dependencies = [
12537 "indexmap",
12538 "itoa",
12539 "memchr",
12540 "ryu",
12541 "serde",
12542]
12543
12544[[package]]
12545name = "serde_path_to_error"
12546version = "0.1.16"
12547source = "registry+https://github.com/rust-lang/crates.io-index"
12548checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12549dependencies = [
12550 "itoa",
12551 "serde",
12552]
12553
12554[[package]]
12555name = "serde_qs"
12556version = "0.8.5"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12559dependencies = [
12560 "percent-encoding",
12561 "serde",
12562 "thiserror 1.0.69",
12563]
12564
12565[[package]]
12566name = "serde_qs"
12567version = "0.10.1"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12570dependencies = [
12571 "percent-encoding",
12572 "serde",
12573 "thiserror 1.0.69",
12574]
12575
12576[[package]]
12577name = "serde_repr"
12578version = "0.1.19"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12581dependencies = [
12582 "proc-macro2",
12583 "quote",
12584 "syn 2.0.100",
12585]
12586
12587[[package]]
12588name = "serde_spanned"
12589version = "0.6.8"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12592dependencies = [
12593 "serde",
12594]
12595
12596[[package]]
12597name = "serde_urlencoded"
12598version = "0.7.1"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12601dependencies = [
12602 "form_urlencoded",
12603 "itoa",
12604 "ryu",
12605 "serde",
12606]
12607
12608[[package]]
12609name = "session"
12610version = "0.1.0"
12611dependencies = [
12612 "db",
12613 "gpui",
12614 "serde_json",
12615 "util",
12616 "uuid",
12617]
12618
12619[[package]]
12620name = "settings"
12621version = "0.1.0"
12622dependencies = [
12623 "anyhow",
12624 "collections",
12625 "ec4rs",
12626 "fs",
12627 "futures 0.3.31",
12628 "gpui",
12629 "indoc",
12630 "inventory",
12631 "log",
12632 "paths",
12633 "pretty_assertions",
12634 "release_channel",
12635 "rust-embed",
12636 "schemars",
12637 "serde",
12638 "serde_derive",
12639 "serde_json",
12640 "serde_json_lenient",
12641 "smallvec",
12642 "streaming-iterator",
12643 "tree-sitter",
12644 "tree-sitter-json",
12645 "unindent",
12646 "util",
12647]
12648
12649[[package]]
12650name = "settings_ui"
12651version = "0.1.0"
12652dependencies = [
12653 "command_palette_hooks",
12654 "editor",
12655 "feature_flags",
12656 "gpui",
12657 "settings",
12658 "theme",
12659 "ui",
12660 "workspace",
12661]
12662
12663[[package]]
12664name = "sha1"
12665version = "0.10.6"
12666source = "registry+https://github.com/rust-lang/crates.io-index"
12667checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12668dependencies = [
12669 "cfg-if",
12670 "cpufeatures",
12671 "digest",
12672]
12673
12674[[package]]
12675name = "sha1_smol"
12676version = "1.0.1"
12677source = "registry+https://github.com/rust-lang/crates.io-index"
12678checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12679
12680[[package]]
12681name = "sha2"
12682version = "0.10.8"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12685dependencies = [
12686 "cfg-if",
12687 "cpufeatures",
12688 "digest",
12689]
12690
12691[[package]]
12692name = "sharded-slab"
12693version = "0.1.7"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12696dependencies = [
12697 "lazy_static",
12698]
12699
12700[[package]]
12701name = "shell-words"
12702version = "1.1.0"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12705
12706[[package]]
12707name = "shellexpand"
12708version = "2.1.2"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12711dependencies = [
12712 "dirs 4.0.0",
12713]
12714
12715[[package]]
12716name = "shellexpand"
12717version = "3.1.0"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12720dependencies = [
12721 "dirs 5.0.1",
12722]
12723
12724[[package]]
12725name = "shlex"
12726version = "1.3.0"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12729
12730[[package]]
12731name = "signal-hook"
12732version = "0.3.17"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12735dependencies = [
12736 "libc",
12737 "signal-hook-registry",
12738]
12739
12740[[package]]
12741name = "signal-hook-registry"
12742version = "1.4.2"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12745dependencies = [
12746 "libc",
12747]
12748
12749[[package]]
12750name = "signature"
12751version = "1.6.4"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12754dependencies = [
12755 "digest",
12756 "rand_core 0.6.4",
12757]
12758
12759[[package]]
12760name = "signature"
12761version = "2.2.0"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12764dependencies = [
12765 "digest",
12766 "rand_core 0.6.4",
12767]
12768
12769[[package]]
12770name = "simd-adler32"
12771version = "0.3.7"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12774
12775[[package]]
12776name = "simd_helpers"
12777version = "0.1.0"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12780dependencies = [
12781 "quote",
12782]
12783
12784[[package]]
12785name = "simdutf8"
12786version = "0.1.5"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12789
12790[[package]]
12791name = "simple_asn1"
12792version = "0.6.2"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12795dependencies = [
12796 "num-bigint",
12797 "num-traits",
12798 "thiserror 1.0.69",
12799 "time",
12800]
12801
12802[[package]]
12803name = "simplecss"
12804version = "0.2.1"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12807dependencies = [
12808 "log",
12809]
12810
12811[[package]]
12812name = "simplelog"
12813version = "0.12.2"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12816dependencies = [
12817 "log",
12818 "termcolor",
12819 "time",
12820]
12821
12822[[package]]
12823name = "siphasher"
12824version = "0.3.11"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12827
12828[[package]]
12829name = "siphasher"
12830version = "1.0.1"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12833
12834[[package]]
12835name = "skrifa"
12836version = "0.22.3"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12839dependencies = [
12840 "bytemuck",
12841 "read-fonts",
12842]
12843
12844[[package]]
12845name = "slab"
12846version = "0.4.9"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12849dependencies = [
12850 "autocfg",
12851]
12852
12853[[package]]
12854name = "slash_commands_example"
12855version = "0.1.0"
12856dependencies = [
12857 "zed_extension_api 0.1.0",
12858]
12859
12860[[package]]
12861name = "slotmap"
12862version = "1.0.7"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12865dependencies = [
12866 "version_check",
12867]
12868
12869[[package]]
12870name = "smallvec"
12871version = "1.14.0"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12874dependencies = [
12875 "serde",
12876]
12877
12878[[package]]
12879name = "smart-default"
12880version = "0.6.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12883dependencies = [
12884 "proc-macro2",
12885 "quote",
12886 "syn 1.0.109",
12887]
12888
12889[[package]]
12890name = "smol"
12891version = "2.0.2"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12894dependencies = [
12895 "async-channel 2.3.1",
12896 "async-executor",
12897 "async-fs",
12898 "async-io",
12899 "async-lock",
12900 "async-net",
12901 "async-process",
12902 "blocking",
12903 "futures-lite 2.6.0",
12904]
12905
12906[[package]]
12907name = "smol_str"
12908version = "0.1.24"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12911dependencies = [
12912 "serde",
12913]
12914
12915[[package]]
12916name = "snippet"
12917version = "0.1.0"
12918dependencies = [
12919 "anyhow",
12920 "smallvec",
12921]
12922
12923[[package]]
12924name = "snippet_provider"
12925version = "0.1.0"
12926dependencies = [
12927 "anyhow",
12928 "collections",
12929 "extension",
12930 "fs",
12931 "futures 0.3.31",
12932 "gpui",
12933 "parking_lot",
12934 "paths",
12935 "schemars",
12936 "serde",
12937 "serde_json_lenient",
12938 "snippet",
12939 "util",
12940]
12941
12942[[package]]
12943name = "snippets_ui"
12944version = "0.1.0"
12945dependencies = [
12946 "fuzzy",
12947 "gpui",
12948 "language",
12949 "paths",
12950 "picker",
12951 "ui",
12952 "util",
12953 "workspace",
12954]
12955
12956[[package]]
12957name = "socket2"
12958version = "0.5.8"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12961dependencies = [
12962 "libc",
12963 "windows-sys 0.52.0",
12964]
12965
12966[[package]]
12967name = "spdx"
12968version = "0.10.7"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12971dependencies = [
12972 "smallvec",
12973]
12974
12975[[package]]
12976name = "spin"
12977version = "0.9.8"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12980dependencies = [
12981 "lock_api",
12982]
12983
12984[[package]]
12985name = "spirv"
12986version = "0.3.0+sdk-1.3.268.0"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12989dependencies = [
12990 "bitflags 2.8.0",
12991]
12992
12993[[package]]
12994name = "spki"
12995version = "0.6.0"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12998dependencies = [
12999 "base64ct",
13000 "der 0.6.1",
13001]
13002
13003[[package]]
13004name = "spki"
13005version = "0.7.3"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13008dependencies = [
13009 "base64ct",
13010 "der 0.7.9",
13011]
13012
13013[[package]]
13014name = "sptr"
13015version = "0.3.2"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13018
13019[[package]]
13020name = "sqlez"
13021version = "0.1.0"
13022dependencies = [
13023 "anyhow",
13024 "collections",
13025 "futures 0.3.31",
13026 "indoc",
13027 "libsqlite3-sys",
13028 "parking_lot",
13029 "smol",
13030 "sqlformat",
13031 "thread_local",
13032 "util",
13033 "uuid",
13034]
13035
13036[[package]]
13037name = "sqlez_macros"
13038version = "0.1.0"
13039dependencies = [
13040 "sqlez",
13041 "sqlformat",
13042 "syn 1.0.109",
13043]
13044
13045[[package]]
13046name = "sqlformat"
13047version = "0.2.6"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13050dependencies = [
13051 "nom",
13052 "unicode_categories",
13053]
13054
13055[[package]]
13056name = "sqlx"
13057version = "0.8.3"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13060dependencies = [
13061 "sqlx-core",
13062 "sqlx-macros",
13063 "sqlx-mysql",
13064 "sqlx-postgres",
13065 "sqlx-sqlite",
13066]
13067
13068[[package]]
13069name = "sqlx-core"
13070version = "0.8.3"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13073dependencies = [
13074 "bigdecimal",
13075 "bytes 1.10.1",
13076 "chrono",
13077 "crc",
13078 "crossbeam-queue",
13079 "either",
13080 "event-listener 5.3.1",
13081 "futures-core",
13082 "futures-intrusive",
13083 "futures-io",
13084 "futures-util",
13085 "hashbrown 0.15.2",
13086 "hashlink 0.10.0",
13087 "indexmap",
13088 "log",
13089 "memchr",
13090 "once_cell",
13091 "percent-encoding",
13092 "rust_decimal",
13093 "rustls 0.23.23",
13094 "rustls-pemfile 2.2.0",
13095 "serde",
13096 "serde_json",
13097 "sha2",
13098 "smallvec",
13099 "thiserror 2.0.6",
13100 "time",
13101 "tokio",
13102 "tokio-stream",
13103 "tracing",
13104 "url",
13105 "uuid",
13106 "webpki-roots",
13107]
13108
13109[[package]]
13110name = "sqlx-macros"
13111version = "0.8.3"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13114dependencies = [
13115 "proc-macro2",
13116 "quote",
13117 "sqlx-core",
13118 "sqlx-macros-core",
13119 "syn 2.0.100",
13120]
13121
13122[[package]]
13123name = "sqlx-macros-core"
13124version = "0.8.3"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13127dependencies = [
13128 "dotenvy",
13129 "either",
13130 "heck 0.5.0",
13131 "hex",
13132 "once_cell",
13133 "proc-macro2",
13134 "quote",
13135 "serde",
13136 "serde_json",
13137 "sha2",
13138 "sqlx-core",
13139 "sqlx-mysql",
13140 "sqlx-postgres",
13141 "sqlx-sqlite",
13142 "syn 2.0.100",
13143 "tempfile",
13144 "tokio",
13145 "url",
13146]
13147
13148[[package]]
13149name = "sqlx-mysql"
13150version = "0.8.3"
13151source = "registry+https://github.com/rust-lang/crates.io-index"
13152checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13153dependencies = [
13154 "atoi",
13155 "base64 0.22.1",
13156 "bigdecimal",
13157 "bitflags 2.8.0",
13158 "byteorder",
13159 "bytes 1.10.1",
13160 "chrono",
13161 "crc",
13162 "digest",
13163 "dotenvy",
13164 "either",
13165 "futures-channel",
13166 "futures-core",
13167 "futures-io",
13168 "futures-util",
13169 "generic-array",
13170 "hex",
13171 "hkdf",
13172 "hmac",
13173 "itoa",
13174 "log",
13175 "md-5",
13176 "memchr",
13177 "once_cell",
13178 "percent-encoding",
13179 "rand 0.8.5",
13180 "rsa",
13181 "rust_decimal",
13182 "serde",
13183 "sha1",
13184 "sha2",
13185 "smallvec",
13186 "sqlx-core",
13187 "stringprep",
13188 "thiserror 2.0.6",
13189 "time",
13190 "tracing",
13191 "uuid",
13192 "whoami",
13193]
13194
13195[[package]]
13196name = "sqlx-postgres"
13197version = "0.8.3"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13200dependencies = [
13201 "atoi",
13202 "base64 0.22.1",
13203 "bigdecimal",
13204 "bitflags 2.8.0",
13205 "byteorder",
13206 "chrono",
13207 "crc",
13208 "dotenvy",
13209 "etcetera",
13210 "futures-channel",
13211 "futures-core",
13212 "futures-util",
13213 "hex",
13214 "hkdf",
13215 "hmac",
13216 "home",
13217 "itoa",
13218 "log",
13219 "md-5",
13220 "memchr",
13221 "num-bigint",
13222 "once_cell",
13223 "rand 0.8.5",
13224 "rust_decimal",
13225 "serde",
13226 "serde_json",
13227 "sha2",
13228 "smallvec",
13229 "sqlx-core",
13230 "stringprep",
13231 "thiserror 2.0.6",
13232 "time",
13233 "tracing",
13234 "uuid",
13235 "whoami",
13236]
13237
13238[[package]]
13239name = "sqlx-sqlite"
13240version = "0.8.3"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13243dependencies = [
13244 "atoi",
13245 "chrono",
13246 "flume",
13247 "futures-channel",
13248 "futures-core",
13249 "futures-executor",
13250 "futures-intrusive",
13251 "futures-util",
13252 "libsqlite3-sys",
13253 "log",
13254 "percent-encoding",
13255 "serde",
13256 "serde_urlencoded",
13257 "sqlx-core",
13258 "time",
13259 "tracing",
13260 "url",
13261 "uuid",
13262]
13263
13264[[package]]
13265name = "stable_deref_trait"
13266version = "1.2.0"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13269
13270[[package]]
13271name = "static_assertions"
13272version = "1.1.0"
13273source = "registry+https://github.com/rust-lang/crates.io-index"
13274checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13275
13276[[package]]
13277name = "story"
13278version = "0.1.0"
13279dependencies = [
13280 "gpui",
13281 "itertools 0.14.0",
13282 "smallvec",
13283]
13284
13285[[package]]
13286name = "storybook"
13287version = "0.1.0"
13288dependencies = [
13289 "anyhow",
13290 "clap",
13291 "collab_ui",
13292 "ctrlc",
13293 "dialoguer",
13294 "editor",
13295 "fuzzy",
13296 "gpui",
13297 "indoc",
13298 "language",
13299 "log",
13300 "menu",
13301 "picker",
13302 "project",
13303 "reqwest_client",
13304 "rust-embed",
13305 "settings",
13306 "simplelog",
13307 "story",
13308 "strum",
13309 "theme",
13310 "title_bar",
13311 "ui",
13312]
13313
13314[[package]]
13315name = "streaming-iterator"
13316version = "0.1.9"
13317source = "registry+https://github.com/rust-lang/crates.io-index"
13318checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13319
13320[[package]]
13321name = "streaming_diff"
13322version = "0.1.0"
13323dependencies = [
13324 "ordered-float 2.10.1",
13325 "rand 0.8.5",
13326 "rope",
13327 "util",
13328]
13329
13330[[package]]
13331name = "strict-num"
13332version = "0.1.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13335dependencies = [
13336 "float-cmp",
13337]
13338
13339[[package]]
13340name = "string_cache"
13341version = "0.8.7"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13344dependencies = [
13345 "new_debug_unreachable",
13346 "once_cell",
13347 "parking_lot",
13348 "phf_shared 0.10.0",
13349 "precomputed-hash",
13350 "serde",
13351]
13352
13353[[package]]
13354name = "string_cache_codegen"
13355version = "0.5.2"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13358dependencies = [
13359 "phf_generator 0.10.0",
13360 "phf_shared 0.10.0",
13361 "proc-macro2",
13362 "quote",
13363]
13364
13365[[package]]
13366name = "stringprep"
13367version = "0.1.5"
13368source = "registry+https://github.com/rust-lang/crates.io-index"
13369checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13370dependencies = [
13371 "unicode-bidi",
13372 "unicode-normalization",
13373 "unicode-properties",
13374]
13375
13376[[package]]
13377name = "strsim"
13378version = "0.11.1"
13379source = "registry+https://github.com/rust-lang/crates.io-index"
13380checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13381
13382[[package]]
13383name = "strum"
13384version = "0.26.3"
13385source = "registry+https://github.com/rust-lang/crates.io-index"
13386checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13387dependencies = [
13388 "strum_macros",
13389]
13390
13391[[package]]
13392name = "strum_macros"
13393version = "0.26.4"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13396dependencies = [
13397 "heck 0.5.0",
13398 "proc-macro2",
13399 "quote",
13400 "rustversion",
13401 "syn 2.0.100",
13402]
13403
13404[[package]]
13405name = "subtle"
13406version = "2.6.1"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13409
13410[[package]]
13411name = "sum_tree"
13412version = "0.1.0"
13413dependencies = [
13414 "arrayvec",
13415 "ctor",
13416 "env_logger 0.11.7",
13417 "log",
13418 "rand 0.8.5",
13419 "rayon",
13420]
13421
13422[[package]]
13423name = "supermaven"
13424version = "0.1.0"
13425dependencies = [
13426 "anyhow",
13427 "client",
13428 "collections",
13429 "editor",
13430 "env_logger 0.11.7",
13431 "futures 0.3.31",
13432 "gpui",
13433 "http_client",
13434 "inline_completion",
13435 "language",
13436 "log",
13437 "postage",
13438 "project",
13439 "serde",
13440 "serde_json",
13441 "settings",
13442 "smol",
13443 "supermaven_api",
13444 "text",
13445 "theme",
13446 "ui",
13447 "unicode-segmentation",
13448 "util",
13449]
13450
13451[[package]]
13452name = "supermaven_api"
13453version = "0.1.0"
13454dependencies = [
13455 "anyhow",
13456 "futures 0.3.31",
13457 "http_client",
13458 "paths",
13459 "serde",
13460 "serde_json",
13461 "smol",
13462]
13463
13464[[package]]
13465name = "sval"
13466version = "2.13.2"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13469
13470[[package]]
13471name = "sval_buffer"
13472version = "2.13.2"
13473source = "registry+https://github.com/rust-lang/crates.io-index"
13474checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13475dependencies = [
13476 "sval",
13477 "sval_ref",
13478]
13479
13480[[package]]
13481name = "sval_dynamic"
13482version = "2.13.2"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13485dependencies = [
13486 "sval",
13487]
13488
13489[[package]]
13490name = "sval_fmt"
13491version = "2.13.2"
13492source = "registry+https://github.com/rust-lang/crates.io-index"
13493checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13494dependencies = [
13495 "itoa",
13496 "ryu",
13497 "sval",
13498]
13499
13500[[package]]
13501name = "sval_json"
13502version = "2.13.2"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13505dependencies = [
13506 "itoa",
13507 "ryu",
13508 "sval",
13509]
13510
13511[[package]]
13512name = "sval_nested"
13513version = "2.13.2"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13516dependencies = [
13517 "sval",
13518 "sval_buffer",
13519 "sval_ref",
13520]
13521
13522[[package]]
13523name = "sval_ref"
13524version = "2.13.2"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13527dependencies = [
13528 "sval",
13529]
13530
13531[[package]]
13532name = "sval_serde"
13533version = "2.13.2"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13536dependencies = [
13537 "serde",
13538 "sval",
13539 "sval_nested",
13540]
13541
13542[[package]]
13543name = "svg_fmt"
13544version = "0.4.4"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13547
13548[[package]]
13549name = "svgtypes"
13550version = "0.15.3"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13553dependencies = [
13554 "kurbo",
13555 "siphasher 1.0.1",
13556]
13557
13558[[package]]
13559name = "swash"
13560version = "0.1.19"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13563dependencies = [
13564 "skrifa",
13565 "yazi",
13566 "zeno",
13567]
13568
13569[[package]]
13570name = "syn"
13571version = "1.0.109"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13574dependencies = [
13575 "proc-macro2",
13576 "quote",
13577 "unicode-ident",
13578]
13579
13580[[package]]
13581name = "syn"
13582version = "2.0.100"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13585dependencies = [
13586 "proc-macro2",
13587 "quote",
13588 "unicode-ident",
13589]
13590
13591[[package]]
13592name = "sync_wrapper"
13593version = "0.1.2"
13594source = "registry+https://github.com/rust-lang/crates.io-index"
13595checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13596
13597[[package]]
13598name = "sync_wrapper"
13599version = "1.0.2"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13602dependencies = [
13603 "futures-core",
13604]
13605
13606[[package]]
13607name = "synchronoise"
13608version = "1.0.1"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13611dependencies = [
13612 "crossbeam-queue",
13613]
13614
13615[[package]]
13616name = "synstructure"
13617version = "0.13.1"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13620dependencies = [
13621 "proc-macro2",
13622 "quote",
13623 "syn 2.0.100",
13624]
13625
13626[[package]]
13627name = "sys-locale"
13628version = "0.3.2"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13631dependencies = [
13632 "libc",
13633]
13634
13635[[package]]
13636name = "sysinfo"
13637version = "0.31.4"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13640dependencies = [
13641 "core-foundation-sys",
13642 "libc",
13643 "memchr",
13644 "ntapi",
13645 "rayon",
13646 "windows 0.57.0",
13647]
13648
13649[[package]]
13650name = "system-configuration"
13651version = "0.5.1"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13654dependencies = [
13655 "bitflags 1.3.2",
13656 "core-foundation 0.9.4",
13657 "system-configuration-sys 0.5.0",
13658]
13659
13660[[package]]
13661name = "system-configuration"
13662version = "0.6.1"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13665dependencies = [
13666 "bitflags 2.8.0",
13667 "core-foundation 0.9.4",
13668 "system-configuration-sys 0.6.0",
13669]
13670
13671[[package]]
13672name = "system-configuration-sys"
13673version = "0.5.0"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13676dependencies = [
13677 "core-foundation-sys",
13678 "libc",
13679]
13680
13681[[package]]
13682name = "system-configuration-sys"
13683version = "0.6.0"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13686dependencies = [
13687 "core-foundation-sys",
13688 "libc",
13689]
13690
13691[[package]]
13692name = "system-deps"
13693version = "6.2.2"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13696dependencies = [
13697 "cfg-expr",
13698 "heck 0.5.0",
13699 "pkg-config",
13700 "toml 0.8.20",
13701 "version-compare",
13702]
13703
13704[[package]]
13705name = "system-interface"
13706version = "0.27.3"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13709dependencies = [
13710 "bitflags 2.8.0",
13711 "cap-fs-ext",
13712 "cap-std",
13713 "fd-lock",
13714 "io-lifetimes",
13715 "rustix",
13716 "windows-sys 0.59.0",
13717 "winx",
13718]
13719
13720[[package]]
13721name = "tab_switcher"
13722version = "0.1.0"
13723dependencies = [
13724 "anyhow",
13725 "collections",
13726 "ctor",
13727 "editor",
13728 "env_logger 0.11.7",
13729 "gpui",
13730 "language",
13731 "menu",
13732 "picker",
13733 "project",
13734 "schemars",
13735 "serde",
13736 "serde_json",
13737 "settings",
13738 "theme",
13739 "ui",
13740 "util",
13741 "workspace",
13742]
13743
13744[[package]]
13745name = "taffy"
13746version = "0.4.4"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13749dependencies = [
13750 "arrayvec",
13751 "grid",
13752 "num-traits",
13753 "serde",
13754 "slotmap",
13755]
13756
13757[[package]]
13758name = "take-until"
13759version = "0.2.0"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13762
13763[[package]]
13764name = "tap"
13765version = "1.0.1"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13768
13769[[package]]
13770name = "target-lexicon"
13771version = "0.12.16"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13774
13775[[package]]
13776name = "target-lexicon"
13777version = "0.13.2"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13780
13781[[package]]
13782name = "task"
13783version = "0.1.0"
13784dependencies = [
13785 "anyhow",
13786 "collections",
13787 "dap-types",
13788 "futures 0.3.31",
13789 "gpui",
13790 "hex",
13791 "parking_lot",
13792 "schemars",
13793 "serde",
13794 "serde_json",
13795 "serde_json_lenient",
13796 "sha2",
13797 "shellexpand 2.1.2",
13798 "util",
13799 "zed_actions",
13800]
13801
13802[[package]]
13803name = "tasks_ui"
13804version = "0.1.0"
13805dependencies = [
13806 "anyhow",
13807 "debugger_ui",
13808 "editor",
13809 "feature_flags",
13810 "file_icons",
13811 "fuzzy",
13812 "gpui",
13813 "language",
13814 "menu",
13815 "picker",
13816 "project",
13817 "schemars",
13818 "serde",
13819 "serde_json",
13820 "settings",
13821 "task",
13822 "tree-sitter-rust",
13823 "tree-sitter-typescript",
13824 "ui",
13825 "util",
13826 "workspace",
13827 "zed_actions",
13828]
13829
13830[[package]]
13831name = "telemetry"
13832version = "0.1.0"
13833dependencies = [
13834 "futures 0.3.31",
13835 "serde",
13836 "serde_json",
13837 "telemetry_events",
13838]
13839
13840[[package]]
13841name = "telemetry_events"
13842version = "0.1.0"
13843dependencies = [
13844 "semantic_version",
13845 "serde",
13846 "serde_json",
13847]
13848
13849[[package]]
13850name = "tempfile"
13851version = "3.17.1"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13854dependencies = [
13855 "cfg-if",
13856 "fastrand 2.3.0",
13857 "getrandom 0.3.1",
13858 "once_cell",
13859 "rustix",
13860 "windows-sys 0.59.0",
13861]
13862
13863[[package]]
13864name = "tendril"
13865version = "0.4.3"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13868dependencies = [
13869 "futf",
13870 "mac",
13871 "utf-8",
13872]
13873
13874[[package]]
13875name = "termcolor"
13876version = "1.4.1"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13879dependencies = [
13880 "winapi-util",
13881]
13882
13883[[package]]
13884name = "terminal"
13885version = "0.1.0"
13886dependencies = [
13887 "alacritty_terminal",
13888 "anyhow",
13889 "collections",
13890 "dirs 4.0.0",
13891 "futures 0.3.31",
13892 "gpui",
13893 "libc",
13894 "rand 0.8.5",
13895 "regex",
13896 "release_channel",
13897 "schemars",
13898 "serde",
13899 "serde_derive",
13900 "settings",
13901 "smol",
13902 "sysinfo",
13903 "task",
13904 "theme",
13905 "thiserror 1.0.69",
13906 "util",
13907 "windows 0.60.0",
13908]
13909
13910[[package]]
13911name = "terminal_size"
13912version = "0.4.1"
13913source = "registry+https://github.com/rust-lang/crates.io-index"
13914checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13915dependencies = [
13916 "rustix",
13917 "windows-sys 0.59.0",
13918]
13919
13920[[package]]
13921name = "terminal_view"
13922version = "0.1.0"
13923dependencies = [
13924 "anyhow",
13925 "async-recursion 1.1.1",
13926 "breadcrumbs",
13927 "client",
13928 "collections",
13929 "db",
13930 "dirs 4.0.0",
13931 "editor",
13932 "futures 0.3.31",
13933 "gpui",
13934 "itertools 0.14.0",
13935 "language",
13936 "log",
13937 "project",
13938 "rand 0.8.5",
13939 "schemars",
13940 "search",
13941 "serde",
13942 "serde_json",
13943 "settings",
13944 "shellexpand 2.1.2",
13945 "smol",
13946 "task",
13947 "terminal",
13948 "theme",
13949 "ui",
13950 "util",
13951 "workspace",
13952 "zed_actions",
13953]
13954
13955[[package]]
13956name = "text"
13957version = "0.1.0"
13958dependencies = [
13959 "anyhow",
13960 "clock",
13961 "collections",
13962 "ctor",
13963 "env_logger 0.11.7",
13964 "gpui",
13965 "http_client",
13966 "log",
13967 "parking_lot",
13968 "postage",
13969 "rand 0.8.5",
13970 "regex",
13971 "rope",
13972 "smallvec",
13973 "sum_tree",
13974 "util",
13975]
13976
13977[[package]]
13978name = "theme"
13979version = "0.1.0"
13980dependencies = [
13981 "anyhow",
13982 "collections",
13983 "derive_more",
13984 "fs",
13985 "futures 0.3.31",
13986 "gpui",
13987 "indexmap",
13988 "log",
13989 "palette",
13990 "parking_lot",
13991 "refineable",
13992 "schemars",
13993 "serde",
13994 "serde_derive",
13995 "serde_json",
13996 "serde_json_lenient",
13997 "serde_repr",
13998 "settings",
13999 "strum",
14000 "thiserror 1.0.69",
14001 "util",
14002 "uuid",
14003]
14004
14005[[package]]
14006name = "theme_extension"
14007version = "0.1.0"
14008dependencies = [
14009 "anyhow",
14010 "extension",
14011 "fs",
14012 "gpui",
14013 "theme",
14014]
14015
14016[[package]]
14017name = "theme_importer"
14018version = "0.1.0"
14019dependencies = [
14020 "anyhow",
14021 "clap",
14022 "gpui",
14023 "indexmap",
14024 "log",
14025 "palette",
14026 "rust-embed",
14027 "serde",
14028 "serde_json",
14029 "serde_json_lenient",
14030 "simplelog",
14031 "strum",
14032 "theme",
14033 "vscode_theme",
14034]
14035
14036[[package]]
14037name = "theme_selector"
14038version = "0.1.0"
14039dependencies = [
14040 "fs",
14041 "fuzzy",
14042 "gpui",
14043 "log",
14044 "picker",
14045 "serde",
14046 "settings",
14047 "telemetry",
14048 "theme",
14049 "ui",
14050 "util",
14051 "workspace",
14052 "zed_actions",
14053]
14054
14055[[package]]
14056name = "thiserror"
14057version = "1.0.69"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14060dependencies = [
14061 "thiserror-impl 1.0.69",
14062]
14063
14064[[package]]
14065name = "thiserror"
14066version = "2.0.6"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
14069dependencies = [
14070 "thiserror-impl 2.0.6",
14071]
14072
14073[[package]]
14074name = "thiserror-impl"
14075version = "1.0.69"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14078dependencies = [
14079 "proc-macro2",
14080 "quote",
14081 "syn 2.0.100",
14082]
14083
14084[[package]]
14085name = "thiserror-impl"
14086version = "2.0.6"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
14089dependencies = [
14090 "proc-macro2",
14091 "quote",
14092 "syn 2.0.100",
14093]
14094
14095[[package]]
14096name = "thread_local"
14097version = "1.1.8"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14100dependencies = [
14101 "cfg-if",
14102 "once_cell",
14103]
14104
14105[[package]]
14106name = "tiff"
14107version = "0.9.1"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14110dependencies = [
14111 "flate2",
14112 "jpeg-decoder",
14113 "weezl",
14114]
14115
14116[[package]]
14117name = "tiktoken-rs"
14118version = "0.6.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14121dependencies = [
14122 "anyhow",
14123 "base64 0.21.7",
14124 "bstr",
14125 "fancy-regex 0.13.0",
14126 "lazy_static",
14127 "parking_lot",
14128 "regex",
14129 "rustc-hash 1.1.0",
14130]
14131
14132[[package]]
14133name = "time"
14134version = "0.3.37"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14137dependencies = [
14138 "deranged",
14139 "itoa",
14140 "libc",
14141 "num-conv",
14142 "num_threads",
14143 "powerfmt",
14144 "serde",
14145 "time-core",
14146 "time-macros",
14147]
14148
14149[[package]]
14150name = "time-core"
14151version = "0.1.2"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14154
14155[[package]]
14156name = "time-macros"
14157version = "0.2.19"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14160dependencies = [
14161 "num-conv",
14162 "time-core",
14163]
14164
14165[[package]]
14166name = "time_format"
14167version = "0.1.0"
14168dependencies = [
14169 "core-foundation 0.9.4",
14170 "core-foundation-sys",
14171 "sys-locale",
14172 "time",
14173]
14174
14175[[package]]
14176name = "tiny-keccak"
14177version = "2.0.2"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14180dependencies = [
14181 "crunchy",
14182]
14183
14184[[package]]
14185name = "tiny-skia"
14186version = "0.11.4"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14189dependencies = [
14190 "arrayref",
14191 "arrayvec",
14192 "bytemuck",
14193 "cfg-if",
14194 "log",
14195 "png",
14196 "tiny-skia-path",
14197]
14198
14199[[package]]
14200name = "tiny-skia-path"
14201version = "0.11.4"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14204dependencies = [
14205 "arrayref",
14206 "bytemuck",
14207 "strict-num",
14208]
14209
14210[[package]]
14211name = "tiny_http"
14212version = "0.8.2"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14215dependencies = [
14216 "ascii",
14217 "chrono",
14218 "chunked_transfer",
14219 "log",
14220 "url",
14221]
14222
14223[[package]]
14224name = "tinystr"
14225version = "0.7.6"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14228dependencies = [
14229 "displaydoc",
14230 "zerovec",
14231]
14232
14233[[package]]
14234name = "tinytemplate"
14235version = "1.2.1"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14238dependencies = [
14239 "serde",
14240 "serde_json",
14241]
14242
14243[[package]]
14244name = "tinyvec"
14245version = "1.8.0"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14248dependencies = [
14249 "tinyvec_macros",
14250]
14251
14252[[package]]
14253name = "tinyvec_macros"
14254version = "0.1.1"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14257
14258[[package]]
14259name = "title_bar"
14260version = "0.1.0"
14261dependencies = [
14262 "auto_update",
14263 "call",
14264 "client",
14265 "collections",
14266 "feature_flags",
14267 "git_ui",
14268 "gpui",
14269 "http_client",
14270 "notifications",
14271 "pretty_assertions",
14272 "project",
14273 "remote",
14274 "rpc",
14275 "schemars",
14276 "serde",
14277 "settings",
14278 "smallvec",
14279 "story",
14280 "telemetry",
14281 "theme",
14282 "tree-sitter-md",
14283 "ui",
14284 "util",
14285 "windows 0.60.0",
14286 "workspace",
14287 "zed_actions",
14288 "zeta",
14289]
14290
14291[[package]]
14292name = "tokio"
14293version = "1.43.0"
14294source = "registry+https://github.com/rust-lang/crates.io-index"
14295checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14296dependencies = [
14297 "backtrace",
14298 "bytes 1.10.1",
14299 "libc",
14300 "mio 1.0.3",
14301 "parking_lot",
14302 "pin-project-lite",
14303 "signal-hook-registry",
14304 "socket2",
14305 "tokio-macros",
14306 "windows-sys 0.52.0",
14307]
14308
14309[[package]]
14310name = "tokio-io"
14311version = "0.1.13"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14314dependencies = [
14315 "bytes 0.4.12",
14316 "futures 0.1.31",
14317 "log",
14318]
14319
14320[[package]]
14321name = "tokio-macros"
14322version = "2.5.0"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14325dependencies = [
14326 "proc-macro2",
14327 "quote",
14328 "syn 2.0.100",
14329]
14330
14331[[package]]
14332name = "tokio-native-tls"
14333version = "0.3.1"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14336dependencies = [
14337 "native-tls",
14338 "tokio",
14339]
14340
14341[[package]]
14342name = "tokio-rustls"
14343version = "0.24.1"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14346dependencies = [
14347 "rustls 0.21.12",
14348 "tokio",
14349]
14350
14351[[package]]
14352name = "tokio-rustls"
14353version = "0.26.1"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14356dependencies = [
14357 "rustls 0.23.23",
14358 "tokio",
14359]
14360
14361[[package]]
14362name = "tokio-socks"
14363version = "0.5.2"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14366dependencies = [
14367 "either",
14368 "futures-io",
14369 "futures-util",
14370 "thiserror 1.0.69",
14371 "tokio",
14372]
14373
14374[[package]]
14375name = "tokio-stream"
14376version = "0.1.17"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14379dependencies = [
14380 "futures-core",
14381 "pin-project-lite",
14382 "tokio",
14383]
14384
14385[[package]]
14386name = "tokio-tungstenite"
14387version = "0.20.1"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14390dependencies = [
14391 "futures-util",
14392 "log",
14393 "rustls 0.21.12",
14394 "rustls-native-certs 0.6.3",
14395 "tokio",
14396 "tokio-rustls 0.24.1",
14397 "tungstenite 0.20.1",
14398]
14399
14400[[package]]
14401name = "tokio-tungstenite"
14402version = "0.21.0"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14405dependencies = [
14406 "futures-util",
14407 "log",
14408 "tokio",
14409 "tungstenite 0.21.0",
14410]
14411
14412[[package]]
14413name = "tokio-util"
14414version = "0.7.13"
14415source = "registry+https://github.com/rust-lang/crates.io-index"
14416checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14417dependencies = [
14418 "bytes 1.10.1",
14419 "futures-core",
14420 "futures-io",
14421 "futures-sink",
14422 "pin-project-lite",
14423 "tokio",
14424]
14425
14426[[package]]
14427name = "toml"
14428version = "0.5.11"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14431dependencies = [
14432 "serde",
14433]
14434
14435[[package]]
14436name = "toml"
14437version = "0.8.20"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14440dependencies = [
14441 "serde",
14442 "serde_spanned",
14443 "toml_datetime",
14444 "toml_edit",
14445]
14446
14447[[package]]
14448name = "toml_datetime"
14449version = "0.6.8"
14450source = "registry+https://github.com/rust-lang/crates.io-index"
14451checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14452dependencies = [
14453 "serde",
14454]
14455
14456[[package]]
14457name = "toml_edit"
14458version = "0.22.23"
14459source = "registry+https://github.com/rust-lang/crates.io-index"
14460checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14461dependencies = [
14462 "indexmap",
14463 "serde",
14464 "serde_spanned",
14465 "toml_datetime",
14466 "winnow 0.7.1",
14467]
14468
14469[[package]]
14470name = "toolchain_selector"
14471version = "0.1.0"
14472dependencies = [
14473 "editor",
14474 "fuzzy",
14475 "gpui",
14476 "language",
14477 "picker",
14478 "project",
14479 "ui",
14480 "util",
14481 "workspace",
14482]
14483
14484[[package]]
14485name = "topological-sort"
14486version = "0.2.2"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14489
14490[[package]]
14491name = "tower"
14492version = "0.4.13"
14493source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14495dependencies = [
14496 "futures-core",
14497 "futures-util",
14498 "pin-project",
14499 "pin-project-lite",
14500 "tokio",
14501 "tower-layer",
14502 "tower-service",
14503 "tracing",
14504]
14505
14506[[package]]
14507name = "tower-http"
14508version = "0.3.5"
14509source = "registry+https://github.com/rust-lang/crates.io-index"
14510checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14511dependencies = [
14512 "bitflags 1.3.2",
14513 "bytes 1.10.1",
14514 "futures-core",
14515 "futures-util",
14516 "http 0.2.12",
14517 "http-body 0.4.6",
14518 "http-range-header",
14519 "pin-project-lite",
14520 "tower-layer",
14521 "tower-service",
14522]
14523
14524[[package]]
14525name = "tower-http"
14526version = "0.4.4"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14529dependencies = [
14530 "bitflags 2.8.0",
14531 "bytes 1.10.1",
14532 "futures-core",
14533 "futures-util",
14534 "http 0.2.12",
14535 "http-body 0.4.6",
14536 "http-range-header",
14537 "pin-project-lite",
14538 "tower-layer",
14539 "tower-service",
14540 "tracing",
14541]
14542
14543[[package]]
14544name = "tower-layer"
14545version = "0.3.3"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14548
14549[[package]]
14550name = "tower-service"
14551version = "0.3.3"
14552source = "registry+https://github.com/rust-lang/crates.io-index"
14553checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14554
14555[[package]]
14556name = "tracing"
14557version = "0.1.41"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14560dependencies = [
14561 "log",
14562 "pin-project-lite",
14563 "tracing-attributes",
14564 "tracing-core",
14565]
14566
14567[[package]]
14568name = "tracing-attributes"
14569version = "0.1.28"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14572dependencies = [
14573 "proc-macro2",
14574 "quote",
14575 "syn 2.0.100",
14576]
14577
14578[[package]]
14579name = "tracing-core"
14580version = "0.1.33"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14583dependencies = [
14584 "once_cell",
14585 "valuable",
14586]
14587
14588[[package]]
14589name = "tracing-log"
14590version = "0.2.0"
14591source = "registry+https://github.com/rust-lang/crates.io-index"
14592checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14593dependencies = [
14594 "log",
14595 "once_cell",
14596 "tracing-core",
14597]
14598
14599[[package]]
14600name = "tracing-serde"
14601version = "0.2.0"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14604dependencies = [
14605 "serde",
14606 "tracing-core",
14607]
14608
14609[[package]]
14610name = "tracing-subscriber"
14611version = "0.3.19"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14614dependencies = [
14615 "matchers",
14616 "nu-ansi-term",
14617 "once_cell",
14618 "regex",
14619 "serde",
14620 "serde_json",
14621 "sharded-slab",
14622 "smallvec",
14623 "thread_local",
14624 "tracing",
14625 "tracing-core",
14626 "tracing-log",
14627 "tracing-serde",
14628]
14629
14630[[package]]
14631name = "trait-variant"
14632version = "0.1.2"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14635dependencies = [
14636 "proc-macro2",
14637 "quote",
14638 "syn 2.0.100",
14639]
14640
14641[[package]]
14642name = "tree-sitter"
14643version = "0.25.3"
14644source = "registry+https://github.com/rust-lang/crates.io-index"
14645checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14646dependencies = [
14647 "cc",
14648 "regex",
14649 "regex-syntax 0.8.5",
14650 "serde_json",
14651 "streaming-iterator",
14652 "tree-sitter-language",
14653 "wasmtime-c-api-impl",
14654]
14655
14656[[package]]
14657name = "tree-sitter-bash"
14658version = "0.23.3"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14661dependencies = [
14662 "cc",
14663 "tree-sitter-language",
14664]
14665
14666[[package]]
14667name = "tree-sitter-c"
14668version = "0.23.4"
14669source = "registry+https://github.com/rust-lang/crates.io-index"
14670checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14671dependencies = [
14672 "cc",
14673 "tree-sitter-language",
14674]
14675
14676[[package]]
14677name = "tree-sitter-cpp"
14678version = "0.23.4"
14679source = "registry+https://github.com/rust-lang/crates.io-index"
14680checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14681dependencies = [
14682 "cc",
14683 "tree-sitter-language",
14684]
14685
14686[[package]]
14687name = "tree-sitter-css"
14688version = "0.23.2"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14691dependencies = [
14692 "cc",
14693 "tree-sitter-language",
14694]
14695
14696[[package]]
14697name = "tree-sitter-diff"
14698version = "0.1.0"
14699source = "registry+https://github.com/rust-lang/crates.io-index"
14700checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14701dependencies = [
14702 "cc",
14703 "tree-sitter-language",
14704]
14705
14706[[package]]
14707name = "tree-sitter-elixir"
14708version = "0.3.4"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14711dependencies = [
14712 "cc",
14713 "tree-sitter-language",
14714]
14715
14716[[package]]
14717name = "tree-sitter-embedded-template"
14718version = "0.23.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14721dependencies = [
14722 "cc",
14723 "tree-sitter-language",
14724]
14725
14726[[package]]
14727name = "tree-sitter-gitcommit"
14728version = "0.0.1"
14729source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14730dependencies = [
14731 "cc",
14732 "tree-sitter-language",
14733]
14734
14735[[package]]
14736name = "tree-sitter-go"
14737version = "0.23.4"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14740dependencies = [
14741 "cc",
14742 "tree-sitter-language",
14743]
14744
14745[[package]]
14746name = "tree-sitter-gomod"
14747version = "1.1.1"
14748source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14749dependencies = [
14750 "cc",
14751 "tree-sitter-language",
14752]
14753
14754[[package]]
14755name = "tree-sitter-gowork"
14756version = "0.0.1"
14757source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14758dependencies = [
14759 "cc",
14760 "tree-sitter-language",
14761]
14762
14763[[package]]
14764name = "tree-sitter-heex"
14765version = "0.0.1"
14766source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14767dependencies = [
14768 "cc",
14769 "tree-sitter-language",
14770]
14771
14772[[package]]
14773name = "tree-sitter-html"
14774version = "0.23.2"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14777dependencies = [
14778 "cc",
14779 "tree-sitter-language",
14780]
14781
14782[[package]]
14783name = "tree-sitter-jsdoc"
14784version = "0.23.2"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14787dependencies = [
14788 "cc",
14789 "tree-sitter-language",
14790]
14791
14792[[package]]
14793name = "tree-sitter-json"
14794version = "0.24.8"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14797dependencies = [
14798 "cc",
14799 "tree-sitter-language",
14800]
14801
14802[[package]]
14803name = "tree-sitter-language"
14804version = "0.1.3"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14807
14808[[package]]
14809name = "tree-sitter-md"
14810version = "0.3.2"
14811source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14812dependencies = [
14813 "cc",
14814 "tree-sitter-language",
14815]
14816
14817[[package]]
14818name = "tree-sitter-python"
14819version = "0.23.6"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14822dependencies = [
14823 "cc",
14824 "tree-sitter-language",
14825]
14826
14827[[package]]
14828name = "tree-sitter-regex"
14829version = "0.24.3"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14832dependencies = [
14833 "cc",
14834 "tree-sitter-language",
14835]
14836
14837[[package]]
14838name = "tree-sitter-ruby"
14839version = "0.23.1"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14842dependencies = [
14843 "cc",
14844 "tree-sitter-language",
14845]
14846
14847[[package]]
14848name = "tree-sitter-rust"
14849version = "0.23.2"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14852dependencies = [
14853 "cc",
14854 "tree-sitter-language",
14855]
14856
14857[[package]]
14858name = "tree-sitter-typescript"
14859version = "0.23.2"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14862dependencies = [
14863 "cc",
14864 "tree-sitter-language",
14865]
14866
14867[[package]]
14868name = "tree-sitter-yaml"
14869version = "0.6.1"
14870source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14871dependencies = [
14872 "cc",
14873 "tree-sitter-language",
14874]
14875
14876[[package]]
14877name = "try-lock"
14878version = "0.2.5"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14881
14882[[package]]
14883name = "ttf-parser"
14884version = "0.21.1"
14885source = "registry+https://github.com/rust-lang/crates.io-index"
14886checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14887
14888[[package]]
14889name = "ttf-parser"
14890version = "0.25.1"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14893dependencies = [
14894 "core_maths",
14895]
14896
14897[[package]]
14898name = "tungstenite"
14899version = "0.20.1"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14902dependencies = [
14903 "byteorder",
14904 "bytes 1.10.1",
14905 "data-encoding",
14906 "http 0.2.12",
14907 "httparse",
14908 "log",
14909 "rand 0.8.5",
14910 "rustls 0.21.12",
14911 "sha1",
14912 "thiserror 1.0.69",
14913 "url",
14914 "utf-8",
14915]
14916
14917[[package]]
14918name = "tungstenite"
14919version = "0.21.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14922dependencies = [
14923 "byteorder",
14924 "bytes 1.10.1",
14925 "data-encoding",
14926 "http 1.2.0",
14927 "httparse",
14928 "log",
14929 "rand 0.8.5",
14930 "sha1",
14931 "thiserror 1.0.69",
14932 "url",
14933 "utf-8",
14934]
14935
14936[[package]]
14937name = "tungstenite"
14938version = "0.24.0"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14941dependencies = [
14942 "byteorder",
14943 "bytes 1.10.1",
14944 "data-encoding",
14945 "http 1.2.0",
14946 "httparse",
14947 "log",
14948 "rand 0.8.5",
14949 "sha1",
14950 "thiserror 1.0.69",
14951 "utf-8",
14952]
14953
14954[[package]]
14955name = "typeid"
14956version = "1.0.2"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14959
14960[[package]]
14961name = "typenum"
14962version = "1.17.0"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14965
14966[[package]]
14967name = "ucd-trie"
14968version = "0.1.7"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14971
14972[[package]]
14973name = "uds_windows"
14974version = "1.1.0"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14977dependencies = [
14978 "memoffset",
14979 "tempfile",
14980 "winapi",
14981]
14982
14983[[package]]
14984name = "ui"
14985version = "0.1.0"
14986dependencies = [
14987 "chrono",
14988 "component",
14989 "gpui",
14990 "itertools 0.14.0",
14991 "linkme",
14992 "menu",
14993 "serde",
14994 "settings",
14995 "smallvec",
14996 "story",
14997 "strum",
14998 "theme",
14999 "ui_macros",
15000 "util",
15001 "windows 0.60.0",
15002]
15003
15004[[package]]
15005name = "ui_input"
15006version = "0.1.0"
15007dependencies = [
15008 "editor",
15009 "gpui",
15010 "settings",
15011 "theme",
15012 "ui",
15013]
15014
15015[[package]]
15016name = "ui_macros"
15017version = "0.1.0"
15018dependencies = [
15019 "convert_case 0.8.0",
15020 "linkme",
15021 "proc-macro2",
15022 "quote",
15023 "syn 1.0.109",
15024]
15025
15026[[package]]
15027name = "ui_prompt"
15028version = "0.1.0"
15029dependencies = [
15030 "gpui",
15031 "markdown",
15032 "menu",
15033 "settings",
15034 "theme",
15035 "ui",
15036 "workspace",
15037]
15038
15039[[package]]
15040name = "unicase"
15041version = "2.8.1"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15044
15045[[package]]
15046name = "unicode-bidi"
15047version = "0.3.17"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15050
15051[[package]]
15052name = "unicode-bidi-mirroring"
15053version = "0.2.0"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15056
15057[[package]]
15058name = "unicode-bidi-mirroring"
15059version = "0.4.0"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15062
15063[[package]]
15064name = "unicode-ccc"
15065version = "0.2.0"
15066source = "registry+https://github.com/rust-lang/crates.io-index"
15067checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15068
15069[[package]]
15070name = "unicode-ccc"
15071version = "0.4.0"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15074
15075[[package]]
15076name = "unicode-ident"
15077version = "1.0.14"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15080
15081[[package]]
15082name = "unicode-linebreak"
15083version = "0.1.5"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15086
15087[[package]]
15088name = "unicode-normalization"
15089version = "0.1.24"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15092dependencies = [
15093 "tinyvec",
15094]
15095
15096[[package]]
15097name = "unicode-properties"
15098version = "0.1.3"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15101
15102[[package]]
15103name = "unicode-script"
15104version = "0.5.7"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15107
15108[[package]]
15109name = "unicode-segmentation"
15110version = "1.12.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15113
15114[[package]]
15115name = "unicode-vo"
15116version = "0.1.0"
15117source = "registry+https://github.com/rust-lang/crates.io-index"
15118checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15119
15120[[package]]
15121name = "unicode-width"
15122version = "0.1.14"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15125
15126[[package]]
15127name = "unicode-xid"
15128version = "0.2.6"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15131
15132[[package]]
15133name = "unicode_categories"
15134version = "0.1.1"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15137
15138[[package]]
15139name = "unindent"
15140version = "0.2.3"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
15143
15144[[package]]
15145name = "untrusted"
15146version = "0.9.0"
15147source = "registry+https://github.com/rust-lang/crates.io-index"
15148checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15149
15150[[package]]
15151name = "url"
15152version = "2.5.4"
15153source = "registry+https://github.com/rust-lang/crates.io-index"
15154checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15155dependencies = [
15156 "form_urlencoded",
15157 "idna",
15158 "percent-encoding",
15159 "serde",
15160]
15161
15162[[package]]
15163name = "urlencoding"
15164version = "2.1.3"
15165source = "registry+https://github.com/rust-lang/crates.io-index"
15166checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15167
15168[[package]]
15169name = "usvg"
15170version = "0.45.0"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15173dependencies = [
15174 "base64 0.22.1",
15175 "data-url",
15176 "flate2",
15177 "fontdb 0.23.0",
15178 "imagesize",
15179 "kurbo",
15180 "log",
15181 "pico-args",
15182 "roxmltree",
15183 "rustybuzz 0.20.1",
15184 "simplecss",
15185 "siphasher 1.0.1",
15186 "strict-num",
15187 "svgtypes",
15188 "tiny-skia-path",
15189 "unicode-bidi",
15190 "unicode-script",
15191 "unicode-vo",
15192 "xmlwriter",
15193]
15194
15195[[package]]
15196name = "utf-8"
15197version = "0.7.6"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15200
15201[[package]]
15202name = "utf16_iter"
15203version = "1.0.5"
15204source = "registry+https://github.com/rust-lang/crates.io-index"
15205checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15206
15207[[package]]
15208name = "utf8_iter"
15209version = "1.0.4"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15212
15213[[package]]
15214name = "utf8parse"
15215version = "0.2.2"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15218
15219[[package]]
15220name = "util"
15221version = "0.1.0"
15222dependencies = [
15223 "anyhow",
15224 "async-fs",
15225 "collections",
15226 "dirs 4.0.0",
15227 "dunce",
15228 "futures 0.3.31",
15229 "futures-lite 1.13.0",
15230 "git2",
15231 "globset",
15232 "itertools 0.14.0",
15233 "libc",
15234 "log",
15235 "rand 0.8.5",
15236 "regex",
15237 "rust-embed",
15238 "serde",
15239 "serde_json",
15240 "smol",
15241 "take-until",
15242 "tempfile",
15243 "tendril",
15244 "unicase",
15245 "util_macros",
15246]
15247
15248[[package]]
15249name = "util_macros"
15250version = "0.1.0"
15251dependencies = [
15252 "quote",
15253 "syn 1.0.109",
15254]
15255
15256[[package]]
15257name = "uuid"
15258version = "1.13.2"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15261dependencies = [
15262 "getrandom 0.3.1",
15263 "serde",
15264 "sha1_smol",
15265]
15266
15267[[package]]
15268name = "v_frame"
15269version = "0.3.8"
15270source = "registry+https://github.com/rust-lang/crates.io-index"
15271checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15272dependencies = [
15273 "aligned-vec",
15274 "num-traits",
15275 "wasm-bindgen",
15276]
15277
15278[[package]]
15279name = "valuable"
15280version = "0.1.0"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15283
15284[[package]]
15285name = "value-bag"
15286version = "1.10.0"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15289dependencies = [
15290 "value-bag-serde1",
15291 "value-bag-sval2",
15292]
15293
15294[[package]]
15295name = "value-bag-serde1"
15296version = "1.10.0"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15299dependencies = [
15300 "erased-serde",
15301 "serde",
15302 "serde_fmt",
15303]
15304
15305[[package]]
15306name = "value-bag-sval2"
15307version = "1.10.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15310dependencies = [
15311 "sval",
15312 "sval_buffer",
15313 "sval_dynamic",
15314 "sval_fmt",
15315 "sval_json",
15316 "sval_ref",
15317 "sval_serde",
15318]
15319
15320[[package]]
15321name = "vcpkg"
15322version = "0.2.15"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15325
15326[[package]]
15327name = "version-compare"
15328version = "0.2.0"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15331
15332[[package]]
15333name = "version_check"
15334version = "0.9.5"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15337
15338[[package]]
15339name = "vim"
15340version = "0.1.0"
15341dependencies = [
15342 "anyhow",
15343 "assets",
15344 "async-compat",
15345 "async-trait",
15346 "collections",
15347 "command_palette",
15348 "command_palette_hooks",
15349 "db",
15350 "editor",
15351 "futures 0.3.31",
15352 "git_ui",
15353 "gpui",
15354 "indoc",
15355 "itertools 0.14.0",
15356 "language",
15357 "libc",
15358 "log",
15359 "lsp",
15360 "multi_buffer",
15361 "nvim-rs",
15362 "parking_lot",
15363 "picker",
15364 "project",
15365 "project_panel",
15366 "regex",
15367 "release_channel",
15368 "schemars",
15369 "search",
15370 "serde",
15371 "serde_derive",
15372 "serde_json",
15373 "settings",
15374 "task",
15375 "text",
15376 "theme",
15377 "tokio",
15378 "ui",
15379 "util",
15380 "vim_mode_setting",
15381 "workspace",
15382 "zed_actions",
15383]
15384
15385[[package]]
15386name = "vim_mode_setting"
15387version = "0.1.0"
15388dependencies = [
15389 "anyhow",
15390 "gpui",
15391 "settings",
15392]
15393
15394[[package]]
15395name = "vscode_theme"
15396version = "0.2.0"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15399dependencies = [
15400 "serde",
15401]
15402
15403[[package]]
15404name = "vsimd"
15405version = "0.8.0"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15408
15409[[package]]
15410name = "vswhom"
15411version = "0.1.0"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15414dependencies = [
15415 "libc",
15416 "vswhom-sys",
15417]
15418
15419[[package]]
15420name = "vswhom-sys"
15421version = "0.1.2"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15424dependencies = [
15425 "cc",
15426 "libc",
15427]
15428
15429[[package]]
15430name = "vte"
15431version = "0.15.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15434dependencies = [
15435 "arrayvec",
15436 "bitflags 2.8.0",
15437 "cursor-icon",
15438 "log",
15439 "memchr",
15440 "serde",
15441]
15442
15443[[package]]
15444name = "waker-fn"
15445version = "1.2.0"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15448
15449[[package]]
15450name = "walkdir"
15451version = "2.5.0"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15454dependencies = [
15455 "same-file",
15456 "winapi-util",
15457]
15458
15459[[package]]
15460name = "want"
15461version = "0.3.1"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15464dependencies = [
15465 "try-lock",
15466]
15467
15468[[package]]
15469name = "warp"
15470version = "0.3.7"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15473dependencies = [
15474 "bytes 1.10.1",
15475 "futures-channel",
15476 "futures-util",
15477 "headers",
15478 "http 0.2.12",
15479 "hyper 0.14.32",
15480 "log",
15481 "mime",
15482 "mime_guess",
15483 "percent-encoding",
15484 "pin-project",
15485 "scoped-tls",
15486 "serde",
15487 "serde_json",
15488 "serde_urlencoded",
15489 "tokio",
15490 "tokio-tungstenite 0.21.0",
15491 "tokio-util",
15492 "tower-service",
15493 "tracing",
15494]
15495
15496[[package]]
15497name = "wasi"
15498version = "0.9.0+wasi-snapshot-preview1"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15501
15502[[package]]
15503name = "wasi"
15504version = "0.11.0+wasi-snapshot-preview1"
15505source = "registry+https://github.com/rust-lang/crates.io-index"
15506checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15507
15508[[package]]
15509name = "wasi"
15510version = "0.13.3+wasi-0.2.2"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15513dependencies = [
15514 "wit-bindgen-rt 0.33.0",
15515]
15516
15517[[package]]
15518name = "wasite"
15519version = "0.1.0"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15522
15523[[package]]
15524name = "wasm-bindgen"
15525version = "0.2.99"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15528dependencies = [
15529 "cfg-if",
15530 "once_cell",
15531 "wasm-bindgen-macro",
15532]
15533
15534[[package]]
15535name = "wasm-bindgen-backend"
15536version = "0.2.99"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15539dependencies = [
15540 "bumpalo",
15541 "log",
15542 "proc-macro2",
15543 "quote",
15544 "syn 2.0.100",
15545 "wasm-bindgen-shared",
15546]
15547
15548[[package]]
15549name = "wasm-bindgen-futures"
15550version = "0.4.49"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15553dependencies = [
15554 "cfg-if",
15555 "js-sys",
15556 "once_cell",
15557 "wasm-bindgen",
15558 "web-sys",
15559]
15560
15561[[package]]
15562name = "wasm-bindgen-macro"
15563version = "0.2.99"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15566dependencies = [
15567 "quote",
15568 "wasm-bindgen-macro-support",
15569]
15570
15571[[package]]
15572name = "wasm-bindgen-macro-support"
15573version = "0.2.99"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15576dependencies = [
15577 "proc-macro2",
15578 "quote",
15579 "syn 2.0.100",
15580 "wasm-bindgen-backend",
15581 "wasm-bindgen-shared",
15582]
15583
15584[[package]]
15585name = "wasm-bindgen-shared"
15586version = "0.2.99"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15589
15590[[package]]
15591name = "wasm-encoder"
15592version = "0.201.0"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15595dependencies = [
15596 "leb128",
15597]
15598
15599[[package]]
15600name = "wasm-encoder"
15601version = "0.221.3"
15602source = "registry+https://github.com/rust-lang/crates.io-index"
15603checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15604dependencies = [
15605 "leb128",
15606 "wasmparser 0.221.3",
15607]
15608
15609[[package]]
15610name = "wasm-metadata"
15611version = "0.201.0"
15612source = "registry+https://github.com/rust-lang/crates.io-index"
15613checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15614dependencies = [
15615 "anyhow",
15616 "indexmap",
15617 "serde",
15618 "serde_derive",
15619 "serde_json",
15620 "spdx",
15621 "wasm-encoder 0.201.0",
15622 "wasmparser 0.201.0",
15623]
15624
15625[[package]]
15626name = "wasm-metadata"
15627version = "0.221.3"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15630dependencies = [
15631 "anyhow",
15632 "indexmap",
15633 "serde",
15634 "serde_derive",
15635 "serde_json",
15636 "spdx",
15637 "wasm-encoder 0.221.3",
15638 "wasmparser 0.221.3",
15639]
15640
15641[[package]]
15642name = "wasm-streams"
15643version = "0.4.2"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15646dependencies = [
15647 "futures-util",
15648 "js-sys",
15649 "wasm-bindgen",
15650 "wasm-bindgen-futures",
15651 "web-sys",
15652]
15653
15654[[package]]
15655name = "wasmparser"
15656version = "0.201.0"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15659dependencies = [
15660 "bitflags 2.8.0",
15661 "indexmap",
15662 "semver",
15663]
15664
15665[[package]]
15666name = "wasmparser"
15667version = "0.221.3"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15670dependencies = [
15671 "bitflags 2.8.0",
15672 "hashbrown 0.15.2",
15673 "indexmap",
15674 "semver",
15675 "serde",
15676]
15677
15678[[package]]
15679name = "wasmprinter"
15680version = "0.221.3"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15683dependencies = [
15684 "anyhow",
15685 "termcolor",
15686 "wasmparser 0.221.3",
15687]
15688
15689[[package]]
15690name = "wasmtime"
15691version = "29.0.1"
15692source = "registry+https://github.com/rust-lang/crates.io-index"
15693checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15694dependencies = [
15695 "anyhow",
15696 "async-trait",
15697 "bitflags 2.8.0",
15698 "bumpalo",
15699 "cc",
15700 "cfg-if",
15701 "encoding_rs",
15702 "hashbrown 0.14.5",
15703 "indexmap",
15704 "libc",
15705 "log",
15706 "mach2",
15707 "memfd",
15708 "object",
15709 "once_cell",
15710 "paste",
15711 "postcard",
15712 "psm",
15713 "pulley-interpreter",
15714 "rustix",
15715 "semver",
15716 "serde",
15717 "serde_derive",
15718 "smallvec",
15719 "sptr",
15720 "target-lexicon 0.13.2",
15721 "trait-variant",
15722 "wasmparser 0.221.3",
15723 "wasmtime-asm-macros",
15724 "wasmtime-component-macro",
15725 "wasmtime-component-util",
15726 "wasmtime-cranelift",
15727 "wasmtime-environ",
15728 "wasmtime-fiber",
15729 "wasmtime-jit-icache-coherence",
15730 "wasmtime-math",
15731 "wasmtime-slab",
15732 "wasmtime-versioned-export-macros",
15733 "wasmtime-winch",
15734 "windows-sys 0.59.0",
15735]
15736
15737[[package]]
15738name = "wasmtime-asm-macros"
15739version = "29.0.1"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15742dependencies = [
15743 "cfg-if",
15744]
15745
15746[[package]]
15747name = "wasmtime-c-api-impl"
15748version = "29.0.1"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15751dependencies = [
15752 "anyhow",
15753 "log",
15754 "tracing",
15755 "wasmtime",
15756 "wasmtime-c-api-macros",
15757]
15758
15759[[package]]
15760name = "wasmtime-c-api-macros"
15761version = "29.0.1"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15764dependencies = [
15765 "proc-macro2",
15766 "quote",
15767]
15768
15769[[package]]
15770name = "wasmtime-component-macro"
15771version = "29.0.1"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15774dependencies = [
15775 "anyhow",
15776 "proc-macro2",
15777 "quote",
15778 "syn 2.0.100",
15779 "wasmtime-component-util",
15780 "wasmtime-wit-bindgen",
15781 "wit-parser 0.221.3",
15782]
15783
15784[[package]]
15785name = "wasmtime-component-util"
15786version = "29.0.1"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15789
15790[[package]]
15791name = "wasmtime-cranelift"
15792version = "29.0.1"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15795dependencies = [
15796 "anyhow",
15797 "cfg-if",
15798 "cranelift-codegen",
15799 "cranelift-control",
15800 "cranelift-entity",
15801 "cranelift-frontend",
15802 "cranelift-native",
15803 "gimli",
15804 "itertools 0.12.1",
15805 "log",
15806 "object",
15807 "smallvec",
15808 "target-lexicon 0.13.2",
15809 "thiserror 1.0.69",
15810 "wasmparser 0.221.3",
15811 "wasmtime-environ",
15812 "wasmtime-versioned-export-macros",
15813]
15814
15815[[package]]
15816name = "wasmtime-environ"
15817version = "29.0.1"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15820dependencies = [
15821 "anyhow",
15822 "cpp_demangle",
15823 "cranelift-bitset",
15824 "cranelift-entity",
15825 "gimli",
15826 "indexmap",
15827 "log",
15828 "object",
15829 "postcard",
15830 "rustc-demangle",
15831 "semver",
15832 "serde",
15833 "serde_derive",
15834 "smallvec",
15835 "target-lexicon 0.13.2",
15836 "wasm-encoder 0.221.3",
15837 "wasmparser 0.221.3",
15838 "wasmprinter",
15839 "wasmtime-component-util",
15840]
15841
15842[[package]]
15843name = "wasmtime-fiber"
15844version = "29.0.1"
15845source = "registry+https://github.com/rust-lang/crates.io-index"
15846checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15847dependencies = [
15848 "anyhow",
15849 "cc",
15850 "cfg-if",
15851 "rustix",
15852 "wasmtime-asm-macros",
15853 "wasmtime-versioned-export-macros",
15854 "windows-sys 0.59.0",
15855]
15856
15857[[package]]
15858name = "wasmtime-jit-icache-coherence"
15859version = "29.0.1"
15860source = "registry+https://github.com/rust-lang/crates.io-index"
15861checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15862dependencies = [
15863 "anyhow",
15864 "cfg-if",
15865 "libc",
15866 "windows-sys 0.59.0",
15867]
15868
15869[[package]]
15870name = "wasmtime-math"
15871version = "29.0.1"
15872source = "registry+https://github.com/rust-lang/crates.io-index"
15873checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15874dependencies = [
15875 "libm",
15876]
15877
15878[[package]]
15879name = "wasmtime-slab"
15880version = "29.0.1"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15883
15884[[package]]
15885name = "wasmtime-versioned-export-macros"
15886version = "29.0.1"
15887source = "registry+https://github.com/rust-lang/crates.io-index"
15888checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15889dependencies = [
15890 "proc-macro2",
15891 "quote",
15892 "syn 2.0.100",
15893]
15894
15895[[package]]
15896name = "wasmtime-wasi"
15897version = "29.0.1"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15900dependencies = [
15901 "anyhow",
15902 "async-trait",
15903 "bitflags 2.8.0",
15904 "bytes 1.10.1",
15905 "cap-fs-ext",
15906 "cap-net-ext",
15907 "cap-rand",
15908 "cap-std",
15909 "cap-time-ext",
15910 "fs-set-times",
15911 "futures 0.3.31",
15912 "io-extras",
15913 "io-lifetimes",
15914 "rustix",
15915 "system-interface",
15916 "thiserror 1.0.69",
15917 "tokio",
15918 "tracing",
15919 "trait-variant",
15920 "url",
15921 "wasmtime",
15922 "wiggle",
15923 "windows-sys 0.59.0",
15924]
15925
15926[[package]]
15927name = "wasmtime-winch"
15928version = "29.0.1"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15931dependencies = [
15932 "anyhow",
15933 "cranelift-codegen",
15934 "gimli",
15935 "object",
15936 "target-lexicon 0.13.2",
15937 "wasmparser 0.221.3",
15938 "wasmtime-cranelift",
15939 "wasmtime-environ",
15940 "winch-codegen",
15941]
15942
15943[[package]]
15944name = "wasmtime-wit-bindgen"
15945version = "29.0.1"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15948dependencies = [
15949 "anyhow",
15950 "heck 0.5.0",
15951 "indexmap",
15952 "wit-parser 0.221.3",
15953]
15954
15955[[package]]
15956name = "wast"
15957version = "35.0.2"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15960dependencies = [
15961 "leb128",
15962]
15963
15964[[package]]
15965name = "wayland-backend"
15966version = "0.3.8"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15969dependencies = [
15970 "cc",
15971 "downcast-rs",
15972 "rustix",
15973 "scoped-tls",
15974 "smallvec",
15975 "wayland-sys",
15976]
15977
15978[[package]]
15979name = "wayland-client"
15980version = "0.31.8"
15981source = "registry+https://github.com/rust-lang/crates.io-index"
15982checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15983dependencies = [
15984 "bitflags 2.8.0",
15985 "rustix",
15986 "wayland-backend",
15987 "wayland-scanner",
15988]
15989
15990[[package]]
15991name = "wayland-cursor"
15992version = "0.31.8"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15995dependencies = [
15996 "rustix",
15997 "wayland-client",
15998 "xcursor",
15999]
16000
16001[[package]]
16002name = "wayland-protocols"
16003version = "0.31.2"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16006dependencies = [
16007 "bitflags 2.8.0",
16008 "wayland-backend",
16009 "wayland-client",
16010 "wayland-scanner",
16011]
16012
16013[[package]]
16014name = "wayland-protocols-plasma"
16015version = "0.2.0"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16018dependencies = [
16019 "bitflags 2.8.0",
16020 "wayland-backend",
16021 "wayland-client",
16022 "wayland-protocols",
16023 "wayland-scanner",
16024]
16025
16026[[package]]
16027name = "wayland-scanner"
16028version = "0.31.6"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16031dependencies = [
16032 "proc-macro2",
16033 "quick-xml 0.37.2",
16034 "quote",
16035]
16036
16037[[package]]
16038name = "wayland-sys"
16039version = "0.31.6"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16042dependencies = [
16043 "dlib",
16044 "log",
16045 "once_cell",
16046 "pkg-config",
16047]
16048
16049[[package]]
16050name = "web-sys"
16051version = "0.3.76"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16054dependencies = [
16055 "js-sys",
16056 "wasm-bindgen",
16057]
16058
16059[[package]]
16060name = "web-time"
16061version = "1.1.0"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16064dependencies = [
16065 "js-sys",
16066 "wasm-bindgen",
16067]
16068
16069[[package]]
16070name = "webpki-root-certs"
16071version = "0.26.8"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16074dependencies = [
16075 "rustls-pki-types",
16076]
16077
16078[[package]]
16079name = "webpki-roots"
16080version = "0.26.7"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16083dependencies = [
16084 "rustls-pki-types",
16085]
16086
16087[[package]]
16088name = "webrtc-sys"
16089version = "0.3.5"
16090source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16091dependencies = [
16092 "cc",
16093 "cxx",
16094 "cxx-build",
16095 "glob",
16096 "log",
16097 "webrtc-sys-build",
16098]
16099
16100[[package]]
16101name = "webrtc-sys-build"
16102version = "0.3.5"
16103source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16104dependencies = [
16105 "fs2",
16106 "regex",
16107 "reqwest 0.11.27",
16108 "scratch",
16109 "semver",
16110 "zip",
16111]
16112
16113[[package]]
16114name = "weezl"
16115version = "0.1.8"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16118
16119[[package]]
16120name = "welcome"
16121version = "0.1.0"
16122dependencies = [
16123 "anyhow",
16124 "client",
16125 "db",
16126 "editor",
16127 "fuzzy",
16128 "gpui",
16129 "install_cli",
16130 "language",
16131 "picker",
16132 "project",
16133 "schemars",
16134 "serde",
16135 "settings",
16136 "telemetry",
16137 "ui",
16138 "util",
16139 "vim_mode_setting",
16140 "workspace",
16141 "zed_actions",
16142]
16143
16144[[package]]
16145name = "which"
16146version = "4.4.2"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16149dependencies = [
16150 "either",
16151 "home",
16152 "once_cell",
16153 "rustix",
16154]
16155
16156[[package]]
16157name = "which"
16158version = "6.0.3"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16161dependencies = [
16162 "either",
16163 "home",
16164 "rustix",
16165 "winsafe",
16166]
16167
16168[[package]]
16169name = "which"
16170version = "7.0.2"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16173dependencies = [
16174 "either",
16175 "env_home",
16176 "rustix",
16177 "winsafe",
16178]
16179
16180[[package]]
16181name = "whoami"
16182version = "1.5.2"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16185dependencies = [
16186 "redox_syscall 0.5.8",
16187 "wasite",
16188]
16189
16190[[package]]
16191name = "wiggle"
16192version = "29.0.1"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16195dependencies = [
16196 "anyhow",
16197 "async-trait",
16198 "bitflags 2.8.0",
16199 "thiserror 1.0.69",
16200 "tracing",
16201 "wasmtime",
16202 "wiggle-macro",
16203]
16204
16205[[package]]
16206name = "wiggle-generate"
16207version = "29.0.1"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16210dependencies = [
16211 "anyhow",
16212 "heck 0.5.0",
16213 "proc-macro2",
16214 "quote",
16215 "shellexpand 2.1.2",
16216 "syn 2.0.100",
16217 "witx",
16218]
16219
16220[[package]]
16221name = "wiggle-macro"
16222version = "29.0.1"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16225dependencies = [
16226 "proc-macro2",
16227 "quote",
16228 "syn 2.0.100",
16229 "wiggle-generate",
16230]
16231
16232[[package]]
16233name = "winapi"
16234version = "0.3.9"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16237dependencies = [
16238 "winapi-i686-pc-windows-gnu",
16239 "winapi-x86_64-pc-windows-gnu",
16240]
16241
16242[[package]]
16243name = "winapi-i686-pc-windows-gnu"
16244version = "0.4.0"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16247
16248[[package]]
16249name = "winapi-util"
16250version = "0.1.9"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16253dependencies = [
16254 "windows-sys 0.59.0",
16255]
16256
16257[[package]]
16258name = "winapi-x86_64-pc-windows-gnu"
16259version = "0.4.0"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16262
16263[[package]]
16264name = "winch-codegen"
16265version = "29.0.1"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16268dependencies = [
16269 "anyhow",
16270 "cranelift-codegen",
16271 "gimli",
16272 "regalloc2",
16273 "smallvec",
16274 "target-lexicon 0.13.2",
16275 "thiserror 1.0.69",
16276 "wasmparser 0.221.3",
16277 "wasmtime-cranelift",
16278 "wasmtime-environ",
16279]
16280
16281[[package]]
16282name = "windows"
16283version = "0.54.0"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16286dependencies = [
16287 "windows-core 0.54.0",
16288 "windows-targets 0.52.6",
16289]
16290
16291[[package]]
16292name = "windows"
16293version = "0.57.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16296dependencies = [
16297 "windows-core 0.57.0",
16298 "windows-targets 0.52.6",
16299]
16300
16301[[package]]
16302name = "windows"
16303version = "0.58.0"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16306dependencies = [
16307 "windows-core 0.58.0",
16308 "windows-targets 0.52.6",
16309]
16310
16311[[package]]
16312name = "windows"
16313version = "0.60.0"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16316dependencies = [
16317 "windows-collections",
16318 "windows-core 0.60.1",
16319 "windows-future",
16320 "windows-link",
16321 "windows-numerics",
16322]
16323
16324[[package]]
16325name = "windows-collections"
16326version = "0.1.1"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16329dependencies = [
16330 "windows-core 0.60.1",
16331]
16332
16333[[package]]
16334name = "windows-core"
16335version = "0.52.0"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16338dependencies = [
16339 "windows-targets 0.52.6",
16340]
16341
16342[[package]]
16343name = "windows-core"
16344version = "0.54.0"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16347dependencies = [
16348 "windows-result 0.1.2",
16349 "windows-targets 0.52.6",
16350]
16351
16352[[package]]
16353name = "windows-core"
16354version = "0.57.0"
16355source = "registry+https://github.com/rust-lang/crates.io-index"
16356checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16357dependencies = [
16358 "windows-implement 0.57.0",
16359 "windows-interface 0.57.0",
16360 "windows-result 0.1.2",
16361 "windows-targets 0.52.6",
16362]
16363
16364[[package]]
16365name = "windows-core"
16366version = "0.58.0"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16369dependencies = [
16370 "windows-implement 0.58.0",
16371 "windows-interface 0.58.0",
16372 "windows-result 0.2.0",
16373 "windows-strings 0.1.0",
16374 "windows-targets 0.52.6",
16375]
16376
16377[[package]]
16378name = "windows-core"
16379version = "0.60.1"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16382dependencies = [
16383 "windows-implement 0.59.0",
16384 "windows-interface 0.59.0",
16385 "windows-link",
16386 "windows-result 0.3.1",
16387 "windows-strings 0.3.1",
16388]
16389
16390[[package]]
16391name = "windows-future"
16392version = "0.1.1"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16395dependencies = [
16396 "windows-core 0.60.1",
16397 "windows-link",
16398]
16399
16400[[package]]
16401name = "windows-implement"
16402version = "0.57.0"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16405dependencies = [
16406 "proc-macro2",
16407 "quote",
16408 "syn 2.0.100",
16409]
16410
16411[[package]]
16412name = "windows-implement"
16413version = "0.58.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16416dependencies = [
16417 "proc-macro2",
16418 "quote",
16419 "syn 2.0.100",
16420]
16421
16422[[package]]
16423name = "windows-implement"
16424version = "0.59.0"
16425source = "registry+https://github.com/rust-lang/crates.io-index"
16426checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16427dependencies = [
16428 "proc-macro2",
16429 "quote",
16430 "syn 2.0.100",
16431]
16432
16433[[package]]
16434name = "windows-interface"
16435version = "0.57.0"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16438dependencies = [
16439 "proc-macro2",
16440 "quote",
16441 "syn 2.0.100",
16442]
16443
16444[[package]]
16445name = "windows-interface"
16446version = "0.58.0"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16449dependencies = [
16450 "proc-macro2",
16451 "quote",
16452 "syn 2.0.100",
16453]
16454
16455[[package]]
16456name = "windows-interface"
16457version = "0.59.0"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16460dependencies = [
16461 "proc-macro2",
16462 "quote",
16463 "syn 2.0.100",
16464]
16465
16466[[package]]
16467name = "windows-link"
16468version = "0.1.0"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16471
16472[[package]]
16473name = "windows-numerics"
16474version = "0.1.1"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16477dependencies = [
16478 "windows-core 0.60.1",
16479 "windows-link",
16480]
16481
16482[[package]]
16483name = "windows-registry"
16484version = "0.2.0"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16487dependencies = [
16488 "windows-result 0.2.0",
16489 "windows-strings 0.1.0",
16490 "windows-targets 0.52.6",
16491]
16492
16493[[package]]
16494name = "windows-result"
16495version = "0.1.2"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16498dependencies = [
16499 "windows-targets 0.52.6",
16500]
16501
16502[[package]]
16503name = "windows-result"
16504version = "0.2.0"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16507dependencies = [
16508 "windows-targets 0.52.6",
16509]
16510
16511[[package]]
16512name = "windows-result"
16513version = "0.3.1"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16516dependencies = [
16517 "windows-link",
16518]
16519
16520[[package]]
16521name = "windows-strings"
16522version = "0.1.0"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16525dependencies = [
16526 "windows-result 0.2.0",
16527 "windows-targets 0.52.6",
16528]
16529
16530[[package]]
16531name = "windows-strings"
16532version = "0.3.1"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16535dependencies = [
16536 "windows-link",
16537]
16538
16539[[package]]
16540name = "windows-sys"
16541version = "0.45.0"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16544dependencies = [
16545 "windows-targets 0.42.2",
16546]
16547
16548[[package]]
16549name = "windows-sys"
16550version = "0.48.0"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16553dependencies = [
16554 "windows-targets 0.48.5",
16555]
16556
16557[[package]]
16558name = "windows-sys"
16559version = "0.52.0"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16562dependencies = [
16563 "windows-targets 0.52.6",
16564]
16565
16566[[package]]
16567name = "windows-sys"
16568version = "0.59.0"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16571dependencies = [
16572 "windows-targets 0.52.6",
16573]
16574
16575[[package]]
16576name = "windows-targets"
16577version = "0.42.2"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16580dependencies = [
16581 "windows_aarch64_gnullvm 0.42.2",
16582 "windows_aarch64_msvc 0.42.2",
16583 "windows_i686_gnu 0.42.2",
16584 "windows_i686_msvc 0.42.2",
16585 "windows_x86_64_gnu 0.42.2",
16586 "windows_x86_64_gnullvm 0.42.2",
16587 "windows_x86_64_msvc 0.42.2",
16588]
16589
16590[[package]]
16591name = "windows-targets"
16592version = "0.48.5"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16595dependencies = [
16596 "windows_aarch64_gnullvm 0.48.5",
16597 "windows_aarch64_msvc 0.48.5",
16598 "windows_i686_gnu 0.48.5",
16599 "windows_i686_msvc 0.48.5",
16600 "windows_x86_64_gnu 0.48.5",
16601 "windows_x86_64_gnullvm 0.48.5",
16602 "windows_x86_64_msvc 0.48.5",
16603]
16604
16605[[package]]
16606name = "windows-targets"
16607version = "0.52.6"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16610dependencies = [
16611 "windows_aarch64_gnullvm 0.52.6",
16612 "windows_aarch64_msvc 0.52.6",
16613 "windows_i686_gnu 0.52.6",
16614 "windows_i686_gnullvm",
16615 "windows_i686_msvc 0.52.6",
16616 "windows_x86_64_gnu 0.52.6",
16617 "windows_x86_64_gnullvm 0.52.6",
16618 "windows_x86_64_msvc 0.52.6",
16619]
16620
16621[[package]]
16622name = "windows_aarch64_gnullvm"
16623version = "0.42.2"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16626
16627[[package]]
16628name = "windows_aarch64_gnullvm"
16629version = "0.48.5"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16632
16633[[package]]
16634name = "windows_aarch64_gnullvm"
16635version = "0.52.6"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16638
16639[[package]]
16640name = "windows_aarch64_msvc"
16641version = "0.42.2"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16644
16645[[package]]
16646name = "windows_aarch64_msvc"
16647version = "0.48.5"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16650
16651[[package]]
16652name = "windows_aarch64_msvc"
16653version = "0.52.6"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16656
16657[[package]]
16658name = "windows_i686_gnu"
16659version = "0.42.2"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16662
16663[[package]]
16664name = "windows_i686_gnu"
16665version = "0.48.5"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16668
16669[[package]]
16670name = "windows_i686_gnu"
16671version = "0.52.6"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16674
16675[[package]]
16676name = "windows_i686_gnullvm"
16677version = "0.52.6"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16680
16681[[package]]
16682name = "windows_i686_msvc"
16683version = "0.42.2"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16686
16687[[package]]
16688name = "windows_i686_msvc"
16689version = "0.48.5"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16692
16693[[package]]
16694name = "windows_i686_msvc"
16695version = "0.52.6"
16696source = "registry+https://github.com/rust-lang/crates.io-index"
16697checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16698
16699[[package]]
16700name = "windows_x86_64_gnu"
16701version = "0.42.2"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16704
16705[[package]]
16706name = "windows_x86_64_gnu"
16707version = "0.48.5"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16710
16711[[package]]
16712name = "windows_x86_64_gnu"
16713version = "0.52.6"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16716
16717[[package]]
16718name = "windows_x86_64_gnullvm"
16719version = "0.42.2"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16722
16723[[package]]
16724name = "windows_x86_64_gnullvm"
16725version = "0.48.5"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16728
16729[[package]]
16730name = "windows_x86_64_gnullvm"
16731version = "0.52.6"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16734
16735[[package]]
16736name = "windows_x86_64_msvc"
16737version = "0.42.2"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16740
16741[[package]]
16742name = "windows_x86_64_msvc"
16743version = "0.48.5"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16746
16747[[package]]
16748name = "windows_x86_64_msvc"
16749version = "0.52.6"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16752
16753[[package]]
16754name = "winnow"
16755version = "0.6.20"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16758dependencies = [
16759 "memchr",
16760]
16761
16762[[package]]
16763name = "winnow"
16764version = "0.7.1"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16767dependencies = [
16768 "memchr",
16769]
16770
16771[[package]]
16772name = "winreg"
16773version = "0.50.0"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16776dependencies = [
16777 "cfg-if",
16778 "windows-sys 0.48.0",
16779]
16780
16781[[package]]
16782name = "winreg"
16783version = "0.52.0"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16786dependencies = [
16787 "cfg-if",
16788 "windows-sys 0.48.0",
16789]
16790
16791[[package]]
16792name = "winresource"
16793version = "0.1.19"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16796dependencies = [
16797 "toml 0.8.20",
16798 "version_check",
16799]
16800
16801[[package]]
16802name = "winsafe"
16803version = "0.0.19"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16806
16807[[package]]
16808name = "winx"
16809version = "0.36.4"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16812dependencies = [
16813 "bitflags 2.8.0",
16814 "windows-sys 0.59.0",
16815]
16816
16817[[package]]
16818name = "wio"
16819version = "0.2.2"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16822dependencies = [
16823 "winapi",
16824]
16825
16826[[package]]
16827name = "wit-bindgen"
16828version = "0.22.0"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16831dependencies = [
16832 "bitflags 2.8.0",
16833 "wit-bindgen-rt 0.22.0",
16834 "wit-bindgen-rust-macro",
16835]
16836
16837[[package]]
16838name = "wit-bindgen-core"
16839version = "0.22.0"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16842dependencies = [
16843 "anyhow",
16844 "wit-parser 0.201.0",
16845]
16846
16847[[package]]
16848name = "wit-bindgen-rt"
16849version = "0.22.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16852
16853[[package]]
16854name = "wit-bindgen-rt"
16855version = "0.33.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16858dependencies = [
16859 "bitflags 2.8.0",
16860]
16861
16862[[package]]
16863name = "wit-bindgen-rust"
16864version = "0.22.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16867dependencies = [
16868 "anyhow",
16869 "heck 0.4.1",
16870 "indexmap",
16871 "wasm-metadata 0.201.0",
16872 "wit-bindgen-core",
16873 "wit-component 0.201.0",
16874]
16875
16876[[package]]
16877name = "wit-bindgen-rust-macro"
16878version = "0.22.0"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16881dependencies = [
16882 "anyhow",
16883 "proc-macro2",
16884 "quote",
16885 "syn 2.0.100",
16886 "wit-bindgen-core",
16887 "wit-bindgen-rust",
16888]
16889
16890[[package]]
16891name = "wit-component"
16892version = "0.201.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16895dependencies = [
16896 "anyhow",
16897 "bitflags 2.8.0",
16898 "indexmap",
16899 "log",
16900 "serde",
16901 "serde_derive",
16902 "serde_json",
16903 "wasm-encoder 0.201.0",
16904 "wasm-metadata 0.201.0",
16905 "wasmparser 0.201.0",
16906 "wit-parser 0.201.0",
16907]
16908
16909[[package]]
16910name = "wit-component"
16911version = "0.221.3"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16914dependencies = [
16915 "anyhow",
16916 "bitflags 2.8.0",
16917 "indexmap",
16918 "log",
16919 "serde",
16920 "serde_derive",
16921 "serde_json",
16922 "wasm-encoder 0.221.3",
16923 "wasm-metadata 0.221.3",
16924 "wasmparser 0.221.3",
16925 "wit-parser 0.221.3",
16926]
16927
16928[[package]]
16929name = "wit-parser"
16930version = "0.201.0"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16933dependencies = [
16934 "anyhow",
16935 "id-arena",
16936 "indexmap",
16937 "log",
16938 "semver",
16939 "serde",
16940 "serde_derive",
16941 "serde_json",
16942 "unicode-xid",
16943 "wasmparser 0.201.0",
16944]
16945
16946[[package]]
16947name = "wit-parser"
16948version = "0.221.3"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16951dependencies = [
16952 "anyhow",
16953 "id-arena",
16954 "indexmap",
16955 "log",
16956 "semver",
16957 "serde",
16958 "serde_derive",
16959 "serde_json",
16960 "unicode-xid",
16961 "wasmparser 0.221.3",
16962]
16963
16964[[package]]
16965name = "witx"
16966version = "0.9.1"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16969dependencies = [
16970 "anyhow",
16971 "log",
16972 "thiserror 1.0.69",
16973 "wast",
16974]
16975
16976[[package]]
16977name = "workspace"
16978version = "0.1.0"
16979dependencies = [
16980 "any_vec",
16981 "anyhow",
16982 "async-recursion 1.1.1",
16983 "bincode",
16984 "call",
16985 "client",
16986 "clock",
16987 "collections",
16988 "component",
16989 "db",
16990 "derive_more",
16991 "env_logger 0.11.7",
16992 "fs",
16993 "futures 0.3.31",
16994 "gpui",
16995 "http_client",
16996 "itertools 0.14.0",
16997 "language",
16998 "log",
16999 "node_runtime",
17000 "parking_lot",
17001 "postage",
17002 "project",
17003 "remote",
17004 "schemars",
17005 "serde",
17006 "serde_json",
17007 "session",
17008 "settings",
17009 "smallvec",
17010 "sqlez",
17011 "strum",
17012 "task",
17013 "telemetry",
17014 "tempfile",
17015 "theme",
17016 "ui",
17017 "util",
17018 "uuid",
17019 "zed_actions",
17020]
17021
17022[[package]]
17023name = "worktree"
17024version = "0.1.0"
17025dependencies = [
17026 "anyhow",
17027 "clock",
17028 "collections",
17029 "env_logger 0.11.7",
17030 "fs",
17031 "futures 0.3.31",
17032 "fuzzy",
17033 "git",
17034 "git2",
17035 "git_hosting_providers",
17036 "gpui",
17037 "http_client",
17038 "ignore",
17039 "language",
17040 "log",
17041 "parking_lot",
17042 "paths",
17043 "postage",
17044 "pretty_assertions",
17045 "rand 0.8.5",
17046 "rpc",
17047 "schemars",
17048 "serde",
17049 "serde_json",
17050 "settings",
17051 "smallvec",
17052 "smol",
17053 "sum_tree",
17054 "text",
17055 "util",
17056]
17057
17058[[package]]
17059name = "write16"
17060version = "1.0.0"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17063
17064[[package]]
17065name = "writeable"
17066version = "0.5.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17069
17070[[package]]
17071name = "wyz"
17072version = "0.5.1"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17075dependencies = [
17076 "tap",
17077]
17078
17079[[package]]
17080name = "x11-clipboard"
17081version = "0.9.3"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17084dependencies = [
17085 "libc",
17086 "x11rb",
17087]
17088
17089[[package]]
17090name = "x11rb"
17091version = "0.13.1"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17094dependencies = [
17095 "as-raw-xcb-connection",
17096 "gethostname",
17097 "libc",
17098 "rustix",
17099 "x11rb-protocol",
17100]
17101
17102[[package]]
17103name = "x11rb-protocol"
17104version = "0.13.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17107
17108[[package]]
17109name = "xattr"
17110version = "0.2.3"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17113dependencies = [
17114 "libc",
17115]
17116
17117[[package]]
17118name = "xcursor"
17119version = "0.3.8"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17122
17123[[package]]
17124name = "xdg-home"
17125version = "1.3.0"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17128dependencies = [
17129 "libc",
17130 "windows-sys 0.59.0",
17131]
17132
17133[[package]]
17134name = "xim"
17135version = "0.4.0"
17136source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17137dependencies = [
17138 "ahash 0.8.11",
17139 "hashbrown 0.14.5",
17140 "log",
17141 "x11rb",
17142 "xim-ctext",
17143 "xim-parser",
17144]
17145
17146[[package]]
17147name = "xim-ctext"
17148version = "0.3.0"
17149source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17150dependencies = [
17151 "encoding_rs",
17152]
17153
17154[[package]]
17155name = "xim-parser"
17156version = "0.2.1"
17157source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17158dependencies = [
17159 "bitflags 2.8.0",
17160]
17161
17162[[package]]
17163name = "xkbcommon"
17164version = "0.7.0"
17165source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17166dependencies = [
17167 "as-raw-xcb-connection",
17168 "libc",
17169 "memmap2",
17170 "xkeysym",
17171]
17172
17173[[package]]
17174name = "xkeysym"
17175version = "0.2.1"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17178
17179[[package]]
17180name = "xml5ever"
17181version = "0.18.1"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17184dependencies = [
17185 "log",
17186 "mac",
17187 "markup5ever",
17188]
17189
17190[[package]]
17191name = "xmlparser"
17192version = "0.13.6"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17195
17196[[package]]
17197name = "xmlwriter"
17198version = "0.1.0"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17201
17202[[package]]
17203name = "xtask"
17204version = "0.1.0"
17205dependencies = [
17206 "anyhow",
17207 "cargo_metadata",
17208 "cargo_toml",
17209 "clap",
17210]
17211
17212[[package]]
17213name = "yaml-rust2"
17214version = "0.8.1"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17217dependencies = [
17218 "arraydeque",
17219 "encoding_rs",
17220 "hashlink 0.8.4",
17221]
17222
17223[[package]]
17224name = "yansi"
17225version = "1.0.1"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17228
17229[[package]]
17230name = "yazi"
17231version = "0.1.6"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17234
17235[[package]]
17236name = "yeslogic-fontconfig-sys"
17237version = "6.0.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17240dependencies = [
17241 "dlib",
17242 "once_cell",
17243 "pkg-config",
17244]
17245
17246[[package]]
17247name = "yoke"
17248version = "0.7.5"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17251dependencies = [
17252 "serde",
17253 "stable_deref_trait",
17254 "yoke-derive",
17255 "zerofrom",
17256]
17257
17258[[package]]
17259name = "yoke-derive"
17260version = "0.7.5"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17263dependencies = [
17264 "proc-macro2",
17265 "quote",
17266 "syn 2.0.100",
17267 "synstructure",
17268]
17269
17270[[package]]
17271name = "zbus"
17272version = "5.5.0"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17275dependencies = [
17276 "async-broadcast",
17277 "async-executor",
17278 "async-fs",
17279 "async-io",
17280 "async-lock",
17281 "async-process",
17282 "async-recursion 1.1.1",
17283 "async-task",
17284 "async-trait",
17285 "blocking",
17286 "enumflags2",
17287 "event-listener 5.3.1",
17288 "futures-core",
17289 "futures-lite 2.6.0",
17290 "hex",
17291 "nix",
17292 "ordered-stream",
17293 "serde",
17294 "serde_repr",
17295 "static_assertions",
17296 "tracing",
17297 "uds_windows",
17298 "windows-sys 0.59.0",
17299 "winnow 0.7.1",
17300 "xdg-home",
17301 "zbus_macros",
17302 "zbus_names",
17303 "zvariant",
17304]
17305
17306[[package]]
17307name = "zbus_macros"
17308version = "5.5.0"
17309source = "registry+https://github.com/rust-lang/crates.io-index"
17310checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17311dependencies = [
17312 "proc-macro-crate",
17313 "proc-macro2",
17314 "quote",
17315 "syn 2.0.100",
17316 "zbus_names",
17317 "zvariant",
17318 "zvariant_utils",
17319]
17320
17321[[package]]
17322name = "zbus_names"
17323version = "4.1.0"
17324source = "registry+https://github.com/rust-lang/crates.io-index"
17325checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17326dependencies = [
17327 "serde",
17328 "static_assertions",
17329 "winnow 0.6.20",
17330 "zvariant",
17331]
17332
17333[[package]]
17334name = "zed"
17335version = "0.180.0"
17336dependencies = [
17337 "activity_indicator",
17338 "anyhow",
17339 "ashpd",
17340 "assets",
17341 "assistant",
17342 "assistant2",
17343 "assistant_context_editor",
17344 "assistant_settings",
17345 "assistant_tools",
17346 "async-watch",
17347 "audio",
17348 "auto_update",
17349 "auto_update_ui",
17350 "backtrace",
17351 "breadcrumbs",
17352 "call",
17353 "channel",
17354 "chrono",
17355 "clap",
17356 "cli",
17357 "client",
17358 "collab_ui",
17359 "collections",
17360 "command_palette",
17361 "command_palette_hooks",
17362 "component_preview",
17363 "copilot",
17364 "db",
17365 "debugger_tools",
17366 "debugger_ui",
17367 "diagnostics",
17368 "editor",
17369 "env_logger 0.11.7",
17370 "extension",
17371 "extension_host",
17372 "extensions_ui",
17373 "feature_flags",
17374 "feedback",
17375 "file_finder",
17376 "fs",
17377 "futures 0.3.31",
17378 "git",
17379 "git_hosting_providers",
17380 "git_ui",
17381 "go_to_line",
17382 "gpui",
17383 "gpui_tokio",
17384 "http_client",
17385 "image_viewer",
17386 "inline_completion_button",
17387 "install_cli",
17388 "journal",
17389 "language",
17390 "language_extension",
17391 "language_model",
17392 "language_models",
17393 "language_selector",
17394 "language_tools",
17395 "languages",
17396 "libc",
17397 "log",
17398 "markdown_preview",
17399 "menu",
17400 "migrator",
17401 "mimalloc",
17402 "nix",
17403 "node_runtime",
17404 "notifications",
17405 "outline",
17406 "outline_panel",
17407 "parking_lot",
17408 "paths",
17409 "picker",
17410 "profiling",
17411 "project",
17412 "project_panel",
17413 "project_symbols",
17414 "prompt_store",
17415 "proto",
17416 "recent_projects",
17417 "release_channel",
17418 "remote",
17419 "repl",
17420 "reqwest_client",
17421 "rope",
17422 "search",
17423 "serde",
17424 "serde_json",
17425 "session",
17426 "settings",
17427 "settings_ui",
17428 "shellexpand 2.1.2",
17429 "simplelog",
17430 "smol",
17431 "snippet_provider",
17432 "snippets_ui",
17433 "supermaven",
17434 "sysinfo",
17435 "tab_switcher",
17436 "task",
17437 "tasks_ui",
17438 "telemetry",
17439 "telemetry_events",
17440 "terminal_view",
17441 "theme",
17442 "theme_extension",
17443 "theme_selector",
17444 "time",
17445 "toolchain_selector",
17446 "tree-sitter-md",
17447 "tree-sitter-rust",
17448 "ui",
17449 "ui_prompt",
17450 "url",
17451 "urlencoding",
17452 "util",
17453 "uuid",
17454 "vim",
17455 "vim_mode_setting",
17456 "welcome",
17457 "windows 0.60.0",
17458 "winresource",
17459 "workspace",
17460 "zed_actions",
17461 "zeta",
17462]
17463
17464[[package]]
17465name = "zed_actions"
17466version = "0.1.0"
17467dependencies = [
17468 "gpui",
17469 "schemars",
17470 "serde",
17471]
17472
17473[[package]]
17474name = "zed_emmet"
17475version = "0.0.3"
17476dependencies = [
17477 "zed_extension_api 0.1.0",
17478]
17479
17480[[package]]
17481name = "zed_extension_api"
17482version = "0.1.0"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17485dependencies = [
17486 "serde",
17487 "serde_json",
17488 "wit-bindgen",
17489]
17490
17491[[package]]
17492name = "zed_extension_api"
17493version = "0.3.0"
17494dependencies = [
17495 "serde",
17496 "serde_json",
17497 "wit-bindgen",
17498]
17499
17500[[package]]
17501name = "zed_glsl"
17502version = "0.1.0"
17503dependencies = [
17504 "zed_extension_api 0.1.0",
17505]
17506
17507[[package]]
17508name = "zed_html"
17509version = "0.1.6"
17510dependencies = [
17511 "zed_extension_api 0.1.0",
17512]
17513
17514[[package]]
17515name = "zed_llm_client"
17516version = "0.4.1"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17519dependencies = [
17520 "serde",
17521 "serde_json",
17522 "uuid",
17523]
17524
17525[[package]]
17526name = "zed_proto"
17527version = "0.2.1"
17528dependencies = [
17529 "zed_extension_api 0.1.0",
17530]
17531
17532[[package]]
17533name = "zed_ruff"
17534version = "0.1.0"
17535dependencies = [
17536 "zed_extension_api 0.1.0",
17537]
17538
17539[[package]]
17540name = "zed_snippets"
17541version = "0.0.5"
17542dependencies = [
17543 "serde_json",
17544 "zed_extension_api 0.1.0",
17545]
17546
17547[[package]]
17548name = "zed_test_extension"
17549version = "0.1.0"
17550dependencies = [
17551 "zed_extension_api 0.3.0",
17552]
17553
17554[[package]]
17555name = "zed_toml"
17556version = "0.1.3"
17557dependencies = [
17558 "zed_extension_api 0.1.0",
17559]
17560
17561[[package]]
17562name = "zeno"
17563version = "0.2.3"
17564source = "registry+https://github.com/rust-lang/crates.io-index"
17565checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17566
17567[[package]]
17568name = "zerocopy"
17569version = "0.7.35"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17572dependencies = [
17573 "byteorder",
17574 "zerocopy-derive 0.7.35",
17575]
17576
17577[[package]]
17578name = "zerocopy"
17579version = "0.8.18"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17582dependencies = [
17583 "zerocopy-derive 0.8.18",
17584]
17585
17586[[package]]
17587name = "zerocopy-derive"
17588version = "0.7.35"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17591dependencies = [
17592 "proc-macro2",
17593 "quote",
17594 "syn 2.0.100",
17595]
17596
17597[[package]]
17598name = "zerocopy-derive"
17599version = "0.8.18"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17602dependencies = [
17603 "proc-macro2",
17604 "quote",
17605 "syn 2.0.100",
17606]
17607
17608[[package]]
17609name = "zerofrom"
17610version = "0.1.5"
17611source = "registry+https://github.com/rust-lang/crates.io-index"
17612checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17613dependencies = [
17614 "zerofrom-derive",
17615]
17616
17617[[package]]
17618name = "zerofrom-derive"
17619version = "0.1.5"
17620source = "registry+https://github.com/rust-lang/crates.io-index"
17621checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17622dependencies = [
17623 "proc-macro2",
17624 "quote",
17625 "syn 2.0.100",
17626 "synstructure",
17627]
17628
17629[[package]]
17630name = "zeroize"
17631version = "1.8.1"
17632source = "registry+https://github.com/rust-lang/crates.io-index"
17633checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17634dependencies = [
17635 "zeroize_derive",
17636]
17637
17638[[package]]
17639name = "zeroize_derive"
17640version = "1.4.2"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17643dependencies = [
17644 "proc-macro2",
17645 "quote",
17646 "syn 2.0.100",
17647]
17648
17649[[package]]
17650name = "zeromq"
17651version = "0.5.0-pre"
17652source = "registry+https://github.com/rust-lang/crates.io-index"
17653checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17654dependencies = [
17655 "async-dispatcher",
17656 "async-std",
17657 "async-trait",
17658 "asynchronous-codec",
17659 "bytes 1.10.1",
17660 "crossbeam-queue",
17661 "dashmap 5.5.3",
17662 "futures 0.3.31",
17663 "log",
17664 "num-traits",
17665 "once_cell",
17666 "parking_lot",
17667 "rand 0.8.5",
17668 "regex",
17669 "thiserror 1.0.69",
17670 "uuid",
17671]
17672
17673[[package]]
17674name = "zerovec"
17675version = "0.10.4"
17676source = "registry+https://github.com/rust-lang/crates.io-index"
17677checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17678dependencies = [
17679 "yoke",
17680 "zerofrom",
17681 "zerovec-derive",
17682]
17683
17684[[package]]
17685name = "zerovec-derive"
17686version = "0.10.3"
17687source = "registry+https://github.com/rust-lang/crates.io-index"
17688checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17689dependencies = [
17690 "proc-macro2",
17691 "quote",
17692 "syn 2.0.100",
17693]
17694
17695[[package]]
17696name = "zeta"
17697version = "0.1.0"
17698dependencies = [
17699 "anyhow",
17700 "arrayvec",
17701 "call",
17702 "chrono",
17703 "client",
17704 "clock",
17705 "collections",
17706 "command_palette_hooks",
17707 "ctor",
17708 "db",
17709 "editor",
17710 "env_logger 0.11.7",
17711 "feature_flags",
17712 "fs",
17713 "futures 0.3.31",
17714 "gpui",
17715 "http_client",
17716 "indoc",
17717 "inline_completion",
17718 "language",
17719 "language_model",
17720 "log",
17721 "menu",
17722 "migrator",
17723 "paths",
17724 "postage",
17725 "project",
17726 "regex",
17727 "release_channel",
17728 "reqwest_client",
17729 "rpc",
17730 "serde",
17731 "serde_json",
17732 "settings",
17733 "telemetry",
17734 "telemetry_events",
17735 "theme",
17736 "thiserror 1.0.69",
17737 "tree-sitter-go",
17738 "tree-sitter-rust",
17739 "ui",
17740 "unindent",
17741 "util",
17742 "uuid",
17743 "workspace",
17744 "worktree",
17745 "zed_actions",
17746 "zed_llm_client",
17747]
17748
17749[[package]]
17750name = "zip"
17751version = "0.6.6"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17754dependencies = [
17755 "aes",
17756 "byteorder",
17757 "bzip2",
17758 "constant_time_eq 0.1.5",
17759 "crc32fast",
17760 "crossbeam-utils",
17761 "flate2",
17762 "hmac",
17763 "pbkdf2 0.11.0",
17764 "sha1",
17765 "time",
17766 "zstd",
17767]
17768
17769[[package]]
17770name = "zstd"
17771version = "0.11.2+zstd.1.5.2"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17774dependencies = [
17775 "zstd-safe",
17776]
17777
17778[[package]]
17779name = "zstd-safe"
17780version = "5.0.2+zstd.1.5.2"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17783dependencies = [
17784 "libc",
17785 "zstd-sys",
17786]
17787
17788[[package]]
17789name = "zstd-sys"
17790version = "2.0.13+zstd.1.5.6"
17791source = "registry+https://github.com/rust-lang/crates.io-index"
17792checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17793dependencies = [
17794 "cc",
17795 "pkg-config",
17796]
17797
17798[[package]]
17799name = "zune-core"
17800version = "0.4.12"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17803
17804[[package]]
17805name = "zune-inflate"
17806version = "0.2.54"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17809dependencies = [
17810 "simd-adler32",
17811]
17812
17813[[package]]
17814name = "zune-jpeg"
17815version = "0.4.13"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17818dependencies = [
17819 "zune-core",
17820]
17821
17822[[package]]
17823name = "zvariant"
17824version = "5.4.0"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17827dependencies = [
17828 "endi",
17829 "enumflags2",
17830 "serde",
17831 "static_assertions",
17832 "url",
17833 "winnow 0.7.1",
17834 "zvariant_derive",
17835 "zvariant_utils",
17836]
17837
17838[[package]]
17839name = "zvariant_derive"
17840version = "5.4.0"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17843dependencies = [
17844 "proc-macro-crate",
17845 "proc-macro2",
17846 "quote",
17847 "syn 2.0.100",
17848 "zvariant_utils",
17849]
17850
17851[[package]]
17852name = "zvariant_utils"
17853version = "3.2.0"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17856dependencies = [
17857 "proc-macro2",
17858 "quote",
17859 "serde",
17860 "static_assertions",
17861 "syn 2.0.100",
17862 "winnow 0.7.1",
17863]