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 2.0.12",
  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 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indexmap",
  476 "indoc",
  477 "itertools 0.14.0",
  478 "language",
  479 "language_model",
  480 "language_model_selector",
  481 "log",
  482 "lsp",
  483 "markdown",
  484 "menu",
  485 "multi_buffer",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "rope",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smallvec",
  499 "smol",
  500 "streaming_diff",
  501 "telemetry",
  502 "telemetry_events",
  503 "terminal",
  504 "terminal_view",
  505 "text",
  506 "theme",
  507 "time",
  508 "time_format",
  509 "ui",
  510 "util",
  511 "uuid",
  512 "vim_mode_setting",
  513 "workspace",
  514 "zed_actions",
  515]
  516
  517[[package]]
  518name = "assistant_context_editor"
  519version = "0.1.0"
  520dependencies = [
  521 "anyhow",
  522 "assistant_settings",
  523 "assistant_slash_command",
  524 "assistant_slash_commands",
  525 "chrono",
  526 "client",
  527 "clock",
  528 "collections",
  529 "context_server",
  530 "editor",
  531 "fs",
  532 "futures 0.3.31",
  533 "fuzzy",
  534 "gpui",
  535 "indexed_docs",
  536 "language",
  537 "language_model",
  538 "language_model_selector",
  539 "languages",
  540 "log",
  541 "multi_buffer",
  542 "open_ai",
  543 "parking_lot",
  544 "paths",
  545 "picker",
  546 "pretty_assertions",
  547 "project",
  548 "prompt_store",
  549 "rand 0.8.5",
  550 "regex",
  551 "rope",
  552 "rpc",
  553 "serde",
  554 "serde_json",
  555 "settings",
  556 "smallvec",
  557 "smol",
  558 "strum",
  559 "telemetry_events",
  560 "text",
  561 "theme",
  562 "tree-sitter-md",
  563 "ui",
  564 "unindent",
  565 "util",
  566 "uuid",
  567 "workspace",
  568]
  569
  570[[package]]
  571name = "assistant_eval"
  572version = "0.1.0"
  573dependencies = [
  574 "anyhow",
  575 "assistant2",
  576 "assistant_tool",
  577 "assistant_tools",
  578 "clap",
  579 "client",
  580 "collections",
  581 "context_server",
  582 "env_logger 0.11.7",
  583 "fs",
  584 "futures 0.3.31",
  585 "gpui",
  586 "gpui_tokio",
  587 "itertools 0.14.0",
  588 "language",
  589 "language_model",
  590 "language_models",
  591 "node_runtime",
  592 "project",
  593 "prompt_store",
  594 "regex",
  595 "release_channel",
  596 "reqwest_client",
  597 "serde",
  598 "serde_json",
  599 "serde_json_lenient",
  600 "settings",
  601 "smol",
  602 "util",
  603]
  604
  605[[package]]
  606name = "assistant_settings"
  607version = "0.1.0"
  608dependencies = [
  609 "anthropic",
  610 "anyhow",
  611 "deepseek",
  612 "feature_flags",
  613 "fs",
  614 "gpui",
  615 "indexmap",
  616 "language_model",
  617 "lmstudio",
  618 "log",
  619 "ollama",
  620 "open_ai",
  621 "paths",
  622 "schemars",
  623 "serde",
  624 "serde_json_lenient",
  625 "settings",
  626]
  627
  628[[package]]
  629name = "assistant_slash_command"
  630version = "0.1.0"
  631dependencies = [
  632 "anyhow",
  633 "async-trait",
  634 "collections",
  635 "derive_more",
  636 "extension",
  637 "futures 0.3.31",
  638 "gpui",
  639 "language",
  640 "language_model",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "serde",
  644 "serde_json",
  645 "ui",
  646 "workspace",
  647]
  648
  649[[package]]
  650name = "assistant_slash_commands"
  651version = "0.1.0"
  652dependencies = [
  653 "anyhow",
  654 "assistant_slash_command",
  655 "cargo_toml",
  656 "chrono",
  657 "collections",
  658 "context_server",
  659 "editor",
  660 "env_logger 0.11.7",
  661 "feature_flags",
  662 "fs",
  663 "futures 0.3.31",
  664 "fuzzy",
  665 "globset",
  666 "gpui",
  667 "html_to_markdown",
  668 "http_client",
  669 "indexed_docs",
  670 "language",
  671 "language_model",
  672 "log",
  673 "pretty_assertions",
  674 "project",
  675 "prompt_store",
  676 "rope",
  677 "schemars",
  678 "semantic_index",
  679 "serde",
  680 "serde_json",
  681 "settings",
  682 "smol",
  683 "terminal_view",
  684 "text",
  685 "toml 0.8.20",
  686 "ui",
  687 "util",
  688 "workspace",
  689 "worktree",
  690]
  691
  692[[package]]
  693name = "assistant_tool"
  694version = "0.1.0"
  695dependencies = [
  696 "anyhow",
  697 "clock",
  698 "collections",
  699 "derive_more",
  700 "gpui",
  701 "language",
  702 "language_model",
  703 "parking_lot",
  704 "project",
  705 "serde",
  706 "serde_json",
  707 "ui",
  708]
  709
  710[[package]]
  711name = "assistant_tools"
  712version = "0.1.0"
  713dependencies = [
  714 "anyhow",
  715 "assistant_tool",
  716 "chrono",
  717 "collections",
  718 "feature_flags",
  719 "futures 0.3.31",
  720 "gpui",
  721 "html_to_markdown",
  722 "http_client",
  723 "itertools 0.14.0",
  724 "language",
  725 "language_model",
  726 "project",
  727 "rand 0.8.5",
  728 "release_channel",
  729 "schemars",
  730 "serde",
  731 "serde_json",
  732 "settings",
  733 "theme",
  734 "ui",
  735 "unindent",
  736 "util",
  737 "workspace",
  738 "worktree",
  739]
  740
  741[[package]]
  742name = "async-attributes"
  743version = "1.1.2"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  746dependencies = [
  747 "quote",
  748 "syn 1.0.109",
  749]
  750
  751[[package]]
  752name = "async-broadcast"
  753version = "0.7.2"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  756dependencies = [
  757 "event-listener 5.3.1",
  758 "event-listener-strategy",
  759 "futures-core",
  760 "pin-project-lite",
  761]
  762
  763[[package]]
  764name = "async-channel"
  765version = "1.9.0"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  768dependencies = [
  769 "concurrent-queue",
  770 "event-listener 2.5.3",
  771 "futures-core",
  772]
  773
  774[[package]]
  775name = "async-channel"
  776version = "2.3.1"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  779dependencies = [
  780 "concurrent-queue",
  781 "event-listener-strategy",
  782 "futures-core",
  783 "pin-project-lite",
  784]
  785
  786[[package]]
  787name = "async-compat"
  788version = "0.2.4"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  791dependencies = [
  792 "futures-core",
  793 "futures-io",
  794 "once_cell",
  795 "pin-project-lite",
  796 "tokio",
  797]
  798
  799[[package]]
  800name = "async-compression"
  801version = "0.4.21"
  802source = "registry+https://github.com/rust-lang/crates.io-index"
  803checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  804dependencies = [
  805 "deflate64",
  806 "flate2",
  807 "futures-core",
  808 "futures-io",
  809 "memchr",
  810 "pin-project-lite",
  811]
  812
  813[[package]]
  814name = "async-dispatcher"
  815version = "0.1.2"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  818dependencies = [
  819 "async-task",
  820 "futures-lite 1.13.0",
  821]
  822
  823[[package]]
  824name = "async-executor"
  825version = "1.13.1"
  826source = "registry+https://github.com/rust-lang/crates.io-index"
  827checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  828dependencies = [
  829 "async-task",
  830 "concurrent-queue",
  831 "fastrand 2.3.0",
  832 "futures-lite 2.6.0",
  833 "slab",
  834]
  835
  836[[package]]
  837name = "async-fs"
  838version = "2.1.2"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  841dependencies = [
  842 "async-lock",
  843 "blocking",
  844 "futures-lite 2.6.0",
  845]
  846
  847[[package]]
  848name = "async-global-executor"
  849version = "2.4.1"
  850source = "registry+https://github.com/rust-lang/crates.io-index"
  851checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  852dependencies = [
  853 "async-channel 2.3.1",
  854 "async-executor",
  855 "async-io",
  856 "async-lock",
  857 "blocking",
  858 "futures-lite 2.6.0",
  859 "once_cell",
  860]
  861
  862[[package]]
  863name = "async-io"
  864version = "2.4.0"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  867dependencies = [
  868 "async-lock",
  869 "cfg-if",
  870 "concurrent-queue",
  871 "futures-io",
  872 "futures-lite 2.6.0",
  873 "parking",
  874 "polling",
  875 "rustix",
  876 "slab",
  877 "tracing",
  878 "windows-sys 0.59.0",
  879]
  880
  881[[package]]
  882name = "async-lock"
  883version = "3.4.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  886dependencies = [
  887 "event-listener 5.3.1",
  888 "event-listener-strategy",
  889 "pin-project-lite",
  890]
  891
  892[[package]]
  893name = "async-native-tls"
  894version = "0.5.0"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  897dependencies = [
  898 "futures-util",
  899 "native-tls",
  900 "thiserror 1.0.69",
  901 "url",
  902]
  903
  904[[package]]
  905name = "async-net"
  906version = "2.0.0"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  909dependencies = [
  910 "async-io",
  911 "blocking",
  912 "futures-lite 2.6.0",
  913]
  914
  915[[package]]
  916name = "async-pipe"
  917version = "0.1.3"
  918source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  919dependencies = [
  920 "futures 0.3.31",
  921 "log",
  922]
  923
  924[[package]]
  925name = "async-process"
  926version = "2.3.0"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  929dependencies = [
  930 "async-channel 2.3.1",
  931 "async-io",
  932 "async-lock",
  933 "async-signal",
  934 "async-task",
  935 "blocking",
  936 "cfg-if",
  937 "event-listener 5.3.1",
  938 "futures-lite 2.6.0",
  939 "rustix",
  940 "tracing",
  941]
  942
  943[[package]]
  944name = "async-recursion"
  945version = "0.3.2"
  946source = "registry+https://github.com/rust-lang/crates.io-index"
  947checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  948dependencies = [
  949 "proc-macro2",
  950 "quote",
  951 "syn 1.0.109",
  952]
  953
  954[[package]]
  955name = "async-recursion"
  956version = "1.1.1"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  959dependencies = [
  960 "proc-macro2",
  961 "quote",
  962 "syn 2.0.100",
  963]
  964
  965[[package]]
  966name = "async-signal"
  967version = "0.2.10"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  970dependencies = [
  971 "async-io",
  972 "async-lock",
  973 "atomic-waker",
  974 "cfg-if",
  975 "futures-core",
  976 "futures-io",
  977 "rustix",
  978 "signal-hook-registry",
  979 "slab",
  980 "windows-sys 0.59.0",
  981]
  982
  983[[package]]
  984name = "async-std"
  985version = "1.13.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  988dependencies = [
  989 "async-attributes",
  990 "async-channel 1.9.0",
  991 "async-global-executor",
  992 "async-io",
  993 "async-lock",
  994 "async-process",
  995 "crossbeam-utils",
  996 "futures-channel",
  997 "futures-core",
  998 "futures-io",
  999 "futures-lite 2.6.0",
 1000 "gloo-timers",
 1001 "kv-log-macro",
 1002 "log",
 1003 "memchr",
 1004 "once_cell",
 1005 "pin-project-lite",
 1006 "pin-utils",
 1007 "slab",
 1008 "wasm-bindgen-futures",
 1009]
 1010
 1011[[package]]
 1012name = "async-stream"
 1013version = "0.3.6"
 1014source = "registry+https://github.com/rust-lang/crates.io-index"
 1015checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1016dependencies = [
 1017 "async-stream-impl",
 1018 "futures-core",
 1019 "pin-project-lite",
 1020]
 1021
 1022[[package]]
 1023name = "async-stream-impl"
 1024version = "0.3.6"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1027dependencies = [
 1028 "proc-macro2",
 1029 "quote",
 1030 "syn 2.0.100",
 1031]
 1032
 1033[[package]]
 1034name = "async-stripe"
 1035version = "0.40.0"
 1036source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1037dependencies = [
 1038 "chrono",
 1039 "futures-util",
 1040 "http-types",
 1041 "hyper 0.14.32",
 1042 "hyper-rustls 0.24.2",
 1043 "serde",
 1044 "serde_json",
 1045 "serde_path_to_error",
 1046 "serde_qs 0.10.1",
 1047 "smart-default",
 1048 "smol_str 0.1.24",
 1049 "thiserror 1.0.69",
 1050 "tokio",
 1051]
 1052
 1053[[package]]
 1054name = "async-tar"
 1055version = "0.5.0"
 1056source = "registry+https://github.com/rust-lang/crates.io-index"
 1057checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1058dependencies = [
 1059 "async-std",
 1060 "filetime",
 1061 "libc",
 1062 "pin-project",
 1063 "redox_syscall 0.2.16",
 1064 "xattr",
 1065]
 1066
 1067[[package]]
 1068name = "async-task"
 1069version = "4.7.1"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1072
 1073[[package]]
 1074name = "async-tls"
 1075version = "0.13.0"
 1076source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1077dependencies = [
 1078 "futures-core",
 1079 "futures-io",
 1080 "rustls 0.23.25",
 1081 "rustls-pemfile 2.2.0",
 1082 "webpki-roots",
 1083]
 1084
 1085[[package]]
 1086name = "async-trait"
 1087version = "0.1.88"
 1088source = "registry+https://github.com/rust-lang/crates.io-index"
 1089checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1090dependencies = [
 1091 "proc-macro2",
 1092 "quote",
 1093 "syn 2.0.100",
 1094]
 1095
 1096[[package]]
 1097name = "async-tungstenite"
 1098version = "0.28.2"
 1099source = "registry+https://github.com/rust-lang/crates.io-index"
 1100checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1101dependencies = [
 1102 "async-std",
 1103 "async-tls",
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "tungstenite 0.24.0",
 1112]
 1113
 1114[[package]]
 1115name = "async-watch"
 1116version = "0.3.1"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1119dependencies = [
 1120 "event-listener 2.5.3",
 1121]
 1122
 1123[[package]]
 1124name = "async_zip"
 1125version = "0.0.17"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1128dependencies = [
 1129 "async-compression",
 1130 "crc32fast",
 1131 "futures-lite 2.6.0",
 1132 "pin-project",
 1133 "thiserror 1.0.69",
 1134]
 1135
 1136[[package]]
 1137name = "asynchronous-codec"
 1138version = "0.7.0"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1141dependencies = [
 1142 "bytes 1.10.1",
 1143 "futures-sink",
 1144 "futures-util",
 1145 "memchr",
 1146 "pin-project-lite",
 1147]
 1148
 1149[[package]]
 1150name = "atoi"
 1151version = "2.0.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1154dependencies = [
 1155 "num-traits",
 1156]
 1157
 1158[[package]]
 1159name = "atomic"
 1160version = "0.5.3"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1163
 1164[[package]]
 1165name = "atomic-waker"
 1166version = "1.1.2"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1169
 1170[[package]]
 1171name = "audio"
 1172version = "0.1.0"
 1173dependencies = [
 1174 "anyhow",
 1175 "collections",
 1176 "derive_more",
 1177 "gpui",
 1178 "parking_lot",
 1179 "rodio",
 1180 "util",
 1181]
 1182
 1183[[package]]
 1184name = "auto_update"
 1185version = "0.1.0"
 1186dependencies = [
 1187 "anyhow",
 1188 "client",
 1189 "db",
 1190 "gpui",
 1191 "http_client",
 1192 "log",
 1193 "paths",
 1194 "release_channel",
 1195 "schemars",
 1196 "serde",
 1197 "serde_json",
 1198 "settings",
 1199 "smol",
 1200 "tempfile",
 1201 "which 6.0.3",
 1202 "workspace",
 1203]
 1204
 1205[[package]]
 1206name = "auto_update_ui"
 1207version = "0.1.0"
 1208dependencies = [
 1209 "anyhow",
 1210 "auto_update",
 1211 "client",
 1212 "editor",
 1213 "gpui",
 1214 "http_client",
 1215 "markdown_preview",
 1216 "release_channel",
 1217 "serde",
 1218 "serde_json",
 1219 "smol",
 1220 "util",
 1221 "workspace",
 1222]
 1223
 1224[[package]]
 1225name = "autocfg"
 1226version = "1.4.0"
 1227source = "registry+https://github.com/rust-lang/crates.io-index"
 1228checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1229
 1230[[package]]
 1231name = "av1-grain"
 1232version = "0.2.3"
 1233source = "registry+https://github.com/rust-lang/crates.io-index"
 1234checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1235dependencies = [
 1236 "anyhow",
 1237 "arrayvec",
 1238 "log",
 1239 "nom",
 1240 "num-rational",
 1241 "v_frame",
 1242]
 1243
 1244[[package]]
 1245name = "avif-serialize"
 1246version = "0.8.2"
 1247source = "registry+https://github.com/rust-lang/crates.io-index"
 1248checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1249dependencies = [
 1250 "arrayvec",
 1251]
 1252
 1253[[package]]
 1254name = "aws-config"
 1255version = "1.5.16"
 1256source = "registry+https://github.com/rust-lang/crates.io-index"
 1257checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1258dependencies = [
 1259 "aws-credential-types",
 1260 "aws-runtime",
 1261 "aws-sdk-sso",
 1262 "aws-sdk-ssooidc",
 1263 "aws-sdk-sts",
 1264 "aws-smithy-async",
 1265 "aws-smithy-http",
 1266 "aws-smithy-json",
 1267 "aws-smithy-runtime",
 1268 "aws-smithy-runtime-api",
 1269 "aws-smithy-types",
 1270 "aws-types",
 1271 "bytes 1.10.1",
 1272 "fastrand 2.3.0",
 1273 "hex",
 1274 "http 0.2.12",
 1275 "ring",
 1276 "time",
 1277 "tokio",
 1278 "tracing",
 1279 "url",
 1280 "zeroize",
 1281]
 1282
 1283[[package]]
 1284name = "aws-credential-types"
 1285version = "1.2.1"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1288dependencies = [
 1289 "aws-smithy-async",
 1290 "aws-smithy-runtime-api",
 1291 "aws-smithy-types",
 1292 "zeroize",
 1293]
 1294
 1295[[package]]
 1296name = "aws-lc-rs"
 1297version = "1.12.6"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1300dependencies = [
 1301 "aws-lc-sys",
 1302 "zeroize",
 1303]
 1304
 1305[[package]]
 1306name = "aws-lc-sys"
 1307version = "0.27.0"
 1308source = "registry+https://github.com/rust-lang/crates.io-index"
 1309checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1310dependencies = [
 1311 "bindgen 0.69.5",
 1312 "cc",
 1313 "cmake",
 1314 "dunce",
 1315 "fs_extra",
 1316]
 1317
 1318[[package]]
 1319name = "aws-runtime"
 1320version = "1.5.5"
 1321source = "registry+https://github.com/rust-lang/crates.io-index"
 1322checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1323dependencies = [
 1324 "aws-credential-types",
 1325 "aws-sigv4",
 1326 "aws-smithy-async",
 1327 "aws-smithy-eventstream",
 1328 "aws-smithy-http",
 1329 "aws-smithy-runtime",
 1330 "aws-smithy-runtime-api",
 1331 "aws-smithy-types",
 1332 "aws-types",
 1333 "bytes 1.10.1",
 1334 "fastrand 2.3.0",
 1335 "http 0.2.12",
 1336 "http-body 0.4.6",
 1337 "once_cell",
 1338 "percent-encoding",
 1339 "pin-project-lite",
 1340 "tracing",
 1341 "uuid",
 1342]
 1343
 1344[[package]]
 1345name = "aws-sdk-bedrockruntime"
 1346version = "1.74.0"
 1347source = "registry+https://github.com/rust-lang/crates.io-index"
 1348checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1349dependencies = [
 1350 "aws-credential-types",
 1351 "aws-runtime",
 1352 "aws-smithy-async",
 1353 "aws-smithy-eventstream",
 1354 "aws-smithy-http",
 1355 "aws-smithy-json",
 1356 "aws-smithy-runtime",
 1357 "aws-smithy-runtime-api",
 1358 "aws-smithy-types",
 1359 "aws-types",
 1360 "bytes 1.10.1",
 1361 "fastrand 2.3.0",
 1362 "http 0.2.12",
 1363 "once_cell",
 1364 "regex-lite",
 1365 "tracing",
 1366]
 1367
 1368[[package]]
 1369name = "aws-sdk-kinesis"
 1370version = "1.61.0"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1373dependencies = [
 1374 "aws-credential-types",
 1375 "aws-runtime",
 1376 "aws-smithy-async",
 1377 "aws-smithy-http",
 1378 "aws-smithy-json",
 1379 "aws-smithy-runtime",
 1380 "aws-smithy-runtime-api",
 1381 "aws-smithy-types",
 1382 "aws-types",
 1383 "bytes 1.10.1",
 1384 "http 0.2.12",
 1385 "once_cell",
 1386 "regex-lite",
 1387 "tracing",
 1388]
 1389
 1390[[package]]
 1391name = "aws-sdk-s3"
 1392version = "1.76.0"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1395dependencies = [
 1396 "aws-credential-types",
 1397 "aws-runtime",
 1398 "aws-sigv4",
 1399 "aws-smithy-async",
 1400 "aws-smithy-checksums",
 1401 "aws-smithy-eventstream",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-smithy-xml",
 1408 "aws-types",
 1409 "bytes 1.10.1",
 1410 "fastrand 2.3.0",
 1411 "hex",
 1412 "hmac",
 1413 "http 0.2.12",
 1414 "http-body 0.4.6",
 1415 "lru",
 1416 "once_cell",
 1417 "percent-encoding",
 1418 "regex-lite",
 1419 "sha2",
 1420 "tracing",
 1421 "url",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-sso"
 1426version = "1.58.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-smithy-async",
 1433 "aws-smithy-http",
 1434 "aws-smithy-json",
 1435 "aws-smithy-runtime",
 1436 "aws-smithy-runtime-api",
 1437 "aws-smithy-types",
 1438 "aws-types",
 1439 "bytes 1.10.1",
 1440 "http 0.2.12",
 1441 "once_cell",
 1442 "regex-lite",
 1443 "tracing",
 1444]
 1445
 1446[[package]]
 1447name = "aws-sdk-ssooidc"
 1448version = "1.59.0"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1451dependencies = [
 1452 "aws-credential-types",
 1453 "aws-runtime",
 1454 "aws-smithy-async",
 1455 "aws-smithy-http",
 1456 "aws-smithy-json",
 1457 "aws-smithy-runtime",
 1458 "aws-smithy-runtime-api",
 1459 "aws-smithy-types",
 1460 "aws-types",
 1461 "bytes 1.10.1",
 1462 "http 0.2.12",
 1463 "once_cell",
 1464 "regex-lite",
 1465 "tracing",
 1466]
 1467
 1468[[package]]
 1469name = "aws-sdk-sts"
 1470version = "1.59.0"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1473dependencies = [
 1474 "aws-credential-types",
 1475 "aws-runtime",
 1476 "aws-smithy-async",
 1477 "aws-smithy-http",
 1478 "aws-smithy-json",
 1479 "aws-smithy-query",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-smithy-xml",
 1484 "aws-types",
 1485 "http 0.2.12",
 1486 "once_cell",
 1487 "regex-lite",
 1488 "tracing",
 1489]
 1490
 1491[[package]]
 1492name = "aws-sigv4"
 1493version = "1.2.9"
 1494source = "registry+https://github.com/rust-lang/crates.io-index"
 1495checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1496dependencies = [
 1497 "aws-credential-types",
 1498 "aws-smithy-eventstream",
 1499 "aws-smithy-http",
 1500 "aws-smithy-runtime-api",
 1501 "aws-smithy-types",
 1502 "bytes 1.10.1",
 1503 "crypto-bigint 0.5.5",
 1504 "form_urlencoded",
 1505 "hex",
 1506 "hmac",
 1507 "http 0.2.12",
 1508 "http 1.2.0",
 1509 "once_cell",
 1510 "p256",
 1511 "percent-encoding",
 1512 "ring",
 1513 "sha2",
 1514 "subtle",
 1515 "time",
 1516 "tracing",
 1517 "zeroize",
 1518]
 1519
 1520[[package]]
 1521name = "aws-smithy-async"
 1522version = "1.2.4"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1525dependencies = [
 1526 "futures-util",
 1527 "pin-project-lite",
 1528 "tokio",
 1529]
 1530
 1531[[package]]
 1532name = "aws-smithy-checksums"
 1533version = "0.62.0"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1536dependencies = [
 1537 "aws-smithy-http",
 1538 "aws-smithy-types",
 1539 "bytes 1.10.1",
 1540 "crc32c",
 1541 "crc32fast",
 1542 "crc64fast-nvme",
 1543 "hex",
 1544 "http 0.2.12",
 1545 "http-body 0.4.6",
 1546 "md-5",
 1547 "pin-project-lite",
 1548 "sha1",
 1549 "sha2",
 1550 "tracing",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-eventstream"
 1555version = "0.60.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1558dependencies = [
 1559 "aws-smithy-types",
 1560 "bytes 1.10.1",
 1561 "crc32fast",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-http"
 1566version = "0.60.12"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1569dependencies = [
 1570 "aws-smithy-eventstream",
 1571 "aws-smithy-runtime-api",
 1572 "aws-smithy-types",
 1573 "bytes 1.10.1",
 1574 "bytes-utils",
 1575 "futures-core",
 1576 "http 0.2.12",
 1577 "http-body 0.4.6",
 1578 "once_cell",
 1579 "percent-encoding",
 1580 "pin-project-lite",
 1581 "pin-utils",
 1582 "tracing",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-json"
 1587version = "0.61.2"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1590dependencies = [
 1591 "aws-smithy-types",
 1592]
 1593
 1594[[package]]
 1595name = "aws-smithy-query"
 1596version = "0.60.7"
 1597source = "registry+https://github.com/rust-lang/crates.io-index"
 1598checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1599dependencies = [
 1600 "aws-smithy-types",
 1601 "urlencoding",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-runtime"
 1606version = "1.7.8"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1609dependencies = [
 1610 "aws-smithy-async",
 1611 "aws-smithy-http",
 1612 "aws-smithy-runtime-api",
 1613 "aws-smithy-types",
 1614 "bytes 1.10.1",
 1615 "fastrand 2.3.0",
 1616 "h2 0.3.26",
 1617 "http 0.2.12",
 1618 "http-body 0.4.6",
 1619 "http-body 1.0.1",
 1620 "httparse",
 1621 "hyper 0.14.32",
 1622 "hyper-rustls 0.24.2",
 1623 "once_cell",
 1624 "pin-project-lite",
 1625 "pin-utils",
 1626 "rustls 0.21.12",
 1627 "tokio",
 1628 "tracing",
 1629]
 1630
 1631[[package]]
 1632name = "aws-smithy-runtime-api"
 1633version = "1.7.3"
 1634source = "registry+https://github.com/rust-lang/crates.io-index"
 1635checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1636dependencies = [
 1637 "aws-smithy-async",
 1638 "aws-smithy-types",
 1639 "bytes 1.10.1",
 1640 "http 0.2.12",
 1641 "http 1.2.0",
 1642 "pin-project-lite",
 1643 "tokio",
 1644 "tracing",
 1645 "zeroize",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-types"
 1650version = "1.2.13"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1653dependencies = [
 1654 "base64-simd",
 1655 "bytes 1.10.1",
 1656 "bytes-utils",
 1657 "futures-core",
 1658 "http 0.2.12",
 1659 "http 1.2.0",
 1660 "http-body 0.4.6",
 1661 "http-body 1.0.1",
 1662 "http-body-util",
 1663 "itoa",
 1664 "num-integer",
 1665 "pin-project-lite",
 1666 "pin-utils",
 1667 "ryu",
 1668 "serde",
 1669 "time",
 1670 "tokio",
 1671 "tokio-util",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-xml"
 1676version = "0.60.9"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1679dependencies = [
 1680 "xmlparser",
 1681]
 1682
 1683[[package]]
 1684name = "aws-types"
 1685version = "1.3.5"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1688dependencies = [
 1689 "aws-credential-types",
 1690 "aws-smithy-async",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "rustc_version",
 1694 "tracing",
 1695]
 1696
 1697[[package]]
 1698name = "aws_http_client"
 1699version = "0.1.0"
 1700dependencies = [
 1701 "aws-smithy-runtime-api",
 1702 "aws-smithy-types",
 1703 "futures 0.3.31",
 1704 "http_client",
 1705 "tokio",
 1706]
 1707
 1708[[package]]
 1709name = "axum"
 1710version = "0.6.20"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1713dependencies = [
 1714 "async-trait",
 1715 "axum-core",
 1716 "base64 0.21.7",
 1717 "bitflags 1.3.2",
 1718 "bytes 1.10.1",
 1719 "futures-util",
 1720 "headers",
 1721 "http 0.2.12",
 1722 "http-body 0.4.6",
 1723 "hyper 0.14.32",
 1724 "itoa",
 1725 "matchit",
 1726 "memchr",
 1727 "mime",
 1728 "percent-encoding",
 1729 "pin-project-lite",
 1730 "rustversion",
 1731 "serde",
 1732 "serde_json",
 1733 "serde_path_to_error",
 1734 "serde_urlencoded",
 1735 "sha1",
 1736 "sync_wrapper 0.1.2",
 1737 "tokio",
 1738 "tokio-tungstenite 0.20.1",
 1739 "tower",
 1740 "tower-layer",
 1741 "tower-service",
 1742]
 1743
 1744[[package]]
 1745name = "axum-core"
 1746version = "0.3.4"
 1747source = "registry+https://github.com/rust-lang/crates.io-index"
 1748checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1749dependencies = [
 1750 "async-trait",
 1751 "bytes 1.10.1",
 1752 "futures-util",
 1753 "http 0.2.12",
 1754 "http-body 0.4.6",
 1755 "mime",
 1756 "rustversion",
 1757 "tower-layer",
 1758 "tower-service",
 1759]
 1760
 1761[[package]]
 1762name = "axum-extra"
 1763version = "0.4.2"
 1764source = "registry+https://github.com/rust-lang/crates.io-index"
 1765checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1766dependencies = [
 1767 "axum",
 1768 "bytes 1.10.1",
 1769 "futures-util",
 1770 "http 0.2.12",
 1771 "mime",
 1772 "pin-project-lite",
 1773 "serde",
 1774 "serde_json",
 1775 "tokio",
 1776 "tower",
 1777 "tower-http 0.3.5",
 1778 "tower-layer",
 1779 "tower-service",
 1780]
 1781
 1782[[package]]
 1783name = "backtrace"
 1784version = "0.3.74"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1787dependencies = [
 1788 "addr2line",
 1789 "cfg-if",
 1790 "libc",
 1791 "miniz_oxide",
 1792 "object",
 1793 "rustc-demangle",
 1794 "windows-targets 0.52.6",
 1795]
 1796
 1797[[package]]
 1798name = "base16ct"
 1799version = "0.1.1"
 1800source = "registry+https://github.com/rust-lang/crates.io-index"
 1801checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1802
 1803[[package]]
 1804name = "base64"
 1805version = "0.13.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1808
 1809[[package]]
 1810name = "base64"
 1811version = "0.21.7"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1814
 1815[[package]]
 1816name = "base64"
 1817version = "0.22.1"
 1818source = "registry+https://github.com/rust-lang/crates.io-index"
 1819checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1820
 1821[[package]]
 1822name = "base64-simd"
 1823version = "0.8.0"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1826dependencies = [
 1827 "outref",
 1828 "vsimd",
 1829]
 1830
 1831[[package]]
 1832name = "base64ct"
 1833version = "1.6.0"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1836
 1837[[package]]
 1838name = "bedrock"
 1839version = "0.1.0"
 1840dependencies = [
 1841 "anyhow",
 1842 "aws-sdk-bedrockruntime",
 1843 "aws-smithy-types",
 1844 "futures 0.3.31",
 1845 "schemars",
 1846 "serde",
 1847 "serde_json",
 1848 "strum",
 1849 "thiserror 2.0.12",
 1850 "tokio",
 1851]
 1852
 1853[[package]]
 1854name = "bigdecimal"
 1855version = "0.4.7"
 1856source = "registry+https://github.com/rust-lang/crates.io-index"
 1857checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1858dependencies = [
 1859 "autocfg",
 1860 "libm",
 1861 "num-bigint",
 1862 "num-integer",
 1863 "num-traits",
 1864 "serde",
 1865]
 1866
 1867[[package]]
 1868name = "bincode"
 1869version = "1.3.3"
 1870source = "registry+https://github.com/rust-lang/crates.io-index"
 1871checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1872dependencies = [
 1873 "serde",
 1874]
 1875
 1876[[package]]
 1877name = "bindgen"
 1878version = "0.69.5"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1881dependencies = [
 1882 "bitflags 2.8.0",
 1883 "cexpr",
 1884 "clang-sys",
 1885 "itertools 0.12.1",
 1886 "lazy_static",
 1887 "lazycell",
 1888 "log",
 1889 "prettyplease",
 1890 "proc-macro2",
 1891 "quote",
 1892 "regex",
 1893 "rustc-hash 1.1.0",
 1894 "shlex",
 1895 "syn 2.0.100",
 1896 "which 4.4.2",
 1897]
 1898
 1899[[package]]
 1900name = "bindgen"
 1901version = "0.70.1"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1904dependencies = [
 1905 "bitflags 2.8.0",
 1906 "cexpr",
 1907 "clang-sys",
 1908 "itertools 0.12.1",
 1909 "log",
 1910 "prettyplease",
 1911 "proc-macro2",
 1912 "quote",
 1913 "regex",
 1914 "rustc-hash 1.1.0",
 1915 "shlex",
 1916 "syn 2.0.100",
 1917]
 1918
 1919[[package]]
 1920name = "bit-set"
 1921version = "0.5.3"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1924dependencies = [
 1925 "bit-vec 0.6.3",
 1926]
 1927
 1928[[package]]
 1929name = "bit-set"
 1930version = "0.8.0"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1933dependencies = [
 1934 "bit-vec 0.8.0",
 1935]
 1936
 1937[[package]]
 1938name = "bit-vec"
 1939version = "0.6.3"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1942
 1943[[package]]
 1944name = "bit-vec"
 1945version = "0.8.0"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1948
 1949[[package]]
 1950name = "bit_field"
 1951version = "0.10.2"
 1952source = "registry+https://github.com/rust-lang/crates.io-index"
 1953checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1954
 1955[[package]]
 1956name = "bitflags"
 1957version = "1.3.2"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1960
 1961[[package]]
 1962name = "bitflags"
 1963version = "2.8.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1966dependencies = [
 1967 "serde",
 1968]
 1969
 1970[[package]]
 1971name = "bitstream-io"
 1972version = "2.6.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1975
 1976[[package]]
 1977name = "bitvec"
 1978version = "1.0.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1981dependencies = [
 1982 "funty",
 1983 "radium",
 1984 "tap",
 1985 "wyz",
 1986]
 1987
 1988[[package]]
 1989name = "blade-graphics"
 1990version = "0.6.0"
 1991source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1992dependencies = [
 1993 "ash",
 1994 "ash-window",
 1995 "bitflags 2.8.0",
 1996 "bytemuck",
 1997 "codespan-reporting",
 1998 "glow",
 1999 "gpu-alloc",
 2000 "gpu-alloc-ash",
 2001 "hidden-trait",
 2002 "js-sys",
 2003 "khronos-egl",
 2004 "libloading",
 2005 "log",
 2006 "mint",
 2007 "naga",
 2008 "objc2",
 2009 "objc2-app-kit",
 2010 "objc2-foundation",
 2011 "objc2-metal",
 2012 "objc2-quartz-core",
 2013 "objc2-ui-kit",
 2014 "raw-window-handle",
 2015 "slab",
 2016 "wasm-bindgen",
 2017 "web-sys",
 2018]
 2019
 2020[[package]]
 2021name = "blade-macros"
 2022version = "0.3.0"
 2023source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2024dependencies = [
 2025 "proc-macro2",
 2026 "quote",
 2027 "syn 2.0.100",
 2028]
 2029
 2030[[package]]
 2031name = "blade-util"
 2032version = "0.2.0"
 2033source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2034dependencies = [
 2035 "blade-graphics",
 2036 "bytemuck",
 2037 "log",
 2038 "profiling",
 2039]
 2040
 2041[[package]]
 2042name = "blake3"
 2043version = "1.6.1"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2046dependencies = [
 2047 "arrayref",
 2048 "arrayvec",
 2049 "cc",
 2050 "cfg-if",
 2051 "constant_time_eq 0.3.1",
 2052]
 2053
 2054[[package]]
 2055name = "block"
 2056version = "0.1.6"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2059
 2060[[package]]
 2061name = "block-buffer"
 2062version = "0.10.4"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2065dependencies = [
 2066 "generic-array",
 2067]
 2068
 2069[[package]]
 2070name = "block-padding"
 2071version = "0.3.3"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2074dependencies = [
 2075 "generic-array",
 2076]
 2077
 2078[[package]]
 2079name = "block2"
 2080version = "0.5.1"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2083dependencies = [
 2084 "objc2",
 2085]
 2086
 2087[[package]]
 2088name = "blocking"
 2089version = "1.6.1"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2092dependencies = [
 2093 "async-channel 2.3.1",
 2094 "async-task",
 2095 "futures-io",
 2096 "futures-lite 2.6.0",
 2097 "piper",
 2098]
 2099
 2100[[package]]
 2101name = "borsh"
 2102version = "1.5.3"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2105dependencies = [
 2106 "borsh-derive",
 2107 "cfg_aliases 0.2.1",
 2108]
 2109
 2110[[package]]
 2111name = "borsh-derive"
 2112version = "1.5.3"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2115dependencies = [
 2116 "once_cell",
 2117 "proc-macro-crate",
 2118 "proc-macro2",
 2119 "quote",
 2120 "syn 2.0.100",
 2121]
 2122
 2123[[package]]
 2124name = "breadcrumbs"
 2125version = "0.1.0"
 2126dependencies = [
 2127 "editor",
 2128 "gpui",
 2129 "itertools 0.14.0",
 2130 "theme",
 2131 "ui",
 2132 "workspace",
 2133 "zed_actions",
 2134]
 2135
 2136[[package]]
 2137name = "bstr"
 2138version = "1.11.1"
 2139source = "registry+https://github.com/rust-lang/crates.io-index"
 2140checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2141dependencies = [
 2142 "memchr",
 2143 "regex-automata 0.4.9",
 2144 "serde",
 2145]
 2146
 2147[[package]]
 2148name = "buffer_diff"
 2149version = "0.1.0"
 2150dependencies = [
 2151 "anyhow",
 2152 "clock",
 2153 "ctor",
 2154 "env_logger 0.11.7",
 2155 "futures 0.3.31",
 2156 "git2",
 2157 "gpui",
 2158 "language",
 2159 "log",
 2160 "pretty_assertions",
 2161 "rand 0.8.5",
 2162 "rope",
 2163 "serde_json",
 2164 "sum_tree",
 2165 "text",
 2166 "unindent",
 2167 "util",
 2168]
 2169
 2170[[package]]
 2171name = "built"
 2172version = "0.7.5"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2175
 2176[[package]]
 2177name = "bumpalo"
 2178version = "3.16.0"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2181dependencies = [
 2182 "allocator-api2",
 2183]
 2184
 2185[[package]]
 2186name = "by_address"
 2187version = "1.2.1"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2190
 2191[[package]]
 2192name = "bytecheck"
 2193version = "0.6.12"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2196dependencies = [
 2197 "bytecheck_derive",
 2198 "ptr_meta",
 2199 "simdutf8",
 2200]
 2201
 2202[[package]]
 2203name = "bytecheck_derive"
 2204version = "0.6.12"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2207dependencies = [
 2208 "proc-macro2",
 2209 "quote",
 2210 "syn 1.0.109",
 2211]
 2212
 2213[[package]]
 2214name = "bytemuck"
 2215version = "1.21.0"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2218dependencies = [
 2219 "bytemuck_derive",
 2220]
 2221
 2222[[package]]
 2223name = "bytemuck_derive"
 2224version = "1.8.0"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2227dependencies = [
 2228 "proc-macro2",
 2229 "quote",
 2230 "syn 2.0.100",
 2231]
 2232
 2233[[package]]
 2234name = "byteorder"
 2235version = "1.5.0"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2238
 2239[[package]]
 2240name = "byteorder-lite"
 2241version = "0.1.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2244
 2245[[package]]
 2246name = "bytes"
 2247version = "0.4.12"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2250dependencies = [
 2251 "byteorder",
 2252 "iovec",
 2253]
 2254
 2255[[package]]
 2256name = "bytes"
 2257version = "1.10.1"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2260
 2261[[package]]
 2262name = "bytes-utils"
 2263version = "0.1.4"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2266dependencies = [
 2267 "bytes 1.10.1",
 2268 "either",
 2269]
 2270
 2271[[package]]
 2272name = "bzip2"
 2273version = "0.4.4"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2276dependencies = [
 2277 "bzip2-sys",
 2278 "libc",
 2279]
 2280
 2281[[package]]
 2282name = "bzip2-sys"
 2283version = "0.1.11+1.0.8"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2286dependencies = [
 2287 "cc",
 2288 "libc",
 2289 "pkg-config",
 2290]
 2291
 2292[[package]]
 2293name = "call"
 2294version = "0.1.0"
 2295dependencies = [
 2296 "anyhow",
 2297 "audio",
 2298 "client",
 2299 "collections",
 2300 "fs",
 2301 "futures 0.3.31",
 2302 "gpui",
 2303 "http_client",
 2304 "language",
 2305 "livekit_client",
 2306 "livekit_client_macos",
 2307 "log",
 2308 "postage",
 2309 "project",
 2310 "schemars",
 2311 "serde",
 2312 "serde_derive",
 2313 "settings",
 2314 "telemetry",
 2315 "util",
 2316]
 2317
 2318[[package]]
 2319name = "calloop"
 2320version = "0.13.0"
 2321source = "registry+https://github.com/rust-lang/crates.io-index"
 2322checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2323dependencies = [
 2324 "bitflags 2.8.0",
 2325 "log",
 2326 "polling",
 2327 "rustix",
 2328 "slab",
 2329 "thiserror 1.0.69",
 2330]
 2331
 2332[[package]]
 2333name = "calloop-wayland-source"
 2334version = "0.3.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2337dependencies = [
 2338 "calloop",
 2339 "rustix",
 2340 "wayland-backend",
 2341 "wayland-client",
 2342]
 2343
 2344[[package]]
 2345name = "camino"
 2346version = "1.1.9"
 2347source = "registry+https://github.com/rust-lang/crates.io-index"
 2348checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2349dependencies = [
 2350 "serde",
 2351]
 2352
 2353[[package]]
 2354name = "cap-fs-ext"
 2355version = "3.4.2"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2358dependencies = [
 2359 "cap-primitives",
 2360 "cap-std",
 2361 "io-lifetimes",
 2362 "windows-sys 0.59.0",
 2363]
 2364
 2365[[package]]
 2366name = "cap-net-ext"
 2367version = "3.4.2"
 2368source = "registry+https://github.com/rust-lang/crates.io-index"
 2369checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2370dependencies = [
 2371 "cap-primitives",
 2372 "cap-std",
 2373 "rustix",
 2374 "smallvec",
 2375]
 2376
 2377[[package]]
 2378name = "cap-primitives"
 2379version = "3.4.2"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2382dependencies = [
 2383 "ambient-authority",
 2384 "fs-set-times",
 2385 "io-extras",
 2386 "io-lifetimes",
 2387 "ipnet",
 2388 "maybe-owned",
 2389 "rustix",
 2390 "windows-sys 0.59.0",
 2391 "winx",
 2392]
 2393
 2394[[package]]
 2395name = "cap-rand"
 2396version = "3.4.2"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2399dependencies = [
 2400 "ambient-authority",
 2401 "rand 0.8.5",
 2402]
 2403
 2404[[package]]
 2405name = "cap-std"
 2406version = "3.4.2"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2409dependencies = [
 2410 "cap-primitives",
 2411 "io-extras",
 2412 "io-lifetimes",
 2413 "rustix",
 2414]
 2415
 2416[[package]]
 2417name = "cap-time-ext"
 2418version = "3.4.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2421dependencies = [
 2422 "ambient-authority",
 2423 "cap-primitives",
 2424 "iana-time-zone",
 2425 "once_cell",
 2426 "rustix",
 2427 "winx",
 2428]
 2429
 2430[[package]]
 2431name = "cargo-platform"
 2432version = "0.1.9"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2435dependencies = [
 2436 "serde",
 2437]
 2438
 2439[[package]]
 2440name = "cargo_metadata"
 2441version = "0.19.2"
 2442source = "registry+https://github.com/rust-lang/crates.io-index"
 2443checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2444dependencies = [
 2445 "camino",
 2446 "cargo-platform",
 2447 "semver",
 2448 "serde",
 2449 "serde_json",
 2450 "thiserror 2.0.12",
 2451]
 2452
 2453[[package]]
 2454name = "cargo_toml"
 2455version = "0.21.0"
 2456source = "registry+https://github.com/rust-lang/crates.io-index"
 2457checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2458dependencies = [
 2459 "serde",
 2460 "toml 0.8.20",
 2461]
 2462
 2463[[package]]
 2464name = "cast"
 2465version = "0.3.0"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2468
 2469[[package]]
 2470name = "cbc"
 2471version = "0.1.2"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2474dependencies = [
 2475 "cipher",
 2476]
 2477
 2478[[package]]
 2479name = "cbindgen"
 2480version = "0.27.0"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2483dependencies = [
 2484 "clap",
 2485 "heck 0.4.1",
 2486 "indexmap",
 2487 "log",
 2488 "proc-macro2",
 2489 "quote",
 2490 "serde",
 2491 "serde_json",
 2492 "syn 2.0.100",
 2493 "tempfile",
 2494 "toml 0.8.20",
 2495]
 2496
 2497[[package]]
 2498name = "cbindgen"
 2499version = "0.28.0"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2502dependencies = [
 2503 "heck 0.4.1",
 2504 "indexmap",
 2505 "log",
 2506 "proc-macro2",
 2507 "quote",
 2508 "serde",
 2509 "serde_json",
 2510 "syn 2.0.100",
 2511 "tempfile",
 2512 "toml 0.8.20",
 2513]
 2514
 2515[[package]]
 2516name = "cc"
 2517version = "1.2.12"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2520dependencies = [
 2521 "jobserver",
 2522 "libc",
 2523 "shlex",
 2524]
 2525
 2526[[package]]
 2527name = "cesu8"
 2528version = "1.1.0"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2531
 2532[[package]]
 2533name = "cexpr"
 2534version = "0.6.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2537dependencies = [
 2538 "nom",
 2539]
 2540
 2541[[package]]
 2542name = "cfg-expr"
 2543version = "0.15.8"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2546dependencies = [
 2547 "smallvec",
 2548 "target-lexicon 0.12.16",
 2549]
 2550
 2551[[package]]
 2552name = "cfg-if"
 2553version = "1.0.0"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2556
 2557[[package]]
 2558name = "cfg_aliases"
 2559version = "0.1.1"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2562
 2563[[package]]
 2564name = "cfg_aliases"
 2565version = "0.2.1"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2568
 2569[[package]]
 2570name = "channel"
 2571version = "0.1.0"
 2572dependencies = [
 2573 "anyhow",
 2574 "client",
 2575 "clock",
 2576 "collections",
 2577 "futures 0.3.31",
 2578 "gpui",
 2579 "http_client",
 2580 "language",
 2581 "log",
 2582 "rand 0.8.5",
 2583 "release_channel",
 2584 "rpc",
 2585 "settings",
 2586 "sum_tree",
 2587 "text",
 2588 "time",
 2589 "util",
 2590]
 2591
 2592[[package]]
 2593name = "chrono"
 2594version = "0.4.40"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2597dependencies = [
 2598 "android-tzdata",
 2599 "iana-time-zone",
 2600 "js-sys",
 2601 "num-traits",
 2602 "serde",
 2603 "wasm-bindgen",
 2604 "windows-link",
 2605]
 2606
 2607[[package]]
 2608name = "chunked_transfer"
 2609version = "1.5.0"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2612
 2613[[package]]
 2614name = "ciborium"
 2615version = "0.2.2"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2618dependencies = [
 2619 "ciborium-io",
 2620 "ciborium-ll",
 2621 "serde",
 2622]
 2623
 2624[[package]]
 2625name = "ciborium-io"
 2626version = "0.2.2"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2629
 2630[[package]]
 2631name = "ciborium-ll"
 2632version = "0.2.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2635dependencies = [
 2636 "ciborium-io",
 2637 "half",
 2638]
 2639
 2640[[package]]
 2641name = "cipher"
 2642version = "0.4.4"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2645dependencies = [
 2646 "crypto-common",
 2647 "inout",
 2648 "zeroize",
 2649]
 2650
 2651[[package]]
 2652name = "circular-buffer"
 2653version = "1.0.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2656
 2657[[package]]
 2658name = "clang-sys"
 2659version = "1.8.1"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2662dependencies = [
 2663 "glob",
 2664 "libc",
 2665 "libloading",
 2666]
 2667
 2668[[package]]
 2669name = "clap"
 2670version = "4.5.32"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2673dependencies = [
 2674 "clap_builder",
 2675 "clap_derive",
 2676]
 2677
 2678[[package]]
 2679name = "clap_builder"
 2680version = "4.5.32"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2683dependencies = [
 2684 "anstream",
 2685 "anstyle",
 2686 "clap_lex",
 2687 "strsim",
 2688 "terminal_size",
 2689]
 2690
 2691[[package]]
 2692name = "clap_complete"
 2693version = "4.5.38"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2696dependencies = [
 2697 "clap",
 2698]
 2699
 2700[[package]]
 2701name = "clap_derive"
 2702version = "4.5.32"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2705dependencies = [
 2706 "heck 0.5.0",
 2707 "proc-macro2",
 2708 "quote",
 2709 "syn 2.0.100",
 2710]
 2711
 2712[[package]]
 2713name = "clap_lex"
 2714version = "0.7.4"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2717
 2718[[package]]
 2719name = "cli"
 2720version = "0.1.0"
 2721dependencies = [
 2722 "anyhow",
 2723 "clap",
 2724 "collections",
 2725 "core-foundation 0.9.4",
 2726 "core-services",
 2727 "exec",
 2728 "fork",
 2729 "ipc-channel",
 2730 "parking_lot",
 2731 "paths",
 2732 "plist",
 2733 "release_channel",
 2734 "serde",
 2735 "tempfile",
 2736 "util",
 2737 "windows 0.61.1",
 2738]
 2739
 2740[[package]]
 2741name = "client"
 2742version = "0.1.0"
 2743dependencies = [
 2744 "anyhow",
 2745 "async-native-tls",
 2746 "async-recursion 0.3.2",
 2747 "async-tungstenite",
 2748 "chrono",
 2749 "clock",
 2750 "cocoa 0.26.0",
 2751 "collections",
 2752 "credentials_provider",
 2753 "feature_flags",
 2754 "futures 0.3.31",
 2755 "gpui",
 2756 "http_client",
 2757 "http_client_tls",
 2758 "log",
 2759 "parking_lot",
 2760 "paths",
 2761 "postage",
 2762 "rand 0.8.5",
 2763 "release_channel",
 2764 "rpc",
 2765 "schemars",
 2766 "serde",
 2767 "serde_json",
 2768 "settings",
 2769 "sha2",
 2770 "smol",
 2771 "telemetry",
 2772 "telemetry_events",
 2773 "text",
 2774 "thiserror 2.0.12",
 2775 "time",
 2776 "tiny_http",
 2777 "tokio-socks",
 2778 "url",
 2779 "util",
 2780 "windows 0.61.1",
 2781 "worktree",
 2782]
 2783
 2784[[package]]
 2785name = "clock"
 2786version = "0.1.0"
 2787dependencies = [
 2788 "parking_lot",
 2789 "serde",
 2790 "smallvec",
 2791]
 2792
 2793[[package]]
 2794name = "cmake"
 2795version = "0.1.53"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2798dependencies = [
 2799 "cc",
 2800]
 2801
 2802[[package]]
 2803name = "cobs"
 2804version = "0.2.3"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2807
 2808[[package]]
 2809name = "cocoa"
 2810version = "0.25.0"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2813dependencies = [
 2814 "bitflags 1.3.2",
 2815 "block",
 2816 "cocoa-foundation 0.1.2",
 2817 "core-foundation 0.9.4",
 2818 "core-graphics 0.23.2",
 2819 "foreign-types 0.5.0",
 2820 "libc",
 2821 "objc",
 2822]
 2823
 2824[[package]]
 2825name = "cocoa"
 2826version = "0.26.0"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2829dependencies = [
 2830 "bitflags 2.8.0",
 2831 "block",
 2832 "cocoa-foundation 0.2.0",
 2833 "core-foundation 0.10.0",
 2834 "core-graphics 0.24.0",
 2835 "foreign-types 0.5.0",
 2836 "libc",
 2837 "objc",
 2838]
 2839
 2840[[package]]
 2841name = "cocoa-foundation"
 2842version = "0.1.2"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2845dependencies = [
 2846 "bitflags 1.3.2",
 2847 "block",
 2848 "core-foundation 0.9.4",
 2849 "core-graphics-types 0.1.3",
 2850 "libc",
 2851 "objc",
 2852]
 2853
 2854[[package]]
 2855name = "cocoa-foundation"
 2856version = "0.2.0"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2859dependencies = [
 2860 "bitflags 2.8.0",
 2861 "block",
 2862 "core-foundation 0.10.0",
 2863 "core-graphics-types 0.2.0",
 2864 "libc",
 2865 "objc",
 2866]
 2867
 2868[[package]]
 2869name = "codespan-reporting"
 2870version = "0.11.1"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2873dependencies = [
 2874 "termcolor",
 2875 "unicode-width",
 2876]
 2877
 2878[[package]]
 2879name = "collab"
 2880version = "0.44.0"
 2881dependencies = [
 2882 "anthropic",
 2883 "anyhow",
 2884 "assistant",
 2885 "assistant_context_editor",
 2886 "assistant_slash_command",
 2887 "assistant_tool",
 2888 "async-stripe",
 2889 "async-trait",
 2890 "async-tungstenite",
 2891 "audio",
 2892 "aws-config",
 2893 "aws-sdk-kinesis",
 2894 "aws-sdk-s3",
 2895 "axum",
 2896 "axum-extra",
 2897 "base64 0.22.1",
 2898 "buffer_diff",
 2899 "call",
 2900 "channel",
 2901 "chrono",
 2902 "client",
 2903 "clock",
 2904 "collab_ui",
 2905 "collections",
 2906 "command_palette_hooks",
 2907 "context_server",
 2908 "ctor",
 2909 "dap",
 2910 "dashmap 6.1.0",
 2911 "debugger_ui",
 2912 "derive_more",
 2913 "editor",
 2914 "env_logger 0.11.7",
 2915 "envy",
 2916 "extension",
 2917 "file_finder",
 2918 "fs",
 2919 "futures 0.3.31",
 2920 "git",
 2921 "git_hosting_providers",
 2922 "git_ui",
 2923 "google_ai",
 2924 "gpui",
 2925 "hex",
 2926 "http_client",
 2927 "hyper 0.14.32",
 2928 "indoc",
 2929 "jsonwebtoken",
 2930 "language",
 2931 "language_model",
 2932 "livekit_api",
 2933 "livekit_client",
 2934 "livekit_client_macos",
 2935 "log",
 2936 "lsp",
 2937 "menu",
 2938 "multi_buffer",
 2939 "nanoid",
 2940 "node_runtime",
 2941 "notifications",
 2942 "open_ai",
 2943 "parking_lot",
 2944 "pretty_assertions",
 2945 "project",
 2946 "prometheus",
 2947 "prompt_store",
 2948 "prost 0.9.0",
 2949 "rand 0.8.5",
 2950 "recent_projects",
 2951 "release_channel",
 2952 "remote",
 2953 "remote_server",
 2954 "reqwest 0.11.27",
 2955 "reqwest_client",
 2956 "rpc",
 2957 "rustc-demangle",
 2958 "scrypt",
 2959 "sea-orm",
 2960 "semantic_version",
 2961 "semver",
 2962 "serde",
 2963 "serde_derive",
 2964 "serde_json",
 2965 "session",
 2966 "settings",
 2967 "sha2",
 2968 "sqlx",
 2969 "strum",
 2970 "subtle",
 2971 "supermaven_api",
 2972 "telemetry_events",
 2973 "text",
 2974 "theme",
 2975 "thiserror 2.0.12",
 2976 "time",
 2977 "tokio",
 2978 "toml 0.8.20",
 2979 "tower",
 2980 "tower-http 0.4.4",
 2981 "tracing",
 2982 "tracing-subscriber",
 2983 "unindent",
 2984 "util",
 2985 "uuid",
 2986 "workspace",
 2987 "worktree",
 2988]
 2989
 2990[[package]]
 2991name = "collab_ui"
 2992version = "0.1.0"
 2993dependencies = [
 2994 "anyhow",
 2995 "call",
 2996 "channel",
 2997 "chrono",
 2998 "client",
 2999 "collections",
 3000 "db",
 3001 "editor",
 3002 "emojis",
 3003 "futures 0.3.31",
 3004 "fuzzy",
 3005 "gpui",
 3006 "http_client",
 3007 "language",
 3008 "menu",
 3009 "notifications",
 3010 "picker",
 3011 "pretty_assertions",
 3012 "project",
 3013 "release_channel",
 3014 "rich_text",
 3015 "rpc",
 3016 "schemars",
 3017 "serde",
 3018 "serde_derive",
 3019 "serde_json",
 3020 "settings",
 3021 "smallvec",
 3022 "story",
 3023 "telemetry",
 3024 "theme",
 3025 "time",
 3026 "time_format",
 3027 "title_bar",
 3028 "tree-sitter-md",
 3029 "ui",
 3030 "util",
 3031 "workspace",
 3032]
 3033
 3034[[package]]
 3035name = "collections"
 3036version = "0.1.0"
 3037dependencies = [
 3038 "indexmap",
 3039 "rustc-hash 2.1.1",
 3040]
 3041
 3042[[package]]
 3043name = "color_quant"
 3044version = "1.1.0"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3047
 3048[[package]]
 3049name = "colorchoice"
 3050version = "1.0.3"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3053
 3054[[package]]
 3055name = "combine"
 3056version = "4.6.7"
 3057source = "registry+https://github.com/rust-lang/crates.io-index"
 3058checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3059dependencies = [
 3060 "bytes 1.10.1",
 3061 "memchr",
 3062]
 3063
 3064[[package]]
 3065name = "command_palette"
 3066version = "0.1.0"
 3067dependencies = [
 3068 "client",
 3069 "collections",
 3070 "command_palette_hooks",
 3071 "ctor",
 3072 "editor",
 3073 "env_logger 0.11.7",
 3074 "fuzzy",
 3075 "go_to_line",
 3076 "gpui",
 3077 "language",
 3078 "menu",
 3079 "picker",
 3080 "postage",
 3081 "project",
 3082 "serde",
 3083 "serde_json",
 3084 "settings",
 3085 "telemetry",
 3086 "theme",
 3087 "ui",
 3088 "util",
 3089 "workspace",
 3090 "zed_actions",
 3091]
 3092
 3093[[package]]
 3094name = "command_palette_hooks"
 3095version = "0.1.0"
 3096dependencies = [
 3097 "collections",
 3098 "derive_more",
 3099 "gpui",
 3100]
 3101
 3102[[package]]
 3103name = "component"
 3104version = "0.1.0"
 3105dependencies = [
 3106 "collections",
 3107 "gpui",
 3108 "linkme",
 3109 "parking_lot",
 3110 "theme",
 3111]
 3112
 3113[[package]]
 3114name = "component_preview"
 3115version = "0.1.0"
 3116dependencies = [
 3117 "client",
 3118 "collections",
 3119 "component",
 3120 "gpui",
 3121 "languages",
 3122 "notifications",
 3123 "project",
 3124 "ui",
 3125 "workspace",
 3126]
 3127
 3128[[package]]
 3129name = "concurrent-queue"
 3130version = "2.5.0"
 3131source = "registry+https://github.com/rust-lang/crates.io-index"
 3132checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3133dependencies = [
 3134 "crossbeam-utils",
 3135]
 3136
 3137[[package]]
 3138name = "console"
 3139version = "0.15.8"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3142dependencies = [
 3143 "encode_unicode",
 3144 "lazy_static",
 3145 "libc",
 3146 "unicode-width",
 3147 "windows-sys 0.52.0",
 3148]
 3149
 3150[[package]]
 3151name = "const-oid"
 3152version = "0.9.6"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3155
 3156[[package]]
 3157name = "const-random"
 3158version = "0.1.18"
 3159source = "registry+https://github.com/rust-lang/crates.io-index"
 3160checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3161dependencies = [
 3162 "const-random-macro",
 3163]
 3164
 3165[[package]]
 3166name = "const-random-macro"
 3167version = "0.1.16"
 3168source = "registry+https://github.com/rust-lang/crates.io-index"
 3169checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3170dependencies = [
 3171 "getrandom 0.2.15",
 3172 "once_cell",
 3173 "tiny-keccak",
 3174]
 3175
 3176[[package]]
 3177name = "constant_time_eq"
 3178version = "0.1.5"
 3179source = "registry+https://github.com/rust-lang/crates.io-index"
 3180checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3181
 3182[[package]]
 3183name = "constant_time_eq"
 3184version = "0.3.1"
 3185source = "registry+https://github.com/rust-lang/crates.io-index"
 3186checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3187
 3188[[package]]
 3189name = "context_server"
 3190version = "0.1.0"
 3191dependencies = [
 3192 "anyhow",
 3193 "assistant_tool",
 3194 "async-trait",
 3195 "collections",
 3196 "command_palette_hooks",
 3197 "context_server_settings",
 3198 "extension",
 3199 "futures 0.3.31",
 3200 "gpui",
 3201 "language_model",
 3202 "log",
 3203 "parking_lot",
 3204 "postage",
 3205 "project",
 3206 "serde",
 3207 "serde_json",
 3208 "settings",
 3209 "smol",
 3210 "ui",
 3211 "url",
 3212 "util",
 3213]
 3214
 3215[[package]]
 3216name = "context_server_settings"
 3217version = "0.1.0"
 3218dependencies = [
 3219 "anyhow",
 3220 "collections",
 3221 "gpui",
 3222 "schemars",
 3223 "serde",
 3224 "serde_json",
 3225 "settings",
 3226]
 3227
 3228[[package]]
 3229name = "convert_case"
 3230version = "0.4.0"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3233
 3234[[package]]
 3235name = "convert_case"
 3236version = "0.8.0"
 3237source = "registry+https://github.com/rust-lang/crates.io-index"
 3238checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3239dependencies = [
 3240 "unicode-segmentation",
 3241]
 3242
 3243[[package]]
 3244name = "copilot"
 3245version = "0.1.0"
 3246dependencies = [
 3247 "anyhow",
 3248 "async-std",
 3249 "chrono",
 3250 "client",
 3251 "clock",
 3252 "collections",
 3253 "command_palette_hooks",
 3254 "ctor",
 3255 "editor",
 3256 "env_logger 0.11.7",
 3257 "fs",
 3258 "futures 0.3.31",
 3259 "gpui",
 3260 "http_client",
 3261 "indoc",
 3262 "inline_completion",
 3263 "language",
 3264 "log",
 3265 "lsp",
 3266 "menu",
 3267 "node_runtime",
 3268 "parking_lot",
 3269 "paths",
 3270 "project",
 3271 "rpc",
 3272 "schemars",
 3273 "serde",
 3274 "serde_json",
 3275 "settings",
 3276 "strum",
 3277 "task",
 3278 "theme",
 3279 "ui",
 3280 "util",
 3281 "workspace",
 3282]
 3283
 3284[[package]]
 3285name = "core-foundation"
 3286version = "0.9.4"
 3287source = "registry+https://github.com/rust-lang/crates.io-index"
 3288checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3289dependencies = [
 3290 "core-foundation-sys",
 3291 "libc",
 3292]
 3293
 3294[[package]]
 3295name = "core-foundation"
 3296version = "0.10.0"
 3297source = "registry+https://github.com/rust-lang/crates.io-index"
 3298checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3299dependencies = [
 3300 "core-foundation-sys",
 3301 "libc",
 3302]
 3303
 3304[[package]]
 3305name = "core-foundation-sys"
 3306version = "0.8.7"
 3307source = "registry+https://github.com/rust-lang/crates.io-index"
 3308checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3309
 3310[[package]]
 3311name = "core-graphics"
 3312version = "0.23.2"
 3313source = "registry+https://github.com/rust-lang/crates.io-index"
 3314checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3315dependencies = [
 3316 "bitflags 1.3.2",
 3317 "core-foundation 0.9.4",
 3318 "core-graphics-types 0.1.3",
 3319 "foreign-types 0.5.0",
 3320 "libc",
 3321]
 3322
 3323[[package]]
 3324name = "core-graphics"
 3325version = "0.24.0"
 3326source = "registry+https://github.com/rust-lang/crates.io-index"
 3327checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3328dependencies = [
 3329 "bitflags 2.8.0",
 3330 "core-foundation 0.10.0",
 3331 "core-graphics-types 0.2.0",
 3332 "foreign-types 0.5.0",
 3333 "libc",
 3334]
 3335
 3336[[package]]
 3337name = "core-graphics-types"
 3338version = "0.1.3"
 3339source = "registry+https://github.com/rust-lang/crates.io-index"
 3340checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3341dependencies = [
 3342 "bitflags 1.3.2",
 3343 "core-foundation 0.9.4",
 3344 "libc",
 3345]
 3346
 3347[[package]]
 3348name = "core-graphics-types"
 3349version = "0.2.0"
 3350source = "registry+https://github.com/rust-lang/crates.io-index"
 3351checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3352dependencies = [
 3353 "bitflags 2.8.0",
 3354 "core-foundation 0.10.0",
 3355 "libc",
 3356]
 3357
 3358[[package]]
 3359name = "core-services"
 3360version = "0.2.1"
 3361source = "registry+https://github.com/rust-lang/crates.io-index"
 3362checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3363dependencies = [
 3364 "core-foundation 0.9.4",
 3365]
 3366
 3367[[package]]
 3368name = "core-text"
 3369version = "20.1.0"
 3370source = "registry+https://github.com/rust-lang/crates.io-index"
 3371checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3372dependencies = [
 3373 "core-foundation 0.9.4",
 3374 "core-graphics 0.23.2",
 3375 "foreign-types 0.5.0",
 3376 "libc",
 3377]
 3378
 3379[[package]]
 3380name = "core_maths"
 3381version = "0.1.1"
 3382source = "registry+https://github.com/rust-lang/crates.io-index"
 3383checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3384dependencies = [
 3385 "libm",
 3386]
 3387
 3388[[package]]
 3389name = "coreaudio-rs"
 3390version = "0.11.3"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3393dependencies = [
 3394 "bitflags 1.3.2",
 3395 "core-foundation-sys",
 3396 "coreaudio-sys",
 3397]
 3398
 3399[[package]]
 3400name = "coreaudio-rs"
 3401version = "0.12.1"
 3402source = "registry+https://github.com/rust-lang/crates.io-index"
 3403checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3404dependencies = [
 3405 "bitflags 1.3.2",
 3406 "core-foundation-sys",
 3407 "coreaudio-sys",
 3408]
 3409
 3410[[package]]
 3411name = "coreaudio-sys"
 3412version = "0.2.16"
 3413source = "registry+https://github.com/rust-lang/crates.io-index"
 3414checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3415dependencies = [
 3416 "bindgen 0.70.1",
 3417]
 3418
 3419[[package]]
 3420name = "cosmic-text"
 3421version = "0.13.2"
 3422source = "registry+https://github.com/rust-lang/crates.io-index"
 3423checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3424dependencies = [
 3425 "bitflags 2.8.0",
 3426 "fontdb 0.16.2",
 3427 "log",
 3428 "rangemap",
 3429 "rustc-hash 1.1.0",
 3430 "rustybuzz 0.14.1",
 3431 "self_cell",
 3432 "smol_str 0.2.2",
 3433 "swash",
 3434 "sys-locale",
 3435 "ttf-parser 0.21.1",
 3436 "unicode-bidi",
 3437 "unicode-linebreak",
 3438 "unicode-script",
 3439 "unicode-segmentation",
 3440]
 3441
 3442[[package]]
 3443name = "cpal"
 3444version = "0.15.3"
 3445source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3446dependencies = [
 3447 "alsa",
 3448 "core-foundation-sys",
 3449 "coreaudio-rs 0.11.3",
 3450 "dasp_sample",
 3451 "jni",
 3452 "js-sys",
 3453 "libc",
 3454 "mach2",
 3455 "ndk",
 3456 "ndk-context",
 3457 "oboe",
 3458 "wasm-bindgen",
 3459 "wasm-bindgen-futures",
 3460 "web-sys",
 3461 "windows 0.54.0",
 3462]
 3463
 3464[[package]]
 3465name = "cpp_demangle"
 3466version = "0.4.4"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3469dependencies = [
 3470 "cfg-if",
 3471]
 3472
 3473[[package]]
 3474name = "cpufeatures"
 3475version = "0.2.16"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3478dependencies = [
 3479 "libc",
 3480]
 3481
 3482[[package]]
 3483name = "cranelift-bforest"
 3484version = "0.116.1"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3487dependencies = [
 3488 "cranelift-entity",
 3489]
 3490
 3491[[package]]
 3492name = "cranelift-bitset"
 3493version = "0.116.1"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3496dependencies = [
 3497 "serde",
 3498 "serde_derive",
 3499]
 3500
 3501[[package]]
 3502name = "cranelift-codegen"
 3503version = "0.116.1"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3506dependencies = [
 3507 "bumpalo",
 3508 "cranelift-bforest",
 3509 "cranelift-bitset",
 3510 "cranelift-codegen-meta",
 3511 "cranelift-codegen-shared",
 3512 "cranelift-control",
 3513 "cranelift-entity",
 3514 "cranelift-isle",
 3515 "gimli",
 3516 "hashbrown 0.14.5",
 3517 "log",
 3518 "regalloc2",
 3519 "rustc-hash 2.1.1",
 3520 "serde",
 3521 "smallvec",
 3522 "target-lexicon 0.13.2",
 3523]
 3524
 3525[[package]]
 3526name = "cranelift-codegen-meta"
 3527version = "0.116.1"
 3528source = "registry+https://github.com/rust-lang/crates.io-index"
 3529checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3530dependencies = [
 3531 "cranelift-codegen-shared",
 3532]
 3533
 3534[[package]]
 3535name = "cranelift-codegen-shared"
 3536version = "0.116.1"
 3537source = "registry+https://github.com/rust-lang/crates.io-index"
 3538checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3539
 3540[[package]]
 3541name = "cranelift-control"
 3542version = "0.116.1"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3545dependencies = [
 3546 "arbitrary",
 3547]
 3548
 3549[[package]]
 3550name = "cranelift-entity"
 3551version = "0.116.1"
 3552source = "registry+https://github.com/rust-lang/crates.io-index"
 3553checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3554dependencies = [
 3555 "cranelift-bitset",
 3556 "serde",
 3557 "serde_derive",
 3558]
 3559
 3560[[package]]
 3561name = "cranelift-frontend"
 3562version = "0.116.1"
 3563source = "registry+https://github.com/rust-lang/crates.io-index"
 3564checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3565dependencies = [
 3566 "cranelift-codegen",
 3567 "log",
 3568 "smallvec",
 3569 "target-lexicon 0.13.2",
 3570]
 3571
 3572[[package]]
 3573name = "cranelift-isle"
 3574version = "0.116.1"
 3575source = "registry+https://github.com/rust-lang/crates.io-index"
 3576checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3577
 3578[[package]]
 3579name = "cranelift-native"
 3580version = "0.116.1"
 3581source = "registry+https://github.com/rust-lang/crates.io-index"
 3582checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3583dependencies = [
 3584 "cranelift-codegen",
 3585 "libc",
 3586 "target-lexicon 0.13.2",
 3587]
 3588
 3589[[package]]
 3590name = "crc"
 3591version = "3.2.1"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3594dependencies = [
 3595 "crc-catalog",
 3596]
 3597
 3598[[package]]
 3599name = "crc-catalog"
 3600version = "2.4.0"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3603
 3604[[package]]
 3605name = "crc32c"
 3606version = "0.6.8"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3609dependencies = [
 3610 "rustc_version",
 3611]
 3612
 3613[[package]]
 3614name = "crc32fast"
 3615version = "1.4.2"
 3616source = "registry+https://github.com/rust-lang/crates.io-index"
 3617checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3618dependencies = [
 3619 "cfg-if",
 3620]
 3621
 3622[[package]]
 3623name = "crc64fast-nvme"
 3624version = "1.1.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3627dependencies = [
 3628 "cbindgen 0.27.0",
 3629 "crc",
 3630]
 3631
 3632[[package]]
 3633name = "credentials_provider"
 3634version = "0.1.0"
 3635dependencies = [
 3636 "anyhow",
 3637 "futures 0.3.31",
 3638 "gpui",
 3639 "paths",
 3640 "release_channel",
 3641 "serde",
 3642 "serde_json",
 3643]
 3644
 3645[[package]]
 3646name = "criterion"
 3647version = "0.5.1"
 3648source = "registry+https://github.com/rust-lang/crates.io-index"
 3649checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3650dependencies = [
 3651 "anes",
 3652 "cast",
 3653 "ciborium",
 3654 "clap",
 3655 "criterion-plot",
 3656 "is-terminal",
 3657 "itertools 0.10.5",
 3658 "num-traits",
 3659 "once_cell",
 3660 "oorandom",
 3661 "plotters",
 3662 "rayon",
 3663 "regex",
 3664 "serde",
 3665 "serde_derive",
 3666 "serde_json",
 3667 "tinytemplate",
 3668 "walkdir",
 3669]
 3670
 3671[[package]]
 3672name = "criterion-plot"
 3673version = "0.5.0"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3676dependencies = [
 3677 "cast",
 3678 "itertools 0.10.5",
 3679]
 3680
 3681[[package]]
 3682name = "crossbeam-channel"
 3683version = "0.5.13"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3686dependencies = [
 3687 "crossbeam-utils",
 3688]
 3689
 3690[[package]]
 3691name = "crossbeam-deque"
 3692version = "0.8.5"
 3693source = "registry+https://github.com/rust-lang/crates.io-index"
 3694checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3695dependencies = [
 3696 "crossbeam-epoch",
 3697 "crossbeam-utils",
 3698]
 3699
 3700[[package]]
 3701name = "crossbeam-epoch"
 3702version = "0.9.18"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3705dependencies = [
 3706 "crossbeam-utils",
 3707]
 3708
 3709[[package]]
 3710name = "crossbeam-queue"
 3711version = "0.3.11"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3714dependencies = [
 3715 "crossbeam-utils",
 3716]
 3717
 3718[[package]]
 3719name = "crossbeam-utils"
 3720version = "0.8.20"
 3721source = "registry+https://github.com/rust-lang/crates.io-index"
 3722checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3723
 3724[[package]]
 3725name = "crunchy"
 3726version = "0.2.2"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3729
 3730[[package]]
 3731name = "crypto-bigint"
 3732version = "0.4.9"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3735dependencies = [
 3736 "generic-array",
 3737 "rand_core 0.6.4",
 3738 "subtle",
 3739 "zeroize",
 3740]
 3741
 3742[[package]]
 3743name = "crypto-bigint"
 3744version = "0.5.5"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3747dependencies = [
 3748 "rand_core 0.6.4",
 3749 "subtle",
 3750]
 3751
 3752[[package]]
 3753name = "crypto-common"
 3754version = "0.1.6"
 3755source = "registry+https://github.com/rust-lang/crates.io-index"
 3756checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3757dependencies = [
 3758 "generic-array",
 3759 "rand_core 0.6.4",
 3760 "typenum",
 3761]
 3762
 3763[[package]]
 3764name = "ctor"
 3765version = "0.4.1"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3768dependencies = [
 3769 "ctor-proc-macro",
 3770 "dtor",
 3771]
 3772
 3773[[package]]
 3774name = "ctor-proc-macro"
 3775version = "0.0.5"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3778
 3779[[package]]
 3780name = "ctrlc"
 3781version = "3.4.5"
 3782source = "registry+https://github.com/rust-lang/crates.io-index"
 3783checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3784dependencies = [
 3785 "nix",
 3786 "windows-sys 0.59.0",
 3787]
 3788
 3789[[package]]
 3790name = "cursor-icon"
 3791version = "1.1.0"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3794
 3795[[package]]
 3796name = "cxx"
 3797version = "1.0.134"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3800dependencies = [
 3801 "cc",
 3802 "cxxbridge-cmd",
 3803 "cxxbridge-flags",
 3804 "cxxbridge-macro",
 3805 "foldhash",
 3806 "link-cplusplus",
 3807]
 3808
 3809[[package]]
 3810name = "cxx-build"
 3811version = "1.0.134"
 3812source = "registry+https://github.com/rust-lang/crates.io-index"
 3813checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3814dependencies = [
 3815 "cc",
 3816 "codespan-reporting",
 3817 "proc-macro2",
 3818 "quote",
 3819 "scratch",
 3820 "syn 2.0.100",
 3821]
 3822
 3823[[package]]
 3824name = "cxxbridge-cmd"
 3825version = "1.0.134"
 3826source = "registry+https://github.com/rust-lang/crates.io-index"
 3827checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3828dependencies = [
 3829 "clap",
 3830 "codespan-reporting",
 3831 "proc-macro2",
 3832 "quote",
 3833 "syn 2.0.100",
 3834]
 3835
 3836[[package]]
 3837name = "cxxbridge-flags"
 3838version = "1.0.134"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3841
 3842[[package]]
 3843name = "cxxbridge-macro"
 3844version = "1.0.134"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3847dependencies = [
 3848 "proc-macro2",
 3849 "quote",
 3850 "rustversion",
 3851 "syn 2.0.100",
 3852]
 3853
 3854[[package]]
 3855name = "dap"
 3856version = "0.1.0"
 3857dependencies = [
 3858 "anyhow",
 3859 "async-compression",
 3860 "async-pipe",
 3861 "async-tar",
 3862 "async-trait",
 3863 "client",
 3864 "collections",
 3865 "dap-types",
 3866 "env_logger 0.11.7",
 3867 "fs",
 3868 "futures 0.3.31",
 3869 "gpui",
 3870 "http_client",
 3871 "language",
 3872 "log",
 3873 "node_runtime",
 3874 "parking_lot",
 3875 "paths",
 3876 "schemars",
 3877 "serde",
 3878 "serde_json",
 3879 "settings",
 3880 "smallvec",
 3881 "smol",
 3882 "task",
 3883 "util",
 3884]
 3885
 3886[[package]]
 3887name = "dap-types"
 3888version = "0.0.1"
 3889source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3890dependencies = [
 3891 "schemars",
 3892 "serde",
 3893 "serde_json",
 3894]
 3895
 3896[[package]]
 3897name = "dap_adapters"
 3898version = "0.1.0"
 3899dependencies = [
 3900 "anyhow",
 3901 "async-trait",
 3902 "dap",
 3903 "gpui",
 3904 "language",
 3905 "paths",
 3906 "regex",
 3907 "serde",
 3908 "serde_json",
 3909 "sysinfo",
 3910 "task",
 3911 "util",
 3912]
 3913
 3914[[package]]
 3915name = "dashmap"
 3916version = "5.5.3"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3919dependencies = [
 3920 "cfg-if",
 3921 "hashbrown 0.14.5",
 3922 "lock_api",
 3923 "once_cell",
 3924 "parking_lot_core",
 3925]
 3926
 3927[[package]]
 3928name = "dashmap"
 3929version = "6.1.0"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3932dependencies = [
 3933 "cfg-if",
 3934 "crossbeam-utils",
 3935 "hashbrown 0.14.5",
 3936 "lock_api",
 3937 "once_cell",
 3938 "parking_lot_core",
 3939]
 3940
 3941[[package]]
 3942name = "dasp_sample"
 3943version = "0.11.0"
 3944source = "registry+https://github.com/rust-lang/crates.io-index"
 3945checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3946
 3947[[package]]
 3948name = "data-encoding"
 3949version = "2.6.0"
 3950source = "registry+https://github.com/rust-lang/crates.io-index"
 3951checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3952
 3953[[package]]
 3954name = "data-url"
 3955version = "0.3.1"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3958
 3959[[package]]
 3960name = "db"
 3961version = "0.1.0"
 3962dependencies = [
 3963 "anyhow",
 3964 "gpui",
 3965 "indoc",
 3966 "log",
 3967 "paths",
 3968 "release_channel",
 3969 "smol",
 3970 "sqlez",
 3971 "sqlez_macros",
 3972 "tempfile",
 3973 "util",
 3974]
 3975
 3976[[package]]
 3977name = "dbus"
 3978version = "0.9.7"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3981dependencies = [
 3982 "libc",
 3983 "libdbus-sys",
 3984 "winapi",
 3985]
 3986
 3987[[package]]
 3988name = "debugger_tools"
 3989version = "0.1.0"
 3990dependencies = [
 3991 "anyhow",
 3992 "dap",
 3993 "editor",
 3994 "futures 0.3.31",
 3995 "gpui",
 3996 "project",
 3997 "serde_json",
 3998 "settings",
 3999 "smol",
 4000 "util",
 4001 "workspace",
 4002]
 4003
 4004[[package]]
 4005name = "debugger_ui"
 4006version = "0.1.0"
 4007dependencies = [
 4008 "anyhow",
 4009 "client",
 4010 "collections",
 4011 "command_palette_hooks",
 4012 "dap",
 4013 "editor",
 4014 "env_logger 0.11.7",
 4015 "feature_flags",
 4016 "futures 0.3.31",
 4017 "fuzzy",
 4018 "gpui",
 4019 "language",
 4020 "log",
 4021 "menu",
 4022 "picker",
 4023 "pretty_assertions",
 4024 "project",
 4025 "rpc",
 4026 "serde",
 4027 "serde_json",
 4028 "settings",
 4029 "sysinfo",
 4030 "task",
 4031 "terminal_view",
 4032 "theme",
 4033 "ui",
 4034 "unindent",
 4035 "util",
 4036 "workspace",
 4037]
 4038
 4039[[package]]
 4040name = "deepseek"
 4041version = "0.1.0"
 4042dependencies = [
 4043 "anyhow",
 4044 "futures 0.3.31",
 4045 "http_client",
 4046 "schemars",
 4047 "serde",
 4048 "serde_json",
 4049]
 4050
 4051[[package]]
 4052name = "deflate64"
 4053version = "0.1.9"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4056
 4057[[package]]
 4058name = "der"
 4059version = "0.6.1"
 4060source = "registry+https://github.com/rust-lang/crates.io-index"
 4061checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4062dependencies = [
 4063 "const-oid",
 4064 "zeroize",
 4065]
 4066
 4067[[package]]
 4068name = "der"
 4069version = "0.7.9"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4072dependencies = [
 4073 "const-oid",
 4074 "pem-rfc7468",
 4075 "zeroize",
 4076]
 4077
 4078[[package]]
 4079name = "deranged"
 4080version = "0.4.0"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4083dependencies = [
 4084 "powerfmt",
 4085 "serde",
 4086]
 4087
 4088[[package]]
 4089name = "derive_more"
 4090version = "0.99.19"
 4091source = "registry+https://github.com/rust-lang/crates.io-index"
 4092checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4093dependencies = [
 4094 "convert_case 0.4.0",
 4095 "proc-macro2",
 4096 "quote",
 4097 "rustc_version",
 4098 "syn 2.0.100",
 4099]
 4100
 4101[[package]]
 4102name = "derive_refineable"
 4103version = "0.1.0"
 4104dependencies = [
 4105 "proc-macro2",
 4106 "quote",
 4107 "syn 1.0.109",
 4108]
 4109
 4110[[package]]
 4111name = "diagnostics"
 4112version = "0.1.0"
 4113dependencies = [
 4114 "anyhow",
 4115 "client",
 4116 "collections",
 4117 "ctor",
 4118 "editor",
 4119 "env_logger 0.11.7",
 4120 "gpui",
 4121 "language",
 4122 "log",
 4123 "lsp",
 4124 "pretty_assertions",
 4125 "project",
 4126 "rand 0.8.5",
 4127 "serde",
 4128 "serde_json",
 4129 "settings",
 4130 "theme",
 4131 "ui",
 4132 "unindent",
 4133 "util",
 4134 "workspace",
 4135]
 4136
 4137[[package]]
 4138name = "dialoguer"
 4139version = "0.11.0"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4142dependencies = [
 4143 "console",
 4144 "fuzzy-matcher",
 4145 "shell-words",
 4146 "tempfile",
 4147 "thiserror 1.0.69",
 4148 "zeroize",
 4149]
 4150
 4151[[package]]
 4152name = "diff"
 4153version = "0.1.13"
 4154source = "registry+https://github.com/rust-lang/crates.io-index"
 4155checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4156
 4157[[package]]
 4158name = "digest"
 4159version = "0.10.7"
 4160source = "registry+https://github.com/rust-lang/crates.io-index"
 4161checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4162dependencies = [
 4163 "block-buffer",
 4164 "const-oid",
 4165 "crypto-common",
 4166 "subtle",
 4167]
 4168
 4169[[package]]
 4170name = "dirs"
 4171version = "4.0.0"
 4172source = "registry+https://github.com/rust-lang/crates.io-index"
 4173checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4174dependencies = [
 4175 "dirs-sys 0.3.7",
 4176]
 4177
 4178[[package]]
 4179name = "dirs"
 4180version = "5.0.1"
 4181source = "registry+https://github.com/rust-lang/crates.io-index"
 4182checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4183dependencies = [
 4184 "dirs-sys 0.4.1",
 4185]
 4186
 4187[[package]]
 4188name = "dirs-sys"
 4189version = "0.3.7"
 4190source = "registry+https://github.com/rust-lang/crates.io-index"
 4191checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4192dependencies = [
 4193 "libc",
 4194 "redox_users",
 4195 "winapi",
 4196]
 4197
 4198[[package]]
 4199name = "dirs-sys"
 4200version = "0.4.1"
 4201source = "registry+https://github.com/rust-lang/crates.io-index"
 4202checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4203dependencies = [
 4204 "libc",
 4205 "option-ext",
 4206 "redox_users",
 4207 "windows-sys 0.48.0",
 4208]
 4209
 4210[[package]]
 4211name = "displaydoc"
 4212version = "0.2.5"
 4213source = "registry+https://github.com/rust-lang/crates.io-index"
 4214checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4215dependencies = [
 4216 "proc-macro2",
 4217 "quote",
 4218 "syn 2.0.100",
 4219]
 4220
 4221[[package]]
 4222name = "dlib"
 4223version = "0.5.2"
 4224source = "registry+https://github.com/rust-lang/crates.io-index"
 4225checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4226dependencies = [
 4227 "libloading",
 4228]
 4229
 4230[[package]]
 4231name = "docs_preprocessor"
 4232version = "0.1.0"
 4233dependencies = [
 4234 "anyhow",
 4235 "clap",
 4236 "mdbook",
 4237 "regex",
 4238 "serde",
 4239 "serde_json",
 4240 "settings",
 4241 "util",
 4242]
 4243
 4244[[package]]
 4245name = "dotenvy"
 4246version = "0.15.7"
 4247source = "registry+https://github.com/rust-lang/crates.io-index"
 4248checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4249
 4250[[package]]
 4251name = "downcast-rs"
 4252version = "1.2.1"
 4253source = "registry+https://github.com/rust-lang/crates.io-index"
 4254checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4255
 4256[[package]]
 4257name = "doxygen-rs"
 4258version = "0.4.2"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4261dependencies = [
 4262 "phf",
 4263]
 4264
 4265[[package]]
 4266name = "dtor"
 4267version = "0.0.5"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4270dependencies = [
 4271 "dtor-proc-macro",
 4272]
 4273
 4274[[package]]
 4275name = "dtor-proc-macro"
 4276version = "0.0.5"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4279
 4280[[package]]
 4281name = "dunce"
 4282version = "1.0.5"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4285
 4286[[package]]
 4287name = "dwrote"
 4288version = "0.11.2"
 4289source = "registry+https://github.com/rust-lang/crates.io-index"
 4290checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4291dependencies = [
 4292 "lazy_static",
 4293 "libc",
 4294 "winapi",
 4295 "wio",
 4296]
 4297
 4298[[package]]
 4299name = "dyn-clone"
 4300version = "1.0.17"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4303
 4304[[package]]
 4305name = "ec4rs"
 4306version = "1.1.1"
 4307source = "registry+https://github.com/rust-lang/crates.io-index"
 4308checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4309
 4310[[package]]
 4311name = "ecdsa"
 4312version = "0.14.8"
 4313source = "registry+https://github.com/rust-lang/crates.io-index"
 4314checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4315dependencies = [
 4316 "der 0.6.1",
 4317 "elliptic-curve",
 4318 "rfc6979",
 4319 "signature 1.6.4",
 4320]
 4321
 4322[[package]]
 4323name = "editor"
 4324version = "0.1.0"
 4325dependencies = [
 4326 "aho-corasick",
 4327 "anyhow",
 4328 "assets",
 4329 "buffer_diff",
 4330 "chrono",
 4331 "client",
 4332 "clock",
 4333 "collections",
 4334 "convert_case 0.8.0",
 4335 "ctor",
 4336 "db",
 4337 "emojis",
 4338 "env_logger 0.11.7",
 4339 "feature_flags",
 4340 "file_icons",
 4341 "fs",
 4342 "futures 0.3.31",
 4343 "fuzzy",
 4344 "git",
 4345 "gpui",
 4346 "http_client",
 4347 "indoc",
 4348 "inline_completion",
 4349 "itertools 0.14.0",
 4350 "language",
 4351 "languages",
 4352 "linkify",
 4353 "log",
 4354 "lsp",
 4355 "markdown",
 4356 "menu",
 4357 "multi_buffer",
 4358 "ordered-float 2.10.1",
 4359 "parking_lot",
 4360 "pretty_assertions",
 4361 "project",
 4362 "rand 0.8.5",
 4363 "release_channel",
 4364 "rpc",
 4365 "schemars",
 4366 "serde",
 4367 "serde_json",
 4368 "settings",
 4369 "smallvec",
 4370 "smol",
 4371 "snippet",
 4372 "sum_tree",
 4373 "task",
 4374 "telemetry",
 4375 "tempfile",
 4376 "text",
 4377 "theme",
 4378 "time",
 4379 "time_format",
 4380 "tree-sitter-html",
 4381 "tree-sitter-rust",
 4382 "tree-sitter-typescript",
 4383 "ui",
 4384 "unicode-script",
 4385 "unicode-segmentation",
 4386 "unindent",
 4387 "url",
 4388 "util",
 4389 "uuid",
 4390 "workspace",
 4391 "zed_actions",
 4392]
 4393
 4394[[package]]
 4395name = "either"
 4396version = "1.13.0"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4399dependencies = [
 4400 "serde",
 4401]
 4402
 4403[[package]]
 4404name = "elasticlunr-rs"
 4405version = "3.0.2"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4408dependencies = [
 4409 "regex",
 4410 "serde",
 4411 "serde_derive",
 4412 "serde_json",
 4413]
 4414
 4415[[package]]
 4416name = "elliptic-curve"
 4417version = "0.12.3"
 4418source = "registry+https://github.com/rust-lang/crates.io-index"
 4419checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4420dependencies = [
 4421 "base16ct",
 4422 "crypto-bigint 0.4.9",
 4423 "der 0.6.1",
 4424 "digest",
 4425 "ff",
 4426 "generic-array",
 4427 "group",
 4428 "pkcs8 0.9.0",
 4429 "rand_core 0.6.4",
 4430 "sec1",
 4431 "subtle",
 4432 "zeroize",
 4433]
 4434
 4435[[package]]
 4436name = "embed-resource"
 4437version = "3.0.2"
 4438source = "registry+https://github.com/rust-lang/crates.io-index"
 4439checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4440dependencies = [
 4441 "cc",
 4442 "memchr",
 4443 "rustc_version",
 4444 "toml 0.8.20",
 4445 "vswhom",
 4446 "winreg 0.52.0",
 4447]
 4448
 4449[[package]]
 4450name = "embedded-io"
 4451version = "0.4.0"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4454
 4455[[package]]
 4456name = "embedded-io"
 4457version = "0.6.1"
 4458source = "registry+https://github.com/rust-lang/crates.io-index"
 4459checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4460
 4461[[package]]
 4462name = "emojis"
 4463version = "0.6.4"
 4464source = "registry+https://github.com/rust-lang/crates.io-index"
 4465checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4466dependencies = [
 4467 "phf",
 4468]
 4469
 4470[[package]]
 4471name = "encode_unicode"
 4472version = "0.3.6"
 4473source = "registry+https://github.com/rust-lang/crates.io-index"
 4474checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4475
 4476[[package]]
 4477name = "encoding_rs"
 4478version = "0.8.35"
 4479source = "registry+https://github.com/rust-lang/crates.io-index"
 4480checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4481dependencies = [
 4482 "cfg-if",
 4483]
 4484
 4485[[package]]
 4486name = "endi"
 4487version = "1.1.0"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4490
 4491[[package]]
 4492name = "enumflags2"
 4493version = "0.7.10"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4496dependencies = [
 4497 "enumflags2_derive",
 4498 "serde",
 4499]
 4500
 4501[[package]]
 4502name = "enumflags2_derive"
 4503version = "0.7.10"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4506dependencies = [
 4507 "proc-macro2",
 4508 "quote",
 4509 "syn 2.0.100",
 4510]
 4511
 4512[[package]]
 4513name = "env_filter"
 4514version = "0.1.2"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4517dependencies = [
 4518 "log",
 4519 "regex",
 4520]
 4521
 4522[[package]]
 4523name = "env_logger"
 4524version = "0.10.2"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4527dependencies = [
 4528 "humantime",
 4529 "is-terminal",
 4530 "log",
 4531 "regex",
 4532 "termcolor",
 4533]
 4534
 4535[[package]]
 4536name = "env_logger"
 4537version = "0.11.7"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4540dependencies = [
 4541 "anstream",
 4542 "anstyle",
 4543 "env_filter",
 4544 "jiff",
 4545 "log",
 4546]
 4547
 4548[[package]]
 4549name = "envy"
 4550version = "0.4.2"
 4551source = "registry+https://github.com/rust-lang/crates.io-index"
 4552checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4553dependencies = [
 4554 "serde",
 4555]
 4556
 4557[[package]]
 4558name = "equivalent"
 4559version = "1.0.1"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4562
 4563[[package]]
 4564name = "erased-serde"
 4565version = "0.4.5"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4568dependencies = [
 4569 "serde",
 4570 "typeid",
 4571]
 4572
 4573[[package]]
 4574name = "errno"
 4575version = "0.2.8"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4578dependencies = [
 4579 "errno-dragonfly",
 4580 "libc",
 4581 "winapi",
 4582]
 4583
 4584[[package]]
 4585name = "errno"
 4586version = "0.3.10"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4589dependencies = [
 4590 "libc",
 4591 "windows-sys 0.59.0",
 4592]
 4593
 4594[[package]]
 4595name = "errno-dragonfly"
 4596version = "0.1.2"
 4597source = "registry+https://github.com/rust-lang/crates.io-index"
 4598checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4599dependencies = [
 4600 "cc",
 4601 "libc",
 4602]
 4603
 4604[[package]]
 4605name = "etagere"
 4606version = "0.2.15"
 4607source = "registry+https://github.com/rust-lang/crates.io-index"
 4608checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4609dependencies = [
 4610 "euclid",
 4611 "svg_fmt",
 4612]
 4613
 4614[[package]]
 4615name = "etcetera"
 4616version = "0.8.0"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4619dependencies = [
 4620 "cfg-if",
 4621 "home",
 4622 "windows-sys 0.48.0",
 4623]
 4624
 4625[[package]]
 4626name = "euclid"
 4627version = "0.22.11"
 4628source = "registry+https://github.com/rust-lang/crates.io-index"
 4629checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4630dependencies = [
 4631 "num-traits",
 4632]
 4633
 4634[[package]]
 4635name = "evals"
 4636version = "0.1.0"
 4637dependencies = [
 4638 "anyhow",
 4639 "clap",
 4640 "client",
 4641 "clock",
 4642 "collections",
 4643 "env_logger 0.11.7",
 4644 "feature_flags",
 4645 "fs",
 4646 "gpui",
 4647 "http_client",
 4648 "language",
 4649 "languages",
 4650 "node_runtime",
 4651 "open_ai",
 4652 "project",
 4653 "reqwest_client",
 4654 "semantic_index",
 4655 "serde",
 4656 "serde_json",
 4657 "settings",
 4658 "smol",
 4659 "util",
 4660]
 4661
 4662[[package]]
 4663name = "event-listener"
 4664version = "2.5.3"
 4665source = "registry+https://github.com/rust-lang/crates.io-index"
 4666checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4667
 4668[[package]]
 4669name = "event-listener"
 4670version = "5.3.1"
 4671source = "registry+https://github.com/rust-lang/crates.io-index"
 4672checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4673dependencies = [
 4674 "concurrent-queue",
 4675 "parking",
 4676 "pin-project-lite",
 4677]
 4678
 4679[[package]]
 4680name = "event-listener-strategy"
 4681version = "0.5.3"
 4682source = "registry+https://github.com/rust-lang/crates.io-index"
 4683checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4684dependencies = [
 4685 "event-listener 5.3.1",
 4686 "pin-project-lite",
 4687]
 4688
 4689[[package]]
 4690name = "exec"
 4691version = "0.3.1"
 4692source = "registry+https://github.com/rust-lang/crates.io-index"
 4693checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4694dependencies = [
 4695 "errno 0.2.8",
 4696 "libc",
 4697]
 4698
 4699[[package]]
 4700name = "exr"
 4701version = "1.73.0"
 4702source = "registry+https://github.com/rust-lang/crates.io-index"
 4703checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4704dependencies = [
 4705 "bit_field",
 4706 "half",
 4707 "lebe",
 4708 "miniz_oxide",
 4709 "rayon-core",
 4710 "smallvec",
 4711 "zune-inflate",
 4712]
 4713
 4714[[package]]
 4715name = "extension"
 4716version = "0.1.0"
 4717dependencies = [
 4718 "anyhow",
 4719 "async-compression",
 4720 "async-tar",
 4721 "async-trait",
 4722 "collections",
 4723 "convert_case 0.8.0",
 4724 "fs",
 4725 "futures 0.3.31",
 4726 "gpui",
 4727 "http_client",
 4728 "language",
 4729 "log",
 4730 "lsp",
 4731 "parking_lot",
 4732 "semantic_version",
 4733 "serde",
 4734 "serde_json",
 4735 "toml 0.8.20",
 4736 "util",
 4737 "wasm-encoder 0.221.3",
 4738 "wasmparser 0.221.3",
 4739 "wit-component 0.221.3",
 4740]
 4741
 4742[[package]]
 4743name = "extension_cli"
 4744version = "0.1.0"
 4745dependencies = [
 4746 "anyhow",
 4747 "clap",
 4748 "env_logger 0.11.7",
 4749 "extension",
 4750 "fs",
 4751 "language",
 4752 "log",
 4753 "reqwest_client",
 4754 "rpc",
 4755 "serde",
 4756 "serde_json",
 4757 "theme",
 4758 "tokio",
 4759 "toml 0.8.20",
 4760 "tree-sitter",
 4761 "wasmtime",
 4762]
 4763
 4764[[package]]
 4765name = "extension_host"
 4766version = "0.1.0"
 4767dependencies = [
 4768 "anyhow",
 4769 "async-compression",
 4770 "async-tar",
 4771 "async-trait",
 4772 "client",
 4773 "collections",
 4774 "context_server_settings",
 4775 "ctor",
 4776 "env_logger 0.11.7",
 4777 "extension",
 4778 "fs",
 4779 "futures 0.3.31",
 4780 "gpui",
 4781 "http_client",
 4782 "language",
 4783 "language_extension",
 4784 "log",
 4785 "lsp",
 4786 "node_runtime",
 4787 "parking_lot",
 4788 "paths",
 4789 "project",
 4790 "release_channel",
 4791 "remote",
 4792 "reqwest_client",
 4793 "schemars",
 4794 "semantic_version",
 4795 "serde",
 4796 "serde_json",
 4797 "serde_json_lenient",
 4798 "settings",
 4799 "task",
 4800 "telemetry",
 4801 "tempfile",
 4802 "theme",
 4803 "theme_extension",
 4804 "toml 0.8.20",
 4805 "url",
 4806 "util",
 4807 "wasmparser 0.221.3",
 4808 "wasmtime",
 4809 "wasmtime-wasi",
 4810]
 4811
 4812[[package]]
 4813name = "extensions_ui"
 4814version = "0.1.0"
 4815dependencies = [
 4816 "anyhow",
 4817 "client",
 4818 "collections",
 4819 "db",
 4820 "editor",
 4821 "extension_host",
 4822 "fs",
 4823 "fuzzy",
 4824 "gpui",
 4825 "language",
 4826 "num-format",
 4827 "picker",
 4828 "project",
 4829 "release_channel",
 4830 "semantic_version",
 4831 "serde",
 4832 "settings",
 4833 "smallvec",
 4834 "strum",
 4835 "telemetry",
 4836 "theme",
 4837 "ui",
 4838 "util",
 4839 "vim_mode_setting",
 4840 "workspace",
 4841 "zed_actions",
 4842]
 4843
 4844[[package]]
 4845name = "fallible-iterator"
 4846version = "0.3.0"
 4847source = "registry+https://github.com/rust-lang/crates.io-index"
 4848checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4849
 4850[[package]]
 4851name = "fancy-regex"
 4852version = "0.13.0"
 4853source = "registry+https://github.com/rust-lang/crates.io-index"
 4854checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4855dependencies = [
 4856 "bit-set 0.5.3",
 4857 "regex-automata 0.4.9",
 4858 "regex-syntax 0.8.5",
 4859]
 4860
 4861[[package]]
 4862name = "fancy-regex"
 4863version = "0.14.0"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4866dependencies = [
 4867 "bit-set 0.8.0",
 4868 "regex-automata 0.4.9",
 4869 "regex-syntax 0.8.5",
 4870]
 4871
 4872[[package]]
 4873name = "fast-srgb8"
 4874version = "1.0.0"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4877
 4878[[package]]
 4879name = "fastrand"
 4880version = "1.9.0"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4883dependencies = [
 4884 "instant",
 4885]
 4886
 4887[[package]]
 4888name = "fastrand"
 4889version = "2.3.0"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4892
 4893[[package]]
 4894name = "fd-lock"
 4895version = "4.0.2"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4898dependencies = [
 4899 "cfg-if",
 4900 "rustix",
 4901 "windows-sys 0.52.0",
 4902]
 4903
 4904[[package]]
 4905name = "fdeflate"
 4906version = "0.3.7"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4909dependencies = [
 4910 "simd-adler32",
 4911]
 4912
 4913[[package]]
 4914name = "feature_flags"
 4915version = "0.1.0"
 4916dependencies = [
 4917 "futures 0.3.31",
 4918 "gpui",
 4919 "smol",
 4920]
 4921
 4922[[package]]
 4923name = "feedback"
 4924version = "0.1.0"
 4925dependencies = [
 4926 "client",
 4927 "editor",
 4928 "gpui",
 4929 "human_bytes",
 4930 "menu",
 4931 "release_channel",
 4932 "serde",
 4933 "sysinfo",
 4934 "ui",
 4935 "urlencoding",
 4936 "util",
 4937 "workspace",
 4938 "zed_actions",
 4939]
 4940
 4941[[package]]
 4942name = "ff"
 4943version = "0.12.1"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4946dependencies = [
 4947 "rand_core 0.6.4",
 4948 "subtle",
 4949]
 4950
 4951[[package]]
 4952name = "file_finder"
 4953version = "0.1.0"
 4954dependencies = [
 4955 "anyhow",
 4956 "collections",
 4957 "ctor",
 4958 "editor",
 4959 "env_logger 0.11.7",
 4960 "file_icons",
 4961 "futures 0.3.31",
 4962 "fuzzy",
 4963 "gpui",
 4964 "language",
 4965 "menu",
 4966 "picker",
 4967 "project",
 4968 "schemars",
 4969 "serde",
 4970 "serde_derive",
 4971 "serde_json",
 4972 "settings",
 4973 "text",
 4974 "theme",
 4975 "ui",
 4976 "util",
 4977 "workspace",
 4978]
 4979
 4980[[package]]
 4981name = "file_icons"
 4982version = "0.1.0"
 4983dependencies = [
 4984 "gpui",
 4985 "serde",
 4986 "settings",
 4987 "theme",
 4988 "util",
 4989]
 4990
 4991[[package]]
 4992name = "filedescriptor"
 4993version = "0.8.3"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4996dependencies = [
 4997 "libc",
 4998 "thiserror 1.0.69",
 4999 "winapi",
 5000]
 5001
 5002[[package]]
 5003name = "filetime"
 5004version = "0.2.25"
 5005source = "registry+https://github.com/rust-lang/crates.io-index"
 5006checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5007dependencies = [
 5008 "cfg-if",
 5009 "libc",
 5010 "libredox",
 5011 "windows-sys 0.59.0",
 5012]
 5013
 5014[[package]]
 5015name = "fixedbitset"
 5016version = "0.4.2"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5019
 5020[[package]]
 5021name = "flate2"
 5022version = "1.0.35"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5025dependencies = [
 5026 "crc32fast",
 5027 "miniz_oxide",
 5028]
 5029
 5030[[package]]
 5031name = "float-cmp"
 5032version = "0.9.0"
 5033source = "registry+https://github.com/rust-lang/crates.io-index"
 5034checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5035
 5036[[package]]
 5037name = "float-ord"
 5038version = "0.3.2"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5041
 5042[[package]]
 5043name = "float_next_after"
 5044version = "1.0.0"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5047
 5048[[package]]
 5049name = "flume"
 5050version = "0.11.1"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5053dependencies = [
 5054 "futures-core",
 5055 "futures-sink",
 5056 "nanorand",
 5057 "spin",
 5058]
 5059
 5060[[package]]
 5061name = "fnv"
 5062version = "1.0.7"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5065
 5066[[package]]
 5067name = "foldhash"
 5068version = "0.1.3"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5071
 5072[[package]]
 5073name = "font-kit"
 5074version = "0.14.1"
 5075source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5076dependencies = [
 5077 "bitflags 2.8.0",
 5078 "byteorder",
 5079 "core-foundation 0.9.4",
 5080 "core-graphics 0.23.2",
 5081 "core-text",
 5082 "dirs 5.0.1",
 5083 "dwrote",
 5084 "float-ord",
 5085 "freetype-sys",
 5086 "lazy_static",
 5087 "libc",
 5088 "log",
 5089 "pathfinder_geometry",
 5090 "pathfinder_simd",
 5091 "walkdir",
 5092 "winapi",
 5093 "yeslogic-fontconfig-sys",
 5094]
 5095
 5096[[package]]
 5097name = "font-types"
 5098version = "0.8.3"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5101dependencies = [
 5102 "bytemuck",
 5103]
 5104
 5105[[package]]
 5106name = "fontconfig-parser"
 5107version = "0.5.7"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5110dependencies = [
 5111 "roxmltree",
 5112]
 5113
 5114[[package]]
 5115name = "fontdb"
 5116version = "0.16.2"
 5117source = "registry+https://github.com/rust-lang/crates.io-index"
 5118checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5119dependencies = [
 5120 "fontconfig-parser",
 5121 "log",
 5122 "memmap2",
 5123 "slotmap",
 5124 "tinyvec",
 5125 "ttf-parser 0.20.0",
 5126]
 5127
 5128[[package]]
 5129name = "fontdb"
 5130version = "0.23.0"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5133dependencies = [
 5134 "fontconfig-parser",
 5135 "log",
 5136 "memmap2",
 5137 "slotmap",
 5138 "tinyvec",
 5139 "ttf-parser 0.25.1",
 5140]
 5141
 5142[[package]]
 5143name = "foreign-types"
 5144version = "0.3.2"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5147dependencies = [
 5148 "foreign-types-shared 0.1.1",
 5149]
 5150
 5151[[package]]
 5152name = "foreign-types"
 5153version = "0.5.0"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5156dependencies = [
 5157 "foreign-types-macros",
 5158 "foreign-types-shared 0.3.1",
 5159]
 5160
 5161[[package]]
 5162name = "foreign-types-macros"
 5163version = "0.2.3"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5166dependencies = [
 5167 "proc-macro2",
 5168 "quote",
 5169 "syn 2.0.100",
 5170]
 5171
 5172[[package]]
 5173name = "foreign-types-shared"
 5174version = "0.1.1"
 5175source = "registry+https://github.com/rust-lang/crates.io-index"
 5176checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5177
 5178[[package]]
 5179name = "foreign-types-shared"
 5180version = "0.3.1"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5183
 5184[[package]]
 5185name = "fork"
 5186version = "0.2.0"
 5187source = "registry+https://github.com/rust-lang/crates.io-index"
 5188checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5189dependencies = [
 5190 "libc",
 5191]
 5192
 5193[[package]]
 5194name = "form_urlencoded"
 5195version = "1.2.1"
 5196source = "registry+https://github.com/rust-lang/crates.io-index"
 5197checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5198dependencies = [
 5199 "percent-encoding",
 5200]
 5201
 5202[[package]]
 5203name = "freetype-sys"
 5204version = "0.20.1"
 5205source = "registry+https://github.com/rust-lang/crates.io-index"
 5206checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5207dependencies = [
 5208 "cc",
 5209 "libc",
 5210 "pkg-config",
 5211]
 5212
 5213[[package]]
 5214name = "fs"
 5215version = "0.1.0"
 5216dependencies = [
 5217 "anyhow",
 5218 "ashpd",
 5219 "async-tar",
 5220 "async-trait",
 5221 "cocoa 0.26.0",
 5222 "collections",
 5223 "fsevent",
 5224 "futures 0.3.31",
 5225 "git",
 5226 "gpui",
 5227 "ignore",
 5228 "libc",
 5229 "log",
 5230 "notify 6.1.1",
 5231 "objc",
 5232 "parking_lot",
 5233 "paths",
 5234 "proto",
 5235 "rope",
 5236 "serde",
 5237 "serde_json",
 5238 "smol",
 5239 "tempfile",
 5240 "text",
 5241 "time",
 5242 "util",
 5243 "windows 0.61.1",
 5244]
 5245
 5246[[package]]
 5247name = "fs-set-times"
 5248version = "0.20.2"
 5249source = "registry+https://github.com/rust-lang/crates.io-index"
 5250checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5251dependencies = [
 5252 "io-lifetimes",
 5253 "rustix",
 5254 "windows-sys 0.59.0",
 5255]
 5256
 5257[[package]]
 5258name = "fs2"
 5259version = "0.4.3"
 5260source = "registry+https://github.com/rust-lang/crates.io-index"
 5261checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5262dependencies = [
 5263 "libc",
 5264 "winapi",
 5265]
 5266
 5267[[package]]
 5268name = "fs_extra"
 5269version = "1.3.0"
 5270source = "registry+https://github.com/rust-lang/crates.io-index"
 5271checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5272
 5273[[package]]
 5274name = "fsevent"
 5275version = "0.1.0"
 5276dependencies = [
 5277 "bitflags 2.8.0",
 5278 "core-foundation 0.9.4",
 5279 "fsevent-sys 3.1.0",
 5280 "parking_lot",
 5281 "tempfile",
 5282]
 5283
 5284[[package]]
 5285name = "fsevent-sys"
 5286version = "3.1.0"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5289dependencies = [
 5290 "libc",
 5291]
 5292
 5293[[package]]
 5294name = "fsevent-sys"
 5295version = "4.1.0"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5298dependencies = [
 5299 "libc",
 5300]
 5301
 5302[[package]]
 5303name = "funty"
 5304version = "2.0.0"
 5305source = "registry+https://github.com/rust-lang/crates.io-index"
 5306checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5307
 5308[[package]]
 5309name = "futf"
 5310version = "0.1.5"
 5311source = "registry+https://github.com/rust-lang/crates.io-index"
 5312checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5313dependencies = [
 5314 "mac",
 5315 "new_debug_unreachable",
 5316]
 5317
 5318[[package]]
 5319name = "futures"
 5320version = "0.1.31"
 5321source = "registry+https://github.com/rust-lang/crates.io-index"
 5322checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5323
 5324[[package]]
 5325name = "futures"
 5326version = "0.3.31"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5329dependencies = [
 5330 "futures-channel",
 5331 "futures-core",
 5332 "futures-executor",
 5333 "futures-io",
 5334 "futures-sink",
 5335 "futures-task",
 5336 "futures-util",
 5337]
 5338
 5339[[package]]
 5340name = "futures-batch"
 5341version = "0.6.1"
 5342source = "registry+https://github.com/rust-lang/crates.io-index"
 5343checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5344dependencies = [
 5345 "futures 0.3.31",
 5346 "futures-timer",
 5347 "pin-utils",
 5348]
 5349
 5350[[package]]
 5351name = "futures-channel"
 5352version = "0.3.31"
 5353source = "registry+https://github.com/rust-lang/crates.io-index"
 5354checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5355dependencies = [
 5356 "futures-core",
 5357 "futures-sink",
 5358]
 5359
 5360[[package]]
 5361name = "futures-core"
 5362version = "0.3.31"
 5363source = "registry+https://github.com/rust-lang/crates.io-index"
 5364checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5365
 5366[[package]]
 5367name = "futures-executor"
 5368version = "0.3.31"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5371dependencies = [
 5372 "futures-core",
 5373 "futures-task",
 5374 "futures-util",
 5375]
 5376
 5377[[package]]
 5378name = "futures-intrusive"
 5379version = "0.5.0"
 5380source = "registry+https://github.com/rust-lang/crates.io-index"
 5381checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5382dependencies = [
 5383 "futures-core",
 5384 "lock_api",
 5385 "parking_lot",
 5386]
 5387
 5388[[package]]
 5389name = "futures-io"
 5390version = "0.3.31"
 5391source = "registry+https://github.com/rust-lang/crates.io-index"
 5392checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5393
 5394[[package]]
 5395name = "futures-lite"
 5396version = "1.13.0"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5399dependencies = [
 5400 "fastrand 1.9.0",
 5401 "futures-core",
 5402 "futures-io",
 5403 "memchr",
 5404 "parking",
 5405 "pin-project-lite",
 5406 "waker-fn",
 5407]
 5408
 5409[[package]]
 5410name = "futures-lite"
 5411version = "2.6.0"
 5412source = "registry+https://github.com/rust-lang/crates.io-index"
 5413checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5414dependencies = [
 5415 "fastrand 2.3.0",
 5416 "futures-core",
 5417 "futures-io",
 5418 "parking",
 5419 "pin-project-lite",
 5420]
 5421
 5422[[package]]
 5423name = "futures-macro"
 5424version = "0.3.31"
 5425source = "registry+https://github.com/rust-lang/crates.io-index"
 5426checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5427dependencies = [
 5428 "proc-macro2",
 5429 "quote",
 5430 "syn 2.0.100",
 5431]
 5432
 5433[[package]]
 5434name = "futures-sink"
 5435version = "0.3.31"
 5436source = "registry+https://github.com/rust-lang/crates.io-index"
 5437checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5438
 5439[[package]]
 5440name = "futures-task"
 5441version = "0.3.31"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5444
 5445[[package]]
 5446name = "futures-timer"
 5447version = "3.0.3"
 5448source = "registry+https://github.com/rust-lang/crates.io-index"
 5449checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5450
 5451[[package]]
 5452name = "futures-util"
 5453version = "0.3.31"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5456dependencies = [
 5457 "futures 0.1.31",
 5458 "futures-channel",
 5459 "futures-core",
 5460 "futures-io",
 5461 "futures-macro",
 5462 "futures-sink",
 5463 "futures-task",
 5464 "memchr",
 5465 "pin-project-lite",
 5466 "pin-utils",
 5467 "slab",
 5468 "tokio-io",
 5469]
 5470
 5471[[package]]
 5472name = "fuzzy"
 5473version = "0.1.0"
 5474dependencies = [
 5475 "gpui",
 5476 "log",
 5477 "util",
 5478]
 5479
 5480[[package]]
 5481name = "fuzzy-matcher"
 5482version = "0.3.7"
 5483source = "registry+https://github.com/rust-lang/crates.io-index"
 5484checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5485dependencies = [
 5486 "thread_local",
 5487]
 5488
 5489[[package]]
 5490name = "generic-array"
 5491version = "0.14.7"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5494dependencies = [
 5495 "typenum",
 5496 "version_check",
 5497]
 5498
 5499[[package]]
 5500name = "gethostname"
 5501version = "0.4.3"
 5502source = "registry+https://github.com/rust-lang/crates.io-index"
 5503checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5504dependencies = [
 5505 "libc",
 5506 "windows-targets 0.48.5",
 5507]
 5508
 5509[[package]]
 5510name = "getrandom"
 5511version = "0.1.16"
 5512source = "registry+https://github.com/rust-lang/crates.io-index"
 5513checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5514dependencies = [
 5515 "cfg-if",
 5516 "libc",
 5517 "wasi 0.9.0+wasi-snapshot-preview1",
 5518]
 5519
 5520[[package]]
 5521name = "getrandom"
 5522version = "0.2.15"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5525dependencies = [
 5526 "cfg-if",
 5527 "js-sys",
 5528 "libc",
 5529 "wasi 0.11.0+wasi-snapshot-preview1",
 5530 "wasm-bindgen",
 5531]
 5532
 5533[[package]]
 5534name = "getrandom"
 5535version = "0.3.1"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5538dependencies = [
 5539 "cfg-if",
 5540 "libc",
 5541 "wasi 0.13.3+wasi-0.2.2",
 5542 "windows-targets 0.52.6",
 5543]
 5544
 5545[[package]]
 5546name = "gif"
 5547version = "0.13.1"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5550dependencies = [
 5551 "color_quant",
 5552 "weezl",
 5553]
 5554
 5555[[package]]
 5556name = "gimli"
 5557version = "0.31.1"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5560dependencies = [
 5561 "fallible-iterator",
 5562 "indexmap",
 5563 "stable_deref_trait",
 5564]
 5565
 5566[[package]]
 5567name = "git"
 5568version = "0.1.0"
 5569dependencies = [
 5570 "anyhow",
 5571 "askpass",
 5572 "async-trait",
 5573 "collections",
 5574 "derive_more",
 5575 "futures 0.3.31",
 5576 "git2",
 5577 "gpui",
 5578 "http_client",
 5579 "log",
 5580 "parking_lot",
 5581 "pretty_assertions",
 5582 "regex",
 5583 "rope",
 5584 "schemars",
 5585 "serde",
 5586 "serde_json",
 5587 "smol",
 5588 "sum_tree",
 5589 "tempfile",
 5590 "text",
 5591 "thiserror 2.0.12",
 5592 "time",
 5593 "unindent",
 5594 "url",
 5595 "util",
 5596 "uuid",
 5597]
 5598
 5599[[package]]
 5600name = "git2"
 5601version = "0.20.1"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5604dependencies = [
 5605 "bitflags 2.8.0",
 5606 "libc",
 5607 "libgit2-sys",
 5608 "log",
 5609 "url",
 5610]
 5611
 5612[[package]]
 5613name = "git_hosting_providers"
 5614version = "0.1.0"
 5615dependencies = [
 5616 "anyhow",
 5617 "async-trait",
 5618 "futures 0.3.31",
 5619 "git",
 5620 "gpui",
 5621 "http_client",
 5622 "indoc",
 5623 "pretty_assertions",
 5624 "regex",
 5625 "schemars",
 5626 "serde",
 5627 "serde_json",
 5628 "settings",
 5629 "url",
 5630 "util",
 5631]
 5632
 5633[[package]]
 5634name = "git_ui"
 5635version = "0.1.0"
 5636dependencies = [
 5637 "anyhow",
 5638 "askpass",
 5639 "assistant_settings",
 5640 "buffer_diff",
 5641 "collections",
 5642 "command_palette_hooks",
 5643 "component",
 5644 "ctor",
 5645 "db",
 5646 "editor",
 5647 "env_logger 0.11.7",
 5648 "futures 0.3.31",
 5649 "fuzzy",
 5650 "git",
 5651 "gpui",
 5652 "itertools 0.14.0",
 5653 "language",
 5654 "language_model",
 5655 "linkify",
 5656 "linkme",
 5657 "log",
 5658 "menu",
 5659 "multi_buffer",
 5660 "notifications",
 5661 "panel",
 5662 "picker",
 5663 "postage",
 5664 "pretty_assertions",
 5665 "project",
 5666 "schemars",
 5667 "serde",
 5668 "serde_derive",
 5669 "serde_json",
 5670 "settings",
 5671 "strum",
 5672 "telemetry",
 5673 "theme",
 5674 "time",
 5675 "time_format",
 5676 "ui",
 5677 "unindent",
 5678 "util",
 5679 "windows 0.61.1",
 5680 "workspace",
 5681 "zed_actions",
 5682]
 5683
 5684[[package]]
 5685name = "glob"
 5686version = "0.3.1"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5689
 5690[[package]]
 5691name = "globset"
 5692version = "0.4.16"
 5693source = "registry+https://github.com/rust-lang/crates.io-index"
 5694checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5695dependencies = [
 5696 "aho-corasick",
 5697 "bstr",
 5698 "log",
 5699 "regex-automata 0.4.9",
 5700 "regex-syntax 0.8.5",
 5701]
 5702
 5703[[package]]
 5704name = "gloo-timers"
 5705version = "0.3.0"
 5706source = "registry+https://github.com/rust-lang/crates.io-index"
 5707checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5708dependencies = [
 5709 "futures-channel",
 5710 "futures-core",
 5711 "js-sys",
 5712 "wasm-bindgen",
 5713]
 5714
 5715[[package]]
 5716name = "glow"
 5717version = "0.14.2"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5720dependencies = [
 5721 "js-sys",
 5722 "slotmap",
 5723 "wasm-bindgen",
 5724 "web-sys",
 5725]
 5726
 5727[[package]]
 5728name = "go_to_line"
 5729version = "0.1.0"
 5730dependencies = [
 5731 "anyhow",
 5732 "editor",
 5733 "gpui",
 5734 "indoc",
 5735 "language",
 5736 "menu",
 5737 "project",
 5738 "rope",
 5739 "schemars",
 5740 "serde",
 5741 "serde_json",
 5742 "settings",
 5743 "text",
 5744 "theme",
 5745 "tree-sitter-rust",
 5746 "tree-sitter-typescript",
 5747 "ui",
 5748 "util",
 5749 "workspace",
 5750]
 5751
 5752[[package]]
 5753name = "google_ai"
 5754version = "0.1.0"
 5755dependencies = [
 5756 "anyhow",
 5757 "futures 0.3.31",
 5758 "http_client",
 5759 "schemars",
 5760 "serde",
 5761 "serde_json",
 5762 "strum",
 5763]
 5764
 5765[[package]]
 5766name = "gpu-alloc"
 5767version = "0.6.0"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5770dependencies = [
 5771 "bitflags 2.8.0",
 5772 "gpu-alloc-types",
 5773]
 5774
 5775[[package]]
 5776name = "gpu-alloc-ash"
 5777version = "0.7.0"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5780dependencies = [
 5781 "ash",
 5782 "gpu-alloc-types",
 5783 "tinyvec",
 5784]
 5785
 5786[[package]]
 5787name = "gpu-alloc-types"
 5788version = "0.3.0"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5791dependencies = [
 5792 "bitflags 2.8.0",
 5793]
 5794
 5795[[package]]
 5796name = "gpui"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "anyhow",
 5800 "as-raw-xcb-connection",
 5801 "ashpd",
 5802 "async-task",
 5803 "backtrace",
 5804 "bindgen 0.70.1",
 5805 "blade-graphics",
 5806 "blade-macros",
 5807 "blade-util",
 5808 "block",
 5809 "bytemuck",
 5810 "calloop",
 5811 "calloop-wayland-source",
 5812 "cbindgen 0.28.0",
 5813 "cocoa 0.26.0",
 5814 "collections",
 5815 "core-foundation 0.9.4",
 5816 "core-foundation-sys",
 5817 "core-graphics 0.23.2",
 5818 "core-text",
 5819 "cosmic-text",
 5820 "ctor",
 5821 "derive_more",
 5822 "embed-resource",
 5823 "env_logger 0.11.7",
 5824 "etagere",
 5825 "filedescriptor",
 5826 "flume",
 5827 "font-kit",
 5828 "foreign-types 0.5.0",
 5829 "futures 0.3.31",
 5830 "gpui_macros",
 5831 "http_client",
 5832 "image",
 5833 "inventory",
 5834 "itertools 0.14.0",
 5835 "log",
 5836 "lyon",
 5837 "media",
 5838 "metal",
 5839 "naga",
 5840 "num_cpus",
 5841 "objc",
 5842 "objc2",
 5843 "objc2-metal",
 5844 "oo7",
 5845 "open",
 5846 "parking",
 5847 "parking_lot",
 5848 "pathfinder_geometry",
 5849 "postage",
 5850 "profiling",
 5851 "rand 0.8.5",
 5852 "raw-window-handle",
 5853 "refineable",
 5854 "reqwest_client",
 5855 "resvg",
 5856 "schemars",
 5857 "seahash",
 5858 "semantic_version",
 5859 "serde",
 5860 "serde_derive",
 5861 "serde_json",
 5862 "slotmap",
 5863 "smallvec",
 5864 "smol",
 5865 "strum",
 5866 "sum_tree",
 5867 "taffy",
 5868 "thiserror 2.0.12",
 5869 "unicode-segmentation",
 5870 "usvg",
 5871 "util",
 5872 "uuid",
 5873 "waker-fn",
 5874 "wayland-backend",
 5875 "wayland-client",
 5876 "wayland-cursor",
 5877 "wayland-protocols",
 5878 "wayland-protocols-plasma",
 5879 "windows 0.61.1",
 5880 "windows-core 0.61.0",
 5881 "windows-numerics",
 5882 "x11-clipboard",
 5883 "x11rb",
 5884 "xim",
 5885 "xkbcommon",
 5886]
 5887
 5888[[package]]
 5889name = "gpui_macros"
 5890version = "0.1.0"
 5891dependencies = [
 5892 "gpui",
 5893 "proc-macro2",
 5894 "quote",
 5895 "syn 1.0.109",
 5896]
 5897
 5898[[package]]
 5899name = "gpui_tokio"
 5900version = "0.1.0"
 5901dependencies = [
 5902 "gpui",
 5903 "tokio",
 5904 "util",
 5905]
 5906
 5907[[package]]
 5908name = "grid"
 5909version = "0.13.0"
 5910source = "registry+https://github.com/rust-lang/crates.io-index"
 5911checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5912
 5913[[package]]
 5914name = "group"
 5915version = "0.12.1"
 5916source = "registry+https://github.com/rust-lang/crates.io-index"
 5917checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5918dependencies = [
 5919 "ff",
 5920 "rand_core 0.6.4",
 5921 "subtle",
 5922]
 5923
 5924[[package]]
 5925name = "h2"
 5926version = "0.3.26"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5929dependencies = [
 5930 "bytes 1.10.1",
 5931 "fnv",
 5932 "futures-core",
 5933 "futures-sink",
 5934 "futures-util",
 5935 "http 0.2.12",
 5936 "indexmap",
 5937 "slab",
 5938 "tokio",
 5939 "tokio-util",
 5940 "tracing",
 5941]
 5942
 5943[[package]]
 5944name = "h2"
 5945version = "0.4.7"
 5946source = "registry+https://github.com/rust-lang/crates.io-index"
 5947checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5948dependencies = [
 5949 "atomic-waker",
 5950 "bytes 1.10.1",
 5951 "fnv",
 5952 "futures-core",
 5953 "futures-sink",
 5954 "http 1.2.0",
 5955 "indexmap",
 5956 "slab",
 5957 "tokio",
 5958 "tokio-util",
 5959 "tracing",
 5960]
 5961
 5962[[package]]
 5963name = "half"
 5964version = "2.4.1"
 5965source = "registry+https://github.com/rust-lang/crates.io-index"
 5966checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5967dependencies = [
 5968 "cfg-if",
 5969 "crunchy",
 5970]
 5971
 5972[[package]]
 5973name = "handlebars"
 5974version = "4.5.0"
 5975source = "registry+https://github.com/rust-lang/crates.io-index"
 5976checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5977dependencies = [
 5978 "log",
 5979 "pest",
 5980 "pest_derive",
 5981 "serde",
 5982 "serde_json",
 5983 "thiserror 1.0.69",
 5984]
 5985
 5986[[package]]
 5987name = "handlebars"
 5988version = "6.2.0"
 5989source = "registry+https://github.com/rust-lang/crates.io-index"
 5990checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5991dependencies = [
 5992 "log",
 5993 "num-order",
 5994 "pest",
 5995 "pest_derive",
 5996 "serde",
 5997 "serde_json",
 5998 "thiserror 1.0.69",
 5999]
 6000
 6001[[package]]
 6002name = "hashbrown"
 6003version = "0.12.3"
 6004source = "registry+https://github.com/rust-lang/crates.io-index"
 6005checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6006dependencies = [
 6007 "ahash 0.7.8",
 6008]
 6009
 6010[[package]]
 6011name = "hashbrown"
 6012version = "0.14.5"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6015dependencies = [
 6016 "ahash 0.8.11",
 6017 "allocator-api2",
 6018]
 6019
 6020[[package]]
 6021name = "hashbrown"
 6022version = "0.15.2"
 6023source = "registry+https://github.com/rust-lang/crates.io-index"
 6024checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6025dependencies = [
 6026 "allocator-api2",
 6027 "equivalent",
 6028 "foldhash",
 6029 "serde",
 6030]
 6031
 6032[[package]]
 6033name = "hashlink"
 6034version = "0.8.4"
 6035source = "registry+https://github.com/rust-lang/crates.io-index"
 6036checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6037dependencies = [
 6038 "hashbrown 0.14.5",
 6039]
 6040
 6041[[package]]
 6042name = "hashlink"
 6043version = "0.10.0"
 6044source = "registry+https://github.com/rust-lang/crates.io-index"
 6045checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6046dependencies = [
 6047 "hashbrown 0.15.2",
 6048]
 6049
 6050[[package]]
 6051name = "headers"
 6052version = "0.3.9"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6055dependencies = [
 6056 "base64 0.21.7",
 6057 "bytes 1.10.1",
 6058 "headers-core",
 6059 "http 0.2.12",
 6060 "httpdate",
 6061 "mime",
 6062 "sha1",
 6063]
 6064
 6065[[package]]
 6066name = "headers-core"
 6067version = "0.2.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6070dependencies = [
 6071 "http 0.2.12",
 6072]
 6073
 6074[[package]]
 6075name = "heck"
 6076version = "0.3.3"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6079dependencies = [
 6080 "unicode-segmentation",
 6081]
 6082
 6083[[package]]
 6084name = "heck"
 6085version = "0.4.1"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6088dependencies = [
 6089 "unicode-segmentation",
 6090]
 6091
 6092[[package]]
 6093name = "heck"
 6094version = "0.5.0"
 6095source = "registry+https://github.com/rust-lang/crates.io-index"
 6096checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6097
 6098[[package]]
 6099name = "heed"
 6100version = "0.21.0"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6103dependencies = [
 6104 "bitflags 2.8.0",
 6105 "byteorder",
 6106 "heed-traits",
 6107 "heed-types",
 6108 "libc",
 6109 "lmdb-master-sys",
 6110 "once_cell",
 6111 "page_size",
 6112 "serde",
 6113 "synchronoise",
 6114 "url",
 6115]
 6116
 6117[[package]]
 6118name = "heed-traits"
 6119version = "0.20.0"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6122
 6123[[package]]
 6124name = "heed-types"
 6125version = "0.21.0"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6128dependencies = [
 6129 "bincode",
 6130 "byteorder",
 6131 "heed-traits",
 6132 "serde",
 6133 "serde_json",
 6134]
 6135
 6136[[package]]
 6137name = "hermit-abi"
 6138version = "0.3.9"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6141
 6142[[package]]
 6143name = "hermit-abi"
 6144version = "0.4.0"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6147
 6148[[package]]
 6149name = "hex"
 6150version = "0.4.3"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6153
 6154[[package]]
 6155name = "hexf-parse"
 6156version = "0.2.1"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6159
 6160[[package]]
 6161name = "hidden-trait"
 6162version = "0.1.2"
 6163source = "registry+https://github.com/rust-lang/crates.io-index"
 6164checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6165dependencies = [
 6166 "proc-macro2",
 6167 "quote",
 6168 "syn 1.0.109",
 6169]
 6170
 6171[[package]]
 6172name = "hkdf"
 6173version = "0.12.4"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6176dependencies = [
 6177 "hmac",
 6178]
 6179
 6180[[package]]
 6181name = "hmac"
 6182version = "0.12.1"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6185dependencies = [
 6186 "digest",
 6187]
 6188
 6189[[package]]
 6190name = "home"
 6191version = "0.5.9"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6194dependencies = [
 6195 "windows-sys 0.52.0",
 6196]
 6197
 6198[[package]]
 6199name = "hound"
 6200version = "3.5.1"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6203
 6204[[package]]
 6205name = "html5ever"
 6206version = "0.27.0"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6209dependencies = [
 6210 "log",
 6211 "mac",
 6212 "markup5ever",
 6213 "proc-macro2",
 6214 "quote",
 6215 "syn 2.0.100",
 6216]
 6217
 6218[[package]]
 6219name = "html_to_markdown"
 6220version = "0.1.0"
 6221dependencies = [
 6222 "anyhow",
 6223 "html5ever",
 6224 "indoc",
 6225 "markup5ever_rcdom",
 6226 "pretty_assertions",
 6227 "regex",
 6228]
 6229
 6230[[package]]
 6231name = "http"
 6232version = "0.2.12"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6235dependencies = [
 6236 "bytes 1.10.1",
 6237 "fnv",
 6238 "itoa",
 6239]
 6240
 6241[[package]]
 6242name = "http"
 6243version = "1.2.0"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6246dependencies = [
 6247 "bytes 1.10.1",
 6248 "fnv",
 6249 "itoa",
 6250]
 6251
 6252[[package]]
 6253name = "http-body"
 6254version = "0.4.6"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6257dependencies = [
 6258 "bytes 1.10.1",
 6259 "http 0.2.12",
 6260 "pin-project-lite",
 6261]
 6262
 6263[[package]]
 6264name = "http-body"
 6265version = "1.0.1"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6268dependencies = [
 6269 "bytes 1.10.1",
 6270 "http 1.2.0",
 6271]
 6272
 6273[[package]]
 6274name = "http-body-util"
 6275version = "0.1.2"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6278dependencies = [
 6279 "bytes 1.10.1",
 6280 "futures-util",
 6281 "http 1.2.0",
 6282 "http-body 1.0.1",
 6283 "pin-project-lite",
 6284]
 6285
 6286[[package]]
 6287name = "http-range-header"
 6288version = "0.3.1"
 6289source = "registry+https://github.com/rust-lang/crates.io-index"
 6290checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6291
 6292[[package]]
 6293name = "http-types"
 6294version = "2.12.0"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6297dependencies = [
 6298 "anyhow",
 6299 "async-channel 1.9.0",
 6300 "base64 0.13.1",
 6301 "futures-lite 1.13.0",
 6302 "http 0.2.12",
 6303 "infer",
 6304 "pin-project-lite",
 6305 "rand 0.7.3",
 6306 "serde",
 6307 "serde_json",
 6308 "serde_qs 0.8.5",
 6309 "serde_urlencoded",
 6310 "url",
 6311]
 6312
 6313[[package]]
 6314name = "http_client"
 6315version = "0.1.0"
 6316dependencies = [
 6317 "anyhow",
 6318 "bytes 1.10.1",
 6319 "derive_more",
 6320 "futures 0.3.31",
 6321 "http 1.2.0",
 6322 "log",
 6323 "serde",
 6324 "serde_json",
 6325 "url",
 6326]
 6327
 6328[[package]]
 6329name = "http_client_tls"
 6330version = "0.1.0"
 6331dependencies = [
 6332 "rustls 0.23.25",
 6333 "rustls-platform-verifier",
 6334]
 6335
 6336[[package]]
 6337name = "httparse"
 6338version = "1.9.5"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6341
 6342[[package]]
 6343name = "httpdate"
 6344version = "1.0.3"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6347
 6348[[package]]
 6349name = "human_bytes"
 6350version = "0.4.3"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6353
 6354[[package]]
 6355name = "humantime"
 6356version = "2.1.0"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6359
 6360[[package]]
 6361name = "hyper"
 6362version = "0.14.32"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6365dependencies = [
 6366 "bytes 1.10.1",
 6367 "futures-channel",
 6368 "futures-core",
 6369 "futures-util",
 6370 "h2 0.3.26",
 6371 "http 0.2.12",
 6372 "http-body 0.4.6",
 6373 "httparse",
 6374 "httpdate",
 6375 "itoa",
 6376 "pin-project-lite",
 6377 "socket2",
 6378 "tokio",
 6379 "tower-service",
 6380 "tracing",
 6381 "want",
 6382]
 6383
 6384[[package]]
 6385name = "hyper"
 6386version = "1.5.1"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6389dependencies = [
 6390 "bytes 1.10.1",
 6391 "futures-channel",
 6392 "futures-util",
 6393 "h2 0.4.7",
 6394 "http 1.2.0",
 6395 "http-body 1.0.1",
 6396 "httparse",
 6397 "itoa",
 6398 "pin-project-lite",
 6399 "smallvec",
 6400 "tokio",
 6401 "want",
 6402]
 6403
 6404[[package]]
 6405name = "hyper-rustls"
 6406version = "0.24.2"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6409dependencies = [
 6410 "futures-util",
 6411 "http 0.2.12",
 6412 "hyper 0.14.32",
 6413 "log",
 6414 "rustls 0.21.12",
 6415 "rustls-native-certs 0.6.3",
 6416 "tokio",
 6417 "tokio-rustls 0.24.1",
 6418]
 6419
 6420[[package]]
 6421name = "hyper-rustls"
 6422version = "0.27.3"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6425dependencies = [
 6426 "futures-util",
 6427 "http 1.2.0",
 6428 "hyper 1.5.1",
 6429 "hyper-util",
 6430 "rustls 0.23.25",
 6431 "rustls-native-certs 0.8.1",
 6432 "rustls-pki-types",
 6433 "tokio",
 6434 "tokio-rustls 0.26.1",
 6435 "tower-service",
 6436]
 6437
 6438[[package]]
 6439name = "hyper-tls"
 6440version = "0.5.0"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6443dependencies = [
 6444 "bytes 1.10.1",
 6445 "hyper 0.14.32",
 6446 "native-tls",
 6447 "tokio",
 6448 "tokio-native-tls",
 6449]
 6450
 6451[[package]]
 6452name = "hyper-util"
 6453version = "0.1.10"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6456dependencies = [
 6457 "bytes 1.10.1",
 6458 "futures-channel",
 6459 "futures-util",
 6460 "http 1.2.0",
 6461 "http-body 1.0.1",
 6462 "hyper 1.5.1",
 6463 "pin-project-lite",
 6464 "socket2",
 6465 "tokio",
 6466 "tower-service",
 6467 "tracing",
 6468]
 6469
 6470[[package]]
 6471name = "iana-time-zone"
 6472version = "0.1.61"
 6473source = "registry+https://github.com/rust-lang/crates.io-index"
 6474checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6475dependencies = [
 6476 "android_system_properties",
 6477 "core-foundation-sys",
 6478 "iana-time-zone-haiku",
 6479 "js-sys",
 6480 "wasm-bindgen",
 6481 "windows-core 0.52.0",
 6482]
 6483
 6484[[package]]
 6485name = "iana-time-zone-haiku"
 6486version = "0.1.2"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6489dependencies = [
 6490 "cc",
 6491]
 6492
 6493[[package]]
 6494name = "icons"
 6495version = "0.1.0"
 6496dependencies = [
 6497 "serde",
 6498 "strum",
 6499]
 6500
 6501[[package]]
 6502name = "icu_collections"
 6503version = "1.5.0"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6506dependencies = [
 6507 "displaydoc",
 6508 "yoke",
 6509 "zerofrom",
 6510 "zerovec",
 6511]
 6512
 6513[[package]]
 6514name = "icu_locid"
 6515version = "1.5.0"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6518dependencies = [
 6519 "displaydoc",
 6520 "litemap",
 6521 "tinystr",
 6522 "writeable",
 6523 "zerovec",
 6524]
 6525
 6526[[package]]
 6527name = "icu_locid_transform"
 6528version = "1.5.0"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6531dependencies = [
 6532 "displaydoc",
 6533 "icu_locid",
 6534 "icu_locid_transform_data",
 6535 "icu_provider",
 6536 "tinystr",
 6537 "zerovec",
 6538]
 6539
 6540[[package]]
 6541name = "icu_locid_transform_data"
 6542version = "1.5.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6545
 6546[[package]]
 6547name = "icu_normalizer"
 6548version = "1.5.0"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6551dependencies = [
 6552 "displaydoc",
 6553 "icu_collections",
 6554 "icu_normalizer_data",
 6555 "icu_properties",
 6556 "icu_provider",
 6557 "smallvec",
 6558 "utf16_iter",
 6559 "utf8_iter",
 6560 "write16",
 6561 "zerovec",
 6562]
 6563
 6564[[package]]
 6565name = "icu_normalizer_data"
 6566version = "1.5.0"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6569
 6570[[package]]
 6571name = "icu_properties"
 6572version = "1.5.1"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6575dependencies = [
 6576 "displaydoc",
 6577 "icu_collections",
 6578 "icu_locid_transform",
 6579 "icu_properties_data",
 6580 "icu_provider",
 6581 "tinystr",
 6582 "zerovec",
 6583]
 6584
 6585[[package]]
 6586name = "icu_properties_data"
 6587version = "1.5.0"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6590
 6591[[package]]
 6592name = "icu_provider"
 6593version = "1.5.0"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6596dependencies = [
 6597 "displaydoc",
 6598 "icu_locid",
 6599 "icu_provider_macros",
 6600 "stable_deref_trait",
 6601 "tinystr",
 6602 "writeable",
 6603 "yoke",
 6604 "zerofrom",
 6605 "zerovec",
 6606]
 6607
 6608[[package]]
 6609name = "icu_provider_macros"
 6610version = "1.5.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6613dependencies = [
 6614 "proc-macro2",
 6615 "quote",
 6616 "syn 2.0.100",
 6617]
 6618
 6619[[package]]
 6620name = "id-arena"
 6621version = "2.2.1"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6624
 6625[[package]]
 6626name = "idna"
 6627version = "1.0.3"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6630dependencies = [
 6631 "idna_adapter",
 6632 "smallvec",
 6633 "utf8_iter",
 6634]
 6635
 6636[[package]]
 6637name = "idna_adapter"
 6638version = "1.2.0"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6641dependencies = [
 6642 "icu_normalizer",
 6643 "icu_properties",
 6644]
 6645
 6646[[package]]
 6647name = "ignore"
 6648version = "0.4.23"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6651dependencies = [
 6652 "crossbeam-deque",
 6653 "globset",
 6654 "log",
 6655 "memchr",
 6656 "regex-automata 0.4.9",
 6657 "same-file",
 6658 "walkdir",
 6659 "winapi-util",
 6660]
 6661
 6662[[package]]
 6663name = "image"
 6664version = "0.25.5"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6667dependencies = [
 6668 "bytemuck",
 6669 "byteorder-lite",
 6670 "color_quant",
 6671 "exr",
 6672 "gif",
 6673 "image-webp",
 6674 "num-traits",
 6675 "png",
 6676 "qoi",
 6677 "ravif",
 6678 "rayon",
 6679 "rgb",
 6680 "tiff",
 6681 "zune-core",
 6682 "zune-jpeg",
 6683]
 6684
 6685[[package]]
 6686name = "image-webp"
 6687version = "0.2.0"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6690dependencies = [
 6691 "byteorder-lite",
 6692 "quick-error",
 6693]
 6694
 6695[[package]]
 6696name = "image_viewer"
 6697version = "0.1.0"
 6698dependencies = [
 6699 "anyhow",
 6700 "db",
 6701 "editor",
 6702 "file_icons",
 6703 "gpui",
 6704 "project",
 6705 "schemars",
 6706 "serde",
 6707 "settings",
 6708 "theme",
 6709 "ui",
 6710 "util",
 6711 "workspace",
 6712]
 6713
 6714[[package]]
 6715name = "imagesize"
 6716version = "0.13.0"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6719
 6720[[package]]
 6721name = "imara-diff"
 6722version = "0.1.8"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6725dependencies = [
 6726 "hashbrown 0.15.2",
 6727]
 6728
 6729[[package]]
 6730name = "imgref"
 6731version = "1.11.0"
 6732source = "registry+https://github.com/rust-lang/crates.io-index"
 6733checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6734
 6735[[package]]
 6736name = "indexed_docs"
 6737version = "0.1.0"
 6738dependencies = [
 6739 "anyhow",
 6740 "async-trait",
 6741 "cargo_metadata",
 6742 "collections",
 6743 "derive_more",
 6744 "extension",
 6745 "fs",
 6746 "futures 0.3.31",
 6747 "fuzzy",
 6748 "gpui",
 6749 "heed",
 6750 "html_to_markdown",
 6751 "http_client",
 6752 "indexmap",
 6753 "indoc",
 6754 "parking_lot",
 6755 "paths",
 6756 "pretty_assertions",
 6757 "serde",
 6758 "strum",
 6759 "util",
 6760]
 6761
 6762[[package]]
 6763name = "indexmap"
 6764version = "2.7.1"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6767dependencies = [
 6768 "equivalent",
 6769 "hashbrown 0.15.2",
 6770 "serde",
 6771]
 6772
 6773[[package]]
 6774name = "indoc"
 6775version = "2.0.6"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6778
 6779[[package]]
 6780name = "infer"
 6781version = "0.2.3"
 6782source = "registry+https://github.com/rust-lang/crates.io-index"
 6783checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6784
 6785[[package]]
 6786name = "inherent"
 6787version = "1.0.11"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6790dependencies = [
 6791 "proc-macro2",
 6792 "quote",
 6793 "syn 2.0.100",
 6794]
 6795
 6796[[package]]
 6797name = "inline_completion"
 6798version = "0.1.0"
 6799dependencies = [
 6800 "gpui",
 6801 "language",
 6802 "project",
 6803]
 6804
 6805[[package]]
 6806name = "inline_completion_button"
 6807version = "0.1.0"
 6808dependencies = [
 6809 "anyhow",
 6810 "client",
 6811 "copilot",
 6812 "editor",
 6813 "feature_flags",
 6814 "fs",
 6815 "futures 0.3.31",
 6816 "gpui",
 6817 "indoc",
 6818 "inline_completion",
 6819 "language",
 6820 "lsp",
 6821 "paths",
 6822 "project",
 6823 "regex",
 6824 "serde_json",
 6825 "settings",
 6826 "supermaven",
 6827 "telemetry",
 6828 "theme",
 6829 "ui",
 6830 "workspace",
 6831 "zed_actions",
 6832 "zeta",
 6833]
 6834
 6835[[package]]
 6836name = "inotify"
 6837version = "0.9.6"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6840dependencies = [
 6841 "bitflags 1.3.2",
 6842 "inotify-sys",
 6843 "libc",
 6844]
 6845
 6846[[package]]
 6847name = "inotify"
 6848version = "0.11.0"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6851dependencies = [
 6852 "bitflags 2.8.0",
 6853 "inotify-sys",
 6854 "libc",
 6855]
 6856
 6857[[package]]
 6858name = "inotify-sys"
 6859version = "0.1.5"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6862dependencies = [
 6863 "libc",
 6864]
 6865
 6866[[package]]
 6867name = "inout"
 6868version = "0.1.3"
 6869source = "registry+https://github.com/rust-lang/crates.io-index"
 6870checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6871dependencies = [
 6872 "block-padding",
 6873 "generic-array",
 6874]
 6875
 6876[[package]]
 6877name = "install_cli"
 6878version = "0.1.0"
 6879dependencies = [
 6880 "anyhow",
 6881 "gpui",
 6882 "smol",
 6883 "util",
 6884]
 6885
 6886[[package]]
 6887name = "instant"
 6888version = "0.1.13"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6891dependencies = [
 6892 "cfg-if",
 6893]
 6894
 6895[[package]]
 6896name = "interpolate_name"
 6897version = "0.2.4"
 6898source = "registry+https://github.com/rust-lang/crates.io-index"
 6899checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6900dependencies = [
 6901 "proc-macro2",
 6902 "quote",
 6903 "syn 2.0.100",
 6904]
 6905
 6906[[package]]
 6907name = "inventory"
 6908version = "0.3.20"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6911dependencies = [
 6912 "rustversion",
 6913]
 6914
 6915[[package]]
 6916name = "io-extras"
 6917version = "0.18.4"
 6918source = "registry+https://github.com/rust-lang/crates.io-index"
 6919checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6920dependencies = [
 6921 "io-lifetimes",
 6922 "windows-sys 0.59.0",
 6923]
 6924
 6925[[package]]
 6926name = "io-lifetimes"
 6927version = "2.0.4"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6930
 6931[[package]]
 6932name = "iovec"
 6933version = "0.1.4"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6936dependencies = [
 6937 "libc",
 6938]
 6939
 6940[[package]]
 6941name = "ipc-channel"
 6942version = "0.19.0"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6945dependencies = [
 6946 "bincode",
 6947 "crossbeam-channel",
 6948 "fnv",
 6949 "lazy_static",
 6950 "libc",
 6951 "mio 1.0.3",
 6952 "rand 0.8.5",
 6953 "serde",
 6954 "tempfile",
 6955 "uuid",
 6956 "windows 0.58.0",
 6957]
 6958
 6959[[package]]
 6960name = "ipnet"
 6961version = "2.10.1"
 6962source = "registry+https://github.com/rust-lang/crates.io-index"
 6963checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6964
 6965[[package]]
 6966name = "is-docker"
 6967version = "0.2.0"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6970dependencies = [
 6971 "once_cell",
 6972]
 6973
 6974[[package]]
 6975name = "is-terminal"
 6976version = "0.4.13"
 6977source = "registry+https://github.com/rust-lang/crates.io-index"
 6978checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6979dependencies = [
 6980 "hermit-abi 0.4.0",
 6981 "libc",
 6982 "windows-sys 0.52.0",
 6983]
 6984
 6985[[package]]
 6986name = "is-wsl"
 6987version = "0.4.0"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6990dependencies = [
 6991 "is-docker",
 6992 "once_cell",
 6993]
 6994
 6995[[package]]
 6996name = "is_terminal_polyfill"
 6997version = "1.70.1"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7000
 7001[[package]]
 7002name = "itertools"
 7003version = "0.10.5"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7006dependencies = [
 7007 "either",
 7008]
 7009
 7010[[package]]
 7011name = "itertools"
 7012version = "0.11.0"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7015dependencies = [
 7016 "either",
 7017]
 7018
 7019[[package]]
 7020name = "itertools"
 7021version = "0.12.1"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7024dependencies = [
 7025 "either",
 7026]
 7027
 7028[[package]]
 7029name = "itertools"
 7030version = "0.14.0"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7033dependencies = [
 7034 "either",
 7035]
 7036
 7037[[package]]
 7038name = "itoa"
 7039version = "1.0.14"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7042
 7043[[package]]
 7044name = "jiff"
 7045version = "0.2.4"
 7046source = "registry+https://github.com/rust-lang/crates.io-index"
 7047checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7048dependencies = [
 7049 "jiff-static",
 7050 "log",
 7051 "portable-atomic",
 7052 "portable-atomic-util",
 7053 "serde",
 7054]
 7055
 7056[[package]]
 7057name = "jiff-static"
 7058version = "0.2.4"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7061dependencies = [
 7062 "proc-macro2",
 7063 "quote",
 7064 "syn 2.0.100",
 7065]
 7066
 7067[[package]]
 7068name = "jni"
 7069version = "0.21.1"
 7070source = "registry+https://github.com/rust-lang/crates.io-index"
 7071checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7072dependencies = [
 7073 "cesu8",
 7074 "cfg-if",
 7075 "combine",
 7076 "jni-sys",
 7077 "log",
 7078 "thiserror 1.0.69",
 7079 "walkdir",
 7080 "windows-sys 0.45.0",
 7081]
 7082
 7083[[package]]
 7084name = "jni-sys"
 7085version = "0.3.0"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7088
 7089[[package]]
 7090name = "jobserver"
 7091version = "0.1.32"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7094dependencies = [
 7095 "libc",
 7096]
 7097
 7098[[package]]
 7099name = "journal"
 7100version = "0.1.0"
 7101dependencies = [
 7102 "anyhow",
 7103 "chrono",
 7104 "editor",
 7105 "gpui",
 7106 "log",
 7107 "schemars",
 7108 "serde",
 7109 "settings",
 7110 "shellexpand 2.1.2",
 7111 "workspace",
 7112]
 7113
 7114[[package]]
 7115name = "jpeg-decoder"
 7116version = "0.3.1"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7119
 7120[[package]]
 7121name = "js-sys"
 7122version = "0.3.76"
 7123source = "registry+https://github.com/rust-lang/crates.io-index"
 7124checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7125dependencies = [
 7126 "once_cell",
 7127 "wasm-bindgen",
 7128]
 7129
 7130[[package]]
 7131name = "jsonwebtoken"
 7132version = "9.3.1"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7135dependencies = [
 7136 "base64 0.22.1",
 7137 "js-sys",
 7138 "pem",
 7139 "ring",
 7140 "serde",
 7141 "serde_json",
 7142 "simple_asn1",
 7143]
 7144
 7145[[package]]
 7146name = "jupyter-protocol"
 7147version = "0.6.0"
 7148source = "registry+https://github.com/rust-lang/crates.io-index"
 7149checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7150dependencies = [
 7151 "anyhow",
 7152 "async-trait",
 7153 "bytes 1.10.1",
 7154 "chrono",
 7155 "futures 0.3.31",
 7156 "serde",
 7157 "serde_json",
 7158 "uuid",
 7159]
 7160
 7161[[package]]
 7162name = "jupyter-websocket-client"
 7163version = "0.9.0"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7166dependencies = [
 7167 "anyhow",
 7168 "async-trait",
 7169 "async-tungstenite",
 7170 "futures 0.3.31",
 7171 "jupyter-protocol",
 7172 "serde",
 7173 "serde_json",
 7174 "url",
 7175 "uuid",
 7176]
 7177
 7178[[package]]
 7179name = "khronos-egl"
 7180version = "6.0.0"
 7181source = "registry+https://github.com/rust-lang/crates.io-index"
 7182checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7183dependencies = [
 7184 "libc",
 7185 "libloading",
 7186]
 7187
 7188[[package]]
 7189name = "kqueue"
 7190version = "1.0.8"
 7191source = "registry+https://github.com/rust-lang/crates.io-index"
 7192checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7193dependencies = [
 7194 "kqueue-sys",
 7195 "libc",
 7196]
 7197
 7198[[package]]
 7199name = "kqueue-sys"
 7200version = "1.0.4"
 7201source = "registry+https://github.com/rust-lang/crates.io-index"
 7202checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7203dependencies = [
 7204 "bitflags 1.3.2",
 7205 "libc",
 7206]
 7207
 7208[[package]]
 7209name = "kurbo"
 7210version = "0.11.1"
 7211source = "registry+https://github.com/rust-lang/crates.io-index"
 7212checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7213dependencies = [
 7214 "arrayvec",
 7215 "smallvec",
 7216]
 7217
 7218[[package]]
 7219name = "kv-log-macro"
 7220version = "1.0.7"
 7221source = "registry+https://github.com/rust-lang/crates.io-index"
 7222checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7223dependencies = [
 7224 "log",
 7225]
 7226
 7227[[package]]
 7228name = "language"
 7229version = "0.1.0"
 7230dependencies = [
 7231 "anyhow",
 7232 "async-trait",
 7233 "async-watch",
 7234 "clock",
 7235 "collections",
 7236 "ctor",
 7237 "ec4rs",
 7238 "env_logger 0.11.7",
 7239 "fs",
 7240 "futures 0.3.31",
 7241 "fuzzy",
 7242 "globset",
 7243 "gpui",
 7244 "http_client",
 7245 "imara-diff",
 7246 "indoc",
 7247 "itertools 0.14.0",
 7248 "log",
 7249 "lsp",
 7250 "parking_lot",
 7251 "postage",
 7252 "pretty_assertions",
 7253 "rand 0.8.5",
 7254 "regex",
 7255 "rpc",
 7256 "schemars",
 7257 "serde",
 7258 "serde_json",
 7259 "settings",
 7260 "smallvec",
 7261 "smol",
 7262 "streaming-iterator",
 7263 "strsim",
 7264 "sum_tree",
 7265 "task",
 7266 "text",
 7267 "theme",
 7268 "tree-sitter",
 7269 "tree-sitter-elixir",
 7270 "tree-sitter-embedded-template",
 7271 "tree-sitter-heex",
 7272 "tree-sitter-html",
 7273 "tree-sitter-json",
 7274 "tree-sitter-md",
 7275 "tree-sitter-ruby",
 7276 "tree-sitter-rust",
 7277 "tree-sitter-typescript",
 7278 "unicase",
 7279 "unindent",
 7280 "util",
 7281]
 7282
 7283[[package]]
 7284name = "language_extension"
 7285version = "0.1.0"
 7286dependencies = [
 7287 "anyhow",
 7288 "async-trait",
 7289 "collections",
 7290 "extension",
 7291 "fs",
 7292 "futures 0.3.31",
 7293 "gpui",
 7294 "language",
 7295 "lsp",
 7296 "serde",
 7297 "serde_json",
 7298 "util",
 7299]
 7300
 7301[[package]]
 7302name = "language_model"
 7303version = "0.1.0"
 7304dependencies = [
 7305 "anthropic",
 7306 "anyhow",
 7307 "base64 0.22.1",
 7308 "client",
 7309 "collections",
 7310 "futures 0.3.31",
 7311 "google_ai",
 7312 "gpui",
 7313 "http_client",
 7314 "image",
 7315 "log",
 7316 "open_ai",
 7317 "parking_lot",
 7318 "proto",
 7319 "schemars",
 7320 "serde",
 7321 "serde_json",
 7322 "smol",
 7323 "strum",
 7324 "telemetry_events",
 7325 "thiserror 2.0.12",
 7326 "ui",
 7327 "util",
 7328]
 7329
 7330[[package]]
 7331name = "language_model_selector"
 7332version = "0.1.0"
 7333dependencies = [
 7334 "feature_flags",
 7335 "gpui",
 7336 "language_model",
 7337 "log",
 7338 "picker",
 7339 "proto",
 7340 "ui",
 7341 "workspace",
 7342 "zed_actions",
 7343]
 7344
 7345[[package]]
 7346name = "language_models"
 7347version = "0.1.0"
 7348dependencies = [
 7349 "anthropic",
 7350 "anyhow",
 7351 "aws-config",
 7352 "aws-credential-types",
 7353 "aws_http_client",
 7354 "bedrock",
 7355 "client",
 7356 "collections",
 7357 "copilot",
 7358 "credentials_provider",
 7359 "deepseek",
 7360 "editor",
 7361 "feature_flags",
 7362 "fs",
 7363 "futures 0.3.31",
 7364 "google_ai",
 7365 "gpui",
 7366 "gpui_tokio",
 7367 "http_client",
 7368 "language_model",
 7369 "lmstudio",
 7370 "log",
 7371 "menu",
 7372 "mistral",
 7373 "ollama",
 7374 "open_ai",
 7375 "project",
 7376 "proto",
 7377 "schemars",
 7378 "serde",
 7379 "serde_json",
 7380 "settings",
 7381 "smol",
 7382 "strum",
 7383 "theme",
 7384 "tiktoken-rs",
 7385 "tokio",
 7386 "ui",
 7387 "util",
 7388]
 7389
 7390[[package]]
 7391name = "language_selector"
 7392version = "0.1.0"
 7393dependencies = [
 7394 "anyhow",
 7395 "editor",
 7396 "file_finder",
 7397 "file_icons",
 7398 "fuzzy",
 7399 "gpui",
 7400 "language",
 7401 "picker",
 7402 "project",
 7403 "settings",
 7404 "ui",
 7405 "util",
 7406 "workspace",
 7407]
 7408
 7409[[package]]
 7410name = "language_tools"
 7411version = "0.1.0"
 7412dependencies = [
 7413 "anyhow",
 7414 "client",
 7415 "collections",
 7416 "copilot",
 7417 "editor",
 7418 "env_logger 0.11.7",
 7419 "futures 0.3.31",
 7420 "gpui",
 7421 "itertools 0.14.0",
 7422 "language",
 7423 "lsp",
 7424 "project",
 7425 "release_channel",
 7426 "serde_json",
 7427 "settings",
 7428 "theme",
 7429 "tree-sitter",
 7430 "ui",
 7431 "util",
 7432 "workspace",
 7433 "zed_actions",
 7434]
 7435
 7436[[package]]
 7437name = "languages"
 7438version = "0.1.0"
 7439dependencies = [
 7440 "anyhow",
 7441 "async-compression",
 7442 "async-tar",
 7443 "async-trait",
 7444 "collections",
 7445 "futures 0.3.31",
 7446 "gpui",
 7447 "http_client",
 7448 "language",
 7449 "log",
 7450 "lsp",
 7451 "node_runtime",
 7452 "paths",
 7453 "pet",
 7454 "pet-conda",
 7455 "pet-core",
 7456 "pet-fs",
 7457 "pet-poetry",
 7458 "pet-reporter",
 7459 "pretty_assertions",
 7460 "project",
 7461 "regex",
 7462 "rope",
 7463 "rust-embed",
 7464 "serde",
 7465 "serde_json",
 7466 "settings",
 7467 "smol",
 7468 "snippet_provider",
 7469 "task",
 7470 "text",
 7471 "theme",
 7472 "toml 0.8.20",
 7473 "tree-sitter",
 7474 "tree-sitter-bash",
 7475 "tree-sitter-c",
 7476 "tree-sitter-cpp",
 7477 "tree-sitter-css",
 7478 "tree-sitter-diff",
 7479 "tree-sitter-gitcommit",
 7480 "tree-sitter-go",
 7481 "tree-sitter-gomod",
 7482 "tree-sitter-gowork",
 7483 "tree-sitter-jsdoc",
 7484 "tree-sitter-json",
 7485 "tree-sitter-md",
 7486 "tree-sitter-python",
 7487 "tree-sitter-regex",
 7488 "tree-sitter-rust",
 7489 "tree-sitter-typescript",
 7490 "tree-sitter-yaml",
 7491 "unindent",
 7492 "util",
 7493 "workspace",
 7494]
 7495
 7496[[package]]
 7497name = "lazy_static"
 7498version = "1.5.0"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7501dependencies = [
 7502 "spin",
 7503]
 7504
 7505[[package]]
 7506name = "lazycell"
 7507version = "1.3.0"
 7508source = "registry+https://github.com/rust-lang/crates.io-index"
 7509checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7510
 7511[[package]]
 7512name = "leb128"
 7513version = "0.2.5"
 7514source = "registry+https://github.com/rust-lang/crates.io-index"
 7515checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7516
 7517[[package]]
 7518name = "lebe"
 7519version = "0.5.2"
 7520source = "registry+https://github.com/rust-lang/crates.io-index"
 7521checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7522
 7523[[package]]
 7524name = "libc"
 7525version = "0.2.171"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7528
 7529[[package]]
 7530name = "libdbus-sys"
 7531version = "0.2.5"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7534dependencies = [
 7535 "cc",
 7536 "pkg-config",
 7537]
 7538
 7539[[package]]
 7540name = "libfuzzer-sys"
 7541version = "0.4.8"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7544dependencies = [
 7545 "arbitrary",
 7546 "cc",
 7547]
 7548
 7549[[package]]
 7550name = "libgit2-sys"
 7551version = "0.18.1+1.9.0"
 7552source = "registry+https://github.com/rust-lang/crates.io-index"
 7553checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7554dependencies = [
 7555 "cc",
 7556 "libc",
 7557 "libz-sys",
 7558 "pkg-config",
 7559]
 7560
 7561[[package]]
 7562name = "libloading"
 7563version = "0.8.6"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7566dependencies = [
 7567 "cfg-if",
 7568 "windows-targets 0.52.6",
 7569]
 7570
 7571[[package]]
 7572name = "libm"
 7573version = "0.2.11"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7576
 7577[[package]]
 7578name = "libmimalloc-sys"
 7579version = "0.1.40"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7582dependencies = [
 7583 "cc",
 7584 "libc",
 7585]
 7586
 7587[[package]]
 7588name = "libredox"
 7589version = "0.1.3"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7592dependencies = [
 7593 "bitflags 2.8.0",
 7594 "libc",
 7595 "redox_syscall 0.5.8",
 7596]
 7597
 7598[[package]]
 7599name = "libsqlite3-sys"
 7600version = "0.30.1"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7603dependencies = [
 7604 "cc",
 7605 "pkg-config",
 7606 "vcpkg",
 7607]
 7608
 7609[[package]]
 7610name = "libwebrtc"
 7611version = "0.3.7"
 7612source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7613dependencies = [
 7614 "cxx",
 7615 "jni",
 7616 "js-sys",
 7617 "lazy_static",
 7618 "livekit-protocol",
 7619 "livekit-runtime",
 7620 "log",
 7621 "parking_lot",
 7622 "serde",
 7623 "serde_json",
 7624 "thiserror 1.0.69",
 7625 "tokio",
 7626 "wasm-bindgen",
 7627 "wasm-bindgen-futures",
 7628 "web-sys",
 7629 "webrtc-sys",
 7630]
 7631
 7632[[package]]
 7633name = "libz-sys"
 7634version = "1.1.20"
 7635source = "registry+https://github.com/rust-lang/crates.io-index"
 7636checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7637dependencies = [
 7638 "cc",
 7639 "libc",
 7640 "pkg-config",
 7641 "vcpkg",
 7642]
 7643
 7644[[package]]
 7645name = "link-cplusplus"
 7646version = "1.0.9"
 7647source = "registry+https://github.com/rust-lang/crates.io-index"
 7648checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7649dependencies = [
 7650 "cc",
 7651]
 7652
 7653[[package]]
 7654name = "linkify"
 7655version = "0.10.0"
 7656source = "registry+https://github.com/rust-lang/crates.io-index"
 7657checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7658dependencies = [
 7659 "memchr",
 7660]
 7661
 7662[[package]]
 7663name = "linkme"
 7664version = "0.3.32"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7667dependencies = [
 7668 "linkme-impl",
 7669]
 7670
 7671[[package]]
 7672name = "linkme-impl"
 7673version = "0.3.32"
 7674source = "registry+https://github.com/rust-lang/crates.io-index"
 7675checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7676dependencies = [
 7677 "proc-macro2",
 7678 "quote",
 7679 "syn 2.0.100",
 7680]
 7681
 7682[[package]]
 7683name = "linux-raw-sys"
 7684version = "0.4.14"
 7685source = "registry+https://github.com/rust-lang/crates.io-index"
 7686checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7687
 7688[[package]]
 7689name = "litemap"
 7690version = "0.7.4"
 7691source = "registry+https://github.com/rust-lang/crates.io-index"
 7692checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7693
 7694[[package]]
 7695name = "livekit"
 7696version = "0.7.0"
 7697source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7698dependencies = [
 7699 "chrono",
 7700 "futures-util",
 7701 "lazy_static",
 7702 "libwebrtc",
 7703 "livekit-api",
 7704 "livekit-protocol",
 7705 "livekit-runtime",
 7706 "log",
 7707 "parking_lot",
 7708 "prost 0.12.6",
 7709 "semver",
 7710 "serde",
 7711 "serde_json",
 7712 "thiserror 1.0.69",
 7713 "tokio",
 7714]
 7715
 7716[[package]]
 7717name = "livekit-api"
 7718version = "0.4.1"
 7719source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7720dependencies = [
 7721 "async-tungstenite",
 7722 "futures-util",
 7723 "http 0.2.12",
 7724 "jsonwebtoken",
 7725 "livekit-protocol",
 7726 "livekit-runtime",
 7727 "log",
 7728 "parking_lot",
 7729 "prost 0.12.6",
 7730 "reqwest 0.11.27",
 7731 "scopeguard",
 7732 "serde",
 7733 "serde_json",
 7734 "sha2",
 7735 "thiserror 1.0.69",
 7736 "tokio",
 7737 "tokio-tungstenite 0.20.1",
 7738 "url",
 7739]
 7740
 7741[[package]]
 7742name = "livekit-protocol"
 7743version = "0.3.6"
 7744source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7745dependencies = [
 7746 "futures-util",
 7747 "livekit-runtime",
 7748 "parking_lot",
 7749 "pbjson",
 7750 "pbjson-types",
 7751 "prost 0.12.6",
 7752 "prost-types 0.12.6",
 7753 "serde",
 7754 "thiserror 1.0.69",
 7755 "tokio",
 7756]
 7757
 7758[[package]]
 7759name = "livekit-runtime"
 7760version = "0.3.1"
 7761source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7762dependencies = [
 7763 "async-io",
 7764 "async-std",
 7765 "async-task",
 7766 "futures 0.3.31",
 7767]
 7768
 7769[[package]]
 7770name = "livekit_api"
 7771version = "0.1.0"
 7772dependencies = [
 7773 "anyhow",
 7774 "async-trait",
 7775 "jsonwebtoken",
 7776 "log",
 7777 "prost 0.9.0",
 7778 "prost-build 0.9.0",
 7779 "prost-types 0.9.0",
 7780 "reqwest 0.12.8",
 7781 "serde",
 7782]
 7783
 7784[[package]]
 7785name = "livekit_client"
 7786version = "0.1.0"
 7787dependencies = [
 7788 "anyhow",
 7789 "async-trait",
 7790 "collections",
 7791 "core-foundation 0.9.4",
 7792 "coreaudio-rs 0.12.1",
 7793 "cpal",
 7794 "futures 0.3.31",
 7795 "gpui",
 7796 "http 0.2.12",
 7797 "http_client",
 7798 "image",
 7799 "livekit",
 7800 "livekit_api",
 7801 "log",
 7802 "media",
 7803 "nanoid",
 7804 "parking_lot",
 7805 "postage",
 7806 "serde",
 7807 "serde_json",
 7808 "sha2",
 7809 "simplelog",
 7810 "smallvec",
 7811 "util",
 7812]
 7813
 7814[[package]]
 7815name = "livekit_client_macos"
 7816version = "0.1.0"
 7817dependencies = [
 7818 "anyhow",
 7819 "async-broadcast",
 7820 "async-trait",
 7821 "collections",
 7822 "core-foundation 0.9.4",
 7823 "futures 0.3.31",
 7824 "gpui",
 7825 "livekit_api",
 7826 "log",
 7827 "media",
 7828 "nanoid",
 7829 "parking_lot",
 7830 "postage",
 7831 "serde",
 7832 "serde_json",
 7833 "sha2",
 7834 "simplelog",
 7835]
 7836
 7837[[package]]
 7838name = "lmdb-master-sys"
 7839version = "0.2.4"
 7840source = "registry+https://github.com/rust-lang/crates.io-index"
 7841checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7842dependencies = [
 7843 "cc",
 7844 "doxygen-rs",
 7845 "libc",
 7846]
 7847
 7848[[package]]
 7849name = "lmstudio"
 7850version = "0.1.0"
 7851dependencies = [
 7852 "anyhow",
 7853 "futures 0.3.31",
 7854 "http_client",
 7855 "schemars",
 7856 "serde",
 7857 "serde_json",
 7858]
 7859
 7860[[package]]
 7861name = "lock_api"
 7862version = "0.4.12"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7865dependencies = [
 7866 "autocfg",
 7867 "scopeguard",
 7868]
 7869
 7870[[package]]
 7871name = "log"
 7872version = "0.4.26"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7875dependencies = [
 7876 "serde",
 7877 "value-bag",
 7878]
 7879
 7880[[package]]
 7881name = "loop9"
 7882version = "0.1.5"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7885dependencies = [
 7886 "imgref",
 7887]
 7888
 7889[[package]]
 7890name = "lru"
 7891version = "0.12.5"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7894dependencies = [
 7895 "hashbrown 0.15.2",
 7896]
 7897
 7898[[package]]
 7899name = "lsp"
 7900version = "0.1.0"
 7901dependencies = [
 7902 "anyhow",
 7903 "async-pipe",
 7904 "collections",
 7905 "ctor",
 7906 "env_logger 0.11.7",
 7907 "futures 0.3.31",
 7908 "gpui",
 7909 "log",
 7910 "lsp-types",
 7911 "parking_lot",
 7912 "postage",
 7913 "release_channel",
 7914 "schemars",
 7915 "serde",
 7916 "serde_json",
 7917 "smol",
 7918 "util",
 7919]
 7920
 7921[[package]]
 7922name = "lsp-types"
 7923version = "0.95.1"
 7924source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7925dependencies = [
 7926 "bitflags 1.3.2",
 7927 "serde",
 7928 "serde_json",
 7929 "serde_repr",
 7930 "url",
 7931]
 7932
 7933[[package]]
 7934name = "lyon"
 7935version = "1.0.1"
 7936source = "registry+https://github.com/rust-lang/crates.io-index"
 7937checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7938dependencies = [
 7939 "lyon_algorithms",
 7940 "lyon_extra",
 7941 "lyon_tessellation",
 7942]
 7943
 7944[[package]]
 7945name = "lyon_algorithms"
 7946version = "1.0.5"
 7947source = "registry+https://github.com/rust-lang/crates.io-index"
 7948checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7949dependencies = [
 7950 "lyon_path",
 7951 "num-traits",
 7952]
 7953
 7954[[package]]
 7955name = "lyon_extra"
 7956version = "1.0.3"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7959dependencies = [
 7960 "lyon_path",
 7961 "thiserror 1.0.69",
 7962]
 7963
 7964[[package]]
 7965name = "lyon_geom"
 7966version = "1.0.6"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7969dependencies = [
 7970 "arrayvec",
 7971 "euclid",
 7972 "num-traits",
 7973]
 7974
 7975[[package]]
 7976name = "lyon_path"
 7977version = "1.0.6"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7980dependencies = [
 7981 "lyon_geom",
 7982 "num-traits",
 7983]
 7984
 7985[[package]]
 7986name = "lyon_tessellation"
 7987version = "1.0.15"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7990dependencies = [
 7991 "float_next_after",
 7992 "lyon_path",
 7993 "num-traits",
 7994]
 7995
 7996[[package]]
 7997name = "mac"
 7998version = "0.1.1"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8001
 8002[[package]]
 8003name = "mach2"
 8004version = "0.4.2"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8007dependencies = [
 8008 "libc",
 8009]
 8010
 8011[[package]]
 8012name = "malloc_buf"
 8013version = "0.0.6"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8016dependencies = [
 8017 "libc",
 8018]
 8019
 8020[[package]]
 8021name = "maplit"
 8022version = "1.0.2"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8025
 8026[[package]]
 8027name = "markdown"
 8028version = "0.1.0"
 8029dependencies = [
 8030 "anyhow",
 8031 "assets",
 8032 "env_logger 0.11.7",
 8033 "gpui",
 8034 "language",
 8035 "languages",
 8036 "linkify",
 8037 "log",
 8038 "node_runtime",
 8039 "pulldown-cmark 0.12.2",
 8040 "settings",
 8041 "theme",
 8042 "ui",
 8043 "util",
 8044]
 8045
 8046[[package]]
 8047name = "markdown_preview"
 8048version = "0.1.0"
 8049dependencies = [
 8050 "anyhow",
 8051 "async-recursion 1.1.1",
 8052 "collections",
 8053 "editor",
 8054 "gpui",
 8055 "language",
 8056 "linkify",
 8057 "log",
 8058 "pretty_assertions",
 8059 "pulldown-cmark 0.12.2",
 8060 "settings",
 8061 "theme",
 8062 "ui",
 8063 "util",
 8064 "workspace",
 8065]
 8066
 8067[[package]]
 8068name = "markup5ever"
 8069version = "0.12.1"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8072dependencies = [
 8073 "log",
 8074 "phf",
 8075 "phf_codegen",
 8076 "string_cache",
 8077 "string_cache_codegen",
 8078 "tendril",
 8079]
 8080
 8081[[package]]
 8082name = "markup5ever_rcdom"
 8083version = "0.3.0"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8086dependencies = [
 8087 "html5ever",
 8088 "markup5ever",
 8089 "tendril",
 8090 "xml5ever",
 8091]
 8092
 8093[[package]]
 8094name = "matchers"
 8095version = "0.1.0"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8098dependencies = [
 8099 "regex-automata 0.1.10",
 8100]
 8101
 8102[[package]]
 8103name = "matchit"
 8104version = "0.7.3"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8107
 8108[[package]]
 8109name = "maybe-owned"
 8110version = "0.3.4"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8113
 8114[[package]]
 8115name = "maybe-rayon"
 8116version = "0.1.1"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8119dependencies = [
 8120 "cfg-if",
 8121 "rayon",
 8122]
 8123
 8124[[package]]
 8125name = "md-5"
 8126version = "0.10.6"
 8127source = "registry+https://github.com/rust-lang/crates.io-index"
 8128checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8129dependencies = [
 8130 "cfg-if",
 8131 "digest",
 8132]
 8133
 8134[[package]]
 8135name = "mdbook"
 8136version = "0.4.47"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8139dependencies = [
 8140 "ammonia",
 8141 "anyhow",
 8142 "chrono",
 8143 "clap",
 8144 "clap_complete",
 8145 "elasticlunr-rs",
 8146 "env_logger 0.11.7",
 8147 "futures-util",
 8148 "handlebars 6.2.0",
 8149 "hex",
 8150 "ignore",
 8151 "log",
 8152 "memchr",
 8153 "notify 8.0.0",
 8154 "notify-debouncer-mini",
 8155 "once_cell",
 8156 "opener",
 8157 "pathdiff",
 8158 "pulldown-cmark 0.10.3",
 8159 "regex",
 8160 "serde",
 8161 "serde_json",
 8162 "sha2",
 8163 "shlex",
 8164 "tempfile",
 8165 "tokio",
 8166 "toml 0.5.11",
 8167 "topological-sort",
 8168 "walkdir",
 8169 "warp",
 8170]
 8171
 8172[[package]]
 8173name = "media"
 8174version = "0.1.0"
 8175dependencies = [
 8176 "anyhow",
 8177 "bindgen 0.70.1",
 8178 "core-foundation 0.9.4",
 8179 "ctor",
 8180 "foreign-types 0.5.0",
 8181 "metal",
 8182 "objc",
 8183]
 8184
 8185[[package]]
 8186name = "memchr"
 8187version = "2.7.4"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8190
 8191[[package]]
 8192name = "memfd"
 8193version = "0.6.4"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8196dependencies = [
 8197 "rustix",
 8198]
 8199
 8200[[package]]
 8201name = "memmap2"
 8202version = "0.9.5"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8205dependencies = [
 8206 "libc",
 8207]
 8208
 8209[[package]]
 8210name = "memoffset"
 8211version = "0.9.1"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8214dependencies = [
 8215 "autocfg",
 8216]
 8217
 8218[[package]]
 8219name = "menu"
 8220version = "0.1.0"
 8221dependencies = [
 8222 "gpui",
 8223 "serde",
 8224]
 8225
 8226[[package]]
 8227name = "metal"
 8228version = "0.31.0"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8231dependencies = [
 8232 "bitflags 2.8.0",
 8233 "block",
 8234 "core-graphics-types 0.1.3",
 8235 "foreign-types 0.5.0",
 8236 "log",
 8237 "objc",
 8238 "paste",
 8239]
 8240
 8241[[package]]
 8242name = "migrator"
 8243version = "0.1.0"
 8244dependencies = [
 8245 "anyhow",
 8246 "collections",
 8247 "convert_case 0.8.0",
 8248 "log",
 8249 "pretty_assertions",
 8250 "streaming-iterator",
 8251 "tree-sitter",
 8252 "tree-sitter-json",
 8253]
 8254
 8255[[package]]
 8256name = "mimalloc"
 8257version = "0.1.44"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8260dependencies = [
 8261 "libmimalloc-sys",
 8262]
 8263
 8264[[package]]
 8265name = "mime"
 8266version = "0.3.17"
 8267source = "registry+https://github.com/rust-lang/crates.io-index"
 8268checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8269
 8270[[package]]
 8271name = "mime_guess"
 8272version = "2.0.5"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8275dependencies = [
 8276 "mime",
 8277 "unicase",
 8278]
 8279
 8280[[package]]
 8281name = "minimal-lexical"
 8282version = "0.2.1"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8285
 8286[[package]]
 8287name = "miniz_oxide"
 8288version = "0.8.0"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8291dependencies = [
 8292 "adler2",
 8293 "simd-adler32",
 8294]
 8295
 8296[[package]]
 8297name = "mint"
 8298version = "0.5.9"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8301
 8302[[package]]
 8303name = "mio"
 8304version = "0.8.11"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8307dependencies = [
 8308 "libc",
 8309 "log",
 8310 "wasi 0.11.0+wasi-snapshot-preview1",
 8311 "windows-sys 0.48.0",
 8312]
 8313
 8314[[package]]
 8315name = "mio"
 8316version = "1.0.3"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8319dependencies = [
 8320 "libc",
 8321 "log",
 8322 "wasi 0.11.0+wasi-snapshot-preview1",
 8323 "windows-sys 0.52.0",
 8324]
 8325
 8326[[package]]
 8327name = "miow"
 8328version = "0.6.0"
 8329source = "registry+https://github.com/rust-lang/crates.io-index"
 8330checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8331dependencies = [
 8332 "windows-sys 0.48.0",
 8333]
 8334
 8335[[package]]
 8336name = "mistral"
 8337version = "0.1.0"
 8338dependencies = [
 8339 "anyhow",
 8340 "futures 0.3.31",
 8341 "http_client",
 8342 "schemars",
 8343 "serde",
 8344 "serde_json",
 8345 "strum",
 8346]
 8347
 8348[[package]]
 8349name = "msvc_spectre_libs"
 8350version = "0.1.2"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8353dependencies = [
 8354 "cc",
 8355]
 8356
 8357[[package]]
 8358name = "multi_buffer"
 8359version = "0.1.0"
 8360dependencies = [
 8361 "anyhow",
 8362 "buffer_diff",
 8363 "clock",
 8364 "collections",
 8365 "ctor",
 8366 "env_logger 0.11.7",
 8367 "futures 0.3.31",
 8368 "gpui",
 8369 "indoc",
 8370 "itertools 0.14.0",
 8371 "language",
 8372 "log",
 8373 "parking_lot",
 8374 "pretty_assertions",
 8375 "project",
 8376 "rand 0.8.5",
 8377 "rope",
 8378 "serde",
 8379 "settings",
 8380 "smallvec",
 8381 "smol",
 8382 "sum_tree",
 8383 "text",
 8384 "theme",
 8385 "tree-sitter",
 8386 "util",
 8387]
 8388
 8389[[package]]
 8390name = "multimap"
 8391version = "0.8.3"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8394
 8395[[package]]
 8396name = "multimap"
 8397version = "0.10.0"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8400
 8401[[package]]
 8402name = "naga"
 8403version = "23.1.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8406dependencies = [
 8407 "arrayvec",
 8408 "bit-set 0.8.0",
 8409 "bitflags 2.8.0",
 8410 "cfg_aliases 0.1.1",
 8411 "codespan-reporting",
 8412 "hexf-parse",
 8413 "indexmap",
 8414 "log",
 8415 "rustc-hash 1.1.0",
 8416 "spirv",
 8417 "termcolor",
 8418 "thiserror 1.0.69",
 8419 "unicode-xid",
 8420]
 8421
 8422[[package]]
 8423name = "nanoid"
 8424version = "0.4.0"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8427dependencies = [
 8428 "rand 0.8.5",
 8429]
 8430
 8431[[package]]
 8432name = "nanorand"
 8433version = "0.7.0"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8436dependencies = [
 8437 "getrandom 0.2.15",
 8438]
 8439
 8440[[package]]
 8441name = "native-tls"
 8442version = "0.2.12"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8445dependencies = [
 8446 "libc",
 8447 "log",
 8448 "openssl",
 8449 "openssl-probe",
 8450 "openssl-sys",
 8451 "schannel",
 8452 "security-framework 2.11.1",
 8453 "security-framework-sys",
 8454 "tempfile",
 8455]
 8456
 8457[[package]]
 8458name = "nbformat"
 8459version = "0.10.0"
 8460source = "registry+https://github.com/rust-lang/crates.io-index"
 8461checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8462dependencies = [
 8463 "anyhow",
 8464 "chrono",
 8465 "jupyter-protocol",
 8466 "serde",
 8467 "serde_json",
 8468 "thiserror 1.0.69",
 8469 "uuid",
 8470]
 8471
 8472[[package]]
 8473name = "ndk"
 8474version = "0.8.0"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8477dependencies = [
 8478 "bitflags 2.8.0",
 8479 "jni-sys",
 8480 "log",
 8481 "ndk-sys",
 8482 "num_enum",
 8483 "thiserror 1.0.69",
 8484]
 8485
 8486[[package]]
 8487name = "ndk-context"
 8488version = "0.1.1"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8491
 8492[[package]]
 8493name = "ndk-sys"
 8494version = "0.5.0+25.2.9519653"
 8495source = "registry+https://github.com/rust-lang/crates.io-index"
 8496checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8497dependencies = [
 8498 "jni-sys",
 8499]
 8500
 8501[[package]]
 8502name = "new_debug_unreachable"
 8503version = "1.0.6"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8506
 8507[[package]]
 8508name = "nix"
 8509version = "0.29.0"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8512dependencies = [
 8513 "bitflags 2.8.0",
 8514 "cfg-if",
 8515 "cfg_aliases 0.2.1",
 8516 "libc",
 8517 "memoffset",
 8518]
 8519
 8520[[package]]
 8521name = "node_runtime"
 8522version = "0.1.0"
 8523dependencies = [
 8524 "anyhow",
 8525 "async-compression",
 8526 "async-std",
 8527 "async-tar",
 8528 "async-trait",
 8529 "async-watch",
 8530 "async_zip",
 8531 "futures 0.3.31",
 8532 "http_client",
 8533 "log",
 8534 "paths",
 8535 "semver",
 8536 "serde",
 8537 "serde_json",
 8538 "smol",
 8539 "tempfile",
 8540 "util",
 8541 "walkdir",
 8542 "which 6.0.3",
 8543]
 8544
 8545[[package]]
 8546name = "nom"
 8547version = "7.1.3"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8550dependencies = [
 8551 "memchr",
 8552 "minimal-lexical",
 8553]
 8554
 8555[[package]]
 8556name = "noop_proc_macro"
 8557version = "0.3.0"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8560
 8561[[package]]
 8562name = "normpath"
 8563version = "1.3.0"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8566dependencies = [
 8567 "windows-sys 0.59.0",
 8568]
 8569
 8570[[package]]
 8571name = "notifications"
 8572version = "0.1.0"
 8573dependencies = [
 8574 "anyhow",
 8575 "channel",
 8576 "client",
 8577 "collections",
 8578 "component",
 8579 "db",
 8580 "gpui",
 8581 "linkme",
 8582 "rpc",
 8583 "settings",
 8584 "sum_tree",
 8585 "time",
 8586 "ui",
 8587 "util",
 8588 "workspace",
 8589]
 8590
 8591[[package]]
 8592name = "notify"
 8593version = "6.1.1"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8596dependencies = [
 8597 "bitflags 2.8.0",
 8598 "crossbeam-channel",
 8599 "filetime",
 8600 "fsevent-sys 4.1.0",
 8601 "inotify 0.9.6",
 8602 "kqueue",
 8603 "libc",
 8604 "log",
 8605 "mio 0.8.11",
 8606 "walkdir",
 8607 "windows-sys 0.48.0",
 8608]
 8609
 8610[[package]]
 8611name = "notify"
 8612version = "8.0.0"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8615dependencies = [
 8616 "bitflags 2.8.0",
 8617 "filetime",
 8618 "fsevent-sys 4.1.0",
 8619 "inotify 0.11.0",
 8620 "kqueue",
 8621 "libc",
 8622 "log",
 8623 "mio 1.0.3",
 8624 "notify-types",
 8625 "walkdir",
 8626 "windows-sys 0.59.0",
 8627]
 8628
 8629[[package]]
 8630name = "notify-debouncer-mini"
 8631version = "0.6.0"
 8632source = "registry+https://github.com/rust-lang/crates.io-index"
 8633checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8634dependencies = [
 8635 "log",
 8636 "notify 8.0.0",
 8637 "notify-types",
 8638 "tempfile",
 8639]
 8640
 8641[[package]]
 8642name = "notify-types"
 8643version = "2.0.0"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8646
 8647[[package]]
 8648name = "ntapi"
 8649version = "0.4.1"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8652dependencies = [
 8653 "winapi",
 8654]
 8655
 8656[[package]]
 8657name = "nu-ansi-term"
 8658version = "0.46.0"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8661dependencies = [
 8662 "overload",
 8663 "winapi",
 8664]
 8665
 8666[[package]]
 8667name = "num"
 8668version = "0.4.3"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8671dependencies = [
 8672 "num-bigint",
 8673 "num-complex",
 8674 "num-integer",
 8675 "num-iter",
 8676 "num-rational",
 8677 "num-traits",
 8678]
 8679
 8680[[package]]
 8681name = "num-bigint"
 8682version = "0.4.6"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8685dependencies = [
 8686 "num-integer",
 8687 "num-traits",
 8688]
 8689
 8690[[package]]
 8691name = "num-bigint-dig"
 8692version = "0.8.4"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8695dependencies = [
 8696 "byteorder",
 8697 "lazy_static",
 8698 "libm",
 8699 "num-integer",
 8700 "num-iter",
 8701 "num-traits",
 8702 "rand 0.8.5",
 8703 "serde",
 8704 "smallvec",
 8705 "zeroize",
 8706]
 8707
 8708[[package]]
 8709name = "num-complex"
 8710version = "0.4.6"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8713dependencies = [
 8714 "num-traits",
 8715]
 8716
 8717[[package]]
 8718name = "num-conv"
 8719version = "0.1.0"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8722
 8723[[package]]
 8724name = "num-derive"
 8725version = "0.4.2"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8728dependencies = [
 8729 "proc-macro2",
 8730 "quote",
 8731 "syn 2.0.100",
 8732]
 8733
 8734[[package]]
 8735name = "num-format"
 8736version = "0.4.4"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8739dependencies = [
 8740 "arrayvec",
 8741 "itoa",
 8742]
 8743
 8744[[package]]
 8745name = "num-integer"
 8746version = "0.1.46"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8749dependencies = [
 8750 "num-traits",
 8751]
 8752
 8753[[package]]
 8754name = "num-iter"
 8755version = "0.1.45"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8758dependencies = [
 8759 "autocfg",
 8760 "num-integer",
 8761 "num-traits",
 8762]
 8763
 8764[[package]]
 8765name = "num-modular"
 8766version = "0.6.1"
 8767source = "registry+https://github.com/rust-lang/crates.io-index"
 8768checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8769
 8770[[package]]
 8771name = "num-order"
 8772version = "1.2.0"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8775dependencies = [
 8776 "num-modular",
 8777]
 8778
 8779[[package]]
 8780name = "num-rational"
 8781version = "0.4.2"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8784dependencies = [
 8785 "num-bigint",
 8786 "num-integer",
 8787 "num-traits",
 8788]
 8789
 8790[[package]]
 8791name = "num-traits"
 8792version = "0.2.19"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8795dependencies = [
 8796 "autocfg",
 8797 "libm",
 8798]
 8799
 8800[[package]]
 8801name = "num_cpus"
 8802version = "1.16.0"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8805dependencies = [
 8806 "hermit-abi 0.3.9",
 8807 "libc",
 8808]
 8809
 8810[[package]]
 8811name = "num_enum"
 8812version = "0.7.3"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8815dependencies = [
 8816 "num_enum_derive",
 8817]
 8818
 8819[[package]]
 8820name = "num_enum_derive"
 8821version = "0.7.3"
 8822source = "registry+https://github.com/rust-lang/crates.io-index"
 8823checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8824dependencies = [
 8825 "proc-macro-crate",
 8826 "proc-macro2",
 8827 "quote",
 8828 "syn 2.0.100",
 8829]
 8830
 8831[[package]]
 8832name = "num_threads"
 8833version = "0.1.7"
 8834source = "registry+https://github.com/rust-lang/crates.io-index"
 8835checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8836dependencies = [
 8837 "libc",
 8838]
 8839
 8840[[package]]
 8841name = "nvim-rs"
 8842version = "0.8.0-pre"
 8843source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8844dependencies = [
 8845 "async-trait",
 8846 "futures 0.3.31",
 8847 "log",
 8848 "parity-tokio-ipc",
 8849 "rmp",
 8850 "rmpv",
 8851 "tokio",
 8852 "tokio-util",
 8853 "winapi",
 8854]
 8855
 8856[[package]]
 8857name = "objc"
 8858version = "0.2.7"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8861dependencies = [
 8862 "malloc_buf",
 8863]
 8864
 8865[[package]]
 8866name = "objc-sys"
 8867version = "0.3.5"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8870
 8871[[package]]
 8872name = "objc2"
 8873version = "0.5.2"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8876dependencies = [
 8877 "objc-sys",
 8878 "objc2-encode",
 8879]
 8880
 8881[[package]]
 8882name = "objc2-app-kit"
 8883version = "0.2.2"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8886dependencies = [
 8887 "bitflags 2.8.0",
 8888 "block2",
 8889 "libc",
 8890 "objc2",
 8891 "objc2-core-data",
 8892 "objc2-core-image",
 8893 "objc2-foundation",
 8894 "objc2-quartz-core",
 8895]
 8896
 8897[[package]]
 8898name = "objc2-cloud-kit"
 8899version = "0.2.2"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8902dependencies = [
 8903 "bitflags 2.8.0",
 8904 "block2",
 8905 "objc2",
 8906 "objc2-core-location",
 8907 "objc2-foundation",
 8908]
 8909
 8910[[package]]
 8911name = "objc2-contacts"
 8912version = "0.2.2"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8915dependencies = [
 8916 "block2",
 8917 "objc2",
 8918 "objc2-foundation",
 8919]
 8920
 8921[[package]]
 8922name = "objc2-core-data"
 8923version = "0.2.2"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8926dependencies = [
 8927 "bitflags 2.8.0",
 8928 "block2",
 8929 "objc2",
 8930 "objc2-foundation",
 8931]
 8932
 8933[[package]]
 8934name = "objc2-core-image"
 8935version = "0.2.2"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8938dependencies = [
 8939 "block2",
 8940 "objc2",
 8941 "objc2-foundation",
 8942 "objc2-metal",
 8943]
 8944
 8945[[package]]
 8946name = "objc2-core-location"
 8947version = "0.2.2"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8950dependencies = [
 8951 "block2",
 8952 "objc2",
 8953 "objc2-contacts",
 8954 "objc2-foundation",
 8955]
 8956
 8957[[package]]
 8958name = "objc2-encode"
 8959version = "4.0.3"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8962
 8963[[package]]
 8964name = "objc2-foundation"
 8965version = "0.2.2"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8968dependencies = [
 8969 "bitflags 2.8.0",
 8970 "block2",
 8971 "libc",
 8972 "objc2",
 8973]
 8974
 8975[[package]]
 8976name = "objc2-link-presentation"
 8977version = "0.2.2"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8980dependencies = [
 8981 "block2",
 8982 "objc2",
 8983 "objc2-app-kit",
 8984 "objc2-foundation",
 8985]
 8986
 8987[[package]]
 8988name = "objc2-metal"
 8989version = "0.2.2"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8992dependencies = [
 8993 "bitflags 2.8.0",
 8994 "block2",
 8995 "objc2",
 8996 "objc2-foundation",
 8997]
 8998
 8999[[package]]
 9000name = "objc2-quartz-core"
 9001version = "0.2.2"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9004dependencies = [
 9005 "bitflags 2.8.0",
 9006 "block2",
 9007 "objc2",
 9008 "objc2-foundation",
 9009 "objc2-metal",
 9010]
 9011
 9012[[package]]
 9013name = "objc2-symbols"
 9014version = "0.2.2"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9017dependencies = [
 9018 "objc2",
 9019 "objc2-foundation",
 9020]
 9021
 9022[[package]]
 9023name = "objc2-ui-kit"
 9024version = "0.2.2"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9027dependencies = [
 9028 "bitflags 2.8.0",
 9029 "block2",
 9030 "objc2",
 9031 "objc2-cloud-kit",
 9032 "objc2-core-data",
 9033 "objc2-core-image",
 9034 "objc2-core-location",
 9035 "objc2-foundation",
 9036 "objc2-link-presentation",
 9037 "objc2-quartz-core",
 9038 "objc2-symbols",
 9039 "objc2-uniform-type-identifiers",
 9040 "objc2-user-notifications",
 9041]
 9042
 9043[[package]]
 9044name = "objc2-uniform-type-identifiers"
 9045version = "0.2.2"
 9046source = "registry+https://github.com/rust-lang/crates.io-index"
 9047checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9048dependencies = [
 9049 "block2",
 9050 "objc2",
 9051 "objc2-foundation",
 9052]
 9053
 9054[[package]]
 9055name = "objc2-user-notifications"
 9056version = "0.2.2"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9059dependencies = [
 9060 "bitflags 2.8.0",
 9061 "block2",
 9062 "objc2",
 9063 "objc2-core-location",
 9064 "objc2-foundation",
 9065]
 9066
 9067[[package]]
 9068name = "object"
 9069version = "0.36.5"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9072dependencies = [
 9073 "crc32fast",
 9074 "hashbrown 0.15.2",
 9075 "indexmap",
 9076 "memchr",
 9077]
 9078
 9079[[package]]
 9080name = "oboe"
 9081version = "0.6.1"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9084dependencies = [
 9085 "jni",
 9086 "ndk",
 9087 "ndk-context",
 9088 "num-derive",
 9089 "num-traits",
 9090 "oboe-sys",
 9091]
 9092
 9093[[package]]
 9094name = "oboe-sys"
 9095version = "0.6.1"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9098dependencies = [
 9099 "cc",
 9100]
 9101
 9102[[package]]
 9103name = "ollama"
 9104version = "0.1.0"
 9105dependencies = [
 9106 "anyhow",
 9107 "futures 0.3.31",
 9108 "http_client",
 9109 "schemars",
 9110 "serde",
 9111 "serde_json",
 9112]
 9113
 9114[[package]]
 9115name = "once_cell"
 9116version = "1.20.3"
 9117source = "registry+https://github.com/rust-lang/crates.io-index"
 9118checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9119
 9120[[package]]
 9121name = "oo7"
 9122version = "0.4.1"
 9123source = "registry+https://github.com/rust-lang/crates.io-index"
 9124checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9125dependencies = [
 9126 "aes",
 9127 "ashpd",
 9128 "async-fs",
 9129 "async-io",
 9130 "async-lock",
 9131 "blocking",
 9132 "cbc",
 9133 "cipher",
 9134 "digest",
 9135 "endi",
 9136 "futures-lite 2.6.0",
 9137 "futures-util",
 9138 "getrandom 0.3.1",
 9139 "hkdf",
 9140 "hmac",
 9141 "md-5",
 9142 "num",
 9143 "num-bigint-dig",
 9144 "pbkdf2 0.12.2",
 9145 "rand 0.9.0",
 9146 "serde",
 9147 "sha2",
 9148 "subtle",
 9149 "zbus",
 9150 "zbus_macros",
 9151 "zeroize",
 9152 "zvariant",
 9153]
 9154
 9155[[package]]
 9156name = "oorandom"
 9157version = "11.1.4"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9160
 9161[[package]]
 9162name = "open"
 9163version = "5.3.2"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9166dependencies = [
 9167 "is-wsl",
 9168 "libc",
 9169 "pathdiff",
 9170]
 9171
 9172[[package]]
 9173name = "open_ai"
 9174version = "0.1.0"
 9175dependencies = [
 9176 "anyhow",
 9177 "futures 0.3.31",
 9178 "http_client",
 9179 "schemars",
 9180 "serde",
 9181 "serde_json",
 9182 "strum",
 9183]
 9184
 9185[[package]]
 9186name = "opener"
 9187version = "0.7.2"
 9188source = "registry+https://github.com/rust-lang/crates.io-index"
 9189checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9190dependencies = [
 9191 "bstr",
 9192 "dbus",
 9193 "normpath",
 9194 "windows-sys 0.59.0",
 9195]
 9196
 9197[[package]]
 9198name = "openssl"
 9199version = "0.10.70"
 9200source = "registry+https://github.com/rust-lang/crates.io-index"
 9201checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9202dependencies = [
 9203 "bitflags 2.8.0",
 9204 "cfg-if",
 9205 "foreign-types 0.3.2",
 9206 "libc",
 9207 "once_cell",
 9208 "openssl-macros",
 9209 "openssl-sys",
 9210]
 9211
 9212[[package]]
 9213name = "openssl-macros"
 9214version = "0.1.1"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9217dependencies = [
 9218 "proc-macro2",
 9219 "quote",
 9220 "syn 2.0.100",
 9221]
 9222
 9223[[package]]
 9224name = "openssl-probe"
 9225version = "0.1.5"
 9226source = "registry+https://github.com/rust-lang/crates.io-index"
 9227checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9228
 9229[[package]]
 9230name = "openssl-src"
 9231version = "300.4.1+3.4.0"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9234dependencies = [
 9235 "cc",
 9236]
 9237
 9238[[package]]
 9239name = "openssl-sys"
 9240version = "0.9.105"
 9241source = "registry+https://github.com/rust-lang/crates.io-index"
 9242checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9243dependencies = [
 9244 "cc",
 9245 "libc",
 9246 "openssl-src",
 9247 "pkg-config",
 9248 "vcpkg",
 9249]
 9250
 9251[[package]]
 9252name = "option-ext"
 9253version = "0.2.0"
 9254source = "registry+https://github.com/rust-lang/crates.io-index"
 9255checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9256
 9257[[package]]
 9258name = "ordered-float"
 9259version = "2.10.1"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9262dependencies = [
 9263 "num-traits",
 9264]
 9265
 9266[[package]]
 9267name = "ordered-float"
 9268version = "3.9.2"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9271dependencies = [
 9272 "num-traits",
 9273]
 9274
 9275[[package]]
 9276name = "ordered-stream"
 9277version = "0.2.0"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9280dependencies = [
 9281 "futures-core",
 9282 "pin-project-lite",
 9283]
 9284
 9285[[package]]
 9286name = "ouroboros"
 9287version = "0.18.4"
 9288source = "registry+https://github.com/rust-lang/crates.io-index"
 9289checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9290dependencies = [
 9291 "aliasable",
 9292 "ouroboros_macro",
 9293 "static_assertions",
 9294]
 9295
 9296[[package]]
 9297name = "ouroboros_macro"
 9298version = "0.18.4"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9301dependencies = [
 9302 "heck 0.4.1",
 9303 "itertools 0.12.1",
 9304 "proc-macro2",
 9305 "proc-macro2-diagnostics",
 9306 "quote",
 9307 "syn 2.0.100",
 9308]
 9309
 9310[[package]]
 9311name = "outline"
 9312version = "0.1.0"
 9313dependencies = [
 9314 "editor",
 9315 "fuzzy",
 9316 "gpui",
 9317 "indoc",
 9318 "language",
 9319 "menu",
 9320 "ordered-float 2.10.1",
 9321 "picker",
 9322 "project",
 9323 "rope",
 9324 "serde_json",
 9325 "settings",
 9326 "smol",
 9327 "theme",
 9328 "tree-sitter-rust",
 9329 "tree-sitter-typescript",
 9330 "ui",
 9331 "util",
 9332 "workspace",
 9333 "zed_actions",
 9334]
 9335
 9336[[package]]
 9337name = "outline_panel"
 9338version = "0.1.0"
 9339dependencies = [
 9340 "anyhow",
 9341 "collections",
 9342 "db",
 9343 "editor",
 9344 "file_icons",
 9345 "fuzzy",
 9346 "gpui",
 9347 "itertools 0.14.0",
 9348 "language",
 9349 "log",
 9350 "menu",
 9351 "outline",
 9352 "pretty_assertions",
 9353 "project",
 9354 "schemars",
 9355 "search",
 9356 "serde",
 9357 "serde_json",
 9358 "settings",
 9359 "smallvec",
 9360 "smol",
 9361 "theme",
 9362 "ui",
 9363 "util",
 9364 "workspace",
 9365 "worktree",
 9366 "zed_actions",
 9367]
 9368
 9369[[package]]
 9370name = "outref"
 9371version = "0.5.1"
 9372source = "registry+https://github.com/rust-lang/crates.io-index"
 9373checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9374
 9375[[package]]
 9376name = "overload"
 9377version = "0.1.1"
 9378source = "registry+https://github.com/rust-lang/crates.io-index"
 9379checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9380
 9381[[package]]
 9382name = "p256"
 9383version = "0.11.1"
 9384source = "registry+https://github.com/rust-lang/crates.io-index"
 9385checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9386dependencies = [
 9387 "ecdsa",
 9388 "elliptic-curve",
 9389 "sha2",
 9390]
 9391
 9392[[package]]
 9393name = "page_size"
 9394version = "0.6.0"
 9395source = "registry+https://github.com/rust-lang/crates.io-index"
 9396checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9397dependencies = [
 9398 "libc",
 9399 "winapi",
 9400]
 9401
 9402[[package]]
 9403name = "palette"
 9404version = "0.7.6"
 9405source = "registry+https://github.com/rust-lang/crates.io-index"
 9406checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9407dependencies = [
 9408 "approx",
 9409 "fast-srgb8",
 9410 "palette_derive",
 9411]
 9412
 9413[[package]]
 9414name = "palette_derive"
 9415version = "0.7.6"
 9416source = "registry+https://github.com/rust-lang/crates.io-index"
 9417checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9418dependencies = [
 9419 "by_address",
 9420 "proc-macro2",
 9421 "quote",
 9422 "syn 2.0.100",
 9423]
 9424
 9425[[package]]
 9426name = "panel"
 9427version = "0.1.0"
 9428dependencies = [
 9429 "editor",
 9430 "gpui",
 9431 "settings",
 9432 "theme",
 9433 "ui",
 9434 "workspace",
 9435]
 9436
 9437[[package]]
 9438name = "parity-tokio-ipc"
 9439version = "0.9.0"
 9440source = "registry+https://github.com/rust-lang/crates.io-index"
 9441checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9442dependencies = [
 9443 "futures 0.3.31",
 9444 "libc",
 9445 "log",
 9446 "rand 0.7.3",
 9447 "tokio",
 9448 "winapi",
 9449]
 9450
 9451[[package]]
 9452name = "parking"
 9453version = "2.2.1"
 9454source = "registry+https://github.com/rust-lang/crates.io-index"
 9455checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9456
 9457[[package]]
 9458name = "parking_lot"
 9459version = "0.12.3"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9462dependencies = [
 9463 "lock_api",
 9464 "parking_lot_core",
 9465]
 9466
 9467[[package]]
 9468name = "parking_lot_core"
 9469version = "0.9.10"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9472dependencies = [
 9473 "cfg-if",
 9474 "libc",
 9475 "redox_syscall 0.5.8",
 9476 "smallvec",
 9477 "windows-targets 0.52.6",
 9478]
 9479
 9480[[package]]
 9481name = "password-hash"
 9482version = "0.4.2"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9485dependencies = [
 9486 "base64ct",
 9487 "rand_core 0.6.4",
 9488 "subtle",
 9489]
 9490
 9491[[package]]
 9492name = "password-hash"
 9493version = "0.5.0"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9496dependencies = [
 9497 "base64ct",
 9498 "rand_core 0.6.4",
 9499 "subtle",
 9500]
 9501
 9502[[package]]
 9503name = "paste"
 9504version = "1.0.15"
 9505source = "registry+https://github.com/rust-lang/crates.io-index"
 9506checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9507
 9508[[package]]
 9509name = "pathdiff"
 9510version = "0.2.3"
 9511source = "registry+https://github.com/rust-lang/crates.io-index"
 9512checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9513
 9514[[package]]
 9515name = "pathfinder_geometry"
 9516version = "0.5.1"
 9517source = "registry+https://github.com/rust-lang/crates.io-index"
 9518checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9519dependencies = [
 9520 "log",
 9521 "pathfinder_simd",
 9522]
 9523
 9524[[package]]
 9525name = "pathfinder_simd"
 9526version = "0.5.4"
 9527source = "registry+https://github.com/rust-lang/crates.io-index"
 9528checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9529dependencies = [
 9530 "rustc_version",
 9531]
 9532
 9533[[package]]
 9534name = "paths"
 9535version = "0.1.0"
 9536dependencies = [
 9537 "dirs 4.0.0",
 9538 "util",
 9539]
 9540
 9541[[package]]
 9542name = "pbjson"
 9543version = "0.6.0"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9546dependencies = [
 9547 "base64 0.21.7",
 9548 "serde",
 9549]
 9550
 9551[[package]]
 9552name = "pbjson-build"
 9553version = "0.6.2"
 9554source = "registry+https://github.com/rust-lang/crates.io-index"
 9555checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9556dependencies = [
 9557 "heck 0.4.1",
 9558 "itertools 0.11.0",
 9559 "prost 0.12.6",
 9560 "prost-types 0.12.6",
 9561]
 9562
 9563[[package]]
 9564name = "pbjson-types"
 9565version = "0.6.0"
 9566source = "registry+https://github.com/rust-lang/crates.io-index"
 9567checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9568dependencies = [
 9569 "bytes 1.10.1",
 9570 "chrono",
 9571 "pbjson",
 9572 "pbjson-build",
 9573 "prost 0.12.6",
 9574 "prost-build 0.12.6",
 9575 "serde",
 9576]
 9577
 9578[[package]]
 9579name = "pbkdf2"
 9580version = "0.11.0"
 9581source = "registry+https://github.com/rust-lang/crates.io-index"
 9582checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9583dependencies = [
 9584 "digest",
 9585 "hmac",
 9586 "password-hash 0.4.2",
 9587 "sha2",
 9588]
 9589
 9590[[package]]
 9591name = "pbkdf2"
 9592version = "0.12.2"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9595dependencies = [
 9596 "digest",
 9597 "hmac",
 9598]
 9599
 9600[[package]]
 9601name = "pem"
 9602version = "3.0.4"
 9603source = "registry+https://github.com/rust-lang/crates.io-index"
 9604checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9605dependencies = [
 9606 "base64 0.22.1",
 9607 "serde",
 9608]
 9609
 9610[[package]]
 9611name = "pem-rfc7468"
 9612version = "0.7.0"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9615dependencies = [
 9616 "base64ct",
 9617]
 9618
 9619[[package]]
 9620name = "percent-encoding"
 9621version = "2.3.1"
 9622source = "registry+https://github.com/rust-lang/crates.io-index"
 9623checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9624
 9625[[package]]
 9626name = "perplexity"
 9627version = "0.1.0"
 9628dependencies = [
 9629 "serde",
 9630 "zed_extension_api 0.4.0",
 9631]
 9632
 9633[[package]]
 9634name = "pest"
 9635version = "2.7.15"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9638dependencies = [
 9639 "memchr",
 9640 "thiserror 2.0.12",
 9641 "ucd-trie",
 9642]
 9643
 9644[[package]]
 9645name = "pest_derive"
 9646version = "2.7.15"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9649dependencies = [
 9650 "pest",
 9651 "pest_generator",
 9652]
 9653
 9654[[package]]
 9655name = "pest_generator"
 9656version = "2.7.15"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9659dependencies = [
 9660 "pest",
 9661 "pest_meta",
 9662 "proc-macro2",
 9663 "quote",
 9664 "syn 2.0.100",
 9665]
 9666
 9667[[package]]
 9668name = "pest_meta"
 9669version = "2.7.15"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9672dependencies = [
 9673 "once_cell",
 9674 "pest",
 9675 "sha2",
 9676]
 9677
 9678[[package]]
 9679name = "pet"
 9680version = "0.1.0"
 9681source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9682dependencies = [
 9683 "clap",
 9684 "env_logger 0.10.2",
 9685 "lazy_static",
 9686 "log",
 9687 "msvc_spectre_libs",
 9688 "pet-conda",
 9689 "pet-core",
 9690 "pet-env-var-path",
 9691 "pet-fs",
 9692 "pet-global-virtualenvs",
 9693 "pet-homebrew",
 9694 "pet-jsonrpc",
 9695 "pet-linux-global-python",
 9696 "pet-mac-commandlinetools",
 9697 "pet-mac-python-org",
 9698 "pet-mac-xcode",
 9699 "pet-pipenv",
 9700 "pet-pixi",
 9701 "pet-poetry",
 9702 "pet-pyenv",
 9703 "pet-python-utils",
 9704 "pet-reporter",
 9705 "pet-telemetry",
 9706 "pet-venv",
 9707 "pet-virtualenv",
 9708 "pet-virtualenvwrapper",
 9709 "pet-windows-registry",
 9710 "pet-windows-store",
 9711 "serde",
 9712 "serde_json",
 9713]
 9714
 9715[[package]]
 9716name = "pet-conda"
 9717version = "0.1.0"
 9718source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9719dependencies = [
 9720 "env_logger 0.10.2",
 9721 "lazy_static",
 9722 "log",
 9723 "msvc_spectre_libs",
 9724 "pet-core",
 9725 "pet-fs",
 9726 "pet-python-utils",
 9727 "pet-reporter",
 9728 "regex",
 9729 "serde",
 9730 "serde_json",
 9731 "yaml-rust2",
 9732]
 9733
 9734[[package]]
 9735name = "pet-core"
 9736version = "0.1.0"
 9737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9738dependencies = [
 9739 "clap",
 9740 "lazy_static",
 9741 "log",
 9742 "msvc_spectre_libs",
 9743 "pet-fs",
 9744 "regex",
 9745 "serde",
 9746 "serde_json",
 9747]
 9748
 9749[[package]]
 9750name = "pet-env-var-path"
 9751version = "0.1.0"
 9752source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9753dependencies = [
 9754 "lazy_static",
 9755 "log",
 9756 "msvc_spectre_libs",
 9757 "pet-conda",
 9758 "pet-core",
 9759 "pet-fs",
 9760 "pet-python-utils",
 9761 "pet-virtualenv",
 9762 "regex",
 9763]
 9764
 9765[[package]]
 9766name = "pet-fs"
 9767version = "0.1.0"
 9768source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9769dependencies = [
 9770 "log",
 9771 "msvc_spectre_libs",
 9772]
 9773
 9774[[package]]
 9775name = "pet-global-virtualenvs"
 9776version = "0.1.0"
 9777source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9778dependencies = [
 9779 "log",
 9780 "msvc_spectre_libs",
 9781 "pet-conda",
 9782 "pet-core",
 9783 "pet-fs",
 9784 "pet-virtualenv",
 9785]
 9786
 9787[[package]]
 9788name = "pet-homebrew"
 9789version = "0.1.0"
 9790source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9791dependencies = [
 9792 "lazy_static",
 9793 "log",
 9794 "msvc_spectre_libs",
 9795 "pet-conda",
 9796 "pet-core",
 9797 "pet-fs",
 9798 "pet-python-utils",
 9799 "pet-virtualenv",
 9800 "regex",
 9801 "serde",
 9802 "serde_json",
 9803]
 9804
 9805[[package]]
 9806name = "pet-jsonrpc"
 9807version = "0.1.0"
 9808source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9809dependencies = [
 9810 "env_logger 0.10.2",
 9811 "log",
 9812 "msvc_spectre_libs",
 9813 "pet-core",
 9814 "serde",
 9815 "serde_json",
 9816]
 9817
 9818[[package]]
 9819name = "pet-linux-global-python"
 9820version = "0.1.0"
 9821source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9822dependencies = [
 9823 "log",
 9824 "msvc_spectre_libs",
 9825 "pet-core",
 9826 "pet-fs",
 9827 "pet-python-utils",
 9828 "pet-virtualenv",
 9829]
 9830
 9831[[package]]
 9832name = "pet-mac-commandlinetools"
 9833version = "0.1.0"
 9834source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9835dependencies = [
 9836 "log",
 9837 "msvc_spectre_libs",
 9838 "pet-core",
 9839 "pet-fs",
 9840 "pet-python-utils",
 9841 "pet-virtualenv",
 9842]
 9843
 9844[[package]]
 9845name = "pet-mac-python-org"
 9846version = "0.1.0"
 9847source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9848dependencies = [
 9849 "log",
 9850 "msvc_spectre_libs",
 9851 "pet-core",
 9852 "pet-fs",
 9853 "pet-python-utils",
 9854 "pet-virtualenv",
 9855]
 9856
 9857[[package]]
 9858name = "pet-mac-xcode"
 9859version = "0.1.0"
 9860source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9861dependencies = [
 9862 "log",
 9863 "msvc_spectre_libs",
 9864 "pet-core",
 9865 "pet-fs",
 9866 "pet-python-utils",
 9867 "pet-virtualenv",
 9868]
 9869
 9870[[package]]
 9871name = "pet-pipenv"
 9872version = "0.1.0"
 9873source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9874dependencies = [
 9875 "log",
 9876 "msvc_spectre_libs",
 9877 "pet-core",
 9878 "pet-fs",
 9879 "pet-python-utils",
 9880 "pet-virtualenv",
 9881]
 9882
 9883[[package]]
 9884name = "pet-pixi"
 9885version = "0.1.0"
 9886source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9887dependencies = [
 9888 "log",
 9889 "msvc_spectre_libs",
 9890 "pet-conda",
 9891 "pet-core",
 9892 "pet-python-utils",
 9893]
 9894
 9895[[package]]
 9896name = "pet-poetry"
 9897version = "0.1.0"
 9898source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9899dependencies = [
 9900 "base64 0.22.1",
 9901 "lazy_static",
 9902 "log",
 9903 "msvc_spectre_libs",
 9904 "pet-core",
 9905 "pet-fs",
 9906 "pet-python-utils",
 9907 "pet-reporter",
 9908 "pet-virtualenv",
 9909 "regex",
 9910 "serde",
 9911 "serde_json",
 9912 "sha2",
 9913 "toml 0.8.20",
 9914]
 9915
 9916[[package]]
 9917name = "pet-pyenv"
 9918version = "0.1.0"
 9919source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9920dependencies = [
 9921 "lazy_static",
 9922 "log",
 9923 "msvc_spectre_libs",
 9924 "pet-conda",
 9925 "pet-core",
 9926 "pet-fs",
 9927 "pet-python-utils",
 9928 "pet-reporter",
 9929 "regex",
 9930 "serde",
 9931 "serde_json",
 9932]
 9933
 9934[[package]]
 9935name = "pet-python-utils"
 9936version = "0.1.0"
 9937source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9938dependencies = [
 9939 "env_logger 0.10.2",
 9940 "lazy_static",
 9941 "log",
 9942 "msvc_spectre_libs",
 9943 "pet-core",
 9944 "pet-fs",
 9945 "regex",
 9946 "serde",
 9947 "serde_json",
 9948 "sha2",
 9949]
 9950
 9951[[package]]
 9952name = "pet-reporter"
 9953version = "0.1.0"
 9954source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9955dependencies = [
 9956 "env_logger 0.10.2",
 9957 "log",
 9958 "msvc_spectre_libs",
 9959 "pet-core",
 9960 "pet-jsonrpc",
 9961 "serde",
 9962 "serde_json",
 9963]
 9964
 9965[[package]]
 9966name = "pet-telemetry"
 9967version = "0.1.0"
 9968source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9969dependencies = [
 9970 "env_logger 0.10.2",
 9971 "lazy_static",
 9972 "log",
 9973 "msvc_spectre_libs",
 9974 "pet-core",
 9975 "pet-fs",
 9976 "pet-python-utils",
 9977 "regex",
 9978]
 9979
 9980[[package]]
 9981name = "pet-venv"
 9982version = "0.1.0"
 9983source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9984dependencies = [
 9985 "log",
 9986 "msvc_spectre_libs",
 9987 "pet-core",
 9988 "pet-python-utils",
 9989 "pet-virtualenv",
 9990]
 9991
 9992[[package]]
 9993name = "pet-virtualenv"
 9994version = "0.1.0"
 9995source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9996dependencies = [
 9997 "log",
 9998 "msvc_spectre_libs",
 9999 "pet-core",
10000 "pet-fs",
10001 "pet-python-utils",
10002]
10003
10004[[package]]
10005name = "pet-virtualenvwrapper"
10006version = "0.1.0"
10007source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10008dependencies = [
10009 "log",
10010 "msvc_spectre_libs",
10011 "pet-core",
10012 "pet-fs",
10013 "pet-python-utils",
10014 "pet-virtualenv",
10015]
10016
10017[[package]]
10018name = "pet-windows-registry"
10019version = "0.1.0"
10020source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10021dependencies = [
10022 "lazy_static",
10023 "log",
10024 "msvc_spectre_libs",
10025 "pet-conda",
10026 "pet-core",
10027 "pet-fs",
10028 "pet-python-utils",
10029 "pet-virtualenv",
10030 "pet-windows-store",
10031 "regex",
10032 "winreg 0.52.0",
10033]
10034
10035[[package]]
10036name = "pet-windows-store"
10037version = "0.1.0"
10038source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10039dependencies = [
10040 "lazy_static",
10041 "log",
10042 "msvc_spectre_libs",
10043 "pet-core",
10044 "pet-fs",
10045 "pet-python-utils",
10046 "pet-virtualenv",
10047 "regex",
10048 "winreg 0.52.0",
10049]
10050
10051[[package]]
10052name = "petgraph"
10053version = "0.6.5"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10056dependencies = [
10057 "fixedbitset",
10058 "indexmap",
10059]
10060
10061[[package]]
10062name = "pgvector"
10063version = "0.4.0"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10066dependencies = [
10067 "serde",
10068]
10069
10070[[package]]
10071name = "phf"
10072version = "0.11.2"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10075dependencies = [
10076 "phf_macros",
10077 "phf_shared 0.11.2",
10078]
10079
10080[[package]]
10081name = "phf_codegen"
10082version = "0.11.2"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10085dependencies = [
10086 "phf_generator 0.11.2",
10087 "phf_shared 0.11.2",
10088]
10089
10090[[package]]
10091name = "phf_generator"
10092version = "0.10.0"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10095dependencies = [
10096 "phf_shared 0.10.0",
10097 "rand 0.8.5",
10098]
10099
10100[[package]]
10101name = "phf_generator"
10102version = "0.11.2"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10105dependencies = [
10106 "phf_shared 0.11.2",
10107 "rand 0.8.5",
10108]
10109
10110[[package]]
10111name = "phf_macros"
10112version = "0.11.2"
10113source = "registry+https://github.com/rust-lang/crates.io-index"
10114checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10115dependencies = [
10116 "phf_generator 0.11.2",
10117 "phf_shared 0.11.2",
10118 "proc-macro2",
10119 "quote",
10120 "syn 2.0.100",
10121]
10122
10123[[package]]
10124name = "phf_shared"
10125version = "0.10.0"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10128dependencies = [
10129 "siphasher 0.3.11",
10130]
10131
10132[[package]]
10133name = "phf_shared"
10134version = "0.11.2"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10137dependencies = [
10138 "siphasher 0.3.11",
10139]
10140
10141[[package]]
10142name = "picker"
10143version = "0.1.0"
10144dependencies = [
10145 "anyhow",
10146 "ctor",
10147 "editor",
10148 "env_logger 0.11.7",
10149 "gpui",
10150 "menu",
10151 "schemars",
10152 "serde",
10153 "serde_json",
10154 "ui",
10155 "util",
10156 "workspace",
10157]
10158
10159[[package]]
10160name = "pico-args"
10161version = "0.5.0"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10164
10165[[package]]
10166name = "pin-project"
10167version = "1.1.7"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10170dependencies = [
10171 "pin-project-internal",
10172]
10173
10174[[package]]
10175name = "pin-project-internal"
10176version = "1.1.7"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10179dependencies = [
10180 "proc-macro2",
10181 "quote",
10182 "syn 2.0.100",
10183]
10184
10185[[package]]
10186name = "pin-project-lite"
10187version = "0.2.16"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10190
10191[[package]]
10192name = "pin-utils"
10193version = "0.1.0"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10196
10197[[package]]
10198name = "piper"
10199version = "0.2.4"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10202dependencies = [
10203 "atomic-waker",
10204 "fastrand 2.3.0",
10205 "futures-io",
10206]
10207
10208[[package]]
10209name = "pkcs1"
10210version = "0.7.5"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10213dependencies = [
10214 "der 0.7.9",
10215 "pkcs8 0.10.2",
10216 "spki 0.7.3",
10217]
10218
10219[[package]]
10220name = "pkcs8"
10221version = "0.9.0"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10224dependencies = [
10225 "der 0.6.1",
10226 "spki 0.6.0",
10227]
10228
10229[[package]]
10230name = "pkcs8"
10231version = "0.10.2"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10234dependencies = [
10235 "der 0.7.9",
10236 "spki 0.7.3",
10237]
10238
10239[[package]]
10240name = "pkg-config"
10241version = "0.3.31"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10244
10245[[package]]
10246name = "plist"
10247version = "1.7.0"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10250dependencies = [
10251 "base64 0.22.1",
10252 "indexmap",
10253 "quick-xml 0.32.0",
10254 "serde",
10255 "time",
10256]
10257
10258[[package]]
10259name = "plotters"
10260version = "0.3.7"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10263dependencies = [
10264 "num-traits",
10265 "plotters-backend",
10266 "plotters-svg",
10267 "wasm-bindgen",
10268 "web-sys",
10269]
10270
10271[[package]]
10272name = "plotters-backend"
10273version = "0.3.7"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10276
10277[[package]]
10278name = "plotters-svg"
10279version = "0.3.7"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10282dependencies = [
10283 "plotters-backend",
10284]
10285
10286[[package]]
10287name = "png"
10288version = "0.17.15"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10291dependencies = [
10292 "bitflags 1.3.2",
10293 "crc32fast",
10294 "fdeflate",
10295 "flate2",
10296 "miniz_oxide",
10297]
10298
10299[[package]]
10300name = "polling"
10301version = "3.7.4"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10304dependencies = [
10305 "cfg-if",
10306 "concurrent-queue",
10307 "hermit-abi 0.4.0",
10308 "pin-project-lite",
10309 "rustix",
10310 "tracing",
10311 "windows-sys 0.59.0",
10312]
10313
10314[[package]]
10315name = "pollster"
10316version = "0.2.5"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10319
10320[[package]]
10321name = "portable-atomic"
10322version = "1.11.0"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10325
10326[[package]]
10327name = "portable-atomic-util"
10328version = "0.2.4"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10331dependencies = [
10332 "portable-atomic",
10333]
10334
10335[[package]]
10336name = "postage"
10337version = "0.5.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10340dependencies = [
10341 "atomic",
10342 "crossbeam-queue",
10343 "futures 0.3.31",
10344 "log",
10345 "parking_lot",
10346 "pin-project",
10347 "pollster",
10348 "static_assertions",
10349 "thiserror 1.0.69",
10350]
10351
10352[[package]]
10353name = "postcard"
10354version = "1.1.1"
10355source = "registry+https://github.com/rust-lang/crates.io-index"
10356checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10357dependencies = [
10358 "cobs",
10359 "embedded-io 0.4.0",
10360 "embedded-io 0.6.1",
10361 "serde",
10362]
10363
10364[[package]]
10365name = "powerfmt"
10366version = "0.2.0"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10369
10370[[package]]
10371name = "ppv-lite86"
10372version = "0.2.20"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10375dependencies = [
10376 "zerocopy 0.7.35",
10377]
10378
10379[[package]]
10380name = "precomputed-hash"
10381version = "0.1.1"
10382source = "registry+https://github.com/rust-lang/crates.io-index"
10383checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10384
10385[[package]]
10386name = "prettier"
10387version = "0.1.0"
10388dependencies = [
10389 "anyhow",
10390 "collections",
10391 "fs",
10392 "gpui",
10393 "language",
10394 "log",
10395 "lsp",
10396 "node_runtime",
10397 "parking_lot",
10398 "paths",
10399 "serde",
10400 "serde_json",
10401 "util",
10402]
10403
10404[[package]]
10405name = "pretty_assertions"
10406version = "1.4.1"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10409dependencies = [
10410 "diff",
10411 "yansi",
10412]
10413
10414[[package]]
10415name = "prettyplease"
10416version = "0.2.25"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10419dependencies = [
10420 "proc-macro2",
10421 "syn 2.0.100",
10422]
10423
10424[[package]]
10425name = "proc-macro-crate"
10426version = "3.2.0"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10429dependencies = [
10430 "toml_edit",
10431]
10432
10433[[package]]
10434name = "proc-macro-error-attr2"
10435version = "2.0.0"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10438dependencies = [
10439 "proc-macro2",
10440 "quote",
10441]
10442
10443[[package]]
10444name = "proc-macro-error2"
10445version = "2.0.1"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10448dependencies = [
10449 "proc-macro-error-attr2",
10450 "proc-macro2",
10451 "quote",
10452 "syn 2.0.100",
10453]
10454
10455[[package]]
10456name = "proc-macro2"
10457version = "1.0.94"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10460dependencies = [
10461 "unicode-ident",
10462]
10463
10464[[package]]
10465name = "proc-macro2-diagnostics"
10466version = "0.10.1"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10469dependencies = [
10470 "proc-macro2",
10471 "quote",
10472 "syn 2.0.100",
10473 "version_check",
10474 "yansi",
10475]
10476
10477[[package]]
10478name = "profiling"
10479version = "1.0.16"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10482dependencies = [
10483 "profiling-procmacros",
10484]
10485
10486[[package]]
10487name = "profiling-procmacros"
10488version = "1.0.16"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10491dependencies = [
10492 "quote",
10493 "syn 2.0.100",
10494]
10495
10496[[package]]
10497name = "project"
10498version = "0.1.0"
10499dependencies = [
10500 "aho-corasick",
10501 "anyhow",
10502 "askpass",
10503 "async-trait",
10504 "buffer_diff",
10505 "circular-buffer",
10506 "client",
10507 "clock",
10508 "collections",
10509 "dap",
10510 "dap_adapters",
10511 "env_logger 0.11.7",
10512 "extension",
10513 "fancy-regex 0.14.0",
10514 "fs",
10515 "futures 0.3.31",
10516 "fuzzy",
10517 "git",
10518 "git2",
10519 "globset",
10520 "gpui",
10521 "http_client",
10522 "image",
10523 "indexmap",
10524 "itertools 0.14.0",
10525 "language",
10526 "log",
10527 "lsp",
10528 "node_runtime",
10529 "parking_lot",
10530 "pathdiff",
10531 "paths",
10532 "postage",
10533 "prettier",
10534 "pretty_assertions",
10535 "rand 0.8.5",
10536 "regex",
10537 "release_channel",
10538 "remote",
10539 "rpc",
10540 "schemars",
10541 "serde",
10542 "serde_json",
10543 "settings",
10544 "sha2",
10545 "shellexpand 2.1.2",
10546 "shlex",
10547 "smol",
10548 "snippet",
10549 "snippet_provider",
10550 "sum_tree",
10551 "task",
10552 "tempfile",
10553 "terminal",
10554 "text",
10555 "toml 0.8.20",
10556 "unindent",
10557 "url",
10558 "util",
10559 "which 6.0.3",
10560 "worktree",
10561 "zlog",
10562]
10563
10564[[package]]
10565name = "project_panel"
10566version = "0.1.0"
10567dependencies = [
10568 "anyhow",
10569 "client",
10570 "collections",
10571 "command_palette_hooks",
10572 "db",
10573 "editor",
10574 "file_icons",
10575 "git",
10576 "gpui",
10577 "indexmap",
10578 "language",
10579 "menu",
10580 "pretty_assertions",
10581 "project",
10582 "schemars",
10583 "search",
10584 "serde",
10585 "serde_derive",
10586 "serde_json",
10587 "settings",
10588 "smallvec",
10589 "theme",
10590 "ui",
10591 "util",
10592 "workspace",
10593 "worktree",
10594 "zed_actions",
10595]
10596
10597[[package]]
10598name = "project_symbols"
10599version = "0.1.0"
10600dependencies = [
10601 "anyhow",
10602 "editor",
10603 "futures 0.3.31",
10604 "fuzzy",
10605 "gpui",
10606 "language",
10607 "lsp",
10608 "ordered-float 2.10.1",
10609 "picker",
10610 "project",
10611 "release_channel",
10612 "serde_json",
10613 "settings",
10614 "theme",
10615 "util",
10616 "workspace",
10617]
10618
10619[[package]]
10620name = "prometheus"
10621version = "0.13.4"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10624dependencies = [
10625 "cfg-if",
10626 "fnv",
10627 "lazy_static",
10628 "memchr",
10629 "parking_lot",
10630 "protobuf",
10631 "thiserror 1.0.69",
10632]
10633
10634[[package]]
10635name = "prompt_library"
10636version = "0.1.0"
10637dependencies = [
10638 "anyhow",
10639 "collections",
10640 "editor",
10641 "gpui",
10642 "language",
10643 "language_model",
10644 "log",
10645 "menu",
10646 "picker",
10647 "prompt_store",
10648 "release_channel",
10649 "rope",
10650 "serde",
10651 "settings",
10652 "theme",
10653 "ui",
10654 "util",
10655 "workspace",
10656 "zed_actions",
10657]
10658
10659[[package]]
10660name = "prompt_store"
10661version = "0.1.0"
10662dependencies = [
10663 "anyhow",
10664 "assets",
10665 "chrono",
10666 "collections",
10667 "fs",
10668 "futures 0.3.31",
10669 "fuzzy",
10670 "gpui",
10671 "handlebars 4.5.0",
10672 "heed",
10673 "language",
10674 "log",
10675 "parking_lot",
10676 "paths",
10677 "rope",
10678 "serde",
10679 "text",
10680 "util",
10681 "uuid",
10682]
10683
10684[[package]]
10685name = "prost"
10686version = "0.9.0"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10689dependencies = [
10690 "bytes 1.10.1",
10691 "prost-derive 0.9.0",
10692]
10693
10694[[package]]
10695name = "prost"
10696version = "0.12.6"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10699dependencies = [
10700 "bytes 1.10.1",
10701 "prost-derive 0.12.6",
10702]
10703
10704[[package]]
10705name = "prost-build"
10706version = "0.9.0"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10709dependencies = [
10710 "bytes 1.10.1",
10711 "heck 0.3.3",
10712 "itertools 0.10.5",
10713 "lazy_static",
10714 "log",
10715 "multimap 0.8.3",
10716 "petgraph",
10717 "prost 0.9.0",
10718 "prost-types 0.9.0",
10719 "regex",
10720 "tempfile",
10721 "which 4.4.2",
10722]
10723
10724[[package]]
10725name = "prost-build"
10726version = "0.12.6"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10729dependencies = [
10730 "bytes 1.10.1",
10731 "heck 0.5.0",
10732 "itertools 0.12.1",
10733 "log",
10734 "multimap 0.10.0",
10735 "once_cell",
10736 "petgraph",
10737 "prettyplease",
10738 "prost 0.12.6",
10739 "prost-types 0.12.6",
10740 "regex",
10741 "syn 2.0.100",
10742 "tempfile",
10743]
10744
10745[[package]]
10746name = "prost-derive"
10747version = "0.9.0"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10750dependencies = [
10751 "anyhow",
10752 "itertools 0.10.5",
10753 "proc-macro2",
10754 "quote",
10755 "syn 1.0.109",
10756]
10757
10758[[package]]
10759name = "prost-derive"
10760version = "0.12.6"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10763dependencies = [
10764 "anyhow",
10765 "itertools 0.12.1",
10766 "proc-macro2",
10767 "quote",
10768 "syn 2.0.100",
10769]
10770
10771[[package]]
10772name = "prost-types"
10773version = "0.9.0"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10776dependencies = [
10777 "bytes 1.10.1",
10778 "prost 0.9.0",
10779]
10780
10781[[package]]
10782name = "prost-types"
10783version = "0.12.6"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10786dependencies = [
10787 "prost 0.12.6",
10788]
10789
10790[[package]]
10791name = "proto"
10792version = "0.1.0"
10793dependencies = [
10794 "anyhow",
10795 "collections",
10796 "prost 0.9.0",
10797 "prost-build 0.9.0",
10798 "serde",
10799]
10800
10801[[package]]
10802name = "protobuf"
10803version = "2.28.0"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10806
10807[[package]]
10808name = "psm"
10809version = "0.1.24"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10812dependencies = [
10813 "cc",
10814]
10815
10816[[package]]
10817name = "ptr_meta"
10818version = "0.1.4"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10821dependencies = [
10822 "ptr_meta_derive",
10823]
10824
10825[[package]]
10826name = "ptr_meta_derive"
10827version = "0.1.4"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10830dependencies = [
10831 "proc-macro2",
10832 "quote",
10833 "syn 1.0.109",
10834]
10835
10836[[package]]
10837name = "pulldown-cmark"
10838version = "0.10.3"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10841dependencies = [
10842 "bitflags 2.8.0",
10843 "memchr",
10844 "pulldown-cmark-escape",
10845 "unicase",
10846]
10847
10848[[package]]
10849name = "pulldown-cmark"
10850version = "0.12.2"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10853dependencies = [
10854 "bitflags 2.8.0",
10855 "memchr",
10856 "unicase",
10857]
10858
10859[[package]]
10860name = "pulldown-cmark-escape"
10861version = "0.10.1"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10864
10865[[package]]
10866name = "pulley-interpreter"
10867version = "29.0.1"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10870dependencies = [
10871 "cranelift-bitset",
10872 "log",
10873 "sptr",
10874 "wasmtime-math",
10875]
10876
10877[[package]]
10878name = "qoi"
10879version = "0.4.1"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10882dependencies = [
10883 "bytemuck",
10884]
10885
10886[[package]]
10887name = "quick-error"
10888version = "2.0.1"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10891
10892[[package]]
10893name = "quick-xml"
10894version = "0.32.0"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10897dependencies = [
10898 "memchr",
10899]
10900
10901[[package]]
10902name = "quick-xml"
10903version = "0.37.2"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10906dependencies = [
10907 "memchr",
10908]
10909
10910[[package]]
10911name = "quinn"
10912version = "0.11.6"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10915dependencies = [
10916 "bytes 1.10.1",
10917 "pin-project-lite",
10918 "quinn-proto",
10919 "quinn-udp",
10920 "rustc-hash 2.1.1",
10921 "rustls 0.23.25",
10922 "socket2",
10923 "thiserror 2.0.12",
10924 "tokio",
10925 "tracing",
10926]
10927
10928[[package]]
10929name = "quinn-proto"
10930version = "0.11.9"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10933dependencies = [
10934 "bytes 1.10.1",
10935 "getrandom 0.2.15",
10936 "rand 0.8.5",
10937 "ring",
10938 "rustc-hash 2.1.1",
10939 "rustls 0.23.25",
10940 "rustls-pki-types",
10941 "slab",
10942 "thiserror 2.0.12",
10943 "tinyvec",
10944 "tracing",
10945 "web-time",
10946]
10947
10948[[package]]
10949name = "quinn-udp"
10950version = "0.5.9"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10953dependencies = [
10954 "cfg_aliases 0.2.1",
10955 "libc",
10956 "once_cell",
10957 "socket2",
10958 "tracing",
10959 "windows-sys 0.59.0",
10960]
10961
10962[[package]]
10963name = "quote"
10964version = "1.0.40"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10967dependencies = [
10968 "proc-macro2",
10969]
10970
10971[[package]]
10972name = "radium"
10973version = "0.7.0"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10976
10977[[package]]
10978name = "rand"
10979version = "0.7.3"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10982dependencies = [
10983 "getrandom 0.1.16",
10984 "libc",
10985 "rand_chacha 0.2.2",
10986 "rand_core 0.5.1",
10987 "rand_hc",
10988]
10989
10990[[package]]
10991name = "rand"
10992version = "0.8.5"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10995dependencies = [
10996 "libc",
10997 "rand_chacha 0.3.1",
10998 "rand_core 0.6.4",
10999]
11000
11001[[package]]
11002name = "rand"
11003version = "0.9.0"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11006dependencies = [
11007 "rand_chacha 0.9.0",
11008 "rand_core 0.9.0",
11009 "zerocopy 0.8.18",
11010]
11011
11012[[package]]
11013name = "rand_chacha"
11014version = "0.2.2"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11017dependencies = [
11018 "ppv-lite86",
11019 "rand_core 0.5.1",
11020]
11021
11022[[package]]
11023name = "rand_chacha"
11024version = "0.3.1"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11027dependencies = [
11028 "ppv-lite86",
11029 "rand_core 0.6.4",
11030]
11031
11032[[package]]
11033name = "rand_chacha"
11034version = "0.9.0"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11037dependencies = [
11038 "ppv-lite86",
11039 "rand_core 0.9.0",
11040]
11041
11042[[package]]
11043name = "rand_core"
11044version = "0.5.1"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11047dependencies = [
11048 "getrandom 0.1.16",
11049]
11050
11051[[package]]
11052name = "rand_core"
11053version = "0.6.4"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11056dependencies = [
11057 "getrandom 0.2.15",
11058]
11059
11060[[package]]
11061name = "rand_core"
11062version = "0.9.0"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11065dependencies = [
11066 "getrandom 0.3.1",
11067 "zerocopy 0.8.18",
11068]
11069
11070[[package]]
11071name = "rand_hc"
11072version = "0.2.0"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11075dependencies = [
11076 "rand_core 0.5.1",
11077]
11078
11079[[package]]
11080name = "rangemap"
11081version = "1.5.1"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11084
11085[[package]]
11086name = "rav1e"
11087version = "0.7.1"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11090dependencies = [
11091 "arbitrary",
11092 "arg_enum_proc_macro",
11093 "arrayvec",
11094 "av1-grain",
11095 "bitstream-io",
11096 "built",
11097 "cfg-if",
11098 "interpolate_name",
11099 "itertools 0.12.1",
11100 "libc",
11101 "libfuzzer-sys",
11102 "log",
11103 "maybe-rayon",
11104 "new_debug_unreachable",
11105 "noop_proc_macro",
11106 "num-derive",
11107 "num-traits",
11108 "once_cell",
11109 "paste",
11110 "profiling",
11111 "rand 0.8.5",
11112 "rand_chacha 0.3.1",
11113 "simd_helpers",
11114 "system-deps",
11115 "thiserror 1.0.69",
11116 "v_frame",
11117 "wasm-bindgen",
11118]
11119
11120[[package]]
11121name = "ravif"
11122version = "0.11.11"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11125dependencies = [
11126 "avif-serialize",
11127 "imgref",
11128 "loop9",
11129 "quick-error",
11130 "rav1e",
11131 "rayon",
11132 "rgb",
11133]
11134
11135[[package]]
11136name = "raw-window-handle"
11137version = "0.6.2"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11140
11141[[package]]
11142name = "raw-window-metal"
11143version = "0.4.0"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11146dependencies = [
11147 "cocoa 0.25.0",
11148 "core-graphics 0.23.2",
11149 "objc",
11150 "raw-window-handle",
11151]
11152
11153[[package]]
11154name = "rayon"
11155version = "1.10.0"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11158dependencies = [
11159 "either",
11160 "rayon-core",
11161]
11162
11163[[package]]
11164name = "rayon-core"
11165version = "1.12.1"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11168dependencies = [
11169 "crossbeam-deque",
11170 "crossbeam-utils",
11171]
11172
11173[[package]]
11174name = "read-fonts"
11175version = "0.25.3"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11178dependencies = [
11179 "bytemuck",
11180 "font-types",
11181]
11182
11183[[package]]
11184name = "recent_projects"
11185version = "0.1.0"
11186dependencies = [
11187 "anyhow",
11188 "auto_update",
11189 "dap",
11190 "editor",
11191 "extension_host",
11192 "file_finder",
11193 "futures 0.3.31",
11194 "fuzzy",
11195 "gpui",
11196 "language",
11197 "log",
11198 "markdown",
11199 "menu",
11200 "ordered-float 2.10.1",
11201 "paths",
11202 "picker",
11203 "project",
11204 "release_channel",
11205 "remote",
11206 "schemars",
11207 "serde",
11208 "serde_json",
11209 "settings",
11210 "smol",
11211 "task",
11212 "telemetry",
11213 "theme",
11214 "ui",
11215 "util",
11216 "workspace",
11217 "zed_actions",
11218]
11219
11220[[package]]
11221name = "redox_syscall"
11222version = "0.2.16"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11225dependencies = [
11226 "bitflags 1.3.2",
11227]
11228
11229[[package]]
11230name = "redox_syscall"
11231version = "0.5.8"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11234dependencies = [
11235 "bitflags 2.8.0",
11236]
11237
11238[[package]]
11239name = "redox_users"
11240version = "0.4.6"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11243dependencies = [
11244 "getrandom 0.2.15",
11245 "libredox",
11246 "thiserror 1.0.69",
11247]
11248
11249[[package]]
11250name = "refineable"
11251version = "0.1.0"
11252dependencies = [
11253 "derive_refineable",
11254]
11255
11256[[package]]
11257name = "regalloc2"
11258version = "0.11.1"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11261dependencies = [
11262 "allocator-api2",
11263 "bumpalo",
11264 "hashbrown 0.15.2",
11265 "log",
11266 "rustc-hash 2.1.1",
11267 "smallvec",
11268]
11269
11270[[package]]
11271name = "regex"
11272version = "1.11.1"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11275dependencies = [
11276 "aho-corasick",
11277 "memchr",
11278 "regex-automata 0.4.9",
11279 "regex-syntax 0.8.5",
11280]
11281
11282[[package]]
11283name = "regex-automata"
11284version = "0.1.10"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11287dependencies = [
11288 "regex-syntax 0.6.29",
11289]
11290
11291[[package]]
11292name = "regex-automata"
11293version = "0.4.9"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11296dependencies = [
11297 "aho-corasick",
11298 "memchr",
11299 "regex-syntax 0.8.5",
11300]
11301
11302[[package]]
11303name = "regex-lite"
11304version = "0.1.6"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11307
11308[[package]]
11309name = "regex-syntax"
11310version = "0.6.29"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11313
11314[[package]]
11315name = "regex-syntax"
11316version = "0.8.5"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11319
11320[[package]]
11321name = "release_channel"
11322version = "0.1.0"
11323dependencies = [
11324 "gpui",
11325]
11326
11327[[package]]
11328name = "remote"
11329version = "0.1.0"
11330dependencies = [
11331 "anyhow",
11332 "askpass",
11333 "async-trait",
11334 "collections",
11335 "fs",
11336 "futures 0.3.31",
11337 "gpui",
11338 "itertools 0.14.0",
11339 "log",
11340 "parking_lot",
11341 "paths",
11342 "prost 0.9.0",
11343 "release_channel",
11344 "rpc",
11345 "schemars",
11346 "serde",
11347 "serde_json",
11348 "shlex",
11349 "smol",
11350 "tempfile",
11351 "thiserror 2.0.12",
11352 "urlencoding",
11353 "util",
11354]
11355
11356[[package]]
11357name = "remote_server"
11358version = "0.1.0"
11359dependencies = [
11360 "anyhow",
11361 "async-watch",
11362 "backtrace",
11363 "cargo_toml",
11364 "chrono",
11365 "clap",
11366 "client",
11367 "clock",
11368 "env_logger 0.11.7",
11369 "extension",
11370 "extension_host",
11371 "fork",
11372 "fs",
11373 "futures 0.3.31",
11374 "git",
11375 "git_hosting_providers",
11376 "gpui",
11377 "gpui_tokio",
11378 "http_client",
11379 "language",
11380 "language_extension",
11381 "languages",
11382 "libc",
11383 "log",
11384 "lsp",
11385 "node_runtime",
11386 "paths",
11387 "project",
11388 "proto",
11389 "release_channel",
11390 "remote",
11391 "reqwest_client",
11392 "rpc",
11393 "rust-embed",
11394 "serde",
11395 "serde_json",
11396 "settings",
11397 "shellexpand 2.1.2",
11398 "smol",
11399 "sysinfo",
11400 "telemetry_events",
11401 "toml 0.8.20",
11402 "unindent",
11403 "util",
11404 "worktree",
11405]
11406
11407[[package]]
11408name = "rend"
11409version = "0.4.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11412dependencies = [
11413 "bytecheck",
11414]
11415
11416[[package]]
11417name = "repl"
11418version = "0.1.0"
11419dependencies = [
11420 "alacritty_terminal",
11421 "anyhow",
11422 "async-dispatcher",
11423 "async-tungstenite",
11424 "base64 0.22.1",
11425 "client",
11426 "collections",
11427 "command_palette_hooks",
11428 "editor",
11429 "env_logger 0.11.7",
11430 "feature_flags",
11431 "file_icons",
11432 "futures 0.3.31",
11433 "gpui",
11434 "http_client",
11435 "image",
11436 "indoc",
11437 "jupyter-protocol",
11438 "jupyter-websocket-client",
11439 "language",
11440 "languages",
11441 "log",
11442 "markdown_preview",
11443 "menu",
11444 "multi_buffer",
11445 "nbformat",
11446 "picker",
11447 "project",
11448 "runtimelib",
11449 "schemars",
11450 "serde",
11451 "serde_json",
11452 "settings",
11453 "smol",
11454 "telemetry",
11455 "terminal",
11456 "terminal_view",
11457 "theme",
11458 "tree-sitter-md",
11459 "tree-sitter-python",
11460 "tree-sitter-typescript",
11461 "ui",
11462 "util",
11463 "uuid",
11464 "workspace",
11465]
11466
11467[[package]]
11468name = "reqwest"
11469version = "0.11.27"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11472dependencies = [
11473 "base64 0.21.7",
11474 "bytes 1.10.1",
11475 "encoding_rs",
11476 "futures-core",
11477 "futures-util",
11478 "h2 0.3.26",
11479 "http 0.2.12",
11480 "http-body 0.4.6",
11481 "hyper 0.14.32",
11482 "hyper-rustls 0.24.2",
11483 "hyper-tls",
11484 "ipnet",
11485 "js-sys",
11486 "log",
11487 "mime",
11488 "native-tls",
11489 "once_cell",
11490 "percent-encoding",
11491 "pin-project-lite",
11492 "rustls 0.21.12",
11493 "rustls-native-certs 0.6.3",
11494 "rustls-pemfile 1.0.4",
11495 "serde",
11496 "serde_json",
11497 "serde_urlencoded",
11498 "sync_wrapper 0.1.2",
11499 "system-configuration 0.5.1",
11500 "tokio",
11501 "tokio-native-tls",
11502 "tokio-rustls 0.24.1",
11503 "tower-service",
11504 "url",
11505 "wasm-bindgen",
11506 "wasm-bindgen-futures",
11507 "web-sys",
11508 "winreg 0.50.0",
11509]
11510
11511[[package]]
11512name = "reqwest"
11513version = "0.12.8"
11514source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11515dependencies = [
11516 "base64 0.22.1",
11517 "bytes 1.10.1",
11518 "encoding_rs",
11519 "futures-core",
11520 "futures-util",
11521 "h2 0.4.7",
11522 "http 1.2.0",
11523 "http-body 1.0.1",
11524 "http-body-util",
11525 "hyper 1.5.1",
11526 "hyper-rustls 0.27.3",
11527 "hyper-util",
11528 "ipnet",
11529 "js-sys",
11530 "log",
11531 "mime",
11532 "once_cell",
11533 "percent-encoding",
11534 "pin-project-lite",
11535 "quinn",
11536 "rustls 0.23.25",
11537 "rustls-native-certs 0.8.1",
11538 "rustls-pemfile 2.2.0",
11539 "rustls-pki-types",
11540 "serde",
11541 "serde_json",
11542 "serde_urlencoded",
11543 "sync_wrapper 1.0.2",
11544 "system-configuration 0.6.1",
11545 "tokio",
11546 "tokio-rustls 0.26.1",
11547 "tokio-socks",
11548 "tokio-util",
11549 "tower-service",
11550 "url",
11551 "wasm-bindgen",
11552 "wasm-bindgen-futures",
11553 "wasm-streams",
11554 "web-sys",
11555 "windows-registry",
11556]
11557
11558[[package]]
11559name = "reqwest_client"
11560version = "0.1.0"
11561dependencies = [
11562 "anyhow",
11563 "bytes 1.10.1",
11564 "futures 0.3.31",
11565 "gpui",
11566 "http_client",
11567 "http_client_tls",
11568 "log",
11569 "regex",
11570 "reqwest 0.12.8",
11571 "serde",
11572 "smol",
11573 "tokio",
11574]
11575
11576[[package]]
11577name = "resvg"
11578version = "0.45.0"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11581dependencies = [
11582 "log",
11583 "pico-args",
11584 "rgb",
11585 "svgtypes",
11586 "tiny-skia",
11587 "usvg",
11588]
11589
11590[[package]]
11591name = "rfc6979"
11592version = "0.3.1"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11595dependencies = [
11596 "crypto-bigint 0.4.9",
11597 "hmac",
11598 "zeroize",
11599]
11600
11601[[package]]
11602name = "rgb"
11603version = "0.8.50"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11606dependencies = [
11607 "bytemuck",
11608]
11609
11610[[package]]
11611name = "rich_text"
11612version = "0.1.0"
11613dependencies = [
11614 "futures 0.3.31",
11615 "gpui",
11616 "language",
11617 "linkify",
11618 "pulldown-cmark 0.12.2",
11619 "theme",
11620 "ui",
11621 "util",
11622]
11623
11624[[package]]
11625name = "ring"
11626version = "0.17.8"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11629dependencies = [
11630 "cc",
11631 "cfg-if",
11632 "getrandom 0.2.15",
11633 "libc",
11634 "spin",
11635 "untrusted",
11636 "windows-sys 0.52.0",
11637]
11638
11639[[package]]
11640name = "rkyv"
11641version = "0.7.45"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11644dependencies = [
11645 "bitvec",
11646 "bytecheck",
11647 "bytes 1.10.1",
11648 "hashbrown 0.12.3",
11649 "ptr_meta",
11650 "rend",
11651 "rkyv_derive",
11652 "seahash",
11653 "tinyvec",
11654 "uuid",
11655]
11656
11657[[package]]
11658name = "rkyv_derive"
11659version = "0.7.45"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11662dependencies = [
11663 "proc-macro2",
11664 "quote",
11665 "syn 1.0.109",
11666]
11667
11668[[package]]
11669name = "rmp"
11670version = "0.8.14"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11673dependencies = [
11674 "byteorder",
11675 "num-traits",
11676 "paste",
11677]
11678
11679[[package]]
11680name = "rmpv"
11681version = "1.3.0"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11684dependencies = [
11685 "num-traits",
11686 "rmp",
11687]
11688
11689[[package]]
11690name = "rodio"
11691version = "0.20.1"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11694dependencies = [
11695 "cpal",
11696 "hound",
11697]
11698
11699[[package]]
11700name = "rope"
11701version = "0.1.0"
11702dependencies = [
11703 "arrayvec",
11704 "criterion",
11705 "ctor",
11706 "env_logger 0.11.7",
11707 "gpui",
11708 "log",
11709 "rand 0.8.5",
11710 "rayon",
11711 "smallvec",
11712 "sum_tree",
11713 "unicode-segmentation",
11714 "util",
11715]
11716
11717[[package]]
11718name = "roxmltree"
11719version = "0.20.0"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11722
11723[[package]]
11724name = "rpc"
11725version = "0.1.0"
11726dependencies = [
11727 "anyhow",
11728 "async-tungstenite",
11729 "base64 0.22.1",
11730 "chrono",
11731 "collections",
11732 "env_logger 0.11.7",
11733 "futures 0.3.31",
11734 "gpui",
11735 "parking_lot",
11736 "proto",
11737 "rand 0.8.5",
11738 "rsa",
11739 "serde",
11740 "serde_json",
11741 "sha2",
11742 "strum",
11743 "tracing",
11744 "util",
11745 "zstd",
11746]
11747
11748[[package]]
11749name = "rsa"
11750version = "0.9.8"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11753dependencies = [
11754 "const-oid",
11755 "digest",
11756 "num-bigint-dig",
11757 "num-integer",
11758 "num-traits",
11759 "pkcs1",
11760 "pkcs8 0.10.2",
11761 "rand_core 0.6.4",
11762 "signature 2.2.0",
11763 "spki 0.7.3",
11764 "subtle",
11765 "zeroize",
11766]
11767
11768[[package]]
11769name = "runtimelib"
11770version = "0.25.0"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11773dependencies = [
11774 "anyhow",
11775 "async-dispatcher",
11776 "async-std",
11777 "base64 0.22.1",
11778 "bytes 1.10.1",
11779 "chrono",
11780 "data-encoding",
11781 "dirs 5.0.1",
11782 "futures 0.3.31",
11783 "glob",
11784 "jupyter-protocol",
11785 "ring",
11786 "serde",
11787 "serde_json",
11788 "shellexpand 3.1.0",
11789 "smol",
11790 "uuid",
11791 "zeromq",
11792]
11793
11794[[package]]
11795name = "rust-embed"
11796version = "8.5.0"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11799dependencies = [
11800 "rust-embed-impl",
11801 "rust-embed-utils",
11802 "walkdir",
11803]
11804
11805[[package]]
11806name = "rust-embed-impl"
11807version = "8.5.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11810dependencies = [
11811 "proc-macro2",
11812 "quote",
11813 "rust-embed-utils",
11814 "syn 2.0.100",
11815 "walkdir",
11816]
11817
11818[[package]]
11819name = "rust-embed-utils"
11820version = "8.5.0"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11823dependencies = [
11824 "globset",
11825 "sha2",
11826 "walkdir",
11827]
11828
11829[[package]]
11830name = "rust_decimal"
11831version = "1.36.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11834dependencies = [
11835 "arrayvec",
11836 "borsh",
11837 "bytes 1.10.1",
11838 "num-traits",
11839 "rand 0.8.5",
11840 "rkyv",
11841 "serde",
11842 "serde_json",
11843]
11844
11845[[package]]
11846name = "rustc-demangle"
11847version = "0.1.24"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11850
11851[[package]]
11852name = "rustc-hash"
11853version = "1.1.0"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11856
11857[[package]]
11858name = "rustc-hash"
11859version = "2.1.1"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11862
11863[[package]]
11864name = "rustc_version"
11865version = "0.4.1"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11868dependencies = [
11869 "semver",
11870]
11871
11872[[package]]
11873name = "rustix"
11874version = "0.38.42"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11877dependencies = [
11878 "bitflags 2.8.0",
11879 "errno 0.3.10",
11880 "itoa",
11881 "libc",
11882 "linux-raw-sys",
11883 "once_cell",
11884 "windows-sys 0.59.0",
11885]
11886
11887[[package]]
11888name = "rustix-openpty"
11889version = "0.1.1"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11892dependencies = [
11893 "errno 0.3.10",
11894 "libc",
11895 "rustix",
11896]
11897
11898[[package]]
11899name = "rustls"
11900version = "0.21.12"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11903dependencies = [
11904 "log",
11905 "ring",
11906 "rustls-webpki 0.101.7",
11907 "sct",
11908]
11909
11910[[package]]
11911name = "rustls"
11912version = "0.23.25"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11915dependencies = [
11916 "aws-lc-rs",
11917 "log",
11918 "once_cell",
11919 "ring",
11920 "rustls-pki-types",
11921 "rustls-webpki 0.103.0",
11922 "subtle",
11923 "zeroize",
11924]
11925
11926[[package]]
11927name = "rustls-native-certs"
11928version = "0.6.3"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11931dependencies = [
11932 "openssl-probe",
11933 "rustls-pemfile 1.0.4",
11934 "schannel",
11935 "security-framework 2.11.1",
11936]
11937
11938[[package]]
11939name = "rustls-native-certs"
11940version = "0.8.1"
11941source = "registry+https://github.com/rust-lang/crates.io-index"
11942checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11943dependencies = [
11944 "openssl-probe",
11945 "rustls-pki-types",
11946 "schannel",
11947 "security-framework 3.0.1",
11948]
11949
11950[[package]]
11951name = "rustls-pemfile"
11952version = "1.0.4"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11955dependencies = [
11956 "base64 0.21.7",
11957]
11958
11959[[package]]
11960name = "rustls-pemfile"
11961version = "2.2.0"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11964dependencies = [
11965 "rustls-pki-types",
11966]
11967
11968[[package]]
11969name = "rustls-pki-types"
11970version = "1.11.0"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11973dependencies = [
11974 "web-time",
11975]
11976
11977[[package]]
11978name = "rustls-platform-verifier"
11979version = "0.5.1"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11982dependencies = [
11983 "core-foundation 0.10.0",
11984 "core-foundation-sys",
11985 "jni",
11986 "log",
11987 "once_cell",
11988 "rustls 0.23.25",
11989 "rustls-native-certs 0.8.1",
11990 "rustls-platform-verifier-android",
11991 "rustls-webpki 0.103.0",
11992 "security-framework 3.0.1",
11993 "security-framework-sys",
11994 "webpki-root-certs",
11995 "windows-sys 0.59.0",
11996]
11997
11998[[package]]
11999name = "rustls-platform-verifier-android"
12000version = "0.1.1"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12003
12004[[package]]
12005name = "rustls-webpki"
12006version = "0.101.7"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12009dependencies = [
12010 "ring",
12011 "untrusted",
12012]
12013
12014[[package]]
12015name = "rustls-webpki"
12016version = "0.103.0"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12019dependencies = [
12020 "aws-lc-rs",
12021 "ring",
12022 "rustls-pki-types",
12023 "untrusted",
12024]
12025
12026[[package]]
12027name = "rustversion"
12028version = "1.0.18"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12031
12032[[package]]
12033name = "rustybuzz"
12034version = "0.14.1"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12037dependencies = [
12038 "bitflags 2.8.0",
12039 "bytemuck",
12040 "libm",
12041 "smallvec",
12042 "ttf-parser 0.21.1",
12043 "unicode-bidi-mirroring 0.2.0",
12044 "unicode-ccc 0.2.0",
12045 "unicode-properties",
12046 "unicode-script",
12047]
12048
12049[[package]]
12050name = "rustybuzz"
12051version = "0.20.1"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12054dependencies = [
12055 "bitflags 2.8.0",
12056 "bytemuck",
12057 "core_maths",
12058 "log",
12059 "smallvec",
12060 "ttf-parser 0.25.1",
12061 "unicode-bidi-mirroring 0.4.0",
12062 "unicode-ccc 0.4.0",
12063 "unicode-properties",
12064 "unicode-script",
12065]
12066
12067[[package]]
12068name = "ryu"
12069version = "1.0.18"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12072
12073[[package]]
12074name = "salsa20"
12075version = "0.10.2"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12078dependencies = [
12079 "cipher",
12080]
12081
12082[[package]]
12083name = "same-file"
12084version = "1.0.6"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12087dependencies = [
12088 "winapi-util",
12089]
12090
12091[[package]]
12092name = "schannel"
12093version = "0.1.27"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12096dependencies = [
12097 "windows-sys 0.59.0",
12098]
12099
12100[[package]]
12101name = "schema_generator"
12102version = "0.1.0"
12103dependencies = [
12104 "anyhow",
12105 "clap",
12106 "env_logger 0.11.7",
12107 "schemars",
12108 "serde",
12109 "serde_json",
12110 "theme",
12111]
12112
12113[[package]]
12114name = "schemars"
12115version = "0.8.22"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12118dependencies = [
12119 "dyn-clone",
12120 "indexmap",
12121 "schemars_derive",
12122 "serde",
12123 "serde_json",
12124]
12125
12126[[package]]
12127name = "schemars_derive"
12128version = "0.8.22"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12131dependencies = [
12132 "proc-macro2",
12133 "quote",
12134 "serde_derive_internals",
12135 "syn 2.0.100",
12136]
12137
12138[[package]]
12139name = "scoped-tls"
12140version = "1.0.1"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12143
12144[[package]]
12145name = "scopeguard"
12146version = "1.2.0"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12149
12150[[package]]
12151name = "scratch"
12152version = "1.0.7"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12155
12156[[package]]
12157name = "scrypt"
12158version = "0.11.0"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12161dependencies = [
12162 "password-hash 0.5.0",
12163 "pbkdf2 0.12.2",
12164 "salsa20",
12165 "sha2",
12166]
12167
12168[[package]]
12169name = "sct"
12170version = "0.7.1"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12173dependencies = [
12174 "ring",
12175 "untrusted",
12176]
12177
12178[[package]]
12179name = "sea-bae"
12180version = "0.2.1"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12183dependencies = [
12184 "heck 0.4.1",
12185 "proc-macro-error2",
12186 "proc-macro2",
12187 "quote",
12188 "syn 2.0.100",
12189]
12190
12191[[package]]
12192name = "sea-orm"
12193version = "1.1.7"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12196dependencies = [
12197 "async-stream",
12198 "async-trait",
12199 "bigdecimal",
12200 "chrono",
12201 "futures-util",
12202 "log",
12203 "ouroboros",
12204 "pgvector",
12205 "rust_decimal",
12206 "sea-orm-macros",
12207 "sea-query",
12208 "sea-query-binder",
12209 "serde",
12210 "serde_json",
12211 "sqlx",
12212 "strum",
12213 "thiserror 1.0.69",
12214 "time",
12215 "tracing",
12216 "url",
12217 "uuid",
12218]
12219
12220[[package]]
12221name = "sea-orm-macros"
12222version = "1.1.7"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12225dependencies = [
12226 "heck 0.4.1",
12227 "proc-macro2",
12228 "quote",
12229 "sea-bae",
12230 "syn 2.0.100",
12231 "unicode-ident",
12232]
12233
12234[[package]]
12235name = "sea-query"
12236version = "0.32.1"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12239dependencies = [
12240 "bigdecimal",
12241 "chrono",
12242 "inherent",
12243 "ordered-float 3.9.2",
12244 "rust_decimal",
12245 "serde_json",
12246 "time",
12247 "uuid",
12248]
12249
12250[[package]]
12251name = "sea-query-binder"
12252version = "0.7.0"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12255dependencies = [
12256 "bigdecimal",
12257 "chrono",
12258 "rust_decimal",
12259 "sea-query",
12260 "serde_json",
12261 "sqlx",
12262 "time",
12263 "uuid",
12264]
12265
12266[[package]]
12267name = "seahash"
12268version = "4.1.0"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12271
12272[[package]]
12273name = "search"
12274version = "0.1.0"
12275dependencies = [
12276 "any_vec",
12277 "anyhow",
12278 "bitflags 2.8.0",
12279 "client",
12280 "collections",
12281 "editor",
12282 "futures 0.3.31",
12283 "gpui",
12284 "language",
12285 "menu",
12286 "project",
12287 "schemars",
12288 "serde",
12289 "serde_json",
12290 "settings",
12291 "smol",
12292 "theme",
12293 "ui",
12294 "unindent",
12295 "util",
12296 "workspace",
12297 "zed_actions",
12298]
12299
12300[[package]]
12301name = "sec1"
12302version = "0.3.0"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12305dependencies = [
12306 "base16ct",
12307 "der 0.6.1",
12308 "generic-array",
12309 "pkcs8 0.9.0",
12310 "subtle",
12311 "zeroize",
12312]
12313
12314[[package]]
12315name = "security-framework"
12316version = "2.11.1"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12319dependencies = [
12320 "bitflags 2.8.0",
12321 "core-foundation 0.9.4",
12322 "core-foundation-sys",
12323 "libc",
12324 "security-framework-sys",
12325]
12326
12327[[package]]
12328name = "security-framework"
12329version = "3.0.1"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12332dependencies = [
12333 "bitflags 2.8.0",
12334 "core-foundation 0.10.0",
12335 "core-foundation-sys",
12336 "libc",
12337 "security-framework-sys",
12338]
12339
12340[[package]]
12341name = "security-framework-sys"
12342version = "2.12.1"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12345dependencies = [
12346 "core-foundation-sys",
12347 "libc",
12348]
12349
12350[[package]]
12351name = "self_cell"
12352version = "1.1.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12355
12356[[package]]
12357name = "semantic_index"
12358version = "0.1.0"
12359dependencies = [
12360 "anyhow",
12361 "arrayvec",
12362 "blake3",
12363 "client",
12364 "clock",
12365 "collections",
12366 "env_logger 0.11.7",
12367 "feature_flags",
12368 "fs",
12369 "futures 0.3.31",
12370 "futures-batch",
12371 "gpui",
12372 "heed",
12373 "http_client",
12374 "language",
12375 "language_model",
12376 "languages",
12377 "log",
12378 "open_ai",
12379 "parking_lot",
12380 "project",
12381 "reqwest_client",
12382 "serde",
12383 "serde_json",
12384 "settings",
12385 "sha2",
12386 "smol",
12387 "streaming-iterator",
12388 "tempfile",
12389 "theme",
12390 "tree-sitter",
12391 "ui",
12392 "unindent",
12393 "util",
12394 "workspace",
12395 "worktree",
12396]
12397
12398[[package]]
12399name = "semantic_version"
12400version = "0.1.0"
12401dependencies = [
12402 "anyhow",
12403 "serde",
12404]
12405
12406[[package]]
12407name = "semver"
12408version = "1.0.26"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12411dependencies = [
12412 "serde",
12413]
12414
12415[[package]]
12416name = "serde"
12417version = "1.0.218"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12420dependencies = [
12421 "serde_derive",
12422]
12423
12424[[package]]
12425name = "serde_derive"
12426version = "1.0.218"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12429dependencies = [
12430 "proc-macro2",
12431 "quote",
12432 "syn 2.0.100",
12433]
12434
12435[[package]]
12436name = "serde_derive_internals"
12437version = "0.29.1"
12438source = "registry+https://github.com/rust-lang/crates.io-index"
12439checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12440dependencies = [
12441 "proc-macro2",
12442 "quote",
12443 "syn 2.0.100",
12444]
12445
12446[[package]]
12447name = "serde_fmt"
12448version = "1.0.3"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12451dependencies = [
12452 "serde",
12453]
12454
12455[[package]]
12456name = "serde_json"
12457version = "1.0.140"
12458source = "registry+https://github.com/rust-lang/crates.io-index"
12459checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12460dependencies = [
12461 "indexmap",
12462 "itoa",
12463 "memchr",
12464 "ryu",
12465 "serde",
12466]
12467
12468[[package]]
12469name = "serde_json_lenient"
12470version = "0.2.4"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12473dependencies = [
12474 "indexmap",
12475 "itoa",
12476 "memchr",
12477 "ryu",
12478 "serde",
12479]
12480
12481[[package]]
12482name = "serde_path_to_error"
12483version = "0.1.16"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12486dependencies = [
12487 "itoa",
12488 "serde",
12489]
12490
12491[[package]]
12492name = "serde_qs"
12493version = "0.8.5"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12496dependencies = [
12497 "percent-encoding",
12498 "serde",
12499 "thiserror 1.0.69",
12500]
12501
12502[[package]]
12503name = "serde_qs"
12504version = "0.10.1"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12507dependencies = [
12508 "percent-encoding",
12509 "serde",
12510 "thiserror 1.0.69",
12511]
12512
12513[[package]]
12514name = "serde_repr"
12515version = "0.1.20"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12518dependencies = [
12519 "proc-macro2",
12520 "quote",
12521 "syn 2.0.100",
12522]
12523
12524[[package]]
12525name = "serde_spanned"
12526version = "0.6.8"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12529dependencies = [
12530 "serde",
12531]
12532
12533[[package]]
12534name = "serde_urlencoded"
12535version = "0.7.1"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12538dependencies = [
12539 "form_urlencoded",
12540 "itoa",
12541 "ryu",
12542 "serde",
12543]
12544
12545[[package]]
12546name = "session"
12547version = "0.1.0"
12548dependencies = [
12549 "db",
12550 "gpui",
12551 "serde_json",
12552 "util",
12553 "uuid",
12554]
12555
12556[[package]]
12557name = "settings"
12558version = "0.1.0"
12559dependencies = [
12560 "anyhow",
12561 "collections",
12562 "ec4rs",
12563 "fs",
12564 "futures 0.3.31",
12565 "gpui",
12566 "indoc",
12567 "inventory",
12568 "log",
12569 "paths",
12570 "pretty_assertions",
12571 "release_channel",
12572 "rust-embed",
12573 "schemars",
12574 "serde",
12575 "serde_derive",
12576 "serde_json",
12577 "serde_json_lenient",
12578 "smallvec",
12579 "streaming-iterator",
12580 "tree-sitter",
12581 "tree-sitter-json",
12582 "unindent",
12583 "util",
12584]
12585
12586[[package]]
12587name = "settings_ui"
12588version = "0.1.0"
12589dependencies = [
12590 "command_palette_hooks",
12591 "editor",
12592 "feature_flags",
12593 "gpui",
12594 "settings",
12595 "theme",
12596 "ui",
12597 "workspace",
12598]
12599
12600[[package]]
12601name = "sha1"
12602version = "0.10.6"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12605dependencies = [
12606 "cfg-if",
12607 "cpufeatures",
12608 "digest",
12609]
12610
12611[[package]]
12612name = "sha1_smol"
12613version = "1.0.1"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12616
12617[[package]]
12618name = "sha2"
12619version = "0.10.8"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12622dependencies = [
12623 "cfg-if",
12624 "cpufeatures",
12625 "digest",
12626]
12627
12628[[package]]
12629name = "sharded-slab"
12630version = "0.1.7"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12633dependencies = [
12634 "lazy_static",
12635]
12636
12637[[package]]
12638name = "shell-words"
12639version = "1.1.0"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12642
12643[[package]]
12644name = "shellexpand"
12645version = "2.1.2"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12648dependencies = [
12649 "dirs 4.0.0",
12650]
12651
12652[[package]]
12653name = "shellexpand"
12654version = "3.1.0"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12657dependencies = [
12658 "dirs 5.0.1",
12659]
12660
12661[[package]]
12662name = "shlex"
12663version = "1.3.0"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12666
12667[[package]]
12668name = "signal-hook"
12669version = "0.3.17"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12672dependencies = [
12673 "libc",
12674 "signal-hook-registry",
12675]
12676
12677[[package]]
12678name = "signal-hook-registry"
12679version = "1.4.2"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12682dependencies = [
12683 "libc",
12684]
12685
12686[[package]]
12687name = "signature"
12688version = "1.6.4"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12691dependencies = [
12692 "digest",
12693 "rand_core 0.6.4",
12694]
12695
12696[[package]]
12697name = "signature"
12698version = "2.2.0"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12701dependencies = [
12702 "digest",
12703 "rand_core 0.6.4",
12704]
12705
12706[[package]]
12707name = "simd-adler32"
12708version = "0.3.7"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12711
12712[[package]]
12713name = "simd_helpers"
12714version = "0.1.0"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12717dependencies = [
12718 "quote",
12719]
12720
12721[[package]]
12722name = "simdutf8"
12723version = "0.1.5"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12726
12727[[package]]
12728name = "simple_asn1"
12729version = "0.6.2"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12732dependencies = [
12733 "num-bigint",
12734 "num-traits",
12735 "thiserror 1.0.69",
12736 "time",
12737]
12738
12739[[package]]
12740name = "simplecss"
12741version = "0.2.1"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12744dependencies = [
12745 "log",
12746]
12747
12748[[package]]
12749name = "simplelog"
12750version = "0.12.2"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12753dependencies = [
12754 "log",
12755 "termcolor",
12756 "time",
12757]
12758
12759[[package]]
12760name = "siphasher"
12761version = "0.3.11"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12764
12765[[package]]
12766name = "siphasher"
12767version = "1.0.1"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12770
12771[[package]]
12772name = "skrifa"
12773version = "0.26.6"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12776dependencies = [
12777 "bytemuck",
12778 "read-fonts",
12779]
12780
12781[[package]]
12782name = "slab"
12783version = "0.4.9"
12784source = "registry+https://github.com/rust-lang/crates.io-index"
12785checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12786dependencies = [
12787 "autocfg",
12788]
12789
12790[[package]]
12791name = "slash_commands_example"
12792version = "0.1.0"
12793dependencies = [
12794 "zed_extension_api 0.1.0",
12795]
12796
12797[[package]]
12798name = "slotmap"
12799version = "1.0.7"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12802dependencies = [
12803 "version_check",
12804]
12805
12806[[package]]
12807name = "smallvec"
12808version = "1.14.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12811dependencies = [
12812 "serde",
12813]
12814
12815[[package]]
12816name = "smart-default"
12817version = "0.6.0"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12820dependencies = [
12821 "proc-macro2",
12822 "quote",
12823 "syn 1.0.109",
12824]
12825
12826[[package]]
12827name = "smol"
12828version = "2.0.2"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12831dependencies = [
12832 "async-channel 2.3.1",
12833 "async-executor",
12834 "async-fs",
12835 "async-io",
12836 "async-lock",
12837 "async-net",
12838 "async-process",
12839 "blocking",
12840 "futures-lite 2.6.0",
12841]
12842
12843[[package]]
12844name = "smol_str"
12845version = "0.1.24"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12848dependencies = [
12849 "serde",
12850]
12851
12852[[package]]
12853name = "smol_str"
12854version = "0.2.2"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12857
12858[[package]]
12859name = "snippet"
12860version = "0.1.0"
12861dependencies = [
12862 "anyhow",
12863 "smallvec",
12864]
12865
12866[[package]]
12867name = "snippet_provider"
12868version = "0.1.0"
12869dependencies = [
12870 "anyhow",
12871 "collections",
12872 "extension",
12873 "fs",
12874 "futures 0.3.31",
12875 "gpui",
12876 "parking_lot",
12877 "paths",
12878 "schemars",
12879 "serde",
12880 "serde_json_lenient",
12881 "snippet",
12882 "util",
12883]
12884
12885[[package]]
12886name = "snippets_ui"
12887version = "0.1.0"
12888dependencies = [
12889 "fuzzy",
12890 "gpui",
12891 "language",
12892 "paths",
12893 "picker",
12894 "ui",
12895 "util",
12896 "workspace",
12897]
12898
12899[[package]]
12900name = "socket2"
12901version = "0.5.8"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12904dependencies = [
12905 "libc",
12906 "windows-sys 0.52.0",
12907]
12908
12909[[package]]
12910name = "spdx"
12911version = "0.10.7"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12914dependencies = [
12915 "smallvec",
12916]
12917
12918[[package]]
12919name = "spin"
12920version = "0.9.8"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12923dependencies = [
12924 "lock_api",
12925]
12926
12927[[package]]
12928name = "spirv"
12929version = "0.3.0+sdk-1.3.268.0"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12932dependencies = [
12933 "bitflags 2.8.0",
12934]
12935
12936[[package]]
12937name = "spki"
12938version = "0.6.0"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12941dependencies = [
12942 "base64ct",
12943 "der 0.6.1",
12944]
12945
12946[[package]]
12947name = "spki"
12948version = "0.7.3"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12951dependencies = [
12952 "base64ct",
12953 "der 0.7.9",
12954]
12955
12956[[package]]
12957name = "sptr"
12958version = "0.3.2"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12961
12962[[package]]
12963name = "sqlez"
12964version = "0.1.0"
12965dependencies = [
12966 "anyhow",
12967 "collections",
12968 "futures 0.3.31",
12969 "indoc",
12970 "libsqlite3-sys",
12971 "parking_lot",
12972 "smol",
12973 "sqlformat",
12974 "thread_local",
12975 "util",
12976 "uuid",
12977]
12978
12979[[package]]
12980name = "sqlez_macros"
12981version = "0.1.0"
12982dependencies = [
12983 "sqlez",
12984 "sqlformat",
12985 "syn 1.0.109",
12986]
12987
12988[[package]]
12989name = "sqlformat"
12990version = "0.2.6"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12993dependencies = [
12994 "nom",
12995 "unicode_categories",
12996]
12997
12998[[package]]
12999name = "sqlx"
13000version = "0.8.3"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13003dependencies = [
13004 "sqlx-core",
13005 "sqlx-macros",
13006 "sqlx-mysql",
13007 "sqlx-postgres",
13008 "sqlx-sqlite",
13009]
13010
13011[[package]]
13012name = "sqlx-core"
13013version = "0.8.3"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13016dependencies = [
13017 "bigdecimal",
13018 "bytes 1.10.1",
13019 "chrono",
13020 "crc",
13021 "crossbeam-queue",
13022 "either",
13023 "event-listener 5.3.1",
13024 "futures-core",
13025 "futures-intrusive",
13026 "futures-io",
13027 "futures-util",
13028 "hashbrown 0.15.2",
13029 "hashlink 0.10.0",
13030 "indexmap",
13031 "log",
13032 "memchr",
13033 "once_cell",
13034 "percent-encoding",
13035 "rust_decimal",
13036 "rustls 0.23.25",
13037 "rustls-pemfile 2.2.0",
13038 "serde",
13039 "serde_json",
13040 "sha2",
13041 "smallvec",
13042 "thiserror 2.0.12",
13043 "time",
13044 "tokio",
13045 "tokio-stream",
13046 "tracing",
13047 "url",
13048 "uuid",
13049 "webpki-roots",
13050]
13051
13052[[package]]
13053name = "sqlx-macros"
13054version = "0.8.3"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13057dependencies = [
13058 "proc-macro2",
13059 "quote",
13060 "sqlx-core",
13061 "sqlx-macros-core",
13062 "syn 2.0.100",
13063]
13064
13065[[package]]
13066name = "sqlx-macros-core"
13067version = "0.8.3"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13070dependencies = [
13071 "dotenvy",
13072 "either",
13073 "heck 0.5.0",
13074 "hex",
13075 "once_cell",
13076 "proc-macro2",
13077 "quote",
13078 "serde",
13079 "serde_json",
13080 "sha2",
13081 "sqlx-core",
13082 "sqlx-mysql",
13083 "sqlx-postgres",
13084 "sqlx-sqlite",
13085 "syn 2.0.100",
13086 "tempfile",
13087 "tokio",
13088 "url",
13089]
13090
13091[[package]]
13092name = "sqlx-mysql"
13093version = "0.8.3"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13096dependencies = [
13097 "atoi",
13098 "base64 0.22.1",
13099 "bigdecimal",
13100 "bitflags 2.8.0",
13101 "byteorder",
13102 "bytes 1.10.1",
13103 "chrono",
13104 "crc",
13105 "digest",
13106 "dotenvy",
13107 "either",
13108 "futures-channel",
13109 "futures-core",
13110 "futures-io",
13111 "futures-util",
13112 "generic-array",
13113 "hex",
13114 "hkdf",
13115 "hmac",
13116 "itoa",
13117 "log",
13118 "md-5",
13119 "memchr",
13120 "once_cell",
13121 "percent-encoding",
13122 "rand 0.8.5",
13123 "rsa",
13124 "rust_decimal",
13125 "serde",
13126 "sha1",
13127 "sha2",
13128 "smallvec",
13129 "sqlx-core",
13130 "stringprep",
13131 "thiserror 2.0.12",
13132 "time",
13133 "tracing",
13134 "uuid",
13135 "whoami",
13136]
13137
13138[[package]]
13139name = "sqlx-postgres"
13140version = "0.8.3"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13143dependencies = [
13144 "atoi",
13145 "base64 0.22.1",
13146 "bigdecimal",
13147 "bitflags 2.8.0",
13148 "byteorder",
13149 "chrono",
13150 "crc",
13151 "dotenvy",
13152 "etcetera",
13153 "futures-channel",
13154 "futures-core",
13155 "futures-util",
13156 "hex",
13157 "hkdf",
13158 "hmac",
13159 "home",
13160 "itoa",
13161 "log",
13162 "md-5",
13163 "memchr",
13164 "num-bigint",
13165 "once_cell",
13166 "rand 0.8.5",
13167 "rust_decimal",
13168 "serde",
13169 "serde_json",
13170 "sha2",
13171 "smallvec",
13172 "sqlx-core",
13173 "stringprep",
13174 "thiserror 2.0.12",
13175 "time",
13176 "tracing",
13177 "uuid",
13178 "whoami",
13179]
13180
13181[[package]]
13182name = "sqlx-sqlite"
13183version = "0.8.3"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13186dependencies = [
13187 "atoi",
13188 "chrono",
13189 "flume",
13190 "futures-channel",
13191 "futures-core",
13192 "futures-executor",
13193 "futures-intrusive",
13194 "futures-util",
13195 "libsqlite3-sys",
13196 "log",
13197 "percent-encoding",
13198 "serde",
13199 "serde_urlencoded",
13200 "sqlx-core",
13201 "time",
13202 "tracing",
13203 "url",
13204 "uuid",
13205]
13206
13207[[package]]
13208name = "stable_deref_trait"
13209version = "1.2.0"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13212
13213[[package]]
13214name = "static_assertions"
13215version = "1.1.0"
13216source = "registry+https://github.com/rust-lang/crates.io-index"
13217checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13218
13219[[package]]
13220name = "story"
13221version = "0.1.0"
13222dependencies = [
13223 "gpui",
13224 "itertools 0.14.0",
13225 "smallvec",
13226]
13227
13228[[package]]
13229name = "storybook"
13230version = "0.1.0"
13231dependencies = [
13232 "anyhow",
13233 "clap",
13234 "collab_ui",
13235 "ctrlc",
13236 "dialoguer",
13237 "editor",
13238 "fuzzy",
13239 "gpui",
13240 "indoc",
13241 "language",
13242 "log",
13243 "menu",
13244 "picker",
13245 "project",
13246 "reqwest_client",
13247 "rust-embed",
13248 "settings",
13249 "simplelog",
13250 "story",
13251 "strum",
13252 "theme",
13253 "title_bar",
13254 "ui",
13255]
13256
13257[[package]]
13258name = "streaming-iterator"
13259version = "0.1.9"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13262
13263[[package]]
13264name = "streaming_diff"
13265version = "0.1.0"
13266dependencies = [
13267 "ordered-float 2.10.1",
13268 "rand 0.8.5",
13269 "rope",
13270 "util",
13271]
13272
13273[[package]]
13274name = "strict-num"
13275version = "0.1.1"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13278dependencies = [
13279 "float-cmp",
13280]
13281
13282[[package]]
13283name = "string_cache"
13284version = "0.8.7"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13287dependencies = [
13288 "new_debug_unreachable",
13289 "once_cell",
13290 "parking_lot",
13291 "phf_shared 0.10.0",
13292 "precomputed-hash",
13293 "serde",
13294]
13295
13296[[package]]
13297name = "string_cache_codegen"
13298version = "0.5.2"
13299source = "registry+https://github.com/rust-lang/crates.io-index"
13300checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13301dependencies = [
13302 "phf_generator 0.10.0",
13303 "phf_shared 0.10.0",
13304 "proc-macro2",
13305 "quote",
13306]
13307
13308[[package]]
13309name = "stringprep"
13310version = "0.1.5"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13313dependencies = [
13314 "unicode-bidi",
13315 "unicode-normalization",
13316 "unicode-properties",
13317]
13318
13319[[package]]
13320name = "strsim"
13321version = "0.11.1"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13324
13325[[package]]
13326name = "strum"
13327version = "0.26.3"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13330dependencies = [
13331 "strum_macros",
13332]
13333
13334[[package]]
13335name = "strum_macros"
13336version = "0.26.4"
13337source = "registry+https://github.com/rust-lang/crates.io-index"
13338checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13339dependencies = [
13340 "heck 0.5.0",
13341 "proc-macro2",
13342 "quote",
13343 "rustversion",
13344 "syn 2.0.100",
13345]
13346
13347[[package]]
13348name = "subtle"
13349version = "2.6.1"
13350source = "registry+https://github.com/rust-lang/crates.io-index"
13351checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13352
13353[[package]]
13354name = "sum_tree"
13355version = "0.1.0"
13356dependencies = [
13357 "arrayvec",
13358 "ctor",
13359 "env_logger 0.11.7",
13360 "log",
13361 "rand 0.8.5",
13362 "rayon",
13363]
13364
13365[[package]]
13366name = "supermaven"
13367version = "0.1.0"
13368dependencies = [
13369 "anyhow",
13370 "client",
13371 "collections",
13372 "editor",
13373 "env_logger 0.11.7",
13374 "futures 0.3.31",
13375 "gpui",
13376 "http_client",
13377 "inline_completion",
13378 "language",
13379 "log",
13380 "postage",
13381 "project",
13382 "serde",
13383 "serde_json",
13384 "settings",
13385 "smol",
13386 "supermaven_api",
13387 "text",
13388 "theme",
13389 "ui",
13390 "unicode-segmentation",
13391 "util",
13392]
13393
13394[[package]]
13395name = "supermaven_api"
13396version = "0.1.0"
13397dependencies = [
13398 "anyhow",
13399 "futures 0.3.31",
13400 "http_client",
13401 "paths",
13402 "serde",
13403 "serde_json",
13404 "smol",
13405]
13406
13407[[package]]
13408name = "sval"
13409version = "2.13.2"
13410source = "registry+https://github.com/rust-lang/crates.io-index"
13411checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13412
13413[[package]]
13414name = "sval_buffer"
13415version = "2.13.2"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13418dependencies = [
13419 "sval",
13420 "sval_ref",
13421]
13422
13423[[package]]
13424name = "sval_dynamic"
13425version = "2.13.2"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13428dependencies = [
13429 "sval",
13430]
13431
13432[[package]]
13433name = "sval_fmt"
13434version = "2.13.2"
13435source = "registry+https://github.com/rust-lang/crates.io-index"
13436checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13437dependencies = [
13438 "itoa",
13439 "ryu",
13440 "sval",
13441]
13442
13443[[package]]
13444name = "sval_json"
13445version = "2.13.2"
13446source = "registry+https://github.com/rust-lang/crates.io-index"
13447checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13448dependencies = [
13449 "itoa",
13450 "ryu",
13451 "sval",
13452]
13453
13454[[package]]
13455name = "sval_nested"
13456version = "2.13.2"
13457source = "registry+https://github.com/rust-lang/crates.io-index"
13458checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13459dependencies = [
13460 "sval",
13461 "sval_buffer",
13462 "sval_ref",
13463]
13464
13465[[package]]
13466name = "sval_ref"
13467version = "2.13.2"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13470dependencies = [
13471 "sval",
13472]
13473
13474[[package]]
13475name = "sval_serde"
13476version = "2.13.2"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13479dependencies = [
13480 "serde",
13481 "sval",
13482 "sval_nested",
13483]
13484
13485[[package]]
13486name = "svg_fmt"
13487version = "0.4.4"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13490
13491[[package]]
13492name = "svgtypes"
13493version = "0.15.3"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13496dependencies = [
13497 "kurbo",
13498 "siphasher 1.0.1",
13499]
13500
13501[[package]]
13502name = "swash"
13503version = "0.2.1"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13506dependencies = [
13507 "skrifa",
13508 "yazi",
13509 "zeno",
13510]
13511
13512[[package]]
13513name = "syn"
13514version = "1.0.109"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13517dependencies = [
13518 "proc-macro2",
13519 "quote",
13520 "unicode-ident",
13521]
13522
13523[[package]]
13524name = "syn"
13525version = "2.0.100"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13528dependencies = [
13529 "proc-macro2",
13530 "quote",
13531 "unicode-ident",
13532]
13533
13534[[package]]
13535name = "sync_wrapper"
13536version = "0.1.2"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13539
13540[[package]]
13541name = "sync_wrapper"
13542version = "1.0.2"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13545dependencies = [
13546 "futures-core",
13547]
13548
13549[[package]]
13550name = "synchronoise"
13551version = "1.0.1"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13554dependencies = [
13555 "crossbeam-queue",
13556]
13557
13558[[package]]
13559name = "synstructure"
13560version = "0.13.1"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13563dependencies = [
13564 "proc-macro2",
13565 "quote",
13566 "syn 2.0.100",
13567]
13568
13569[[package]]
13570name = "sys-locale"
13571version = "0.3.2"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13574dependencies = [
13575 "libc",
13576]
13577
13578[[package]]
13579name = "sysinfo"
13580version = "0.31.4"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13583dependencies = [
13584 "core-foundation-sys",
13585 "libc",
13586 "memchr",
13587 "ntapi",
13588 "rayon",
13589 "windows 0.57.0",
13590]
13591
13592[[package]]
13593name = "system-configuration"
13594version = "0.5.1"
13595source = "registry+https://github.com/rust-lang/crates.io-index"
13596checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13597dependencies = [
13598 "bitflags 1.3.2",
13599 "core-foundation 0.9.4",
13600 "system-configuration-sys 0.5.0",
13601]
13602
13603[[package]]
13604name = "system-configuration"
13605version = "0.6.1"
13606source = "registry+https://github.com/rust-lang/crates.io-index"
13607checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13608dependencies = [
13609 "bitflags 2.8.0",
13610 "core-foundation 0.9.4",
13611 "system-configuration-sys 0.6.0",
13612]
13613
13614[[package]]
13615name = "system-configuration-sys"
13616version = "0.5.0"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13619dependencies = [
13620 "core-foundation-sys",
13621 "libc",
13622]
13623
13624[[package]]
13625name = "system-configuration-sys"
13626version = "0.6.0"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13629dependencies = [
13630 "core-foundation-sys",
13631 "libc",
13632]
13633
13634[[package]]
13635name = "system-deps"
13636version = "6.2.2"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13639dependencies = [
13640 "cfg-expr",
13641 "heck 0.5.0",
13642 "pkg-config",
13643 "toml 0.8.20",
13644 "version-compare",
13645]
13646
13647[[package]]
13648name = "system-interface"
13649version = "0.27.3"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13652dependencies = [
13653 "bitflags 2.8.0",
13654 "cap-fs-ext",
13655 "cap-std",
13656 "fd-lock",
13657 "io-lifetimes",
13658 "rustix",
13659 "windows-sys 0.59.0",
13660 "winx",
13661]
13662
13663[[package]]
13664name = "tab_switcher"
13665version = "0.1.0"
13666dependencies = [
13667 "anyhow",
13668 "collections",
13669 "ctor",
13670 "editor",
13671 "env_logger 0.11.7",
13672 "gpui",
13673 "language",
13674 "menu",
13675 "picker",
13676 "project",
13677 "schemars",
13678 "serde",
13679 "serde_json",
13680 "settings",
13681 "theme",
13682 "ui",
13683 "util",
13684 "workspace",
13685]
13686
13687[[package]]
13688name = "taffy"
13689version = "0.4.4"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13692dependencies = [
13693 "arrayvec",
13694 "grid",
13695 "num-traits",
13696 "serde",
13697 "slotmap",
13698]
13699
13700[[package]]
13701name = "take-until"
13702version = "0.2.0"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13705
13706[[package]]
13707name = "tap"
13708version = "1.0.1"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13711
13712[[package]]
13713name = "target-lexicon"
13714version = "0.12.16"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13717
13718[[package]]
13719name = "target-lexicon"
13720version = "0.13.2"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13723
13724[[package]]
13725name = "task"
13726version = "0.1.0"
13727dependencies = [
13728 "anyhow",
13729 "collections",
13730 "dap-types",
13731 "futures 0.3.31",
13732 "gpui",
13733 "hex",
13734 "parking_lot",
13735 "schemars",
13736 "serde",
13737 "serde_json",
13738 "serde_json_lenient",
13739 "sha2",
13740 "shellexpand 2.1.2",
13741 "util",
13742 "zed_actions",
13743]
13744
13745[[package]]
13746name = "tasks_ui"
13747version = "0.1.0"
13748dependencies = [
13749 "anyhow",
13750 "debugger_ui",
13751 "editor",
13752 "feature_flags",
13753 "file_icons",
13754 "fuzzy",
13755 "gpui",
13756 "language",
13757 "menu",
13758 "picker",
13759 "project",
13760 "schemars",
13761 "serde",
13762 "serde_json",
13763 "settings",
13764 "task",
13765 "tree-sitter-rust",
13766 "tree-sitter-typescript",
13767 "ui",
13768 "util",
13769 "workspace",
13770 "zed_actions",
13771]
13772
13773[[package]]
13774name = "telemetry"
13775version = "0.1.0"
13776dependencies = [
13777 "futures 0.3.31",
13778 "serde",
13779 "serde_json",
13780 "telemetry_events",
13781]
13782
13783[[package]]
13784name = "telemetry_events"
13785version = "0.1.0"
13786dependencies = [
13787 "semantic_version",
13788 "serde",
13789 "serde_json",
13790]
13791
13792[[package]]
13793name = "tempfile"
13794version = "3.17.1"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13797dependencies = [
13798 "cfg-if",
13799 "fastrand 2.3.0",
13800 "getrandom 0.3.1",
13801 "once_cell",
13802 "rustix",
13803 "windows-sys 0.59.0",
13804]
13805
13806[[package]]
13807name = "tendril"
13808version = "0.4.3"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13811dependencies = [
13812 "futf",
13813 "mac",
13814 "utf-8",
13815]
13816
13817[[package]]
13818name = "termcolor"
13819version = "1.4.1"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13822dependencies = [
13823 "winapi-util",
13824]
13825
13826[[package]]
13827name = "terminal"
13828version = "0.1.0"
13829dependencies = [
13830 "alacritty_terminal",
13831 "anyhow",
13832 "collections",
13833 "dirs 4.0.0",
13834 "futures 0.3.31",
13835 "gpui",
13836 "libc",
13837 "rand 0.8.5",
13838 "regex",
13839 "release_channel",
13840 "schemars",
13841 "serde",
13842 "serde_derive",
13843 "settings",
13844 "smol",
13845 "sysinfo",
13846 "task",
13847 "theme",
13848 "thiserror 2.0.12",
13849 "util",
13850 "windows 0.61.1",
13851]
13852
13853[[package]]
13854name = "terminal_size"
13855version = "0.4.1"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13858dependencies = [
13859 "rustix",
13860 "windows-sys 0.59.0",
13861]
13862
13863[[package]]
13864name = "terminal_view"
13865version = "0.1.0"
13866dependencies = [
13867 "anyhow",
13868 "async-recursion 1.1.1",
13869 "breadcrumbs",
13870 "client",
13871 "collections",
13872 "db",
13873 "dirs 4.0.0",
13874 "editor",
13875 "futures 0.3.31",
13876 "gpui",
13877 "itertools 0.14.0",
13878 "language",
13879 "log",
13880 "project",
13881 "rand 0.8.5",
13882 "schemars",
13883 "search",
13884 "serde",
13885 "serde_json",
13886 "settings",
13887 "shellexpand 2.1.2",
13888 "smol",
13889 "task",
13890 "terminal",
13891 "theme",
13892 "ui",
13893 "util",
13894 "workspace",
13895 "zed_actions",
13896]
13897
13898[[package]]
13899name = "text"
13900version = "0.1.0"
13901dependencies = [
13902 "anyhow",
13903 "clock",
13904 "collections",
13905 "ctor",
13906 "env_logger 0.11.7",
13907 "gpui",
13908 "http_client",
13909 "log",
13910 "parking_lot",
13911 "postage",
13912 "rand 0.8.5",
13913 "regex",
13914 "rope",
13915 "smallvec",
13916 "sum_tree",
13917 "util",
13918]
13919
13920[[package]]
13921name = "theme"
13922version = "0.1.0"
13923dependencies = [
13924 "anyhow",
13925 "collections",
13926 "derive_more",
13927 "fs",
13928 "futures 0.3.31",
13929 "gpui",
13930 "indexmap",
13931 "log",
13932 "palette",
13933 "parking_lot",
13934 "refineable",
13935 "schemars",
13936 "serde",
13937 "serde_derive",
13938 "serde_json",
13939 "serde_json_lenient",
13940 "serde_repr",
13941 "settings",
13942 "strum",
13943 "thiserror 2.0.12",
13944 "util",
13945 "uuid",
13946]
13947
13948[[package]]
13949name = "theme_extension"
13950version = "0.1.0"
13951dependencies = [
13952 "anyhow",
13953 "extension",
13954 "fs",
13955 "gpui",
13956 "theme",
13957]
13958
13959[[package]]
13960name = "theme_importer"
13961version = "0.1.0"
13962dependencies = [
13963 "anyhow",
13964 "clap",
13965 "gpui",
13966 "indexmap",
13967 "log",
13968 "palette",
13969 "rust-embed",
13970 "serde",
13971 "serde_json",
13972 "serde_json_lenient",
13973 "simplelog",
13974 "strum",
13975 "theme",
13976 "vscode_theme",
13977]
13978
13979[[package]]
13980name = "theme_selector"
13981version = "0.1.0"
13982dependencies = [
13983 "fs",
13984 "fuzzy",
13985 "gpui",
13986 "log",
13987 "picker",
13988 "serde",
13989 "settings",
13990 "telemetry",
13991 "theme",
13992 "ui",
13993 "util",
13994 "workspace",
13995 "zed_actions",
13996]
13997
13998[[package]]
13999name = "thiserror"
14000version = "1.0.69"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14003dependencies = [
14004 "thiserror-impl 1.0.69",
14005]
14006
14007[[package]]
14008name = "thiserror"
14009version = "2.0.12"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14012dependencies = [
14013 "thiserror-impl 2.0.12",
14014]
14015
14016[[package]]
14017name = "thiserror-impl"
14018version = "1.0.69"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14021dependencies = [
14022 "proc-macro2",
14023 "quote",
14024 "syn 2.0.100",
14025]
14026
14027[[package]]
14028name = "thiserror-impl"
14029version = "2.0.12"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14032dependencies = [
14033 "proc-macro2",
14034 "quote",
14035 "syn 2.0.100",
14036]
14037
14038[[package]]
14039name = "thread_local"
14040version = "1.1.8"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14043dependencies = [
14044 "cfg-if",
14045 "once_cell",
14046]
14047
14048[[package]]
14049name = "tiff"
14050version = "0.9.1"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14053dependencies = [
14054 "flate2",
14055 "jpeg-decoder",
14056 "weezl",
14057]
14058
14059[[package]]
14060name = "tiktoken-rs"
14061version = "0.6.0"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14064dependencies = [
14065 "anyhow",
14066 "base64 0.21.7",
14067 "bstr",
14068 "fancy-regex 0.13.0",
14069 "lazy_static",
14070 "parking_lot",
14071 "regex",
14072 "rustc-hash 1.1.0",
14073]
14074
14075[[package]]
14076name = "time"
14077version = "0.3.40"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14080dependencies = [
14081 "deranged",
14082 "itoa",
14083 "libc",
14084 "num-conv",
14085 "num_threads",
14086 "powerfmt",
14087 "serde",
14088 "time-core",
14089 "time-macros",
14090]
14091
14092[[package]]
14093name = "time-core"
14094version = "0.1.4"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14097
14098[[package]]
14099name = "time-macros"
14100version = "0.2.21"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14103dependencies = [
14104 "num-conv",
14105 "time-core",
14106]
14107
14108[[package]]
14109name = "time_format"
14110version = "0.1.0"
14111dependencies = [
14112 "core-foundation 0.9.4",
14113 "core-foundation-sys",
14114 "sys-locale",
14115 "time",
14116]
14117
14118[[package]]
14119name = "tiny-keccak"
14120version = "2.0.2"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14123dependencies = [
14124 "crunchy",
14125]
14126
14127[[package]]
14128name = "tiny-skia"
14129version = "0.11.4"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14132dependencies = [
14133 "arrayref",
14134 "arrayvec",
14135 "bytemuck",
14136 "cfg-if",
14137 "log",
14138 "png",
14139 "tiny-skia-path",
14140]
14141
14142[[package]]
14143name = "tiny-skia-path"
14144version = "0.11.4"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14147dependencies = [
14148 "arrayref",
14149 "bytemuck",
14150 "strict-num",
14151]
14152
14153[[package]]
14154name = "tiny_http"
14155version = "0.8.2"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14158dependencies = [
14159 "ascii",
14160 "chrono",
14161 "chunked_transfer",
14162 "log",
14163 "url",
14164]
14165
14166[[package]]
14167name = "tinystr"
14168version = "0.7.6"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14171dependencies = [
14172 "displaydoc",
14173 "zerovec",
14174]
14175
14176[[package]]
14177name = "tinytemplate"
14178version = "1.2.1"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14181dependencies = [
14182 "serde",
14183 "serde_json",
14184]
14185
14186[[package]]
14187name = "tinyvec"
14188version = "1.8.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14191dependencies = [
14192 "tinyvec_macros",
14193]
14194
14195[[package]]
14196name = "tinyvec_macros"
14197version = "0.1.1"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14200
14201[[package]]
14202name = "title_bar"
14203version = "0.1.0"
14204dependencies = [
14205 "auto_update",
14206 "call",
14207 "chrono",
14208 "client",
14209 "collections",
14210 "db",
14211 "feature_flags",
14212 "gpui",
14213 "http_client",
14214 "notifications",
14215 "pretty_assertions",
14216 "project",
14217 "remote",
14218 "rpc",
14219 "schemars",
14220 "serde",
14221 "settings",
14222 "smallvec",
14223 "story",
14224 "telemetry",
14225 "theme",
14226 "tree-sitter-md",
14227 "ui",
14228 "util",
14229 "windows 0.61.1",
14230 "workspace",
14231 "zed_actions",
14232]
14233
14234[[package]]
14235name = "tokio"
14236version = "1.43.0"
14237source = "registry+https://github.com/rust-lang/crates.io-index"
14238checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14239dependencies = [
14240 "backtrace",
14241 "bytes 1.10.1",
14242 "libc",
14243 "mio 1.0.3",
14244 "parking_lot",
14245 "pin-project-lite",
14246 "signal-hook-registry",
14247 "socket2",
14248 "tokio-macros",
14249 "windows-sys 0.52.0",
14250]
14251
14252[[package]]
14253name = "tokio-io"
14254version = "0.1.13"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14257dependencies = [
14258 "bytes 0.4.12",
14259 "futures 0.1.31",
14260 "log",
14261]
14262
14263[[package]]
14264name = "tokio-macros"
14265version = "2.5.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14268dependencies = [
14269 "proc-macro2",
14270 "quote",
14271 "syn 2.0.100",
14272]
14273
14274[[package]]
14275name = "tokio-native-tls"
14276version = "0.3.1"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14279dependencies = [
14280 "native-tls",
14281 "tokio",
14282]
14283
14284[[package]]
14285name = "tokio-rustls"
14286version = "0.24.1"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14289dependencies = [
14290 "rustls 0.21.12",
14291 "tokio",
14292]
14293
14294[[package]]
14295name = "tokio-rustls"
14296version = "0.26.1"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14299dependencies = [
14300 "rustls 0.23.25",
14301 "tokio",
14302]
14303
14304[[package]]
14305name = "tokio-socks"
14306version = "0.5.2"
14307source = "registry+https://github.com/rust-lang/crates.io-index"
14308checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14309dependencies = [
14310 "either",
14311 "futures-io",
14312 "futures-util",
14313 "thiserror 1.0.69",
14314 "tokio",
14315]
14316
14317[[package]]
14318name = "tokio-stream"
14319version = "0.1.17"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14322dependencies = [
14323 "futures-core",
14324 "pin-project-lite",
14325 "tokio",
14326]
14327
14328[[package]]
14329name = "tokio-tungstenite"
14330version = "0.20.1"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14333dependencies = [
14334 "futures-util",
14335 "log",
14336 "rustls 0.21.12",
14337 "rustls-native-certs 0.6.3",
14338 "tokio",
14339 "tokio-rustls 0.24.1",
14340 "tungstenite 0.20.1",
14341]
14342
14343[[package]]
14344name = "tokio-tungstenite"
14345version = "0.21.0"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14348dependencies = [
14349 "futures-util",
14350 "log",
14351 "tokio",
14352 "tungstenite 0.21.0",
14353]
14354
14355[[package]]
14356name = "tokio-util"
14357version = "0.7.13"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14360dependencies = [
14361 "bytes 1.10.1",
14362 "futures-core",
14363 "futures-io",
14364 "futures-sink",
14365 "pin-project-lite",
14366 "tokio",
14367]
14368
14369[[package]]
14370name = "toml"
14371version = "0.5.11"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14374dependencies = [
14375 "serde",
14376]
14377
14378[[package]]
14379name = "toml"
14380version = "0.8.20"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14383dependencies = [
14384 "serde",
14385 "serde_spanned",
14386 "toml_datetime",
14387 "toml_edit",
14388]
14389
14390[[package]]
14391name = "toml_datetime"
14392version = "0.6.8"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14395dependencies = [
14396 "serde",
14397]
14398
14399[[package]]
14400name = "toml_edit"
14401version = "0.22.23"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14404dependencies = [
14405 "indexmap",
14406 "serde",
14407 "serde_spanned",
14408 "toml_datetime",
14409 "winnow 0.7.1",
14410]
14411
14412[[package]]
14413name = "toolchain_selector"
14414version = "0.1.0"
14415dependencies = [
14416 "editor",
14417 "fuzzy",
14418 "gpui",
14419 "language",
14420 "picker",
14421 "project",
14422 "ui",
14423 "util",
14424 "workspace",
14425]
14426
14427[[package]]
14428name = "topological-sort"
14429version = "0.2.2"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14432
14433[[package]]
14434name = "tower"
14435version = "0.4.13"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14438dependencies = [
14439 "futures-core",
14440 "futures-util",
14441 "pin-project",
14442 "pin-project-lite",
14443 "tokio",
14444 "tower-layer",
14445 "tower-service",
14446 "tracing",
14447]
14448
14449[[package]]
14450name = "tower-http"
14451version = "0.3.5"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14454dependencies = [
14455 "bitflags 1.3.2",
14456 "bytes 1.10.1",
14457 "futures-core",
14458 "futures-util",
14459 "http 0.2.12",
14460 "http-body 0.4.6",
14461 "http-range-header",
14462 "pin-project-lite",
14463 "tower-layer",
14464 "tower-service",
14465]
14466
14467[[package]]
14468name = "tower-http"
14469version = "0.4.4"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14472dependencies = [
14473 "bitflags 2.8.0",
14474 "bytes 1.10.1",
14475 "futures-core",
14476 "futures-util",
14477 "http 0.2.12",
14478 "http-body 0.4.6",
14479 "http-range-header",
14480 "pin-project-lite",
14481 "tower-layer",
14482 "tower-service",
14483 "tracing",
14484]
14485
14486[[package]]
14487name = "tower-layer"
14488version = "0.3.3"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14491
14492[[package]]
14493name = "tower-service"
14494version = "0.3.3"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14497
14498[[package]]
14499name = "tracing"
14500version = "0.1.41"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14503dependencies = [
14504 "log",
14505 "pin-project-lite",
14506 "tracing-attributes",
14507 "tracing-core",
14508]
14509
14510[[package]]
14511name = "tracing-attributes"
14512version = "0.1.28"
14513source = "registry+https://github.com/rust-lang/crates.io-index"
14514checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14515dependencies = [
14516 "proc-macro2",
14517 "quote",
14518 "syn 2.0.100",
14519]
14520
14521[[package]]
14522name = "tracing-core"
14523version = "0.1.33"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14526dependencies = [
14527 "once_cell",
14528 "valuable",
14529]
14530
14531[[package]]
14532name = "tracing-log"
14533version = "0.2.0"
14534source = "registry+https://github.com/rust-lang/crates.io-index"
14535checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14536dependencies = [
14537 "log",
14538 "once_cell",
14539 "tracing-core",
14540]
14541
14542[[package]]
14543name = "tracing-serde"
14544version = "0.2.0"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14547dependencies = [
14548 "serde",
14549 "tracing-core",
14550]
14551
14552[[package]]
14553name = "tracing-subscriber"
14554version = "0.3.19"
14555source = "registry+https://github.com/rust-lang/crates.io-index"
14556checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14557dependencies = [
14558 "matchers",
14559 "nu-ansi-term",
14560 "once_cell",
14561 "regex",
14562 "serde",
14563 "serde_json",
14564 "sharded-slab",
14565 "smallvec",
14566 "thread_local",
14567 "tracing",
14568 "tracing-core",
14569 "tracing-log",
14570 "tracing-serde",
14571]
14572
14573[[package]]
14574name = "trait-variant"
14575version = "0.1.2"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14578dependencies = [
14579 "proc-macro2",
14580 "quote",
14581 "syn 2.0.100",
14582]
14583
14584[[package]]
14585name = "tree-sitter"
14586version = "0.25.3"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14589dependencies = [
14590 "cc",
14591 "regex",
14592 "regex-syntax 0.8.5",
14593 "serde_json",
14594 "streaming-iterator",
14595 "tree-sitter-language",
14596 "wasmtime-c-api-impl",
14597]
14598
14599[[package]]
14600name = "tree-sitter-bash"
14601version = "0.23.3"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14604dependencies = [
14605 "cc",
14606 "tree-sitter-language",
14607]
14608
14609[[package]]
14610name = "tree-sitter-c"
14611version = "0.23.4"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14614dependencies = [
14615 "cc",
14616 "tree-sitter-language",
14617]
14618
14619[[package]]
14620name = "tree-sitter-cpp"
14621version = "0.23.4"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14624dependencies = [
14625 "cc",
14626 "tree-sitter-language",
14627]
14628
14629[[package]]
14630name = "tree-sitter-css"
14631version = "0.23.2"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14634dependencies = [
14635 "cc",
14636 "tree-sitter-language",
14637]
14638
14639[[package]]
14640name = "tree-sitter-diff"
14641version = "0.1.0"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14644dependencies = [
14645 "cc",
14646 "tree-sitter-language",
14647]
14648
14649[[package]]
14650name = "tree-sitter-elixir"
14651version = "0.3.4"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14654dependencies = [
14655 "cc",
14656 "tree-sitter-language",
14657]
14658
14659[[package]]
14660name = "tree-sitter-embedded-template"
14661version = "0.23.2"
14662source = "registry+https://github.com/rust-lang/crates.io-index"
14663checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14664dependencies = [
14665 "cc",
14666 "tree-sitter-language",
14667]
14668
14669[[package]]
14670name = "tree-sitter-gitcommit"
14671version = "0.0.1"
14672source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14673dependencies = [
14674 "cc",
14675 "tree-sitter-language",
14676]
14677
14678[[package]]
14679name = "tree-sitter-go"
14680version = "0.23.4"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14683dependencies = [
14684 "cc",
14685 "tree-sitter-language",
14686]
14687
14688[[package]]
14689name = "tree-sitter-gomod"
14690version = "1.1.1"
14691source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14692dependencies = [
14693 "cc",
14694 "tree-sitter-language",
14695]
14696
14697[[package]]
14698name = "tree-sitter-gowork"
14699version = "0.0.1"
14700source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14701dependencies = [
14702 "cc",
14703 "tree-sitter-language",
14704]
14705
14706[[package]]
14707name = "tree-sitter-heex"
14708version = "0.0.1"
14709source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14710dependencies = [
14711 "cc",
14712 "tree-sitter-language",
14713]
14714
14715[[package]]
14716name = "tree-sitter-html"
14717version = "0.23.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14720dependencies = [
14721 "cc",
14722 "tree-sitter-language",
14723]
14724
14725[[package]]
14726name = "tree-sitter-jsdoc"
14727version = "0.23.2"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14730dependencies = [
14731 "cc",
14732 "tree-sitter-language",
14733]
14734
14735[[package]]
14736name = "tree-sitter-json"
14737version = "0.24.8"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14740dependencies = [
14741 "cc",
14742 "tree-sitter-language",
14743]
14744
14745[[package]]
14746name = "tree-sitter-language"
14747version = "0.1.3"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14750
14751[[package]]
14752name = "tree-sitter-md"
14753version = "0.3.2"
14754source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14755dependencies = [
14756 "cc",
14757 "tree-sitter-language",
14758]
14759
14760[[package]]
14761name = "tree-sitter-python"
14762version = "0.23.6"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14765dependencies = [
14766 "cc",
14767 "tree-sitter-language",
14768]
14769
14770[[package]]
14771name = "tree-sitter-regex"
14772version = "0.24.3"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14775dependencies = [
14776 "cc",
14777 "tree-sitter-language",
14778]
14779
14780[[package]]
14781name = "tree-sitter-ruby"
14782version = "0.23.1"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14785dependencies = [
14786 "cc",
14787 "tree-sitter-language",
14788]
14789
14790[[package]]
14791name = "tree-sitter-rust"
14792version = "0.23.2"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14795dependencies = [
14796 "cc",
14797 "tree-sitter-language",
14798]
14799
14800[[package]]
14801name = "tree-sitter-typescript"
14802version = "0.23.2"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14805dependencies = [
14806 "cc",
14807 "tree-sitter-language",
14808]
14809
14810[[package]]
14811name = "tree-sitter-yaml"
14812version = "0.6.1"
14813source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14814dependencies = [
14815 "cc",
14816 "tree-sitter-language",
14817]
14818
14819[[package]]
14820name = "try-lock"
14821version = "0.2.5"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14824
14825[[package]]
14826name = "ttf-parser"
14827version = "0.20.0"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14830
14831[[package]]
14832name = "ttf-parser"
14833version = "0.21.1"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14836
14837[[package]]
14838name = "ttf-parser"
14839version = "0.25.1"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14842dependencies = [
14843 "core_maths",
14844]
14845
14846[[package]]
14847name = "tungstenite"
14848version = "0.20.1"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14851dependencies = [
14852 "byteorder",
14853 "bytes 1.10.1",
14854 "data-encoding",
14855 "http 0.2.12",
14856 "httparse",
14857 "log",
14858 "rand 0.8.5",
14859 "rustls 0.21.12",
14860 "sha1",
14861 "thiserror 1.0.69",
14862 "url",
14863 "utf-8",
14864]
14865
14866[[package]]
14867name = "tungstenite"
14868version = "0.21.0"
14869source = "registry+https://github.com/rust-lang/crates.io-index"
14870checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14871dependencies = [
14872 "byteorder",
14873 "bytes 1.10.1",
14874 "data-encoding",
14875 "http 1.2.0",
14876 "httparse",
14877 "log",
14878 "rand 0.8.5",
14879 "sha1",
14880 "thiserror 1.0.69",
14881 "url",
14882 "utf-8",
14883]
14884
14885[[package]]
14886name = "tungstenite"
14887version = "0.24.0"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14890dependencies = [
14891 "byteorder",
14892 "bytes 1.10.1",
14893 "data-encoding",
14894 "http 1.2.0",
14895 "httparse",
14896 "log",
14897 "rand 0.8.5",
14898 "sha1",
14899 "thiserror 1.0.69",
14900 "utf-8",
14901]
14902
14903[[package]]
14904name = "typeid"
14905version = "1.0.2"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14908
14909[[package]]
14910name = "typenum"
14911version = "1.17.0"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14914
14915[[package]]
14916name = "ucd-trie"
14917version = "0.1.7"
14918source = "registry+https://github.com/rust-lang/crates.io-index"
14919checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14920
14921[[package]]
14922name = "uds_windows"
14923version = "1.1.0"
14924source = "registry+https://github.com/rust-lang/crates.io-index"
14925checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14926dependencies = [
14927 "memoffset",
14928 "tempfile",
14929 "winapi",
14930]
14931
14932[[package]]
14933name = "ui"
14934version = "0.1.0"
14935dependencies = [
14936 "chrono",
14937 "component",
14938 "gpui",
14939 "icons",
14940 "itertools 0.14.0",
14941 "linkme",
14942 "menu",
14943 "serde",
14944 "settings",
14945 "smallvec",
14946 "story",
14947 "strum",
14948 "theme",
14949 "ui_macros",
14950 "util",
14951 "windows 0.61.1",
14952]
14953
14954[[package]]
14955name = "ui_input"
14956version = "0.1.0"
14957dependencies = [
14958 "editor",
14959 "gpui",
14960 "settings",
14961 "theme",
14962 "ui",
14963]
14964
14965[[package]]
14966name = "ui_macros"
14967version = "0.1.0"
14968dependencies = [
14969 "convert_case 0.8.0",
14970 "linkme",
14971 "proc-macro2",
14972 "quote",
14973 "syn 1.0.109",
14974]
14975
14976[[package]]
14977name = "ui_prompt"
14978version = "0.1.0"
14979dependencies = [
14980 "gpui",
14981 "markdown",
14982 "menu",
14983 "settings",
14984 "theme",
14985 "ui",
14986 "workspace",
14987]
14988
14989[[package]]
14990name = "unicase"
14991version = "2.8.1"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14994
14995[[package]]
14996name = "unicode-bidi"
14997version = "0.3.17"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15000
15001[[package]]
15002name = "unicode-bidi-mirroring"
15003version = "0.2.0"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15006
15007[[package]]
15008name = "unicode-bidi-mirroring"
15009version = "0.4.0"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15012
15013[[package]]
15014name = "unicode-ccc"
15015version = "0.2.0"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15018
15019[[package]]
15020name = "unicode-ccc"
15021version = "0.4.0"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15024
15025[[package]]
15026name = "unicode-ident"
15027version = "1.0.14"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15030
15031[[package]]
15032name = "unicode-linebreak"
15033version = "0.1.5"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15036
15037[[package]]
15038name = "unicode-normalization"
15039version = "0.1.24"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15042dependencies = [
15043 "tinyvec",
15044]
15045
15046[[package]]
15047name = "unicode-properties"
15048version = "0.1.3"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15051
15052[[package]]
15053name = "unicode-script"
15054version = "0.5.7"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15057
15058[[package]]
15059name = "unicode-segmentation"
15060version = "1.12.0"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15063
15064[[package]]
15065name = "unicode-vo"
15066version = "0.1.0"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15069
15070[[package]]
15071name = "unicode-width"
15072version = "0.1.14"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15075
15076[[package]]
15077name = "unicode-xid"
15078version = "0.2.6"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15081
15082[[package]]
15083name = "unicode_categories"
15084version = "0.1.1"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15087
15088[[package]]
15089name = "unindent"
15090version = "0.2.4"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15093
15094[[package]]
15095name = "untrusted"
15096version = "0.9.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15099
15100[[package]]
15101name = "url"
15102version = "2.5.4"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15105dependencies = [
15106 "form_urlencoded",
15107 "idna",
15108 "percent-encoding",
15109 "serde",
15110]
15111
15112[[package]]
15113name = "urlencoding"
15114version = "2.1.3"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15117
15118[[package]]
15119name = "usvg"
15120version = "0.45.0"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15123dependencies = [
15124 "base64 0.22.1",
15125 "data-url",
15126 "flate2",
15127 "fontdb 0.23.0",
15128 "imagesize",
15129 "kurbo",
15130 "log",
15131 "pico-args",
15132 "roxmltree",
15133 "rustybuzz 0.20.1",
15134 "simplecss",
15135 "siphasher 1.0.1",
15136 "strict-num",
15137 "svgtypes",
15138 "tiny-skia-path",
15139 "unicode-bidi",
15140 "unicode-script",
15141 "unicode-vo",
15142 "xmlwriter",
15143]
15144
15145[[package]]
15146name = "utf-8"
15147version = "0.7.6"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15150
15151[[package]]
15152name = "utf16_iter"
15153version = "1.0.5"
15154source = "registry+https://github.com/rust-lang/crates.io-index"
15155checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15156
15157[[package]]
15158name = "utf8_iter"
15159version = "1.0.4"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15162
15163[[package]]
15164name = "utf8parse"
15165version = "0.2.2"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15168
15169[[package]]
15170name = "util"
15171version = "0.1.0"
15172dependencies = [
15173 "anyhow",
15174 "async-fs",
15175 "collections",
15176 "dirs 4.0.0",
15177 "dunce",
15178 "futures 0.3.31",
15179 "futures-lite 1.13.0",
15180 "git2",
15181 "globset",
15182 "itertools 0.14.0",
15183 "libc",
15184 "log",
15185 "rand 0.8.5",
15186 "regex",
15187 "rust-embed",
15188 "serde",
15189 "serde_json",
15190 "smol",
15191 "take-until",
15192 "tempfile",
15193 "tendril",
15194 "unicase",
15195 "util_macros",
15196]
15197
15198[[package]]
15199name = "util_macros"
15200version = "0.1.0"
15201dependencies = [
15202 "quote",
15203 "syn 1.0.109",
15204]
15205
15206[[package]]
15207name = "uuid"
15208version = "1.13.2"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15211dependencies = [
15212 "getrandom 0.3.1",
15213 "serde",
15214 "sha1_smol",
15215]
15216
15217[[package]]
15218name = "v_frame"
15219version = "0.3.8"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15222dependencies = [
15223 "aligned-vec",
15224 "num-traits",
15225 "wasm-bindgen",
15226]
15227
15228[[package]]
15229name = "valuable"
15230version = "0.1.0"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15233
15234[[package]]
15235name = "value-bag"
15236version = "1.10.0"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15239dependencies = [
15240 "value-bag-serde1",
15241 "value-bag-sval2",
15242]
15243
15244[[package]]
15245name = "value-bag-serde1"
15246version = "1.10.0"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15249dependencies = [
15250 "erased-serde",
15251 "serde",
15252 "serde_fmt",
15253]
15254
15255[[package]]
15256name = "value-bag-sval2"
15257version = "1.10.0"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15260dependencies = [
15261 "sval",
15262 "sval_buffer",
15263 "sval_dynamic",
15264 "sval_fmt",
15265 "sval_json",
15266 "sval_ref",
15267 "sval_serde",
15268]
15269
15270[[package]]
15271name = "vcpkg"
15272version = "0.2.15"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15275
15276[[package]]
15277name = "version-compare"
15278version = "0.2.0"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15281
15282[[package]]
15283name = "version_check"
15284version = "0.9.5"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15287
15288[[package]]
15289name = "vim"
15290version = "0.1.0"
15291dependencies = [
15292 "anyhow",
15293 "assets",
15294 "async-compat",
15295 "async-trait",
15296 "collections",
15297 "command_palette",
15298 "command_palette_hooks",
15299 "db",
15300 "editor",
15301 "futures 0.3.31",
15302 "git_ui",
15303 "gpui",
15304 "indoc",
15305 "itertools 0.14.0",
15306 "language",
15307 "libc",
15308 "log",
15309 "lsp",
15310 "multi_buffer",
15311 "nvim-rs",
15312 "parking_lot",
15313 "picker",
15314 "project",
15315 "project_panel",
15316 "regex",
15317 "release_channel",
15318 "schemars",
15319 "search",
15320 "serde",
15321 "serde_derive",
15322 "serde_json",
15323 "settings",
15324 "task",
15325 "text",
15326 "theme",
15327 "tokio",
15328 "ui",
15329 "util",
15330 "vim_mode_setting",
15331 "workspace",
15332 "zed_actions",
15333]
15334
15335[[package]]
15336name = "vim_mode_setting"
15337version = "0.1.0"
15338dependencies = [
15339 "anyhow",
15340 "gpui",
15341 "settings",
15342]
15343
15344[[package]]
15345name = "vscode_theme"
15346version = "0.2.0"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15349dependencies = [
15350 "serde",
15351]
15352
15353[[package]]
15354name = "vsimd"
15355version = "0.8.0"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15358
15359[[package]]
15360name = "vswhom"
15361version = "0.1.0"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15364dependencies = [
15365 "libc",
15366 "vswhom-sys",
15367]
15368
15369[[package]]
15370name = "vswhom-sys"
15371version = "0.1.2"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15374dependencies = [
15375 "cc",
15376 "libc",
15377]
15378
15379[[package]]
15380name = "vte"
15381version = "0.15.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15384dependencies = [
15385 "arrayvec",
15386 "bitflags 2.8.0",
15387 "cursor-icon",
15388 "log",
15389 "memchr",
15390 "serde",
15391]
15392
15393[[package]]
15394name = "waker-fn"
15395version = "1.2.0"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15398
15399[[package]]
15400name = "walkdir"
15401version = "2.5.0"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15404dependencies = [
15405 "same-file",
15406 "winapi-util",
15407]
15408
15409[[package]]
15410name = "want"
15411version = "0.3.1"
15412source = "registry+https://github.com/rust-lang/crates.io-index"
15413checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15414dependencies = [
15415 "try-lock",
15416]
15417
15418[[package]]
15419name = "warp"
15420version = "0.3.7"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15423dependencies = [
15424 "bytes 1.10.1",
15425 "futures-channel",
15426 "futures-util",
15427 "headers",
15428 "http 0.2.12",
15429 "hyper 0.14.32",
15430 "log",
15431 "mime",
15432 "mime_guess",
15433 "percent-encoding",
15434 "pin-project",
15435 "scoped-tls",
15436 "serde",
15437 "serde_json",
15438 "serde_urlencoded",
15439 "tokio",
15440 "tokio-tungstenite 0.21.0",
15441 "tokio-util",
15442 "tower-service",
15443 "tracing",
15444]
15445
15446[[package]]
15447name = "wasi"
15448version = "0.9.0+wasi-snapshot-preview1"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15451
15452[[package]]
15453name = "wasi"
15454version = "0.11.0+wasi-snapshot-preview1"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15457
15458[[package]]
15459name = "wasi"
15460version = "0.13.3+wasi-0.2.2"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15463dependencies = [
15464 "wit-bindgen-rt 0.33.0",
15465]
15466
15467[[package]]
15468name = "wasite"
15469version = "0.1.0"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15472
15473[[package]]
15474name = "wasm-bindgen"
15475version = "0.2.99"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15478dependencies = [
15479 "cfg-if",
15480 "once_cell",
15481 "wasm-bindgen-macro",
15482]
15483
15484[[package]]
15485name = "wasm-bindgen-backend"
15486version = "0.2.99"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15489dependencies = [
15490 "bumpalo",
15491 "log",
15492 "proc-macro2",
15493 "quote",
15494 "syn 2.0.100",
15495 "wasm-bindgen-shared",
15496]
15497
15498[[package]]
15499name = "wasm-bindgen-futures"
15500version = "0.4.49"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15503dependencies = [
15504 "cfg-if",
15505 "js-sys",
15506 "once_cell",
15507 "wasm-bindgen",
15508 "web-sys",
15509]
15510
15511[[package]]
15512name = "wasm-bindgen-macro"
15513version = "0.2.99"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15516dependencies = [
15517 "quote",
15518 "wasm-bindgen-macro-support",
15519]
15520
15521[[package]]
15522name = "wasm-bindgen-macro-support"
15523version = "0.2.99"
15524source = "registry+https://github.com/rust-lang/crates.io-index"
15525checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15526dependencies = [
15527 "proc-macro2",
15528 "quote",
15529 "syn 2.0.100",
15530 "wasm-bindgen-backend",
15531 "wasm-bindgen-shared",
15532]
15533
15534[[package]]
15535name = "wasm-bindgen-shared"
15536version = "0.2.99"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15539
15540[[package]]
15541name = "wasm-encoder"
15542version = "0.201.0"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15545dependencies = [
15546 "leb128",
15547]
15548
15549[[package]]
15550name = "wasm-encoder"
15551version = "0.221.3"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15554dependencies = [
15555 "leb128",
15556 "wasmparser 0.221.3",
15557]
15558
15559[[package]]
15560name = "wasm-metadata"
15561version = "0.201.0"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15564dependencies = [
15565 "anyhow",
15566 "indexmap",
15567 "serde",
15568 "serde_derive",
15569 "serde_json",
15570 "spdx",
15571 "wasm-encoder 0.201.0",
15572 "wasmparser 0.201.0",
15573]
15574
15575[[package]]
15576name = "wasm-metadata"
15577version = "0.221.3"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15580dependencies = [
15581 "anyhow",
15582 "indexmap",
15583 "serde",
15584 "serde_derive",
15585 "serde_json",
15586 "spdx",
15587 "wasm-encoder 0.221.3",
15588 "wasmparser 0.221.3",
15589]
15590
15591[[package]]
15592name = "wasm-streams"
15593version = "0.4.2"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15596dependencies = [
15597 "futures-util",
15598 "js-sys",
15599 "wasm-bindgen",
15600 "wasm-bindgen-futures",
15601 "web-sys",
15602]
15603
15604[[package]]
15605name = "wasmparser"
15606version = "0.201.0"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15609dependencies = [
15610 "bitflags 2.8.0",
15611 "indexmap",
15612 "semver",
15613]
15614
15615[[package]]
15616name = "wasmparser"
15617version = "0.221.3"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15620dependencies = [
15621 "bitflags 2.8.0",
15622 "hashbrown 0.15.2",
15623 "indexmap",
15624 "semver",
15625 "serde",
15626]
15627
15628[[package]]
15629name = "wasmprinter"
15630version = "0.221.3"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15633dependencies = [
15634 "anyhow",
15635 "termcolor",
15636 "wasmparser 0.221.3",
15637]
15638
15639[[package]]
15640name = "wasmtime"
15641version = "29.0.1"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15644dependencies = [
15645 "anyhow",
15646 "async-trait",
15647 "bitflags 2.8.0",
15648 "bumpalo",
15649 "cc",
15650 "cfg-if",
15651 "encoding_rs",
15652 "hashbrown 0.14.5",
15653 "indexmap",
15654 "libc",
15655 "log",
15656 "mach2",
15657 "memfd",
15658 "object",
15659 "once_cell",
15660 "paste",
15661 "postcard",
15662 "psm",
15663 "pulley-interpreter",
15664 "rustix",
15665 "semver",
15666 "serde",
15667 "serde_derive",
15668 "smallvec",
15669 "sptr",
15670 "target-lexicon 0.13.2",
15671 "trait-variant",
15672 "wasmparser 0.221.3",
15673 "wasmtime-asm-macros",
15674 "wasmtime-component-macro",
15675 "wasmtime-component-util",
15676 "wasmtime-cranelift",
15677 "wasmtime-environ",
15678 "wasmtime-fiber",
15679 "wasmtime-jit-icache-coherence",
15680 "wasmtime-math",
15681 "wasmtime-slab",
15682 "wasmtime-versioned-export-macros",
15683 "wasmtime-winch",
15684 "windows-sys 0.59.0",
15685]
15686
15687[[package]]
15688name = "wasmtime-asm-macros"
15689version = "29.0.1"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15692dependencies = [
15693 "cfg-if",
15694]
15695
15696[[package]]
15697name = "wasmtime-c-api-impl"
15698version = "29.0.1"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15701dependencies = [
15702 "anyhow",
15703 "log",
15704 "tracing",
15705 "wasmtime",
15706 "wasmtime-c-api-macros",
15707]
15708
15709[[package]]
15710name = "wasmtime-c-api-macros"
15711version = "29.0.1"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15714dependencies = [
15715 "proc-macro2",
15716 "quote",
15717]
15718
15719[[package]]
15720name = "wasmtime-component-macro"
15721version = "29.0.1"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15724dependencies = [
15725 "anyhow",
15726 "proc-macro2",
15727 "quote",
15728 "syn 2.0.100",
15729 "wasmtime-component-util",
15730 "wasmtime-wit-bindgen",
15731 "wit-parser 0.221.3",
15732]
15733
15734[[package]]
15735name = "wasmtime-component-util"
15736version = "29.0.1"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15739
15740[[package]]
15741name = "wasmtime-cranelift"
15742version = "29.0.1"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15745dependencies = [
15746 "anyhow",
15747 "cfg-if",
15748 "cranelift-codegen",
15749 "cranelift-control",
15750 "cranelift-entity",
15751 "cranelift-frontend",
15752 "cranelift-native",
15753 "gimli",
15754 "itertools 0.12.1",
15755 "log",
15756 "object",
15757 "smallvec",
15758 "target-lexicon 0.13.2",
15759 "thiserror 1.0.69",
15760 "wasmparser 0.221.3",
15761 "wasmtime-environ",
15762 "wasmtime-versioned-export-macros",
15763]
15764
15765[[package]]
15766name = "wasmtime-environ"
15767version = "29.0.1"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15770dependencies = [
15771 "anyhow",
15772 "cpp_demangle",
15773 "cranelift-bitset",
15774 "cranelift-entity",
15775 "gimli",
15776 "indexmap",
15777 "log",
15778 "object",
15779 "postcard",
15780 "rustc-demangle",
15781 "semver",
15782 "serde",
15783 "serde_derive",
15784 "smallvec",
15785 "target-lexicon 0.13.2",
15786 "wasm-encoder 0.221.3",
15787 "wasmparser 0.221.3",
15788 "wasmprinter",
15789 "wasmtime-component-util",
15790]
15791
15792[[package]]
15793name = "wasmtime-fiber"
15794version = "29.0.1"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15797dependencies = [
15798 "anyhow",
15799 "cc",
15800 "cfg-if",
15801 "rustix",
15802 "wasmtime-asm-macros",
15803 "wasmtime-versioned-export-macros",
15804 "windows-sys 0.59.0",
15805]
15806
15807[[package]]
15808name = "wasmtime-jit-icache-coherence"
15809version = "29.0.1"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15812dependencies = [
15813 "anyhow",
15814 "cfg-if",
15815 "libc",
15816 "windows-sys 0.59.0",
15817]
15818
15819[[package]]
15820name = "wasmtime-math"
15821version = "29.0.1"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15824dependencies = [
15825 "libm",
15826]
15827
15828[[package]]
15829name = "wasmtime-slab"
15830version = "29.0.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15833
15834[[package]]
15835name = "wasmtime-versioned-export-macros"
15836version = "29.0.1"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15839dependencies = [
15840 "proc-macro2",
15841 "quote",
15842 "syn 2.0.100",
15843]
15844
15845[[package]]
15846name = "wasmtime-wasi"
15847version = "29.0.1"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15850dependencies = [
15851 "anyhow",
15852 "async-trait",
15853 "bitflags 2.8.0",
15854 "bytes 1.10.1",
15855 "cap-fs-ext",
15856 "cap-net-ext",
15857 "cap-rand",
15858 "cap-std",
15859 "cap-time-ext",
15860 "fs-set-times",
15861 "futures 0.3.31",
15862 "io-extras",
15863 "io-lifetimes",
15864 "rustix",
15865 "system-interface",
15866 "thiserror 1.0.69",
15867 "tokio",
15868 "tracing",
15869 "trait-variant",
15870 "url",
15871 "wasmtime",
15872 "wiggle",
15873 "windows-sys 0.59.0",
15874]
15875
15876[[package]]
15877name = "wasmtime-winch"
15878version = "29.0.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15881dependencies = [
15882 "anyhow",
15883 "cranelift-codegen",
15884 "gimli",
15885 "object",
15886 "target-lexicon 0.13.2",
15887 "wasmparser 0.221.3",
15888 "wasmtime-cranelift",
15889 "wasmtime-environ",
15890 "winch-codegen",
15891]
15892
15893[[package]]
15894name = "wasmtime-wit-bindgen"
15895version = "29.0.1"
15896source = "registry+https://github.com/rust-lang/crates.io-index"
15897checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15898dependencies = [
15899 "anyhow",
15900 "heck 0.5.0",
15901 "indexmap",
15902 "wit-parser 0.221.3",
15903]
15904
15905[[package]]
15906name = "wast"
15907version = "35.0.2"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15910dependencies = [
15911 "leb128",
15912]
15913
15914[[package]]
15915name = "wayland-backend"
15916version = "0.3.8"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15919dependencies = [
15920 "cc",
15921 "downcast-rs",
15922 "rustix",
15923 "scoped-tls",
15924 "smallvec",
15925 "wayland-sys",
15926]
15927
15928[[package]]
15929name = "wayland-client"
15930version = "0.31.8"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15933dependencies = [
15934 "bitflags 2.8.0",
15935 "rustix",
15936 "wayland-backend",
15937 "wayland-scanner",
15938]
15939
15940[[package]]
15941name = "wayland-cursor"
15942version = "0.31.8"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15945dependencies = [
15946 "rustix",
15947 "wayland-client",
15948 "xcursor",
15949]
15950
15951[[package]]
15952name = "wayland-protocols"
15953version = "0.31.2"
15954source = "registry+https://github.com/rust-lang/crates.io-index"
15955checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15956dependencies = [
15957 "bitflags 2.8.0",
15958 "wayland-backend",
15959 "wayland-client",
15960 "wayland-scanner",
15961]
15962
15963[[package]]
15964name = "wayland-protocols-plasma"
15965version = "0.2.0"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15968dependencies = [
15969 "bitflags 2.8.0",
15970 "wayland-backend",
15971 "wayland-client",
15972 "wayland-protocols",
15973 "wayland-scanner",
15974]
15975
15976[[package]]
15977name = "wayland-scanner"
15978version = "0.31.6"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15981dependencies = [
15982 "proc-macro2",
15983 "quick-xml 0.37.2",
15984 "quote",
15985]
15986
15987[[package]]
15988name = "wayland-sys"
15989version = "0.31.6"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15992dependencies = [
15993 "dlib",
15994 "log",
15995 "once_cell",
15996 "pkg-config",
15997]
15998
15999[[package]]
16000name = "web-sys"
16001version = "0.3.76"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16004dependencies = [
16005 "js-sys",
16006 "wasm-bindgen",
16007]
16008
16009[[package]]
16010name = "web-time"
16011version = "1.1.0"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16014dependencies = [
16015 "js-sys",
16016 "wasm-bindgen",
16017]
16018
16019[[package]]
16020name = "webpki-root-certs"
16021version = "0.26.8"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16024dependencies = [
16025 "rustls-pki-types",
16026]
16027
16028[[package]]
16029name = "webpki-roots"
16030version = "0.26.7"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16033dependencies = [
16034 "rustls-pki-types",
16035]
16036
16037[[package]]
16038name = "webrtc-sys"
16039version = "0.3.5"
16040source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16041dependencies = [
16042 "cc",
16043 "cxx",
16044 "cxx-build",
16045 "glob",
16046 "log",
16047 "webrtc-sys-build",
16048]
16049
16050[[package]]
16051name = "webrtc-sys-build"
16052version = "0.3.5"
16053source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16054dependencies = [
16055 "fs2",
16056 "regex",
16057 "reqwest 0.11.27",
16058 "scratch",
16059 "semver",
16060 "zip",
16061]
16062
16063[[package]]
16064name = "weezl"
16065version = "0.1.8"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16068
16069[[package]]
16070name = "welcome"
16071version = "0.1.0"
16072dependencies = [
16073 "anyhow",
16074 "client",
16075 "db",
16076 "editor",
16077 "fuzzy",
16078 "gpui",
16079 "install_cli",
16080 "language",
16081 "picker",
16082 "project",
16083 "schemars",
16084 "serde",
16085 "settings",
16086 "telemetry",
16087 "ui",
16088 "util",
16089 "vim_mode_setting",
16090 "workspace",
16091 "zed_actions",
16092]
16093
16094[[package]]
16095name = "which"
16096version = "4.4.2"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16099dependencies = [
16100 "either",
16101 "home",
16102 "once_cell",
16103 "rustix",
16104]
16105
16106[[package]]
16107name = "which"
16108version = "6.0.3"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16111dependencies = [
16112 "either",
16113 "home",
16114 "rustix",
16115 "winsafe",
16116]
16117
16118[[package]]
16119name = "whoami"
16120version = "1.5.2"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16123dependencies = [
16124 "redox_syscall 0.5.8",
16125 "wasite",
16126]
16127
16128[[package]]
16129name = "wiggle"
16130version = "29.0.1"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16133dependencies = [
16134 "anyhow",
16135 "async-trait",
16136 "bitflags 2.8.0",
16137 "thiserror 1.0.69",
16138 "tracing",
16139 "wasmtime",
16140 "wiggle-macro",
16141]
16142
16143[[package]]
16144name = "wiggle-generate"
16145version = "29.0.1"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16148dependencies = [
16149 "anyhow",
16150 "heck 0.5.0",
16151 "proc-macro2",
16152 "quote",
16153 "shellexpand 2.1.2",
16154 "syn 2.0.100",
16155 "witx",
16156]
16157
16158[[package]]
16159name = "wiggle-macro"
16160version = "29.0.1"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16163dependencies = [
16164 "proc-macro2",
16165 "quote",
16166 "syn 2.0.100",
16167 "wiggle-generate",
16168]
16169
16170[[package]]
16171name = "winapi"
16172version = "0.3.9"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16175dependencies = [
16176 "winapi-i686-pc-windows-gnu",
16177 "winapi-x86_64-pc-windows-gnu",
16178]
16179
16180[[package]]
16181name = "winapi-i686-pc-windows-gnu"
16182version = "0.4.0"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16185
16186[[package]]
16187name = "winapi-util"
16188version = "0.1.9"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16191dependencies = [
16192 "windows-sys 0.59.0",
16193]
16194
16195[[package]]
16196name = "winapi-x86_64-pc-windows-gnu"
16197version = "0.4.0"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16200
16201[[package]]
16202name = "winch-codegen"
16203version = "29.0.1"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16206dependencies = [
16207 "anyhow",
16208 "cranelift-codegen",
16209 "gimli",
16210 "regalloc2",
16211 "smallvec",
16212 "target-lexicon 0.13.2",
16213 "thiserror 1.0.69",
16214 "wasmparser 0.221.3",
16215 "wasmtime-cranelift",
16216 "wasmtime-environ",
16217]
16218
16219[[package]]
16220name = "windows"
16221version = "0.54.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16224dependencies = [
16225 "windows-core 0.54.0",
16226 "windows-targets 0.52.6",
16227]
16228
16229[[package]]
16230name = "windows"
16231version = "0.57.0"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16234dependencies = [
16235 "windows-core 0.57.0",
16236 "windows-targets 0.52.6",
16237]
16238
16239[[package]]
16240name = "windows"
16241version = "0.58.0"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16244dependencies = [
16245 "windows-core 0.58.0",
16246 "windows-targets 0.52.6",
16247]
16248
16249[[package]]
16250name = "windows"
16251version = "0.61.1"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16254dependencies = [
16255 "windows-collections",
16256 "windows-core 0.61.0",
16257 "windows-future",
16258 "windows-link",
16259 "windows-numerics",
16260]
16261
16262[[package]]
16263name = "windows-collections"
16264version = "0.2.0"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16267dependencies = [
16268 "windows-core 0.61.0",
16269]
16270
16271[[package]]
16272name = "windows-core"
16273version = "0.52.0"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16276dependencies = [
16277 "windows-targets 0.52.6",
16278]
16279
16280[[package]]
16281name = "windows-core"
16282version = "0.54.0"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16285dependencies = [
16286 "windows-result 0.1.2",
16287 "windows-targets 0.52.6",
16288]
16289
16290[[package]]
16291name = "windows-core"
16292version = "0.57.0"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16295dependencies = [
16296 "windows-implement 0.57.0",
16297 "windows-interface 0.57.0",
16298 "windows-result 0.1.2",
16299 "windows-targets 0.52.6",
16300]
16301
16302[[package]]
16303name = "windows-core"
16304version = "0.58.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16307dependencies = [
16308 "windows-implement 0.58.0",
16309 "windows-interface 0.58.0",
16310 "windows-result 0.2.0",
16311 "windows-strings 0.1.0",
16312 "windows-targets 0.52.6",
16313]
16314
16315[[package]]
16316name = "windows-core"
16317version = "0.61.0"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16320dependencies = [
16321 "windows-implement 0.60.0",
16322 "windows-interface 0.59.1",
16323 "windows-link",
16324 "windows-result 0.3.2",
16325 "windows-strings 0.4.0",
16326]
16327
16328[[package]]
16329name = "windows-future"
16330version = "0.2.0"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16333dependencies = [
16334 "windows-core 0.61.0",
16335 "windows-link",
16336]
16337
16338[[package]]
16339name = "windows-implement"
16340version = "0.57.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16343dependencies = [
16344 "proc-macro2",
16345 "quote",
16346 "syn 2.0.100",
16347]
16348
16349[[package]]
16350name = "windows-implement"
16351version = "0.58.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16354dependencies = [
16355 "proc-macro2",
16356 "quote",
16357 "syn 2.0.100",
16358]
16359
16360[[package]]
16361name = "windows-implement"
16362version = "0.60.0"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16365dependencies = [
16366 "proc-macro2",
16367 "quote",
16368 "syn 2.0.100",
16369]
16370
16371[[package]]
16372name = "windows-interface"
16373version = "0.57.0"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16376dependencies = [
16377 "proc-macro2",
16378 "quote",
16379 "syn 2.0.100",
16380]
16381
16382[[package]]
16383name = "windows-interface"
16384version = "0.58.0"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16387dependencies = [
16388 "proc-macro2",
16389 "quote",
16390 "syn 2.0.100",
16391]
16392
16393[[package]]
16394name = "windows-interface"
16395version = "0.59.1"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16398dependencies = [
16399 "proc-macro2",
16400 "quote",
16401 "syn 2.0.100",
16402]
16403
16404[[package]]
16405name = "windows-link"
16406version = "0.1.1"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16409
16410[[package]]
16411name = "windows-numerics"
16412version = "0.2.0"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16415dependencies = [
16416 "windows-core 0.61.0",
16417 "windows-link",
16418]
16419
16420[[package]]
16421name = "windows-registry"
16422version = "0.2.0"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16425dependencies = [
16426 "windows-result 0.2.0",
16427 "windows-strings 0.1.0",
16428 "windows-targets 0.52.6",
16429]
16430
16431[[package]]
16432name = "windows-result"
16433version = "0.1.2"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16436dependencies = [
16437 "windows-targets 0.52.6",
16438]
16439
16440[[package]]
16441name = "windows-result"
16442version = "0.2.0"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16445dependencies = [
16446 "windows-targets 0.52.6",
16447]
16448
16449[[package]]
16450name = "windows-result"
16451version = "0.3.2"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16454dependencies = [
16455 "windows-link",
16456]
16457
16458[[package]]
16459name = "windows-strings"
16460version = "0.1.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16463dependencies = [
16464 "windows-result 0.2.0",
16465 "windows-targets 0.52.6",
16466]
16467
16468[[package]]
16469name = "windows-strings"
16470version = "0.4.0"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16473dependencies = [
16474 "windows-link",
16475]
16476
16477[[package]]
16478name = "windows-sys"
16479version = "0.45.0"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16482dependencies = [
16483 "windows-targets 0.42.2",
16484]
16485
16486[[package]]
16487name = "windows-sys"
16488version = "0.48.0"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16491dependencies = [
16492 "windows-targets 0.48.5",
16493]
16494
16495[[package]]
16496name = "windows-sys"
16497version = "0.52.0"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16500dependencies = [
16501 "windows-targets 0.52.6",
16502]
16503
16504[[package]]
16505name = "windows-sys"
16506version = "0.59.0"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16509dependencies = [
16510 "windows-targets 0.52.6",
16511]
16512
16513[[package]]
16514name = "windows-targets"
16515version = "0.42.2"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16518dependencies = [
16519 "windows_aarch64_gnullvm 0.42.2",
16520 "windows_aarch64_msvc 0.42.2",
16521 "windows_i686_gnu 0.42.2",
16522 "windows_i686_msvc 0.42.2",
16523 "windows_x86_64_gnu 0.42.2",
16524 "windows_x86_64_gnullvm 0.42.2",
16525 "windows_x86_64_msvc 0.42.2",
16526]
16527
16528[[package]]
16529name = "windows-targets"
16530version = "0.48.5"
16531source = "registry+https://github.com/rust-lang/crates.io-index"
16532checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16533dependencies = [
16534 "windows_aarch64_gnullvm 0.48.5",
16535 "windows_aarch64_msvc 0.48.5",
16536 "windows_i686_gnu 0.48.5",
16537 "windows_i686_msvc 0.48.5",
16538 "windows_x86_64_gnu 0.48.5",
16539 "windows_x86_64_gnullvm 0.48.5",
16540 "windows_x86_64_msvc 0.48.5",
16541]
16542
16543[[package]]
16544name = "windows-targets"
16545version = "0.52.6"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16548dependencies = [
16549 "windows_aarch64_gnullvm 0.52.6",
16550 "windows_aarch64_msvc 0.52.6",
16551 "windows_i686_gnu 0.52.6",
16552 "windows_i686_gnullvm",
16553 "windows_i686_msvc 0.52.6",
16554 "windows_x86_64_gnu 0.52.6",
16555 "windows_x86_64_gnullvm 0.52.6",
16556 "windows_x86_64_msvc 0.52.6",
16557]
16558
16559[[package]]
16560name = "windows_aarch64_gnullvm"
16561version = "0.42.2"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16564
16565[[package]]
16566name = "windows_aarch64_gnullvm"
16567version = "0.48.5"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16570
16571[[package]]
16572name = "windows_aarch64_gnullvm"
16573version = "0.52.6"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16576
16577[[package]]
16578name = "windows_aarch64_msvc"
16579version = "0.42.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16582
16583[[package]]
16584name = "windows_aarch64_msvc"
16585version = "0.48.5"
16586source = "registry+https://github.com/rust-lang/crates.io-index"
16587checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16588
16589[[package]]
16590name = "windows_aarch64_msvc"
16591version = "0.52.6"
16592source = "registry+https://github.com/rust-lang/crates.io-index"
16593checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16594
16595[[package]]
16596name = "windows_i686_gnu"
16597version = "0.42.2"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16600
16601[[package]]
16602name = "windows_i686_gnu"
16603version = "0.48.5"
16604source = "registry+https://github.com/rust-lang/crates.io-index"
16605checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16606
16607[[package]]
16608name = "windows_i686_gnu"
16609version = "0.52.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16612
16613[[package]]
16614name = "windows_i686_gnullvm"
16615version = "0.52.6"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16618
16619[[package]]
16620name = "windows_i686_msvc"
16621version = "0.42.2"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16624
16625[[package]]
16626name = "windows_i686_msvc"
16627version = "0.48.5"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16630
16631[[package]]
16632name = "windows_i686_msvc"
16633version = "0.52.6"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16636
16637[[package]]
16638name = "windows_x86_64_gnu"
16639version = "0.42.2"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16642
16643[[package]]
16644name = "windows_x86_64_gnu"
16645version = "0.48.5"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16648
16649[[package]]
16650name = "windows_x86_64_gnu"
16651version = "0.52.6"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16654
16655[[package]]
16656name = "windows_x86_64_gnullvm"
16657version = "0.42.2"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16660
16661[[package]]
16662name = "windows_x86_64_gnullvm"
16663version = "0.48.5"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16666
16667[[package]]
16668name = "windows_x86_64_gnullvm"
16669version = "0.52.6"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16672
16673[[package]]
16674name = "windows_x86_64_msvc"
16675version = "0.42.2"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16678
16679[[package]]
16680name = "windows_x86_64_msvc"
16681version = "0.48.5"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16684
16685[[package]]
16686name = "windows_x86_64_msvc"
16687version = "0.52.6"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16690
16691[[package]]
16692name = "winnow"
16693version = "0.6.20"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16696dependencies = [
16697 "memchr",
16698]
16699
16700[[package]]
16701name = "winnow"
16702version = "0.7.1"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16705dependencies = [
16706 "memchr",
16707]
16708
16709[[package]]
16710name = "winreg"
16711version = "0.50.0"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16714dependencies = [
16715 "cfg-if",
16716 "windows-sys 0.48.0",
16717]
16718
16719[[package]]
16720name = "winreg"
16721version = "0.52.0"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16724dependencies = [
16725 "cfg-if",
16726 "windows-sys 0.48.0",
16727]
16728
16729[[package]]
16730name = "winresource"
16731version = "0.1.20"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16734dependencies = [
16735 "toml 0.8.20",
16736 "version_check",
16737]
16738
16739[[package]]
16740name = "winsafe"
16741version = "0.0.19"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16744
16745[[package]]
16746name = "winx"
16747version = "0.36.4"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16750dependencies = [
16751 "bitflags 2.8.0",
16752 "windows-sys 0.59.0",
16753]
16754
16755[[package]]
16756name = "wio"
16757version = "0.2.2"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16760dependencies = [
16761 "winapi",
16762]
16763
16764[[package]]
16765name = "wit-bindgen"
16766version = "0.22.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16769dependencies = [
16770 "bitflags 2.8.0",
16771 "wit-bindgen-rt 0.22.0",
16772 "wit-bindgen-rust-macro",
16773]
16774
16775[[package]]
16776name = "wit-bindgen-core"
16777version = "0.22.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16780dependencies = [
16781 "anyhow",
16782 "wit-parser 0.201.0",
16783]
16784
16785[[package]]
16786name = "wit-bindgen-rt"
16787version = "0.22.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16790
16791[[package]]
16792name = "wit-bindgen-rt"
16793version = "0.33.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16796dependencies = [
16797 "bitflags 2.8.0",
16798]
16799
16800[[package]]
16801name = "wit-bindgen-rust"
16802version = "0.22.0"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16805dependencies = [
16806 "anyhow",
16807 "heck 0.4.1",
16808 "indexmap",
16809 "wasm-metadata 0.201.0",
16810 "wit-bindgen-core",
16811 "wit-component 0.201.0",
16812]
16813
16814[[package]]
16815name = "wit-bindgen-rust-macro"
16816version = "0.22.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16819dependencies = [
16820 "anyhow",
16821 "proc-macro2",
16822 "quote",
16823 "syn 2.0.100",
16824 "wit-bindgen-core",
16825 "wit-bindgen-rust",
16826]
16827
16828[[package]]
16829name = "wit-component"
16830version = "0.201.0"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16833dependencies = [
16834 "anyhow",
16835 "bitflags 2.8.0",
16836 "indexmap",
16837 "log",
16838 "serde",
16839 "serde_derive",
16840 "serde_json",
16841 "wasm-encoder 0.201.0",
16842 "wasm-metadata 0.201.0",
16843 "wasmparser 0.201.0",
16844 "wit-parser 0.201.0",
16845]
16846
16847[[package]]
16848name = "wit-component"
16849version = "0.221.3"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16852dependencies = [
16853 "anyhow",
16854 "bitflags 2.8.0",
16855 "indexmap",
16856 "log",
16857 "serde",
16858 "serde_derive",
16859 "serde_json",
16860 "wasm-encoder 0.221.3",
16861 "wasm-metadata 0.221.3",
16862 "wasmparser 0.221.3",
16863 "wit-parser 0.221.3",
16864]
16865
16866[[package]]
16867name = "wit-parser"
16868version = "0.201.0"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16871dependencies = [
16872 "anyhow",
16873 "id-arena",
16874 "indexmap",
16875 "log",
16876 "semver",
16877 "serde",
16878 "serde_derive",
16879 "serde_json",
16880 "unicode-xid",
16881 "wasmparser 0.201.0",
16882]
16883
16884[[package]]
16885name = "wit-parser"
16886version = "0.221.3"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16889dependencies = [
16890 "anyhow",
16891 "id-arena",
16892 "indexmap",
16893 "log",
16894 "semver",
16895 "serde",
16896 "serde_derive",
16897 "serde_json",
16898 "unicode-xid",
16899 "wasmparser 0.221.3",
16900]
16901
16902[[package]]
16903name = "witx"
16904version = "0.9.1"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16907dependencies = [
16908 "anyhow",
16909 "log",
16910 "thiserror 1.0.69",
16911 "wast",
16912]
16913
16914[[package]]
16915name = "workspace"
16916version = "0.1.0"
16917dependencies = [
16918 "any_vec",
16919 "anyhow",
16920 "async-recursion 1.1.1",
16921 "bincode",
16922 "call",
16923 "client",
16924 "clock",
16925 "collections",
16926 "component",
16927 "db",
16928 "derive_more",
16929 "env_logger 0.11.7",
16930 "fs",
16931 "futures 0.3.31",
16932 "gpui",
16933 "http_client",
16934 "itertools 0.14.0",
16935 "language",
16936 "log",
16937 "node_runtime",
16938 "parking_lot",
16939 "postage",
16940 "project",
16941 "remote",
16942 "schemars",
16943 "serde",
16944 "serde_json",
16945 "session",
16946 "settings",
16947 "smallvec",
16948 "sqlez",
16949 "strum",
16950 "task",
16951 "telemetry",
16952 "tempfile",
16953 "theme",
16954 "ui",
16955 "util",
16956 "uuid",
16957 "zed_actions",
16958]
16959
16960[[package]]
16961name = "worktree"
16962version = "0.1.0"
16963dependencies = [
16964 "anyhow",
16965 "clock",
16966 "collections",
16967 "env_logger 0.11.7",
16968 "fs",
16969 "futures 0.3.31",
16970 "fuzzy",
16971 "git",
16972 "git2",
16973 "git_hosting_providers",
16974 "gpui",
16975 "http_client",
16976 "ignore",
16977 "language",
16978 "log",
16979 "parking_lot",
16980 "paths",
16981 "postage",
16982 "pretty_assertions",
16983 "rand 0.8.5",
16984 "rpc",
16985 "schemars",
16986 "serde",
16987 "serde_json",
16988 "settings",
16989 "smallvec",
16990 "smol",
16991 "sum_tree",
16992 "text",
16993 "util",
16994]
16995
16996[[package]]
16997name = "write16"
16998version = "1.0.0"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17001
17002[[package]]
17003name = "writeable"
17004version = "0.5.5"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17007
17008[[package]]
17009name = "wyz"
17010version = "0.5.1"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17013dependencies = [
17014 "tap",
17015]
17016
17017[[package]]
17018name = "x11-clipboard"
17019version = "0.9.3"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17022dependencies = [
17023 "libc",
17024 "x11rb",
17025]
17026
17027[[package]]
17028name = "x11rb"
17029version = "0.13.1"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17032dependencies = [
17033 "as-raw-xcb-connection",
17034 "gethostname",
17035 "libc",
17036 "rustix",
17037 "x11rb-protocol",
17038]
17039
17040[[package]]
17041name = "x11rb-protocol"
17042version = "0.13.1"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17045
17046[[package]]
17047name = "xattr"
17048version = "0.2.3"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17051dependencies = [
17052 "libc",
17053]
17054
17055[[package]]
17056name = "xcursor"
17057version = "0.3.8"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17060
17061[[package]]
17062name = "xdg-home"
17063version = "1.3.0"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17066dependencies = [
17067 "libc",
17068 "windows-sys 0.59.0",
17069]
17070
17071[[package]]
17072name = "xim"
17073version = "0.4.0"
17074source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17075dependencies = [
17076 "ahash 0.8.11",
17077 "hashbrown 0.14.5",
17078 "log",
17079 "x11rb",
17080 "xim-ctext",
17081 "xim-parser",
17082]
17083
17084[[package]]
17085name = "xim-ctext"
17086version = "0.3.0"
17087source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17088dependencies = [
17089 "encoding_rs",
17090]
17091
17092[[package]]
17093name = "xim-parser"
17094version = "0.2.1"
17095source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17096dependencies = [
17097 "bitflags 2.8.0",
17098]
17099
17100[[package]]
17101name = "xkbcommon"
17102version = "0.8.0"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17105dependencies = [
17106 "as-raw-xcb-connection",
17107 "libc",
17108 "memmap2",
17109 "xkeysym",
17110]
17111
17112[[package]]
17113name = "xkeysym"
17114version = "0.2.1"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17117
17118[[package]]
17119name = "xml5ever"
17120version = "0.18.1"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17123dependencies = [
17124 "log",
17125 "mac",
17126 "markup5ever",
17127]
17128
17129[[package]]
17130name = "xmlparser"
17131version = "0.13.6"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17134
17135[[package]]
17136name = "xmlwriter"
17137version = "0.1.0"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17140
17141[[package]]
17142name = "xtask"
17143version = "0.1.0"
17144dependencies = [
17145 "anyhow",
17146 "cargo_metadata",
17147 "cargo_toml",
17148 "clap",
17149]
17150
17151[[package]]
17152name = "yaml-rust2"
17153version = "0.8.1"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17156dependencies = [
17157 "arraydeque",
17158 "encoding_rs",
17159 "hashlink 0.8.4",
17160]
17161
17162[[package]]
17163name = "yansi"
17164version = "1.0.1"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17167
17168[[package]]
17169name = "yazi"
17170version = "0.2.1"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17173
17174[[package]]
17175name = "yeslogic-fontconfig-sys"
17176version = "6.0.0"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17179dependencies = [
17180 "dlib",
17181 "once_cell",
17182 "pkg-config",
17183]
17184
17185[[package]]
17186name = "yoke"
17187version = "0.7.5"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17190dependencies = [
17191 "serde",
17192 "stable_deref_trait",
17193 "yoke-derive",
17194 "zerofrom",
17195]
17196
17197[[package]]
17198name = "yoke-derive"
17199version = "0.7.5"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17202dependencies = [
17203 "proc-macro2",
17204 "quote",
17205 "syn 2.0.100",
17206 "synstructure",
17207]
17208
17209[[package]]
17210name = "zbus"
17211version = "5.5.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17214dependencies = [
17215 "async-broadcast",
17216 "async-executor",
17217 "async-fs",
17218 "async-io",
17219 "async-lock",
17220 "async-process",
17221 "async-recursion 1.1.1",
17222 "async-task",
17223 "async-trait",
17224 "blocking",
17225 "enumflags2",
17226 "event-listener 5.3.1",
17227 "futures-core",
17228 "futures-lite 2.6.0",
17229 "hex",
17230 "nix",
17231 "ordered-stream",
17232 "serde",
17233 "serde_repr",
17234 "static_assertions",
17235 "tracing",
17236 "uds_windows",
17237 "windows-sys 0.59.0",
17238 "winnow 0.7.1",
17239 "xdg-home",
17240 "zbus_macros",
17241 "zbus_names",
17242 "zvariant",
17243]
17244
17245[[package]]
17246name = "zbus_macros"
17247version = "5.5.0"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17250dependencies = [
17251 "proc-macro-crate",
17252 "proc-macro2",
17253 "quote",
17254 "syn 2.0.100",
17255 "zbus_names",
17256 "zvariant",
17257 "zvariant_utils",
17258]
17259
17260[[package]]
17261name = "zbus_names"
17262version = "4.1.0"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17265dependencies = [
17266 "serde",
17267 "static_assertions",
17268 "winnow 0.6.20",
17269 "zvariant",
17270]
17271
17272[[package]]
17273name = "zed"
17274version = "0.180.0"
17275dependencies = [
17276 "activity_indicator",
17277 "anyhow",
17278 "ashpd",
17279 "assets",
17280 "assistant",
17281 "assistant2",
17282 "assistant_context_editor",
17283 "assistant_settings",
17284 "assistant_tools",
17285 "async-watch",
17286 "audio",
17287 "auto_update",
17288 "auto_update_ui",
17289 "backtrace",
17290 "breadcrumbs",
17291 "call",
17292 "channel",
17293 "chrono",
17294 "clap",
17295 "cli",
17296 "client",
17297 "collab_ui",
17298 "collections",
17299 "command_palette",
17300 "command_palette_hooks",
17301 "component_preview",
17302 "copilot",
17303 "db",
17304 "debugger_tools",
17305 "debugger_ui",
17306 "diagnostics",
17307 "editor",
17308 "env_logger 0.11.7",
17309 "extension",
17310 "extension_host",
17311 "extensions_ui",
17312 "feature_flags",
17313 "feedback",
17314 "file_finder",
17315 "fs",
17316 "futures 0.3.31",
17317 "git",
17318 "git_hosting_providers",
17319 "git_ui",
17320 "go_to_line",
17321 "gpui",
17322 "gpui_tokio",
17323 "http_client",
17324 "image_viewer",
17325 "inline_completion_button",
17326 "install_cli",
17327 "journal",
17328 "language",
17329 "language_extension",
17330 "language_model",
17331 "language_models",
17332 "language_selector",
17333 "language_tools",
17334 "languages",
17335 "libc",
17336 "log",
17337 "markdown_preview",
17338 "menu",
17339 "migrator",
17340 "mimalloc",
17341 "nix",
17342 "node_runtime",
17343 "notifications",
17344 "outline",
17345 "outline_panel",
17346 "parking_lot",
17347 "paths",
17348 "picker",
17349 "profiling",
17350 "project",
17351 "project_panel",
17352 "project_symbols",
17353 "prompt_store",
17354 "proto",
17355 "recent_projects",
17356 "release_channel",
17357 "remote",
17358 "repl",
17359 "reqwest_client",
17360 "rope",
17361 "search",
17362 "serde",
17363 "serde_json",
17364 "session",
17365 "settings",
17366 "settings_ui",
17367 "shellexpand 2.1.2",
17368 "simplelog",
17369 "smol",
17370 "snippet_provider",
17371 "snippets_ui",
17372 "supermaven",
17373 "sysinfo",
17374 "tab_switcher",
17375 "task",
17376 "tasks_ui",
17377 "telemetry",
17378 "telemetry_events",
17379 "terminal_view",
17380 "theme",
17381 "theme_extension",
17382 "theme_selector",
17383 "time",
17384 "title_bar",
17385 "toolchain_selector",
17386 "tree-sitter-md",
17387 "tree-sitter-rust",
17388 "ui",
17389 "ui_prompt",
17390 "url",
17391 "urlencoding",
17392 "util",
17393 "uuid",
17394 "vim",
17395 "vim_mode_setting",
17396 "welcome",
17397 "windows 0.61.1",
17398 "winresource",
17399 "workspace",
17400 "zed_actions",
17401 "zeta",
17402 "zlog_settings",
17403]
17404
17405[[package]]
17406name = "zed_actions"
17407version = "0.1.0"
17408dependencies = [
17409 "gpui",
17410 "schemars",
17411 "serde",
17412]
17413
17414[[package]]
17415name = "zed_emmet"
17416version = "0.0.3"
17417dependencies = [
17418 "zed_extension_api 0.1.0",
17419]
17420
17421[[package]]
17422name = "zed_extension_api"
17423version = "0.1.0"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17426dependencies = [
17427 "serde",
17428 "serde_json",
17429 "wit-bindgen",
17430]
17431
17432[[package]]
17433name = "zed_extension_api"
17434version = "0.4.0"
17435dependencies = [
17436 "serde",
17437 "serde_json",
17438 "wit-bindgen",
17439]
17440
17441[[package]]
17442name = "zed_glsl"
17443version = "0.1.0"
17444dependencies = [
17445 "zed_extension_api 0.1.0",
17446]
17447
17448[[package]]
17449name = "zed_html"
17450version = "0.1.6"
17451dependencies = [
17452 "zed_extension_api 0.1.0",
17453]
17454
17455[[package]]
17456name = "zed_llm_client"
17457version = "0.4.1"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17460dependencies = [
17461 "serde",
17462 "serde_json",
17463 "uuid",
17464]
17465
17466[[package]]
17467name = "zed_proto"
17468version = "0.2.1"
17469dependencies = [
17470 "zed_extension_api 0.1.0",
17471]
17472
17473[[package]]
17474name = "zed_ruff"
17475version = "0.1.0"
17476dependencies = [
17477 "zed_extension_api 0.1.0",
17478]
17479
17480[[package]]
17481name = "zed_snippets"
17482version = "0.0.5"
17483dependencies = [
17484 "serde_json",
17485 "zed_extension_api 0.1.0",
17486]
17487
17488[[package]]
17489name = "zed_test_extension"
17490version = "0.1.0"
17491dependencies = [
17492 "zed_extension_api 0.4.0",
17493]
17494
17495[[package]]
17496name = "zed_toml"
17497version = "0.1.3"
17498dependencies = [
17499 "zed_extension_api 0.1.0",
17500]
17501
17502[[package]]
17503name = "zeno"
17504version = "0.3.2"
17505source = "registry+https://github.com/rust-lang/crates.io-index"
17506checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17507
17508[[package]]
17509name = "zerocopy"
17510version = "0.7.35"
17511source = "registry+https://github.com/rust-lang/crates.io-index"
17512checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17513dependencies = [
17514 "byteorder",
17515 "zerocopy-derive 0.7.35",
17516]
17517
17518[[package]]
17519name = "zerocopy"
17520version = "0.8.18"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17523dependencies = [
17524 "zerocopy-derive 0.8.18",
17525]
17526
17527[[package]]
17528name = "zerocopy-derive"
17529version = "0.7.35"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17532dependencies = [
17533 "proc-macro2",
17534 "quote",
17535 "syn 2.0.100",
17536]
17537
17538[[package]]
17539name = "zerocopy-derive"
17540version = "0.8.18"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17543dependencies = [
17544 "proc-macro2",
17545 "quote",
17546 "syn 2.0.100",
17547]
17548
17549[[package]]
17550name = "zerofrom"
17551version = "0.1.5"
17552source = "registry+https://github.com/rust-lang/crates.io-index"
17553checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17554dependencies = [
17555 "zerofrom-derive",
17556]
17557
17558[[package]]
17559name = "zerofrom-derive"
17560version = "0.1.5"
17561source = "registry+https://github.com/rust-lang/crates.io-index"
17562checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17563dependencies = [
17564 "proc-macro2",
17565 "quote",
17566 "syn 2.0.100",
17567 "synstructure",
17568]
17569
17570[[package]]
17571name = "zeroize"
17572version = "1.8.1"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17575dependencies = [
17576 "zeroize_derive",
17577]
17578
17579[[package]]
17580name = "zeroize_derive"
17581version = "1.4.2"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17584dependencies = [
17585 "proc-macro2",
17586 "quote",
17587 "syn 2.0.100",
17588]
17589
17590[[package]]
17591name = "zeromq"
17592version = "0.5.0-pre"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17595dependencies = [
17596 "async-dispatcher",
17597 "async-std",
17598 "async-trait",
17599 "asynchronous-codec",
17600 "bytes 1.10.1",
17601 "crossbeam-queue",
17602 "dashmap 5.5.3",
17603 "futures 0.3.31",
17604 "log",
17605 "num-traits",
17606 "once_cell",
17607 "parking_lot",
17608 "rand 0.8.5",
17609 "regex",
17610 "thiserror 1.0.69",
17611 "uuid",
17612]
17613
17614[[package]]
17615name = "zerovec"
17616version = "0.10.4"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17619dependencies = [
17620 "yoke",
17621 "zerofrom",
17622 "zerovec-derive",
17623]
17624
17625[[package]]
17626name = "zerovec-derive"
17627version = "0.10.3"
17628source = "registry+https://github.com/rust-lang/crates.io-index"
17629checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17630dependencies = [
17631 "proc-macro2",
17632 "quote",
17633 "syn 2.0.100",
17634]
17635
17636[[package]]
17637name = "zeta"
17638version = "0.1.0"
17639dependencies = [
17640 "anyhow",
17641 "arrayvec",
17642 "call",
17643 "client",
17644 "clock",
17645 "collections",
17646 "command_palette_hooks",
17647 "ctor",
17648 "db",
17649 "editor",
17650 "env_logger 0.11.7",
17651 "feature_flags",
17652 "fs",
17653 "futures 0.3.31",
17654 "gpui",
17655 "http_client",
17656 "indoc",
17657 "inline_completion",
17658 "language",
17659 "language_model",
17660 "log",
17661 "menu",
17662 "migrator",
17663 "paths",
17664 "postage",
17665 "project",
17666 "regex",
17667 "release_channel",
17668 "reqwest_client",
17669 "rpc",
17670 "serde",
17671 "serde_json",
17672 "settings",
17673 "telemetry",
17674 "telemetry_events",
17675 "theme",
17676 "thiserror 2.0.12",
17677 "tree-sitter-go",
17678 "tree-sitter-rust",
17679 "ui",
17680 "unindent",
17681 "util",
17682 "uuid",
17683 "workspace",
17684 "worktree",
17685 "zed_actions",
17686 "zed_llm_client",
17687]
17688
17689[[package]]
17690name = "zip"
17691version = "0.6.6"
17692source = "registry+https://github.com/rust-lang/crates.io-index"
17693checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17694dependencies = [
17695 "aes",
17696 "byteorder",
17697 "bzip2",
17698 "constant_time_eq 0.1.5",
17699 "crc32fast",
17700 "crossbeam-utils",
17701 "flate2",
17702 "hmac",
17703 "pbkdf2 0.11.0",
17704 "sha1",
17705 "time",
17706 "zstd",
17707]
17708
17709[[package]]
17710name = "zlog"
17711version = "0.1.0"
17712dependencies = [
17713 "log",
17714]
17715
17716[[package]]
17717name = "zlog_settings"
17718version = "0.1.0"
17719dependencies = [
17720 "anyhow",
17721 "gpui",
17722 "schemars",
17723 "serde",
17724 "settings",
17725 "zlog",
17726]
17727
17728[[package]]
17729name = "zstd"
17730version = "0.11.2+zstd.1.5.2"
17731source = "registry+https://github.com/rust-lang/crates.io-index"
17732checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17733dependencies = [
17734 "zstd-safe",
17735]
17736
17737[[package]]
17738name = "zstd-safe"
17739version = "5.0.2+zstd.1.5.2"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17742dependencies = [
17743 "libc",
17744 "zstd-sys",
17745]
17746
17747[[package]]
17748name = "zstd-sys"
17749version = "2.0.13+zstd.1.5.6"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17752dependencies = [
17753 "cc",
17754 "pkg-config",
17755]
17756
17757[[package]]
17758name = "zune-core"
17759version = "0.4.12"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17762
17763[[package]]
17764name = "zune-inflate"
17765version = "0.2.54"
17766source = "registry+https://github.com/rust-lang/crates.io-index"
17767checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17768dependencies = [
17769 "simd-adler32",
17770]
17771
17772[[package]]
17773name = "zune-jpeg"
17774version = "0.4.13"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17777dependencies = [
17778 "zune-core",
17779]
17780
17781[[package]]
17782name = "zvariant"
17783version = "5.4.0"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17786dependencies = [
17787 "endi",
17788 "enumflags2",
17789 "serde",
17790 "static_assertions",
17791 "url",
17792 "winnow 0.7.1",
17793 "zvariant_derive",
17794 "zvariant_utils",
17795]
17796
17797[[package]]
17798name = "zvariant_derive"
17799version = "5.4.0"
17800source = "registry+https://github.com/rust-lang/crates.io-index"
17801checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17802dependencies = [
17803 "proc-macro-crate",
17804 "proc-macro2",
17805 "quote",
17806 "syn 2.0.100",
17807 "zvariant_utils",
17808]
17809
17810[[package]]
17811name = "zvariant_utils"
17812version = "3.2.0"
17813source = "registry+https://github.com/rust-lang/crates.io-index"
17814checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17815dependencies = [
17816 "proc-macro2",
17817 "quote",
17818 "serde",
17819 "static_assertions",
17820 "syn 2.0.100",
17821 "winnow 0.7.1",
17822]