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.9.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.9.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 "convert_case 0.8.0",
  463 "db",
  464 "editor",
  465 "feature_flags",
  466 "file_icons",
  467 "fs",
  468 "futures 0.3.31",
  469 "fuzzy",
  470 "git",
  471 "git_ui",
  472 "gpui",
  473 "heed",
  474 "html_to_markdown",
  475 "http_client",
  476 "indexmap",
  477 "indoc",
  478 "itertools 0.14.0",
  479 "language",
  480 "language_model",
  481 "language_model_selector",
  482 "log",
  483 "lsp",
  484 "markdown",
  485 "menu",
  486 "multi_buffer",
  487 "parking_lot",
  488 "paths",
  489 "picker",
  490 "project",
  491 "prompt_library",
  492 "prompt_store",
  493 "proto",
  494 "rand 0.8.5",
  495 "release_channel",
  496 "rope",
  497 "serde",
  498 "serde_json",
  499 "settings",
  500 "smallvec",
  501 "smol",
  502 "streaming_diff",
  503 "telemetry",
  504 "telemetry_events",
  505 "terminal",
  506 "terminal_view",
  507 "text",
  508 "theme",
  509 "time",
  510 "time_format",
  511 "ui",
  512 "util",
  513 "uuid",
  514 "vim_mode_setting",
  515 "workspace",
  516 "zed_actions",
  517]
  518
  519[[package]]
  520name = "assistant_context_editor"
  521version = "0.1.0"
  522dependencies = [
  523 "anyhow",
  524 "assistant_settings",
  525 "assistant_slash_command",
  526 "assistant_slash_commands",
  527 "chrono",
  528 "client",
  529 "clock",
  530 "collections",
  531 "context_server",
  532 "editor",
  533 "fs",
  534 "futures 0.3.31",
  535 "fuzzy",
  536 "gpui",
  537 "indexed_docs",
  538 "language",
  539 "language_model",
  540 "language_model_selector",
  541 "languages",
  542 "log",
  543 "multi_buffer",
  544 "open_ai",
  545 "parking_lot",
  546 "paths",
  547 "picker",
  548 "pretty_assertions",
  549 "project",
  550 "prompt_store",
  551 "rand 0.8.5",
  552 "regex",
  553 "rope",
  554 "rpc",
  555 "serde",
  556 "serde_json",
  557 "settings",
  558 "smallvec",
  559 "smol",
  560 "strum",
  561 "telemetry_events",
  562 "text",
  563 "theme",
  564 "tree-sitter-md",
  565 "ui",
  566 "unindent",
  567 "util",
  568 "uuid",
  569 "workspace",
  570]
  571
  572[[package]]
  573name = "assistant_eval"
  574version = "0.1.0"
  575dependencies = [
  576 "anyhow",
  577 "assistant2",
  578 "assistant_tool",
  579 "assistant_tools",
  580 "clap",
  581 "client",
  582 "collections",
  583 "context_server",
  584 "env_logger 0.11.7",
  585 "fs",
  586 "futures 0.3.31",
  587 "gpui",
  588 "gpui_tokio",
  589 "itertools 0.14.0",
  590 "language",
  591 "language_model",
  592 "language_models",
  593 "node_runtime",
  594 "project",
  595 "prompt_store",
  596 "regex",
  597 "release_channel",
  598 "reqwest_client",
  599 "serde",
  600 "serde_json",
  601 "serde_json_lenient",
  602 "settings",
  603 "smol",
  604 "util",
  605]
  606
  607[[package]]
  608name = "assistant_settings"
  609version = "0.1.0"
  610dependencies = [
  611 "anthropic",
  612 "anyhow",
  613 "deepseek",
  614 "feature_flags",
  615 "fs",
  616 "gpui",
  617 "indexmap",
  618 "language_model",
  619 "lmstudio",
  620 "log",
  621 "ollama",
  622 "open_ai",
  623 "paths",
  624 "schemars",
  625 "serde",
  626 "serde_json_lenient",
  627 "settings",
  628]
  629
  630[[package]]
  631name = "assistant_slash_command"
  632version = "0.1.0"
  633dependencies = [
  634 "anyhow",
  635 "async-trait",
  636 "collections",
  637 "derive_more",
  638 "extension",
  639 "futures 0.3.31",
  640 "gpui",
  641 "language",
  642 "language_model",
  643 "parking_lot",
  644 "pretty_assertions",
  645 "serde",
  646 "serde_json",
  647 "ui",
  648 "workspace",
  649]
  650
  651[[package]]
  652name = "assistant_slash_commands"
  653version = "0.1.0"
  654dependencies = [
  655 "anyhow",
  656 "assistant_slash_command",
  657 "cargo_toml",
  658 "chrono",
  659 "collections",
  660 "context_server",
  661 "editor",
  662 "env_logger 0.11.7",
  663 "feature_flags",
  664 "fs",
  665 "futures 0.3.31",
  666 "fuzzy",
  667 "globset",
  668 "gpui",
  669 "html_to_markdown",
  670 "http_client",
  671 "indexed_docs",
  672 "language",
  673 "language_model",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "schemars",
  679 "semantic_index",
  680 "serde",
  681 "serde_json",
  682 "settings",
  683 "smol",
  684 "terminal_view",
  685 "text",
  686 "toml 0.8.20",
  687 "ui",
  688 "util",
  689 "workspace",
  690 "worktree",
  691]
  692
  693[[package]]
  694name = "assistant_tool"
  695version = "0.1.0"
  696dependencies = [
  697 "anyhow",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "icons",
  703 "language",
  704 "language_model",
  705 "parking_lot",
  706 "project",
  707 "serde",
  708 "serde_json",
  709]
  710
  711[[package]]
  712name = "assistant_tools"
  713version = "0.1.0"
  714dependencies = [
  715 "anyhow",
  716 "assistant_tool",
  717 "chrono",
  718 "collections",
  719 "feature_flags",
  720 "futures 0.3.31",
  721 "gpui",
  722 "html_to_markdown",
  723 "http_client",
  724 "itertools 0.14.0",
  725 "language",
  726 "language_model",
  727 "project",
  728 "rand 0.8.5",
  729 "release_channel",
  730 "schemars",
  731 "serde",
  732 "serde_json",
  733 "settings",
  734 "theme",
  735 "ui",
  736 "unindent",
  737 "util",
  738 "workspace",
  739 "worktree",
  740]
  741
  742[[package]]
  743name = "async-attributes"
  744version = "1.1.2"
  745source = "registry+https://github.com/rust-lang/crates.io-index"
  746checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  747dependencies = [
  748 "quote",
  749 "syn 1.0.109",
  750]
  751
  752[[package]]
  753name = "async-broadcast"
  754version = "0.7.2"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  757dependencies = [
  758 "event-listener 5.3.1",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-channel"
  766version = "1.9.0"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  769dependencies = [
  770 "concurrent-queue",
  771 "event-listener 2.5.3",
  772 "futures-core",
  773]
  774
  775[[package]]
  776name = "async-channel"
  777version = "2.3.1"
  778source = "registry+https://github.com/rust-lang/crates.io-index"
  779checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  780dependencies = [
  781 "concurrent-queue",
  782 "event-listener-strategy",
  783 "futures-core",
  784 "pin-project-lite",
  785]
  786
  787[[package]]
  788name = "async-compat"
  789version = "0.2.4"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  792dependencies = [
  793 "futures-core",
  794 "futures-io",
  795 "once_cell",
  796 "pin-project-lite",
  797 "tokio",
  798]
  799
  800[[package]]
  801name = "async-compression"
  802version = "0.4.22"
  803source = "registry+https://github.com/rust-lang/crates.io-index"
  804checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  805dependencies = [
  806 "deflate64",
  807 "flate2",
  808 "futures-core",
  809 "futures-io",
  810 "memchr",
  811 "pin-project-lite",
  812]
  813
  814[[package]]
  815name = "async-dispatcher"
  816version = "0.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  819dependencies = [
  820 "async-task",
  821 "futures-lite 1.13.0",
  822]
  823
  824[[package]]
  825name = "async-executor"
  826version = "1.13.1"
  827source = "registry+https://github.com/rust-lang/crates.io-index"
  828checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  829dependencies = [
  830 "async-task",
  831 "concurrent-queue",
  832 "fastrand 2.3.0",
  833 "futures-lite 2.6.0",
  834 "slab",
  835]
  836
  837[[package]]
  838name = "async-fs"
  839version = "2.1.2"
  840source = "registry+https://github.com/rust-lang/crates.io-index"
  841checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  842dependencies = [
  843 "async-lock",
  844 "blocking",
  845 "futures-lite 2.6.0",
  846]
  847
  848[[package]]
  849name = "async-global-executor"
  850version = "2.4.1"
  851source = "registry+https://github.com/rust-lang/crates.io-index"
  852checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  853dependencies = [
  854 "async-channel 2.3.1",
  855 "async-executor",
  856 "async-io",
  857 "async-lock",
  858 "blocking",
  859 "futures-lite 2.6.0",
  860 "once_cell",
  861]
  862
  863[[package]]
  864name = "async-io"
  865version = "2.4.0"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  868dependencies = [
  869 "async-lock",
  870 "cfg-if",
  871 "concurrent-queue",
  872 "futures-io",
  873 "futures-lite 2.6.0",
  874 "parking",
  875 "polling",
  876 "rustix",
  877 "slab",
  878 "tracing",
  879 "windows-sys 0.59.0",
  880]
  881
  882[[package]]
  883name = "async-lock"
  884version = "3.4.0"
  885source = "registry+https://github.com/rust-lang/crates.io-index"
  886checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  887dependencies = [
  888 "event-listener 5.3.1",
  889 "event-listener-strategy",
  890 "pin-project-lite",
  891]
  892
  893[[package]]
  894name = "async-native-tls"
  895version = "0.5.0"
  896source = "registry+https://github.com/rust-lang/crates.io-index"
  897checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  898dependencies = [
  899 "futures-util",
  900 "native-tls",
  901 "thiserror 1.0.69",
  902 "url",
  903]
  904
  905[[package]]
  906name = "async-net"
  907version = "2.0.0"
  908source = "registry+https://github.com/rust-lang/crates.io-index"
  909checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  910dependencies = [
  911 "async-io",
  912 "blocking",
  913 "futures-lite 2.6.0",
  914]
  915
  916[[package]]
  917name = "async-pipe"
  918version = "0.1.3"
  919source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  920dependencies = [
  921 "futures 0.3.31",
  922 "log",
  923]
  924
  925[[package]]
  926name = "async-process"
  927version = "2.3.0"
  928source = "registry+https://github.com/rust-lang/crates.io-index"
  929checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  930dependencies = [
  931 "async-channel 2.3.1",
  932 "async-io",
  933 "async-lock",
  934 "async-signal",
  935 "async-task",
  936 "blocking",
  937 "cfg-if",
  938 "event-listener 5.3.1",
  939 "futures-lite 2.6.0",
  940 "rustix",
  941 "tracing",
  942]
  943
  944[[package]]
  945name = "async-recursion"
  946version = "0.3.2"
  947source = "registry+https://github.com/rust-lang/crates.io-index"
  948checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  949dependencies = [
  950 "proc-macro2",
  951 "quote",
  952 "syn 1.0.109",
  953]
  954
  955[[package]]
  956name = "async-recursion"
  957version = "1.1.1"
  958source = "registry+https://github.com/rust-lang/crates.io-index"
  959checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  960dependencies = [
  961 "proc-macro2",
  962 "quote",
  963 "syn 2.0.100",
  964]
  965
  966[[package]]
  967name = "async-signal"
  968version = "0.2.10"
  969source = "registry+https://github.com/rust-lang/crates.io-index"
  970checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  971dependencies = [
  972 "async-io",
  973 "async-lock",
  974 "atomic-waker",
  975 "cfg-if",
  976 "futures-core",
  977 "futures-io",
  978 "rustix",
  979 "signal-hook-registry",
  980 "slab",
  981 "windows-sys 0.59.0",
  982]
  983
  984[[package]]
  985name = "async-std"
  986version = "1.13.1"
  987source = "registry+https://github.com/rust-lang/crates.io-index"
  988checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  989dependencies = [
  990 "async-attributes",
  991 "async-channel 1.9.0",
  992 "async-global-executor",
  993 "async-io",
  994 "async-lock",
  995 "async-process",
  996 "crossbeam-utils",
  997 "futures-channel",
  998 "futures-core",
  999 "futures-io",
 1000 "futures-lite 2.6.0",
 1001 "gloo-timers",
 1002 "kv-log-macro",
 1003 "log",
 1004 "memchr",
 1005 "once_cell",
 1006 "pin-project-lite",
 1007 "pin-utils",
 1008 "slab",
 1009 "wasm-bindgen-futures",
 1010]
 1011
 1012[[package]]
 1013name = "async-stream"
 1014version = "0.3.6"
 1015source = "registry+https://github.com/rust-lang/crates.io-index"
 1016checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1017dependencies = [
 1018 "async-stream-impl",
 1019 "futures-core",
 1020 "pin-project-lite",
 1021]
 1022
 1023[[package]]
 1024name = "async-stream-impl"
 1025version = "0.3.6"
 1026source = "registry+https://github.com/rust-lang/crates.io-index"
 1027checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1028dependencies = [
 1029 "proc-macro2",
 1030 "quote",
 1031 "syn 2.0.100",
 1032]
 1033
 1034[[package]]
 1035name = "async-stripe"
 1036version = "0.40.0"
 1037source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1038dependencies = [
 1039 "chrono",
 1040 "futures-util",
 1041 "http-types",
 1042 "hyper 0.14.32",
 1043 "hyper-rustls 0.24.2",
 1044 "serde",
 1045 "serde_json",
 1046 "serde_path_to_error",
 1047 "serde_qs 0.10.1",
 1048 "smart-default",
 1049 "smol_str 0.1.24",
 1050 "thiserror 1.0.69",
 1051 "tokio",
 1052]
 1053
 1054[[package]]
 1055name = "async-tar"
 1056version = "0.5.0"
 1057source = "registry+https://github.com/rust-lang/crates.io-index"
 1058checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1059dependencies = [
 1060 "async-std",
 1061 "filetime",
 1062 "libc",
 1063 "pin-project",
 1064 "redox_syscall 0.2.16",
 1065 "xattr",
 1066]
 1067
 1068[[package]]
 1069name = "async-task"
 1070version = "4.7.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1073
 1074[[package]]
 1075name = "async-tls"
 1076version = "0.13.0"
 1077source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1078dependencies = [
 1079 "futures-core",
 1080 "futures-io",
 1081 "rustls 0.23.25",
 1082 "rustls-pemfile 2.2.0",
 1083 "webpki-roots",
 1084]
 1085
 1086[[package]]
 1087name = "async-trait"
 1088version = "0.1.88"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1091dependencies = [
 1092 "proc-macro2",
 1093 "quote",
 1094 "syn 2.0.100",
 1095]
 1096
 1097[[package]]
 1098name = "async-tungstenite"
 1099version = "0.28.2"
 1100source = "registry+https://github.com/rust-lang/crates.io-index"
 1101checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1102dependencies = [
 1103 "async-std",
 1104 "async-tls",
 1105 "atomic-waker",
 1106 "futures-core",
 1107 "futures-io",
 1108 "futures-task",
 1109 "futures-util",
 1110 "log",
 1111 "pin-project-lite",
 1112 "tungstenite 0.24.0",
 1113]
 1114
 1115[[package]]
 1116name = "async-watch"
 1117version = "0.3.1"
 1118source = "registry+https://github.com/rust-lang/crates.io-index"
 1119checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1120dependencies = [
 1121 "event-listener 2.5.3",
 1122]
 1123
 1124[[package]]
 1125name = "async_zip"
 1126version = "0.0.17"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1129dependencies = [
 1130 "async-compression",
 1131 "crc32fast",
 1132 "futures-lite 2.6.0",
 1133 "pin-project",
 1134 "thiserror 1.0.69",
 1135]
 1136
 1137[[package]]
 1138name = "asynchronous-codec"
 1139version = "0.7.0"
 1140source = "registry+https://github.com/rust-lang/crates.io-index"
 1141checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1142dependencies = [
 1143 "bytes 1.10.1",
 1144 "futures-sink",
 1145 "futures-util",
 1146 "memchr",
 1147 "pin-project-lite",
 1148]
 1149
 1150[[package]]
 1151name = "atoi"
 1152version = "2.0.0"
 1153source = "registry+https://github.com/rust-lang/crates.io-index"
 1154checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1155dependencies = [
 1156 "num-traits",
 1157]
 1158
 1159[[package]]
 1160name = "atomic"
 1161version = "0.5.3"
 1162source = "registry+https://github.com/rust-lang/crates.io-index"
 1163checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1164
 1165[[package]]
 1166name = "atomic-waker"
 1167version = "1.1.2"
 1168source = "registry+https://github.com/rust-lang/crates.io-index"
 1169checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1170
 1171[[package]]
 1172name = "audio"
 1173version = "0.1.0"
 1174dependencies = [
 1175 "anyhow",
 1176 "collections",
 1177 "derive_more",
 1178 "gpui",
 1179 "parking_lot",
 1180 "rodio",
 1181 "util",
 1182]
 1183
 1184[[package]]
 1185name = "auto_update"
 1186version = "0.1.0"
 1187dependencies = [
 1188 "anyhow",
 1189 "client",
 1190 "db",
 1191 "gpui",
 1192 "http_client",
 1193 "log",
 1194 "paths",
 1195 "release_channel",
 1196 "schemars",
 1197 "serde",
 1198 "serde_json",
 1199 "settings",
 1200 "smol",
 1201 "tempfile",
 1202 "which 6.0.3",
 1203 "workspace",
 1204]
 1205
 1206[[package]]
 1207name = "auto_update_ui"
 1208version = "0.1.0"
 1209dependencies = [
 1210 "anyhow",
 1211 "auto_update",
 1212 "client",
 1213 "editor",
 1214 "gpui",
 1215 "http_client",
 1216 "markdown_preview",
 1217 "release_channel",
 1218 "serde",
 1219 "serde_json",
 1220 "smol",
 1221 "util",
 1222 "workspace",
 1223]
 1224
 1225[[package]]
 1226name = "autocfg"
 1227version = "1.4.0"
 1228source = "registry+https://github.com/rust-lang/crates.io-index"
 1229checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1230
 1231[[package]]
 1232name = "av1-grain"
 1233version = "0.2.3"
 1234source = "registry+https://github.com/rust-lang/crates.io-index"
 1235checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1236dependencies = [
 1237 "anyhow",
 1238 "arrayvec",
 1239 "log",
 1240 "nom",
 1241 "num-rational",
 1242 "v_frame",
 1243]
 1244
 1245[[package]]
 1246name = "avif-serialize"
 1247version = "0.8.2"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1250dependencies = [
 1251 "arrayvec",
 1252]
 1253
 1254[[package]]
 1255name = "aws-config"
 1256version = "1.5.16"
 1257source = "registry+https://github.com/rust-lang/crates.io-index"
 1258checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1259dependencies = [
 1260 "aws-credential-types",
 1261 "aws-runtime",
 1262 "aws-sdk-sso",
 1263 "aws-sdk-ssooidc",
 1264 "aws-sdk-sts",
 1265 "aws-smithy-async",
 1266 "aws-smithy-http",
 1267 "aws-smithy-json",
 1268 "aws-smithy-runtime",
 1269 "aws-smithy-runtime-api",
 1270 "aws-smithy-types",
 1271 "aws-types",
 1272 "bytes 1.10.1",
 1273 "fastrand 2.3.0",
 1274 "hex",
 1275 "http 0.2.12",
 1276 "ring",
 1277 "time",
 1278 "tokio",
 1279 "tracing",
 1280 "url",
 1281 "zeroize",
 1282]
 1283
 1284[[package]]
 1285name = "aws-credential-types"
 1286version = "1.2.1"
 1287source = "registry+https://github.com/rust-lang/crates.io-index"
 1288checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1289dependencies = [
 1290 "aws-smithy-async",
 1291 "aws-smithy-runtime-api",
 1292 "aws-smithy-types",
 1293 "zeroize",
 1294]
 1295
 1296[[package]]
 1297name = "aws-lc-rs"
 1298version = "1.12.6"
 1299source = "registry+https://github.com/rust-lang/crates.io-index"
 1300checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1301dependencies = [
 1302 "aws-lc-sys",
 1303 "zeroize",
 1304]
 1305
 1306[[package]]
 1307name = "aws-lc-sys"
 1308version = "0.27.0"
 1309source = "registry+https://github.com/rust-lang/crates.io-index"
 1310checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1311dependencies = [
 1312 "bindgen 0.69.5",
 1313 "cc",
 1314 "cmake",
 1315 "dunce",
 1316 "fs_extra",
 1317]
 1318
 1319[[package]]
 1320name = "aws-runtime"
 1321version = "1.5.5"
 1322source = "registry+https://github.com/rust-lang/crates.io-index"
 1323checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1324dependencies = [
 1325 "aws-credential-types",
 1326 "aws-sigv4",
 1327 "aws-smithy-async",
 1328 "aws-smithy-eventstream",
 1329 "aws-smithy-http",
 1330 "aws-smithy-runtime",
 1331 "aws-smithy-runtime-api",
 1332 "aws-smithy-types",
 1333 "aws-types",
 1334 "bytes 1.10.1",
 1335 "fastrand 2.3.0",
 1336 "http 0.2.12",
 1337 "http-body 0.4.6",
 1338 "once_cell",
 1339 "percent-encoding",
 1340 "pin-project-lite",
 1341 "tracing",
 1342 "uuid",
 1343]
 1344
 1345[[package]]
 1346name = "aws-sdk-bedrockruntime"
 1347version = "1.74.0"
 1348source = "registry+https://github.com/rust-lang/crates.io-index"
 1349checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1350dependencies = [
 1351 "aws-credential-types",
 1352 "aws-runtime",
 1353 "aws-smithy-async",
 1354 "aws-smithy-eventstream",
 1355 "aws-smithy-http",
 1356 "aws-smithy-json",
 1357 "aws-smithy-runtime",
 1358 "aws-smithy-runtime-api",
 1359 "aws-smithy-types",
 1360 "aws-types",
 1361 "bytes 1.10.1",
 1362 "fastrand 2.3.0",
 1363 "http 0.2.12",
 1364 "once_cell",
 1365 "regex-lite",
 1366 "tracing",
 1367]
 1368
 1369[[package]]
 1370name = "aws-sdk-kinesis"
 1371version = "1.61.0"
 1372source = "registry+https://github.com/rust-lang/crates.io-index"
 1373checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1374dependencies = [
 1375 "aws-credential-types",
 1376 "aws-runtime",
 1377 "aws-smithy-async",
 1378 "aws-smithy-http",
 1379 "aws-smithy-json",
 1380 "aws-smithy-runtime",
 1381 "aws-smithy-runtime-api",
 1382 "aws-smithy-types",
 1383 "aws-types",
 1384 "bytes 1.10.1",
 1385 "http 0.2.12",
 1386 "once_cell",
 1387 "regex-lite",
 1388 "tracing",
 1389]
 1390
 1391[[package]]
 1392name = "aws-sdk-s3"
 1393version = "1.76.0"
 1394source = "registry+https://github.com/rust-lang/crates.io-index"
 1395checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1396dependencies = [
 1397 "aws-credential-types",
 1398 "aws-runtime",
 1399 "aws-sigv4",
 1400 "aws-smithy-async",
 1401 "aws-smithy-checksums",
 1402 "aws-smithy-eventstream",
 1403 "aws-smithy-http",
 1404 "aws-smithy-json",
 1405 "aws-smithy-runtime",
 1406 "aws-smithy-runtime-api",
 1407 "aws-smithy-types",
 1408 "aws-smithy-xml",
 1409 "aws-types",
 1410 "bytes 1.10.1",
 1411 "fastrand 2.3.0",
 1412 "hex",
 1413 "hmac",
 1414 "http 0.2.12",
 1415 "http-body 0.4.6",
 1416 "lru",
 1417 "once_cell",
 1418 "percent-encoding",
 1419 "regex-lite",
 1420 "sha2",
 1421 "tracing",
 1422 "url",
 1423]
 1424
 1425[[package]]
 1426name = "aws-sdk-sso"
 1427version = "1.58.0"
 1428source = "registry+https://github.com/rust-lang/crates.io-index"
 1429checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1430dependencies = [
 1431 "aws-credential-types",
 1432 "aws-runtime",
 1433 "aws-smithy-async",
 1434 "aws-smithy-http",
 1435 "aws-smithy-json",
 1436 "aws-smithy-runtime",
 1437 "aws-smithy-runtime-api",
 1438 "aws-smithy-types",
 1439 "aws-types",
 1440 "bytes 1.10.1",
 1441 "http 0.2.12",
 1442 "once_cell",
 1443 "regex-lite",
 1444 "tracing",
 1445]
 1446
 1447[[package]]
 1448name = "aws-sdk-ssooidc"
 1449version = "1.59.0"
 1450source = "registry+https://github.com/rust-lang/crates.io-index"
 1451checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1452dependencies = [
 1453 "aws-credential-types",
 1454 "aws-runtime",
 1455 "aws-smithy-async",
 1456 "aws-smithy-http",
 1457 "aws-smithy-json",
 1458 "aws-smithy-runtime",
 1459 "aws-smithy-runtime-api",
 1460 "aws-smithy-types",
 1461 "aws-types",
 1462 "bytes 1.10.1",
 1463 "http 0.2.12",
 1464 "once_cell",
 1465 "regex-lite",
 1466 "tracing",
 1467]
 1468
 1469[[package]]
 1470name = "aws-sdk-sts"
 1471version = "1.59.0"
 1472source = "registry+https://github.com/rust-lang/crates.io-index"
 1473checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1474dependencies = [
 1475 "aws-credential-types",
 1476 "aws-runtime",
 1477 "aws-smithy-async",
 1478 "aws-smithy-http",
 1479 "aws-smithy-json",
 1480 "aws-smithy-query",
 1481 "aws-smithy-runtime",
 1482 "aws-smithy-runtime-api",
 1483 "aws-smithy-types",
 1484 "aws-smithy-xml",
 1485 "aws-types",
 1486 "http 0.2.12",
 1487 "once_cell",
 1488 "regex-lite",
 1489 "tracing",
 1490]
 1491
 1492[[package]]
 1493name = "aws-sigv4"
 1494version = "1.2.9"
 1495source = "registry+https://github.com/rust-lang/crates.io-index"
 1496checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1497dependencies = [
 1498 "aws-credential-types",
 1499 "aws-smithy-eventstream",
 1500 "aws-smithy-http",
 1501 "aws-smithy-runtime-api",
 1502 "aws-smithy-types",
 1503 "bytes 1.10.1",
 1504 "crypto-bigint 0.5.5",
 1505 "form_urlencoded",
 1506 "hex",
 1507 "hmac",
 1508 "http 0.2.12",
 1509 "http 1.2.0",
 1510 "once_cell",
 1511 "p256",
 1512 "percent-encoding",
 1513 "ring",
 1514 "sha2",
 1515 "subtle",
 1516 "time",
 1517 "tracing",
 1518 "zeroize",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-async"
 1523version = "1.2.4"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1526dependencies = [
 1527 "futures-util",
 1528 "pin-project-lite",
 1529 "tokio",
 1530]
 1531
 1532[[package]]
 1533name = "aws-smithy-checksums"
 1534version = "0.62.0"
 1535source = "registry+https://github.com/rust-lang/crates.io-index"
 1536checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1537dependencies = [
 1538 "aws-smithy-http",
 1539 "aws-smithy-types",
 1540 "bytes 1.10.1",
 1541 "crc32c",
 1542 "crc32fast",
 1543 "crc64fast-nvme",
 1544 "hex",
 1545 "http 0.2.12",
 1546 "http-body 0.4.6",
 1547 "md-5",
 1548 "pin-project-lite",
 1549 "sha1",
 1550 "sha2",
 1551 "tracing",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-eventstream"
 1556version = "0.60.6"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1559dependencies = [
 1560 "aws-smithy-types",
 1561 "bytes 1.10.1",
 1562 "crc32fast",
 1563]
 1564
 1565[[package]]
 1566name = "aws-smithy-http"
 1567version = "0.60.12"
 1568source = "registry+https://github.com/rust-lang/crates.io-index"
 1569checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1570dependencies = [
 1571 "aws-smithy-eventstream",
 1572 "aws-smithy-runtime-api",
 1573 "aws-smithy-types",
 1574 "bytes 1.10.1",
 1575 "bytes-utils",
 1576 "futures-core",
 1577 "http 0.2.12",
 1578 "http-body 0.4.6",
 1579 "once_cell",
 1580 "percent-encoding",
 1581 "pin-project-lite",
 1582 "pin-utils",
 1583 "tracing",
 1584]
 1585
 1586[[package]]
 1587name = "aws-smithy-json"
 1588version = "0.61.2"
 1589source = "registry+https://github.com/rust-lang/crates.io-index"
 1590checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1591dependencies = [
 1592 "aws-smithy-types",
 1593]
 1594
 1595[[package]]
 1596name = "aws-smithy-query"
 1597version = "0.60.7"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1600dependencies = [
 1601 "aws-smithy-types",
 1602 "urlencoding",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-runtime"
 1607version = "1.7.8"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1610dependencies = [
 1611 "aws-smithy-async",
 1612 "aws-smithy-http",
 1613 "aws-smithy-runtime-api",
 1614 "aws-smithy-types",
 1615 "bytes 1.10.1",
 1616 "fastrand 2.3.0",
 1617 "h2 0.3.26",
 1618 "http 0.2.12",
 1619 "http-body 0.4.6",
 1620 "http-body 1.0.1",
 1621 "httparse",
 1622 "hyper 0.14.32",
 1623 "hyper-rustls 0.24.2",
 1624 "once_cell",
 1625 "pin-project-lite",
 1626 "pin-utils",
 1627 "rustls 0.21.12",
 1628 "tokio",
 1629 "tracing",
 1630]
 1631
 1632[[package]]
 1633name = "aws-smithy-runtime-api"
 1634version = "1.7.3"
 1635source = "registry+https://github.com/rust-lang/crates.io-index"
 1636checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1637dependencies = [
 1638 "aws-smithy-async",
 1639 "aws-smithy-types",
 1640 "bytes 1.10.1",
 1641 "http 0.2.12",
 1642 "http 1.2.0",
 1643 "pin-project-lite",
 1644 "tokio",
 1645 "tracing",
 1646 "zeroize",
 1647]
 1648
 1649[[package]]
 1650name = "aws-smithy-types"
 1651version = "1.2.13"
 1652source = "registry+https://github.com/rust-lang/crates.io-index"
 1653checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1654dependencies = [
 1655 "base64-simd",
 1656 "bytes 1.10.1",
 1657 "bytes-utils",
 1658 "futures-core",
 1659 "http 0.2.12",
 1660 "http 1.2.0",
 1661 "http-body 0.4.6",
 1662 "http-body 1.0.1",
 1663 "http-body-util",
 1664 "itoa",
 1665 "num-integer",
 1666 "pin-project-lite",
 1667 "pin-utils",
 1668 "ryu",
 1669 "serde",
 1670 "time",
 1671 "tokio",
 1672 "tokio-util",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-xml"
 1677version = "0.60.9"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1680dependencies = [
 1681 "xmlparser",
 1682]
 1683
 1684[[package]]
 1685name = "aws-types"
 1686version = "1.3.5"
 1687source = "registry+https://github.com/rust-lang/crates.io-index"
 1688checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1689dependencies = [
 1690 "aws-credential-types",
 1691 "aws-smithy-async",
 1692 "aws-smithy-runtime-api",
 1693 "aws-smithy-types",
 1694 "rustc_version",
 1695 "tracing",
 1696]
 1697
 1698[[package]]
 1699name = "aws_http_client"
 1700version = "0.1.0"
 1701dependencies = [
 1702 "aws-smithy-runtime-api",
 1703 "aws-smithy-types",
 1704 "futures 0.3.31",
 1705 "http_client",
 1706 "tokio",
 1707]
 1708
 1709[[package]]
 1710name = "axum"
 1711version = "0.6.20"
 1712source = "registry+https://github.com/rust-lang/crates.io-index"
 1713checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1714dependencies = [
 1715 "async-trait",
 1716 "axum-core",
 1717 "base64 0.21.7",
 1718 "bitflags 1.3.2",
 1719 "bytes 1.10.1",
 1720 "futures-util",
 1721 "headers",
 1722 "http 0.2.12",
 1723 "http-body 0.4.6",
 1724 "hyper 0.14.32",
 1725 "itoa",
 1726 "matchit",
 1727 "memchr",
 1728 "mime",
 1729 "percent-encoding",
 1730 "pin-project-lite",
 1731 "rustversion",
 1732 "serde",
 1733 "serde_json",
 1734 "serde_path_to_error",
 1735 "serde_urlencoded",
 1736 "sha1",
 1737 "sync_wrapper 0.1.2",
 1738 "tokio",
 1739 "tokio-tungstenite 0.20.1",
 1740 "tower",
 1741 "tower-layer",
 1742 "tower-service",
 1743]
 1744
 1745[[package]]
 1746name = "axum-core"
 1747version = "0.3.4"
 1748source = "registry+https://github.com/rust-lang/crates.io-index"
 1749checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1750dependencies = [
 1751 "async-trait",
 1752 "bytes 1.10.1",
 1753 "futures-util",
 1754 "http 0.2.12",
 1755 "http-body 0.4.6",
 1756 "mime",
 1757 "rustversion",
 1758 "tower-layer",
 1759 "tower-service",
 1760]
 1761
 1762[[package]]
 1763name = "axum-extra"
 1764version = "0.4.2"
 1765source = "registry+https://github.com/rust-lang/crates.io-index"
 1766checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1767dependencies = [
 1768 "axum",
 1769 "bytes 1.10.1",
 1770 "futures-util",
 1771 "http 0.2.12",
 1772 "mime",
 1773 "pin-project-lite",
 1774 "serde",
 1775 "serde_json",
 1776 "tokio",
 1777 "tower",
 1778 "tower-http 0.3.5",
 1779 "tower-layer",
 1780 "tower-service",
 1781]
 1782
 1783[[package]]
 1784name = "backtrace"
 1785version = "0.3.74"
 1786source = "registry+https://github.com/rust-lang/crates.io-index"
 1787checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1788dependencies = [
 1789 "addr2line",
 1790 "cfg-if",
 1791 "libc",
 1792 "miniz_oxide",
 1793 "object",
 1794 "rustc-demangle",
 1795 "windows-targets 0.52.6",
 1796]
 1797
 1798[[package]]
 1799name = "base16ct"
 1800version = "0.1.1"
 1801source = "registry+https://github.com/rust-lang/crates.io-index"
 1802checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1803
 1804[[package]]
 1805name = "base64"
 1806version = "0.13.1"
 1807source = "registry+https://github.com/rust-lang/crates.io-index"
 1808checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1809
 1810[[package]]
 1811name = "base64"
 1812version = "0.21.7"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1815
 1816[[package]]
 1817name = "base64"
 1818version = "0.22.1"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1821
 1822[[package]]
 1823name = "base64-simd"
 1824version = "0.8.0"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1827dependencies = [
 1828 "outref",
 1829 "vsimd",
 1830]
 1831
 1832[[package]]
 1833name = "base64ct"
 1834version = "1.6.0"
 1835source = "registry+https://github.com/rust-lang/crates.io-index"
 1836checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1837
 1838[[package]]
 1839name = "bedrock"
 1840version = "0.1.0"
 1841dependencies = [
 1842 "anyhow",
 1843 "aws-sdk-bedrockruntime",
 1844 "aws-smithy-types",
 1845 "futures 0.3.31",
 1846 "schemars",
 1847 "serde",
 1848 "serde_json",
 1849 "strum",
 1850 "thiserror 2.0.12",
 1851 "tokio",
 1852]
 1853
 1854[[package]]
 1855name = "bigdecimal"
 1856version = "0.4.7"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1859dependencies = [
 1860 "autocfg",
 1861 "libm",
 1862 "num-bigint",
 1863 "num-integer",
 1864 "num-traits",
 1865 "serde",
 1866]
 1867
 1868[[package]]
 1869name = "bincode"
 1870version = "1.3.3"
 1871source = "registry+https://github.com/rust-lang/crates.io-index"
 1872checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1873dependencies = [
 1874 "serde",
 1875]
 1876
 1877[[package]]
 1878name = "bindgen"
 1879version = "0.69.5"
 1880source = "registry+https://github.com/rust-lang/crates.io-index"
 1881checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1882dependencies = [
 1883 "bitflags 2.9.0",
 1884 "cexpr",
 1885 "clang-sys",
 1886 "itertools 0.10.5",
 1887 "lazy_static",
 1888 "lazycell",
 1889 "log",
 1890 "prettyplease",
 1891 "proc-macro2",
 1892 "quote",
 1893 "regex",
 1894 "rustc-hash 1.1.0",
 1895 "shlex",
 1896 "syn 2.0.100",
 1897 "which 4.4.2",
 1898]
 1899
 1900[[package]]
 1901name = "bindgen"
 1902version = "0.70.1"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1905dependencies = [
 1906 "bitflags 2.9.0",
 1907 "cexpr",
 1908 "clang-sys",
 1909 "itertools 0.10.5",
 1910 "log",
 1911 "prettyplease",
 1912 "proc-macro2",
 1913 "quote",
 1914 "regex",
 1915 "rustc-hash 1.1.0",
 1916 "shlex",
 1917 "syn 2.0.100",
 1918]
 1919
 1920[[package]]
 1921name = "bit-set"
 1922version = "0.5.3"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1925dependencies = [
 1926 "bit-vec 0.6.3",
 1927]
 1928
 1929[[package]]
 1930name = "bit-set"
 1931version = "0.8.0"
 1932source = "registry+https://github.com/rust-lang/crates.io-index"
 1933checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1934dependencies = [
 1935 "bit-vec 0.8.0",
 1936]
 1937
 1938[[package]]
 1939name = "bit-vec"
 1940version = "0.6.3"
 1941source = "registry+https://github.com/rust-lang/crates.io-index"
 1942checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1943
 1944[[package]]
 1945name = "bit-vec"
 1946version = "0.8.0"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1949
 1950[[package]]
 1951name = "bit_field"
 1952version = "0.10.2"
 1953source = "registry+https://github.com/rust-lang/crates.io-index"
 1954checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1955
 1956[[package]]
 1957name = "bitflags"
 1958version = "1.3.2"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1961
 1962[[package]]
 1963name = "bitflags"
 1964version = "2.9.0"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1967dependencies = [
 1968 "serde",
 1969]
 1970
 1971[[package]]
 1972name = "bitstream-io"
 1973version = "2.6.0"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1976
 1977[[package]]
 1978name = "bitvec"
 1979version = "1.0.1"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1982dependencies = [
 1983 "funty",
 1984 "radium",
 1985 "tap",
 1986 "wyz",
 1987]
 1988
 1989[[package]]
 1990name = "blade-graphics"
 1991version = "0.6.0"
 1992source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1993dependencies = [
 1994 "ash",
 1995 "ash-window",
 1996 "bitflags 2.9.0",
 1997 "bytemuck",
 1998 "codespan-reporting",
 1999 "glow",
 2000 "gpu-alloc",
 2001 "gpu-alloc-ash",
 2002 "hidden-trait",
 2003 "js-sys",
 2004 "khronos-egl",
 2005 "libloading",
 2006 "log",
 2007 "mint",
 2008 "naga",
 2009 "objc2",
 2010 "objc2-app-kit",
 2011 "objc2-foundation",
 2012 "objc2-metal",
 2013 "objc2-quartz-core",
 2014 "objc2-ui-kit",
 2015 "raw-window-handle",
 2016 "slab",
 2017 "wasm-bindgen",
 2018 "web-sys",
 2019]
 2020
 2021[[package]]
 2022name = "blade-macros"
 2023version = "0.3.0"
 2024source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2025dependencies = [
 2026 "proc-macro2",
 2027 "quote",
 2028 "syn 2.0.100",
 2029]
 2030
 2031[[package]]
 2032name = "blade-util"
 2033version = "0.2.0"
 2034source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2035dependencies = [
 2036 "blade-graphics",
 2037 "bytemuck",
 2038 "log",
 2039 "profiling",
 2040]
 2041
 2042[[package]]
 2043name = "blake3"
 2044version = "1.7.0"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2047dependencies = [
 2048 "arrayref",
 2049 "arrayvec",
 2050 "cc",
 2051 "cfg-if",
 2052 "constant_time_eq 0.3.1",
 2053]
 2054
 2055[[package]]
 2056name = "block"
 2057version = "0.1.6"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2060
 2061[[package]]
 2062name = "block-buffer"
 2063version = "0.10.4"
 2064source = "registry+https://github.com/rust-lang/crates.io-index"
 2065checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2066dependencies = [
 2067 "generic-array",
 2068]
 2069
 2070[[package]]
 2071name = "block-padding"
 2072version = "0.3.3"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2075dependencies = [
 2076 "generic-array",
 2077]
 2078
 2079[[package]]
 2080name = "block2"
 2081version = "0.5.1"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2084dependencies = [
 2085 "objc2",
 2086]
 2087
 2088[[package]]
 2089name = "blocking"
 2090version = "1.6.1"
 2091source = "registry+https://github.com/rust-lang/crates.io-index"
 2092checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2093dependencies = [
 2094 "async-channel 2.3.1",
 2095 "async-task",
 2096 "futures-io",
 2097 "futures-lite 2.6.0",
 2098 "piper",
 2099]
 2100
 2101[[package]]
 2102name = "borsh"
 2103version = "1.5.3"
 2104source = "registry+https://github.com/rust-lang/crates.io-index"
 2105checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2106dependencies = [
 2107 "borsh-derive",
 2108 "cfg_aliases 0.2.1",
 2109]
 2110
 2111[[package]]
 2112name = "borsh-derive"
 2113version = "1.5.3"
 2114source = "registry+https://github.com/rust-lang/crates.io-index"
 2115checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2116dependencies = [
 2117 "once_cell",
 2118 "proc-macro-crate",
 2119 "proc-macro2",
 2120 "quote",
 2121 "syn 2.0.100",
 2122]
 2123
 2124[[package]]
 2125name = "breadcrumbs"
 2126version = "0.1.0"
 2127dependencies = [
 2128 "editor",
 2129 "gpui",
 2130 "itertools 0.14.0",
 2131 "theme",
 2132 "ui",
 2133 "workspace",
 2134 "zed_actions",
 2135]
 2136
 2137[[package]]
 2138name = "bstr"
 2139version = "1.11.1"
 2140source = "registry+https://github.com/rust-lang/crates.io-index"
 2141checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2142dependencies = [
 2143 "memchr",
 2144 "regex-automata 0.4.9",
 2145 "serde",
 2146]
 2147
 2148[[package]]
 2149name = "buffer_diff"
 2150version = "0.1.0"
 2151dependencies = [
 2152 "anyhow",
 2153 "clock",
 2154 "ctor",
 2155 "env_logger 0.11.7",
 2156 "futures 0.3.31",
 2157 "git2",
 2158 "gpui",
 2159 "language",
 2160 "log",
 2161 "pretty_assertions",
 2162 "rand 0.8.5",
 2163 "rope",
 2164 "serde_json",
 2165 "sum_tree",
 2166 "text",
 2167 "unindent",
 2168 "util",
 2169]
 2170
 2171[[package]]
 2172name = "built"
 2173version = "0.7.5"
 2174source = "registry+https://github.com/rust-lang/crates.io-index"
 2175checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2176
 2177[[package]]
 2178name = "bumpalo"
 2179version = "3.16.0"
 2180source = "registry+https://github.com/rust-lang/crates.io-index"
 2181checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2182dependencies = [
 2183 "allocator-api2",
 2184]
 2185
 2186[[package]]
 2187name = "by_address"
 2188version = "1.2.1"
 2189source = "registry+https://github.com/rust-lang/crates.io-index"
 2190checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2191
 2192[[package]]
 2193name = "bytecheck"
 2194version = "0.6.12"
 2195source = "registry+https://github.com/rust-lang/crates.io-index"
 2196checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2197dependencies = [
 2198 "bytecheck_derive",
 2199 "ptr_meta",
 2200 "simdutf8",
 2201]
 2202
 2203[[package]]
 2204name = "bytecheck_derive"
 2205version = "0.6.12"
 2206source = "registry+https://github.com/rust-lang/crates.io-index"
 2207checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2208dependencies = [
 2209 "proc-macro2",
 2210 "quote",
 2211 "syn 1.0.109",
 2212]
 2213
 2214[[package]]
 2215name = "bytemuck"
 2216version = "1.21.0"
 2217source = "registry+https://github.com/rust-lang/crates.io-index"
 2218checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2219dependencies = [
 2220 "bytemuck_derive",
 2221]
 2222
 2223[[package]]
 2224name = "bytemuck_derive"
 2225version = "1.8.0"
 2226source = "registry+https://github.com/rust-lang/crates.io-index"
 2227checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2228dependencies = [
 2229 "proc-macro2",
 2230 "quote",
 2231 "syn 2.0.100",
 2232]
 2233
 2234[[package]]
 2235name = "byteorder"
 2236version = "1.5.0"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2239
 2240[[package]]
 2241name = "byteorder-lite"
 2242version = "0.1.0"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2245
 2246[[package]]
 2247name = "bytes"
 2248version = "0.4.12"
 2249source = "registry+https://github.com/rust-lang/crates.io-index"
 2250checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2251dependencies = [
 2252 "byteorder",
 2253 "iovec",
 2254]
 2255
 2256[[package]]
 2257name = "bytes"
 2258version = "1.10.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2261
 2262[[package]]
 2263name = "bytes-utils"
 2264version = "0.1.4"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2267dependencies = [
 2268 "bytes 1.10.1",
 2269 "either",
 2270]
 2271
 2272[[package]]
 2273name = "bzip2"
 2274version = "0.4.4"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2277dependencies = [
 2278 "bzip2-sys",
 2279 "libc",
 2280]
 2281
 2282[[package]]
 2283name = "bzip2-sys"
 2284version = "0.1.11+1.0.8"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2287dependencies = [
 2288 "cc",
 2289 "libc",
 2290 "pkg-config",
 2291]
 2292
 2293[[package]]
 2294name = "call"
 2295version = "0.1.0"
 2296dependencies = [
 2297 "anyhow",
 2298 "audio",
 2299 "client",
 2300 "collections",
 2301 "fs",
 2302 "futures 0.3.31",
 2303 "gpui",
 2304 "http_client",
 2305 "language",
 2306 "livekit_client",
 2307 "livekit_client_macos",
 2308 "log",
 2309 "postage",
 2310 "project",
 2311 "schemars",
 2312 "serde",
 2313 "serde_derive",
 2314 "settings",
 2315 "telemetry",
 2316 "util",
 2317]
 2318
 2319[[package]]
 2320name = "calloop"
 2321version = "0.13.0"
 2322source = "registry+https://github.com/rust-lang/crates.io-index"
 2323checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2324dependencies = [
 2325 "bitflags 2.9.0",
 2326 "log",
 2327 "polling",
 2328 "rustix",
 2329 "slab",
 2330 "thiserror 1.0.69",
 2331]
 2332
 2333[[package]]
 2334name = "calloop-wayland-source"
 2335version = "0.3.0"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2338dependencies = [
 2339 "calloop",
 2340 "rustix",
 2341 "wayland-backend",
 2342 "wayland-client",
 2343]
 2344
 2345[[package]]
 2346name = "camino"
 2347version = "1.1.9"
 2348source = "registry+https://github.com/rust-lang/crates.io-index"
 2349checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2350dependencies = [
 2351 "serde",
 2352]
 2353
 2354[[package]]
 2355name = "cap-fs-ext"
 2356version = "3.4.2"
 2357source = "registry+https://github.com/rust-lang/crates.io-index"
 2358checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2359dependencies = [
 2360 "cap-primitives",
 2361 "cap-std",
 2362 "io-lifetimes",
 2363 "windows-sys 0.59.0",
 2364]
 2365
 2366[[package]]
 2367name = "cap-net-ext"
 2368version = "3.4.2"
 2369source = "registry+https://github.com/rust-lang/crates.io-index"
 2370checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2371dependencies = [
 2372 "cap-primitives",
 2373 "cap-std",
 2374 "rustix",
 2375 "smallvec",
 2376]
 2377
 2378[[package]]
 2379name = "cap-primitives"
 2380version = "3.4.2"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2383dependencies = [
 2384 "ambient-authority",
 2385 "fs-set-times",
 2386 "io-extras",
 2387 "io-lifetimes",
 2388 "ipnet",
 2389 "maybe-owned",
 2390 "rustix",
 2391 "windows-sys 0.59.0",
 2392 "winx",
 2393]
 2394
 2395[[package]]
 2396name = "cap-rand"
 2397version = "3.4.2"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2400dependencies = [
 2401 "ambient-authority",
 2402 "rand 0.8.5",
 2403]
 2404
 2405[[package]]
 2406name = "cap-std"
 2407version = "3.4.2"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2410dependencies = [
 2411 "cap-primitives",
 2412 "io-extras",
 2413 "io-lifetimes",
 2414 "rustix",
 2415]
 2416
 2417[[package]]
 2418name = "cap-time-ext"
 2419version = "3.4.2"
 2420source = "registry+https://github.com/rust-lang/crates.io-index"
 2421checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2422dependencies = [
 2423 "ambient-authority",
 2424 "cap-primitives",
 2425 "iana-time-zone",
 2426 "once_cell",
 2427 "rustix",
 2428 "winx",
 2429]
 2430
 2431[[package]]
 2432name = "cargo-platform"
 2433version = "0.1.9"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2436dependencies = [
 2437 "serde",
 2438]
 2439
 2440[[package]]
 2441name = "cargo_metadata"
 2442version = "0.19.2"
 2443source = "registry+https://github.com/rust-lang/crates.io-index"
 2444checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2445dependencies = [
 2446 "camino",
 2447 "cargo-platform",
 2448 "semver",
 2449 "serde",
 2450 "serde_json",
 2451 "thiserror 2.0.12",
 2452]
 2453
 2454[[package]]
 2455name = "cargo_toml"
 2456version = "0.21.0"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2459dependencies = [
 2460 "serde",
 2461 "toml 0.8.20",
 2462]
 2463
 2464[[package]]
 2465name = "cast"
 2466version = "0.3.0"
 2467source = "registry+https://github.com/rust-lang/crates.io-index"
 2468checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2469
 2470[[package]]
 2471name = "cbc"
 2472version = "0.1.2"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2475dependencies = [
 2476 "cipher",
 2477]
 2478
 2479[[package]]
 2480name = "cbindgen"
 2481version = "0.27.0"
 2482source = "registry+https://github.com/rust-lang/crates.io-index"
 2483checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2484dependencies = [
 2485 "clap",
 2486 "heck 0.4.1",
 2487 "indexmap",
 2488 "log",
 2489 "proc-macro2",
 2490 "quote",
 2491 "serde",
 2492 "serde_json",
 2493 "syn 2.0.100",
 2494 "tempfile",
 2495 "toml 0.8.20",
 2496]
 2497
 2498[[package]]
 2499name = "cbindgen"
 2500version = "0.28.0"
 2501source = "registry+https://github.com/rust-lang/crates.io-index"
 2502checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2503dependencies = [
 2504 "heck 0.4.1",
 2505 "indexmap",
 2506 "log",
 2507 "proc-macro2",
 2508 "quote",
 2509 "serde",
 2510 "serde_json",
 2511 "syn 2.0.100",
 2512 "tempfile",
 2513 "toml 0.8.20",
 2514]
 2515
 2516[[package]]
 2517name = "cc"
 2518version = "1.2.12"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2521dependencies = [
 2522 "jobserver",
 2523 "libc",
 2524 "shlex",
 2525]
 2526
 2527[[package]]
 2528name = "cesu8"
 2529version = "1.1.0"
 2530source = "registry+https://github.com/rust-lang/crates.io-index"
 2531checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2532
 2533[[package]]
 2534name = "cexpr"
 2535version = "0.6.0"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2538dependencies = [
 2539 "nom",
 2540]
 2541
 2542[[package]]
 2543name = "cfg-expr"
 2544version = "0.15.8"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2547dependencies = [
 2548 "smallvec",
 2549 "target-lexicon 0.12.16",
 2550]
 2551
 2552[[package]]
 2553name = "cfg-if"
 2554version = "1.0.0"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2557
 2558[[package]]
 2559name = "cfg_aliases"
 2560version = "0.1.1"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2563
 2564[[package]]
 2565name = "cfg_aliases"
 2566version = "0.2.1"
 2567source = "registry+https://github.com/rust-lang/crates.io-index"
 2568checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2569
 2570[[package]]
 2571name = "channel"
 2572version = "0.1.0"
 2573dependencies = [
 2574 "anyhow",
 2575 "client",
 2576 "clock",
 2577 "collections",
 2578 "futures 0.3.31",
 2579 "gpui",
 2580 "http_client",
 2581 "language",
 2582 "log",
 2583 "rand 0.8.5",
 2584 "release_channel",
 2585 "rpc",
 2586 "settings",
 2587 "sum_tree",
 2588 "text",
 2589 "time",
 2590 "util",
 2591]
 2592
 2593[[package]]
 2594name = "chrono"
 2595version = "0.4.40"
 2596source = "registry+https://github.com/rust-lang/crates.io-index"
 2597checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2598dependencies = [
 2599 "android-tzdata",
 2600 "iana-time-zone",
 2601 "js-sys",
 2602 "num-traits",
 2603 "serde",
 2604 "wasm-bindgen",
 2605 "windows-link",
 2606]
 2607
 2608[[package]]
 2609name = "chunked_transfer"
 2610version = "1.5.0"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2613
 2614[[package]]
 2615name = "ciborium"
 2616version = "0.2.2"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2619dependencies = [
 2620 "ciborium-io",
 2621 "ciborium-ll",
 2622 "serde",
 2623]
 2624
 2625[[package]]
 2626name = "ciborium-io"
 2627version = "0.2.2"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2630
 2631[[package]]
 2632name = "ciborium-ll"
 2633version = "0.2.2"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2636dependencies = [
 2637 "ciborium-io",
 2638 "half",
 2639]
 2640
 2641[[package]]
 2642name = "cipher"
 2643version = "0.4.4"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2646dependencies = [
 2647 "crypto-common",
 2648 "inout",
 2649 "zeroize",
 2650]
 2651
 2652[[package]]
 2653name = "circular-buffer"
 2654version = "1.0.0"
 2655source = "registry+https://github.com/rust-lang/crates.io-index"
 2656checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2657
 2658[[package]]
 2659name = "clang-sys"
 2660version = "1.8.1"
 2661source = "registry+https://github.com/rust-lang/crates.io-index"
 2662checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2663dependencies = [
 2664 "glob",
 2665 "libc",
 2666 "libloading",
 2667]
 2668
 2669[[package]]
 2670name = "clap"
 2671version = "4.5.34"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2674dependencies = [
 2675 "clap_builder",
 2676 "clap_derive",
 2677]
 2678
 2679[[package]]
 2680name = "clap_builder"
 2681version = "4.5.34"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2684dependencies = [
 2685 "anstream",
 2686 "anstyle",
 2687 "clap_lex",
 2688 "strsim",
 2689 "terminal_size",
 2690]
 2691
 2692[[package]]
 2693name = "clap_complete"
 2694version = "4.5.38"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2697dependencies = [
 2698 "clap",
 2699]
 2700
 2701[[package]]
 2702name = "clap_derive"
 2703version = "4.5.32"
 2704source = "registry+https://github.com/rust-lang/crates.io-index"
 2705checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2706dependencies = [
 2707 "heck 0.5.0",
 2708 "proc-macro2",
 2709 "quote",
 2710 "syn 2.0.100",
 2711]
 2712
 2713[[package]]
 2714name = "clap_lex"
 2715version = "0.7.4"
 2716source = "registry+https://github.com/rust-lang/crates.io-index"
 2717checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2718
 2719[[package]]
 2720name = "cli"
 2721version = "0.1.0"
 2722dependencies = [
 2723 "anyhow",
 2724 "clap",
 2725 "collections",
 2726 "core-foundation 0.9.4",
 2727 "core-services",
 2728 "exec",
 2729 "fork",
 2730 "ipc-channel",
 2731 "parking_lot",
 2732 "paths",
 2733 "plist",
 2734 "release_channel",
 2735 "serde",
 2736 "tempfile",
 2737 "util",
 2738 "windows 0.61.1",
 2739]
 2740
 2741[[package]]
 2742name = "client"
 2743version = "0.1.0"
 2744dependencies = [
 2745 "anyhow",
 2746 "async-native-tls",
 2747 "async-recursion 0.3.2",
 2748 "async-tungstenite",
 2749 "chrono",
 2750 "clock",
 2751 "cocoa 0.26.0",
 2752 "collections",
 2753 "credentials_provider",
 2754 "feature_flags",
 2755 "futures 0.3.31",
 2756 "gpui",
 2757 "http_client",
 2758 "http_client_tls",
 2759 "log",
 2760 "parking_lot",
 2761 "paths",
 2762 "postage",
 2763 "rand 0.8.5",
 2764 "release_channel",
 2765 "rpc",
 2766 "schemars",
 2767 "serde",
 2768 "serde_json",
 2769 "settings",
 2770 "sha2",
 2771 "smol",
 2772 "telemetry",
 2773 "telemetry_events",
 2774 "text",
 2775 "thiserror 2.0.12",
 2776 "time",
 2777 "tiny_http",
 2778 "tokio-socks",
 2779 "url",
 2780 "util",
 2781 "windows 0.61.1",
 2782 "worktree",
 2783]
 2784
 2785[[package]]
 2786name = "clock"
 2787version = "0.1.0"
 2788dependencies = [
 2789 "parking_lot",
 2790 "serde",
 2791 "smallvec",
 2792]
 2793
 2794[[package]]
 2795name = "cmake"
 2796version = "0.1.53"
 2797source = "registry+https://github.com/rust-lang/crates.io-index"
 2798checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2799dependencies = [
 2800 "cc",
 2801]
 2802
 2803[[package]]
 2804name = "cobs"
 2805version = "0.2.3"
 2806source = "registry+https://github.com/rust-lang/crates.io-index"
 2807checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2808
 2809[[package]]
 2810name = "cocoa"
 2811version = "0.25.0"
 2812source = "registry+https://github.com/rust-lang/crates.io-index"
 2813checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2814dependencies = [
 2815 "bitflags 1.3.2",
 2816 "block",
 2817 "cocoa-foundation 0.1.2",
 2818 "core-foundation 0.9.4",
 2819 "core-graphics 0.23.2",
 2820 "foreign-types 0.5.0",
 2821 "libc",
 2822 "objc",
 2823]
 2824
 2825[[package]]
 2826name = "cocoa"
 2827version = "0.26.0"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2830dependencies = [
 2831 "bitflags 2.9.0",
 2832 "block",
 2833 "cocoa-foundation 0.2.0",
 2834 "core-foundation 0.10.0",
 2835 "core-graphics 0.24.0",
 2836 "foreign-types 0.5.0",
 2837 "libc",
 2838 "objc",
 2839]
 2840
 2841[[package]]
 2842name = "cocoa-foundation"
 2843version = "0.1.2"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2846dependencies = [
 2847 "bitflags 1.3.2",
 2848 "block",
 2849 "core-foundation 0.9.4",
 2850 "core-graphics-types 0.1.3",
 2851 "libc",
 2852 "objc",
 2853]
 2854
 2855[[package]]
 2856name = "cocoa-foundation"
 2857version = "0.2.0"
 2858source = "registry+https://github.com/rust-lang/crates.io-index"
 2859checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2860dependencies = [
 2861 "bitflags 2.9.0",
 2862 "block",
 2863 "core-foundation 0.10.0",
 2864 "core-graphics-types 0.2.0",
 2865 "libc",
 2866 "objc",
 2867]
 2868
 2869[[package]]
 2870name = "codespan-reporting"
 2871version = "0.11.1"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2874dependencies = [
 2875 "termcolor",
 2876 "unicode-width",
 2877]
 2878
 2879[[package]]
 2880name = "collab"
 2881version = "0.44.0"
 2882dependencies = [
 2883 "anthropic",
 2884 "anyhow",
 2885 "assistant",
 2886 "assistant_context_editor",
 2887 "assistant_slash_command",
 2888 "assistant_tool",
 2889 "async-stripe",
 2890 "async-trait",
 2891 "async-tungstenite",
 2892 "audio",
 2893 "aws-config",
 2894 "aws-sdk-kinesis",
 2895 "aws-sdk-s3",
 2896 "axum",
 2897 "axum-extra",
 2898 "base64 0.22.1",
 2899 "buffer_diff",
 2900 "call",
 2901 "channel",
 2902 "chrono",
 2903 "client",
 2904 "clock",
 2905 "collab_ui",
 2906 "collections",
 2907 "command_palette_hooks",
 2908 "context_server",
 2909 "ctor",
 2910 "dap",
 2911 "dashmap 6.1.0",
 2912 "debugger_ui",
 2913 "derive_more",
 2914 "editor",
 2915 "env_logger 0.11.7",
 2916 "envy",
 2917 "extension",
 2918 "file_finder",
 2919 "fs",
 2920 "futures 0.3.31",
 2921 "git",
 2922 "git_hosting_providers",
 2923 "git_ui",
 2924 "google_ai",
 2925 "gpui",
 2926 "hex",
 2927 "http_client",
 2928 "hyper 0.14.32",
 2929 "indoc",
 2930 "jsonwebtoken",
 2931 "language",
 2932 "language_model",
 2933 "livekit_api",
 2934 "livekit_client",
 2935 "livekit_client_macos",
 2936 "log",
 2937 "lsp",
 2938 "menu",
 2939 "multi_buffer",
 2940 "nanoid",
 2941 "node_runtime",
 2942 "notifications",
 2943 "open_ai",
 2944 "parking_lot",
 2945 "pretty_assertions",
 2946 "project",
 2947 "prometheus",
 2948 "prompt_store",
 2949 "prost 0.9.0",
 2950 "rand 0.8.5",
 2951 "recent_projects",
 2952 "release_channel",
 2953 "remote",
 2954 "remote_server",
 2955 "reqwest 0.11.27",
 2956 "reqwest_client",
 2957 "rpc",
 2958 "rustc-demangle",
 2959 "scrypt",
 2960 "sea-orm",
 2961 "semantic_version",
 2962 "semver",
 2963 "serde",
 2964 "serde_derive",
 2965 "serde_json",
 2966 "session",
 2967 "settings",
 2968 "sha2",
 2969 "sqlx",
 2970 "strum",
 2971 "subtle",
 2972 "supermaven_api",
 2973 "telemetry_events",
 2974 "text",
 2975 "theme",
 2976 "thiserror 2.0.12",
 2977 "time",
 2978 "tokio",
 2979 "toml 0.8.20",
 2980 "tower",
 2981 "tower-http 0.4.4",
 2982 "tracing",
 2983 "tracing-subscriber",
 2984 "unindent",
 2985 "util",
 2986 "uuid",
 2987 "workspace",
 2988 "worktree",
 2989]
 2990
 2991[[package]]
 2992name = "collab_ui"
 2993version = "0.1.0"
 2994dependencies = [
 2995 "anyhow",
 2996 "call",
 2997 "channel",
 2998 "chrono",
 2999 "client",
 3000 "collections",
 3001 "db",
 3002 "editor",
 3003 "emojis",
 3004 "futures 0.3.31",
 3005 "fuzzy",
 3006 "gpui",
 3007 "http_client",
 3008 "language",
 3009 "menu",
 3010 "notifications",
 3011 "picker",
 3012 "pretty_assertions",
 3013 "project",
 3014 "release_channel",
 3015 "rich_text",
 3016 "rpc",
 3017 "schemars",
 3018 "serde",
 3019 "serde_derive",
 3020 "serde_json",
 3021 "settings",
 3022 "smallvec",
 3023 "story",
 3024 "telemetry",
 3025 "theme",
 3026 "time",
 3027 "time_format",
 3028 "title_bar",
 3029 "tree-sitter-md",
 3030 "ui",
 3031 "util",
 3032 "workspace",
 3033]
 3034
 3035[[package]]
 3036name = "collections"
 3037version = "0.1.0"
 3038dependencies = [
 3039 "indexmap",
 3040 "rustc-hash 2.1.1",
 3041]
 3042
 3043[[package]]
 3044name = "color_quant"
 3045version = "1.1.0"
 3046source = "registry+https://github.com/rust-lang/crates.io-index"
 3047checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3048
 3049[[package]]
 3050name = "colorchoice"
 3051version = "1.0.3"
 3052source = "registry+https://github.com/rust-lang/crates.io-index"
 3053checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3054
 3055[[package]]
 3056name = "combine"
 3057version = "4.6.7"
 3058source = "registry+https://github.com/rust-lang/crates.io-index"
 3059checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3060dependencies = [
 3061 "bytes 1.10.1",
 3062 "memchr",
 3063]
 3064
 3065[[package]]
 3066name = "command_palette"
 3067version = "0.1.0"
 3068dependencies = [
 3069 "client",
 3070 "collections",
 3071 "command_palette_hooks",
 3072 "ctor",
 3073 "editor",
 3074 "env_logger 0.11.7",
 3075 "fuzzy",
 3076 "go_to_line",
 3077 "gpui",
 3078 "language",
 3079 "menu",
 3080 "picker",
 3081 "postage",
 3082 "project",
 3083 "serde",
 3084 "serde_json",
 3085 "settings",
 3086 "telemetry",
 3087 "theme",
 3088 "ui",
 3089 "util",
 3090 "workspace",
 3091 "zed_actions",
 3092]
 3093
 3094[[package]]
 3095name = "command_palette_hooks"
 3096version = "0.1.0"
 3097dependencies = [
 3098 "collections",
 3099 "derive_more",
 3100 "gpui",
 3101]
 3102
 3103[[package]]
 3104name = "component"
 3105version = "0.1.0"
 3106dependencies = [
 3107 "collections",
 3108 "gpui",
 3109 "linkme",
 3110 "parking_lot",
 3111 "theme",
 3112]
 3113
 3114[[package]]
 3115name = "component_preview"
 3116version = "0.1.0"
 3117dependencies = [
 3118 "client",
 3119 "collections",
 3120 "component",
 3121 "gpui",
 3122 "languages",
 3123 "notifications",
 3124 "project",
 3125 "ui",
 3126 "workspace",
 3127]
 3128
 3129[[package]]
 3130name = "concurrent-queue"
 3131version = "2.5.0"
 3132source = "registry+https://github.com/rust-lang/crates.io-index"
 3133checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3134dependencies = [
 3135 "crossbeam-utils",
 3136]
 3137
 3138[[package]]
 3139name = "console"
 3140version = "0.15.8"
 3141source = "registry+https://github.com/rust-lang/crates.io-index"
 3142checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3143dependencies = [
 3144 "encode_unicode",
 3145 "lazy_static",
 3146 "libc",
 3147 "unicode-width",
 3148 "windows-sys 0.52.0",
 3149]
 3150
 3151[[package]]
 3152name = "const-oid"
 3153version = "0.9.6"
 3154source = "registry+https://github.com/rust-lang/crates.io-index"
 3155checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3156
 3157[[package]]
 3158name = "const-random"
 3159version = "0.1.18"
 3160source = "registry+https://github.com/rust-lang/crates.io-index"
 3161checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3162dependencies = [
 3163 "const-random-macro",
 3164]
 3165
 3166[[package]]
 3167name = "const-random-macro"
 3168version = "0.1.16"
 3169source = "registry+https://github.com/rust-lang/crates.io-index"
 3170checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3171dependencies = [
 3172 "getrandom 0.2.15",
 3173 "once_cell",
 3174 "tiny-keccak",
 3175]
 3176
 3177[[package]]
 3178name = "constant_time_eq"
 3179version = "0.1.5"
 3180source = "registry+https://github.com/rust-lang/crates.io-index"
 3181checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3182
 3183[[package]]
 3184name = "constant_time_eq"
 3185version = "0.3.1"
 3186source = "registry+https://github.com/rust-lang/crates.io-index"
 3187checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3188
 3189[[package]]
 3190name = "context_server"
 3191version = "0.1.0"
 3192dependencies = [
 3193 "anyhow",
 3194 "assistant_tool",
 3195 "async-trait",
 3196 "collections",
 3197 "command_palette_hooks",
 3198 "context_server_settings",
 3199 "extension",
 3200 "futures 0.3.31",
 3201 "gpui",
 3202 "icons",
 3203 "language_model",
 3204 "log",
 3205 "parking_lot",
 3206 "postage",
 3207 "project",
 3208 "serde",
 3209 "serde_json",
 3210 "settings",
 3211 "smol",
 3212 "url",
 3213 "util",
 3214]
 3215
 3216[[package]]
 3217name = "context_server_settings"
 3218version = "0.1.0"
 3219dependencies = [
 3220 "anyhow",
 3221 "collections",
 3222 "gpui",
 3223 "schemars",
 3224 "serde",
 3225 "serde_json",
 3226 "settings",
 3227]
 3228
 3229[[package]]
 3230name = "convert_case"
 3231version = "0.4.0"
 3232source = "registry+https://github.com/rust-lang/crates.io-index"
 3233checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3234
 3235[[package]]
 3236name = "convert_case"
 3237version = "0.8.0"
 3238source = "registry+https://github.com/rust-lang/crates.io-index"
 3239checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3240dependencies = [
 3241 "unicode-segmentation",
 3242]
 3243
 3244[[package]]
 3245name = "copilot"
 3246version = "0.1.0"
 3247dependencies = [
 3248 "anyhow",
 3249 "async-std",
 3250 "chrono",
 3251 "client",
 3252 "clock",
 3253 "collections",
 3254 "command_palette_hooks",
 3255 "ctor",
 3256 "editor",
 3257 "env_logger 0.11.7",
 3258 "fs",
 3259 "futures 0.3.31",
 3260 "gpui",
 3261 "http_client",
 3262 "indoc",
 3263 "inline_completion",
 3264 "language",
 3265 "log",
 3266 "lsp",
 3267 "menu",
 3268 "node_runtime",
 3269 "parking_lot",
 3270 "paths",
 3271 "project",
 3272 "rpc",
 3273 "schemars",
 3274 "serde",
 3275 "serde_json",
 3276 "settings",
 3277 "strum",
 3278 "task",
 3279 "theme",
 3280 "ui",
 3281 "util",
 3282 "workspace",
 3283]
 3284
 3285[[package]]
 3286name = "core-foundation"
 3287version = "0.9.4"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3290dependencies = [
 3291 "core-foundation-sys",
 3292 "libc",
 3293]
 3294
 3295[[package]]
 3296name = "core-foundation"
 3297version = "0.10.0"
 3298source = "registry+https://github.com/rust-lang/crates.io-index"
 3299checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3300dependencies = [
 3301 "core-foundation-sys",
 3302 "libc",
 3303]
 3304
 3305[[package]]
 3306name = "core-foundation-sys"
 3307version = "0.8.7"
 3308source = "registry+https://github.com/rust-lang/crates.io-index"
 3309checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3310
 3311[[package]]
 3312name = "core-graphics"
 3313version = "0.23.2"
 3314source = "registry+https://github.com/rust-lang/crates.io-index"
 3315checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3316dependencies = [
 3317 "bitflags 1.3.2",
 3318 "core-foundation 0.9.4",
 3319 "core-graphics-types 0.1.3",
 3320 "foreign-types 0.5.0",
 3321 "libc",
 3322]
 3323
 3324[[package]]
 3325name = "core-graphics"
 3326version = "0.24.0"
 3327source = "registry+https://github.com/rust-lang/crates.io-index"
 3328checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3329dependencies = [
 3330 "bitflags 2.9.0",
 3331 "core-foundation 0.10.0",
 3332 "core-graphics-types 0.2.0",
 3333 "foreign-types 0.5.0",
 3334 "libc",
 3335]
 3336
 3337[[package]]
 3338name = "core-graphics-types"
 3339version = "0.1.3"
 3340source = "registry+https://github.com/rust-lang/crates.io-index"
 3341checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3342dependencies = [
 3343 "bitflags 1.3.2",
 3344 "core-foundation 0.9.4",
 3345 "libc",
 3346]
 3347
 3348[[package]]
 3349name = "core-graphics-types"
 3350version = "0.2.0"
 3351source = "registry+https://github.com/rust-lang/crates.io-index"
 3352checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3353dependencies = [
 3354 "bitflags 2.9.0",
 3355 "core-foundation 0.10.0",
 3356 "libc",
 3357]
 3358
 3359[[package]]
 3360name = "core-services"
 3361version = "0.2.1"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3364dependencies = [
 3365 "core-foundation 0.9.4",
 3366]
 3367
 3368[[package]]
 3369name = "core-text"
 3370version = "20.1.0"
 3371source = "registry+https://github.com/rust-lang/crates.io-index"
 3372checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3373dependencies = [
 3374 "core-foundation 0.9.4",
 3375 "core-graphics 0.23.2",
 3376 "foreign-types 0.5.0",
 3377 "libc",
 3378]
 3379
 3380[[package]]
 3381name = "core_maths"
 3382version = "0.1.1"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3385dependencies = [
 3386 "libm",
 3387]
 3388
 3389[[package]]
 3390name = "coreaudio-rs"
 3391version = "0.11.3"
 3392source = "registry+https://github.com/rust-lang/crates.io-index"
 3393checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3394dependencies = [
 3395 "bitflags 1.3.2",
 3396 "core-foundation-sys",
 3397 "coreaudio-sys",
 3398]
 3399
 3400[[package]]
 3401name = "coreaudio-rs"
 3402version = "0.12.1"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3405dependencies = [
 3406 "bitflags 1.3.2",
 3407 "core-foundation-sys",
 3408 "coreaudio-sys",
 3409]
 3410
 3411[[package]]
 3412name = "coreaudio-sys"
 3413version = "0.2.16"
 3414source = "registry+https://github.com/rust-lang/crates.io-index"
 3415checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3416dependencies = [
 3417 "bindgen 0.70.1",
 3418]
 3419
 3420[[package]]
 3421name = "cosmic-text"
 3422version = "0.13.2"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3425dependencies = [
 3426 "bitflags 2.9.0",
 3427 "fontdb 0.16.2",
 3428 "log",
 3429 "rangemap",
 3430 "rustc-hash 1.1.0",
 3431 "rustybuzz 0.14.1",
 3432 "self_cell",
 3433 "smol_str 0.2.2",
 3434 "swash",
 3435 "sys-locale",
 3436 "ttf-parser 0.21.1",
 3437 "unicode-bidi",
 3438 "unicode-linebreak",
 3439 "unicode-script",
 3440 "unicode-segmentation",
 3441]
 3442
 3443[[package]]
 3444name = "cpal"
 3445version = "0.15.3"
 3446source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3447dependencies = [
 3448 "alsa",
 3449 "core-foundation-sys",
 3450 "coreaudio-rs 0.11.3",
 3451 "dasp_sample",
 3452 "jni",
 3453 "js-sys",
 3454 "libc",
 3455 "mach2",
 3456 "ndk",
 3457 "ndk-context",
 3458 "oboe",
 3459 "wasm-bindgen",
 3460 "wasm-bindgen-futures",
 3461 "web-sys",
 3462 "windows 0.54.0",
 3463]
 3464
 3465[[package]]
 3466name = "cpp_demangle"
 3467version = "0.4.4"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3470dependencies = [
 3471 "cfg-if",
 3472]
 3473
 3474[[package]]
 3475name = "cpufeatures"
 3476version = "0.2.16"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3479dependencies = [
 3480 "libc",
 3481]
 3482
 3483[[package]]
 3484name = "cranelift-bforest"
 3485version = "0.116.1"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3488dependencies = [
 3489 "cranelift-entity",
 3490]
 3491
 3492[[package]]
 3493name = "cranelift-bitset"
 3494version = "0.116.1"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3497dependencies = [
 3498 "serde",
 3499 "serde_derive",
 3500]
 3501
 3502[[package]]
 3503name = "cranelift-codegen"
 3504version = "0.116.1"
 3505source = "registry+https://github.com/rust-lang/crates.io-index"
 3506checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3507dependencies = [
 3508 "bumpalo",
 3509 "cranelift-bforest",
 3510 "cranelift-bitset",
 3511 "cranelift-codegen-meta",
 3512 "cranelift-codegen-shared",
 3513 "cranelift-control",
 3514 "cranelift-entity",
 3515 "cranelift-isle",
 3516 "gimli",
 3517 "hashbrown 0.14.5",
 3518 "log",
 3519 "regalloc2",
 3520 "rustc-hash 2.1.1",
 3521 "serde",
 3522 "smallvec",
 3523 "target-lexicon 0.13.2",
 3524]
 3525
 3526[[package]]
 3527name = "cranelift-codegen-meta"
 3528version = "0.116.1"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3531dependencies = [
 3532 "cranelift-codegen-shared",
 3533]
 3534
 3535[[package]]
 3536name = "cranelift-codegen-shared"
 3537version = "0.116.1"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3540
 3541[[package]]
 3542name = "cranelift-control"
 3543version = "0.116.1"
 3544source = "registry+https://github.com/rust-lang/crates.io-index"
 3545checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3546dependencies = [
 3547 "arbitrary",
 3548]
 3549
 3550[[package]]
 3551name = "cranelift-entity"
 3552version = "0.116.1"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3555dependencies = [
 3556 "cranelift-bitset",
 3557 "serde",
 3558 "serde_derive",
 3559]
 3560
 3561[[package]]
 3562name = "cranelift-frontend"
 3563version = "0.116.1"
 3564source = "registry+https://github.com/rust-lang/crates.io-index"
 3565checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3566dependencies = [
 3567 "cranelift-codegen",
 3568 "log",
 3569 "smallvec",
 3570 "target-lexicon 0.13.2",
 3571]
 3572
 3573[[package]]
 3574name = "cranelift-isle"
 3575version = "0.116.1"
 3576source = "registry+https://github.com/rust-lang/crates.io-index"
 3577checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3578
 3579[[package]]
 3580name = "cranelift-native"
 3581version = "0.116.1"
 3582source = "registry+https://github.com/rust-lang/crates.io-index"
 3583checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3584dependencies = [
 3585 "cranelift-codegen",
 3586 "libc",
 3587 "target-lexicon 0.13.2",
 3588]
 3589
 3590[[package]]
 3591name = "crc"
 3592version = "3.2.1"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3595dependencies = [
 3596 "crc-catalog",
 3597]
 3598
 3599[[package]]
 3600name = "crc-catalog"
 3601version = "2.4.0"
 3602source = "registry+https://github.com/rust-lang/crates.io-index"
 3603checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3604
 3605[[package]]
 3606name = "crc32c"
 3607version = "0.6.8"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3610dependencies = [
 3611 "rustc_version",
 3612]
 3613
 3614[[package]]
 3615name = "crc32fast"
 3616version = "1.4.2"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3619dependencies = [
 3620 "cfg-if",
 3621]
 3622
 3623[[package]]
 3624name = "crc64fast-nvme"
 3625version = "1.1.1"
 3626source = "registry+https://github.com/rust-lang/crates.io-index"
 3627checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3628dependencies = [
 3629 "cbindgen 0.27.0",
 3630 "crc",
 3631]
 3632
 3633[[package]]
 3634name = "credentials_provider"
 3635version = "0.1.0"
 3636dependencies = [
 3637 "anyhow",
 3638 "futures 0.3.31",
 3639 "gpui",
 3640 "paths",
 3641 "release_channel",
 3642 "serde",
 3643 "serde_json",
 3644]
 3645
 3646[[package]]
 3647name = "criterion"
 3648version = "0.5.1"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3651dependencies = [
 3652 "anes",
 3653 "cast",
 3654 "ciborium",
 3655 "clap",
 3656 "criterion-plot",
 3657 "is-terminal",
 3658 "itertools 0.10.5",
 3659 "num-traits",
 3660 "once_cell",
 3661 "oorandom",
 3662 "plotters",
 3663 "rayon",
 3664 "regex",
 3665 "serde",
 3666 "serde_derive",
 3667 "serde_json",
 3668 "tinytemplate",
 3669 "walkdir",
 3670]
 3671
 3672[[package]]
 3673name = "criterion-plot"
 3674version = "0.5.0"
 3675source = "registry+https://github.com/rust-lang/crates.io-index"
 3676checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3677dependencies = [
 3678 "cast",
 3679 "itertools 0.10.5",
 3680]
 3681
 3682[[package]]
 3683name = "crossbeam-channel"
 3684version = "0.5.13"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3687dependencies = [
 3688 "crossbeam-utils",
 3689]
 3690
 3691[[package]]
 3692name = "crossbeam-deque"
 3693version = "0.8.5"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3696dependencies = [
 3697 "crossbeam-epoch",
 3698 "crossbeam-utils",
 3699]
 3700
 3701[[package]]
 3702name = "crossbeam-epoch"
 3703version = "0.9.18"
 3704source = "registry+https://github.com/rust-lang/crates.io-index"
 3705checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3706dependencies = [
 3707 "crossbeam-utils",
 3708]
 3709
 3710[[package]]
 3711name = "crossbeam-queue"
 3712version = "0.3.11"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3715dependencies = [
 3716 "crossbeam-utils",
 3717]
 3718
 3719[[package]]
 3720name = "crossbeam-utils"
 3721version = "0.8.20"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3724
 3725[[package]]
 3726name = "crunchy"
 3727version = "0.2.2"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3730
 3731[[package]]
 3732name = "crypto-bigint"
 3733version = "0.4.9"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3736dependencies = [
 3737 "generic-array",
 3738 "rand_core 0.6.4",
 3739 "subtle",
 3740 "zeroize",
 3741]
 3742
 3743[[package]]
 3744name = "crypto-bigint"
 3745version = "0.5.5"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3748dependencies = [
 3749 "rand_core 0.6.4",
 3750 "subtle",
 3751]
 3752
 3753[[package]]
 3754name = "crypto-common"
 3755version = "0.1.6"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3758dependencies = [
 3759 "generic-array",
 3760 "rand_core 0.6.4",
 3761 "typenum",
 3762]
 3763
 3764[[package]]
 3765name = "ctor"
 3766version = "0.4.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3769dependencies = [
 3770 "ctor-proc-macro",
 3771 "dtor",
 3772]
 3773
 3774[[package]]
 3775name = "ctor-proc-macro"
 3776version = "0.0.5"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3779
 3780[[package]]
 3781name = "ctrlc"
 3782version = "3.4.5"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3785dependencies = [
 3786 "nix",
 3787 "windows-sys 0.59.0",
 3788]
 3789
 3790[[package]]
 3791name = "cursor-icon"
 3792version = "1.1.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3795
 3796[[package]]
 3797name = "cxx"
 3798version = "1.0.134"
 3799source = "registry+https://github.com/rust-lang/crates.io-index"
 3800checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3801dependencies = [
 3802 "cc",
 3803 "cxxbridge-cmd",
 3804 "cxxbridge-flags",
 3805 "cxxbridge-macro",
 3806 "foldhash",
 3807 "link-cplusplus",
 3808]
 3809
 3810[[package]]
 3811name = "cxx-build"
 3812version = "1.0.134"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3815dependencies = [
 3816 "cc",
 3817 "codespan-reporting",
 3818 "proc-macro2",
 3819 "quote",
 3820 "scratch",
 3821 "syn 2.0.100",
 3822]
 3823
 3824[[package]]
 3825name = "cxxbridge-cmd"
 3826version = "1.0.134"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3829dependencies = [
 3830 "clap",
 3831 "codespan-reporting",
 3832 "proc-macro2",
 3833 "quote",
 3834 "syn 2.0.100",
 3835]
 3836
 3837[[package]]
 3838name = "cxxbridge-flags"
 3839version = "1.0.134"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3842
 3843[[package]]
 3844name = "cxxbridge-macro"
 3845version = "1.0.134"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3848dependencies = [
 3849 "proc-macro2",
 3850 "quote",
 3851 "rustversion",
 3852 "syn 2.0.100",
 3853]
 3854
 3855[[package]]
 3856name = "dap"
 3857version = "0.1.0"
 3858dependencies = [
 3859 "anyhow",
 3860 "async-compression",
 3861 "async-pipe",
 3862 "async-tar",
 3863 "async-trait",
 3864 "client",
 3865 "collections",
 3866 "dap-types",
 3867 "env_logger 0.11.7",
 3868 "fs",
 3869 "futures 0.3.31",
 3870 "gpui",
 3871 "http_client",
 3872 "language",
 3873 "log",
 3874 "node_runtime",
 3875 "parking_lot",
 3876 "paths",
 3877 "schemars",
 3878 "serde",
 3879 "serde_json",
 3880 "settings",
 3881 "smallvec",
 3882 "smol",
 3883 "task",
 3884 "util",
 3885]
 3886
 3887[[package]]
 3888name = "dap-types"
 3889version = "0.0.1"
 3890source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3891dependencies = [
 3892 "schemars",
 3893 "serde",
 3894 "serde_json",
 3895]
 3896
 3897[[package]]
 3898name = "dap_adapters"
 3899version = "0.1.0"
 3900dependencies = [
 3901 "anyhow",
 3902 "async-trait",
 3903 "dap",
 3904 "gpui",
 3905 "language",
 3906 "paths",
 3907 "regex",
 3908 "serde",
 3909 "serde_json",
 3910 "sysinfo",
 3911 "task",
 3912 "util",
 3913]
 3914
 3915[[package]]
 3916name = "dashmap"
 3917version = "5.5.3"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3920dependencies = [
 3921 "cfg-if",
 3922 "hashbrown 0.14.5",
 3923 "lock_api",
 3924 "once_cell",
 3925 "parking_lot_core",
 3926]
 3927
 3928[[package]]
 3929name = "dashmap"
 3930version = "6.1.0"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3933dependencies = [
 3934 "cfg-if",
 3935 "crossbeam-utils",
 3936 "hashbrown 0.14.5",
 3937 "lock_api",
 3938 "once_cell",
 3939 "parking_lot_core",
 3940]
 3941
 3942[[package]]
 3943name = "dasp_sample"
 3944version = "0.11.0"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3947
 3948[[package]]
 3949name = "data-encoding"
 3950version = "2.6.0"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3953
 3954[[package]]
 3955name = "data-url"
 3956version = "0.3.1"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3959
 3960[[package]]
 3961name = "db"
 3962version = "0.1.0"
 3963dependencies = [
 3964 "anyhow",
 3965 "gpui",
 3966 "indoc",
 3967 "log",
 3968 "paths",
 3969 "release_channel",
 3970 "smol",
 3971 "sqlez",
 3972 "sqlez_macros",
 3973 "tempfile",
 3974 "util",
 3975]
 3976
 3977[[package]]
 3978name = "dbus"
 3979version = "0.9.7"
 3980source = "registry+https://github.com/rust-lang/crates.io-index"
 3981checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3982dependencies = [
 3983 "libc",
 3984 "libdbus-sys",
 3985 "winapi",
 3986]
 3987
 3988[[package]]
 3989name = "debugger_tools"
 3990version = "0.1.0"
 3991dependencies = [
 3992 "anyhow",
 3993 "dap",
 3994 "editor",
 3995 "futures 0.3.31",
 3996 "gpui",
 3997 "project",
 3998 "serde_json",
 3999 "settings",
 4000 "smol",
 4001 "util",
 4002 "workspace",
 4003]
 4004
 4005[[package]]
 4006name = "debugger_ui"
 4007version = "0.1.0"
 4008dependencies = [
 4009 "anyhow",
 4010 "client",
 4011 "collections",
 4012 "command_palette_hooks",
 4013 "dap",
 4014 "editor",
 4015 "env_logger 0.11.7",
 4016 "feature_flags",
 4017 "futures 0.3.31",
 4018 "fuzzy",
 4019 "gpui",
 4020 "language",
 4021 "log",
 4022 "menu",
 4023 "picker",
 4024 "pretty_assertions",
 4025 "project",
 4026 "rpc",
 4027 "serde",
 4028 "serde_json",
 4029 "settings",
 4030 "sysinfo",
 4031 "task",
 4032 "terminal_view",
 4033 "theme",
 4034 "ui",
 4035 "unindent",
 4036 "util",
 4037 "workspace",
 4038]
 4039
 4040[[package]]
 4041name = "deepseek"
 4042version = "0.1.0"
 4043dependencies = [
 4044 "anyhow",
 4045 "futures 0.3.31",
 4046 "http_client",
 4047 "schemars",
 4048 "serde",
 4049 "serde_json",
 4050]
 4051
 4052[[package]]
 4053name = "deflate64"
 4054version = "0.1.9"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4057
 4058[[package]]
 4059name = "der"
 4060version = "0.6.1"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4063dependencies = [
 4064 "const-oid",
 4065 "zeroize",
 4066]
 4067
 4068[[package]]
 4069name = "der"
 4070version = "0.7.9"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4073dependencies = [
 4074 "const-oid",
 4075 "pem-rfc7468",
 4076 "zeroize",
 4077]
 4078
 4079[[package]]
 4080name = "deranged"
 4081version = "0.4.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4084dependencies = [
 4085 "powerfmt",
 4086 "serde",
 4087]
 4088
 4089[[package]]
 4090name = "derive_more"
 4091version = "0.99.19"
 4092source = "registry+https://github.com/rust-lang/crates.io-index"
 4093checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4094dependencies = [
 4095 "convert_case 0.4.0",
 4096 "proc-macro2",
 4097 "quote",
 4098 "rustc_version",
 4099 "syn 2.0.100",
 4100]
 4101
 4102[[package]]
 4103name = "derive_refineable"
 4104version = "0.1.0"
 4105dependencies = [
 4106 "proc-macro2",
 4107 "quote",
 4108 "syn 1.0.109",
 4109]
 4110
 4111[[package]]
 4112name = "diagnostics"
 4113version = "0.1.0"
 4114dependencies = [
 4115 "anyhow",
 4116 "client",
 4117 "collections",
 4118 "ctor",
 4119 "editor",
 4120 "env_logger 0.11.7",
 4121 "gpui",
 4122 "language",
 4123 "log",
 4124 "lsp",
 4125 "pretty_assertions",
 4126 "project",
 4127 "rand 0.8.5",
 4128 "serde",
 4129 "serde_json",
 4130 "settings",
 4131 "theme",
 4132 "ui",
 4133 "unindent",
 4134 "util",
 4135 "workspace",
 4136]
 4137
 4138[[package]]
 4139name = "dialoguer"
 4140version = "0.11.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4143dependencies = [
 4144 "console",
 4145 "fuzzy-matcher",
 4146 "shell-words",
 4147 "tempfile",
 4148 "thiserror 1.0.69",
 4149 "zeroize",
 4150]
 4151
 4152[[package]]
 4153name = "diff"
 4154version = "0.1.13"
 4155source = "registry+https://github.com/rust-lang/crates.io-index"
 4156checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4157
 4158[[package]]
 4159name = "digest"
 4160version = "0.10.7"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4163dependencies = [
 4164 "block-buffer",
 4165 "const-oid",
 4166 "crypto-common",
 4167 "subtle",
 4168]
 4169
 4170[[package]]
 4171name = "dirs"
 4172version = "4.0.0"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4175dependencies = [
 4176 "dirs-sys 0.3.7",
 4177]
 4178
 4179[[package]]
 4180name = "dirs"
 4181version = "5.0.1"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4184dependencies = [
 4185 "dirs-sys 0.4.1",
 4186]
 4187
 4188[[package]]
 4189name = "dirs-sys"
 4190version = "0.3.7"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4193dependencies = [
 4194 "libc",
 4195 "redox_users",
 4196 "winapi",
 4197]
 4198
 4199[[package]]
 4200name = "dirs-sys"
 4201version = "0.4.1"
 4202source = "registry+https://github.com/rust-lang/crates.io-index"
 4203checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4204dependencies = [
 4205 "libc",
 4206 "option-ext",
 4207 "redox_users",
 4208 "windows-sys 0.48.0",
 4209]
 4210
 4211[[package]]
 4212name = "displaydoc"
 4213version = "0.2.5"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4216dependencies = [
 4217 "proc-macro2",
 4218 "quote",
 4219 "syn 2.0.100",
 4220]
 4221
 4222[[package]]
 4223name = "dlib"
 4224version = "0.5.2"
 4225source = "registry+https://github.com/rust-lang/crates.io-index"
 4226checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4227dependencies = [
 4228 "libloading",
 4229]
 4230
 4231[[package]]
 4232name = "docs_preprocessor"
 4233version = "0.1.0"
 4234dependencies = [
 4235 "anyhow",
 4236 "clap",
 4237 "mdbook",
 4238 "regex",
 4239 "serde",
 4240 "serde_json",
 4241 "settings",
 4242 "util",
 4243]
 4244
 4245[[package]]
 4246name = "dotenvy"
 4247version = "0.15.7"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4250
 4251[[package]]
 4252name = "downcast-rs"
 4253version = "1.2.1"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4256
 4257[[package]]
 4258name = "doxygen-rs"
 4259version = "0.4.2"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4262dependencies = [
 4263 "phf",
 4264]
 4265
 4266[[package]]
 4267name = "dtor"
 4268version = "0.0.5"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4271dependencies = [
 4272 "dtor-proc-macro",
 4273]
 4274
 4275[[package]]
 4276name = "dtor-proc-macro"
 4277version = "0.0.5"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4280
 4281[[package]]
 4282name = "dunce"
 4283version = "1.0.5"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4286
 4287[[package]]
 4288name = "dwrote"
 4289version = "0.11.2"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4292dependencies = [
 4293 "lazy_static",
 4294 "libc",
 4295 "winapi",
 4296 "wio",
 4297]
 4298
 4299[[package]]
 4300name = "dyn-clone"
 4301version = "1.0.17"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4304
 4305[[package]]
 4306name = "ec4rs"
 4307version = "1.1.1"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4310
 4311[[package]]
 4312name = "ecdsa"
 4313version = "0.14.8"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4316dependencies = [
 4317 "der 0.6.1",
 4318 "elliptic-curve",
 4319 "rfc6979",
 4320 "signature 1.6.4",
 4321]
 4322
 4323[[package]]
 4324name = "editor"
 4325version = "0.1.0"
 4326dependencies = [
 4327 "aho-corasick",
 4328 "anyhow",
 4329 "assets",
 4330 "buffer_diff",
 4331 "chrono",
 4332 "client",
 4333 "clock",
 4334 "collections",
 4335 "convert_case 0.8.0",
 4336 "ctor",
 4337 "db",
 4338 "emojis",
 4339 "env_logger 0.11.7",
 4340 "feature_flags",
 4341 "file_icons",
 4342 "fs",
 4343 "futures 0.3.31",
 4344 "fuzzy",
 4345 "git",
 4346 "gpui",
 4347 "http_client",
 4348 "indoc",
 4349 "inline_completion",
 4350 "itertools 0.14.0",
 4351 "language",
 4352 "languages",
 4353 "linkify",
 4354 "log",
 4355 "lsp",
 4356 "markdown",
 4357 "menu",
 4358 "multi_buffer",
 4359 "ordered-float 2.10.1",
 4360 "parking_lot",
 4361 "pretty_assertions",
 4362 "project",
 4363 "rand 0.8.5",
 4364 "release_channel",
 4365 "rpc",
 4366 "schemars",
 4367 "serde",
 4368 "serde_json",
 4369 "settings",
 4370 "smallvec",
 4371 "smol",
 4372 "snippet",
 4373 "sum_tree",
 4374 "task",
 4375 "telemetry",
 4376 "tempfile",
 4377 "text",
 4378 "theme",
 4379 "time",
 4380 "time_format",
 4381 "tree-sitter-html",
 4382 "tree-sitter-rust",
 4383 "tree-sitter-typescript",
 4384 "ui",
 4385 "unicode-script",
 4386 "unicode-segmentation",
 4387 "unindent",
 4388 "url",
 4389 "util",
 4390 "uuid",
 4391 "workspace",
 4392 "zed_actions",
 4393]
 4394
 4395[[package]]
 4396name = "either"
 4397version = "1.13.0"
 4398source = "registry+https://github.com/rust-lang/crates.io-index"
 4399checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4400dependencies = [
 4401 "serde",
 4402]
 4403
 4404[[package]]
 4405name = "elasticlunr-rs"
 4406version = "3.0.2"
 4407source = "registry+https://github.com/rust-lang/crates.io-index"
 4408checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4409dependencies = [
 4410 "regex",
 4411 "serde",
 4412 "serde_derive",
 4413 "serde_json",
 4414]
 4415
 4416[[package]]
 4417name = "elliptic-curve"
 4418version = "0.12.3"
 4419source = "registry+https://github.com/rust-lang/crates.io-index"
 4420checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4421dependencies = [
 4422 "base16ct",
 4423 "crypto-bigint 0.4.9",
 4424 "der 0.6.1",
 4425 "digest",
 4426 "ff",
 4427 "generic-array",
 4428 "group",
 4429 "pkcs8 0.9.0",
 4430 "rand_core 0.6.4",
 4431 "sec1",
 4432 "subtle",
 4433 "zeroize",
 4434]
 4435
 4436[[package]]
 4437name = "embed-resource"
 4438version = "3.0.2"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4441dependencies = [
 4442 "cc",
 4443 "memchr",
 4444 "rustc_version",
 4445 "toml 0.8.20",
 4446 "vswhom",
 4447 "winreg 0.52.0",
 4448]
 4449
 4450[[package]]
 4451name = "embedded-io"
 4452version = "0.4.0"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4455
 4456[[package]]
 4457name = "embedded-io"
 4458version = "0.6.1"
 4459source = "registry+https://github.com/rust-lang/crates.io-index"
 4460checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4461
 4462[[package]]
 4463name = "emojis"
 4464version = "0.6.4"
 4465source = "registry+https://github.com/rust-lang/crates.io-index"
 4466checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4467dependencies = [
 4468 "phf",
 4469]
 4470
 4471[[package]]
 4472name = "encode_unicode"
 4473version = "0.3.6"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4476
 4477[[package]]
 4478name = "encoding_rs"
 4479version = "0.8.35"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4482dependencies = [
 4483 "cfg-if",
 4484]
 4485
 4486[[package]]
 4487name = "endi"
 4488version = "1.1.0"
 4489source = "registry+https://github.com/rust-lang/crates.io-index"
 4490checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4491
 4492[[package]]
 4493name = "enumflags2"
 4494version = "0.7.10"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4497dependencies = [
 4498 "enumflags2_derive",
 4499 "serde",
 4500]
 4501
 4502[[package]]
 4503name = "enumflags2_derive"
 4504version = "0.7.10"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4507dependencies = [
 4508 "proc-macro2",
 4509 "quote",
 4510 "syn 2.0.100",
 4511]
 4512
 4513[[package]]
 4514name = "env_filter"
 4515version = "0.1.2"
 4516source = "registry+https://github.com/rust-lang/crates.io-index"
 4517checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4518dependencies = [
 4519 "log",
 4520 "regex",
 4521]
 4522
 4523[[package]]
 4524name = "env_logger"
 4525version = "0.10.2"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4528dependencies = [
 4529 "humantime",
 4530 "is-terminal",
 4531 "log",
 4532 "regex",
 4533 "termcolor",
 4534]
 4535
 4536[[package]]
 4537name = "env_logger"
 4538version = "0.11.7"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4541dependencies = [
 4542 "anstream",
 4543 "anstyle",
 4544 "env_filter",
 4545 "jiff",
 4546 "log",
 4547]
 4548
 4549[[package]]
 4550name = "envy"
 4551version = "0.4.2"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4554dependencies = [
 4555 "serde",
 4556]
 4557
 4558[[package]]
 4559name = "equivalent"
 4560version = "1.0.1"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4563
 4564[[package]]
 4565name = "erased-serde"
 4566version = "0.4.5"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4569dependencies = [
 4570 "serde",
 4571 "typeid",
 4572]
 4573
 4574[[package]]
 4575name = "errno"
 4576version = "0.2.8"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4579dependencies = [
 4580 "errno-dragonfly",
 4581 "libc",
 4582 "winapi",
 4583]
 4584
 4585[[package]]
 4586name = "errno"
 4587version = "0.3.10"
 4588source = "registry+https://github.com/rust-lang/crates.io-index"
 4589checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4590dependencies = [
 4591 "libc",
 4592 "windows-sys 0.59.0",
 4593]
 4594
 4595[[package]]
 4596name = "errno-dragonfly"
 4597version = "0.1.2"
 4598source = "registry+https://github.com/rust-lang/crates.io-index"
 4599checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4600dependencies = [
 4601 "cc",
 4602 "libc",
 4603]
 4604
 4605[[package]]
 4606name = "etagere"
 4607version = "0.2.15"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4610dependencies = [
 4611 "euclid",
 4612 "svg_fmt",
 4613]
 4614
 4615[[package]]
 4616name = "etcetera"
 4617version = "0.8.0"
 4618source = "registry+https://github.com/rust-lang/crates.io-index"
 4619checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4620dependencies = [
 4621 "cfg-if",
 4622 "home",
 4623 "windows-sys 0.48.0",
 4624]
 4625
 4626[[package]]
 4627name = "euclid"
 4628version = "0.22.11"
 4629source = "registry+https://github.com/rust-lang/crates.io-index"
 4630checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4631dependencies = [
 4632 "num-traits",
 4633]
 4634
 4635[[package]]
 4636name = "evals"
 4637version = "0.1.0"
 4638dependencies = [
 4639 "anyhow",
 4640 "clap",
 4641 "client",
 4642 "clock",
 4643 "collections",
 4644 "env_logger 0.11.7",
 4645 "feature_flags",
 4646 "fs",
 4647 "gpui",
 4648 "http_client",
 4649 "language",
 4650 "languages",
 4651 "node_runtime",
 4652 "open_ai",
 4653 "project",
 4654 "reqwest_client",
 4655 "semantic_index",
 4656 "serde",
 4657 "serde_json",
 4658 "settings",
 4659 "smol",
 4660 "util",
 4661]
 4662
 4663[[package]]
 4664name = "event-listener"
 4665version = "2.5.3"
 4666source = "registry+https://github.com/rust-lang/crates.io-index"
 4667checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4668
 4669[[package]]
 4670name = "event-listener"
 4671version = "5.3.1"
 4672source = "registry+https://github.com/rust-lang/crates.io-index"
 4673checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4674dependencies = [
 4675 "concurrent-queue",
 4676 "parking",
 4677 "pin-project-lite",
 4678]
 4679
 4680[[package]]
 4681name = "event-listener-strategy"
 4682version = "0.5.3"
 4683source = "registry+https://github.com/rust-lang/crates.io-index"
 4684checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4685dependencies = [
 4686 "event-listener 5.3.1",
 4687 "pin-project-lite",
 4688]
 4689
 4690[[package]]
 4691name = "exec"
 4692version = "0.3.1"
 4693source = "registry+https://github.com/rust-lang/crates.io-index"
 4694checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4695dependencies = [
 4696 "errno 0.2.8",
 4697 "libc",
 4698]
 4699
 4700[[package]]
 4701name = "exr"
 4702version = "1.73.0"
 4703source = "registry+https://github.com/rust-lang/crates.io-index"
 4704checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4705dependencies = [
 4706 "bit_field",
 4707 "half",
 4708 "lebe",
 4709 "miniz_oxide",
 4710 "rayon-core",
 4711 "smallvec",
 4712 "zune-inflate",
 4713]
 4714
 4715[[package]]
 4716name = "extension"
 4717version = "0.1.0"
 4718dependencies = [
 4719 "anyhow",
 4720 "async-compression",
 4721 "async-tar",
 4722 "async-trait",
 4723 "collections",
 4724 "convert_case 0.8.0",
 4725 "fs",
 4726 "futures 0.3.31",
 4727 "gpui",
 4728 "http_client",
 4729 "language",
 4730 "log",
 4731 "lsp",
 4732 "parking_lot",
 4733 "semantic_version",
 4734 "serde",
 4735 "serde_json",
 4736 "toml 0.8.20",
 4737 "util",
 4738 "wasm-encoder 0.221.3",
 4739 "wasmparser 0.221.3",
 4740 "wit-component 0.221.3",
 4741]
 4742
 4743[[package]]
 4744name = "extension_cli"
 4745version = "0.1.0"
 4746dependencies = [
 4747 "anyhow",
 4748 "clap",
 4749 "env_logger 0.11.7",
 4750 "extension",
 4751 "fs",
 4752 "gpui",
 4753 "language",
 4754 "log",
 4755 "reqwest_client",
 4756 "rpc",
 4757 "serde",
 4758 "serde_json",
 4759 "theme",
 4760 "tokio",
 4761 "toml 0.8.20",
 4762 "tree-sitter",
 4763 "wasmtime",
 4764]
 4765
 4766[[package]]
 4767name = "extension_host"
 4768version = "0.1.0"
 4769dependencies = [
 4770 "anyhow",
 4771 "async-compression",
 4772 "async-tar",
 4773 "async-trait",
 4774 "client",
 4775 "collections",
 4776 "context_server_settings",
 4777 "ctor",
 4778 "env_logger 0.11.7",
 4779 "extension",
 4780 "fs",
 4781 "futures 0.3.31",
 4782 "gpui",
 4783 "http_client",
 4784 "language",
 4785 "language_extension",
 4786 "log",
 4787 "lsp",
 4788 "node_runtime",
 4789 "parking_lot",
 4790 "paths",
 4791 "project",
 4792 "release_channel",
 4793 "remote",
 4794 "reqwest_client",
 4795 "schemars",
 4796 "semantic_version",
 4797 "serde",
 4798 "serde_json",
 4799 "serde_json_lenient",
 4800 "settings",
 4801 "task",
 4802 "telemetry",
 4803 "tempfile",
 4804 "theme",
 4805 "theme_extension",
 4806 "toml 0.8.20",
 4807 "url",
 4808 "util",
 4809 "wasmparser 0.221.3",
 4810 "wasmtime",
 4811 "wasmtime-wasi",
 4812]
 4813
 4814[[package]]
 4815name = "extensions_ui"
 4816version = "0.1.0"
 4817dependencies = [
 4818 "anyhow",
 4819 "client",
 4820 "collections",
 4821 "db",
 4822 "editor",
 4823 "extension_host",
 4824 "fs",
 4825 "fuzzy",
 4826 "gpui",
 4827 "language",
 4828 "num-format",
 4829 "picker",
 4830 "project",
 4831 "release_channel",
 4832 "semantic_version",
 4833 "serde",
 4834 "settings",
 4835 "smallvec",
 4836 "strum",
 4837 "telemetry",
 4838 "theme",
 4839 "ui",
 4840 "util",
 4841 "vim_mode_setting",
 4842 "workspace",
 4843 "zed_actions",
 4844]
 4845
 4846[[package]]
 4847name = "fallible-iterator"
 4848version = "0.3.0"
 4849source = "registry+https://github.com/rust-lang/crates.io-index"
 4850checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4851
 4852[[package]]
 4853name = "fancy-regex"
 4854version = "0.13.0"
 4855source = "registry+https://github.com/rust-lang/crates.io-index"
 4856checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4857dependencies = [
 4858 "bit-set 0.5.3",
 4859 "regex-automata 0.4.9",
 4860 "regex-syntax 0.8.5",
 4861]
 4862
 4863[[package]]
 4864name = "fancy-regex"
 4865version = "0.14.0"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4868dependencies = [
 4869 "bit-set 0.8.0",
 4870 "regex-automata 0.4.9",
 4871 "regex-syntax 0.8.5",
 4872]
 4873
 4874[[package]]
 4875name = "fast-srgb8"
 4876version = "1.0.0"
 4877source = "registry+https://github.com/rust-lang/crates.io-index"
 4878checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4879
 4880[[package]]
 4881name = "fastrand"
 4882version = "1.9.0"
 4883source = "registry+https://github.com/rust-lang/crates.io-index"
 4884checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4885dependencies = [
 4886 "instant",
 4887]
 4888
 4889[[package]]
 4890name = "fastrand"
 4891version = "2.3.0"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4894
 4895[[package]]
 4896name = "fd-lock"
 4897version = "4.0.2"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4900dependencies = [
 4901 "cfg-if",
 4902 "rustix",
 4903 "windows-sys 0.52.0",
 4904]
 4905
 4906[[package]]
 4907name = "fdeflate"
 4908version = "0.3.7"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4911dependencies = [
 4912 "simd-adler32",
 4913]
 4914
 4915[[package]]
 4916name = "feature_flags"
 4917version = "0.1.0"
 4918dependencies = [
 4919 "futures 0.3.31",
 4920 "gpui",
 4921 "smol",
 4922]
 4923
 4924[[package]]
 4925name = "feedback"
 4926version = "0.1.0"
 4927dependencies = [
 4928 "client",
 4929 "editor",
 4930 "gpui",
 4931 "human_bytes",
 4932 "menu",
 4933 "release_channel",
 4934 "serde",
 4935 "sysinfo",
 4936 "ui",
 4937 "urlencoding",
 4938 "util",
 4939 "workspace",
 4940 "zed_actions",
 4941]
 4942
 4943[[package]]
 4944name = "ff"
 4945version = "0.12.1"
 4946source = "registry+https://github.com/rust-lang/crates.io-index"
 4947checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4948dependencies = [
 4949 "rand_core 0.6.4",
 4950 "subtle",
 4951]
 4952
 4953[[package]]
 4954name = "file_finder"
 4955version = "0.1.0"
 4956dependencies = [
 4957 "anyhow",
 4958 "collections",
 4959 "ctor",
 4960 "editor",
 4961 "env_logger 0.11.7",
 4962 "file_icons",
 4963 "futures 0.3.31",
 4964 "fuzzy",
 4965 "gpui",
 4966 "language",
 4967 "menu",
 4968 "picker",
 4969 "project",
 4970 "schemars",
 4971 "serde",
 4972 "serde_derive",
 4973 "serde_json",
 4974 "settings",
 4975 "text",
 4976 "theme",
 4977 "ui",
 4978 "util",
 4979 "workspace",
 4980]
 4981
 4982[[package]]
 4983name = "file_icons"
 4984version = "0.1.0"
 4985dependencies = [
 4986 "gpui",
 4987 "serde",
 4988 "settings",
 4989 "theme",
 4990 "util",
 4991]
 4992
 4993[[package]]
 4994name = "filedescriptor"
 4995version = "0.8.3"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4998dependencies = [
 4999 "libc",
 5000 "thiserror 1.0.69",
 5001 "winapi",
 5002]
 5003
 5004[[package]]
 5005name = "filetime"
 5006version = "0.2.25"
 5007source = "registry+https://github.com/rust-lang/crates.io-index"
 5008checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5009dependencies = [
 5010 "cfg-if",
 5011 "libc",
 5012 "libredox",
 5013 "windows-sys 0.59.0",
 5014]
 5015
 5016[[package]]
 5017name = "fixedbitset"
 5018version = "0.4.2"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5021
 5022[[package]]
 5023name = "flate2"
 5024version = "1.0.35"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5027dependencies = [
 5028 "crc32fast",
 5029 "miniz_oxide",
 5030]
 5031
 5032[[package]]
 5033name = "float-cmp"
 5034version = "0.9.0"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5037
 5038[[package]]
 5039name = "float-ord"
 5040version = "0.3.2"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5043
 5044[[package]]
 5045name = "float_next_after"
 5046version = "1.0.0"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5049
 5050[[package]]
 5051name = "flume"
 5052version = "0.11.1"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5055dependencies = [
 5056 "futures-core",
 5057 "futures-sink",
 5058 "nanorand",
 5059 "spin",
 5060]
 5061
 5062[[package]]
 5063name = "fnv"
 5064version = "1.0.7"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5067
 5068[[package]]
 5069name = "foldhash"
 5070version = "0.1.3"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5073
 5074[[package]]
 5075name = "font-kit"
 5076version = "0.14.1"
 5077source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5078dependencies = [
 5079 "bitflags 2.9.0",
 5080 "byteorder",
 5081 "core-foundation 0.9.4",
 5082 "core-graphics 0.23.2",
 5083 "core-text",
 5084 "dirs 5.0.1",
 5085 "dwrote",
 5086 "float-ord",
 5087 "freetype-sys",
 5088 "lazy_static",
 5089 "libc",
 5090 "log",
 5091 "pathfinder_geometry",
 5092 "pathfinder_simd",
 5093 "walkdir",
 5094 "winapi",
 5095 "yeslogic-fontconfig-sys",
 5096]
 5097
 5098[[package]]
 5099name = "font-types"
 5100version = "0.8.3"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5103dependencies = [
 5104 "bytemuck",
 5105]
 5106
 5107[[package]]
 5108name = "fontconfig-parser"
 5109version = "0.5.7"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5112dependencies = [
 5113 "roxmltree",
 5114]
 5115
 5116[[package]]
 5117name = "fontdb"
 5118version = "0.16.2"
 5119source = "registry+https://github.com/rust-lang/crates.io-index"
 5120checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5121dependencies = [
 5122 "fontconfig-parser",
 5123 "log",
 5124 "memmap2",
 5125 "slotmap",
 5126 "tinyvec",
 5127 "ttf-parser 0.20.0",
 5128]
 5129
 5130[[package]]
 5131name = "fontdb"
 5132version = "0.23.0"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5135dependencies = [
 5136 "fontconfig-parser",
 5137 "log",
 5138 "memmap2",
 5139 "slotmap",
 5140 "tinyvec",
 5141 "ttf-parser 0.25.1",
 5142]
 5143
 5144[[package]]
 5145name = "foreign-types"
 5146version = "0.3.2"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5149dependencies = [
 5150 "foreign-types-shared 0.1.1",
 5151]
 5152
 5153[[package]]
 5154name = "foreign-types"
 5155version = "0.5.0"
 5156source = "registry+https://github.com/rust-lang/crates.io-index"
 5157checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5158dependencies = [
 5159 "foreign-types-macros",
 5160 "foreign-types-shared 0.3.1",
 5161]
 5162
 5163[[package]]
 5164name = "foreign-types-macros"
 5165version = "0.2.3"
 5166source = "registry+https://github.com/rust-lang/crates.io-index"
 5167checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5168dependencies = [
 5169 "proc-macro2",
 5170 "quote",
 5171 "syn 2.0.100",
 5172]
 5173
 5174[[package]]
 5175name = "foreign-types-shared"
 5176version = "0.1.1"
 5177source = "registry+https://github.com/rust-lang/crates.io-index"
 5178checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5179
 5180[[package]]
 5181name = "foreign-types-shared"
 5182version = "0.3.1"
 5183source = "registry+https://github.com/rust-lang/crates.io-index"
 5184checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5185
 5186[[package]]
 5187name = "fork"
 5188version = "0.2.0"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5191dependencies = [
 5192 "libc",
 5193]
 5194
 5195[[package]]
 5196name = "form_urlencoded"
 5197version = "1.2.1"
 5198source = "registry+https://github.com/rust-lang/crates.io-index"
 5199checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5200dependencies = [
 5201 "percent-encoding",
 5202]
 5203
 5204[[package]]
 5205name = "freetype-sys"
 5206version = "0.20.1"
 5207source = "registry+https://github.com/rust-lang/crates.io-index"
 5208checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5209dependencies = [
 5210 "cc",
 5211 "libc",
 5212 "pkg-config",
 5213]
 5214
 5215[[package]]
 5216name = "fs"
 5217version = "0.1.0"
 5218dependencies = [
 5219 "anyhow",
 5220 "ashpd",
 5221 "async-tar",
 5222 "async-trait",
 5223 "cocoa 0.26.0",
 5224 "collections",
 5225 "fsevent",
 5226 "futures 0.3.31",
 5227 "git",
 5228 "gpui",
 5229 "ignore",
 5230 "libc",
 5231 "log",
 5232 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5233 "objc",
 5234 "parking_lot",
 5235 "paths",
 5236 "proto",
 5237 "rope",
 5238 "serde",
 5239 "serde_json",
 5240 "smol",
 5241 "tempfile",
 5242 "text",
 5243 "time",
 5244 "util",
 5245 "windows 0.61.1",
 5246]
 5247
 5248[[package]]
 5249name = "fs-set-times"
 5250version = "0.20.2"
 5251source = "registry+https://github.com/rust-lang/crates.io-index"
 5252checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5253dependencies = [
 5254 "io-lifetimes",
 5255 "rustix",
 5256 "windows-sys 0.59.0",
 5257]
 5258
 5259[[package]]
 5260name = "fs2"
 5261version = "0.4.3"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5264dependencies = [
 5265 "libc",
 5266 "winapi",
 5267]
 5268
 5269[[package]]
 5270name = "fs_extra"
 5271version = "1.3.0"
 5272source = "registry+https://github.com/rust-lang/crates.io-index"
 5273checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5274
 5275[[package]]
 5276name = "fsevent"
 5277version = "0.1.0"
 5278dependencies = [
 5279 "bitflags 2.9.0",
 5280 "core-foundation 0.9.4",
 5281 "fsevent-sys 3.1.0",
 5282 "parking_lot",
 5283 "tempfile",
 5284]
 5285
 5286[[package]]
 5287name = "fsevent-sys"
 5288version = "3.1.0"
 5289source = "registry+https://github.com/rust-lang/crates.io-index"
 5290checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5291dependencies = [
 5292 "libc",
 5293]
 5294
 5295[[package]]
 5296name = "fsevent-sys"
 5297version = "4.1.0"
 5298source = "registry+https://github.com/rust-lang/crates.io-index"
 5299checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5300dependencies = [
 5301 "libc",
 5302]
 5303
 5304[[package]]
 5305name = "funty"
 5306version = "2.0.0"
 5307source = "registry+https://github.com/rust-lang/crates.io-index"
 5308checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5309
 5310[[package]]
 5311name = "futf"
 5312version = "0.1.5"
 5313source = "registry+https://github.com/rust-lang/crates.io-index"
 5314checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5315dependencies = [
 5316 "mac",
 5317 "new_debug_unreachable",
 5318]
 5319
 5320[[package]]
 5321name = "futures"
 5322version = "0.1.31"
 5323source = "registry+https://github.com/rust-lang/crates.io-index"
 5324checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5325
 5326[[package]]
 5327name = "futures"
 5328version = "0.3.31"
 5329source = "registry+https://github.com/rust-lang/crates.io-index"
 5330checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5331dependencies = [
 5332 "futures-channel",
 5333 "futures-core",
 5334 "futures-executor",
 5335 "futures-io",
 5336 "futures-sink",
 5337 "futures-task",
 5338 "futures-util",
 5339]
 5340
 5341[[package]]
 5342name = "futures-batch"
 5343version = "0.6.1"
 5344source = "registry+https://github.com/rust-lang/crates.io-index"
 5345checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5346dependencies = [
 5347 "futures 0.3.31",
 5348 "futures-timer",
 5349 "pin-utils",
 5350]
 5351
 5352[[package]]
 5353name = "futures-channel"
 5354version = "0.3.31"
 5355source = "registry+https://github.com/rust-lang/crates.io-index"
 5356checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5357dependencies = [
 5358 "futures-core",
 5359 "futures-sink",
 5360]
 5361
 5362[[package]]
 5363name = "futures-core"
 5364version = "0.3.31"
 5365source = "registry+https://github.com/rust-lang/crates.io-index"
 5366checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5367
 5368[[package]]
 5369name = "futures-executor"
 5370version = "0.3.31"
 5371source = "registry+https://github.com/rust-lang/crates.io-index"
 5372checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5373dependencies = [
 5374 "futures-core",
 5375 "futures-task",
 5376 "futures-util",
 5377]
 5378
 5379[[package]]
 5380name = "futures-intrusive"
 5381version = "0.5.0"
 5382source = "registry+https://github.com/rust-lang/crates.io-index"
 5383checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5384dependencies = [
 5385 "futures-core",
 5386 "lock_api",
 5387 "parking_lot",
 5388]
 5389
 5390[[package]]
 5391name = "futures-io"
 5392version = "0.3.31"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5395
 5396[[package]]
 5397name = "futures-lite"
 5398version = "1.13.0"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5401dependencies = [
 5402 "fastrand 1.9.0",
 5403 "futures-core",
 5404 "futures-io",
 5405 "memchr",
 5406 "parking",
 5407 "pin-project-lite",
 5408 "waker-fn",
 5409]
 5410
 5411[[package]]
 5412name = "futures-lite"
 5413version = "2.6.0"
 5414source = "registry+https://github.com/rust-lang/crates.io-index"
 5415checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5416dependencies = [
 5417 "fastrand 2.3.0",
 5418 "futures-core",
 5419 "futures-io",
 5420 "parking",
 5421 "pin-project-lite",
 5422]
 5423
 5424[[package]]
 5425name = "futures-macro"
 5426version = "0.3.31"
 5427source = "registry+https://github.com/rust-lang/crates.io-index"
 5428checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5429dependencies = [
 5430 "proc-macro2",
 5431 "quote",
 5432 "syn 2.0.100",
 5433]
 5434
 5435[[package]]
 5436name = "futures-sink"
 5437version = "0.3.31"
 5438source = "registry+https://github.com/rust-lang/crates.io-index"
 5439checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5440
 5441[[package]]
 5442name = "futures-task"
 5443version = "0.3.31"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5446
 5447[[package]]
 5448name = "futures-timer"
 5449version = "3.0.3"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5452
 5453[[package]]
 5454name = "futures-util"
 5455version = "0.3.31"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5458dependencies = [
 5459 "futures 0.1.31",
 5460 "futures-channel",
 5461 "futures-core",
 5462 "futures-io",
 5463 "futures-macro",
 5464 "futures-sink",
 5465 "futures-task",
 5466 "memchr",
 5467 "pin-project-lite",
 5468 "pin-utils",
 5469 "slab",
 5470 "tokio-io",
 5471]
 5472
 5473[[package]]
 5474name = "fuzzy"
 5475version = "0.1.0"
 5476dependencies = [
 5477 "gpui",
 5478 "log",
 5479 "util",
 5480]
 5481
 5482[[package]]
 5483name = "fuzzy-matcher"
 5484version = "0.3.7"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5487dependencies = [
 5488 "thread_local",
 5489]
 5490
 5491[[package]]
 5492name = "generic-array"
 5493version = "0.14.7"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5496dependencies = [
 5497 "typenum",
 5498 "version_check",
 5499]
 5500
 5501[[package]]
 5502name = "gethostname"
 5503version = "0.4.3"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5506dependencies = [
 5507 "libc",
 5508 "windows-targets 0.48.5",
 5509]
 5510
 5511[[package]]
 5512name = "getrandom"
 5513version = "0.1.16"
 5514source = "registry+https://github.com/rust-lang/crates.io-index"
 5515checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5516dependencies = [
 5517 "cfg-if",
 5518 "libc",
 5519 "wasi 0.9.0+wasi-snapshot-preview1",
 5520]
 5521
 5522[[package]]
 5523name = "getrandom"
 5524version = "0.2.15"
 5525source = "registry+https://github.com/rust-lang/crates.io-index"
 5526checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5527dependencies = [
 5528 "cfg-if",
 5529 "js-sys",
 5530 "libc",
 5531 "wasi 0.11.0+wasi-snapshot-preview1",
 5532 "wasm-bindgen",
 5533]
 5534
 5535[[package]]
 5536name = "getrandom"
 5537version = "0.3.1"
 5538source = "registry+https://github.com/rust-lang/crates.io-index"
 5539checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5540dependencies = [
 5541 "cfg-if",
 5542 "libc",
 5543 "wasi 0.13.3+wasi-0.2.2",
 5544 "windows-targets 0.52.6",
 5545]
 5546
 5547[[package]]
 5548name = "gif"
 5549version = "0.13.1"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5552dependencies = [
 5553 "color_quant",
 5554 "weezl",
 5555]
 5556
 5557[[package]]
 5558name = "gimli"
 5559version = "0.31.1"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5562dependencies = [
 5563 "fallible-iterator",
 5564 "indexmap",
 5565 "stable_deref_trait",
 5566]
 5567
 5568[[package]]
 5569name = "git"
 5570version = "0.1.0"
 5571dependencies = [
 5572 "anyhow",
 5573 "askpass",
 5574 "async-trait",
 5575 "collections",
 5576 "derive_more",
 5577 "futures 0.3.31",
 5578 "git2",
 5579 "gpui",
 5580 "http_client",
 5581 "log",
 5582 "parking_lot",
 5583 "pretty_assertions",
 5584 "regex",
 5585 "rope",
 5586 "schemars",
 5587 "serde",
 5588 "serde_json",
 5589 "smol",
 5590 "sum_tree",
 5591 "tempfile",
 5592 "text",
 5593 "thiserror 2.0.12",
 5594 "time",
 5595 "unindent",
 5596 "url",
 5597 "util",
 5598 "uuid",
 5599]
 5600
 5601[[package]]
 5602name = "git2"
 5603version = "0.20.1"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5606dependencies = [
 5607 "bitflags 2.9.0",
 5608 "libc",
 5609 "libgit2-sys",
 5610 "log",
 5611 "url",
 5612]
 5613
 5614[[package]]
 5615name = "git_hosting_providers"
 5616version = "0.1.0"
 5617dependencies = [
 5618 "anyhow",
 5619 "async-trait",
 5620 "futures 0.3.31",
 5621 "git",
 5622 "gpui",
 5623 "http_client",
 5624 "indoc",
 5625 "pretty_assertions",
 5626 "regex",
 5627 "schemars",
 5628 "serde",
 5629 "serde_json",
 5630 "settings",
 5631 "url",
 5632 "util",
 5633]
 5634
 5635[[package]]
 5636name = "git_ui"
 5637version = "0.1.0"
 5638dependencies = [
 5639 "anyhow",
 5640 "askpass",
 5641 "assistant_settings",
 5642 "buffer_diff",
 5643 "collections",
 5644 "command_palette_hooks",
 5645 "component",
 5646 "ctor",
 5647 "db",
 5648 "editor",
 5649 "env_logger 0.11.7",
 5650 "futures 0.3.31",
 5651 "fuzzy",
 5652 "git",
 5653 "gpui",
 5654 "itertools 0.14.0",
 5655 "language",
 5656 "language_model",
 5657 "linkify",
 5658 "linkme",
 5659 "log",
 5660 "menu",
 5661 "multi_buffer",
 5662 "notifications",
 5663 "panel",
 5664 "picker",
 5665 "postage",
 5666 "pretty_assertions",
 5667 "project",
 5668 "schemars",
 5669 "serde",
 5670 "serde_derive",
 5671 "serde_json",
 5672 "settings",
 5673 "strum",
 5674 "telemetry",
 5675 "theme",
 5676 "time",
 5677 "time_format",
 5678 "ui",
 5679 "unindent",
 5680 "util",
 5681 "windows 0.61.1",
 5682 "workspace",
 5683 "zed_actions",
 5684]
 5685
 5686[[package]]
 5687name = "glob"
 5688version = "0.3.1"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5691
 5692[[package]]
 5693name = "globset"
 5694version = "0.4.16"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5697dependencies = [
 5698 "aho-corasick",
 5699 "bstr",
 5700 "log",
 5701 "regex-automata 0.4.9",
 5702 "regex-syntax 0.8.5",
 5703]
 5704
 5705[[package]]
 5706name = "gloo-timers"
 5707version = "0.3.0"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5710dependencies = [
 5711 "futures-channel",
 5712 "futures-core",
 5713 "js-sys",
 5714 "wasm-bindgen",
 5715]
 5716
 5717[[package]]
 5718name = "glow"
 5719version = "0.14.2"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5722dependencies = [
 5723 "js-sys",
 5724 "slotmap",
 5725 "wasm-bindgen",
 5726 "web-sys",
 5727]
 5728
 5729[[package]]
 5730name = "go_to_line"
 5731version = "0.1.0"
 5732dependencies = [
 5733 "anyhow",
 5734 "editor",
 5735 "gpui",
 5736 "indoc",
 5737 "language",
 5738 "menu",
 5739 "project",
 5740 "rope",
 5741 "schemars",
 5742 "serde",
 5743 "serde_json",
 5744 "settings",
 5745 "text",
 5746 "theme",
 5747 "tree-sitter-rust",
 5748 "tree-sitter-typescript",
 5749 "ui",
 5750 "util",
 5751 "workspace",
 5752]
 5753
 5754[[package]]
 5755name = "google_ai"
 5756version = "0.1.0"
 5757dependencies = [
 5758 "anyhow",
 5759 "futures 0.3.31",
 5760 "http_client",
 5761 "schemars",
 5762 "serde",
 5763 "serde_json",
 5764 "strum",
 5765]
 5766
 5767[[package]]
 5768name = "gpu-alloc"
 5769version = "0.6.0"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5772dependencies = [
 5773 "bitflags 2.9.0",
 5774 "gpu-alloc-types",
 5775]
 5776
 5777[[package]]
 5778name = "gpu-alloc-ash"
 5779version = "0.7.0"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5782dependencies = [
 5783 "ash",
 5784 "gpu-alloc-types",
 5785 "tinyvec",
 5786]
 5787
 5788[[package]]
 5789name = "gpu-alloc-types"
 5790version = "0.3.0"
 5791source = "registry+https://github.com/rust-lang/crates.io-index"
 5792checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5793dependencies = [
 5794 "bitflags 2.9.0",
 5795]
 5796
 5797[[package]]
 5798name = "gpui"
 5799version = "0.1.0"
 5800dependencies = [
 5801 "anyhow",
 5802 "as-raw-xcb-connection",
 5803 "ashpd",
 5804 "async-task",
 5805 "backtrace",
 5806 "bindgen 0.70.1",
 5807 "blade-graphics",
 5808 "blade-macros",
 5809 "blade-util",
 5810 "block",
 5811 "bytemuck",
 5812 "calloop",
 5813 "calloop-wayland-source",
 5814 "cbindgen 0.28.0",
 5815 "cocoa 0.26.0",
 5816 "collections",
 5817 "core-foundation 0.9.4",
 5818 "core-foundation-sys",
 5819 "core-graphics 0.23.2",
 5820 "core-text",
 5821 "cosmic-text",
 5822 "ctor",
 5823 "derive_more",
 5824 "embed-resource",
 5825 "env_logger 0.11.7",
 5826 "etagere",
 5827 "filedescriptor",
 5828 "flume",
 5829 "font-kit",
 5830 "foreign-types 0.5.0",
 5831 "futures 0.3.31",
 5832 "gpui_macros",
 5833 "http_client",
 5834 "image",
 5835 "inventory",
 5836 "itertools 0.14.0",
 5837 "log",
 5838 "lyon",
 5839 "media",
 5840 "metal",
 5841 "naga",
 5842 "num_cpus",
 5843 "objc",
 5844 "objc2",
 5845 "objc2-metal",
 5846 "oo7",
 5847 "open",
 5848 "parking",
 5849 "parking_lot",
 5850 "pathfinder_geometry",
 5851 "postage",
 5852 "profiling",
 5853 "rand 0.8.5",
 5854 "raw-window-handle",
 5855 "refineable",
 5856 "reqwest_client",
 5857 "resvg",
 5858 "schemars",
 5859 "seahash",
 5860 "semantic_version",
 5861 "serde",
 5862 "serde_derive",
 5863 "serde_json",
 5864 "slotmap",
 5865 "smallvec",
 5866 "smol",
 5867 "strum",
 5868 "sum_tree",
 5869 "taffy",
 5870 "thiserror 2.0.12",
 5871 "unicode-segmentation",
 5872 "usvg",
 5873 "util",
 5874 "uuid",
 5875 "waker-fn",
 5876 "wayland-backend",
 5877 "wayland-client",
 5878 "wayland-cursor",
 5879 "wayland-protocols",
 5880 "wayland-protocols-plasma",
 5881 "windows 0.61.1",
 5882 "windows-core 0.61.0",
 5883 "windows-numerics",
 5884 "x11-clipboard",
 5885 "x11rb",
 5886 "xim",
 5887 "xkbcommon",
 5888]
 5889
 5890[[package]]
 5891name = "gpui_macros"
 5892version = "0.1.0"
 5893dependencies = [
 5894 "gpui",
 5895 "proc-macro2",
 5896 "quote",
 5897 "syn 1.0.109",
 5898]
 5899
 5900[[package]]
 5901name = "gpui_tokio"
 5902version = "0.1.0"
 5903dependencies = [
 5904 "gpui",
 5905 "tokio",
 5906 "util",
 5907]
 5908
 5909[[package]]
 5910name = "grid"
 5911version = "0.13.0"
 5912source = "registry+https://github.com/rust-lang/crates.io-index"
 5913checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5914
 5915[[package]]
 5916name = "group"
 5917version = "0.12.1"
 5918source = "registry+https://github.com/rust-lang/crates.io-index"
 5919checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5920dependencies = [
 5921 "ff",
 5922 "rand_core 0.6.4",
 5923 "subtle",
 5924]
 5925
 5926[[package]]
 5927name = "h2"
 5928version = "0.3.26"
 5929source = "registry+https://github.com/rust-lang/crates.io-index"
 5930checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5931dependencies = [
 5932 "bytes 1.10.1",
 5933 "fnv",
 5934 "futures-core",
 5935 "futures-sink",
 5936 "futures-util",
 5937 "http 0.2.12",
 5938 "indexmap",
 5939 "slab",
 5940 "tokio",
 5941 "tokio-util",
 5942 "tracing",
 5943]
 5944
 5945[[package]]
 5946name = "h2"
 5947version = "0.4.7"
 5948source = "registry+https://github.com/rust-lang/crates.io-index"
 5949checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5950dependencies = [
 5951 "atomic-waker",
 5952 "bytes 1.10.1",
 5953 "fnv",
 5954 "futures-core",
 5955 "futures-sink",
 5956 "http 1.2.0",
 5957 "indexmap",
 5958 "slab",
 5959 "tokio",
 5960 "tokio-util",
 5961 "tracing",
 5962]
 5963
 5964[[package]]
 5965name = "half"
 5966version = "2.4.1"
 5967source = "registry+https://github.com/rust-lang/crates.io-index"
 5968checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5969dependencies = [
 5970 "cfg-if",
 5971 "crunchy",
 5972]
 5973
 5974[[package]]
 5975name = "handlebars"
 5976version = "4.5.0"
 5977source = "registry+https://github.com/rust-lang/crates.io-index"
 5978checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5979dependencies = [
 5980 "log",
 5981 "pest",
 5982 "pest_derive",
 5983 "serde",
 5984 "serde_json",
 5985 "thiserror 1.0.69",
 5986]
 5987
 5988[[package]]
 5989name = "handlebars"
 5990version = "6.2.0"
 5991source = "registry+https://github.com/rust-lang/crates.io-index"
 5992checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5993dependencies = [
 5994 "log",
 5995 "num-order",
 5996 "pest",
 5997 "pest_derive",
 5998 "serde",
 5999 "serde_json",
 6000 "thiserror 1.0.69",
 6001]
 6002
 6003[[package]]
 6004name = "hashbrown"
 6005version = "0.12.3"
 6006source = "registry+https://github.com/rust-lang/crates.io-index"
 6007checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6008dependencies = [
 6009 "ahash 0.7.8",
 6010]
 6011
 6012[[package]]
 6013name = "hashbrown"
 6014version = "0.14.5"
 6015source = "registry+https://github.com/rust-lang/crates.io-index"
 6016checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6017dependencies = [
 6018 "ahash 0.8.11",
 6019 "allocator-api2",
 6020]
 6021
 6022[[package]]
 6023name = "hashbrown"
 6024version = "0.15.2"
 6025source = "registry+https://github.com/rust-lang/crates.io-index"
 6026checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6027dependencies = [
 6028 "allocator-api2",
 6029 "equivalent",
 6030 "foldhash",
 6031 "serde",
 6032]
 6033
 6034[[package]]
 6035name = "hashlink"
 6036version = "0.8.4"
 6037source = "registry+https://github.com/rust-lang/crates.io-index"
 6038checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6039dependencies = [
 6040 "hashbrown 0.14.5",
 6041]
 6042
 6043[[package]]
 6044name = "hashlink"
 6045version = "0.10.0"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6048dependencies = [
 6049 "hashbrown 0.15.2",
 6050]
 6051
 6052[[package]]
 6053name = "headers"
 6054version = "0.3.9"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6057dependencies = [
 6058 "base64 0.21.7",
 6059 "bytes 1.10.1",
 6060 "headers-core",
 6061 "http 0.2.12",
 6062 "httpdate",
 6063 "mime",
 6064 "sha1",
 6065]
 6066
 6067[[package]]
 6068name = "headers-core"
 6069version = "0.2.0"
 6070source = "registry+https://github.com/rust-lang/crates.io-index"
 6071checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6072dependencies = [
 6073 "http 0.2.12",
 6074]
 6075
 6076[[package]]
 6077name = "heck"
 6078version = "0.3.3"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6081dependencies = [
 6082 "unicode-segmentation",
 6083]
 6084
 6085[[package]]
 6086name = "heck"
 6087version = "0.4.1"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6090dependencies = [
 6091 "unicode-segmentation",
 6092]
 6093
 6094[[package]]
 6095name = "heck"
 6096version = "0.5.0"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6099
 6100[[package]]
 6101name = "heed"
 6102version = "0.21.0"
 6103source = "registry+https://github.com/rust-lang/crates.io-index"
 6104checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6105dependencies = [
 6106 "bitflags 2.9.0",
 6107 "byteorder",
 6108 "heed-traits",
 6109 "heed-types",
 6110 "libc",
 6111 "lmdb-master-sys",
 6112 "once_cell",
 6113 "page_size",
 6114 "serde",
 6115 "synchronoise",
 6116 "url",
 6117]
 6118
 6119[[package]]
 6120name = "heed-traits"
 6121version = "0.20.0"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6124
 6125[[package]]
 6126name = "heed-types"
 6127version = "0.21.0"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6130dependencies = [
 6131 "bincode",
 6132 "byteorder",
 6133 "heed-traits",
 6134 "serde",
 6135 "serde_json",
 6136]
 6137
 6138[[package]]
 6139name = "hermit-abi"
 6140version = "0.3.9"
 6141source = "registry+https://github.com/rust-lang/crates.io-index"
 6142checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6143
 6144[[package]]
 6145name = "hermit-abi"
 6146version = "0.4.0"
 6147source = "registry+https://github.com/rust-lang/crates.io-index"
 6148checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6149
 6150[[package]]
 6151name = "hex"
 6152version = "0.4.3"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6155
 6156[[package]]
 6157name = "hexf-parse"
 6158version = "0.2.1"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6161
 6162[[package]]
 6163name = "hidden-trait"
 6164version = "0.1.2"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6167dependencies = [
 6168 "proc-macro2",
 6169 "quote",
 6170 "syn 1.0.109",
 6171]
 6172
 6173[[package]]
 6174name = "hkdf"
 6175version = "0.12.4"
 6176source = "registry+https://github.com/rust-lang/crates.io-index"
 6177checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6178dependencies = [
 6179 "hmac",
 6180]
 6181
 6182[[package]]
 6183name = "hmac"
 6184version = "0.12.1"
 6185source = "registry+https://github.com/rust-lang/crates.io-index"
 6186checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6187dependencies = [
 6188 "digest",
 6189]
 6190
 6191[[package]]
 6192name = "home"
 6193version = "0.5.9"
 6194source = "registry+https://github.com/rust-lang/crates.io-index"
 6195checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6196dependencies = [
 6197 "windows-sys 0.52.0",
 6198]
 6199
 6200[[package]]
 6201name = "hound"
 6202version = "3.5.1"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6205
 6206[[package]]
 6207name = "html5ever"
 6208version = "0.27.0"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6211dependencies = [
 6212 "log",
 6213 "mac",
 6214 "markup5ever",
 6215 "proc-macro2",
 6216 "quote",
 6217 "syn 2.0.100",
 6218]
 6219
 6220[[package]]
 6221name = "html_to_markdown"
 6222version = "0.1.0"
 6223dependencies = [
 6224 "anyhow",
 6225 "html5ever",
 6226 "indoc",
 6227 "markup5ever_rcdom",
 6228 "pretty_assertions",
 6229 "regex",
 6230]
 6231
 6232[[package]]
 6233name = "http"
 6234version = "0.2.12"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6237dependencies = [
 6238 "bytes 1.10.1",
 6239 "fnv",
 6240 "itoa",
 6241]
 6242
 6243[[package]]
 6244name = "http"
 6245version = "1.2.0"
 6246source = "registry+https://github.com/rust-lang/crates.io-index"
 6247checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6248dependencies = [
 6249 "bytes 1.10.1",
 6250 "fnv",
 6251 "itoa",
 6252]
 6253
 6254[[package]]
 6255name = "http-body"
 6256version = "0.4.6"
 6257source = "registry+https://github.com/rust-lang/crates.io-index"
 6258checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6259dependencies = [
 6260 "bytes 1.10.1",
 6261 "http 0.2.12",
 6262 "pin-project-lite",
 6263]
 6264
 6265[[package]]
 6266name = "http-body"
 6267version = "1.0.1"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6270dependencies = [
 6271 "bytes 1.10.1",
 6272 "http 1.2.0",
 6273]
 6274
 6275[[package]]
 6276name = "http-body-util"
 6277version = "0.1.2"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6280dependencies = [
 6281 "bytes 1.10.1",
 6282 "futures-util",
 6283 "http 1.2.0",
 6284 "http-body 1.0.1",
 6285 "pin-project-lite",
 6286]
 6287
 6288[[package]]
 6289name = "http-range-header"
 6290version = "0.3.1"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6293
 6294[[package]]
 6295name = "http-types"
 6296version = "2.12.0"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6299dependencies = [
 6300 "anyhow",
 6301 "async-channel 1.9.0",
 6302 "base64 0.13.1",
 6303 "futures-lite 1.13.0",
 6304 "http 0.2.12",
 6305 "infer",
 6306 "pin-project-lite",
 6307 "rand 0.7.3",
 6308 "serde",
 6309 "serde_json",
 6310 "serde_qs 0.8.5",
 6311 "serde_urlencoded",
 6312 "url",
 6313]
 6314
 6315[[package]]
 6316name = "http_client"
 6317version = "0.1.0"
 6318dependencies = [
 6319 "anyhow",
 6320 "bytes 1.10.1",
 6321 "derive_more",
 6322 "futures 0.3.31",
 6323 "http 1.2.0",
 6324 "log",
 6325 "serde",
 6326 "serde_json",
 6327 "url",
 6328]
 6329
 6330[[package]]
 6331name = "http_client_tls"
 6332version = "0.1.0"
 6333dependencies = [
 6334 "rustls 0.23.25",
 6335 "rustls-platform-verifier",
 6336]
 6337
 6338[[package]]
 6339name = "httparse"
 6340version = "1.9.5"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6343
 6344[[package]]
 6345name = "httpdate"
 6346version = "1.0.3"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6349
 6350[[package]]
 6351name = "human_bytes"
 6352version = "0.4.3"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6355
 6356[[package]]
 6357name = "humantime"
 6358version = "2.1.0"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6361
 6362[[package]]
 6363name = "hyper"
 6364version = "0.14.32"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6367dependencies = [
 6368 "bytes 1.10.1",
 6369 "futures-channel",
 6370 "futures-core",
 6371 "futures-util",
 6372 "h2 0.3.26",
 6373 "http 0.2.12",
 6374 "http-body 0.4.6",
 6375 "httparse",
 6376 "httpdate",
 6377 "itoa",
 6378 "pin-project-lite",
 6379 "socket2",
 6380 "tokio",
 6381 "tower-service",
 6382 "tracing",
 6383 "want",
 6384]
 6385
 6386[[package]]
 6387name = "hyper"
 6388version = "1.5.1"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6391dependencies = [
 6392 "bytes 1.10.1",
 6393 "futures-channel",
 6394 "futures-util",
 6395 "h2 0.4.7",
 6396 "http 1.2.0",
 6397 "http-body 1.0.1",
 6398 "httparse",
 6399 "itoa",
 6400 "pin-project-lite",
 6401 "smallvec",
 6402 "tokio",
 6403 "want",
 6404]
 6405
 6406[[package]]
 6407name = "hyper-rustls"
 6408version = "0.24.2"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6411dependencies = [
 6412 "futures-util",
 6413 "http 0.2.12",
 6414 "hyper 0.14.32",
 6415 "log",
 6416 "rustls 0.21.12",
 6417 "rustls-native-certs 0.6.3",
 6418 "tokio",
 6419 "tokio-rustls 0.24.1",
 6420]
 6421
 6422[[package]]
 6423name = "hyper-rustls"
 6424version = "0.27.3"
 6425source = "registry+https://github.com/rust-lang/crates.io-index"
 6426checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6427dependencies = [
 6428 "futures-util",
 6429 "http 1.2.0",
 6430 "hyper 1.5.1",
 6431 "hyper-util",
 6432 "rustls 0.23.25",
 6433 "rustls-native-certs 0.8.1",
 6434 "rustls-pki-types",
 6435 "tokio",
 6436 "tokio-rustls 0.26.1",
 6437 "tower-service",
 6438]
 6439
 6440[[package]]
 6441name = "hyper-tls"
 6442version = "0.5.0"
 6443source = "registry+https://github.com/rust-lang/crates.io-index"
 6444checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6445dependencies = [
 6446 "bytes 1.10.1",
 6447 "hyper 0.14.32",
 6448 "native-tls",
 6449 "tokio",
 6450 "tokio-native-tls",
 6451]
 6452
 6453[[package]]
 6454name = "hyper-util"
 6455version = "0.1.10"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6458dependencies = [
 6459 "bytes 1.10.1",
 6460 "futures-channel",
 6461 "futures-util",
 6462 "http 1.2.0",
 6463 "http-body 1.0.1",
 6464 "hyper 1.5.1",
 6465 "pin-project-lite",
 6466 "socket2",
 6467 "tokio",
 6468 "tower-service",
 6469 "tracing",
 6470]
 6471
 6472[[package]]
 6473name = "iana-time-zone"
 6474version = "0.1.61"
 6475source = "registry+https://github.com/rust-lang/crates.io-index"
 6476checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6477dependencies = [
 6478 "android_system_properties",
 6479 "core-foundation-sys",
 6480 "iana-time-zone-haiku",
 6481 "js-sys",
 6482 "wasm-bindgen",
 6483 "windows-core 0.52.0",
 6484]
 6485
 6486[[package]]
 6487name = "iana-time-zone-haiku"
 6488version = "0.1.2"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6491dependencies = [
 6492 "cc",
 6493]
 6494
 6495[[package]]
 6496name = "icons"
 6497version = "0.1.0"
 6498dependencies = [
 6499 "serde",
 6500 "strum",
 6501]
 6502
 6503[[package]]
 6504name = "icu_collections"
 6505version = "1.5.0"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6508dependencies = [
 6509 "displaydoc",
 6510 "yoke",
 6511 "zerofrom",
 6512 "zerovec",
 6513]
 6514
 6515[[package]]
 6516name = "icu_locid"
 6517version = "1.5.0"
 6518source = "registry+https://github.com/rust-lang/crates.io-index"
 6519checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6520dependencies = [
 6521 "displaydoc",
 6522 "litemap",
 6523 "tinystr",
 6524 "writeable",
 6525 "zerovec",
 6526]
 6527
 6528[[package]]
 6529name = "icu_locid_transform"
 6530version = "1.5.0"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6533dependencies = [
 6534 "displaydoc",
 6535 "icu_locid",
 6536 "icu_locid_transform_data",
 6537 "icu_provider",
 6538 "tinystr",
 6539 "zerovec",
 6540]
 6541
 6542[[package]]
 6543name = "icu_locid_transform_data"
 6544version = "1.5.0"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6547
 6548[[package]]
 6549name = "icu_normalizer"
 6550version = "1.5.0"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6553dependencies = [
 6554 "displaydoc",
 6555 "icu_collections",
 6556 "icu_normalizer_data",
 6557 "icu_properties",
 6558 "icu_provider",
 6559 "smallvec",
 6560 "utf16_iter",
 6561 "utf8_iter",
 6562 "write16",
 6563 "zerovec",
 6564]
 6565
 6566[[package]]
 6567name = "icu_normalizer_data"
 6568version = "1.5.0"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6571
 6572[[package]]
 6573name = "icu_properties"
 6574version = "1.5.1"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6577dependencies = [
 6578 "displaydoc",
 6579 "icu_collections",
 6580 "icu_locid_transform",
 6581 "icu_properties_data",
 6582 "icu_provider",
 6583 "tinystr",
 6584 "zerovec",
 6585]
 6586
 6587[[package]]
 6588name = "icu_properties_data"
 6589version = "1.5.0"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6592
 6593[[package]]
 6594name = "icu_provider"
 6595version = "1.5.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6598dependencies = [
 6599 "displaydoc",
 6600 "icu_locid",
 6601 "icu_provider_macros",
 6602 "stable_deref_trait",
 6603 "tinystr",
 6604 "writeable",
 6605 "yoke",
 6606 "zerofrom",
 6607 "zerovec",
 6608]
 6609
 6610[[package]]
 6611name = "icu_provider_macros"
 6612version = "1.5.0"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6615dependencies = [
 6616 "proc-macro2",
 6617 "quote",
 6618 "syn 2.0.100",
 6619]
 6620
 6621[[package]]
 6622name = "id-arena"
 6623version = "2.2.1"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6626
 6627[[package]]
 6628name = "idna"
 6629version = "1.0.3"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6632dependencies = [
 6633 "idna_adapter",
 6634 "smallvec",
 6635 "utf8_iter",
 6636]
 6637
 6638[[package]]
 6639name = "idna_adapter"
 6640version = "1.2.0"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6643dependencies = [
 6644 "icu_normalizer",
 6645 "icu_properties",
 6646]
 6647
 6648[[package]]
 6649name = "ignore"
 6650version = "0.4.23"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6653dependencies = [
 6654 "crossbeam-deque",
 6655 "globset",
 6656 "log",
 6657 "memchr",
 6658 "regex-automata 0.4.9",
 6659 "same-file",
 6660 "walkdir",
 6661 "winapi-util",
 6662]
 6663
 6664[[package]]
 6665name = "image"
 6666version = "0.25.6"
 6667source = "registry+https://github.com/rust-lang/crates.io-index"
 6668checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6669dependencies = [
 6670 "bytemuck",
 6671 "byteorder-lite",
 6672 "color_quant",
 6673 "exr",
 6674 "gif",
 6675 "image-webp",
 6676 "num-traits",
 6677 "png",
 6678 "qoi",
 6679 "ravif",
 6680 "rayon",
 6681 "rgb",
 6682 "tiff",
 6683 "zune-core",
 6684 "zune-jpeg",
 6685]
 6686
 6687[[package]]
 6688name = "image-webp"
 6689version = "0.2.0"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6692dependencies = [
 6693 "byteorder-lite",
 6694 "quick-error",
 6695]
 6696
 6697[[package]]
 6698name = "image_viewer"
 6699version = "0.1.0"
 6700dependencies = [
 6701 "anyhow",
 6702 "db",
 6703 "editor",
 6704 "file_icons",
 6705 "gpui",
 6706 "project",
 6707 "schemars",
 6708 "serde",
 6709 "settings",
 6710 "theme",
 6711 "ui",
 6712 "util",
 6713 "workspace",
 6714]
 6715
 6716[[package]]
 6717name = "imagesize"
 6718version = "0.13.0"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6721
 6722[[package]]
 6723name = "imara-diff"
 6724version = "0.1.8"
 6725source = "registry+https://github.com/rust-lang/crates.io-index"
 6726checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6727dependencies = [
 6728 "hashbrown 0.15.2",
 6729]
 6730
 6731[[package]]
 6732name = "imgref"
 6733version = "1.11.0"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6736
 6737[[package]]
 6738name = "indexed_docs"
 6739version = "0.1.0"
 6740dependencies = [
 6741 "anyhow",
 6742 "async-trait",
 6743 "cargo_metadata",
 6744 "collections",
 6745 "derive_more",
 6746 "extension",
 6747 "fs",
 6748 "futures 0.3.31",
 6749 "fuzzy",
 6750 "gpui",
 6751 "heed",
 6752 "html_to_markdown",
 6753 "http_client",
 6754 "indexmap",
 6755 "indoc",
 6756 "parking_lot",
 6757 "paths",
 6758 "pretty_assertions",
 6759 "serde",
 6760 "strum",
 6761 "util",
 6762]
 6763
 6764[[package]]
 6765name = "indexmap"
 6766version = "2.7.1"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6769dependencies = [
 6770 "equivalent",
 6771 "hashbrown 0.15.2",
 6772 "serde",
 6773]
 6774
 6775[[package]]
 6776name = "indoc"
 6777version = "2.0.6"
 6778source = "registry+https://github.com/rust-lang/crates.io-index"
 6779checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6780
 6781[[package]]
 6782name = "infer"
 6783version = "0.2.3"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6786
 6787[[package]]
 6788name = "inherent"
 6789version = "1.0.11"
 6790source = "registry+https://github.com/rust-lang/crates.io-index"
 6791checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6792dependencies = [
 6793 "proc-macro2",
 6794 "quote",
 6795 "syn 2.0.100",
 6796]
 6797
 6798[[package]]
 6799name = "inline_completion"
 6800version = "0.1.0"
 6801dependencies = [
 6802 "gpui",
 6803 "language",
 6804 "project",
 6805]
 6806
 6807[[package]]
 6808name = "inline_completion_button"
 6809version = "0.1.0"
 6810dependencies = [
 6811 "anyhow",
 6812 "client",
 6813 "copilot",
 6814 "editor",
 6815 "feature_flags",
 6816 "fs",
 6817 "futures 0.3.31",
 6818 "gpui",
 6819 "indoc",
 6820 "inline_completion",
 6821 "language",
 6822 "lsp",
 6823 "paths",
 6824 "project",
 6825 "regex",
 6826 "serde_json",
 6827 "settings",
 6828 "supermaven",
 6829 "telemetry",
 6830 "theme",
 6831 "ui",
 6832 "workspace",
 6833 "zed_actions",
 6834 "zeta",
 6835]
 6836
 6837[[package]]
 6838name = "inotify"
 6839version = "0.11.0"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6842dependencies = [
 6843 "bitflags 2.9.0",
 6844 "inotify-sys",
 6845 "libc",
 6846]
 6847
 6848[[package]]
 6849name = "inotify-sys"
 6850version = "0.1.5"
 6851source = "registry+https://github.com/rust-lang/crates.io-index"
 6852checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6853dependencies = [
 6854 "libc",
 6855]
 6856
 6857[[package]]
 6858name = "inout"
 6859version = "0.1.3"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6862dependencies = [
 6863 "block-padding",
 6864 "generic-array",
 6865]
 6866
 6867[[package]]
 6868name = "install_cli"
 6869version = "0.1.0"
 6870dependencies = [
 6871 "anyhow",
 6872 "gpui",
 6873 "smol",
 6874 "util",
 6875]
 6876
 6877[[package]]
 6878name = "instant"
 6879version = "0.1.13"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6882dependencies = [
 6883 "cfg-if",
 6884]
 6885
 6886[[package]]
 6887name = "interpolate_name"
 6888version = "0.2.4"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6891dependencies = [
 6892 "proc-macro2",
 6893 "quote",
 6894 "syn 2.0.100",
 6895]
 6896
 6897[[package]]
 6898name = "inventory"
 6899version = "0.3.20"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6902dependencies = [
 6903 "rustversion",
 6904]
 6905
 6906[[package]]
 6907name = "io-extras"
 6908version = "0.18.4"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6911dependencies = [
 6912 "io-lifetimes",
 6913 "windows-sys 0.59.0",
 6914]
 6915
 6916[[package]]
 6917name = "io-lifetimes"
 6918version = "2.0.4"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6921
 6922[[package]]
 6923name = "iovec"
 6924version = "0.1.4"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6927dependencies = [
 6928 "libc",
 6929]
 6930
 6931[[package]]
 6932name = "ipc-channel"
 6933version = "0.19.0"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6936dependencies = [
 6937 "bincode",
 6938 "crossbeam-channel",
 6939 "fnv",
 6940 "lazy_static",
 6941 "libc",
 6942 "mio",
 6943 "rand 0.8.5",
 6944 "serde",
 6945 "tempfile",
 6946 "uuid",
 6947 "windows 0.58.0",
 6948]
 6949
 6950[[package]]
 6951name = "ipnet"
 6952version = "2.10.1"
 6953source = "registry+https://github.com/rust-lang/crates.io-index"
 6954checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6955
 6956[[package]]
 6957name = "is-docker"
 6958version = "0.2.0"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6961dependencies = [
 6962 "once_cell",
 6963]
 6964
 6965[[package]]
 6966name = "is-terminal"
 6967version = "0.4.13"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6970dependencies = [
 6971 "hermit-abi 0.4.0",
 6972 "libc",
 6973 "windows-sys 0.52.0",
 6974]
 6975
 6976[[package]]
 6977name = "is-wsl"
 6978version = "0.4.0"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6981dependencies = [
 6982 "is-docker",
 6983 "once_cell",
 6984]
 6985
 6986[[package]]
 6987name = "is_terminal_polyfill"
 6988version = "1.70.1"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6991
 6992[[package]]
 6993name = "itertools"
 6994version = "0.10.5"
 6995source = "registry+https://github.com/rust-lang/crates.io-index"
 6996checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 6997dependencies = [
 6998 "either",
 6999]
 7000
 7001[[package]]
 7002name = "itertools"
 7003version = "0.11.0"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7006dependencies = [
 7007 "either",
 7008]
 7009
 7010[[package]]
 7011name = "itertools"
 7012version = "0.12.1"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7015dependencies = [
 7016 "either",
 7017]
 7018
 7019[[package]]
 7020name = "itertools"
 7021version = "0.14.0"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7024dependencies = [
 7025 "either",
 7026]
 7027
 7028[[package]]
 7029name = "itoa"
 7030version = "1.0.14"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7033
 7034[[package]]
 7035name = "jiff"
 7036version = "0.2.4"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7039dependencies = [
 7040 "jiff-static",
 7041 "log",
 7042 "portable-atomic",
 7043 "portable-atomic-util",
 7044 "serde",
 7045]
 7046
 7047[[package]]
 7048name = "jiff-static"
 7049version = "0.2.4"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7052dependencies = [
 7053 "proc-macro2",
 7054 "quote",
 7055 "syn 2.0.100",
 7056]
 7057
 7058[[package]]
 7059name = "jni"
 7060version = "0.21.1"
 7061source = "registry+https://github.com/rust-lang/crates.io-index"
 7062checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7063dependencies = [
 7064 "cesu8",
 7065 "cfg-if",
 7066 "combine",
 7067 "jni-sys",
 7068 "log",
 7069 "thiserror 1.0.69",
 7070 "walkdir",
 7071 "windows-sys 0.45.0",
 7072]
 7073
 7074[[package]]
 7075name = "jni-sys"
 7076version = "0.3.0"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7079
 7080[[package]]
 7081name = "jobserver"
 7082version = "0.1.32"
 7083source = "registry+https://github.com/rust-lang/crates.io-index"
 7084checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7085dependencies = [
 7086 "libc",
 7087]
 7088
 7089[[package]]
 7090name = "journal"
 7091version = "0.1.0"
 7092dependencies = [
 7093 "anyhow",
 7094 "chrono",
 7095 "editor",
 7096 "gpui",
 7097 "log",
 7098 "schemars",
 7099 "serde",
 7100 "settings",
 7101 "shellexpand 2.1.2",
 7102 "workspace",
 7103]
 7104
 7105[[package]]
 7106name = "jpeg-decoder"
 7107version = "0.3.1"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7110
 7111[[package]]
 7112name = "js-sys"
 7113version = "0.3.76"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7116dependencies = [
 7117 "once_cell",
 7118 "wasm-bindgen",
 7119]
 7120
 7121[[package]]
 7122name = "jsonwebtoken"
 7123version = "9.3.1"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7126dependencies = [
 7127 "base64 0.22.1",
 7128 "js-sys",
 7129 "pem",
 7130 "ring",
 7131 "serde",
 7132 "serde_json",
 7133 "simple_asn1",
 7134]
 7135
 7136[[package]]
 7137name = "jupyter-protocol"
 7138version = "0.6.0"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7141dependencies = [
 7142 "anyhow",
 7143 "async-trait",
 7144 "bytes 1.10.1",
 7145 "chrono",
 7146 "futures 0.3.31",
 7147 "serde",
 7148 "serde_json",
 7149 "uuid",
 7150]
 7151
 7152[[package]]
 7153name = "jupyter-websocket-client"
 7154version = "0.9.0"
 7155source = "registry+https://github.com/rust-lang/crates.io-index"
 7156checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7157dependencies = [
 7158 "anyhow",
 7159 "async-trait",
 7160 "async-tungstenite",
 7161 "futures 0.3.31",
 7162 "jupyter-protocol",
 7163 "serde",
 7164 "serde_json",
 7165 "url",
 7166 "uuid",
 7167]
 7168
 7169[[package]]
 7170name = "khronos-egl"
 7171version = "6.0.0"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7174dependencies = [
 7175 "libc",
 7176 "libloading",
 7177]
 7178
 7179[[package]]
 7180name = "kqueue"
 7181version = "1.0.8"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7184dependencies = [
 7185 "kqueue-sys",
 7186 "libc",
 7187]
 7188
 7189[[package]]
 7190name = "kqueue-sys"
 7191version = "1.0.4"
 7192source = "registry+https://github.com/rust-lang/crates.io-index"
 7193checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7194dependencies = [
 7195 "bitflags 1.3.2",
 7196 "libc",
 7197]
 7198
 7199[[package]]
 7200name = "kurbo"
 7201version = "0.11.1"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7204dependencies = [
 7205 "arrayvec",
 7206 "smallvec",
 7207]
 7208
 7209[[package]]
 7210name = "kv-log-macro"
 7211version = "1.0.7"
 7212source = "registry+https://github.com/rust-lang/crates.io-index"
 7213checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7214dependencies = [
 7215 "log",
 7216]
 7217
 7218[[package]]
 7219name = "language"
 7220version = "0.1.0"
 7221dependencies = [
 7222 "anyhow",
 7223 "async-trait",
 7224 "async-watch",
 7225 "clock",
 7226 "collections",
 7227 "ctor",
 7228 "ec4rs",
 7229 "env_logger 0.11.7",
 7230 "fs",
 7231 "futures 0.3.31",
 7232 "fuzzy",
 7233 "globset",
 7234 "gpui",
 7235 "http_client",
 7236 "imara-diff",
 7237 "indoc",
 7238 "itertools 0.14.0",
 7239 "log",
 7240 "lsp",
 7241 "parking_lot",
 7242 "postage",
 7243 "pretty_assertions",
 7244 "rand 0.8.5",
 7245 "regex",
 7246 "rpc",
 7247 "schemars",
 7248 "serde",
 7249 "serde_json",
 7250 "settings",
 7251 "smallvec",
 7252 "smol",
 7253 "streaming-iterator",
 7254 "strsim",
 7255 "sum_tree",
 7256 "task",
 7257 "text",
 7258 "theme",
 7259 "tree-sitter",
 7260 "tree-sitter-elixir",
 7261 "tree-sitter-embedded-template",
 7262 "tree-sitter-heex",
 7263 "tree-sitter-html",
 7264 "tree-sitter-json",
 7265 "tree-sitter-md",
 7266 "tree-sitter-ruby",
 7267 "tree-sitter-rust",
 7268 "tree-sitter-typescript",
 7269 "unicase",
 7270 "unindent",
 7271 "util",
 7272]
 7273
 7274[[package]]
 7275name = "language_extension"
 7276version = "0.1.0"
 7277dependencies = [
 7278 "anyhow",
 7279 "async-trait",
 7280 "collections",
 7281 "extension",
 7282 "fs",
 7283 "futures 0.3.31",
 7284 "gpui",
 7285 "language",
 7286 "lsp",
 7287 "serde",
 7288 "serde_json",
 7289 "util",
 7290]
 7291
 7292[[package]]
 7293name = "language_model"
 7294version = "0.1.0"
 7295dependencies = [
 7296 "anthropic",
 7297 "anyhow",
 7298 "base64 0.22.1",
 7299 "client",
 7300 "collections",
 7301 "futures 0.3.31",
 7302 "google_ai",
 7303 "gpui",
 7304 "http_client",
 7305 "icons",
 7306 "image",
 7307 "log",
 7308 "open_ai",
 7309 "parking_lot",
 7310 "proto",
 7311 "schemars",
 7312 "serde",
 7313 "serde_json",
 7314 "smol",
 7315 "strum",
 7316 "telemetry_events",
 7317 "thiserror 2.0.12",
 7318 "util",
 7319]
 7320
 7321[[package]]
 7322name = "language_model_selector"
 7323version = "0.1.0"
 7324dependencies = [
 7325 "feature_flags",
 7326 "gpui",
 7327 "language_model",
 7328 "log",
 7329 "picker",
 7330 "proto",
 7331 "ui",
 7332 "workspace",
 7333 "zed_actions",
 7334]
 7335
 7336[[package]]
 7337name = "language_models"
 7338version = "0.1.0"
 7339dependencies = [
 7340 "anthropic",
 7341 "anyhow",
 7342 "aws-config",
 7343 "aws-credential-types",
 7344 "aws_http_client",
 7345 "bedrock",
 7346 "client",
 7347 "collections",
 7348 "copilot",
 7349 "credentials_provider",
 7350 "deepseek",
 7351 "editor",
 7352 "feature_flags",
 7353 "fs",
 7354 "futures 0.3.31",
 7355 "google_ai",
 7356 "gpui",
 7357 "gpui_tokio",
 7358 "http_client",
 7359 "language_model",
 7360 "lmstudio",
 7361 "log",
 7362 "menu",
 7363 "mistral",
 7364 "ollama",
 7365 "open_ai",
 7366 "project",
 7367 "proto",
 7368 "schemars",
 7369 "serde",
 7370 "serde_json",
 7371 "settings",
 7372 "smol",
 7373 "strum",
 7374 "theme",
 7375 "tiktoken-rs",
 7376 "tokio",
 7377 "ui",
 7378 "util",
 7379]
 7380
 7381[[package]]
 7382name = "language_selector"
 7383version = "0.1.0"
 7384dependencies = [
 7385 "anyhow",
 7386 "editor",
 7387 "file_finder",
 7388 "file_icons",
 7389 "fuzzy",
 7390 "gpui",
 7391 "language",
 7392 "picker",
 7393 "project",
 7394 "settings",
 7395 "ui",
 7396 "util",
 7397 "workspace",
 7398]
 7399
 7400[[package]]
 7401name = "language_tools"
 7402version = "0.1.0"
 7403dependencies = [
 7404 "anyhow",
 7405 "client",
 7406 "collections",
 7407 "copilot",
 7408 "editor",
 7409 "env_logger 0.11.7",
 7410 "futures 0.3.31",
 7411 "gpui",
 7412 "itertools 0.14.0",
 7413 "language",
 7414 "lsp",
 7415 "project",
 7416 "release_channel",
 7417 "serde_json",
 7418 "settings",
 7419 "theme",
 7420 "tree-sitter",
 7421 "ui",
 7422 "util",
 7423 "workspace",
 7424 "zed_actions",
 7425]
 7426
 7427[[package]]
 7428name = "languages"
 7429version = "0.1.0"
 7430dependencies = [
 7431 "anyhow",
 7432 "async-compression",
 7433 "async-tar",
 7434 "async-trait",
 7435 "collections",
 7436 "futures 0.3.31",
 7437 "gpui",
 7438 "http_client",
 7439 "language",
 7440 "log",
 7441 "lsp",
 7442 "node_runtime",
 7443 "paths",
 7444 "pet",
 7445 "pet-conda",
 7446 "pet-core",
 7447 "pet-fs",
 7448 "pet-poetry",
 7449 "pet-reporter",
 7450 "pretty_assertions",
 7451 "project",
 7452 "regex",
 7453 "rope",
 7454 "rust-embed",
 7455 "serde",
 7456 "serde_json",
 7457 "settings",
 7458 "smol",
 7459 "snippet_provider",
 7460 "task",
 7461 "text",
 7462 "theme",
 7463 "toml 0.8.20",
 7464 "tree-sitter",
 7465 "tree-sitter-bash",
 7466 "tree-sitter-c",
 7467 "tree-sitter-cpp",
 7468 "tree-sitter-css",
 7469 "tree-sitter-diff",
 7470 "tree-sitter-gitcommit",
 7471 "tree-sitter-go",
 7472 "tree-sitter-gomod",
 7473 "tree-sitter-gowork",
 7474 "tree-sitter-jsdoc",
 7475 "tree-sitter-json",
 7476 "tree-sitter-md",
 7477 "tree-sitter-python",
 7478 "tree-sitter-regex",
 7479 "tree-sitter-rust",
 7480 "tree-sitter-typescript",
 7481 "tree-sitter-yaml",
 7482 "unindent",
 7483 "util",
 7484 "workspace",
 7485]
 7486
 7487[[package]]
 7488name = "lazy_static"
 7489version = "1.5.0"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7492dependencies = [
 7493 "spin",
 7494]
 7495
 7496[[package]]
 7497name = "lazycell"
 7498version = "1.3.0"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7501
 7502[[package]]
 7503name = "leb128"
 7504version = "0.2.5"
 7505source = "registry+https://github.com/rust-lang/crates.io-index"
 7506checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7507
 7508[[package]]
 7509name = "lebe"
 7510version = "0.5.2"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7513
 7514[[package]]
 7515name = "libc"
 7516version = "0.2.171"
 7517source = "registry+https://github.com/rust-lang/crates.io-index"
 7518checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7519
 7520[[package]]
 7521name = "libdbus-sys"
 7522version = "0.2.5"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7525dependencies = [
 7526 "cc",
 7527 "pkg-config",
 7528]
 7529
 7530[[package]]
 7531name = "libfuzzer-sys"
 7532version = "0.4.8"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7535dependencies = [
 7536 "arbitrary",
 7537 "cc",
 7538]
 7539
 7540[[package]]
 7541name = "libgit2-sys"
 7542version = "0.18.1+1.9.0"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7545dependencies = [
 7546 "cc",
 7547 "libc",
 7548 "libz-sys",
 7549 "pkg-config",
 7550]
 7551
 7552[[package]]
 7553name = "libloading"
 7554version = "0.8.6"
 7555source = "registry+https://github.com/rust-lang/crates.io-index"
 7556checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7557dependencies = [
 7558 "cfg-if",
 7559 "windows-targets 0.48.5",
 7560]
 7561
 7562[[package]]
 7563name = "libm"
 7564version = "0.2.11"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7567
 7568[[package]]
 7569name = "libmimalloc-sys"
 7570version = "0.1.40"
 7571source = "registry+https://github.com/rust-lang/crates.io-index"
 7572checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7573dependencies = [
 7574 "cc",
 7575 "libc",
 7576]
 7577
 7578[[package]]
 7579name = "libredox"
 7580version = "0.1.3"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7583dependencies = [
 7584 "bitflags 2.9.0",
 7585 "libc",
 7586 "redox_syscall 0.5.8",
 7587]
 7588
 7589[[package]]
 7590name = "libsqlite3-sys"
 7591version = "0.30.1"
 7592source = "registry+https://github.com/rust-lang/crates.io-index"
 7593checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7594dependencies = [
 7595 "cc",
 7596 "pkg-config",
 7597 "vcpkg",
 7598]
 7599
 7600[[package]]
 7601name = "libwebrtc"
 7602version = "0.3.7"
 7603source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7604dependencies = [
 7605 "cxx",
 7606 "jni",
 7607 "js-sys",
 7608 "lazy_static",
 7609 "livekit-protocol",
 7610 "livekit-runtime",
 7611 "log",
 7612 "parking_lot",
 7613 "serde",
 7614 "serde_json",
 7615 "thiserror 1.0.69",
 7616 "tokio",
 7617 "wasm-bindgen",
 7618 "wasm-bindgen-futures",
 7619 "web-sys",
 7620 "webrtc-sys",
 7621]
 7622
 7623[[package]]
 7624name = "libz-sys"
 7625version = "1.1.20"
 7626source = "registry+https://github.com/rust-lang/crates.io-index"
 7627checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7628dependencies = [
 7629 "cc",
 7630 "libc",
 7631 "pkg-config",
 7632 "vcpkg",
 7633]
 7634
 7635[[package]]
 7636name = "link-cplusplus"
 7637version = "1.0.9"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7640dependencies = [
 7641 "cc",
 7642]
 7643
 7644[[package]]
 7645name = "linkify"
 7646version = "0.10.0"
 7647source = "registry+https://github.com/rust-lang/crates.io-index"
 7648checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7649dependencies = [
 7650 "memchr",
 7651]
 7652
 7653[[package]]
 7654name = "linkme"
 7655version = "0.3.32"
 7656source = "registry+https://github.com/rust-lang/crates.io-index"
 7657checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7658dependencies = [
 7659 "linkme-impl",
 7660]
 7661
 7662[[package]]
 7663name = "linkme-impl"
 7664version = "0.3.32"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7667dependencies = [
 7668 "proc-macro2",
 7669 "quote",
 7670 "syn 2.0.100",
 7671]
 7672
 7673[[package]]
 7674name = "linux-raw-sys"
 7675version = "0.4.14"
 7676source = "registry+https://github.com/rust-lang/crates.io-index"
 7677checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7678
 7679[[package]]
 7680name = "litemap"
 7681version = "0.7.4"
 7682source = "registry+https://github.com/rust-lang/crates.io-index"
 7683checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7684
 7685[[package]]
 7686name = "livekit"
 7687version = "0.7.0"
 7688source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7689dependencies = [
 7690 "chrono",
 7691 "futures-util",
 7692 "lazy_static",
 7693 "libwebrtc",
 7694 "livekit-api",
 7695 "livekit-protocol",
 7696 "livekit-runtime",
 7697 "log",
 7698 "parking_lot",
 7699 "prost 0.12.6",
 7700 "semver",
 7701 "serde",
 7702 "serde_json",
 7703 "thiserror 1.0.69",
 7704 "tokio",
 7705]
 7706
 7707[[package]]
 7708name = "livekit-api"
 7709version = "0.4.1"
 7710source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7711dependencies = [
 7712 "async-tungstenite",
 7713 "futures-util",
 7714 "http 0.2.12",
 7715 "jsonwebtoken",
 7716 "livekit-protocol",
 7717 "livekit-runtime",
 7718 "log",
 7719 "parking_lot",
 7720 "prost 0.12.6",
 7721 "reqwest 0.11.27",
 7722 "scopeguard",
 7723 "serde",
 7724 "serde_json",
 7725 "sha2",
 7726 "thiserror 1.0.69",
 7727 "tokio",
 7728 "tokio-tungstenite 0.20.1",
 7729 "url",
 7730]
 7731
 7732[[package]]
 7733name = "livekit-protocol"
 7734version = "0.3.6"
 7735source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7736dependencies = [
 7737 "futures-util",
 7738 "livekit-runtime",
 7739 "parking_lot",
 7740 "pbjson",
 7741 "pbjson-types",
 7742 "prost 0.12.6",
 7743 "prost-types 0.12.6",
 7744 "serde",
 7745 "thiserror 1.0.69",
 7746 "tokio",
 7747]
 7748
 7749[[package]]
 7750name = "livekit-runtime"
 7751version = "0.3.1"
 7752source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7753dependencies = [
 7754 "async-io",
 7755 "async-std",
 7756 "async-task",
 7757 "futures 0.3.31",
 7758]
 7759
 7760[[package]]
 7761name = "livekit_api"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "async-trait",
 7766 "jsonwebtoken",
 7767 "log",
 7768 "prost 0.9.0",
 7769 "prost-build 0.9.0",
 7770 "prost-types 0.9.0",
 7771 "reqwest 0.12.8",
 7772 "serde",
 7773]
 7774
 7775[[package]]
 7776name = "livekit_client"
 7777version = "0.1.0"
 7778dependencies = [
 7779 "anyhow",
 7780 "async-trait",
 7781 "collections",
 7782 "core-foundation 0.9.4",
 7783 "coreaudio-rs 0.12.1",
 7784 "cpal",
 7785 "futures 0.3.31",
 7786 "gpui",
 7787 "http 0.2.12",
 7788 "http_client",
 7789 "image",
 7790 "livekit",
 7791 "livekit_api",
 7792 "log",
 7793 "media",
 7794 "nanoid",
 7795 "parking_lot",
 7796 "postage",
 7797 "serde",
 7798 "serde_json",
 7799 "sha2",
 7800 "simplelog",
 7801 "smallvec",
 7802 "util",
 7803]
 7804
 7805[[package]]
 7806name = "livekit_client_macos"
 7807version = "0.1.0"
 7808dependencies = [
 7809 "anyhow",
 7810 "async-broadcast",
 7811 "async-trait",
 7812 "collections",
 7813 "core-foundation 0.9.4",
 7814 "futures 0.3.31",
 7815 "gpui",
 7816 "livekit_api",
 7817 "log",
 7818 "media",
 7819 "nanoid",
 7820 "parking_lot",
 7821 "postage",
 7822 "serde",
 7823 "serde_json",
 7824 "sha2",
 7825 "simplelog",
 7826]
 7827
 7828[[package]]
 7829name = "lmdb-master-sys"
 7830version = "0.2.4"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7833dependencies = [
 7834 "cc",
 7835 "doxygen-rs",
 7836 "libc",
 7837]
 7838
 7839[[package]]
 7840name = "lmstudio"
 7841version = "0.1.0"
 7842dependencies = [
 7843 "anyhow",
 7844 "futures 0.3.31",
 7845 "http_client",
 7846 "schemars",
 7847 "serde",
 7848 "serde_json",
 7849]
 7850
 7851[[package]]
 7852name = "lock_api"
 7853version = "0.4.12"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7856dependencies = [
 7857 "autocfg",
 7858 "scopeguard",
 7859]
 7860
 7861[[package]]
 7862name = "log"
 7863version = "0.4.27"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7866dependencies = [
 7867 "serde",
 7868 "value-bag",
 7869]
 7870
 7871[[package]]
 7872name = "loop9"
 7873version = "0.1.5"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7876dependencies = [
 7877 "imgref",
 7878]
 7879
 7880[[package]]
 7881name = "lru"
 7882version = "0.12.5"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7885dependencies = [
 7886 "hashbrown 0.15.2",
 7887]
 7888
 7889[[package]]
 7890name = "lsp"
 7891version = "0.1.0"
 7892dependencies = [
 7893 "anyhow",
 7894 "async-pipe",
 7895 "collections",
 7896 "ctor",
 7897 "env_logger 0.11.7",
 7898 "futures 0.3.31",
 7899 "gpui",
 7900 "log",
 7901 "lsp-types",
 7902 "parking_lot",
 7903 "postage",
 7904 "release_channel",
 7905 "schemars",
 7906 "serde",
 7907 "serde_json",
 7908 "smol",
 7909 "util",
 7910]
 7911
 7912[[package]]
 7913name = "lsp-types"
 7914version = "0.95.1"
 7915source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7916dependencies = [
 7917 "bitflags 1.3.2",
 7918 "serde",
 7919 "serde_json",
 7920 "serde_repr",
 7921 "url",
 7922]
 7923
 7924[[package]]
 7925name = "lyon"
 7926version = "1.0.1"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7929dependencies = [
 7930 "lyon_algorithms",
 7931 "lyon_extra",
 7932 "lyon_tessellation",
 7933]
 7934
 7935[[package]]
 7936name = "lyon_algorithms"
 7937version = "1.0.5"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7940dependencies = [
 7941 "lyon_path",
 7942 "num-traits",
 7943]
 7944
 7945[[package]]
 7946name = "lyon_extra"
 7947version = "1.0.3"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7950dependencies = [
 7951 "lyon_path",
 7952 "thiserror 1.0.69",
 7953]
 7954
 7955[[package]]
 7956name = "lyon_geom"
 7957version = "1.0.6"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7960dependencies = [
 7961 "arrayvec",
 7962 "euclid",
 7963 "num-traits",
 7964]
 7965
 7966[[package]]
 7967name = "lyon_path"
 7968version = "1.0.6"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7971dependencies = [
 7972 "lyon_geom",
 7973 "num-traits",
 7974]
 7975
 7976[[package]]
 7977name = "lyon_tessellation"
 7978version = "1.0.15"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7981dependencies = [
 7982 "float_next_after",
 7983 "lyon_path",
 7984 "num-traits",
 7985]
 7986
 7987[[package]]
 7988name = "mac"
 7989version = "0.1.1"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7992
 7993[[package]]
 7994name = "mach2"
 7995version = "0.4.2"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 7998dependencies = [
 7999 "libc",
 8000]
 8001
 8002[[package]]
 8003name = "malloc_buf"
 8004version = "0.0.6"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8007dependencies = [
 8008 "libc",
 8009]
 8010
 8011[[package]]
 8012name = "maplit"
 8013version = "1.0.2"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8016
 8017[[package]]
 8018name = "markdown"
 8019version = "0.1.0"
 8020dependencies = [
 8021 "anyhow",
 8022 "assets",
 8023 "env_logger 0.11.7",
 8024 "gpui",
 8025 "language",
 8026 "languages",
 8027 "linkify",
 8028 "log",
 8029 "node_runtime",
 8030 "pulldown-cmark 0.12.2",
 8031 "settings",
 8032 "theme",
 8033 "ui",
 8034 "util",
 8035]
 8036
 8037[[package]]
 8038name = "markdown_preview"
 8039version = "0.1.0"
 8040dependencies = [
 8041 "anyhow",
 8042 "async-recursion 1.1.1",
 8043 "collections",
 8044 "editor",
 8045 "gpui",
 8046 "language",
 8047 "linkify",
 8048 "log",
 8049 "pretty_assertions",
 8050 "pulldown-cmark 0.12.2",
 8051 "settings",
 8052 "theme",
 8053 "ui",
 8054 "util",
 8055 "workspace",
 8056]
 8057
 8058[[package]]
 8059name = "markup5ever"
 8060version = "0.12.1"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8063dependencies = [
 8064 "log",
 8065 "phf",
 8066 "phf_codegen",
 8067 "string_cache",
 8068 "string_cache_codegen",
 8069 "tendril",
 8070]
 8071
 8072[[package]]
 8073name = "markup5ever_rcdom"
 8074version = "0.3.0"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8077dependencies = [
 8078 "html5ever",
 8079 "markup5ever",
 8080 "tendril",
 8081 "xml5ever",
 8082]
 8083
 8084[[package]]
 8085name = "matchers"
 8086version = "0.1.0"
 8087source = "registry+https://github.com/rust-lang/crates.io-index"
 8088checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8089dependencies = [
 8090 "regex-automata 0.1.10",
 8091]
 8092
 8093[[package]]
 8094name = "matchit"
 8095version = "0.7.3"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8098
 8099[[package]]
 8100name = "maybe-owned"
 8101version = "0.3.4"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8104
 8105[[package]]
 8106name = "maybe-rayon"
 8107version = "0.1.1"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8110dependencies = [
 8111 "cfg-if",
 8112 "rayon",
 8113]
 8114
 8115[[package]]
 8116name = "md-5"
 8117version = "0.10.6"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8120dependencies = [
 8121 "cfg-if",
 8122 "digest",
 8123]
 8124
 8125[[package]]
 8126name = "mdbook"
 8127version = "0.4.47"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8130dependencies = [
 8131 "ammonia",
 8132 "anyhow",
 8133 "chrono",
 8134 "clap",
 8135 "clap_complete",
 8136 "elasticlunr-rs",
 8137 "env_logger 0.11.7",
 8138 "futures-util",
 8139 "handlebars 6.2.0",
 8140 "hex",
 8141 "ignore",
 8142 "log",
 8143 "memchr",
 8144 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8145 "notify-debouncer-mini",
 8146 "once_cell",
 8147 "opener",
 8148 "pathdiff",
 8149 "pulldown-cmark 0.10.3",
 8150 "regex",
 8151 "serde",
 8152 "serde_json",
 8153 "sha2",
 8154 "shlex",
 8155 "tempfile",
 8156 "tokio",
 8157 "toml 0.5.11",
 8158 "topological-sort",
 8159 "walkdir",
 8160 "warp",
 8161]
 8162
 8163[[package]]
 8164name = "media"
 8165version = "0.1.0"
 8166dependencies = [
 8167 "anyhow",
 8168 "bindgen 0.70.1",
 8169 "core-foundation 0.9.4",
 8170 "ctor",
 8171 "foreign-types 0.5.0",
 8172 "metal",
 8173 "objc",
 8174]
 8175
 8176[[package]]
 8177name = "memchr"
 8178version = "2.7.4"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8181
 8182[[package]]
 8183name = "memfd"
 8184version = "0.6.4"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8187dependencies = [
 8188 "rustix",
 8189]
 8190
 8191[[package]]
 8192name = "memmap2"
 8193version = "0.9.5"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8196dependencies = [
 8197 "libc",
 8198]
 8199
 8200[[package]]
 8201name = "memoffset"
 8202version = "0.9.1"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8205dependencies = [
 8206 "autocfg",
 8207]
 8208
 8209[[package]]
 8210name = "menu"
 8211version = "0.1.0"
 8212dependencies = [
 8213 "gpui",
 8214 "serde",
 8215]
 8216
 8217[[package]]
 8218name = "metal"
 8219version = "0.31.0"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8222dependencies = [
 8223 "bitflags 2.9.0",
 8224 "block",
 8225 "core-graphics-types 0.1.3",
 8226 "foreign-types 0.5.0",
 8227 "log",
 8228 "objc",
 8229 "paste",
 8230]
 8231
 8232[[package]]
 8233name = "migrator"
 8234version = "0.1.0"
 8235dependencies = [
 8236 "anyhow",
 8237 "collections",
 8238 "convert_case 0.8.0",
 8239 "log",
 8240 "pretty_assertions",
 8241 "streaming-iterator",
 8242 "tree-sitter",
 8243 "tree-sitter-json",
 8244]
 8245
 8246[[package]]
 8247name = "mimalloc"
 8248version = "0.1.44"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8251dependencies = [
 8252 "libmimalloc-sys",
 8253]
 8254
 8255[[package]]
 8256name = "mime"
 8257version = "0.3.17"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8260
 8261[[package]]
 8262name = "mime_guess"
 8263version = "2.0.5"
 8264source = "registry+https://github.com/rust-lang/crates.io-index"
 8265checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8266dependencies = [
 8267 "mime",
 8268 "unicase",
 8269]
 8270
 8271[[package]]
 8272name = "minimal-lexical"
 8273version = "0.2.1"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8276
 8277[[package]]
 8278name = "miniz_oxide"
 8279version = "0.8.0"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8282dependencies = [
 8283 "adler2",
 8284 "simd-adler32",
 8285]
 8286
 8287[[package]]
 8288name = "mint"
 8289version = "0.5.9"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8292
 8293[[package]]
 8294name = "mio"
 8295version = "1.0.3"
 8296source = "registry+https://github.com/rust-lang/crates.io-index"
 8297checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8298dependencies = [
 8299 "libc",
 8300 "log",
 8301 "wasi 0.11.0+wasi-snapshot-preview1",
 8302 "windows-sys 0.52.0",
 8303]
 8304
 8305[[package]]
 8306name = "miow"
 8307version = "0.6.0"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8310dependencies = [
 8311 "windows-sys 0.48.0",
 8312]
 8313
 8314[[package]]
 8315name = "mistral"
 8316version = "0.1.0"
 8317dependencies = [
 8318 "anyhow",
 8319 "futures 0.3.31",
 8320 "http_client",
 8321 "schemars",
 8322 "serde",
 8323 "serde_json",
 8324 "strum",
 8325]
 8326
 8327[[package]]
 8328name = "msvc_spectre_libs"
 8329version = "0.1.2"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8332dependencies = [
 8333 "cc",
 8334]
 8335
 8336[[package]]
 8337name = "multi_buffer"
 8338version = "0.1.0"
 8339dependencies = [
 8340 "anyhow",
 8341 "buffer_diff",
 8342 "clock",
 8343 "collections",
 8344 "ctor",
 8345 "env_logger 0.11.7",
 8346 "futures 0.3.31",
 8347 "gpui",
 8348 "indoc",
 8349 "itertools 0.14.0",
 8350 "language",
 8351 "log",
 8352 "parking_lot",
 8353 "pretty_assertions",
 8354 "project",
 8355 "rand 0.8.5",
 8356 "rope",
 8357 "serde",
 8358 "settings",
 8359 "smallvec",
 8360 "smol",
 8361 "sum_tree",
 8362 "text",
 8363 "theme",
 8364 "tree-sitter",
 8365 "util",
 8366]
 8367
 8368[[package]]
 8369name = "multimap"
 8370version = "0.8.3"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8373
 8374[[package]]
 8375name = "multimap"
 8376version = "0.10.0"
 8377source = "registry+https://github.com/rust-lang/crates.io-index"
 8378checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8379
 8380[[package]]
 8381name = "naga"
 8382version = "23.1.0"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8385dependencies = [
 8386 "arrayvec",
 8387 "bit-set 0.8.0",
 8388 "bitflags 2.9.0",
 8389 "cfg_aliases 0.1.1",
 8390 "codespan-reporting",
 8391 "hexf-parse",
 8392 "indexmap",
 8393 "log",
 8394 "rustc-hash 1.1.0",
 8395 "spirv",
 8396 "termcolor",
 8397 "thiserror 1.0.69",
 8398 "unicode-xid",
 8399]
 8400
 8401[[package]]
 8402name = "nanoid"
 8403version = "0.4.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8406dependencies = [
 8407 "rand 0.8.5",
 8408]
 8409
 8410[[package]]
 8411name = "nanorand"
 8412version = "0.7.0"
 8413source = "registry+https://github.com/rust-lang/crates.io-index"
 8414checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8415dependencies = [
 8416 "getrandom 0.2.15",
 8417]
 8418
 8419[[package]]
 8420name = "native-tls"
 8421version = "0.2.12"
 8422source = "registry+https://github.com/rust-lang/crates.io-index"
 8423checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8424dependencies = [
 8425 "libc",
 8426 "log",
 8427 "openssl",
 8428 "openssl-probe",
 8429 "openssl-sys",
 8430 "schannel",
 8431 "security-framework 2.11.1",
 8432 "security-framework-sys",
 8433 "tempfile",
 8434]
 8435
 8436[[package]]
 8437name = "nbformat"
 8438version = "0.10.0"
 8439source = "registry+https://github.com/rust-lang/crates.io-index"
 8440checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8441dependencies = [
 8442 "anyhow",
 8443 "chrono",
 8444 "jupyter-protocol",
 8445 "serde",
 8446 "serde_json",
 8447 "thiserror 1.0.69",
 8448 "uuid",
 8449]
 8450
 8451[[package]]
 8452name = "ndk"
 8453version = "0.8.0"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8456dependencies = [
 8457 "bitflags 2.9.0",
 8458 "jni-sys",
 8459 "log",
 8460 "ndk-sys",
 8461 "num_enum",
 8462 "thiserror 1.0.69",
 8463]
 8464
 8465[[package]]
 8466name = "ndk-context"
 8467version = "0.1.1"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8470
 8471[[package]]
 8472name = "ndk-sys"
 8473version = "0.5.0+25.2.9519653"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8476dependencies = [
 8477 "jni-sys",
 8478]
 8479
 8480[[package]]
 8481name = "new_debug_unreachable"
 8482version = "1.0.6"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8485
 8486[[package]]
 8487name = "nix"
 8488version = "0.29.0"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8491dependencies = [
 8492 "bitflags 2.9.0",
 8493 "cfg-if",
 8494 "cfg_aliases 0.2.1",
 8495 "libc",
 8496 "memoffset",
 8497]
 8498
 8499[[package]]
 8500name = "node_runtime"
 8501version = "0.1.0"
 8502dependencies = [
 8503 "anyhow",
 8504 "async-compression",
 8505 "async-std",
 8506 "async-tar",
 8507 "async-trait",
 8508 "async-watch",
 8509 "async_zip",
 8510 "futures 0.3.31",
 8511 "http_client",
 8512 "log",
 8513 "paths",
 8514 "semver",
 8515 "serde",
 8516 "serde_json",
 8517 "smol",
 8518 "tempfile",
 8519 "util",
 8520 "walkdir",
 8521 "which 6.0.3",
 8522]
 8523
 8524[[package]]
 8525name = "nom"
 8526version = "7.1.3"
 8527source = "registry+https://github.com/rust-lang/crates.io-index"
 8528checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8529dependencies = [
 8530 "memchr",
 8531 "minimal-lexical",
 8532]
 8533
 8534[[package]]
 8535name = "noop_proc_macro"
 8536version = "0.3.0"
 8537source = "registry+https://github.com/rust-lang/crates.io-index"
 8538checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8539
 8540[[package]]
 8541name = "normpath"
 8542version = "1.3.0"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8545dependencies = [
 8546 "windows-sys 0.59.0",
 8547]
 8548
 8549[[package]]
 8550name = "notifications"
 8551version = "0.1.0"
 8552dependencies = [
 8553 "anyhow",
 8554 "channel",
 8555 "client",
 8556 "collections",
 8557 "component",
 8558 "db",
 8559 "gpui",
 8560 "linkme",
 8561 "rpc",
 8562 "settings",
 8563 "sum_tree",
 8564 "time",
 8565 "ui",
 8566 "util",
 8567 "workspace",
 8568]
 8569
 8570[[package]]
 8571name = "notify"
 8572version = "8.0.0"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8575dependencies = [
 8576 "bitflags 2.9.0",
 8577 "filetime",
 8578 "fsevent-sys 4.1.0",
 8579 "inotify",
 8580 "kqueue",
 8581 "libc",
 8582 "log",
 8583 "mio",
 8584 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8585 "walkdir",
 8586 "windows-sys 0.59.0",
 8587]
 8588
 8589[[package]]
 8590name = "notify"
 8591version = "8.0.0"
 8592source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8593dependencies = [
 8594 "bitflags 2.9.0",
 8595 "filetime",
 8596 "fsevent-sys 4.1.0",
 8597 "inotify",
 8598 "kqueue",
 8599 "libc",
 8600 "log",
 8601 "mio",
 8602 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8603 "walkdir",
 8604 "windows-sys 0.59.0",
 8605]
 8606
 8607[[package]]
 8608name = "notify-debouncer-mini"
 8609version = "0.6.0"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8612dependencies = [
 8613 "log",
 8614 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8615 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8616 "tempfile",
 8617]
 8618
 8619[[package]]
 8620name = "notify-types"
 8621version = "2.0.0"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8624
 8625[[package]]
 8626name = "notify-types"
 8627version = "2.0.0"
 8628source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8629
 8630[[package]]
 8631name = "ntapi"
 8632version = "0.4.1"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8635dependencies = [
 8636 "winapi",
 8637]
 8638
 8639[[package]]
 8640name = "nu-ansi-term"
 8641version = "0.46.0"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8644dependencies = [
 8645 "overload",
 8646 "winapi",
 8647]
 8648
 8649[[package]]
 8650name = "num"
 8651version = "0.4.3"
 8652source = "registry+https://github.com/rust-lang/crates.io-index"
 8653checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8654dependencies = [
 8655 "num-bigint",
 8656 "num-complex",
 8657 "num-integer",
 8658 "num-iter",
 8659 "num-rational",
 8660 "num-traits",
 8661]
 8662
 8663[[package]]
 8664name = "num-bigint"
 8665version = "0.4.6"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8668dependencies = [
 8669 "num-integer",
 8670 "num-traits",
 8671]
 8672
 8673[[package]]
 8674name = "num-bigint-dig"
 8675version = "0.8.4"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8678dependencies = [
 8679 "byteorder",
 8680 "lazy_static",
 8681 "libm",
 8682 "num-integer",
 8683 "num-iter",
 8684 "num-traits",
 8685 "rand 0.8.5",
 8686 "serde",
 8687 "smallvec",
 8688 "zeroize",
 8689]
 8690
 8691[[package]]
 8692name = "num-complex"
 8693version = "0.4.6"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8696dependencies = [
 8697 "num-traits",
 8698]
 8699
 8700[[package]]
 8701name = "num-conv"
 8702version = "0.1.0"
 8703source = "registry+https://github.com/rust-lang/crates.io-index"
 8704checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8705
 8706[[package]]
 8707name = "num-derive"
 8708version = "0.4.2"
 8709source = "registry+https://github.com/rust-lang/crates.io-index"
 8710checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8711dependencies = [
 8712 "proc-macro2",
 8713 "quote",
 8714 "syn 2.0.100",
 8715]
 8716
 8717[[package]]
 8718name = "num-format"
 8719version = "0.4.4"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8722dependencies = [
 8723 "arrayvec",
 8724 "itoa",
 8725]
 8726
 8727[[package]]
 8728name = "num-integer"
 8729version = "0.1.46"
 8730source = "registry+https://github.com/rust-lang/crates.io-index"
 8731checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8732dependencies = [
 8733 "num-traits",
 8734]
 8735
 8736[[package]]
 8737name = "num-iter"
 8738version = "0.1.45"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8741dependencies = [
 8742 "autocfg",
 8743 "num-integer",
 8744 "num-traits",
 8745]
 8746
 8747[[package]]
 8748name = "num-modular"
 8749version = "0.6.1"
 8750source = "registry+https://github.com/rust-lang/crates.io-index"
 8751checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8752
 8753[[package]]
 8754name = "num-order"
 8755version = "1.2.0"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8758dependencies = [
 8759 "num-modular",
 8760]
 8761
 8762[[package]]
 8763name = "num-rational"
 8764version = "0.4.2"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8767dependencies = [
 8768 "num-bigint",
 8769 "num-integer",
 8770 "num-traits",
 8771]
 8772
 8773[[package]]
 8774name = "num-traits"
 8775version = "0.2.19"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8778dependencies = [
 8779 "autocfg",
 8780 "libm",
 8781]
 8782
 8783[[package]]
 8784name = "num_cpus"
 8785version = "1.16.0"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8788dependencies = [
 8789 "hermit-abi 0.3.9",
 8790 "libc",
 8791]
 8792
 8793[[package]]
 8794name = "num_enum"
 8795version = "0.7.3"
 8796source = "registry+https://github.com/rust-lang/crates.io-index"
 8797checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8798dependencies = [
 8799 "num_enum_derive",
 8800]
 8801
 8802[[package]]
 8803name = "num_enum_derive"
 8804version = "0.7.3"
 8805source = "registry+https://github.com/rust-lang/crates.io-index"
 8806checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8807dependencies = [
 8808 "proc-macro-crate",
 8809 "proc-macro2",
 8810 "quote",
 8811 "syn 2.0.100",
 8812]
 8813
 8814[[package]]
 8815name = "num_threads"
 8816version = "0.1.7"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8819dependencies = [
 8820 "libc",
 8821]
 8822
 8823[[package]]
 8824name = "nvim-rs"
 8825version = "0.8.0-pre"
 8826source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8827dependencies = [
 8828 "async-trait",
 8829 "futures 0.3.31",
 8830 "log",
 8831 "parity-tokio-ipc",
 8832 "rmp",
 8833 "rmpv",
 8834 "tokio",
 8835 "tokio-util",
 8836 "winapi",
 8837]
 8838
 8839[[package]]
 8840name = "objc"
 8841version = "0.2.7"
 8842source = "registry+https://github.com/rust-lang/crates.io-index"
 8843checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8844dependencies = [
 8845 "malloc_buf",
 8846]
 8847
 8848[[package]]
 8849name = "objc-sys"
 8850version = "0.3.5"
 8851source = "registry+https://github.com/rust-lang/crates.io-index"
 8852checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8853
 8854[[package]]
 8855name = "objc2"
 8856version = "0.5.2"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8859dependencies = [
 8860 "objc-sys",
 8861 "objc2-encode",
 8862]
 8863
 8864[[package]]
 8865name = "objc2-app-kit"
 8866version = "0.2.2"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8869dependencies = [
 8870 "bitflags 2.9.0",
 8871 "block2",
 8872 "libc",
 8873 "objc2",
 8874 "objc2-core-data",
 8875 "objc2-core-image",
 8876 "objc2-foundation",
 8877 "objc2-quartz-core",
 8878]
 8879
 8880[[package]]
 8881name = "objc2-cloud-kit"
 8882version = "0.2.2"
 8883source = "registry+https://github.com/rust-lang/crates.io-index"
 8884checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8885dependencies = [
 8886 "bitflags 2.9.0",
 8887 "block2",
 8888 "objc2",
 8889 "objc2-core-location",
 8890 "objc2-foundation",
 8891]
 8892
 8893[[package]]
 8894name = "objc2-contacts"
 8895version = "0.2.2"
 8896source = "registry+https://github.com/rust-lang/crates.io-index"
 8897checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8898dependencies = [
 8899 "block2",
 8900 "objc2",
 8901 "objc2-foundation",
 8902]
 8903
 8904[[package]]
 8905name = "objc2-core-data"
 8906version = "0.2.2"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8909dependencies = [
 8910 "bitflags 2.9.0",
 8911 "block2",
 8912 "objc2",
 8913 "objc2-foundation",
 8914]
 8915
 8916[[package]]
 8917name = "objc2-core-image"
 8918version = "0.2.2"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8921dependencies = [
 8922 "block2",
 8923 "objc2",
 8924 "objc2-foundation",
 8925 "objc2-metal",
 8926]
 8927
 8928[[package]]
 8929name = "objc2-core-location"
 8930version = "0.2.2"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8933dependencies = [
 8934 "block2",
 8935 "objc2",
 8936 "objc2-contacts",
 8937 "objc2-foundation",
 8938]
 8939
 8940[[package]]
 8941name = "objc2-encode"
 8942version = "4.0.3"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8945
 8946[[package]]
 8947name = "objc2-foundation"
 8948version = "0.2.2"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8951dependencies = [
 8952 "bitflags 2.9.0",
 8953 "block2",
 8954 "libc",
 8955 "objc2",
 8956]
 8957
 8958[[package]]
 8959name = "objc2-link-presentation"
 8960version = "0.2.2"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8963dependencies = [
 8964 "block2",
 8965 "objc2",
 8966 "objc2-app-kit",
 8967 "objc2-foundation",
 8968]
 8969
 8970[[package]]
 8971name = "objc2-metal"
 8972version = "0.2.2"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8975dependencies = [
 8976 "bitflags 2.9.0",
 8977 "block2",
 8978 "objc2",
 8979 "objc2-foundation",
 8980]
 8981
 8982[[package]]
 8983name = "objc2-quartz-core"
 8984version = "0.2.2"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8987dependencies = [
 8988 "bitflags 2.9.0",
 8989 "block2",
 8990 "objc2",
 8991 "objc2-foundation",
 8992 "objc2-metal",
 8993]
 8994
 8995[[package]]
 8996name = "objc2-symbols"
 8997version = "0.2.2"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9000dependencies = [
 9001 "objc2",
 9002 "objc2-foundation",
 9003]
 9004
 9005[[package]]
 9006name = "objc2-ui-kit"
 9007version = "0.2.2"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9010dependencies = [
 9011 "bitflags 2.9.0",
 9012 "block2",
 9013 "objc2",
 9014 "objc2-cloud-kit",
 9015 "objc2-core-data",
 9016 "objc2-core-image",
 9017 "objc2-core-location",
 9018 "objc2-foundation",
 9019 "objc2-link-presentation",
 9020 "objc2-quartz-core",
 9021 "objc2-symbols",
 9022 "objc2-uniform-type-identifiers",
 9023 "objc2-user-notifications",
 9024]
 9025
 9026[[package]]
 9027name = "objc2-uniform-type-identifiers"
 9028version = "0.2.2"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9031dependencies = [
 9032 "block2",
 9033 "objc2",
 9034 "objc2-foundation",
 9035]
 9036
 9037[[package]]
 9038name = "objc2-user-notifications"
 9039version = "0.2.2"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9042dependencies = [
 9043 "bitflags 2.9.0",
 9044 "block2",
 9045 "objc2",
 9046 "objc2-core-location",
 9047 "objc2-foundation",
 9048]
 9049
 9050[[package]]
 9051name = "object"
 9052version = "0.36.5"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9055dependencies = [
 9056 "crc32fast",
 9057 "hashbrown 0.15.2",
 9058 "indexmap",
 9059 "memchr",
 9060]
 9061
 9062[[package]]
 9063name = "oboe"
 9064version = "0.6.1"
 9065source = "registry+https://github.com/rust-lang/crates.io-index"
 9066checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9067dependencies = [
 9068 "jni",
 9069 "ndk",
 9070 "ndk-context",
 9071 "num-derive",
 9072 "num-traits",
 9073 "oboe-sys",
 9074]
 9075
 9076[[package]]
 9077name = "oboe-sys"
 9078version = "0.6.1"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9081dependencies = [
 9082 "cc",
 9083]
 9084
 9085[[package]]
 9086name = "ollama"
 9087version = "0.1.0"
 9088dependencies = [
 9089 "anyhow",
 9090 "futures 0.3.31",
 9091 "http_client",
 9092 "schemars",
 9093 "serde",
 9094 "serde_json",
 9095]
 9096
 9097[[package]]
 9098name = "once_cell"
 9099version = "1.20.3"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9102
 9103[[package]]
 9104name = "oo7"
 9105version = "0.4.3"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9108dependencies = [
 9109 "aes",
 9110 "ashpd",
 9111 "async-fs",
 9112 "async-io",
 9113 "async-lock",
 9114 "blocking",
 9115 "cbc",
 9116 "cipher",
 9117 "digest",
 9118 "endi",
 9119 "futures-lite 2.6.0",
 9120 "futures-util",
 9121 "getrandom 0.3.1",
 9122 "hkdf",
 9123 "hmac",
 9124 "md-5",
 9125 "num",
 9126 "num-bigint-dig",
 9127 "pbkdf2 0.12.2",
 9128 "rand 0.9.0",
 9129 "serde",
 9130 "sha2",
 9131 "subtle",
 9132 "zbus",
 9133 "zbus_macros",
 9134 "zeroize",
 9135 "zvariant",
 9136]
 9137
 9138[[package]]
 9139name = "oorandom"
 9140version = "11.1.4"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9143
 9144[[package]]
 9145name = "open"
 9146version = "5.3.2"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9149dependencies = [
 9150 "is-wsl",
 9151 "libc",
 9152 "pathdiff",
 9153]
 9154
 9155[[package]]
 9156name = "open_ai"
 9157version = "0.1.0"
 9158dependencies = [
 9159 "anyhow",
 9160 "futures 0.3.31",
 9161 "http_client",
 9162 "schemars",
 9163 "serde",
 9164 "serde_json",
 9165 "strum",
 9166]
 9167
 9168[[package]]
 9169name = "opener"
 9170version = "0.7.2"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9173dependencies = [
 9174 "bstr",
 9175 "dbus",
 9176 "normpath",
 9177 "windows-sys 0.59.0",
 9178]
 9179
 9180[[package]]
 9181name = "openssl"
 9182version = "0.10.70"
 9183source = "registry+https://github.com/rust-lang/crates.io-index"
 9184checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9185dependencies = [
 9186 "bitflags 2.9.0",
 9187 "cfg-if",
 9188 "foreign-types 0.3.2",
 9189 "libc",
 9190 "once_cell",
 9191 "openssl-macros",
 9192 "openssl-sys",
 9193]
 9194
 9195[[package]]
 9196name = "openssl-macros"
 9197version = "0.1.1"
 9198source = "registry+https://github.com/rust-lang/crates.io-index"
 9199checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9200dependencies = [
 9201 "proc-macro2",
 9202 "quote",
 9203 "syn 2.0.100",
 9204]
 9205
 9206[[package]]
 9207name = "openssl-probe"
 9208version = "0.1.5"
 9209source = "registry+https://github.com/rust-lang/crates.io-index"
 9210checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9211
 9212[[package]]
 9213name = "openssl-src"
 9214version = "300.4.1+3.4.0"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9217dependencies = [
 9218 "cc",
 9219]
 9220
 9221[[package]]
 9222name = "openssl-sys"
 9223version = "0.9.105"
 9224source = "registry+https://github.com/rust-lang/crates.io-index"
 9225checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9226dependencies = [
 9227 "cc",
 9228 "libc",
 9229 "openssl-src",
 9230 "pkg-config",
 9231 "vcpkg",
 9232]
 9233
 9234[[package]]
 9235name = "option-ext"
 9236version = "0.2.0"
 9237source = "registry+https://github.com/rust-lang/crates.io-index"
 9238checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9239
 9240[[package]]
 9241name = "ordered-float"
 9242version = "2.10.1"
 9243source = "registry+https://github.com/rust-lang/crates.io-index"
 9244checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9245dependencies = [
 9246 "num-traits",
 9247]
 9248
 9249[[package]]
 9250name = "ordered-float"
 9251version = "3.9.2"
 9252source = "registry+https://github.com/rust-lang/crates.io-index"
 9253checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9254dependencies = [
 9255 "num-traits",
 9256]
 9257
 9258[[package]]
 9259name = "ordered-stream"
 9260version = "0.2.0"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9263dependencies = [
 9264 "futures-core",
 9265 "pin-project-lite",
 9266]
 9267
 9268[[package]]
 9269name = "ouroboros"
 9270version = "0.18.4"
 9271source = "registry+https://github.com/rust-lang/crates.io-index"
 9272checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9273dependencies = [
 9274 "aliasable",
 9275 "ouroboros_macro",
 9276 "static_assertions",
 9277]
 9278
 9279[[package]]
 9280name = "ouroboros_macro"
 9281version = "0.18.4"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9284dependencies = [
 9285 "heck 0.4.1",
 9286 "itertools 0.12.1",
 9287 "proc-macro2",
 9288 "proc-macro2-diagnostics",
 9289 "quote",
 9290 "syn 2.0.100",
 9291]
 9292
 9293[[package]]
 9294name = "outline"
 9295version = "0.1.0"
 9296dependencies = [
 9297 "editor",
 9298 "fuzzy",
 9299 "gpui",
 9300 "indoc",
 9301 "language",
 9302 "menu",
 9303 "ordered-float 2.10.1",
 9304 "picker",
 9305 "project",
 9306 "rope",
 9307 "serde_json",
 9308 "settings",
 9309 "smol",
 9310 "theme",
 9311 "tree-sitter-rust",
 9312 "tree-sitter-typescript",
 9313 "ui",
 9314 "util",
 9315 "workspace",
 9316 "zed_actions",
 9317]
 9318
 9319[[package]]
 9320name = "outline_panel"
 9321version = "0.1.0"
 9322dependencies = [
 9323 "anyhow",
 9324 "collections",
 9325 "db",
 9326 "editor",
 9327 "file_icons",
 9328 "fuzzy",
 9329 "gpui",
 9330 "itertools 0.14.0",
 9331 "language",
 9332 "log",
 9333 "menu",
 9334 "outline",
 9335 "pretty_assertions",
 9336 "project",
 9337 "schemars",
 9338 "search",
 9339 "serde",
 9340 "serde_json",
 9341 "settings",
 9342 "smallvec",
 9343 "smol",
 9344 "theme",
 9345 "ui",
 9346 "util",
 9347 "workspace",
 9348 "worktree",
 9349 "zed_actions",
 9350]
 9351
 9352[[package]]
 9353name = "outref"
 9354version = "0.5.1"
 9355source = "registry+https://github.com/rust-lang/crates.io-index"
 9356checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9357
 9358[[package]]
 9359name = "overload"
 9360version = "0.1.1"
 9361source = "registry+https://github.com/rust-lang/crates.io-index"
 9362checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9363
 9364[[package]]
 9365name = "p256"
 9366version = "0.11.1"
 9367source = "registry+https://github.com/rust-lang/crates.io-index"
 9368checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9369dependencies = [
 9370 "ecdsa",
 9371 "elliptic-curve",
 9372 "sha2",
 9373]
 9374
 9375[[package]]
 9376name = "page_size"
 9377version = "0.6.0"
 9378source = "registry+https://github.com/rust-lang/crates.io-index"
 9379checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9380dependencies = [
 9381 "libc",
 9382 "winapi",
 9383]
 9384
 9385[[package]]
 9386name = "palette"
 9387version = "0.7.6"
 9388source = "registry+https://github.com/rust-lang/crates.io-index"
 9389checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9390dependencies = [
 9391 "approx",
 9392 "fast-srgb8",
 9393 "palette_derive",
 9394]
 9395
 9396[[package]]
 9397name = "palette_derive"
 9398version = "0.7.6"
 9399source = "registry+https://github.com/rust-lang/crates.io-index"
 9400checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9401dependencies = [
 9402 "by_address",
 9403 "proc-macro2",
 9404 "quote",
 9405 "syn 2.0.100",
 9406]
 9407
 9408[[package]]
 9409name = "panel"
 9410version = "0.1.0"
 9411dependencies = [
 9412 "editor",
 9413 "gpui",
 9414 "settings",
 9415 "theme",
 9416 "ui",
 9417 "workspace",
 9418]
 9419
 9420[[package]]
 9421name = "parity-tokio-ipc"
 9422version = "0.9.0"
 9423source = "registry+https://github.com/rust-lang/crates.io-index"
 9424checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9425dependencies = [
 9426 "futures 0.3.31",
 9427 "libc",
 9428 "log",
 9429 "rand 0.7.3",
 9430 "tokio",
 9431 "winapi",
 9432]
 9433
 9434[[package]]
 9435name = "parking"
 9436version = "2.2.1"
 9437source = "registry+https://github.com/rust-lang/crates.io-index"
 9438checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9439
 9440[[package]]
 9441name = "parking_lot"
 9442version = "0.12.3"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9445dependencies = [
 9446 "lock_api",
 9447 "parking_lot_core",
 9448]
 9449
 9450[[package]]
 9451name = "parking_lot_core"
 9452version = "0.9.10"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9455dependencies = [
 9456 "cfg-if",
 9457 "libc",
 9458 "redox_syscall 0.5.8",
 9459 "smallvec",
 9460 "windows-targets 0.52.6",
 9461]
 9462
 9463[[package]]
 9464name = "password-hash"
 9465version = "0.4.2"
 9466source = "registry+https://github.com/rust-lang/crates.io-index"
 9467checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9468dependencies = [
 9469 "base64ct",
 9470 "rand_core 0.6.4",
 9471 "subtle",
 9472]
 9473
 9474[[package]]
 9475name = "password-hash"
 9476version = "0.5.0"
 9477source = "registry+https://github.com/rust-lang/crates.io-index"
 9478checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9479dependencies = [
 9480 "base64ct",
 9481 "rand_core 0.6.4",
 9482 "subtle",
 9483]
 9484
 9485[[package]]
 9486name = "paste"
 9487version = "1.0.15"
 9488source = "registry+https://github.com/rust-lang/crates.io-index"
 9489checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9490
 9491[[package]]
 9492name = "pathdiff"
 9493version = "0.2.3"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9496
 9497[[package]]
 9498name = "pathfinder_geometry"
 9499version = "0.5.1"
 9500source = "registry+https://github.com/rust-lang/crates.io-index"
 9501checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9502dependencies = [
 9503 "log",
 9504 "pathfinder_simd",
 9505]
 9506
 9507[[package]]
 9508name = "pathfinder_simd"
 9509version = "0.5.4"
 9510source = "registry+https://github.com/rust-lang/crates.io-index"
 9511checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9512dependencies = [
 9513 "rustc_version",
 9514]
 9515
 9516[[package]]
 9517name = "paths"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "dirs 4.0.0",
 9521 "util",
 9522]
 9523
 9524[[package]]
 9525name = "pbjson"
 9526version = "0.6.0"
 9527source = "registry+https://github.com/rust-lang/crates.io-index"
 9528checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9529dependencies = [
 9530 "base64 0.21.7",
 9531 "serde",
 9532]
 9533
 9534[[package]]
 9535name = "pbjson-build"
 9536version = "0.6.2"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9539dependencies = [
 9540 "heck 0.4.1",
 9541 "itertools 0.11.0",
 9542 "prost 0.12.6",
 9543 "prost-types 0.12.6",
 9544]
 9545
 9546[[package]]
 9547name = "pbjson-types"
 9548version = "0.6.0"
 9549source = "registry+https://github.com/rust-lang/crates.io-index"
 9550checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9551dependencies = [
 9552 "bytes 1.10.1",
 9553 "chrono",
 9554 "pbjson",
 9555 "pbjson-build",
 9556 "prost 0.12.6",
 9557 "prost-build 0.12.6",
 9558 "serde",
 9559]
 9560
 9561[[package]]
 9562name = "pbkdf2"
 9563version = "0.11.0"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9566dependencies = [
 9567 "digest",
 9568 "hmac",
 9569 "password-hash 0.4.2",
 9570 "sha2",
 9571]
 9572
 9573[[package]]
 9574name = "pbkdf2"
 9575version = "0.12.2"
 9576source = "registry+https://github.com/rust-lang/crates.io-index"
 9577checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9578dependencies = [
 9579 "digest",
 9580 "hmac",
 9581]
 9582
 9583[[package]]
 9584name = "pem"
 9585version = "3.0.4"
 9586source = "registry+https://github.com/rust-lang/crates.io-index"
 9587checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9588dependencies = [
 9589 "base64 0.22.1",
 9590 "serde",
 9591]
 9592
 9593[[package]]
 9594name = "pem-rfc7468"
 9595version = "0.7.0"
 9596source = "registry+https://github.com/rust-lang/crates.io-index"
 9597checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9598dependencies = [
 9599 "base64ct",
 9600]
 9601
 9602[[package]]
 9603name = "percent-encoding"
 9604version = "2.3.1"
 9605source = "registry+https://github.com/rust-lang/crates.io-index"
 9606checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9607
 9608[[package]]
 9609name = "perplexity"
 9610version = "0.1.0"
 9611dependencies = [
 9612 "serde",
 9613 "zed_extension_api 0.4.0",
 9614]
 9615
 9616[[package]]
 9617name = "pest"
 9618version = "2.7.15"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9621dependencies = [
 9622 "memchr",
 9623 "thiserror 2.0.12",
 9624 "ucd-trie",
 9625]
 9626
 9627[[package]]
 9628name = "pest_derive"
 9629version = "2.7.15"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9632dependencies = [
 9633 "pest",
 9634 "pest_generator",
 9635]
 9636
 9637[[package]]
 9638name = "pest_generator"
 9639version = "2.7.15"
 9640source = "registry+https://github.com/rust-lang/crates.io-index"
 9641checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9642dependencies = [
 9643 "pest",
 9644 "pest_meta",
 9645 "proc-macro2",
 9646 "quote",
 9647 "syn 2.0.100",
 9648]
 9649
 9650[[package]]
 9651name = "pest_meta"
 9652version = "2.7.15"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9655dependencies = [
 9656 "once_cell",
 9657 "pest",
 9658 "sha2",
 9659]
 9660
 9661[[package]]
 9662name = "pet"
 9663version = "0.1.0"
 9664source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9665dependencies = [
 9666 "clap",
 9667 "env_logger 0.10.2",
 9668 "lazy_static",
 9669 "log",
 9670 "msvc_spectre_libs",
 9671 "pet-conda",
 9672 "pet-core",
 9673 "pet-env-var-path",
 9674 "pet-fs",
 9675 "pet-global-virtualenvs",
 9676 "pet-homebrew",
 9677 "pet-jsonrpc",
 9678 "pet-linux-global-python",
 9679 "pet-mac-commandlinetools",
 9680 "pet-mac-python-org",
 9681 "pet-mac-xcode",
 9682 "pet-pipenv",
 9683 "pet-pixi",
 9684 "pet-poetry",
 9685 "pet-pyenv",
 9686 "pet-python-utils",
 9687 "pet-reporter",
 9688 "pet-telemetry",
 9689 "pet-venv",
 9690 "pet-virtualenv",
 9691 "pet-virtualenvwrapper",
 9692 "pet-windows-registry",
 9693 "pet-windows-store",
 9694 "serde",
 9695 "serde_json",
 9696]
 9697
 9698[[package]]
 9699name = "pet-conda"
 9700version = "0.1.0"
 9701source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9702dependencies = [
 9703 "env_logger 0.10.2",
 9704 "lazy_static",
 9705 "log",
 9706 "msvc_spectre_libs",
 9707 "pet-core",
 9708 "pet-fs",
 9709 "pet-python-utils",
 9710 "pet-reporter",
 9711 "regex",
 9712 "serde",
 9713 "serde_json",
 9714 "yaml-rust2",
 9715]
 9716
 9717[[package]]
 9718name = "pet-core"
 9719version = "0.1.0"
 9720source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9721dependencies = [
 9722 "clap",
 9723 "lazy_static",
 9724 "log",
 9725 "msvc_spectre_libs",
 9726 "pet-fs",
 9727 "regex",
 9728 "serde",
 9729 "serde_json",
 9730]
 9731
 9732[[package]]
 9733name = "pet-env-var-path"
 9734version = "0.1.0"
 9735source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9736dependencies = [
 9737 "lazy_static",
 9738 "log",
 9739 "msvc_spectre_libs",
 9740 "pet-conda",
 9741 "pet-core",
 9742 "pet-fs",
 9743 "pet-python-utils",
 9744 "pet-virtualenv",
 9745 "regex",
 9746]
 9747
 9748[[package]]
 9749name = "pet-fs"
 9750version = "0.1.0"
 9751source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9752dependencies = [
 9753 "log",
 9754 "msvc_spectre_libs",
 9755]
 9756
 9757[[package]]
 9758name = "pet-global-virtualenvs"
 9759version = "0.1.0"
 9760source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9761dependencies = [
 9762 "log",
 9763 "msvc_spectre_libs",
 9764 "pet-conda",
 9765 "pet-core",
 9766 "pet-fs",
 9767 "pet-virtualenv",
 9768]
 9769
 9770[[package]]
 9771name = "pet-homebrew"
 9772version = "0.1.0"
 9773source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9774dependencies = [
 9775 "lazy_static",
 9776 "log",
 9777 "msvc_spectre_libs",
 9778 "pet-conda",
 9779 "pet-core",
 9780 "pet-fs",
 9781 "pet-python-utils",
 9782 "pet-virtualenv",
 9783 "regex",
 9784 "serde",
 9785 "serde_json",
 9786]
 9787
 9788[[package]]
 9789name = "pet-jsonrpc"
 9790version = "0.1.0"
 9791source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9792dependencies = [
 9793 "env_logger 0.10.2",
 9794 "log",
 9795 "msvc_spectre_libs",
 9796 "pet-core",
 9797 "serde",
 9798 "serde_json",
 9799]
 9800
 9801[[package]]
 9802name = "pet-linux-global-python"
 9803version = "0.1.0"
 9804source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9805dependencies = [
 9806 "log",
 9807 "msvc_spectre_libs",
 9808 "pet-core",
 9809 "pet-fs",
 9810 "pet-python-utils",
 9811 "pet-virtualenv",
 9812]
 9813
 9814[[package]]
 9815name = "pet-mac-commandlinetools"
 9816version = "0.1.0"
 9817source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9818dependencies = [
 9819 "log",
 9820 "msvc_spectre_libs",
 9821 "pet-core",
 9822 "pet-fs",
 9823 "pet-python-utils",
 9824 "pet-virtualenv",
 9825]
 9826
 9827[[package]]
 9828name = "pet-mac-python-org"
 9829version = "0.1.0"
 9830source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9831dependencies = [
 9832 "log",
 9833 "msvc_spectre_libs",
 9834 "pet-core",
 9835 "pet-fs",
 9836 "pet-python-utils",
 9837 "pet-virtualenv",
 9838]
 9839
 9840[[package]]
 9841name = "pet-mac-xcode"
 9842version = "0.1.0"
 9843source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9844dependencies = [
 9845 "log",
 9846 "msvc_spectre_libs",
 9847 "pet-core",
 9848 "pet-fs",
 9849 "pet-python-utils",
 9850 "pet-virtualenv",
 9851]
 9852
 9853[[package]]
 9854name = "pet-pipenv"
 9855version = "0.1.0"
 9856source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9857dependencies = [
 9858 "log",
 9859 "msvc_spectre_libs",
 9860 "pet-core",
 9861 "pet-fs",
 9862 "pet-python-utils",
 9863 "pet-virtualenv",
 9864]
 9865
 9866[[package]]
 9867name = "pet-pixi"
 9868version = "0.1.0"
 9869source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9870dependencies = [
 9871 "log",
 9872 "msvc_spectre_libs",
 9873 "pet-conda",
 9874 "pet-core",
 9875 "pet-python-utils",
 9876]
 9877
 9878[[package]]
 9879name = "pet-poetry"
 9880version = "0.1.0"
 9881source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9882dependencies = [
 9883 "base64 0.22.1",
 9884 "lazy_static",
 9885 "log",
 9886 "msvc_spectre_libs",
 9887 "pet-core",
 9888 "pet-fs",
 9889 "pet-python-utils",
 9890 "pet-reporter",
 9891 "pet-virtualenv",
 9892 "regex",
 9893 "serde",
 9894 "serde_json",
 9895 "sha2",
 9896 "toml 0.8.20",
 9897]
 9898
 9899[[package]]
 9900name = "pet-pyenv"
 9901version = "0.1.0"
 9902source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9903dependencies = [
 9904 "lazy_static",
 9905 "log",
 9906 "msvc_spectre_libs",
 9907 "pet-conda",
 9908 "pet-core",
 9909 "pet-fs",
 9910 "pet-python-utils",
 9911 "pet-reporter",
 9912 "regex",
 9913 "serde",
 9914 "serde_json",
 9915]
 9916
 9917[[package]]
 9918name = "pet-python-utils"
 9919version = "0.1.0"
 9920source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9921dependencies = [
 9922 "env_logger 0.10.2",
 9923 "lazy_static",
 9924 "log",
 9925 "msvc_spectre_libs",
 9926 "pet-core",
 9927 "pet-fs",
 9928 "regex",
 9929 "serde",
 9930 "serde_json",
 9931 "sha2",
 9932]
 9933
 9934[[package]]
 9935name = "pet-reporter"
 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 "log",
 9941 "msvc_spectre_libs",
 9942 "pet-core",
 9943 "pet-jsonrpc",
 9944 "serde",
 9945 "serde_json",
 9946]
 9947
 9948[[package]]
 9949name = "pet-telemetry"
 9950version = "0.1.0"
 9951source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9952dependencies = [
 9953 "env_logger 0.10.2",
 9954 "lazy_static",
 9955 "log",
 9956 "msvc_spectre_libs",
 9957 "pet-core",
 9958 "pet-fs",
 9959 "pet-python-utils",
 9960 "regex",
 9961]
 9962
 9963[[package]]
 9964name = "pet-venv"
 9965version = "0.1.0"
 9966source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9967dependencies = [
 9968 "log",
 9969 "msvc_spectre_libs",
 9970 "pet-core",
 9971 "pet-python-utils",
 9972 "pet-virtualenv",
 9973]
 9974
 9975[[package]]
 9976name = "pet-virtualenv"
 9977version = "0.1.0"
 9978source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9979dependencies = [
 9980 "log",
 9981 "msvc_spectre_libs",
 9982 "pet-core",
 9983 "pet-fs",
 9984 "pet-python-utils",
 9985]
 9986
 9987[[package]]
 9988name = "pet-virtualenvwrapper"
 9989version = "0.1.0"
 9990source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9991dependencies = [
 9992 "log",
 9993 "msvc_spectre_libs",
 9994 "pet-core",
 9995 "pet-fs",
 9996 "pet-python-utils",
 9997 "pet-virtualenv",
 9998]
 9999
10000[[package]]
10001name = "pet-windows-registry"
10002version = "0.1.0"
10003source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10004dependencies = [
10005 "lazy_static",
10006 "log",
10007 "msvc_spectre_libs",
10008 "pet-conda",
10009 "pet-core",
10010 "pet-fs",
10011 "pet-python-utils",
10012 "pet-virtualenv",
10013 "pet-windows-store",
10014 "regex",
10015 "winreg 0.52.0",
10016]
10017
10018[[package]]
10019name = "pet-windows-store"
10020version = "0.1.0"
10021source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10022dependencies = [
10023 "lazy_static",
10024 "log",
10025 "msvc_spectre_libs",
10026 "pet-core",
10027 "pet-fs",
10028 "pet-python-utils",
10029 "pet-virtualenv",
10030 "regex",
10031 "winreg 0.52.0",
10032]
10033
10034[[package]]
10035name = "petgraph"
10036version = "0.6.5"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10039dependencies = [
10040 "fixedbitset",
10041 "indexmap",
10042]
10043
10044[[package]]
10045name = "pgvector"
10046version = "0.4.0"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10049dependencies = [
10050 "serde",
10051]
10052
10053[[package]]
10054name = "phf"
10055version = "0.11.2"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10058dependencies = [
10059 "phf_macros",
10060 "phf_shared 0.11.2",
10061]
10062
10063[[package]]
10064name = "phf_codegen"
10065version = "0.11.2"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10068dependencies = [
10069 "phf_generator 0.11.2",
10070 "phf_shared 0.11.2",
10071]
10072
10073[[package]]
10074name = "phf_generator"
10075version = "0.10.0"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10078dependencies = [
10079 "phf_shared 0.10.0",
10080 "rand 0.8.5",
10081]
10082
10083[[package]]
10084name = "phf_generator"
10085version = "0.11.2"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10088dependencies = [
10089 "phf_shared 0.11.2",
10090 "rand 0.8.5",
10091]
10092
10093[[package]]
10094name = "phf_macros"
10095version = "0.11.2"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10098dependencies = [
10099 "phf_generator 0.11.2",
10100 "phf_shared 0.11.2",
10101 "proc-macro2",
10102 "quote",
10103 "syn 2.0.100",
10104]
10105
10106[[package]]
10107name = "phf_shared"
10108version = "0.10.0"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10111dependencies = [
10112 "siphasher 0.3.11",
10113]
10114
10115[[package]]
10116name = "phf_shared"
10117version = "0.11.2"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10120dependencies = [
10121 "siphasher 0.3.11",
10122]
10123
10124[[package]]
10125name = "picker"
10126version = "0.1.0"
10127dependencies = [
10128 "anyhow",
10129 "ctor",
10130 "editor",
10131 "env_logger 0.11.7",
10132 "gpui",
10133 "menu",
10134 "schemars",
10135 "serde",
10136 "serde_json",
10137 "ui",
10138 "util",
10139 "workspace",
10140]
10141
10142[[package]]
10143name = "pico-args"
10144version = "0.5.0"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10147
10148[[package]]
10149name = "pin-project"
10150version = "1.1.7"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10153dependencies = [
10154 "pin-project-internal",
10155]
10156
10157[[package]]
10158name = "pin-project-internal"
10159version = "1.1.7"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10162dependencies = [
10163 "proc-macro2",
10164 "quote",
10165 "syn 2.0.100",
10166]
10167
10168[[package]]
10169name = "pin-project-lite"
10170version = "0.2.16"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10173
10174[[package]]
10175name = "pin-utils"
10176version = "0.1.0"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10179
10180[[package]]
10181name = "piper"
10182version = "0.2.4"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10185dependencies = [
10186 "atomic-waker",
10187 "fastrand 2.3.0",
10188 "futures-io",
10189]
10190
10191[[package]]
10192name = "pkcs1"
10193version = "0.7.5"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10196dependencies = [
10197 "der 0.7.9",
10198 "pkcs8 0.10.2",
10199 "spki 0.7.3",
10200]
10201
10202[[package]]
10203name = "pkcs8"
10204version = "0.9.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10207dependencies = [
10208 "der 0.6.1",
10209 "spki 0.6.0",
10210]
10211
10212[[package]]
10213name = "pkcs8"
10214version = "0.10.2"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10217dependencies = [
10218 "der 0.7.9",
10219 "spki 0.7.3",
10220]
10221
10222[[package]]
10223name = "pkg-config"
10224version = "0.3.31"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10227
10228[[package]]
10229name = "plist"
10230version = "1.7.1"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10233dependencies = [
10234 "base64 0.22.1",
10235 "indexmap",
10236 "quick-xml 0.32.0",
10237 "serde",
10238 "time",
10239]
10240
10241[[package]]
10242name = "plotters"
10243version = "0.3.7"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10246dependencies = [
10247 "num-traits",
10248 "plotters-backend",
10249 "plotters-svg",
10250 "wasm-bindgen",
10251 "web-sys",
10252]
10253
10254[[package]]
10255name = "plotters-backend"
10256version = "0.3.7"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10259
10260[[package]]
10261name = "plotters-svg"
10262version = "0.3.7"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10265dependencies = [
10266 "plotters-backend",
10267]
10268
10269[[package]]
10270name = "png"
10271version = "0.17.15"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10274dependencies = [
10275 "bitflags 1.3.2",
10276 "crc32fast",
10277 "fdeflate",
10278 "flate2",
10279 "miniz_oxide",
10280]
10281
10282[[package]]
10283name = "polling"
10284version = "3.7.4"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10287dependencies = [
10288 "cfg-if",
10289 "concurrent-queue",
10290 "hermit-abi 0.4.0",
10291 "pin-project-lite",
10292 "rustix",
10293 "tracing",
10294 "windows-sys 0.59.0",
10295]
10296
10297[[package]]
10298name = "pollster"
10299version = "0.2.5"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10302
10303[[package]]
10304name = "portable-atomic"
10305version = "1.11.0"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10308
10309[[package]]
10310name = "portable-atomic-util"
10311version = "0.2.4"
10312source = "registry+https://github.com/rust-lang/crates.io-index"
10313checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10314dependencies = [
10315 "portable-atomic",
10316]
10317
10318[[package]]
10319name = "postage"
10320version = "0.5.0"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10323dependencies = [
10324 "atomic",
10325 "crossbeam-queue",
10326 "futures 0.3.31",
10327 "log",
10328 "parking_lot",
10329 "pin-project",
10330 "pollster",
10331 "static_assertions",
10332 "thiserror 1.0.69",
10333]
10334
10335[[package]]
10336name = "postcard"
10337version = "1.1.1"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10340dependencies = [
10341 "cobs",
10342 "embedded-io 0.4.0",
10343 "embedded-io 0.6.1",
10344 "serde",
10345]
10346
10347[[package]]
10348name = "powerfmt"
10349version = "0.2.0"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10352
10353[[package]]
10354name = "ppv-lite86"
10355version = "0.2.20"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10358dependencies = [
10359 "zerocopy 0.7.35",
10360]
10361
10362[[package]]
10363name = "precomputed-hash"
10364version = "0.1.1"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10367
10368[[package]]
10369name = "prettier"
10370version = "0.1.0"
10371dependencies = [
10372 "anyhow",
10373 "collections",
10374 "fs",
10375 "gpui",
10376 "language",
10377 "log",
10378 "lsp",
10379 "node_runtime",
10380 "parking_lot",
10381 "paths",
10382 "serde",
10383 "serde_json",
10384 "util",
10385]
10386
10387[[package]]
10388name = "pretty_assertions"
10389version = "1.4.1"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10392dependencies = [
10393 "diff",
10394 "yansi",
10395]
10396
10397[[package]]
10398name = "prettyplease"
10399version = "0.2.25"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10402dependencies = [
10403 "proc-macro2",
10404 "syn 2.0.100",
10405]
10406
10407[[package]]
10408name = "proc-macro-crate"
10409version = "3.2.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10412dependencies = [
10413 "toml_edit",
10414]
10415
10416[[package]]
10417name = "proc-macro-error-attr2"
10418version = "2.0.0"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10421dependencies = [
10422 "proc-macro2",
10423 "quote",
10424]
10425
10426[[package]]
10427name = "proc-macro-error2"
10428version = "2.0.1"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10431dependencies = [
10432 "proc-macro-error-attr2",
10433 "proc-macro2",
10434 "quote",
10435 "syn 2.0.100",
10436]
10437
10438[[package]]
10439name = "proc-macro2"
10440version = "1.0.94"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10443dependencies = [
10444 "unicode-ident",
10445]
10446
10447[[package]]
10448name = "proc-macro2-diagnostics"
10449version = "0.10.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10452dependencies = [
10453 "proc-macro2",
10454 "quote",
10455 "syn 2.0.100",
10456 "version_check",
10457 "yansi",
10458]
10459
10460[[package]]
10461name = "profiling"
10462version = "1.0.16"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10465dependencies = [
10466 "profiling-procmacros",
10467]
10468
10469[[package]]
10470name = "profiling-procmacros"
10471version = "1.0.16"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10474dependencies = [
10475 "quote",
10476 "syn 2.0.100",
10477]
10478
10479[[package]]
10480name = "project"
10481version = "0.1.0"
10482dependencies = [
10483 "aho-corasick",
10484 "anyhow",
10485 "askpass",
10486 "async-trait",
10487 "buffer_diff",
10488 "circular-buffer",
10489 "client",
10490 "clock",
10491 "collections",
10492 "dap",
10493 "dap_adapters",
10494 "env_logger 0.11.7",
10495 "extension",
10496 "fancy-regex 0.14.0",
10497 "fs",
10498 "futures 0.3.31",
10499 "fuzzy",
10500 "git",
10501 "git2",
10502 "globset",
10503 "gpui",
10504 "http_client",
10505 "image",
10506 "indexmap",
10507 "itertools 0.14.0",
10508 "language",
10509 "log",
10510 "lsp",
10511 "node_runtime",
10512 "parking_lot",
10513 "pathdiff",
10514 "paths",
10515 "postage",
10516 "prettier",
10517 "pretty_assertions",
10518 "rand 0.8.5",
10519 "regex",
10520 "release_channel",
10521 "remote",
10522 "rpc",
10523 "schemars",
10524 "serde",
10525 "serde_json",
10526 "settings",
10527 "sha2",
10528 "shellexpand 2.1.2",
10529 "shlex",
10530 "smol",
10531 "snippet",
10532 "snippet_provider",
10533 "sum_tree",
10534 "task",
10535 "tempfile",
10536 "terminal",
10537 "text",
10538 "toml 0.8.20",
10539 "unindent",
10540 "url",
10541 "util",
10542 "which 6.0.3",
10543 "worktree",
10544 "zlog",
10545]
10546
10547[[package]]
10548name = "project_panel"
10549version = "0.1.0"
10550dependencies = [
10551 "anyhow",
10552 "client",
10553 "collections",
10554 "command_palette_hooks",
10555 "db",
10556 "editor",
10557 "file_icons",
10558 "git",
10559 "gpui",
10560 "indexmap",
10561 "language",
10562 "menu",
10563 "pretty_assertions",
10564 "project",
10565 "schemars",
10566 "search",
10567 "serde",
10568 "serde_derive",
10569 "serde_json",
10570 "settings",
10571 "smallvec",
10572 "theme",
10573 "ui",
10574 "util",
10575 "workspace",
10576 "worktree",
10577 "zed_actions",
10578]
10579
10580[[package]]
10581name = "project_symbols"
10582version = "0.1.0"
10583dependencies = [
10584 "anyhow",
10585 "editor",
10586 "futures 0.3.31",
10587 "fuzzy",
10588 "gpui",
10589 "language",
10590 "lsp",
10591 "ordered-float 2.10.1",
10592 "picker",
10593 "project",
10594 "release_channel",
10595 "serde_json",
10596 "settings",
10597 "theme",
10598 "util",
10599 "workspace",
10600]
10601
10602[[package]]
10603name = "prometheus"
10604version = "0.13.4"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10607dependencies = [
10608 "cfg-if",
10609 "fnv",
10610 "lazy_static",
10611 "memchr",
10612 "parking_lot",
10613 "protobuf",
10614 "thiserror 1.0.69",
10615]
10616
10617[[package]]
10618name = "prompt_library"
10619version = "0.1.0"
10620dependencies = [
10621 "anyhow",
10622 "collections",
10623 "editor",
10624 "gpui",
10625 "language",
10626 "language_model",
10627 "log",
10628 "menu",
10629 "picker",
10630 "prompt_store",
10631 "release_channel",
10632 "rope",
10633 "serde",
10634 "settings",
10635 "theme",
10636 "ui",
10637 "util",
10638 "workspace",
10639 "zed_actions",
10640]
10641
10642[[package]]
10643name = "prompt_store"
10644version = "0.1.0"
10645dependencies = [
10646 "anyhow",
10647 "assets",
10648 "chrono",
10649 "collections",
10650 "fs",
10651 "futures 0.3.31",
10652 "fuzzy",
10653 "gpui",
10654 "handlebars 4.5.0",
10655 "heed",
10656 "language",
10657 "log",
10658 "parking_lot",
10659 "paths",
10660 "rope",
10661 "serde",
10662 "text",
10663 "util",
10664 "uuid",
10665]
10666
10667[[package]]
10668name = "prost"
10669version = "0.9.0"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10672dependencies = [
10673 "bytes 1.10.1",
10674 "prost-derive 0.9.0",
10675]
10676
10677[[package]]
10678name = "prost"
10679version = "0.12.6"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10682dependencies = [
10683 "bytes 1.10.1",
10684 "prost-derive 0.12.6",
10685]
10686
10687[[package]]
10688name = "prost-build"
10689version = "0.9.0"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10692dependencies = [
10693 "bytes 1.10.1",
10694 "heck 0.3.3",
10695 "itertools 0.10.5",
10696 "lazy_static",
10697 "log",
10698 "multimap 0.8.3",
10699 "petgraph",
10700 "prost 0.9.0",
10701 "prost-types 0.9.0",
10702 "regex",
10703 "tempfile",
10704 "which 4.4.2",
10705]
10706
10707[[package]]
10708name = "prost-build"
10709version = "0.12.6"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10712dependencies = [
10713 "bytes 1.10.1",
10714 "heck 0.4.1",
10715 "itertools 0.10.5",
10716 "log",
10717 "multimap 0.10.0",
10718 "once_cell",
10719 "petgraph",
10720 "prettyplease",
10721 "prost 0.12.6",
10722 "prost-types 0.12.6",
10723 "regex",
10724 "syn 2.0.100",
10725 "tempfile",
10726]
10727
10728[[package]]
10729name = "prost-derive"
10730version = "0.9.0"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10733dependencies = [
10734 "anyhow",
10735 "itertools 0.10.5",
10736 "proc-macro2",
10737 "quote",
10738 "syn 1.0.109",
10739]
10740
10741[[package]]
10742name = "prost-derive"
10743version = "0.12.6"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10746dependencies = [
10747 "anyhow",
10748 "itertools 0.10.5",
10749 "proc-macro2",
10750 "quote",
10751 "syn 2.0.100",
10752]
10753
10754[[package]]
10755name = "prost-types"
10756version = "0.9.0"
10757source = "registry+https://github.com/rust-lang/crates.io-index"
10758checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10759dependencies = [
10760 "bytes 1.10.1",
10761 "prost 0.9.0",
10762]
10763
10764[[package]]
10765name = "prost-types"
10766version = "0.12.6"
10767source = "registry+https://github.com/rust-lang/crates.io-index"
10768checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10769dependencies = [
10770 "prost 0.12.6",
10771]
10772
10773[[package]]
10774name = "proto"
10775version = "0.1.0"
10776dependencies = [
10777 "anyhow",
10778 "collections",
10779 "prost 0.9.0",
10780 "prost-build 0.9.0",
10781 "serde",
10782]
10783
10784[[package]]
10785name = "protobuf"
10786version = "2.28.0"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10789
10790[[package]]
10791name = "psm"
10792version = "0.1.24"
10793source = "registry+https://github.com/rust-lang/crates.io-index"
10794checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10795dependencies = [
10796 "cc",
10797]
10798
10799[[package]]
10800name = "ptr_meta"
10801version = "0.1.4"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10804dependencies = [
10805 "ptr_meta_derive",
10806]
10807
10808[[package]]
10809name = "ptr_meta_derive"
10810version = "0.1.4"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10813dependencies = [
10814 "proc-macro2",
10815 "quote",
10816 "syn 1.0.109",
10817]
10818
10819[[package]]
10820name = "pulldown-cmark"
10821version = "0.10.3"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10824dependencies = [
10825 "bitflags 2.9.0",
10826 "memchr",
10827 "pulldown-cmark-escape",
10828 "unicase",
10829]
10830
10831[[package]]
10832name = "pulldown-cmark"
10833version = "0.12.2"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10836dependencies = [
10837 "bitflags 2.9.0",
10838 "memchr",
10839 "unicase",
10840]
10841
10842[[package]]
10843name = "pulldown-cmark-escape"
10844version = "0.10.1"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10847
10848[[package]]
10849name = "pulley-interpreter"
10850version = "29.0.1"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10853dependencies = [
10854 "cranelift-bitset",
10855 "log",
10856 "sptr",
10857 "wasmtime-math",
10858]
10859
10860[[package]]
10861name = "qoi"
10862version = "0.4.1"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10865dependencies = [
10866 "bytemuck",
10867]
10868
10869[[package]]
10870name = "quick-error"
10871version = "2.0.1"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10874
10875[[package]]
10876name = "quick-xml"
10877version = "0.32.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10880dependencies = [
10881 "memchr",
10882]
10883
10884[[package]]
10885name = "quick-xml"
10886version = "0.37.2"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10889dependencies = [
10890 "memchr",
10891]
10892
10893[[package]]
10894name = "quinn"
10895version = "0.11.6"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10898dependencies = [
10899 "bytes 1.10.1",
10900 "pin-project-lite",
10901 "quinn-proto",
10902 "quinn-udp",
10903 "rustc-hash 2.1.1",
10904 "rustls 0.23.25",
10905 "socket2",
10906 "thiserror 2.0.12",
10907 "tokio",
10908 "tracing",
10909]
10910
10911[[package]]
10912name = "quinn-proto"
10913version = "0.11.9"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10916dependencies = [
10917 "bytes 1.10.1",
10918 "getrandom 0.2.15",
10919 "rand 0.8.5",
10920 "ring",
10921 "rustc-hash 2.1.1",
10922 "rustls 0.23.25",
10923 "rustls-pki-types",
10924 "slab",
10925 "thiserror 2.0.12",
10926 "tinyvec",
10927 "tracing",
10928 "web-time",
10929]
10930
10931[[package]]
10932name = "quinn-udp"
10933version = "0.5.9"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10936dependencies = [
10937 "cfg_aliases 0.2.1",
10938 "libc",
10939 "once_cell",
10940 "socket2",
10941 "tracing",
10942 "windows-sys 0.59.0",
10943]
10944
10945[[package]]
10946name = "quote"
10947version = "1.0.40"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10950dependencies = [
10951 "proc-macro2",
10952]
10953
10954[[package]]
10955name = "radium"
10956version = "0.7.0"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10959
10960[[package]]
10961name = "rand"
10962version = "0.7.3"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10965dependencies = [
10966 "getrandom 0.1.16",
10967 "libc",
10968 "rand_chacha 0.2.2",
10969 "rand_core 0.5.1",
10970 "rand_hc",
10971]
10972
10973[[package]]
10974name = "rand"
10975version = "0.8.5"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10978dependencies = [
10979 "libc",
10980 "rand_chacha 0.3.1",
10981 "rand_core 0.6.4",
10982]
10983
10984[[package]]
10985name = "rand"
10986version = "0.9.0"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10989dependencies = [
10990 "rand_chacha 0.9.0",
10991 "rand_core 0.9.0",
10992 "zerocopy 0.8.18",
10993]
10994
10995[[package]]
10996name = "rand_chacha"
10997version = "0.2.2"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11000dependencies = [
11001 "ppv-lite86",
11002 "rand_core 0.5.1",
11003]
11004
11005[[package]]
11006name = "rand_chacha"
11007version = "0.3.1"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11010dependencies = [
11011 "ppv-lite86",
11012 "rand_core 0.6.4",
11013]
11014
11015[[package]]
11016name = "rand_chacha"
11017version = "0.9.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11020dependencies = [
11021 "ppv-lite86",
11022 "rand_core 0.9.0",
11023]
11024
11025[[package]]
11026name = "rand_core"
11027version = "0.5.1"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11030dependencies = [
11031 "getrandom 0.1.16",
11032]
11033
11034[[package]]
11035name = "rand_core"
11036version = "0.6.4"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11039dependencies = [
11040 "getrandom 0.2.15",
11041]
11042
11043[[package]]
11044name = "rand_core"
11045version = "0.9.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11048dependencies = [
11049 "getrandom 0.3.1",
11050 "zerocopy 0.8.18",
11051]
11052
11053[[package]]
11054name = "rand_hc"
11055version = "0.2.0"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11058dependencies = [
11059 "rand_core 0.5.1",
11060]
11061
11062[[package]]
11063name = "rangemap"
11064version = "1.5.1"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11067
11068[[package]]
11069name = "rav1e"
11070version = "0.7.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11073dependencies = [
11074 "arbitrary",
11075 "arg_enum_proc_macro",
11076 "arrayvec",
11077 "av1-grain",
11078 "bitstream-io",
11079 "built",
11080 "cfg-if",
11081 "interpolate_name",
11082 "itertools 0.12.1",
11083 "libc",
11084 "libfuzzer-sys",
11085 "log",
11086 "maybe-rayon",
11087 "new_debug_unreachable",
11088 "noop_proc_macro",
11089 "num-derive",
11090 "num-traits",
11091 "once_cell",
11092 "paste",
11093 "profiling",
11094 "rand 0.8.5",
11095 "rand_chacha 0.3.1",
11096 "simd_helpers",
11097 "system-deps",
11098 "thiserror 1.0.69",
11099 "v_frame",
11100 "wasm-bindgen",
11101]
11102
11103[[package]]
11104name = "ravif"
11105version = "0.11.11"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11108dependencies = [
11109 "avif-serialize",
11110 "imgref",
11111 "loop9",
11112 "quick-error",
11113 "rav1e",
11114 "rayon",
11115 "rgb",
11116]
11117
11118[[package]]
11119name = "raw-window-handle"
11120version = "0.6.2"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11123
11124[[package]]
11125name = "raw-window-metal"
11126version = "0.4.0"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11129dependencies = [
11130 "cocoa 0.25.0",
11131 "core-graphics 0.23.2",
11132 "objc",
11133 "raw-window-handle",
11134]
11135
11136[[package]]
11137name = "rayon"
11138version = "1.10.0"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11141dependencies = [
11142 "either",
11143 "rayon-core",
11144]
11145
11146[[package]]
11147name = "rayon-core"
11148version = "1.12.1"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11151dependencies = [
11152 "crossbeam-deque",
11153 "crossbeam-utils",
11154]
11155
11156[[package]]
11157name = "read-fonts"
11158version = "0.25.3"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11161dependencies = [
11162 "bytemuck",
11163 "font-types",
11164]
11165
11166[[package]]
11167name = "recent_projects"
11168version = "0.1.0"
11169dependencies = [
11170 "anyhow",
11171 "auto_update",
11172 "dap",
11173 "editor",
11174 "extension_host",
11175 "file_finder",
11176 "futures 0.3.31",
11177 "fuzzy",
11178 "gpui",
11179 "language",
11180 "log",
11181 "markdown",
11182 "menu",
11183 "ordered-float 2.10.1",
11184 "paths",
11185 "picker",
11186 "project",
11187 "release_channel",
11188 "remote",
11189 "schemars",
11190 "serde",
11191 "serde_json",
11192 "settings",
11193 "smol",
11194 "task",
11195 "telemetry",
11196 "theme",
11197 "ui",
11198 "util",
11199 "workspace",
11200 "zed_actions",
11201]
11202
11203[[package]]
11204name = "redox_syscall"
11205version = "0.2.16"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11208dependencies = [
11209 "bitflags 1.3.2",
11210]
11211
11212[[package]]
11213name = "redox_syscall"
11214version = "0.5.8"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11217dependencies = [
11218 "bitflags 2.9.0",
11219]
11220
11221[[package]]
11222name = "redox_users"
11223version = "0.4.6"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11226dependencies = [
11227 "getrandom 0.2.15",
11228 "libredox",
11229 "thiserror 1.0.69",
11230]
11231
11232[[package]]
11233name = "refineable"
11234version = "0.1.0"
11235dependencies = [
11236 "derive_refineable",
11237]
11238
11239[[package]]
11240name = "regalloc2"
11241version = "0.11.1"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11244dependencies = [
11245 "allocator-api2",
11246 "bumpalo",
11247 "hashbrown 0.15.2",
11248 "log",
11249 "rustc-hash 2.1.1",
11250 "smallvec",
11251]
11252
11253[[package]]
11254name = "regex"
11255version = "1.11.1"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11258dependencies = [
11259 "aho-corasick",
11260 "memchr",
11261 "regex-automata 0.4.9",
11262 "regex-syntax 0.8.5",
11263]
11264
11265[[package]]
11266name = "regex-automata"
11267version = "0.1.10"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11270dependencies = [
11271 "regex-syntax 0.6.29",
11272]
11273
11274[[package]]
11275name = "regex-automata"
11276version = "0.4.9"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11279dependencies = [
11280 "aho-corasick",
11281 "memchr",
11282 "regex-syntax 0.8.5",
11283]
11284
11285[[package]]
11286name = "regex-lite"
11287version = "0.1.6"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11290
11291[[package]]
11292name = "regex-syntax"
11293version = "0.6.29"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11296
11297[[package]]
11298name = "regex-syntax"
11299version = "0.8.5"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11302
11303[[package]]
11304name = "release_channel"
11305version = "0.1.0"
11306dependencies = [
11307 "gpui",
11308]
11309
11310[[package]]
11311name = "remote"
11312version = "0.1.0"
11313dependencies = [
11314 "anyhow",
11315 "askpass",
11316 "async-trait",
11317 "collections",
11318 "fs",
11319 "futures 0.3.31",
11320 "gpui",
11321 "itertools 0.14.0",
11322 "log",
11323 "parking_lot",
11324 "paths",
11325 "prost 0.9.0",
11326 "release_channel",
11327 "rpc",
11328 "schemars",
11329 "serde",
11330 "serde_json",
11331 "shlex",
11332 "smol",
11333 "tempfile",
11334 "thiserror 2.0.12",
11335 "urlencoding",
11336 "util",
11337]
11338
11339[[package]]
11340name = "remote_server"
11341version = "0.1.0"
11342dependencies = [
11343 "anyhow",
11344 "async-watch",
11345 "backtrace",
11346 "cargo_toml",
11347 "chrono",
11348 "clap",
11349 "client",
11350 "clock",
11351 "env_logger 0.11.7",
11352 "extension",
11353 "extension_host",
11354 "fork",
11355 "fs",
11356 "futures 0.3.31",
11357 "git",
11358 "git_hosting_providers",
11359 "gpui",
11360 "gpui_tokio",
11361 "http_client",
11362 "language",
11363 "language_extension",
11364 "languages",
11365 "libc",
11366 "log",
11367 "lsp",
11368 "node_runtime",
11369 "paths",
11370 "project",
11371 "proto",
11372 "release_channel",
11373 "remote",
11374 "reqwest_client",
11375 "rpc",
11376 "rust-embed",
11377 "serde",
11378 "serde_json",
11379 "settings",
11380 "shellexpand 2.1.2",
11381 "smol",
11382 "sysinfo",
11383 "telemetry_events",
11384 "toml 0.8.20",
11385 "unindent",
11386 "util",
11387 "worktree",
11388]
11389
11390[[package]]
11391name = "rend"
11392version = "0.4.2"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11395dependencies = [
11396 "bytecheck",
11397]
11398
11399[[package]]
11400name = "repl"
11401version = "0.1.0"
11402dependencies = [
11403 "alacritty_terminal",
11404 "anyhow",
11405 "async-dispatcher",
11406 "async-tungstenite",
11407 "base64 0.22.1",
11408 "client",
11409 "collections",
11410 "command_palette_hooks",
11411 "editor",
11412 "env_logger 0.11.7",
11413 "feature_flags",
11414 "file_icons",
11415 "futures 0.3.31",
11416 "gpui",
11417 "http_client",
11418 "image",
11419 "indoc",
11420 "jupyter-protocol",
11421 "jupyter-websocket-client",
11422 "language",
11423 "languages",
11424 "log",
11425 "markdown_preview",
11426 "menu",
11427 "multi_buffer",
11428 "nbformat",
11429 "picker",
11430 "project",
11431 "runtimelib",
11432 "schemars",
11433 "serde",
11434 "serde_json",
11435 "settings",
11436 "smol",
11437 "telemetry",
11438 "terminal",
11439 "terminal_view",
11440 "theme",
11441 "tree-sitter-md",
11442 "tree-sitter-python",
11443 "tree-sitter-typescript",
11444 "ui",
11445 "util",
11446 "uuid",
11447 "workspace",
11448]
11449
11450[[package]]
11451name = "reqwest"
11452version = "0.11.27"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11455dependencies = [
11456 "base64 0.21.7",
11457 "bytes 1.10.1",
11458 "encoding_rs",
11459 "futures-core",
11460 "futures-util",
11461 "h2 0.3.26",
11462 "http 0.2.12",
11463 "http-body 0.4.6",
11464 "hyper 0.14.32",
11465 "hyper-rustls 0.24.2",
11466 "hyper-tls",
11467 "ipnet",
11468 "js-sys",
11469 "log",
11470 "mime",
11471 "native-tls",
11472 "once_cell",
11473 "percent-encoding",
11474 "pin-project-lite",
11475 "rustls 0.21.12",
11476 "rustls-native-certs 0.6.3",
11477 "rustls-pemfile 1.0.4",
11478 "serde",
11479 "serde_json",
11480 "serde_urlencoded",
11481 "sync_wrapper 0.1.2",
11482 "system-configuration 0.5.1",
11483 "tokio",
11484 "tokio-native-tls",
11485 "tokio-rustls 0.24.1",
11486 "tower-service",
11487 "url",
11488 "wasm-bindgen",
11489 "wasm-bindgen-futures",
11490 "web-sys",
11491 "winreg 0.50.0",
11492]
11493
11494[[package]]
11495name = "reqwest"
11496version = "0.12.8"
11497source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11498dependencies = [
11499 "base64 0.22.1",
11500 "bytes 1.10.1",
11501 "encoding_rs",
11502 "futures-core",
11503 "futures-util",
11504 "h2 0.4.7",
11505 "http 1.2.0",
11506 "http-body 1.0.1",
11507 "http-body-util",
11508 "hyper 1.5.1",
11509 "hyper-rustls 0.27.3",
11510 "hyper-util",
11511 "ipnet",
11512 "js-sys",
11513 "log",
11514 "mime",
11515 "once_cell",
11516 "percent-encoding",
11517 "pin-project-lite",
11518 "quinn",
11519 "rustls 0.23.25",
11520 "rustls-native-certs 0.8.1",
11521 "rustls-pemfile 2.2.0",
11522 "rustls-pki-types",
11523 "serde",
11524 "serde_json",
11525 "serde_urlencoded",
11526 "sync_wrapper 1.0.2",
11527 "system-configuration 0.6.1",
11528 "tokio",
11529 "tokio-rustls 0.26.1",
11530 "tokio-socks",
11531 "tokio-util",
11532 "tower-service",
11533 "url",
11534 "wasm-bindgen",
11535 "wasm-bindgen-futures",
11536 "wasm-streams",
11537 "web-sys",
11538 "windows-registry",
11539]
11540
11541[[package]]
11542name = "reqwest_client"
11543version = "0.1.0"
11544dependencies = [
11545 "anyhow",
11546 "bytes 1.10.1",
11547 "futures 0.3.31",
11548 "gpui",
11549 "http_client",
11550 "http_client_tls",
11551 "log",
11552 "regex",
11553 "reqwest 0.12.8",
11554 "serde",
11555 "smol",
11556 "tokio",
11557]
11558
11559[[package]]
11560name = "resvg"
11561version = "0.45.0"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11564dependencies = [
11565 "log",
11566 "pico-args",
11567 "rgb",
11568 "svgtypes",
11569 "tiny-skia",
11570 "usvg",
11571]
11572
11573[[package]]
11574name = "rfc6979"
11575version = "0.3.1"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11578dependencies = [
11579 "crypto-bigint 0.4.9",
11580 "hmac",
11581 "zeroize",
11582]
11583
11584[[package]]
11585name = "rgb"
11586version = "0.8.50"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11589dependencies = [
11590 "bytemuck",
11591]
11592
11593[[package]]
11594name = "rich_text"
11595version = "0.1.0"
11596dependencies = [
11597 "futures 0.3.31",
11598 "gpui",
11599 "language",
11600 "linkify",
11601 "pulldown-cmark 0.12.2",
11602 "theme",
11603 "ui",
11604 "util",
11605]
11606
11607[[package]]
11608name = "ring"
11609version = "0.17.8"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11612dependencies = [
11613 "cc",
11614 "cfg-if",
11615 "getrandom 0.2.15",
11616 "libc",
11617 "spin",
11618 "untrusted",
11619 "windows-sys 0.52.0",
11620]
11621
11622[[package]]
11623name = "rkyv"
11624version = "0.7.45"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11627dependencies = [
11628 "bitvec",
11629 "bytecheck",
11630 "bytes 1.10.1",
11631 "hashbrown 0.12.3",
11632 "ptr_meta",
11633 "rend",
11634 "rkyv_derive",
11635 "seahash",
11636 "tinyvec",
11637 "uuid",
11638]
11639
11640[[package]]
11641name = "rkyv_derive"
11642version = "0.7.45"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11645dependencies = [
11646 "proc-macro2",
11647 "quote",
11648 "syn 1.0.109",
11649]
11650
11651[[package]]
11652name = "rmp"
11653version = "0.8.14"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11656dependencies = [
11657 "byteorder",
11658 "num-traits",
11659 "paste",
11660]
11661
11662[[package]]
11663name = "rmpv"
11664version = "1.3.0"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11667dependencies = [
11668 "num-traits",
11669 "rmp",
11670]
11671
11672[[package]]
11673name = "rodio"
11674version = "0.20.1"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11677dependencies = [
11678 "cpal",
11679 "hound",
11680]
11681
11682[[package]]
11683name = "rope"
11684version = "0.1.0"
11685dependencies = [
11686 "arrayvec",
11687 "criterion",
11688 "ctor",
11689 "env_logger 0.11.7",
11690 "gpui",
11691 "log",
11692 "rand 0.8.5",
11693 "rayon",
11694 "smallvec",
11695 "sum_tree",
11696 "unicode-segmentation",
11697 "util",
11698]
11699
11700[[package]]
11701name = "roxmltree"
11702version = "0.20.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11705
11706[[package]]
11707name = "rpc"
11708version = "0.1.0"
11709dependencies = [
11710 "anyhow",
11711 "async-tungstenite",
11712 "base64 0.22.1",
11713 "chrono",
11714 "collections",
11715 "env_logger 0.11.7",
11716 "futures 0.3.31",
11717 "gpui",
11718 "parking_lot",
11719 "proto",
11720 "rand 0.8.5",
11721 "rsa",
11722 "serde",
11723 "serde_json",
11724 "sha2",
11725 "strum",
11726 "tracing",
11727 "util",
11728 "zstd",
11729]
11730
11731[[package]]
11732name = "rsa"
11733version = "0.9.8"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11736dependencies = [
11737 "const-oid",
11738 "digest",
11739 "num-bigint-dig",
11740 "num-integer",
11741 "num-traits",
11742 "pkcs1",
11743 "pkcs8 0.10.2",
11744 "rand_core 0.6.4",
11745 "signature 2.2.0",
11746 "spki 0.7.3",
11747 "subtle",
11748 "zeroize",
11749]
11750
11751[[package]]
11752name = "runtimelib"
11753version = "0.25.0"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11756dependencies = [
11757 "anyhow",
11758 "async-dispatcher",
11759 "async-std",
11760 "base64 0.22.1",
11761 "bytes 1.10.1",
11762 "chrono",
11763 "data-encoding",
11764 "dirs 5.0.1",
11765 "futures 0.3.31",
11766 "glob",
11767 "jupyter-protocol",
11768 "ring",
11769 "serde",
11770 "serde_json",
11771 "shellexpand 3.1.0",
11772 "smol",
11773 "uuid",
11774 "zeromq",
11775]
11776
11777[[package]]
11778name = "rust-embed"
11779version = "8.5.0"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11782dependencies = [
11783 "rust-embed-impl",
11784 "rust-embed-utils",
11785 "walkdir",
11786]
11787
11788[[package]]
11789name = "rust-embed-impl"
11790version = "8.5.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11793dependencies = [
11794 "proc-macro2",
11795 "quote",
11796 "rust-embed-utils",
11797 "syn 2.0.100",
11798 "walkdir",
11799]
11800
11801[[package]]
11802name = "rust-embed-utils"
11803version = "8.5.0"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11806dependencies = [
11807 "globset",
11808 "sha2",
11809 "walkdir",
11810]
11811
11812[[package]]
11813name = "rust_decimal"
11814version = "1.36.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11817dependencies = [
11818 "arrayvec",
11819 "borsh",
11820 "bytes 1.10.1",
11821 "num-traits",
11822 "rand 0.8.5",
11823 "rkyv",
11824 "serde",
11825 "serde_json",
11826]
11827
11828[[package]]
11829name = "rustc-demangle"
11830version = "0.1.24"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11833
11834[[package]]
11835name = "rustc-hash"
11836version = "1.1.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11839
11840[[package]]
11841name = "rustc-hash"
11842version = "2.1.1"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11845
11846[[package]]
11847name = "rustc_version"
11848version = "0.4.1"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11851dependencies = [
11852 "semver",
11853]
11854
11855[[package]]
11856name = "rustix"
11857version = "0.38.42"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11860dependencies = [
11861 "bitflags 2.9.0",
11862 "errno 0.3.10",
11863 "itoa",
11864 "libc",
11865 "linux-raw-sys",
11866 "once_cell",
11867 "windows-sys 0.59.0",
11868]
11869
11870[[package]]
11871name = "rustix-openpty"
11872version = "0.1.1"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11875dependencies = [
11876 "errno 0.3.10",
11877 "libc",
11878 "rustix",
11879]
11880
11881[[package]]
11882name = "rustls"
11883version = "0.21.12"
11884source = "registry+https://github.com/rust-lang/crates.io-index"
11885checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11886dependencies = [
11887 "log",
11888 "ring",
11889 "rustls-webpki 0.101.7",
11890 "sct",
11891]
11892
11893[[package]]
11894name = "rustls"
11895version = "0.23.25"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11898dependencies = [
11899 "aws-lc-rs",
11900 "log",
11901 "once_cell",
11902 "ring",
11903 "rustls-pki-types",
11904 "rustls-webpki 0.103.0",
11905 "subtle",
11906 "zeroize",
11907]
11908
11909[[package]]
11910name = "rustls-native-certs"
11911version = "0.6.3"
11912source = "registry+https://github.com/rust-lang/crates.io-index"
11913checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11914dependencies = [
11915 "openssl-probe",
11916 "rustls-pemfile 1.0.4",
11917 "schannel",
11918 "security-framework 2.11.1",
11919]
11920
11921[[package]]
11922name = "rustls-native-certs"
11923version = "0.8.1"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11926dependencies = [
11927 "openssl-probe",
11928 "rustls-pki-types",
11929 "schannel",
11930 "security-framework 3.0.1",
11931]
11932
11933[[package]]
11934name = "rustls-pemfile"
11935version = "1.0.4"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11938dependencies = [
11939 "base64 0.21.7",
11940]
11941
11942[[package]]
11943name = "rustls-pemfile"
11944version = "2.2.0"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11947dependencies = [
11948 "rustls-pki-types",
11949]
11950
11951[[package]]
11952name = "rustls-pki-types"
11953version = "1.11.0"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11956dependencies = [
11957 "web-time",
11958]
11959
11960[[package]]
11961name = "rustls-platform-verifier"
11962version = "0.5.1"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11965dependencies = [
11966 "core-foundation 0.10.0",
11967 "core-foundation-sys",
11968 "jni",
11969 "log",
11970 "once_cell",
11971 "rustls 0.23.25",
11972 "rustls-native-certs 0.8.1",
11973 "rustls-platform-verifier-android",
11974 "rustls-webpki 0.103.0",
11975 "security-framework 3.0.1",
11976 "security-framework-sys",
11977 "webpki-root-certs",
11978 "windows-sys 0.59.0",
11979]
11980
11981[[package]]
11982name = "rustls-platform-verifier-android"
11983version = "0.1.1"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11986
11987[[package]]
11988name = "rustls-webpki"
11989version = "0.101.7"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11992dependencies = [
11993 "ring",
11994 "untrusted",
11995]
11996
11997[[package]]
11998name = "rustls-webpki"
11999version = "0.103.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12002dependencies = [
12003 "aws-lc-rs",
12004 "ring",
12005 "rustls-pki-types",
12006 "untrusted",
12007]
12008
12009[[package]]
12010name = "rustversion"
12011version = "1.0.18"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12014
12015[[package]]
12016name = "rustybuzz"
12017version = "0.14.1"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12020dependencies = [
12021 "bitflags 2.9.0",
12022 "bytemuck",
12023 "libm",
12024 "smallvec",
12025 "ttf-parser 0.21.1",
12026 "unicode-bidi-mirroring 0.2.0",
12027 "unicode-ccc 0.2.0",
12028 "unicode-properties",
12029 "unicode-script",
12030]
12031
12032[[package]]
12033name = "rustybuzz"
12034version = "0.20.1"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12037dependencies = [
12038 "bitflags 2.9.0",
12039 "bytemuck",
12040 "core_maths",
12041 "log",
12042 "smallvec",
12043 "ttf-parser 0.25.1",
12044 "unicode-bidi-mirroring 0.4.0",
12045 "unicode-ccc 0.4.0",
12046 "unicode-properties",
12047 "unicode-script",
12048]
12049
12050[[package]]
12051name = "ryu"
12052version = "1.0.18"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12055
12056[[package]]
12057name = "salsa20"
12058version = "0.10.2"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12061dependencies = [
12062 "cipher",
12063]
12064
12065[[package]]
12066name = "same-file"
12067version = "1.0.6"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12070dependencies = [
12071 "winapi-util",
12072]
12073
12074[[package]]
12075name = "schannel"
12076version = "0.1.27"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12079dependencies = [
12080 "windows-sys 0.59.0",
12081]
12082
12083[[package]]
12084name = "schema_generator"
12085version = "0.1.0"
12086dependencies = [
12087 "anyhow",
12088 "clap",
12089 "env_logger 0.11.7",
12090 "schemars",
12091 "serde",
12092 "serde_json",
12093 "theme",
12094]
12095
12096[[package]]
12097name = "schemars"
12098version = "0.8.22"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12101dependencies = [
12102 "dyn-clone",
12103 "indexmap",
12104 "schemars_derive",
12105 "serde",
12106 "serde_json",
12107]
12108
12109[[package]]
12110name = "schemars_derive"
12111version = "0.8.22"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12114dependencies = [
12115 "proc-macro2",
12116 "quote",
12117 "serde_derive_internals",
12118 "syn 2.0.100",
12119]
12120
12121[[package]]
12122name = "scoped-tls"
12123version = "1.0.1"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12126
12127[[package]]
12128name = "scopeguard"
12129version = "1.2.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12132
12133[[package]]
12134name = "scratch"
12135version = "1.0.7"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12138
12139[[package]]
12140name = "scrypt"
12141version = "0.11.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12144dependencies = [
12145 "password-hash 0.5.0",
12146 "pbkdf2 0.12.2",
12147 "salsa20",
12148 "sha2",
12149]
12150
12151[[package]]
12152name = "sct"
12153version = "0.7.1"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12156dependencies = [
12157 "ring",
12158 "untrusted",
12159]
12160
12161[[package]]
12162name = "sea-bae"
12163version = "0.2.1"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12166dependencies = [
12167 "heck 0.4.1",
12168 "proc-macro-error2",
12169 "proc-macro2",
12170 "quote",
12171 "syn 2.0.100",
12172]
12173
12174[[package]]
12175name = "sea-orm"
12176version = "1.1.7"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12179dependencies = [
12180 "async-stream",
12181 "async-trait",
12182 "bigdecimal",
12183 "chrono",
12184 "futures-util",
12185 "log",
12186 "ouroboros",
12187 "pgvector",
12188 "rust_decimal",
12189 "sea-orm-macros",
12190 "sea-query",
12191 "sea-query-binder",
12192 "serde",
12193 "serde_json",
12194 "sqlx",
12195 "strum",
12196 "thiserror 1.0.69",
12197 "time",
12198 "tracing",
12199 "url",
12200 "uuid",
12201]
12202
12203[[package]]
12204name = "sea-orm-macros"
12205version = "1.1.7"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12208dependencies = [
12209 "heck 0.4.1",
12210 "proc-macro2",
12211 "quote",
12212 "sea-bae",
12213 "syn 2.0.100",
12214 "unicode-ident",
12215]
12216
12217[[package]]
12218name = "sea-query"
12219version = "0.32.1"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12222dependencies = [
12223 "bigdecimal",
12224 "chrono",
12225 "inherent",
12226 "ordered-float 3.9.2",
12227 "rust_decimal",
12228 "serde_json",
12229 "time",
12230 "uuid",
12231]
12232
12233[[package]]
12234name = "sea-query-binder"
12235version = "0.7.0"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12238dependencies = [
12239 "bigdecimal",
12240 "chrono",
12241 "rust_decimal",
12242 "sea-query",
12243 "serde_json",
12244 "sqlx",
12245 "time",
12246 "uuid",
12247]
12248
12249[[package]]
12250name = "seahash"
12251version = "4.1.0"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12254
12255[[package]]
12256name = "search"
12257version = "0.1.0"
12258dependencies = [
12259 "any_vec",
12260 "anyhow",
12261 "bitflags 2.9.0",
12262 "client",
12263 "collections",
12264 "editor",
12265 "futures 0.3.31",
12266 "gpui",
12267 "language",
12268 "menu",
12269 "project",
12270 "schemars",
12271 "serde",
12272 "serde_json",
12273 "settings",
12274 "smol",
12275 "theme",
12276 "ui",
12277 "unindent",
12278 "util",
12279 "workspace",
12280 "zed_actions",
12281]
12282
12283[[package]]
12284name = "sec1"
12285version = "0.3.0"
12286source = "registry+https://github.com/rust-lang/crates.io-index"
12287checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12288dependencies = [
12289 "base16ct",
12290 "der 0.6.1",
12291 "generic-array",
12292 "pkcs8 0.9.0",
12293 "subtle",
12294 "zeroize",
12295]
12296
12297[[package]]
12298name = "security-framework"
12299version = "2.11.1"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12302dependencies = [
12303 "bitflags 2.9.0",
12304 "core-foundation 0.9.4",
12305 "core-foundation-sys",
12306 "libc",
12307 "security-framework-sys",
12308]
12309
12310[[package]]
12311name = "security-framework"
12312version = "3.0.1"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12315dependencies = [
12316 "bitflags 2.9.0",
12317 "core-foundation 0.10.0",
12318 "core-foundation-sys",
12319 "libc",
12320 "security-framework-sys",
12321]
12322
12323[[package]]
12324name = "security-framework-sys"
12325version = "2.12.1"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12328dependencies = [
12329 "core-foundation-sys",
12330 "libc",
12331]
12332
12333[[package]]
12334name = "self_cell"
12335version = "1.1.0"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12338
12339[[package]]
12340name = "semantic_index"
12341version = "0.1.0"
12342dependencies = [
12343 "anyhow",
12344 "arrayvec",
12345 "blake3",
12346 "client",
12347 "clock",
12348 "collections",
12349 "env_logger 0.11.7",
12350 "feature_flags",
12351 "fs",
12352 "futures 0.3.31",
12353 "futures-batch",
12354 "gpui",
12355 "heed",
12356 "http_client",
12357 "language",
12358 "language_model",
12359 "languages",
12360 "log",
12361 "open_ai",
12362 "parking_lot",
12363 "project",
12364 "reqwest_client",
12365 "serde",
12366 "serde_json",
12367 "settings",
12368 "sha2",
12369 "smol",
12370 "streaming-iterator",
12371 "tempfile",
12372 "theme",
12373 "tree-sitter",
12374 "ui",
12375 "unindent",
12376 "util",
12377 "workspace",
12378 "worktree",
12379]
12380
12381[[package]]
12382name = "semantic_version"
12383version = "0.1.0"
12384dependencies = [
12385 "anyhow",
12386 "serde",
12387]
12388
12389[[package]]
12390name = "semver"
12391version = "1.0.26"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12394dependencies = [
12395 "serde",
12396]
12397
12398[[package]]
12399name = "serde"
12400version = "1.0.219"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12403dependencies = [
12404 "serde_derive",
12405]
12406
12407[[package]]
12408name = "serde_derive"
12409version = "1.0.219"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12412dependencies = [
12413 "proc-macro2",
12414 "quote",
12415 "syn 2.0.100",
12416]
12417
12418[[package]]
12419name = "serde_derive_internals"
12420version = "0.29.1"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12423dependencies = [
12424 "proc-macro2",
12425 "quote",
12426 "syn 2.0.100",
12427]
12428
12429[[package]]
12430name = "serde_fmt"
12431version = "1.0.3"
12432source = "registry+https://github.com/rust-lang/crates.io-index"
12433checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12434dependencies = [
12435 "serde",
12436]
12437
12438[[package]]
12439name = "serde_json"
12440version = "1.0.140"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12443dependencies = [
12444 "indexmap",
12445 "itoa",
12446 "memchr",
12447 "ryu",
12448 "serde",
12449]
12450
12451[[package]]
12452name = "serde_json_lenient"
12453version = "0.2.4"
12454source = "registry+https://github.com/rust-lang/crates.io-index"
12455checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12456dependencies = [
12457 "indexmap",
12458 "itoa",
12459 "memchr",
12460 "ryu",
12461 "serde",
12462]
12463
12464[[package]]
12465name = "serde_path_to_error"
12466version = "0.1.16"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12469dependencies = [
12470 "itoa",
12471 "serde",
12472]
12473
12474[[package]]
12475name = "serde_qs"
12476version = "0.8.5"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12479dependencies = [
12480 "percent-encoding",
12481 "serde",
12482 "thiserror 1.0.69",
12483]
12484
12485[[package]]
12486name = "serde_qs"
12487version = "0.10.1"
12488source = "registry+https://github.com/rust-lang/crates.io-index"
12489checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12490dependencies = [
12491 "percent-encoding",
12492 "serde",
12493 "thiserror 1.0.69",
12494]
12495
12496[[package]]
12497name = "serde_repr"
12498version = "0.1.20"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12501dependencies = [
12502 "proc-macro2",
12503 "quote",
12504 "syn 2.0.100",
12505]
12506
12507[[package]]
12508name = "serde_spanned"
12509version = "0.6.8"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12512dependencies = [
12513 "serde",
12514]
12515
12516[[package]]
12517name = "serde_urlencoded"
12518version = "0.7.1"
12519source = "registry+https://github.com/rust-lang/crates.io-index"
12520checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12521dependencies = [
12522 "form_urlencoded",
12523 "itoa",
12524 "ryu",
12525 "serde",
12526]
12527
12528[[package]]
12529name = "session"
12530version = "0.1.0"
12531dependencies = [
12532 "db",
12533 "gpui",
12534 "serde_json",
12535 "util",
12536 "uuid",
12537]
12538
12539[[package]]
12540name = "settings"
12541version = "0.1.0"
12542dependencies = [
12543 "anyhow",
12544 "collections",
12545 "ec4rs",
12546 "fs",
12547 "futures 0.3.31",
12548 "gpui",
12549 "indoc",
12550 "inventory",
12551 "log",
12552 "paths",
12553 "pretty_assertions",
12554 "release_channel",
12555 "rust-embed",
12556 "schemars",
12557 "serde",
12558 "serde_derive",
12559 "serde_json",
12560 "serde_json_lenient",
12561 "smallvec",
12562 "streaming-iterator",
12563 "tree-sitter",
12564 "tree-sitter-json",
12565 "unindent",
12566 "util",
12567]
12568
12569[[package]]
12570name = "settings_ui"
12571version = "0.1.0"
12572dependencies = [
12573 "command_palette_hooks",
12574 "editor",
12575 "feature_flags",
12576 "gpui",
12577 "settings",
12578 "theme",
12579 "ui",
12580 "workspace",
12581]
12582
12583[[package]]
12584name = "sha1"
12585version = "0.10.6"
12586source = "registry+https://github.com/rust-lang/crates.io-index"
12587checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12588dependencies = [
12589 "cfg-if",
12590 "cpufeatures",
12591 "digest",
12592]
12593
12594[[package]]
12595name = "sha1_smol"
12596version = "1.0.1"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12599
12600[[package]]
12601name = "sha2"
12602version = "0.10.8"
12603source = "registry+https://github.com/rust-lang/crates.io-index"
12604checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12605dependencies = [
12606 "cfg-if",
12607 "cpufeatures",
12608 "digest",
12609]
12610
12611[[package]]
12612name = "sharded-slab"
12613version = "0.1.7"
12614source = "registry+https://github.com/rust-lang/crates.io-index"
12615checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12616dependencies = [
12617 "lazy_static",
12618]
12619
12620[[package]]
12621name = "shell-words"
12622version = "1.1.0"
12623source = "registry+https://github.com/rust-lang/crates.io-index"
12624checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12625
12626[[package]]
12627name = "shellexpand"
12628version = "2.1.2"
12629source = "registry+https://github.com/rust-lang/crates.io-index"
12630checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12631dependencies = [
12632 "dirs 4.0.0",
12633]
12634
12635[[package]]
12636name = "shellexpand"
12637version = "3.1.0"
12638source = "registry+https://github.com/rust-lang/crates.io-index"
12639checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12640dependencies = [
12641 "dirs 5.0.1",
12642]
12643
12644[[package]]
12645name = "shlex"
12646version = "1.3.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12649
12650[[package]]
12651name = "signal-hook"
12652version = "0.3.17"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12655dependencies = [
12656 "libc",
12657 "signal-hook-registry",
12658]
12659
12660[[package]]
12661name = "signal-hook-registry"
12662version = "1.4.2"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12665dependencies = [
12666 "libc",
12667]
12668
12669[[package]]
12670name = "signature"
12671version = "1.6.4"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12674dependencies = [
12675 "digest",
12676 "rand_core 0.6.4",
12677]
12678
12679[[package]]
12680name = "signature"
12681version = "2.2.0"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12684dependencies = [
12685 "digest",
12686 "rand_core 0.6.4",
12687]
12688
12689[[package]]
12690name = "simd-adler32"
12691version = "0.3.7"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12694
12695[[package]]
12696name = "simd_helpers"
12697version = "0.1.0"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12700dependencies = [
12701 "quote",
12702]
12703
12704[[package]]
12705name = "simdutf8"
12706version = "0.1.5"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12709
12710[[package]]
12711name = "simple_asn1"
12712version = "0.6.2"
12713source = "registry+https://github.com/rust-lang/crates.io-index"
12714checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12715dependencies = [
12716 "num-bigint",
12717 "num-traits",
12718 "thiserror 1.0.69",
12719 "time",
12720]
12721
12722[[package]]
12723name = "simplecss"
12724version = "0.2.1"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12727dependencies = [
12728 "log",
12729]
12730
12731[[package]]
12732name = "simplelog"
12733version = "0.12.2"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12736dependencies = [
12737 "log",
12738 "termcolor",
12739 "time",
12740]
12741
12742[[package]]
12743name = "siphasher"
12744version = "0.3.11"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12747
12748[[package]]
12749name = "siphasher"
12750version = "1.0.1"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12753
12754[[package]]
12755name = "skrifa"
12756version = "0.26.6"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12759dependencies = [
12760 "bytemuck",
12761 "read-fonts",
12762]
12763
12764[[package]]
12765name = "slab"
12766version = "0.4.9"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12769dependencies = [
12770 "autocfg",
12771]
12772
12773[[package]]
12774name = "slash_commands_example"
12775version = "0.1.0"
12776dependencies = [
12777 "zed_extension_api 0.1.0",
12778]
12779
12780[[package]]
12781name = "slotmap"
12782version = "1.0.7"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12785dependencies = [
12786 "version_check",
12787]
12788
12789[[package]]
12790name = "smallvec"
12791version = "1.14.0"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12794dependencies = [
12795 "serde",
12796]
12797
12798[[package]]
12799name = "smart-default"
12800version = "0.6.0"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12803dependencies = [
12804 "proc-macro2",
12805 "quote",
12806 "syn 1.0.109",
12807]
12808
12809[[package]]
12810name = "smol"
12811version = "2.0.2"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12814dependencies = [
12815 "async-channel 2.3.1",
12816 "async-executor",
12817 "async-fs",
12818 "async-io",
12819 "async-lock",
12820 "async-net",
12821 "async-process",
12822 "blocking",
12823 "futures-lite 2.6.0",
12824]
12825
12826[[package]]
12827name = "smol_str"
12828version = "0.1.24"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12831dependencies = [
12832 "serde",
12833]
12834
12835[[package]]
12836name = "smol_str"
12837version = "0.2.2"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12840
12841[[package]]
12842name = "snippet"
12843version = "0.1.0"
12844dependencies = [
12845 "anyhow",
12846 "smallvec",
12847]
12848
12849[[package]]
12850name = "snippet_provider"
12851version = "0.1.0"
12852dependencies = [
12853 "anyhow",
12854 "collections",
12855 "extension",
12856 "fs",
12857 "futures 0.3.31",
12858 "gpui",
12859 "parking_lot",
12860 "paths",
12861 "schemars",
12862 "serde",
12863 "serde_json_lenient",
12864 "snippet",
12865 "util",
12866]
12867
12868[[package]]
12869name = "snippets_ui"
12870version = "0.1.0"
12871dependencies = [
12872 "fuzzy",
12873 "gpui",
12874 "language",
12875 "paths",
12876 "picker",
12877 "ui",
12878 "util",
12879 "workspace",
12880]
12881
12882[[package]]
12883name = "socket2"
12884version = "0.5.8"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12887dependencies = [
12888 "libc",
12889 "windows-sys 0.52.0",
12890]
12891
12892[[package]]
12893name = "spdx"
12894version = "0.10.7"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12897dependencies = [
12898 "smallvec",
12899]
12900
12901[[package]]
12902name = "spin"
12903version = "0.9.8"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12906dependencies = [
12907 "lock_api",
12908]
12909
12910[[package]]
12911name = "spirv"
12912version = "0.3.0+sdk-1.3.268.0"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12915dependencies = [
12916 "bitflags 2.9.0",
12917]
12918
12919[[package]]
12920name = "spki"
12921version = "0.6.0"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12924dependencies = [
12925 "base64ct",
12926 "der 0.6.1",
12927]
12928
12929[[package]]
12930name = "spki"
12931version = "0.7.3"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12934dependencies = [
12935 "base64ct",
12936 "der 0.7.9",
12937]
12938
12939[[package]]
12940name = "sptr"
12941version = "0.3.2"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12944
12945[[package]]
12946name = "sqlez"
12947version = "0.1.0"
12948dependencies = [
12949 "anyhow",
12950 "collections",
12951 "futures 0.3.31",
12952 "indoc",
12953 "libsqlite3-sys",
12954 "parking_lot",
12955 "smol",
12956 "sqlformat",
12957 "thread_local",
12958 "util",
12959 "uuid",
12960]
12961
12962[[package]]
12963name = "sqlez_macros"
12964version = "0.1.0"
12965dependencies = [
12966 "sqlez",
12967 "sqlformat",
12968 "syn 1.0.109",
12969]
12970
12971[[package]]
12972name = "sqlformat"
12973version = "0.2.6"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12976dependencies = [
12977 "nom",
12978 "unicode_categories",
12979]
12980
12981[[package]]
12982name = "sqlx"
12983version = "0.8.3"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12986dependencies = [
12987 "sqlx-core",
12988 "sqlx-macros",
12989 "sqlx-mysql",
12990 "sqlx-postgres",
12991 "sqlx-sqlite",
12992]
12993
12994[[package]]
12995name = "sqlx-core"
12996version = "0.8.3"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
12999dependencies = [
13000 "bigdecimal",
13001 "bytes 1.10.1",
13002 "chrono",
13003 "crc",
13004 "crossbeam-queue",
13005 "either",
13006 "event-listener 5.3.1",
13007 "futures-core",
13008 "futures-intrusive",
13009 "futures-io",
13010 "futures-util",
13011 "hashbrown 0.15.2",
13012 "hashlink 0.10.0",
13013 "indexmap",
13014 "log",
13015 "memchr",
13016 "once_cell",
13017 "percent-encoding",
13018 "rust_decimal",
13019 "rustls 0.23.25",
13020 "rustls-pemfile 2.2.0",
13021 "serde",
13022 "serde_json",
13023 "sha2",
13024 "smallvec",
13025 "thiserror 2.0.12",
13026 "time",
13027 "tokio",
13028 "tokio-stream",
13029 "tracing",
13030 "url",
13031 "uuid",
13032 "webpki-roots",
13033]
13034
13035[[package]]
13036name = "sqlx-macros"
13037version = "0.8.3"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13040dependencies = [
13041 "proc-macro2",
13042 "quote",
13043 "sqlx-core",
13044 "sqlx-macros-core",
13045 "syn 2.0.100",
13046]
13047
13048[[package]]
13049name = "sqlx-macros-core"
13050version = "0.8.3"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13053dependencies = [
13054 "dotenvy",
13055 "either",
13056 "heck 0.5.0",
13057 "hex",
13058 "once_cell",
13059 "proc-macro2",
13060 "quote",
13061 "serde",
13062 "serde_json",
13063 "sha2",
13064 "sqlx-core",
13065 "sqlx-mysql",
13066 "sqlx-postgres",
13067 "sqlx-sqlite",
13068 "syn 2.0.100",
13069 "tempfile",
13070 "tokio",
13071 "url",
13072]
13073
13074[[package]]
13075name = "sqlx-mysql"
13076version = "0.8.3"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13079dependencies = [
13080 "atoi",
13081 "base64 0.22.1",
13082 "bigdecimal",
13083 "bitflags 2.9.0",
13084 "byteorder",
13085 "bytes 1.10.1",
13086 "chrono",
13087 "crc",
13088 "digest",
13089 "dotenvy",
13090 "either",
13091 "futures-channel",
13092 "futures-core",
13093 "futures-io",
13094 "futures-util",
13095 "generic-array",
13096 "hex",
13097 "hkdf",
13098 "hmac",
13099 "itoa",
13100 "log",
13101 "md-5",
13102 "memchr",
13103 "once_cell",
13104 "percent-encoding",
13105 "rand 0.8.5",
13106 "rsa",
13107 "rust_decimal",
13108 "serde",
13109 "sha1",
13110 "sha2",
13111 "smallvec",
13112 "sqlx-core",
13113 "stringprep",
13114 "thiserror 2.0.12",
13115 "time",
13116 "tracing",
13117 "uuid",
13118 "whoami",
13119]
13120
13121[[package]]
13122name = "sqlx-postgres"
13123version = "0.8.3"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13126dependencies = [
13127 "atoi",
13128 "base64 0.22.1",
13129 "bigdecimal",
13130 "bitflags 2.9.0",
13131 "byteorder",
13132 "chrono",
13133 "crc",
13134 "dotenvy",
13135 "etcetera",
13136 "futures-channel",
13137 "futures-core",
13138 "futures-util",
13139 "hex",
13140 "hkdf",
13141 "hmac",
13142 "home",
13143 "itoa",
13144 "log",
13145 "md-5",
13146 "memchr",
13147 "num-bigint",
13148 "once_cell",
13149 "rand 0.8.5",
13150 "rust_decimal",
13151 "serde",
13152 "serde_json",
13153 "sha2",
13154 "smallvec",
13155 "sqlx-core",
13156 "stringprep",
13157 "thiserror 2.0.12",
13158 "time",
13159 "tracing",
13160 "uuid",
13161 "whoami",
13162]
13163
13164[[package]]
13165name = "sqlx-sqlite"
13166version = "0.8.3"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13169dependencies = [
13170 "atoi",
13171 "chrono",
13172 "flume",
13173 "futures-channel",
13174 "futures-core",
13175 "futures-executor",
13176 "futures-intrusive",
13177 "futures-util",
13178 "libsqlite3-sys",
13179 "log",
13180 "percent-encoding",
13181 "serde",
13182 "serde_urlencoded",
13183 "sqlx-core",
13184 "time",
13185 "tracing",
13186 "url",
13187 "uuid",
13188]
13189
13190[[package]]
13191name = "stable_deref_trait"
13192version = "1.2.0"
13193source = "registry+https://github.com/rust-lang/crates.io-index"
13194checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13195
13196[[package]]
13197name = "static_assertions"
13198version = "1.1.0"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13201
13202[[package]]
13203name = "story"
13204version = "0.1.0"
13205dependencies = [
13206 "gpui",
13207 "itertools 0.14.0",
13208 "smallvec",
13209]
13210
13211[[package]]
13212name = "storybook"
13213version = "0.1.0"
13214dependencies = [
13215 "anyhow",
13216 "clap",
13217 "collab_ui",
13218 "ctrlc",
13219 "dialoguer",
13220 "editor",
13221 "fuzzy",
13222 "gpui",
13223 "indoc",
13224 "language",
13225 "log",
13226 "menu",
13227 "picker",
13228 "project",
13229 "reqwest_client",
13230 "rust-embed",
13231 "settings",
13232 "simplelog",
13233 "story",
13234 "strum",
13235 "theme",
13236 "title_bar",
13237 "ui",
13238]
13239
13240[[package]]
13241name = "streaming-iterator"
13242version = "0.1.9"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13245
13246[[package]]
13247name = "streaming_diff"
13248version = "0.1.0"
13249dependencies = [
13250 "ordered-float 2.10.1",
13251 "rand 0.8.5",
13252 "rope",
13253 "util",
13254]
13255
13256[[package]]
13257name = "strict-num"
13258version = "0.1.1"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13261dependencies = [
13262 "float-cmp",
13263]
13264
13265[[package]]
13266name = "string_cache"
13267version = "0.8.7"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13270dependencies = [
13271 "new_debug_unreachable",
13272 "once_cell",
13273 "parking_lot",
13274 "phf_shared 0.10.0",
13275 "precomputed-hash",
13276 "serde",
13277]
13278
13279[[package]]
13280name = "string_cache_codegen"
13281version = "0.5.2"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13284dependencies = [
13285 "phf_generator 0.10.0",
13286 "phf_shared 0.10.0",
13287 "proc-macro2",
13288 "quote",
13289]
13290
13291[[package]]
13292name = "stringprep"
13293version = "0.1.5"
13294source = "registry+https://github.com/rust-lang/crates.io-index"
13295checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13296dependencies = [
13297 "unicode-bidi",
13298 "unicode-normalization",
13299 "unicode-properties",
13300]
13301
13302[[package]]
13303name = "strsim"
13304version = "0.11.1"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13307
13308[[package]]
13309name = "strum"
13310version = "0.26.3"
13311source = "registry+https://github.com/rust-lang/crates.io-index"
13312checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13313dependencies = [
13314 "strum_macros",
13315]
13316
13317[[package]]
13318name = "strum_macros"
13319version = "0.26.4"
13320source = "registry+https://github.com/rust-lang/crates.io-index"
13321checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13322dependencies = [
13323 "heck 0.5.0",
13324 "proc-macro2",
13325 "quote",
13326 "rustversion",
13327 "syn 2.0.100",
13328]
13329
13330[[package]]
13331name = "subtle"
13332version = "2.6.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13335
13336[[package]]
13337name = "sum_tree"
13338version = "0.1.0"
13339dependencies = [
13340 "arrayvec",
13341 "ctor",
13342 "env_logger 0.11.7",
13343 "log",
13344 "rand 0.8.5",
13345 "rayon",
13346]
13347
13348[[package]]
13349name = "supermaven"
13350version = "0.1.0"
13351dependencies = [
13352 "anyhow",
13353 "client",
13354 "collections",
13355 "editor",
13356 "env_logger 0.11.7",
13357 "futures 0.3.31",
13358 "gpui",
13359 "http_client",
13360 "inline_completion",
13361 "language",
13362 "log",
13363 "postage",
13364 "project",
13365 "serde",
13366 "serde_json",
13367 "settings",
13368 "smol",
13369 "supermaven_api",
13370 "text",
13371 "theme",
13372 "ui",
13373 "unicode-segmentation",
13374 "util",
13375]
13376
13377[[package]]
13378name = "supermaven_api"
13379version = "0.1.0"
13380dependencies = [
13381 "anyhow",
13382 "futures 0.3.31",
13383 "http_client",
13384 "paths",
13385 "serde",
13386 "serde_json",
13387 "smol",
13388]
13389
13390[[package]]
13391name = "sval"
13392version = "2.13.2"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13395
13396[[package]]
13397name = "sval_buffer"
13398version = "2.13.2"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13401dependencies = [
13402 "sval",
13403 "sval_ref",
13404]
13405
13406[[package]]
13407name = "sval_dynamic"
13408version = "2.13.2"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13411dependencies = [
13412 "sval",
13413]
13414
13415[[package]]
13416name = "sval_fmt"
13417version = "2.13.2"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13420dependencies = [
13421 "itoa",
13422 "ryu",
13423 "sval",
13424]
13425
13426[[package]]
13427name = "sval_json"
13428version = "2.13.2"
13429source = "registry+https://github.com/rust-lang/crates.io-index"
13430checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13431dependencies = [
13432 "itoa",
13433 "ryu",
13434 "sval",
13435]
13436
13437[[package]]
13438name = "sval_nested"
13439version = "2.13.2"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13442dependencies = [
13443 "sval",
13444 "sval_buffer",
13445 "sval_ref",
13446]
13447
13448[[package]]
13449name = "sval_ref"
13450version = "2.13.2"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13453dependencies = [
13454 "sval",
13455]
13456
13457[[package]]
13458name = "sval_serde"
13459version = "2.13.2"
13460source = "registry+https://github.com/rust-lang/crates.io-index"
13461checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13462dependencies = [
13463 "serde",
13464 "sval",
13465 "sval_nested",
13466]
13467
13468[[package]]
13469name = "svg_fmt"
13470version = "0.4.4"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13473
13474[[package]]
13475name = "svgtypes"
13476version = "0.15.3"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13479dependencies = [
13480 "kurbo",
13481 "siphasher 1.0.1",
13482]
13483
13484[[package]]
13485name = "swash"
13486version = "0.2.1"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13489dependencies = [
13490 "skrifa",
13491 "yazi",
13492 "zeno",
13493]
13494
13495[[package]]
13496name = "syn"
13497version = "1.0.109"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13500dependencies = [
13501 "proc-macro2",
13502 "quote",
13503 "unicode-ident",
13504]
13505
13506[[package]]
13507name = "syn"
13508version = "2.0.100"
13509source = "registry+https://github.com/rust-lang/crates.io-index"
13510checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13511dependencies = [
13512 "proc-macro2",
13513 "quote",
13514 "unicode-ident",
13515]
13516
13517[[package]]
13518name = "sync_wrapper"
13519version = "0.1.2"
13520source = "registry+https://github.com/rust-lang/crates.io-index"
13521checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13522
13523[[package]]
13524name = "sync_wrapper"
13525version = "1.0.2"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13528dependencies = [
13529 "futures-core",
13530]
13531
13532[[package]]
13533name = "synchronoise"
13534version = "1.0.1"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13537dependencies = [
13538 "crossbeam-queue",
13539]
13540
13541[[package]]
13542name = "synstructure"
13543version = "0.13.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13546dependencies = [
13547 "proc-macro2",
13548 "quote",
13549 "syn 2.0.100",
13550]
13551
13552[[package]]
13553name = "sys-locale"
13554version = "0.3.2"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13557dependencies = [
13558 "libc",
13559]
13560
13561[[package]]
13562name = "sysinfo"
13563version = "0.31.4"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13566dependencies = [
13567 "core-foundation-sys",
13568 "libc",
13569 "memchr",
13570 "ntapi",
13571 "rayon",
13572 "windows 0.57.0",
13573]
13574
13575[[package]]
13576name = "system-configuration"
13577version = "0.5.1"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13580dependencies = [
13581 "bitflags 1.3.2",
13582 "core-foundation 0.9.4",
13583 "system-configuration-sys 0.5.0",
13584]
13585
13586[[package]]
13587name = "system-configuration"
13588version = "0.6.1"
13589source = "registry+https://github.com/rust-lang/crates.io-index"
13590checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13591dependencies = [
13592 "bitflags 2.9.0",
13593 "core-foundation 0.9.4",
13594 "system-configuration-sys 0.6.0",
13595]
13596
13597[[package]]
13598name = "system-configuration-sys"
13599version = "0.5.0"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13602dependencies = [
13603 "core-foundation-sys",
13604 "libc",
13605]
13606
13607[[package]]
13608name = "system-configuration-sys"
13609version = "0.6.0"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13612dependencies = [
13613 "core-foundation-sys",
13614 "libc",
13615]
13616
13617[[package]]
13618name = "system-deps"
13619version = "6.2.2"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13622dependencies = [
13623 "cfg-expr",
13624 "heck 0.5.0",
13625 "pkg-config",
13626 "toml 0.8.20",
13627 "version-compare",
13628]
13629
13630[[package]]
13631name = "system-interface"
13632version = "0.27.3"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13635dependencies = [
13636 "bitflags 2.9.0",
13637 "cap-fs-ext",
13638 "cap-std",
13639 "fd-lock",
13640 "io-lifetimes",
13641 "rustix",
13642 "windows-sys 0.59.0",
13643 "winx",
13644]
13645
13646[[package]]
13647name = "tab_switcher"
13648version = "0.1.0"
13649dependencies = [
13650 "anyhow",
13651 "collections",
13652 "ctor",
13653 "editor",
13654 "env_logger 0.11.7",
13655 "gpui",
13656 "language",
13657 "menu",
13658 "picker",
13659 "project",
13660 "schemars",
13661 "serde",
13662 "serde_json",
13663 "settings",
13664 "theme",
13665 "ui",
13666 "util",
13667 "workspace",
13668]
13669
13670[[package]]
13671name = "taffy"
13672version = "0.4.4"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13675dependencies = [
13676 "arrayvec",
13677 "grid",
13678 "num-traits",
13679 "serde",
13680 "slotmap",
13681]
13682
13683[[package]]
13684name = "take-until"
13685version = "0.2.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13688
13689[[package]]
13690name = "tap"
13691version = "1.0.1"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13694
13695[[package]]
13696name = "target-lexicon"
13697version = "0.12.16"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13700
13701[[package]]
13702name = "target-lexicon"
13703version = "0.13.2"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13706
13707[[package]]
13708name = "task"
13709version = "0.1.0"
13710dependencies = [
13711 "anyhow",
13712 "collections",
13713 "dap-types",
13714 "futures 0.3.31",
13715 "gpui",
13716 "hex",
13717 "parking_lot",
13718 "schemars",
13719 "serde",
13720 "serde_json",
13721 "serde_json_lenient",
13722 "sha2",
13723 "shellexpand 2.1.2",
13724 "util",
13725 "zed_actions",
13726]
13727
13728[[package]]
13729name = "tasks_ui"
13730version = "0.1.0"
13731dependencies = [
13732 "anyhow",
13733 "debugger_ui",
13734 "editor",
13735 "feature_flags",
13736 "file_icons",
13737 "fuzzy",
13738 "gpui",
13739 "language",
13740 "menu",
13741 "picker",
13742 "project",
13743 "schemars",
13744 "serde",
13745 "serde_json",
13746 "settings",
13747 "task",
13748 "tree-sitter-rust",
13749 "tree-sitter-typescript",
13750 "ui",
13751 "util",
13752 "workspace",
13753 "zed_actions",
13754]
13755
13756[[package]]
13757name = "telemetry"
13758version = "0.1.0"
13759dependencies = [
13760 "futures 0.3.31",
13761 "serde",
13762 "serde_json",
13763 "telemetry_events",
13764]
13765
13766[[package]]
13767name = "telemetry_events"
13768version = "0.1.0"
13769dependencies = [
13770 "semantic_version",
13771 "serde",
13772 "serde_json",
13773]
13774
13775[[package]]
13776name = "tempfile"
13777version = "3.17.1"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13780dependencies = [
13781 "cfg-if",
13782 "fastrand 2.3.0",
13783 "getrandom 0.3.1",
13784 "once_cell",
13785 "rustix",
13786 "windows-sys 0.59.0",
13787]
13788
13789[[package]]
13790name = "tendril"
13791version = "0.4.3"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13794dependencies = [
13795 "futf",
13796 "mac",
13797 "utf-8",
13798]
13799
13800[[package]]
13801name = "termcolor"
13802version = "1.4.1"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13805dependencies = [
13806 "winapi-util",
13807]
13808
13809[[package]]
13810name = "terminal"
13811version = "0.1.0"
13812dependencies = [
13813 "alacritty_terminal",
13814 "anyhow",
13815 "collections",
13816 "dirs 4.0.0",
13817 "futures 0.3.31",
13818 "gpui",
13819 "libc",
13820 "rand 0.8.5",
13821 "regex",
13822 "release_channel",
13823 "schemars",
13824 "serde",
13825 "serde_derive",
13826 "settings",
13827 "smol",
13828 "sysinfo",
13829 "task",
13830 "theme",
13831 "thiserror 2.0.12",
13832 "util",
13833 "windows 0.61.1",
13834]
13835
13836[[package]]
13837name = "terminal_size"
13838version = "0.4.1"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13841dependencies = [
13842 "rustix",
13843 "windows-sys 0.59.0",
13844]
13845
13846[[package]]
13847name = "terminal_view"
13848version = "0.1.0"
13849dependencies = [
13850 "anyhow",
13851 "async-recursion 1.1.1",
13852 "breadcrumbs",
13853 "client",
13854 "collections",
13855 "db",
13856 "dirs 4.0.0",
13857 "editor",
13858 "futures 0.3.31",
13859 "gpui",
13860 "itertools 0.14.0",
13861 "language",
13862 "log",
13863 "project",
13864 "rand 0.8.5",
13865 "schemars",
13866 "search",
13867 "serde",
13868 "serde_json",
13869 "settings",
13870 "shellexpand 2.1.2",
13871 "smol",
13872 "task",
13873 "terminal",
13874 "theme",
13875 "ui",
13876 "util",
13877 "workspace",
13878 "zed_actions",
13879]
13880
13881[[package]]
13882name = "text"
13883version = "0.1.0"
13884dependencies = [
13885 "anyhow",
13886 "clock",
13887 "collections",
13888 "ctor",
13889 "env_logger 0.11.7",
13890 "gpui",
13891 "http_client",
13892 "log",
13893 "parking_lot",
13894 "postage",
13895 "rand 0.8.5",
13896 "regex",
13897 "rope",
13898 "smallvec",
13899 "sum_tree",
13900 "util",
13901]
13902
13903[[package]]
13904name = "theme"
13905version = "0.1.0"
13906dependencies = [
13907 "anyhow",
13908 "collections",
13909 "derive_more",
13910 "fs",
13911 "futures 0.3.31",
13912 "gpui",
13913 "indexmap",
13914 "log",
13915 "palette",
13916 "parking_lot",
13917 "refineable",
13918 "schemars",
13919 "serde",
13920 "serde_derive",
13921 "serde_json",
13922 "serde_json_lenient",
13923 "serde_repr",
13924 "settings",
13925 "strum",
13926 "thiserror 2.0.12",
13927 "util",
13928 "uuid",
13929]
13930
13931[[package]]
13932name = "theme_extension"
13933version = "0.1.0"
13934dependencies = [
13935 "anyhow",
13936 "extension",
13937 "fs",
13938 "gpui",
13939 "theme",
13940]
13941
13942[[package]]
13943name = "theme_importer"
13944version = "0.1.0"
13945dependencies = [
13946 "anyhow",
13947 "clap",
13948 "gpui",
13949 "indexmap",
13950 "log",
13951 "palette",
13952 "rust-embed",
13953 "serde",
13954 "serde_json",
13955 "serde_json_lenient",
13956 "simplelog",
13957 "strum",
13958 "theme",
13959 "vscode_theme",
13960]
13961
13962[[package]]
13963name = "theme_selector"
13964version = "0.1.0"
13965dependencies = [
13966 "fs",
13967 "fuzzy",
13968 "gpui",
13969 "log",
13970 "picker",
13971 "serde",
13972 "settings",
13973 "telemetry",
13974 "theme",
13975 "ui",
13976 "util",
13977 "workspace",
13978 "zed_actions",
13979]
13980
13981[[package]]
13982name = "thiserror"
13983version = "1.0.69"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13986dependencies = [
13987 "thiserror-impl 1.0.69",
13988]
13989
13990[[package]]
13991name = "thiserror"
13992version = "2.0.12"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
13995dependencies = [
13996 "thiserror-impl 2.0.12",
13997]
13998
13999[[package]]
14000name = "thiserror-impl"
14001version = "1.0.69"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14004dependencies = [
14005 "proc-macro2",
14006 "quote",
14007 "syn 2.0.100",
14008]
14009
14010[[package]]
14011name = "thiserror-impl"
14012version = "2.0.12"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14015dependencies = [
14016 "proc-macro2",
14017 "quote",
14018 "syn 2.0.100",
14019]
14020
14021[[package]]
14022name = "thread_local"
14023version = "1.1.8"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14026dependencies = [
14027 "cfg-if",
14028 "once_cell",
14029]
14030
14031[[package]]
14032name = "tiff"
14033version = "0.9.1"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14036dependencies = [
14037 "flate2",
14038 "jpeg-decoder",
14039 "weezl",
14040]
14041
14042[[package]]
14043name = "tiktoken-rs"
14044version = "0.6.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14047dependencies = [
14048 "anyhow",
14049 "base64 0.21.7",
14050 "bstr",
14051 "fancy-regex 0.13.0",
14052 "lazy_static",
14053 "parking_lot",
14054 "regex",
14055 "rustc-hash 1.1.0",
14056]
14057
14058[[package]]
14059name = "time"
14060version = "0.3.41"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14063dependencies = [
14064 "deranged",
14065 "itoa",
14066 "libc",
14067 "num-conv",
14068 "num_threads",
14069 "powerfmt",
14070 "serde",
14071 "time-core",
14072 "time-macros",
14073]
14074
14075[[package]]
14076name = "time-core"
14077version = "0.1.4"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14080
14081[[package]]
14082name = "time-macros"
14083version = "0.2.22"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14086dependencies = [
14087 "num-conv",
14088 "time-core",
14089]
14090
14091[[package]]
14092name = "time_format"
14093version = "0.1.0"
14094dependencies = [
14095 "core-foundation 0.9.4",
14096 "core-foundation-sys",
14097 "sys-locale",
14098 "time",
14099]
14100
14101[[package]]
14102name = "tiny-keccak"
14103version = "2.0.2"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14106dependencies = [
14107 "crunchy",
14108]
14109
14110[[package]]
14111name = "tiny-skia"
14112version = "0.11.4"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14115dependencies = [
14116 "arrayref",
14117 "arrayvec",
14118 "bytemuck",
14119 "cfg-if",
14120 "log",
14121 "png",
14122 "tiny-skia-path",
14123]
14124
14125[[package]]
14126name = "tiny-skia-path"
14127version = "0.11.4"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14130dependencies = [
14131 "arrayref",
14132 "bytemuck",
14133 "strict-num",
14134]
14135
14136[[package]]
14137name = "tiny_http"
14138version = "0.8.2"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14141dependencies = [
14142 "ascii",
14143 "chrono",
14144 "chunked_transfer",
14145 "log",
14146 "url",
14147]
14148
14149[[package]]
14150name = "tinystr"
14151version = "0.7.6"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14154dependencies = [
14155 "displaydoc",
14156 "zerovec",
14157]
14158
14159[[package]]
14160name = "tinytemplate"
14161version = "1.2.1"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14164dependencies = [
14165 "serde",
14166 "serde_json",
14167]
14168
14169[[package]]
14170name = "tinyvec"
14171version = "1.8.0"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14174dependencies = [
14175 "tinyvec_macros",
14176]
14177
14178[[package]]
14179name = "tinyvec_macros"
14180version = "0.1.1"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14183
14184[[package]]
14185name = "title_bar"
14186version = "0.1.0"
14187dependencies = [
14188 "auto_update",
14189 "call",
14190 "chrono",
14191 "client",
14192 "collections",
14193 "db",
14194 "feature_flags",
14195 "gpui",
14196 "http_client",
14197 "notifications",
14198 "pretty_assertions",
14199 "project",
14200 "remote",
14201 "rpc",
14202 "schemars",
14203 "serde",
14204 "settings",
14205 "smallvec",
14206 "story",
14207 "telemetry",
14208 "theme",
14209 "tree-sitter-md",
14210 "ui",
14211 "util",
14212 "windows 0.61.1",
14213 "workspace",
14214 "zed_actions",
14215]
14216
14217[[package]]
14218name = "tokio"
14219version = "1.43.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14222dependencies = [
14223 "backtrace",
14224 "bytes 1.10.1",
14225 "libc",
14226 "mio",
14227 "parking_lot",
14228 "pin-project-lite",
14229 "signal-hook-registry",
14230 "socket2",
14231 "tokio-macros",
14232 "windows-sys 0.52.0",
14233]
14234
14235[[package]]
14236name = "tokio-io"
14237version = "0.1.13"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14240dependencies = [
14241 "bytes 0.4.12",
14242 "futures 0.1.31",
14243 "log",
14244]
14245
14246[[package]]
14247name = "tokio-macros"
14248version = "2.5.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14251dependencies = [
14252 "proc-macro2",
14253 "quote",
14254 "syn 2.0.100",
14255]
14256
14257[[package]]
14258name = "tokio-native-tls"
14259version = "0.3.1"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14262dependencies = [
14263 "native-tls",
14264 "tokio",
14265]
14266
14267[[package]]
14268name = "tokio-rustls"
14269version = "0.24.1"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14272dependencies = [
14273 "rustls 0.21.12",
14274 "tokio",
14275]
14276
14277[[package]]
14278name = "tokio-rustls"
14279version = "0.26.1"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14282dependencies = [
14283 "rustls 0.23.25",
14284 "tokio",
14285]
14286
14287[[package]]
14288name = "tokio-socks"
14289version = "0.5.2"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14292dependencies = [
14293 "either",
14294 "futures-io",
14295 "futures-util",
14296 "thiserror 1.0.69",
14297 "tokio",
14298]
14299
14300[[package]]
14301name = "tokio-stream"
14302version = "0.1.17"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14305dependencies = [
14306 "futures-core",
14307 "pin-project-lite",
14308 "tokio",
14309]
14310
14311[[package]]
14312name = "tokio-tungstenite"
14313version = "0.20.1"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14316dependencies = [
14317 "futures-util",
14318 "log",
14319 "rustls 0.21.12",
14320 "rustls-native-certs 0.6.3",
14321 "tokio",
14322 "tokio-rustls 0.24.1",
14323 "tungstenite 0.20.1",
14324]
14325
14326[[package]]
14327name = "tokio-tungstenite"
14328version = "0.21.0"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14331dependencies = [
14332 "futures-util",
14333 "log",
14334 "tokio",
14335 "tungstenite 0.21.0",
14336]
14337
14338[[package]]
14339name = "tokio-util"
14340version = "0.7.13"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14343dependencies = [
14344 "bytes 1.10.1",
14345 "futures-core",
14346 "futures-io",
14347 "futures-sink",
14348 "pin-project-lite",
14349 "tokio",
14350]
14351
14352[[package]]
14353name = "toml"
14354version = "0.5.11"
14355source = "registry+https://github.com/rust-lang/crates.io-index"
14356checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14357dependencies = [
14358 "serde",
14359]
14360
14361[[package]]
14362name = "toml"
14363version = "0.8.20"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14366dependencies = [
14367 "serde",
14368 "serde_spanned",
14369 "toml_datetime",
14370 "toml_edit",
14371]
14372
14373[[package]]
14374name = "toml_datetime"
14375version = "0.6.8"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14378dependencies = [
14379 "serde",
14380]
14381
14382[[package]]
14383name = "toml_edit"
14384version = "0.22.23"
14385source = "registry+https://github.com/rust-lang/crates.io-index"
14386checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14387dependencies = [
14388 "indexmap",
14389 "serde",
14390 "serde_spanned",
14391 "toml_datetime",
14392 "winnow 0.7.1",
14393]
14394
14395[[package]]
14396name = "toolchain_selector"
14397version = "0.1.0"
14398dependencies = [
14399 "editor",
14400 "fuzzy",
14401 "gpui",
14402 "language",
14403 "picker",
14404 "project",
14405 "ui",
14406 "util",
14407 "workspace",
14408]
14409
14410[[package]]
14411name = "topological-sort"
14412version = "0.2.2"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14415
14416[[package]]
14417name = "tower"
14418version = "0.4.13"
14419source = "registry+https://github.com/rust-lang/crates.io-index"
14420checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14421dependencies = [
14422 "futures-core",
14423 "futures-util",
14424 "pin-project",
14425 "pin-project-lite",
14426 "tokio",
14427 "tower-layer",
14428 "tower-service",
14429 "tracing",
14430]
14431
14432[[package]]
14433name = "tower-http"
14434version = "0.3.5"
14435source = "registry+https://github.com/rust-lang/crates.io-index"
14436checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14437dependencies = [
14438 "bitflags 1.3.2",
14439 "bytes 1.10.1",
14440 "futures-core",
14441 "futures-util",
14442 "http 0.2.12",
14443 "http-body 0.4.6",
14444 "http-range-header",
14445 "pin-project-lite",
14446 "tower-layer",
14447 "tower-service",
14448]
14449
14450[[package]]
14451name = "tower-http"
14452version = "0.4.4"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14455dependencies = [
14456 "bitflags 2.9.0",
14457 "bytes 1.10.1",
14458 "futures-core",
14459 "futures-util",
14460 "http 0.2.12",
14461 "http-body 0.4.6",
14462 "http-range-header",
14463 "pin-project-lite",
14464 "tower-layer",
14465 "tower-service",
14466 "tracing",
14467]
14468
14469[[package]]
14470name = "tower-layer"
14471version = "0.3.3"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14474
14475[[package]]
14476name = "tower-service"
14477version = "0.3.3"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14480
14481[[package]]
14482name = "tracing"
14483version = "0.1.41"
14484source = "registry+https://github.com/rust-lang/crates.io-index"
14485checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14486dependencies = [
14487 "log",
14488 "pin-project-lite",
14489 "tracing-attributes",
14490 "tracing-core",
14491]
14492
14493[[package]]
14494name = "tracing-attributes"
14495version = "0.1.28"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14498dependencies = [
14499 "proc-macro2",
14500 "quote",
14501 "syn 2.0.100",
14502]
14503
14504[[package]]
14505name = "tracing-core"
14506version = "0.1.33"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14509dependencies = [
14510 "once_cell",
14511 "valuable",
14512]
14513
14514[[package]]
14515name = "tracing-log"
14516version = "0.2.0"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14519dependencies = [
14520 "log",
14521 "once_cell",
14522 "tracing-core",
14523]
14524
14525[[package]]
14526name = "tracing-serde"
14527version = "0.2.0"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14530dependencies = [
14531 "serde",
14532 "tracing-core",
14533]
14534
14535[[package]]
14536name = "tracing-subscriber"
14537version = "0.3.19"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14540dependencies = [
14541 "matchers",
14542 "nu-ansi-term",
14543 "once_cell",
14544 "regex",
14545 "serde",
14546 "serde_json",
14547 "sharded-slab",
14548 "smallvec",
14549 "thread_local",
14550 "tracing",
14551 "tracing-core",
14552 "tracing-log",
14553 "tracing-serde",
14554]
14555
14556[[package]]
14557name = "trait-variant"
14558version = "0.1.2"
14559source = "registry+https://github.com/rust-lang/crates.io-index"
14560checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14561dependencies = [
14562 "proc-macro2",
14563 "quote",
14564 "syn 2.0.100",
14565]
14566
14567[[package]]
14568name = "tree-sitter"
14569version = "0.25.3"
14570source = "registry+https://github.com/rust-lang/crates.io-index"
14571checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14572dependencies = [
14573 "cc",
14574 "regex",
14575 "regex-syntax 0.8.5",
14576 "serde_json",
14577 "streaming-iterator",
14578 "tree-sitter-language",
14579 "wasmtime-c-api-impl",
14580]
14581
14582[[package]]
14583name = "tree-sitter-bash"
14584version = "0.23.3"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14587dependencies = [
14588 "cc",
14589 "tree-sitter-language",
14590]
14591
14592[[package]]
14593name = "tree-sitter-c"
14594version = "0.23.4"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14597dependencies = [
14598 "cc",
14599 "tree-sitter-language",
14600]
14601
14602[[package]]
14603name = "tree-sitter-cpp"
14604version = "0.23.4"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14607dependencies = [
14608 "cc",
14609 "tree-sitter-language",
14610]
14611
14612[[package]]
14613name = "tree-sitter-css"
14614version = "0.23.2"
14615source = "registry+https://github.com/rust-lang/crates.io-index"
14616checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14617dependencies = [
14618 "cc",
14619 "tree-sitter-language",
14620]
14621
14622[[package]]
14623name = "tree-sitter-diff"
14624version = "0.1.0"
14625source = "registry+https://github.com/rust-lang/crates.io-index"
14626checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14627dependencies = [
14628 "cc",
14629 "tree-sitter-language",
14630]
14631
14632[[package]]
14633name = "tree-sitter-elixir"
14634version = "0.3.4"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14637dependencies = [
14638 "cc",
14639 "tree-sitter-language",
14640]
14641
14642[[package]]
14643name = "tree-sitter-embedded-template"
14644version = "0.23.2"
14645source = "registry+https://github.com/rust-lang/crates.io-index"
14646checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14647dependencies = [
14648 "cc",
14649 "tree-sitter-language",
14650]
14651
14652[[package]]
14653name = "tree-sitter-gitcommit"
14654version = "0.0.1"
14655source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14656dependencies = [
14657 "cc",
14658 "tree-sitter-language",
14659]
14660
14661[[package]]
14662name = "tree-sitter-go"
14663version = "0.23.4"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14666dependencies = [
14667 "cc",
14668 "tree-sitter-language",
14669]
14670
14671[[package]]
14672name = "tree-sitter-gomod"
14673version = "1.1.1"
14674source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-gowork"
14682version = "0.0.1"
14683source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14684dependencies = [
14685 "cc",
14686 "tree-sitter-language",
14687]
14688
14689[[package]]
14690name = "tree-sitter-heex"
14691version = "0.0.1"
14692source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14693dependencies = [
14694 "cc",
14695 "tree-sitter-language",
14696]
14697
14698[[package]]
14699name = "tree-sitter-html"
14700version = "0.23.2"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14703dependencies = [
14704 "cc",
14705 "tree-sitter-language",
14706]
14707
14708[[package]]
14709name = "tree-sitter-jsdoc"
14710version = "0.23.2"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14713dependencies = [
14714 "cc",
14715 "tree-sitter-language",
14716]
14717
14718[[package]]
14719name = "tree-sitter-json"
14720version = "0.24.8"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14723dependencies = [
14724 "cc",
14725 "tree-sitter-language",
14726]
14727
14728[[package]]
14729name = "tree-sitter-language"
14730version = "0.1.3"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14733
14734[[package]]
14735name = "tree-sitter-md"
14736version = "0.3.2"
14737source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14738dependencies = [
14739 "cc",
14740 "tree-sitter-language",
14741]
14742
14743[[package]]
14744name = "tree-sitter-python"
14745version = "0.23.6"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14748dependencies = [
14749 "cc",
14750 "tree-sitter-language",
14751]
14752
14753[[package]]
14754name = "tree-sitter-regex"
14755version = "0.24.3"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14758dependencies = [
14759 "cc",
14760 "tree-sitter-language",
14761]
14762
14763[[package]]
14764name = "tree-sitter-ruby"
14765version = "0.23.1"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14768dependencies = [
14769 "cc",
14770 "tree-sitter-language",
14771]
14772
14773[[package]]
14774name = "tree-sitter-rust"
14775version = "0.23.2"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14778dependencies = [
14779 "cc",
14780 "tree-sitter-language",
14781]
14782
14783[[package]]
14784name = "tree-sitter-typescript"
14785version = "0.23.2"
14786source = "registry+https://github.com/rust-lang/crates.io-index"
14787checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14788dependencies = [
14789 "cc",
14790 "tree-sitter-language",
14791]
14792
14793[[package]]
14794name = "tree-sitter-yaml"
14795version = "0.6.1"
14796source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14797dependencies = [
14798 "cc",
14799 "tree-sitter-language",
14800]
14801
14802[[package]]
14803name = "try-lock"
14804version = "0.2.5"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14807
14808[[package]]
14809name = "ttf-parser"
14810version = "0.20.0"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14813
14814[[package]]
14815name = "ttf-parser"
14816version = "0.21.1"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14819
14820[[package]]
14821name = "ttf-parser"
14822version = "0.25.1"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14825dependencies = [
14826 "core_maths",
14827]
14828
14829[[package]]
14830name = "tungstenite"
14831version = "0.20.1"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14834dependencies = [
14835 "byteorder",
14836 "bytes 1.10.1",
14837 "data-encoding",
14838 "http 0.2.12",
14839 "httparse",
14840 "log",
14841 "rand 0.8.5",
14842 "rustls 0.21.12",
14843 "sha1",
14844 "thiserror 1.0.69",
14845 "url",
14846 "utf-8",
14847]
14848
14849[[package]]
14850name = "tungstenite"
14851version = "0.21.0"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14854dependencies = [
14855 "byteorder",
14856 "bytes 1.10.1",
14857 "data-encoding",
14858 "http 1.2.0",
14859 "httparse",
14860 "log",
14861 "rand 0.8.5",
14862 "sha1",
14863 "thiserror 1.0.69",
14864 "url",
14865 "utf-8",
14866]
14867
14868[[package]]
14869name = "tungstenite"
14870version = "0.24.0"
14871source = "registry+https://github.com/rust-lang/crates.io-index"
14872checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14873dependencies = [
14874 "byteorder",
14875 "bytes 1.10.1",
14876 "data-encoding",
14877 "http 1.2.0",
14878 "httparse",
14879 "log",
14880 "rand 0.8.5",
14881 "sha1",
14882 "thiserror 1.0.69",
14883 "utf-8",
14884]
14885
14886[[package]]
14887name = "typeid"
14888version = "1.0.2"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14891
14892[[package]]
14893name = "typenum"
14894version = "1.17.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14897
14898[[package]]
14899name = "ucd-trie"
14900version = "0.1.7"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14903
14904[[package]]
14905name = "uds_windows"
14906version = "1.1.0"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14909dependencies = [
14910 "memoffset",
14911 "tempfile",
14912 "winapi",
14913]
14914
14915[[package]]
14916name = "ui"
14917version = "0.1.0"
14918dependencies = [
14919 "chrono",
14920 "component",
14921 "gpui",
14922 "icons",
14923 "itertools 0.14.0",
14924 "linkme",
14925 "menu",
14926 "serde",
14927 "settings",
14928 "smallvec",
14929 "story",
14930 "strum",
14931 "theme",
14932 "ui_macros",
14933 "util",
14934 "windows 0.61.1",
14935]
14936
14937[[package]]
14938name = "ui_input"
14939version = "0.1.0"
14940dependencies = [
14941 "editor",
14942 "gpui",
14943 "settings",
14944 "theme",
14945 "ui",
14946]
14947
14948[[package]]
14949name = "ui_macros"
14950version = "0.1.0"
14951dependencies = [
14952 "convert_case 0.8.0",
14953 "linkme",
14954 "proc-macro2",
14955 "quote",
14956 "syn 1.0.109",
14957]
14958
14959[[package]]
14960name = "ui_prompt"
14961version = "0.1.0"
14962dependencies = [
14963 "gpui",
14964 "markdown",
14965 "menu",
14966 "settings",
14967 "theme",
14968 "ui",
14969 "workspace",
14970]
14971
14972[[package]]
14973name = "unicase"
14974version = "2.8.1"
14975source = "registry+https://github.com/rust-lang/crates.io-index"
14976checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14977
14978[[package]]
14979name = "unicode-bidi"
14980version = "0.3.17"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14983
14984[[package]]
14985name = "unicode-bidi-mirroring"
14986version = "0.2.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14989
14990[[package]]
14991name = "unicode-bidi-mirroring"
14992version = "0.4.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14995
14996[[package]]
14997name = "unicode-ccc"
14998version = "0.2.0"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15001
15002[[package]]
15003name = "unicode-ccc"
15004version = "0.4.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15007
15008[[package]]
15009name = "unicode-ident"
15010version = "1.0.14"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15013
15014[[package]]
15015name = "unicode-linebreak"
15016version = "0.1.5"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15019
15020[[package]]
15021name = "unicode-normalization"
15022version = "0.1.24"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15025dependencies = [
15026 "tinyvec",
15027]
15028
15029[[package]]
15030name = "unicode-properties"
15031version = "0.1.3"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15034
15035[[package]]
15036name = "unicode-script"
15037version = "0.5.7"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15040
15041[[package]]
15042name = "unicode-segmentation"
15043version = "1.12.0"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15046
15047[[package]]
15048name = "unicode-vo"
15049version = "0.1.0"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15052
15053[[package]]
15054name = "unicode-width"
15055version = "0.1.14"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15058
15059[[package]]
15060name = "unicode-xid"
15061version = "0.2.6"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15064
15065[[package]]
15066name = "unicode_categories"
15067version = "0.1.1"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15070
15071[[package]]
15072name = "unindent"
15073version = "0.2.4"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15076
15077[[package]]
15078name = "untrusted"
15079version = "0.9.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15082
15083[[package]]
15084name = "url"
15085version = "2.5.4"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15088dependencies = [
15089 "form_urlencoded",
15090 "idna",
15091 "percent-encoding",
15092 "serde",
15093]
15094
15095[[package]]
15096name = "urlencoding"
15097version = "2.1.3"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15100
15101[[package]]
15102name = "usvg"
15103version = "0.45.0"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15106dependencies = [
15107 "base64 0.22.1",
15108 "data-url",
15109 "flate2",
15110 "fontdb 0.23.0",
15111 "imagesize",
15112 "kurbo",
15113 "log",
15114 "pico-args",
15115 "roxmltree",
15116 "rustybuzz 0.20.1",
15117 "simplecss",
15118 "siphasher 1.0.1",
15119 "strict-num",
15120 "svgtypes",
15121 "tiny-skia-path",
15122 "unicode-bidi",
15123 "unicode-script",
15124 "unicode-vo",
15125 "xmlwriter",
15126]
15127
15128[[package]]
15129name = "utf-8"
15130version = "0.7.6"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15133
15134[[package]]
15135name = "utf16_iter"
15136version = "1.0.5"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15139
15140[[package]]
15141name = "utf8_iter"
15142version = "1.0.4"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15145
15146[[package]]
15147name = "utf8parse"
15148version = "0.2.2"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15151
15152[[package]]
15153name = "util"
15154version = "0.1.0"
15155dependencies = [
15156 "anyhow",
15157 "async-fs",
15158 "collections",
15159 "dirs 4.0.0",
15160 "dunce",
15161 "futures 0.3.31",
15162 "futures-lite 1.13.0",
15163 "git2",
15164 "globset",
15165 "itertools 0.14.0",
15166 "libc",
15167 "log",
15168 "rand 0.8.5",
15169 "regex",
15170 "rust-embed",
15171 "serde",
15172 "serde_json",
15173 "smol",
15174 "take-until",
15175 "tempfile",
15176 "tendril",
15177 "unicase",
15178 "util_macros",
15179]
15180
15181[[package]]
15182name = "util_macros"
15183version = "0.1.0"
15184dependencies = [
15185 "quote",
15186 "syn 1.0.109",
15187]
15188
15189[[package]]
15190name = "uuid"
15191version = "1.13.2"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15194dependencies = [
15195 "getrandom 0.3.1",
15196 "serde",
15197 "sha1_smol",
15198]
15199
15200[[package]]
15201name = "v_frame"
15202version = "0.3.8"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15205dependencies = [
15206 "aligned-vec",
15207 "num-traits",
15208 "wasm-bindgen",
15209]
15210
15211[[package]]
15212name = "valuable"
15213version = "0.1.0"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15216
15217[[package]]
15218name = "value-bag"
15219version = "1.10.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15222dependencies = [
15223 "value-bag-serde1",
15224 "value-bag-sval2",
15225]
15226
15227[[package]]
15228name = "value-bag-serde1"
15229version = "1.10.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15232dependencies = [
15233 "erased-serde",
15234 "serde",
15235 "serde_fmt",
15236]
15237
15238[[package]]
15239name = "value-bag-sval2"
15240version = "1.10.0"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15243dependencies = [
15244 "sval",
15245 "sval_buffer",
15246 "sval_dynamic",
15247 "sval_fmt",
15248 "sval_json",
15249 "sval_ref",
15250 "sval_serde",
15251]
15252
15253[[package]]
15254name = "vcpkg"
15255version = "0.2.15"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15258
15259[[package]]
15260name = "version-compare"
15261version = "0.2.0"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15264
15265[[package]]
15266name = "version_check"
15267version = "0.9.5"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15270
15271[[package]]
15272name = "vim"
15273version = "0.1.0"
15274dependencies = [
15275 "anyhow",
15276 "assets",
15277 "async-compat",
15278 "async-trait",
15279 "collections",
15280 "command_palette",
15281 "command_palette_hooks",
15282 "db",
15283 "editor",
15284 "futures 0.3.31",
15285 "git_ui",
15286 "gpui",
15287 "indoc",
15288 "itertools 0.14.0",
15289 "language",
15290 "libc",
15291 "log",
15292 "lsp",
15293 "multi_buffer",
15294 "nvim-rs",
15295 "parking_lot",
15296 "picker",
15297 "project",
15298 "project_panel",
15299 "regex",
15300 "release_channel",
15301 "schemars",
15302 "search",
15303 "serde",
15304 "serde_derive",
15305 "serde_json",
15306 "settings",
15307 "task",
15308 "text",
15309 "theme",
15310 "tokio",
15311 "ui",
15312 "util",
15313 "vim_mode_setting",
15314 "workspace",
15315 "zed_actions",
15316]
15317
15318[[package]]
15319name = "vim_mode_setting"
15320version = "0.1.0"
15321dependencies = [
15322 "anyhow",
15323 "gpui",
15324 "settings",
15325]
15326
15327[[package]]
15328name = "vscode_theme"
15329version = "0.2.0"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15332dependencies = [
15333 "serde",
15334]
15335
15336[[package]]
15337name = "vsimd"
15338version = "0.8.0"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15341
15342[[package]]
15343name = "vswhom"
15344version = "0.1.0"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15347dependencies = [
15348 "libc",
15349 "vswhom-sys",
15350]
15351
15352[[package]]
15353name = "vswhom-sys"
15354version = "0.1.2"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15357dependencies = [
15358 "cc",
15359 "libc",
15360]
15361
15362[[package]]
15363name = "vte"
15364version = "0.15.0"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15367dependencies = [
15368 "arrayvec",
15369 "bitflags 2.9.0",
15370 "cursor-icon",
15371 "log",
15372 "memchr",
15373 "serde",
15374]
15375
15376[[package]]
15377name = "waker-fn"
15378version = "1.2.0"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15381
15382[[package]]
15383name = "walkdir"
15384version = "2.5.0"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15387dependencies = [
15388 "same-file",
15389 "winapi-util",
15390]
15391
15392[[package]]
15393name = "want"
15394version = "0.3.1"
15395source = "registry+https://github.com/rust-lang/crates.io-index"
15396checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15397dependencies = [
15398 "try-lock",
15399]
15400
15401[[package]]
15402name = "warp"
15403version = "0.3.7"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15406dependencies = [
15407 "bytes 1.10.1",
15408 "futures-channel",
15409 "futures-util",
15410 "headers",
15411 "http 0.2.12",
15412 "hyper 0.14.32",
15413 "log",
15414 "mime",
15415 "mime_guess",
15416 "percent-encoding",
15417 "pin-project",
15418 "scoped-tls",
15419 "serde",
15420 "serde_json",
15421 "serde_urlencoded",
15422 "tokio",
15423 "tokio-tungstenite 0.21.0",
15424 "tokio-util",
15425 "tower-service",
15426 "tracing",
15427]
15428
15429[[package]]
15430name = "wasi"
15431version = "0.9.0+wasi-snapshot-preview1"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15434
15435[[package]]
15436name = "wasi"
15437version = "0.11.0+wasi-snapshot-preview1"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15440
15441[[package]]
15442name = "wasi"
15443version = "0.13.3+wasi-0.2.2"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15446dependencies = [
15447 "wit-bindgen-rt 0.33.0",
15448]
15449
15450[[package]]
15451name = "wasite"
15452version = "0.1.0"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15455
15456[[package]]
15457name = "wasm-bindgen"
15458version = "0.2.99"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15461dependencies = [
15462 "cfg-if",
15463 "once_cell",
15464 "wasm-bindgen-macro",
15465]
15466
15467[[package]]
15468name = "wasm-bindgen-backend"
15469version = "0.2.99"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15472dependencies = [
15473 "bumpalo",
15474 "log",
15475 "proc-macro2",
15476 "quote",
15477 "syn 2.0.100",
15478 "wasm-bindgen-shared",
15479]
15480
15481[[package]]
15482name = "wasm-bindgen-futures"
15483version = "0.4.49"
15484source = "registry+https://github.com/rust-lang/crates.io-index"
15485checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15486dependencies = [
15487 "cfg-if",
15488 "js-sys",
15489 "once_cell",
15490 "wasm-bindgen",
15491 "web-sys",
15492]
15493
15494[[package]]
15495name = "wasm-bindgen-macro"
15496version = "0.2.99"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15499dependencies = [
15500 "quote",
15501 "wasm-bindgen-macro-support",
15502]
15503
15504[[package]]
15505name = "wasm-bindgen-macro-support"
15506version = "0.2.99"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15509dependencies = [
15510 "proc-macro2",
15511 "quote",
15512 "syn 2.0.100",
15513 "wasm-bindgen-backend",
15514 "wasm-bindgen-shared",
15515]
15516
15517[[package]]
15518name = "wasm-bindgen-shared"
15519version = "0.2.99"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15522
15523[[package]]
15524name = "wasm-encoder"
15525version = "0.201.0"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15528dependencies = [
15529 "leb128",
15530]
15531
15532[[package]]
15533name = "wasm-encoder"
15534version = "0.221.3"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15537dependencies = [
15538 "leb128",
15539 "wasmparser 0.221.3",
15540]
15541
15542[[package]]
15543name = "wasm-metadata"
15544version = "0.201.0"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15547dependencies = [
15548 "anyhow",
15549 "indexmap",
15550 "serde",
15551 "serde_derive",
15552 "serde_json",
15553 "spdx",
15554 "wasm-encoder 0.201.0",
15555 "wasmparser 0.201.0",
15556]
15557
15558[[package]]
15559name = "wasm-metadata"
15560version = "0.221.3"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15563dependencies = [
15564 "anyhow",
15565 "indexmap",
15566 "serde",
15567 "serde_derive",
15568 "serde_json",
15569 "spdx",
15570 "wasm-encoder 0.221.3",
15571 "wasmparser 0.221.3",
15572]
15573
15574[[package]]
15575name = "wasm-streams"
15576version = "0.4.2"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15579dependencies = [
15580 "futures-util",
15581 "js-sys",
15582 "wasm-bindgen",
15583 "wasm-bindgen-futures",
15584 "web-sys",
15585]
15586
15587[[package]]
15588name = "wasmparser"
15589version = "0.201.0"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15592dependencies = [
15593 "bitflags 2.9.0",
15594 "indexmap",
15595 "semver",
15596]
15597
15598[[package]]
15599name = "wasmparser"
15600version = "0.221.3"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15603dependencies = [
15604 "bitflags 2.9.0",
15605 "hashbrown 0.15.2",
15606 "indexmap",
15607 "semver",
15608 "serde",
15609]
15610
15611[[package]]
15612name = "wasmprinter"
15613version = "0.221.3"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15616dependencies = [
15617 "anyhow",
15618 "termcolor",
15619 "wasmparser 0.221.3",
15620]
15621
15622[[package]]
15623name = "wasmtime"
15624version = "29.0.1"
15625source = "registry+https://github.com/rust-lang/crates.io-index"
15626checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15627dependencies = [
15628 "anyhow",
15629 "async-trait",
15630 "bitflags 2.9.0",
15631 "bumpalo",
15632 "cc",
15633 "cfg-if",
15634 "encoding_rs",
15635 "hashbrown 0.14.5",
15636 "indexmap",
15637 "libc",
15638 "log",
15639 "mach2",
15640 "memfd",
15641 "object",
15642 "once_cell",
15643 "paste",
15644 "postcard",
15645 "psm",
15646 "pulley-interpreter",
15647 "rustix",
15648 "semver",
15649 "serde",
15650 "serde_derive",
15651 "smallvec",
15652 "sptr",
15653 "target-lexicon 0.13.2",
15654 "trait-variant",
15655 "wasmparser 0.221.3",
15656 "wasmtime-asm-macros",
15657 "wasmtime-component-macro",
15658 "wasmtime-component-util",
15659 "wasmtime-cranelift",
15660 "wasmtime-environ",
15661 "wasmtime-fiber",
15662 "wasmtime-jit-icache-coherence",
15663 "wasmtime-math",
15664 "wasmtime-slab",
15665 "wasmtime-versioned-export-macros",
15666 "wasmtime-winch",
15667 "windows-sys 0.59.0",
15668]
15669
15670[[package]]
15671name = "wasmtime-asm-macros"
15672version = "29.0.1"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15675dependencies = [
15676 "cfg-if",
15677]
15678
15679[[package]]
15680name = "wasmtime-c-api-impl"
15681version = "29.0.1"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15684dependencies = [
15685 "anyhow",
15686 "log",
15687 "tracing",
15688 "wasmtime",
15689 "wasmtime-c-api-macros",
15690]
15691
15692[[package]]
15693name = "wasmtime-c-api-macros"
15694version = "29.0.1"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15697dependencies = [
15698 "proc-macro2",
15699 "quote",
15700]
15701
15702[[package]]
15703name = "wasmtime-component-macro"
15704version = "29.0.1"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15707dependencies = [
15708 "anyhow",
15709 "proc-macro2",
15710 "quote",
15711 "syn 2.0.100",
15712 "wasmtime-component-util",
15713 "wasmtime-wit-bindgen",
15714 "wit-parser 0.221.3",
15715]
15716
15717[[package]]
15718name = "wasmtime-component-util"
15719version = "29.0.1"
15720source = "registry+https://github.com/rust-lang/crates.io-index"
15721checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15722
15723[[package]]
15724name = "wasmtime-cranelift"
15725version = "29.0.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15728dependencies = [
15729 "anyhow",
15730 "cfg-if",
15731 "cranelift-codegen",
15732 "cranelift-control",
15733 "cranelift-entity",
15734 "cranelift-frontend",
15735 "cranelift-native",
15736 "gimli",
15737 "itertools 0.12.1",
15738 "log",
15739 "object",
15740 "smallvec",
15741 "target-lexicon 0.13.2",
15742 "thiserror 1.0.69",
15743 "wasmparser 0.221.3",
15744 "wasmtime-environ",
15745 "wasmtime-versioned-export-macros",
15746]
15747
15748[[package]]
15749name = "wasmtime-environ"
15750version = "29.0.1"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15753dependencies = [
15754 "anyhow",
15755 "cpp_demangle",
15756 "cranelift-bitset",
15757 "cranelift-entity",
15758 "gimli",
15759 "indexmap",
15760 "log",
15761 "object",
15762 "postcard",
15763 "rustc-demangle",
15764 "semver",
15765 "serde",
15766 "serde_derive",
15767 "smallvec",
15768 "target-lexicon 0.13.2",
15769 "wasm-encoder 0.221.3",
15770 "wasmparser 0.221.3",
15771 "wasmprinter",
15772 "wasmtime-component-util",
15773]
15774
15775[[package]]
15776name = "wasmtime-fiber"
15777version = "29.0.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15780dependencies = [
15781 "anyhow",
15782 "cc",
15783 "cfg-if",
15784 "rustix",
15785 "wasmtime-asm-macros",
15786 "wasmtime-versioned-export-macros",
15787 "windows-sys 0.59.0",
15788]
15789
15790[[package]]
15791name = "wasmtime-jit-icache-coherence"
15792version = "29.0.1"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15795dependencies = [
15796 "anyhow",
15797 "cfg-if",
15798 "libc",
15799 "windows-sys 0.59.0",
15800]
15801
15802[[package]]
15803name = "wasmtime-math"
15804version = "29.0.1"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15807dependencies = [
15808 "libm",
15809]
15810
15811[[package]]
15812name = "wasmtime-slab"
15813version = "29.0.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15816
15817[[package]]
15818name = "wasmtime-versioned-export-macros"
15819version = "29.0.1"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15822dependencies = [
15823 "proc-macro2",
15824 "quote",
15825 "syn 2.0.100",
15826]
15827
15828[[package]]
15829name = "wasmtime-wasi"
15830version = "29.0.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15833dependencies = [
15834 "anyhow",
15835 "async-trait",
15836 "bitflags 2.9.0",
15837 "bytes 1.10.1",
15838 "cap-fs-ext",
15839 "cap-net-ext",
15840 "cap-rand",
15841 "cap-std",
15842 "cap-time-ext",
15843 "fs-set-times",
15844 "futures 0.3.31",
15845 "io-extras",
15846 "io-lifetimes",
15847 "rustix",
15848 "system-interface",
15849 "thiserror 1.0.69",
15850 "tokio",
15851 "tracing",
15852 "trait-variant",
15853 "url",
15854 "wasmtime",
15855 "wiggle",
15856 "windows-sys 0.59.0",
15857]
15858
15859[[package]]
15860name = "wasmtime-winch"
15861version = "29.0.1"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15864dependencies = [
15865 "anyhow",
15866 "cranelift-codegen",
15867 "gimli",
15868 "object",
15869 "target-lexicon 0.13.2",
15870 "wasmparser 0.221.3",
15871 "wasmtime-cranelift",
15872 "wasmtime-environ",
15873 "winch-codegen",
15874]
15875
15876[[package]]
15877name = "wasmtime-wit-bindgen"
15878version = "29.0.1"
15879source = "registry+https://github.com/rust-lang/crates.io-index"
15880checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15881dependencies = [
15882 "anyhow",
15883 "heck 0.5.0",
15884 "indexmap",
15885 "wit-parser 0.221.3",
15886]
15887
15888[[package]]
15889name = "wast"
15890version = "35.0.2"
15891source = "registry+https://github.com/rust-lang/crates.io-index"
15892checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15893dependencies = [
15894 "leb128",
15895]
15896
15897[[package]]
15898name = "wayland-backend"
15899version = "0.3.8"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15902dependencies = [
15903 "cc",
15904 "downcast-rs",
15905 "rustix",
15906 "scoped-tls",
15907 "smallvec",
15908 "wayland-sys",
15909]
15910
15911[[package]]
15912name = "wayland-client"
15913version = "0.31.8"
15914source = "registry+https://github.com/rust-lang/crates.io-index"
15915checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15916dependencies = [
15917 "bitflags 2.9.0",
15918 "rustix",
15919 "wayland-backend",
15920 "wayland-scanner",
15921]
15922
15923[[package]]
15924name = "wayland-cursor"
15925version = "0.31.8"
15926source = "registry+https://github.com/rust-lang/crates.io-index"
15927checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15928dependencies = [
15929 "rustix",
15930 "wayland-client",
15931 "xcursor",
15932]
15933
15934[[package]]
15935name = "wayland-protocols"
15936version = "0.31.2"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15939dependencies = [
15940 "bitflags 2.9.0",
15941 "wayland-backend",
15942 "wayland-client",
15943 "wayland-scanner",
15944]
15945
15946[[package]]
15947name = "wayland-protocols-plasma"
15948version = "0.2.0"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15951dependencies = [
15952 "bitflags 2.9.0",
15953 "wayland-backend",
15954 "wayland-client",
15955 "wayland-protocols",
15956 "wayland-scanner",
15957]
15958
15959[[package]]
15960name = "wayland-scanner"
15961version = "0.31.6"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15964dependencies = [
15965 "proc-macro2",
15966 "quick-xml 0.37.2",
15967 "quote",
15968]
15969
15970[[package]]
15971name = "wayland-sys"
15972version = "0.31.6"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15975dependencies = [
15976 "dlib",
15977 "log",
15978 "once_cell",
15979 "pkg-config",
15980]
15981
15982[[package]]
15983name = "web-sys"
15984version = "0.3.76"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15987dependencies = [
15988 "js-sys",
15989 "wasm-bindgen",
15990]
15991
15992[[package]]
15993name = "web-time"
15994version = "1.1.0"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
15997dependencies = [
15998 "js-sys",
15999 "wasm-bindgen",
16000]
16001
16002[[package]]
16003name = "webpki-root-certs"
16004version = "0.26.8"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16007dependencies = [
16008 "rustls-pki-types",
16009]
16010
16011[[package]]
16012name = "webpki-roots"
16013version = "0.26.7"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16016dependencies = [
16017 "rustls-pki-types",
16018]
16019
16020[[package]]
16021name = "webrtc-sys"
16022version = "0.3.5"
16023source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16024dependencies = [
16025 "cc",
16026 "cxx",
16027 "cxx-build",
16028 "glob",
16029 "log",
16030 "webrtc-sys-build",
16031]
16032
16033[[package]]
16034name = "webrtc-sys-build"
16035version = "0.3.5"
16036source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16037dependencies = [
16038 "fs2",
16039 "regex",
16040 "reqwest 0.11.27",
16041 "scratch",
16042 "semver",
16043 "zip",
16044]
16045
16046[[package]]
16047name = "weezl"
16048version = "0.1.8"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16051
16052[[package]]
16053name = "welcome"
16054version = "0.1.0"
16055dependencies = [
16056 "anyhow",
16057 "client",
16058 "db",
16059 "editor",
16060 "fuzzy",
16061 "gpui",
16062 "install_cli",
16063 "language",
16064 "picker",
16065 "project",
16066 "schemars",
16067 "serde",
16068 "settings",
16069 "telemetry",
16070 "ui",
16071 "util",
16072 "vim_mode_setting",
16073 "workspace",
16074 "zed_actions",
16075]
16076
16077[[package]]
16078name = "which"
16079version = "4.4.2"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16082dependencies = [
16083 "either",
16084 "home",
16085 "once_cell",
16086 "rustix",
16087]
16088
16089[[package]]
16090name = "which"
16091version = "6.0.3"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16094dependencies = [
16095 "either",
16096 "home",
16097 "rustix",
16098 "winsafe",
16099]
16100
16101[[package]]
16102name = "whoami"
16103version = "1.5.2"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16106dependencies = [
16107 "redox_syscall 0.5.8",
16108 "wasite",
16109]
16110
16111[[package]]
16112name = "wiggle"
16113version = "29.0.1"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16116dependencies = [
16117 "anyhow",
16118 "async-trait",
16119 "bitflags 2.9.0",
16120 "thiserror 1.0.69",
16121 "tracing",
16122 "wasmtime",
16123 "wiggle-macro",
16124]
16125
16126[[package]]
16127name = "wiggle-generate"
16128version = "29.0.1"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16131dependencies = [
16132 "anyhow",
16133 "heck 0.5.0",
16134 "proc-macro2",
16135 "quote",
16136 "shellexpand 2.1.2",
16137 "syn 2.0.100",
16138 "witx",
16139]
16140
16141[[package]]
16142name = "wiggle-macro"
16143version = "29.0.1"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16146dependencies = [
16147 "proc-macro2",
16148 "quote",
16149 "syn 2.0.100",
16150 "wiggle-generate",
16151]
16152
16153[[package]]
16154name = "winapi"
16155version = "0.3.9"
16156source = "registry+https://github.com/rust-lang/crates.io-index"
16157checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16158dependencies = [
16159 "winapi-i686-pc-windows-gnu",
16160 "winapi-x86_64-pc-windows-gnu",
16161]
16162
16163[[package]]
16164name = "winapi-i686-pc-windows-gnu"
16165version = "0.4.0"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16168
16169[[package]]
16170name = "winapi-util"
16171version = "0.1.9"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16174dependencies = [
16175 "windows-sys 0.48.0",
16176]
16177
16178[[package]]
16179name = "winapi-x86_64-pc-windows-gnu"
16180version = "0.4.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16183
16184[[package]]
16185name = "winch-codegen"
16186version = "29.0.1"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16189dependencies = [
16190 "anyhow",
16191 "cranelift-codegen",
16192 "gimli",
16193 "regalloc2",
16194 "smallvec",
16195 "target-lexicon 0.13.2",
16196 "thiserror 1.0.69",
16197 "wasmparser 0.221.3",
16198 "wasmtime-cranelift",
16199 "wasmtime-environ",
16200]
16201
16202[[package]]
16203name = "windows"
16204version = "0.54.0"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16207dependencies = [
16208 "windows-core 0.54.0",
16209 "windows-targets 0.52.6",
16210]
16211
16212[[package]]
16213name = "windows"
16214version = "0.57.0"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16217dependencies = [
16218 "windows-core 0.57.0",
16219 "windows-targets 0.52.6",
16220]
16221
16222[[package]]
16223name = "windows"
16224version = "0.58.0"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16227dependencies = [
16228 "windows-core 0.58.0",
16229 "windows-targets 0.52.6",
16230]
16231
16232[[package]]
16233name = "windows"
16234version = "0.61.1"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16237dependencies = [
16238 "windows-collections",
16239 "windows-core 0.61.0",
16240 "windows-future",
16241 "windows-link",
16242 "windows-numerics",
16243]
16244
16245[[package]]
16246name = "windows-collections"
16247version = "0.2.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16250dependencies = [
16251 "windows-core 0.61.0",
16252]
16253
16254[[package]]
16255name = "windows-core"
16256version = "0.52.0"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16259dependencies = [
16260 "windows-targets 0.52.6",
16261]
16262
16263[[package]]
16264name = "windows-core"
16265version = "0.54.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16268dependencies = [
16269 "windows-result 0.1.2",
16270 "windows-targets 0.52.6",
16271]
16272
16273[[package]]
16274name = "windows-core"
16275version = "0.57.0"
16276source = "registry+https://github.com/rust-lang/crates.io-index"
16277checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16278dependencies = [
16279 "windows-implement 0.57.0",
16280 "windows-interface 0.57.0",
16281 "windows-result 0.1.2",
16282 "windows-targets 0.52.6",
16283]
16284
16285[[package]]
16286name = "windows-core"
16287version = "0.58.0"
16288source = "registry+https://github.com/rust-lang/crates.io-index"
16289checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16290dependencies = [
16291 "windows-implement 0.58.0",
16292 "windows-interface 0.58.0",
16293 "windows-result 0.2.0",
16294 "windows-strings 0.1.0",
16295 "windows-targets 0.52.6",
16296]
16297
16298[[package]]
16299name = "windows-core"
16300version = "0.61.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16303dependencies = [
16304 "windows-implement 0.60.0",
16305 "windows-interface 0.59.1",
16306 "windows-link",
16307 "windows-result 0.3.2",
16308 "windows-strings 0.4.0",
16309]
16310
16311[[package]]
16312name = "windows-future"
16313version = "0.2.0"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16316dependencies = [
16317 "windows-core 0.61.0",
16318 "windows-link",
16319]
16320
16321[[package]]
16322name = "windows-implement"
16323version = "0.57.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16326dependencies = [
16327 "proc-macro2",
16328 "quote",
16329 "syn 2.0.100",
16330]
16331
16332[[package]]
16333name = "windows-implement"
16334version = "0.58.0"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16337dependencies = [
16338 "proc-macro2",
16339 "quote",
16340 "syn 2.0.100",
16341]
16342
16343[[package]]
16344name = "windows-implement"
16345version = "0.60.0"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16348dependencies = [
16349 "proc-macro2",
16350 "quote",
16351 "syn 2.0.100",
16352]
16353
16354[[package]]
16355name = "windows-interface"
16356version = "0.57.0"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16359dependencies = [
16360 "proc-macro2",
16361 "quote",
16362 "syn 2.0.100",
16363]
16364
16365[[package]]
16366name = "windows-interface"
16367version = "0.58.0"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16370dependencies = [
16371 "proc-macro2",
16372 "quote",
16373 "syn 2.0.100",
16374]
16375
16376[[package]]
16377name = "windows-interface"
16378version = "0.59.1"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16381dependencies = [
16382 "proc-macro2",
16383 "quote",
16384 "syn 2.0.100",
16385]
16386
16387[[package]]
16388name = "windows-link"
16389version = "0.1.1"
16390source = "registry+https://github.com/rust-lang/crates.io-index"
16391checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16392
16393[[package]]
16394name = "windows-numerics"
16395version = "0.2.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16398dependencies = [
16399 "windows-core 0.61.0",
16400 "windows-link",
16401]
16402
16403[[package]]
16404name = "windows-registry"
16405version = "0.2.0"
16406source = "registry+https://github.com/rust-lang/crates.io-index"
16407checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16408dependencies = [
16409 "windows-result 0.2.0",
16410 "windows-strings 0.1.0",
16411 "windows-targets 0.52.6",
16412]
16413
16414[[package]]
16415name = "windows-result"
16416version = "0.1.2"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16419dependencies = [
16420 "windows-targets 0.52.6",
16421]
16422
16423[[package]]
16424name = "windows-result"
16425version = "0.2.0"
16426source = "registry+https://github.com/rust-lang/crates.io-index"
16427checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16428dependencies = [
16429 "windows-targets 0.52.6",
16430]
16431
16432[[package]]
16433name = "windows-result"
16434version = "0.3.2"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16437dependencies = [
16438 "windows-link",
16439]
16440
16441[[package]]
16442name = "windows-strings"
16443version = "0.1.0"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16446dependencies = [
16447 "windows-result 0.2.0",
16448 "windows-targets 0.52.6",
16449]
16450
16451[[package]]
16452name = "windows-strings"
16453version = "0.4.0"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16456dependencies = [
16457 "windows-link",
16458]
16459
16460[[package]]
16461name = "windows-sys"
16462version = "0.45.0"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16465dependencies = [
16466 "windows-targets 0.42.2",
16467]
16468
16469[[package]]
16470name = "windows-sys"
16471version = "0.48.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16474dependencies = [
16475 "windows-targets 0.48.5",
16476]
16477
16478[[package]]
16479name = "windows-sys"
16480version = "0.52.0"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16483dependencies = [
16484 "windows-targets 0.52.6",
16485]
16486
16487[[package]]
16488name = "windows-sys"
16489version = "0.59.0"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16492dependencies = [
16493 "windows-targets 0.52.6",
16494]
16495
16496[[package]]
16497name = "windows-targets"
16498version = "0.42.2"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16501dependencies = [
16502 "windows_aarch64_gnullvm 0.42.2",
16503 "windows_aarch64_msvc 0.42.2",
16504 "windows_i686_gnu 0.42.2",
16505 "windows_i686_msvc 0.42.2",
16506 "windows_x86_64_gnu 0.42.2",
16507 "windows_x86_64_gnullvm 0.42.2",
16508 "windows_x86_64_msvc 0.42.2",
16509]
16510
16511[[package]]
16512name = "windows-targets"
16513version = "0.48.5"
16514source = "registry+https://github.com/rust-lang/crates.io-index"
16515checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16516dependencies = [
16517 "windows_aarch64_gnullvm 0.48.5",
16518 "windows_aarch64_msvc 0.48.5",
16519 "windows_i686_gnu 0.48.5",
16520 "windows_i686_msvc 0.48.5",
16521 "windows_x86_64_gnu 0.48.5",
16522 "windows_x86_64_gnullvm 0.48.5",
16523 "windows_x86_64_msvc 0.48.5",
16524]
16525
16526[[package]]
16527name = "windows-targets"
16528version = "0.52.6"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16531dependencies = [
16532 "windows_aarch64_gnullvm 0.52.6",
16533 "windows_aarch64_msvc 0.52.6",
16534 "windows_i686_gnu 0.52.6",
16535 "windows_i686_gnullvm",
16536 "windows_i686_msvc 0.52.6",
16537 "windows_x86_64_gnu 0.52.6",
16538 "windows_x86_64_gnullvm 0.52.6",
16539 "windows_x86_64_msvc 0.52.6",
16540]
16541
16542[[package]]
16543name = "windows_aarch64_gnullvm"
16544version = "0.42.2"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16547
16548[[package]]
16549name = "windows_aarch64_gnullvm"
16550version = "0.48.5"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16553
16554[[package]]
16555name = "windows_aarch64_gnullvm"
16556version = "0.52.6"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16559
16560[[package]]
16561name = "windows_aarch64_msvc"
16562version = "0.42.2"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16565
16566[[package]]
16567name = "windows_aarch64_msvc"
16568version = "0.48.5"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16571
16572[[package]]
16573name = "windows_aarch64_msvc"
16574version = "0.52.6"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16577
16578[[package]]
16579name = "windows_i686_gnu"
16580version = "0.42.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16583
16584[[package]]
16585name = "windows_i686_gnu"
16586version = "0.48.5"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16589
16590[[package]]
16591name = "windows_i686_gnu"
16592version = "0.52.6"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16595
16596[[package]]
16597name = "windows_i686_gnullvm"
16598version = "0.52.6"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16601
16602[[package]]
16603name = "windows_i686_msvc"
16604version = "0.42.2"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16607
16608[[package]]
16609name = "windows_i686_msvc"
16610version = "0.48.5"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16613
16614[[package]]
16615name = "windows_i686_msvc"
16616version = "0.52.6"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16619
16620[[package]]
16621name = "windows_x86_64_gnu"
16622version = "0.42.2"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16625
16626[[package]]
16627name = "windows_x86_64_gnu"
16628version = "0.48.5"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16631
16632[[package]]
16633name = "windows_x86_64_gnu"
16634version = "0.52.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16637
16638[[package]]
16639name = "windows_x86_64_gnullvm"
16640version = "0.42.2"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16643
16644[[package]]
16645name = "windows_x86_64_gnullvm"
16646version = "0.48.5"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16649
16650[[package]]
16651name = "windows_x86_64_gnullvm"
16652version = "0.52.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16655
16656[[package]]
16657name = "windows_x86_64_msvc"
16658version = "0.42.2"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16661
16662[[package]]
16663name = "windows_x86_64_msvc"
16664version = "0.48.5"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16667
16668[[package]]
16669name = "windows_x86_64_msvc"
16670version = "0.52.6"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16673
16674[[package]]
16675name = "winnow"
16676version = "0.6.20"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16679dependencies = [
16680 "memchr",
16681]
16682
16683[[package]]
16684name = "winnow"
16685version = "0.7.1"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16688dependencies = [
16689 "memchr",
16690]
16691
16692[[package]]
16693name = "winreg"
16694version = "0.50.0"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16697dependencies = [
16698 "cfg-if",
16699 "windows-sys 0.48.0",
16700]
16701
16702[[package]]
16703name = "winreg"
16704version = "0.52.0"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16707dependencies = [
16708 "cfg-if",
16709 "windows-sys 0.48.0",
16710]
16711
16712[[package]]
16713name = "winresource"
16714version = "0.1.20"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16717dependencies = [
16718 "toml 0.8.20",
16719 "version_check",
16720]
16721
16722[[package]]
16723name = "winsafe"
16724version = "0.0.19"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16727
16728[[package]]
16729name = "winx"
16730version = "0.36.4"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16733dependencies = [
16734 "bitflags 2.9.0",
16735 "windows-sys 0.59.0",
16736]
16737
16738[[package]]
16739name = "wio"
16740version = "0.2.2"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16743dependencies = [
16744 "winapi",
16745]
16746
16747[[package]]
16748name = "wit-bindgen"
16749version = "0.22.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16752dependencies = [
16753 "bitflags 2.9.0",
16754 "wit-bindgen-rt 0.22.0",
16755 "wit-bindgen-rust-macro",
16756]
16757
16758[[package]]
16759name = "wit-bindgen-core"
16760version = "0.22.0"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16763dependencies = [
16764 "anyhow",
16765 "wit-parser 0.201.0",
16766]
16767
16768[[package]]
16769name = "wit-bindgen-rt"
16770version = "0.22.0"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16773
16774[[package]]
16775name = "wit-bindgen-rt"
16776version = "0.33.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16779dependencies = [
16780 "bitflags 2.9.0",
16781]
16782
16783[[package]]
16784name = "wit-bindgen-rust"
16785version = "0.22.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16788dependencies = [
16789 "anyhow",
16790 "heck 0.4.1",
16791 "indexmap",
16792 "wasm-metadata 0.201.0",
16793 "wit-bindgen-core",
16794 "wit-component 0.201.0",
16795]
16796
16797[[package]]
16798name = "wit-bindgen-rust-macro"
16799version = "0.22.0"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16802dependencies = [
16803 "anyhow",
16804 "proc-macro2",
16805 "quote",
16806 "syn 2.0.100",
16807 "wit-bindgen-core",
16808 "wit-bindgen-rust",
16809]
16810
16811[[package]]
16812name = "wit-component"
16813version = "0.201.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16816dependencies = [
16817 "anyhow",
16818 "bitflags 2.9.0",
16819 "indexmap",
16820 "log",
16821 "serde",
16822 "serde_derive",
16823 "serde_json",
16824 "wasm-encoder 0.201.0",
16825 "wasm-metadata 0.201.0",
16826 "wasmparser 0.201.0",
16827 "wit-parser 0.201.0",
16828]
16829
16830[[package]]
16831name = "wit-component"
16832version = "0.221.3"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16835dependencies = [
16836 "anyhow",
16837 "bitflags 2.9.0",
16838 "indexmap",
16839 "log",
16840 "serde",
16841 "serde_derive",
16842 "serde_json",
16843 "wasm-encoder 0.221.3",
16844 "wasm-metadata 0.221.3",
16845 "wasmparser 0.221.3",
16846 "wit-parser 0.221.3",
16847]
16848
16849[[package]]
16850name = "wit-parser"
16851version = "0.201.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16854dependencies = [
16855 "anyhow",
16856 "id-arena",
16857 "indexmap",
16858 "log",
16859 "semver",
16860 "serde",
16861 "serde_derive",
16862 "serde_json",
16863 "unicode-xid",
16864 "wasmparser 0.201.0",
16865]
16866
16867[[package]]
16868name = "wit-parser"
16869version = "0.221.3"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16872dependencies = [
16873 "anyhow",
16874 "id-arena",
16875 "indexmap",
16876 "log",
16877 "semver",
16878 "serde",
16879 "serde_derive",
16880 "serde_json",
16881 "unicode-xid",
16882 "wasmparser 0.221.3",
16883]
16884
16885[[package]]
16886name = "witx"
16887version = "0.9.1"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16890dependencies = [
16891 "anyhow",
16892 "log",
16893 "thiserror 1.0.69",
16894 "wast",
16895]
16896
16897[[package]]
16898name = "workspace"
16899version = "0.1.0"
16900dependencies = [
16901 "any_vec",
16902 "anyhow",
16903 "async-recursion 1.1.1",
16904 "bincode",
16905 "call",
16906 "client",
16907 "clock",
16908 "collections",
16909 "component",
16910 "db",
16911 "derive_more",
16912 "env_logger 0.11.7",
16913 "fs",
16914 "futures 0.3.31",
16915 "gpui",
16916 "http_client",
16917 "itertools 0.14.0",
16918 "language",
16919 "log",
16920 "node_runtime",
16921 "parking_lot",
16922 "postage",
16923 "project",
16924 "remote",
16925 "schemars",
16926 "serde",
16927 "serde_json",
16928 "session",
16929 "settings",
16930 "smallvec",
16931 "sqlez",
16932 "strum",
16933 "task",
16934 "telemetry",
16935 "tempfile",
16936 "theme",
16937 "ui",
16938 "util",
16939 "uuid",
16940 "zed_actions",
16941]
16942
16943[[package]]
16944name = "worktree"
16945version = "0.1.0"
16946dependencies = [
16947 "anyhow",
16948 "clock",
16949 "collections",
16950 "env_logger 0.11.7",
16951 "fs",
16952 "futures 0.3.31",
16953 "fuzzy",
16954 "git",
16955 "git2",
16956 "git_hosting_providers",
16957 "gpui",
16958 "http_client",
16959 "ignore",
16960 "language",
16961 "log",
16962 "parking_lot",
16963 "paths",
16964 "postage",
16965 "pretty_assertions",
16966 "rand 0.8.5",
16967 "rpc",
16968 "schemars",
16969 "serde",
16970 "serde_json",
16971 "settings",
16972 "smallvec",
16973 "smol",
16974 "sum_tree",
16975 "text",
16976 "util",
16977]
16978
16979[[package]]
16980name = "write16"
16981version = "1.0.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16984
16985[[package]]
16986name = "writeable"
16987version = "0.5.5"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16990
16991[[package]]
16992name = "wyz"
16993version = "0.5.1"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
16996dependencies = [
16997 "tap",
16998]
16999
17000[[package]]
17001name = "x11-clipboard"
17002version = "0.9.3"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17005dependencies = [
17006 "libc",
17007 "x11rb",
17008]
17009
17010[[package]]
17011name = "x11rb"
17012version = "0.13.1"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17015dependencies = [
17016 "as-raw-xcb-connection",
17017 "gethostname",
17018 "libc",
17019 "rustix",
17020 "x11rb-protocol",
17021]
17022
17023[[package]]
17024name = "x11rb-protocol"
17025version = "0.13.1"
17026source = "registry+https://github.com/rust-lang/crates.io-index"
17027checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17028
17029[[package]]
17030name = "xattr"
17031version = "0.2.3"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17034dependencies = [
17035 "libc",
17036]
17037
17038[[package]]
17039name = "xcursor"
17040version = "0.3.8"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17043
17044[[package]]
17045name = "xdg-home"
17046version = "1.3.0"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17049dependencies = [
17050 "libc",
17051 "windows-sys 0.59.0",
17052]
17053
17054[[package]]
17055name = "xim"
17056version = "0.4.0"
17057source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17058dependencies = [
17059 "ahash 0.8.11",
17060 "hashbrown 0.14.5",
17061 "log",
17062 "x11rb",
17063 "xim-ctext",
17064 "xim-parser",
17065]
17066
17067[[package]]
17068name = "xim-ctext"
17069version = "0.3.0"
17070source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17071dependencies = [
17072 "encoding_rs",
17073]
17074
17075[[package]]
17076name = "xim-parser"
17077version = "0.2.1"
17078source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17079dependencies = [
17080 "bitflags 2.9.0",
17081]
17082
17083[[package]]
17084name = "xkbcommon"
17085version = "0.8.0"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17088dependencies = [
17089 "as-raw-xcb-connection",
17090 "libc",
17091 "memmap2",
17092 "xkeysym",
17093]
17094
17095[[package]]
17096name = "xkeysym"
17097version = "0.2.1"
17098source = "registry+https://github.com/rust-lang/crates.io-index"
17099checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17100
17101[[package]]
17102name = "xml5ever"
17103version = "0.18.1"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17106dependencies = [
17107 "log",
17108 "mac",
17109 "markup5ever",
17110]
17111
17112[[package]]
17113name = "xmlparser"
17114version = "0.13.6"
17115source = "registry+https://github.com/rust-lang/crates.io-index"
17116checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17117
17118[[package]]
17119name = "xmlwriter"
17120version = "0.1.0"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17123
17124[[package]]
17125name = "xtask"
17126version = "0.1.0"
17127dependencies = [
17128 "anyhow",
17129 "cargo_metadata",
17130 "cargo_toml",
17131 "clap",
17132]
17133
17134[[package]]
17135name = "yaml-rust2"
17136version = "0.8.1"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17139dependencies = [
17140 "arraydeque",
17141 "encoding_rs",
17142 "hashlink 0.8.4",
17143]
17144
17145[[package]]
17146name = "yansi"
17147version = "1.0.1"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17150
17151[[package]]
17152name = "yazi"
17153version = "0.2.1"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17156
17157[[package]]
17158name = "yeslogic-fontconfig-sys"
17159version = "6.0.0"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17162dependencies = [
17163 "dlib",
17164 "once_cell",
17165 "pkg-config",
17166]
17167
17168[[package]]
17169name = "yoke"
17170version = "0.7.5"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17173dependencies = [
17174 "serde",
17175 "stable_deref_trait",
17176 "yoke-derive",
17177 "zerofrom",
17178]
17179
17180[[package]]
17181name = "yoke-derive"
17182version = "0.7.5"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17185dependencies = [
17186 "proc-macro2",
17187 "quote",
17188 "syn 2.0.100",
17189 "synstructure",
17190]
17191
17192[[package]]
17193name = "zbus"
17194version = "5.5.0"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17197dependencies = [
17198 "async-broadcast",
17199 "async-executor",
17200 "async-fs",
17201 "async-io",
17202 "async-lock",
17203 "async-process",
17204 "async-recursion 1.1.1",
17205 "async-task",
17206 "async-trait",
17207 "blocking",
17208 "enumflags2",
17209 "event-listener 5.3.1",
17210 "futures-core",
17211 "futures-lite 2.6.0",
17212 "hex",
17213 "nix",
17214 "ordered-stream",
17215 "serde",
17216 "serde_repr",
17217 "static_assertions",
17218 "tracing",
17219 "uds_windows",
17220 "windows-sys 0.59.0",
17221 "winnow 0.7.1",
17222 "xdg-home",
17223 "zbus_macros",
17224 "zbus_names",
17225 "zvariant",
17226]
17227
17228[[package]]
17229name = "zbus_macros"
17230version = "5.5.0"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17233dependencies = [
17234 "proc-macro-crate",
17235 "proc-macro2",
17236 "quote",
17237 "syn 2.0.100",
17238 "zbus_names",
17239 "zvariant",
17240 "zvariant_utils",
17241]
17242
17243[[package]]
17244name = "zbus_names"
17245version = "4.1.0"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17248dependencies = [
17249 "serde",
17250 "static_assertions",
17251 "winnow 0.6.20",
17252 "zvariant",
17253]
17254
17255[[package]]
17256name = "zed"
17257version = "0.181.0"
17258dependencies = [
17259 "activity_indicator",
17260 "anyhow",
17261 "ashpd",
17262 "assets",
17263 "assistant",
17264 "assistant2",
17265 "assistant_context_editor",
17266 "assistant_settings",
17267 "assistant_tools",
17268 "async-watch",
17269 "audio",
17270 "auto_update",
17271 "auto_update_ui",
17272 "backtrace",
17273 "breadcrumbs",
17274 "call",
17275 "channel",
17276 "chrono",
17277 "clap",
17278 "cli",
17279 "client",
17280 "collab_ui",
17281 "collections",
17282 "command_palette",
17283 "command_palette_hooks",
17284 "component_preview",
17285 "copilot",
17286 "db",
17287 "debugger_tools",
17288 "debugger_ui",
17289 "diagnostics",
17290 "editor",
17291 "env_logger 0.11.7",
17292 "extension",
17293 "extension_host",
17294 "extensions_ui",
17295 "feature_flags",
17296 "feedback",
17297 "file_finder",
17298 "fs",
17299 "futures 0.3.31",
17300 "git",
17301 "git_hosting_providers",
17302 "git_ui",
17303 "go_to_line",
17304 "gpui",
17305 "gpui_tokio",
17306 "http_client",
17307 "image_viewer",
17308 "inline_completion_button",
17309 "install_cli",
17310 "journal",
17311 "language",
17312 "language_extension",
17313 "language_model",
17314 "language_models",
17315 "language_selector",
17316 "language_tools",
17317 "languages",
17318 "libc",
17319 "log",
17320 "markdown_preview",
17321 "menu",
17322 "migrator",
17323 "mimalloc",
17324 "nix",
17325 "node_runtime",
17326 "notifications",
17327 "outline",
17328 "outline_panel",
17329 "parking_lot",
17330 "paths",
17331 "picker",
17332 "profiling",
17333 "project",
17334 "project_panel",
17335 "project_symbols",
17336 "prompt_store",
17337 "proto",
17338 "recent_projects",
17339 "release_channel",
17340 "remote",
17341 "repl",
17342 "reqwest_client",
17343 "rope",
17344 "search",
17345 "serde",
17346 "serde_json",
17347 "session",
17348 "settings",
17349 "settings_ui",
17350 "shellexpand 2.1.2",
17351 "simplelog",
17352 "smol",
17353 "snippet_provider",
17354 "snippets_ui",
17355 "supermaven",
17356 "sysinfo",
17357 "tab_switcher",
17358 "task",
17359 "tasks_ui",
17360 "telemetry",
17361 "telemetry_events",
17362 "terminal_view",
17363 "theme",
17364 "theme_extension",
17365 "theme_selector",
17366 "time",
17367 "title_bar",
17368 "toolchain_selector",
17369 "tree-sitter-md",
17370 "tree-sitter-rust",
17371 "ui",
17372 "ui_prompt",
17373 "url",
17374 "urlencoding",
17375 "util",
17376 "uuid",
17377 "vim",
17378 "vim_mode_setting",
17379 "welcome",
17380 "windows 0.61.1",
17381 "winresource",
17382 "workspace",
17383 "zed_actions",
17384 "zeta",
17385 "zlog_settings",
17386]
17387
17388[[package]]
17389name = "zed_actions"
17390version = "0.1.0"
17391dependencies = [
17392 "gpui",
17393 "schemars",
17394 "serde",
17395]
17396
17397[[package]]
17398name = "zed_emmet"
17399version = "0.0.3"
17400dependencies = [
17401 "zed_extension_api 0.1.0",
17402]
17403
17404[[package]]
17405name = "zed_extension_api"
17406version = "0.1.0"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17409dependencies = [
17410 "serde",
17411 "serde_json",
17412 "wit-bindgen",
17413]
17414
17415[[package]]
17416name = "zed_extension_api"
17417version = "0.4.0"
17418dependencies = [
17419 "serde",
17420 "serde_json",
17421 "wit-bindgen",
17422]
17423
17424[[package]]
17425name = "zed_glsl"
17426version = "0.1.0"
17427dependencies = [
17428 "zed_extension_api 0.1.0",
17429]
17430
17431[[package]]
17432name = "zed_html"
17433version = "0.2.0"
17434dependencies = [
17435 "zed_extension_api 0.1.0",
17436]
17437
17438[[package]]
17439name = "zed_llm_client"
17440version = "0.4.1"
17441source = "registry+https://github.com/rust-lang/crates.io-index"
17442checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17443dependencies = [
17444 "serde",
17445 "serde_json",
17446 "uuid",
17447]
17448
17449[[package]]
17450name = "zed_proto"
17451version = "0.2.1"
17452dependencies = [
17453 "zed_extension_api 0.1.0",
17454]
17455
17456[[package]]
17457name = "zed_ruff"
17458version = "0.1.0"
17459dependencies = [
17460 "zed_extension_api 0.1.0",
17461]
17462
17463[[package]]
17464name = "zed_snippets"
17465version = "0.0.5"
17466dependencies = [
17467 "serde_json",
17468 "zed_extension_api 0.1.0",
17469]
17470
17471[[package]]
17472name = "zed_test_extension"
17473version = "0.1.0"
17474dependencies = [
17475 "zed_extension_api 0.4.0",
17476]
17477
17478[[package]]
17479name = "zed_toml"
17480version = "0.1.3"
17481dependencies = [
17482 "zed_extension_api 0.1.0",
17483]
17484
17485[[package]]
17486name = "zeno"
17487version = "0.3.2"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17490
17491[[package]]
17492name = "zerocopy"
17493version = "0.7.35"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17496dependencies = [
17497 "byteorder",
17498 "zerocopy-derive 0.7.35",
17499]
17500
17501[[package]]
17502name = "zerocopy"
17503version = "0.8.18"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17506dependencies = [
17507 "zerocopy-derive 0.8.18",
17508]
17509
17510[[package]]
17511name = "zerocopy-derive"
17512version = "0.7.35"
17513source = "registry+https://github.com/rust-lang/crates.io-index"
17514checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17515dependencies = [
17516 "proc-macro2",
17517 "quote",
17518 "syn 2.0.100",
17519]
17520
17521[[package]]
17522name = "zerocopy-derive"
17523version = "0.8.18"
17524source = "registry+https://github.com/rust-lang/crates.io-index"
17525checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17526dependencies = [
17527 "proc-macro2",
17528 "quote",
17529 "syn 2.0.100",
17530]
17531
17532[[package]]
17533name = "zerofrom"
17534version = "0.1.5"
17535source = "registry+https://github.com/rust-lang/crates.io-index"
17536checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17537dependencies = [
17538 "zerofrom-derive",
17539]
17540
17541[[package]]
17542name = "zerofrom-derive"
17543version = "0.1.5"
17544source = "registry+https://github.com/rust-lang/crates.io-index"
17545checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17546dependencies = [
17547 "proc-macro2",
17548 "quote",
17549 "syn 2.0.100",
17550 "synstructure",
17551]
17552
17553[[package]]
17554name = "zeroize"
17555version = "1.8.1"
17556source = "registry+https://github.com/rust-lang/crates.io-index"
17557checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17558dependencies = [
17559 "zeroize_derive",
17560]
17561
17562[[package]]
17563name = "zeroize_derive"
17564version = "1.4.2"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17567dependencies = [
17568 "proc-macro2",
17569 "quote",
17570 "syn 2.0.100",
17571]
17572
17573[[package]]
17574name = "zeromq"
17575version = "0.5.0-pre"
17576source = "registry+https://github.com/rust-lang/crates.io-index"
17577checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17578dependencies = [
17579 "async-dispatcher",
17580 "async-std",
17581 "async-trait",
17582 "asynchronous-codec",
17583 "bytes 1.10.1",
17584 "crossbeam-queue",
17585 "dashmap 5.5.3",
17586 "futures 0.3.31",
17587 "log",
17588 "num-traits",
17589 "once_cell",
17590 "parking_lot",
17591 "rand 0.8.5",
17592 "regex",
17593 "thiserror 1.0.69",
17594 "uuid",
17595]
17596
17597[[package]]
17598name = "zerovec"
17599version = "0.10.4"
17600source = "registry+https://github.com/rust-lang/crates.io-index"
17601checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17602dependencies = [
17603 "yoke",
17604 "zerofrom",
17605 "zerovec-derive",
17606]
17607
17608[[package]]
17609name = "zerovec-derive"
17610version = "0.10.3"
17611source = "registry+https://github.com/rust-lang/crates.io-index"
17612checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17613dependencies = [
17614 "proc-macro2",
17615 "quote",
17616 "syn 2.0.100",
17617]
17618
17619[[package]]
17620name = "zeta"
17621version = "0.1.0"
17622dependencies = [
17623 "anyhow",
17624 "arrayvec",
17625 "call",
17626 "client",
17627 "clock",
17628 "collections",
17629 "command_palette_hooks",
17630 "ctor",
17631 "db",
17632 "editor",
17633 "env_logger 0.11.7",
17634 "feature_flags",
17635 "fs",
17636 "futures 0.3.31",
17637 "gpui",
17638 "http_client",
17639 "indoc",
17640 "inline_completion",
17641 "language",
17642 "language_model",
17643 "log",
17644 "menu",
17645 "migrator",
17646 "paths",
17647 "postage",
17648 "project",
17649 "regex",
17650 "release_channel",
17651 "reqwest_client",
17652 "rpc",
17653 "serde",
17654 "serde_json",
17655 "settings",
17656 "telemetry",
17657 "telemetry_events",
17658 "theme",
17659 "thiserror 2.0.12",
17660 "tree-sitter-go",
17661 "tree-sitter-rust",
17662 "ui",
17663 "unindent",
17664 "util",
17665 "uuid",
17666 "workspace",
17667 "worktree",
17668 "zed_actions",
17669 "zed_llm_client",
17670]
17671
17672[[package]]
17673name = "zip"
17674version = "0.6.6"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17677dependencies = [
17678 "aes",
17679 "byteorder",
17680 "bzip2",
17681 "constant_time_eq 0.1.5",
17682 "crc32fast",
17683 "crossbeam-utils",
17684 "flate2",
17685 "hmac",
17686 "pbkdf2 0.11.0",
17687 "sha1",
17688 "time",
17689 "zstd",
17690]
17691
17692[[package]]
17693name = "zlog"
17694version = "0.1.0"
17695dependencies = [
17696 "log",
17697]
17698
17699[[package]]
17700name = "zlog_settings"
17701version = "0.1.0"
17702dependencies = [
17703 "anyhow",
17704 "gpui",
17705 "schemars",
17706 "serde",
17707 "settings",
17708 "zlog",
17709]
17710
17711[[package]]
17712name = "zstd"
17713version = "0.11.2+zstd.1.5.2"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17716dependencies = [
17717 "zstd-safe",
17718]
17719
17720[[package]]
17721name = "zstd-safe"
17722version = "5.0.2+zstd.1.5.2"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17725dependencies = [
17726 "libc",
17727 "zstd-sys",
17728]
17729
17730[[package]]
17731name = "zstd-sys"
17732version = "2.0.13+zstd.1.5.6"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17735dependencies = [
17736 "cc",
17737 "pkg-config",
17738]
17739
17740[[package]]
17741name = "zune-core"
17742version = "0.4.12"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17745
17746[[package]]
17747name = "zune-inflate"
17748version = "0.2.54"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17751dependencies = [
17752 "simd-adler32",
17753]
17754
17755[[package]]
17756name = "zune-jpeg"
17757version = "0.4.13"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17760dependencies = [
17761 "zune-core",
17762]
17763
17764[[package]]
17765name = "zvariant"
17766version = "5.4.0"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17769dependencies = [
17770 "endi",
17771 "enumflags2",
17772 "serde",
17773 "static_assertions",
17774 "url",
17775 "winnow 0.7.1",
17776 "zvariant_derive",
17777 "zvariant_utils",
17778]
17779
17780[[package]]
17781name = "zvariant_derive"
17782version = "5.4.0"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17785dependencies = [
17786 "proc-macro-crate",
17787 "proc-macro2",
17788 "quote",
17789 "syn 2.0.100",
17790 "zvariant_utils",
17791]
17792
17793[[package]]
17794name = "zvariant_utils"
17795version = "3.2.0"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17798dependencies = [
17799 "proc-macro2",
17800 "quote",
17801 "serde",
17802 "static_assertions",
17803 "syn 2.0.100",
17804 "winnow 0.7.1",
17805]