Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indexmap",
  476 "indoc",
  477 "itertools 0.14.0",
  478 "language",
  479 "language_model",
  480 "language_model_selector",
  481 "log",
  482 "lsp",
  483 "markdown",
  484 "menu",
  485 "multi_buffer",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "release_channel",
  495 "rope",
  496 "serde",
  497 "serde_json",
  498 "settings",
  499 "smallvec",
  500 "smol",
  501 "streaming_diff",
  502 "telemetry",
  503 "telemetry_events",
  504 "terminal",
  505 "terminal_view",
  506 "text",
  507 "theme",
  508 "time",
  509 "time_format",
  510 "ui",
  511 "util",
  512 "uuid",
  513 "vim_mode_setting",
  514 "workspace",
  515 "zed_actions",
  516]
  517
  518[[package]]
  519name = "assistant_context_editor"
  520version = "0.1.0"
  521dependencies = [
  522 "anyhow",
  523 "assistant_settings",
  524 "assistant_slash_command",
  525 "assistant_slash_commands",
  526 "chrono",
  527 "client",
  528 "clock",
  529 "collections",
  530 "context_server",
  531 "editor",
  532 "fs",
  533 "futures 0.3.31",
  534 "fuzzy",
  535 "gpui",
  536 "indexed_docs",
  537 "language",
  538 "language_model",
  539 "language_model_selector",
  540 "languages",
  541 "log",
  542 "multi_buffer",
  543 "open_ai",
  544 "parking_lot",
  545 "paths",
  546 "picker",
  547 "pretty_assertions",
  548 "project",
  549 "prompt_store",
  550 "rand 0.8.5",
  551 "regex",
  552 "rope",
  553 "rpc",
  554 "serde",
  555 "serde_json",
  556 "settings",
  557 "smallvec",
  558 "smol",
  559 "strum",
  560 "telemetry_events",
  561 "text",
  562 "theme",
  563 "tree-sitter-md",
  564 "ui",
  565 "unindent",
  566 "util",
  567 "uuid",
  568 "workspace",
  569]
  570
  571[[package]]
  572name = "assistant_eval"
  573version = "0.1.0"
  574dependencies = [
  575 "anyhow",
  576 "assistant2",
  577 "assistant_tool",
  578 "assistant_tools",
  579 "clap",
  580 "client",
  581 "collections",
  582 "context_server",
  583 "env_logger 0.11.7",
  584 "fs",
  585 "futures 0.3.31",
  586 "gpui",
  587 "gpui_tokio",
  588 "itertools 0.14.0",
  589 "language",
  590 "language_model",
  591 "language_models",
  592 "node_runtime",
  593 "project",
  594 "prompt_store",
  595 "regex",
  596 "release_channel",
  597 "reqwest_client",
  598 "serde",
  599 "serde_json",
  600 "serde_json_lenient",
  601 "settings",
  602 "smol",
  603 "util",
  604]
  605
  606[[package]]
  607name = "assistant_settings"
  608version = "0.1.0"
  609dependencies = [
  610 "anthropic",
  611 "anyhow",
  612 "deepseek",
  613 "feature_flags",
  614 "fs",
  615 "gpui",
  616 "indexmap",
  617 "language_model",
  618 "lmstudio",
  619 "log",
  620 "ollama",
  621 "open_ai",
  622 "paths",
  623 "schemars",
  624 "serde",
  625 "serde_json_lenient",
  626 "settings",
  627]
  628
  629[[package]]
  630name = "assistant_slash_command"
  631version = "0.1.0"
  632dependencies = [
  633 "anyhow",
  634 "async-trait",
  635 "collections",
  636 "derive_more",
  637 "extension",
  638 "futures 0.3.31",
  639 "gpui",
  640 "language",
  641 "language_model",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "serde",
  645 "serde_json",
  646 "ui",
  647 "workspace",
  648]
  649
  650[[package]]
  651name = "assistant_slash_commands"
  652version = "0.1.0"
  653dependencies = [
  654 "anyhow",
  655 "assistant_slash_command",
  656 "cargo_toml",
  657 "chrono",
  658 "collections",
  659 "context_server",
  660 "editor",
  661 "env_logger 0.11.7",
  662 "feature_flags",
  663 "fs",
  664 "futures 0.3.31",
  665 "fuzzy",
  666 "globset",
  667 "gpui",
  668 "html_to_markdown",
  669 "http_client",
  670 "indexed_docs",
  671 "language",
  672 "language_model",
  673 "log",
  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.21"
  803source = "registry+https://github.com/rust-lang/crates.io-index"
  804checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  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.8.0",
 1884 "cexpr",
 1885 "clang-sys",
 1886 "itertools 0.12.1",
 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.8.0",
 1907 "cexpr",
 1908 "clang-sys",
 1909 "itertools 0.12.1",
 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.8.0"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 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.8.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.6.1"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 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.8.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.32"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2674dependencies = [
 2675 "clap_builder",
 2676 "clap_derive",
 2677]
 2678
 2679[[package]]
 2680name = "clap_builder"
 2681version = "4.5.32"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 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.8.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.8.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.8.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.8.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.8.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 "language",
 4753 "log",
 4754 "reqwest_client",
 4755 "rpc",
 4756 "serde",
 4757 "serde_json",
 4758 "theme",
 4759 "tokio",
 4760 "toml 0.8.20",
 4761 "tree-sitter",
 4762 "wasmtime",
 4763]
 4764
 4765[[package]]
 4766name = "extension_host"
 4767version = "0.1.0"
 4768dependencies = [
 4769 "anyhow",
 4770 "async-compression",
 4771 "async-tar",
 4772 "async-trait",
 4773 "client",
 4774 "collections",
 4775 "context_server_settings",
 4776 "ctor",
 4777 "env_logger 0.11.7",
 4778 "extension",
 4779 "fs",
 4780 "futures 0.3.31",
 4781 "gpui",
 4782 "http_client",
 4783 "language",
 4784 "language_extension",
 4785 "log",
 4786 "lsp",
 4787 "node_runtime",
 4788 "parking_lot",
 4789 "paths",
 4790 "project",
 4791 "release_channel",
 4792 "remote",
 4793 "reqwest_client",
 4794 "schemars",
 4795 "semantic_version",
 4796 "serde",
 4797 "serde_json",
 4798 "serde_json_lenient",
 4799 "settings",
 4800 "task",
 4801 "telemetry",
 4802 "tempfile",
 4803 "theme",
 4804 "theme_extension",
 4805 "toml 0.8.20",
 4806 "url",
 4807 "util",
 4808 "wasmparser 0.221.3",
 4809 "wasmtime",
 4810 "wasmtime-wasi",
 4811]
 4812
 4813[[package]]
 4814name = "extensions_ui"
 4815version = "0.1.0"
 4816dependencies = [
 4817 "anyhow",
 4818 "client",
 4819 "collections",
 4820 "db",
 4821 "editor",
 4822 "extension_host",
 4823 "fs",
 4824 "fuzzy",
 4825 "gpui",
 4826 "language",
 4827 "num-format",
 4828 "picker",
 4829 "project",
 4830 "release_channel",
 4831 "semantic_version",
 4832 "serde",
 4833 "settings",
 4834 "smallvec",
 4835 "strum",
 4836 "telemetry",
 4837 "theme",
 4838 "ui",
 4839 "util",
 4840 "vim_mode_setting",
 4841 "workspace",
 4842 "zed_actions",
 4843]
 4844
 4845[[package]]
 4846name = "fallible-iterator"
 4847version = "0.3.0"
 4848source = "registry+https://github.com/rust-lang/crates.io-index"
 4849checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4850
 4851[[package]]
 4852name = "fancy-regex"
 4853version = "0.13.0"
 4854source = "registry+https://github.com/rust-lang/crates.io-index"
 4855checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4856dependencies = [
 4857 "bit-set 0.5.3",
 4858 "regex-automata 0.4.9",
 4859 "regex-syntax 0.8.5",
 4860]
 4861
 4862[[package]]
 4863name = "fancy-regex"
 4864version = "0.14.0"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4867dependencies = [
 4868 "bit-set 0.8.0",
 4869 "regex-automata 0.4.9",
 4870 "regex-syntax 0.8.5",
 4871]
 4872
 4873[[package]]
 4874name = "fast-srgb8"
 4875version = "1.0.0"
 4876source = "registry+https://github.com/rust-lang/crates.io-index"
 4877checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4878
 4879[[package]]
 4880name = "fastrand"
 4881version = "1.9.0"
 4882source = "registry+https://github.com/rust-lang/crates.io-index"
 4883checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4884dependencies = [
 4885 "instant",
 4886]
 4887
 4888[[package]]
 4889name = "fastrand"
 4890version = "2.3.0"
 4891source = "registry+https://github.com/rust-lang/crates.io-index"
 4892checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4893
 4894[[package]]
 4895name = "fd-lock"
 4896version = "4.0.2"
 4897source = "registry+https://github.com/rust-lang/crates.io-index"
 4898checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4899dependencies = [
 4900 "cfg-if",
 4901 "rustix",
 4902 "windows-sys 0.52.0",
 4903]
 4904
 4905[[package]]
 4906name = "fdeflate"
 4907version = "0.3.7"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4910dependencies = [
 4911 "simd-adler32",
 4912]
 4913
 4914[[package]]
 4915name = "feature_flags"
 4916version = "0.1.0"
 4917dependencies = [
 4918 "futures 0.3.31",
 4919 "gpui",
 4920 "smol",
 4921]
 4922
 4923[[package]]
 4924name = "feedback"
 4925version = "0.1.0"
 4926dependencies = [
 4927 "client",
 4928 "editor",
 4929 "gpui",
 4930 "human_bytes",
 4931 "menu",
 4932 "release_channel",
 4933 "serde",
 4934 "sysinfo",
 4935 "ui",
 4936 "urlencoding",
 4937 "util",
 4938 "workspace",
 4939 "zed_actions",
 4940]
 4941
 4942[[package]]
 4943name = "ff"
 4944version = "0.12.1"
 4945source = "registry+https://github.com/rust-lang/crates.io-index"
 4946checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4947dependencies = [
 4948 "rand_core 0.6.4",
 4949 "subtle",
 4950]
 4951
 4952[[package]]
 4953name = "file_finder"
 4954version = "0.1.0"
 4955dependencies = [
 4956 "anyhow",
 4957 "collections",
 4958 "ctor",
 4959 "editor",
 4960 "env_logger 0.11.7",
 4961 "file_icons",
 4962 "futures 0.3.31",
 4963 "fuzzy",
 4964 "gpui",
 4965 "language",
 4966 "menu",
 4967 "picker",
 4968 "project",
 4969 "schemars",
 4970 "serde",
 4971 "serde_derive",
 4972 "serde_json",
 4973 "settings",
 4974 "text",
 4975 "theme",
 4976 "ui",
 4977 "util",
 4978 "workspace",
 4979]
 4980
 4981[[package]]
 4982name = "file_icons"
 4983version = "0.1.0"
 4984dependencies = [
 4985 "gpui",
 4986 "serde",
 4987 "settings",
 4988 "theme",
 4989 "util",
 4990]
 4991
 4992[[package]]
 4993name = "filedescriptor"
 4994version = "0.8.3"
 4995source = "registry+https://github.com/rust-lang/crates.io-index"
 4996checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4997dependencies = [
 4998 "libc",
 4999 "thiserror 1.0.69",
 5000 "winapi",
 5001]
 5002
 5003[[package]]
 5004name = "filetime"
 5005version = "0.2.25"
 5006source = "registry+https://github.com/rust-lang/crates.io-index"
 5007checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5008dependencies = [
 5009 "cfg-if",
 5010 "libc",
 5011 "libredox",
 5012 "windows-sys 0.59.0",
 5013]
 5014
 5015[[package]]
 5016name = "fixedbitset"
 5017version = "0.4.2"
 5018source = "registry+https://github.com/rust-lang/crates.io-index"
 5019checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5020
 5021[[package]]
 5022name = "flate2"
 5023version = "1.0.35"
 5024source = "registry+https://github.com/rust-lang/crates.io-index"
 5025checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5026dependencies = [
 5027 "crc32fast",
 5028 "miniz_oxide",
 5029]
 5030
 5031[[package]]
 5032name = "float-cmp"
 5033version = "0.9.0"
 5034source = "registry+https://github.com/rust-lang/crates.io-index"
 5035checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5036
 5037[[package]]
 5038name = "float-ord"
 5039version = "0.3.2"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5042
 5043[[package]]
 5044name = "float_next_after"
 5045version = "1.0.0"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5048
 5049[[package]]
 5050name = "flume"
 5051version = "0.11.1"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5054dependencies = [
 5055 "futures-core",
 5056 "futures-sink",
 5057 "nanorand",
 5058 "spin",
 5059]
 5060
 5061[[package]]
 5062name = "fnv"
 5063version = "1.0.7"
 5064source = "registry+https://github.com/rust-lang/crates.io-index"
 5065checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5066
 5067[[package]]
 5068name = "foldhash"
 5069version = "0.1.3"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5072
 5073[[package]]
 5074name = "font-kit"
 5075version = "0.14.1"
 5076source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5077dependencies = [
 5078 "bitflags 2.8.0",
 5079 "byteorder",
 5080 "core-foundation 0.9.4",
 5081 "core-graphics 0.23.2",
 5082 "core-text",
 5083 "dirs 5.0.1",
 5084 "dwrote",
 5085 "float-ord",
 5086 "freetype-sys",
 5087 "lazy_static",
 5088 "libc",
 5089 "log",
 5090 "pathfinder_geometry",
 5091 "pathfinder_simd",
 5092 "walkdir",
 5093 "winapi",
 5094 "yeslogic-fontconfig-sys",
 5095]
 5096
 5097[[package]]
 5098name = "font-types"
 5099version = "0.8.3"
 5100source = "registry+https://github.com/rust-lang/crates.io-index"
 5101checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5102dependencies = [
 5103 "bytemuck",
 5104]
 5105
 5106[[package]]
 5107name = "fontconfig-parser"
 5108version = "0.5.7"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5111dependencies = [
 5112 "roxmltree",
 5113]
 5114
 5115[[package]]
 5116name = "fontdb"
 5117version = "0.16.2"
 5118source = "registry+https://github.com/rust-lang/crates.io-index"
 5119checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5120dependencies = [
 5121 "fontconfig-parser",
 5122 "log",
 5123 "memmap2",
 5124 "slotmap",
 5125 "tinyvec",
 5126 "ttf-parser 0.20.0",
 5127]
 5128
 5129[[package]]
 5130name = "fontdb"
 5131version = "0.23.0"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5134dependencies = [
 5135 "fontconfig-parser",
 5136 "log",
 5137 "memmap2",
 5138 "slotmap",
 5139 "tinyvec",
 5140 "ttf-parser 0.25.1",
 5141]
 5142
 5143[[package]]
 5144name = "foreign-types"
 5145version = "0.3.2"
 5146source = "registry+https://github.com/rust-lang/crates.io-index"
 5147checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5148dependencies = [
 5149 "foreign-types-shared 0.1.1",
 5150]
 5151
 5152[[package]]
 5153name = "foreign-types"
 5154version = "0.5.0"
 5155source = "registry+https://github.com/rust-lang/crates.io-index"
 5156checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5157dependencies = [
 5158 "foreign-types-macros",
 5159 "foreign-types-shared 0.3.1",
 5160]
 5161
 5162[[package]]
 5163name = "foreign-types-macros"
 5164version = "0.2.3"
 5165source = "registry+https://github.com/rust-lang/crates.io-index"
 5166checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5167dependencies = [
 5168 "proc-macro2",
 5169 "quote",
 5170 "syn 2.0.100",
 5171]
 5172
 5173[[package]]
 5174name = "foreign-types-shared"
 5175version = "0.1.1"
 5176source = "registry+https://github.com/rust-lang/crates.io-index"
 5177checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5178
 5179[[package]]
 5180name = "foreign-types-shared"
 5181version = "0.3.1"
 5182source = "registry+https://github.com/rust-lang/crates.io-index"
 5183checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5184
 5185[[package]]
 5186name = "fork"
 5187version = "0.2.0"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5190dependencies = [
 5191 "libc",
 5192]
 5193
 5194[[package]]
 5195name = "form_urlencoded"
 5196version = "1.2.1"
 5197source = "registry+https://github.com/rust-lang/crates.io-index"
 5198checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5199dependencies = [
 5200 "percent-encoding",
 5201]
 5202
 5203[[package]]
 5204name = "freetype-sys"
 5205version = "0.20.1"
 5206source = "registry+https://github.com/rust-lang/crates.io-index"
 5207checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5208dependencies = [
 5209 "cc",
 5210 "libc",
 5211 "pkg-config",
 5212]
 5213
 5214[[package]]
 5215name = "fs"
 5216version = "0.1.0"
 5217dependencies = [
 5218 "anyhow",
 5219 "ashpd",
 5220 "async-tar",
 5221 "async-trait",
 5222 "cocoa 0.26.0",
 5223 "collections",
 5224 "fsevent",
 5225 "futures 0.3.31",
 5226 "git",
 5227 "gpui",
 5228 "ignore",
 5229 "libc",
 5230 "log",
 5231 "notify 6.1.1",
 5232 "objc",
 5233 "parking_lot",
 5234 "paths",
 5235 "proto",
 5236 "rope",
 5237 "serde",
 5238 "serde_json",
 5239 "smol",
 5240 "tempfile",
 5241 "text",
 5242 "time",
 5243 "util",
 5244 "windows 0.61.1",
 5245]
 5246
 5247[[package]]
 5248name = "fs-set-times"
 5249version = "0.20.2"
 5250source = "registry+https://github.com/rust-lang/crates.io-index"
 5251checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5252dependencies = [
 5253 "io-lifetimes",
 5254 "rustix",
 5255 "windows-sys 0.59.0",
 5256]
 5257
 5258[[package]]
 5259name = "fs2"
 5260version = "0.4.3"
 5261source = "registry+https://github.com/rust-lang/crates.io-index"
 5262checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5263dependencies = [
 5264 "libc",
 5265 "winapi",
 5266]
 5267
 5268[[package]]
 5269name = "fs_extra"
 5270version = "1.3.0"
 5271source = "registry+https://github.com/rust-lang/crates.io-index"
 5272checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5273
 5274[[package]]
 5275name = "fsevent"
 5276version = "0.1.0"
 5277dependencies = [
 5278 "bitflags 2.8.0",
 5279 "core-foundation 0.9.4",
 5280 "fsevent-sys 3.1.0",
 5281 "parking_lot",
 5282 "tempfile",
 5283]
 5284
 5285[[package]]
 5286name = "fsevent-sys"
 5287version = "3.1.0"
 5288source = "registry+https://github.com/rust-lang/crates.io-index"
 5289checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5290dependencies = [
 5291 "libc",
 5292]
 5293
 5294[[package]]
 5295name = "fsevent-sys"
 5296version = "4.1.0"
 5297source = "registry+https://github.com/rust-lang/crates.io-index"
 5298checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5299dependencies = [
 5300 "libc",
 5301]
 5302
 5303[[package]]
 5304name = "funty"
 5305version = "2.0.0"
 5306source = "registry+https://github.com/rust-lang/crates.io-index"
 5307checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5308
 5309[[package]]
 5310name = "futf"
 5311version = "0.1.5"
 5312source = "registry+https://github.com/rust-lang/crates.io-index"
 5313checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5314dependencies = [
 5315 "mac",
 5316 "new_debug_unreachable",
 5317]
 5318
 5319[[package]]
 5320name = "futures"
 5321version = "0.1.31"
 5322source = "registry+https://github.com/rust-lang/crates.io-index"
 5323checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5324
 5325[[package]]
 5326name = "futures"
 5327version = "0.3.31"
 5328source = "registry+https://github.com/rust-lang/crates.io-index"
 5329checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5330dependencies = [
 5331 "futures-channel",
 5332 "futures-core",
 5333 "futures-executor",
 5334 "futures-io",
 5335 "futures-sink",
 5336 "futures-task",
 5337 "futures-util",
 5338]
 5339
 5340[[package]]
 5341name = "futures-batch"
 5342version = "0.6.1"
 5343source = "registry+https://github.com/rust-lang/crates.io-index"
 5344checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5345dependencies = [
 5346 "futures 0.3.31",
 5347 "futures-timer",
 5348 "pin-utils",
 5349]
 5350
 5351[[package]]
 5352name = "futures-channel"
 5353version = "0.3.31"
 5354source = "registry+https://github.com/rust-lang/crates.io-index"
 5355checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5356dependencies = [
 5357 "futures-core",
 5358 "futures-sink",
 5359]
 5360
 5361[[package]]
 5362name = "futures-core"
 5363version = "0.3.31"
 5364source = "registry+https://github.com/rust-lang/crates.io-index"
 5365checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5366
 5367[[package]]
 5368name = "futures-executor"
 5369version = "0.3.31"
 5370source = "registry+https://github.com/rust-lang/crates.io-index"
 5371checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5372dependencies = [
 5373 "futures-core",
 5374 "futures-task",
 5375 "futures-util",
 5376]
 5377
 5378[[package]]
 5379name = "futures-intrusive"
 5380version = "0.5.0"
 5381source = "registry+https://github.com/rust-lang/crates.io-index"
 5382checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5383dependencies = [
 5384 "futures-core",
 5385 "lock_api",
 5386 "parking_lot",
 5387]
 5388
 5389[[package]]
 5390name = "futures-io"
 5391version = "0.3.31"
 5392source = "registry+https://github.com/rust-lang/crates.io-index"
 5393checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5394
 5395[[package]]
 5396name = "futures-lite"
 5397version = "1.13.0"
 5398source = "registry+https://github.com/rust-lang/crates.io-index"
 5399checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5400dependencies = [
 5401 "fastrand 1.9.0",
 5402 "futures-core",
 5403 "futures-io",
 5404 "memchr",
 5405 "parking",
 5406 "pin-project-lite",
 5407 "waker-fn",
 5408]
 5409
 5410[[package]]
 5411name = "futures-lite"
 5412version = "2.6.0"
 5413source = "registry+https://github.com/rust-lang/crates.io-index"
 5414checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5415dependencies = [
 5416 "fastrand 2.3.0",
 5417 "futures-core",
 5418 "futures-io",
 5419 "parking",
 5420 "pin-project-lite",
 5421]
 5422
 5423[[package]]
 5424name = "futures-macro"
 5425version = "0.3.31"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5428dependencies = [
 5429 "proc-macro2",
 5430 "quote",
 5431 "syn 2.0.100",
 5432]
 5433
 5434[[package]]
 5435name = "futures-sink"
 5436version = "0.3.31"
 5437source = "registry+https://github.com/rust-lang/crates.io-index"
 5438checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5439
 5440[[package]]
 5441name = "futures-task"
 5442version = "0.3.31"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5445
 5446[[package]]
 5447name = "futures-timer"
 5448version = "3.0.3"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5451
 5452[[package]]
 5453name = "futures-util"
 5454version = "0.3.31"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5457dependencies = [
 5458 "futures 0.1.31",
 5459 "futures-channel",
 5460 "futures-core",
 5461 "futures-io",
 5462 "futures-macro",
 5463 "futures-sink",
 5464 "futures-task",
 5465 "memchr",
 5466 "pin-project-lite",
 5467 "pin-utils",
 5468 "slab",
 5469 "tokio-io",
 5470]
 5471
 5472[[package]]
 5473name = "fuzzy"
 5474version = "0.1.0"
 5475dependencies = [
 5476 "gpui",
 5477 "log",
 5478 "util",
 5479]
 5480
 5481[[package]]
 5482name = "fuzzy-matcher"
 5483version = "0.3.7"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5486dependencies = [
 5487 "thread_local",
 5488]
 5489
 5490[[package]]
 5491name = "generic-array"
 5492version = "0.14.7"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5495dependencies = [
 5496 "typenum",
 5497 "version_check",
 5498]
 5499
 5500[[package]]
 5501name = "gethostname"
 5502version = "0.4.3"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5505dependencies = [
 5506 "libc",
 5507 "windows-targets 0.48.5",
 5508]
 5509
 5510[[package]]
 5511name = "getrandom"
 5512version = "0.1.16"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5515dependencies = [
 5516 "cfg-if",
 5517 "libc",
 5518 "wasi 0.9.0+wasi-snapshot-preview1",
 5519]
 5520
 5521[[package]]
 5522name = "getrandom"
 5523version = "0.2.15"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5526dependencies = [
 5527 "cfg-if",
 5528 "js-sys",
 5529 "libc",
 5530 "wasi 0.11.0+wasi-snapshot-preview1",
 5531 "wasm-bindgen",
 5532]
 5533
 5534[[package]]
 5535name = "getrandom"
 5536version = "0.3.1"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5539dependencies = [
 5540 "cfg-if",
 5541 "libc",
 5542 "wasi 0.13.3+wasi-0.2.2",
 5543 "windows-targets 0.52.6",
 5544]
 5545
 5546[[package]]
 5547name = "gif"
 5548version = "0.13.1"
 5549source = "registry+https://github.com/rust-lang/crates.io-index"
 5550checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5551dependencies = [
 5552 "color_quant",
 5553 "weezl",
 5554]
 5555
 5556[[package]]
 5557name = "gimli"
 5558version = "0.31.1"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5561dependencies = [
 5562 "fallible-iterator",
 5563 "indexmap",
 5564 "stable_deref_trait",
 5565]
 5566
 5567[[package]]
 5568name = "git"
 5569version = "0.1.0"
 5570dependencies = [
 5571 "anyhow",
 5572 "askpass",
 5573 "async-trait",
 5574 "collections",
 5575 "derive_more",
 5576 "futures 0.3.31",
 5577 "git2",
 5578 "gpui",
 5579 "http_client",
 5580 "log",
 5581 "parking_lot",
 5582 "pretty_assertions",
 5583 "regex",
 5584 "rope",
 5585 "schemars",
 5586 "serde",
 5587 "serde_json",
 5588 "smol",
 5589 "sum_tree",
 5590 "tempfile",
 5591 "text",
 5592 "thiserror 2.0.12",
 5593 "time",
 5594 "unindent",
 5595 "url",
 5596 "util",
 5597 "uuid",
 5598]
 5599
 5600[[package]]
 5601name = "git2"
 5602version = "0.20.1"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5605dependencies = [
 5606 "bitflags 2.8.0",
 5607 "libc",
 5608 "libgit2-sys",
 5609 "log",
 5610 "url",
 5611]
 5612
 5613[[package]]
 5614name = "git_hosting_providers"
 5615version = "0.1.0"
 5616dependencies = [
 5617 "anyhow",
 5618 "async-trait",
 5619 "futures 0.3.31",
 5620 "git",
 5621 "gpui",
 5622 "http_client",
 5623 "indoc",
 5624 "pretty_assertions",
 5625 "regex",
 5626 "schemars",
 5627 "serde",
 5628 "serde_json",
 5629 "settings",
 5630 "url",
 5631 "util",
 5632]
 5633
 5634[[package]]
 5635name = "git_ui"
 5636version = "0.1.0"
 5637dependencies = [
 5638 "anyhow",
 5639 "askpass",
 5640 "assistant_settings",
 5641 "buffer_diff",
 5642 "collections",
 5643 "command_palette_hooks",
 5644 "component",
 5645 "ctor",
 5646 "db",
 5647 "editor",
 5648 "env_logger 0.11.7",
 5649 "futures 0.3.31",
 5650 "fuzzy",
 5651 "git",
 5652 "gpui",
 5653 "itertools 0.14.0",
 5654 "language",
 5655 "language_model",
 5656 "linkify",
 5657 "linkme",
 5658 "log",
 5659 "menu",
 5660 "multi_buffer",
 5661 "notifications",
 5662 "panel",
 5663 "picker",
 5664 "postage",
 5665 "pretty_assertions",
 5666 "project",
 5667 "schemars",
 5668 "serde",
 5669 "serde_derive",
 5670 "serde_json",
 5671 "settings",
 5672 "strum",
 5673 "telemetry",
 5674 "theme",
 5675 "time",
 5676 "time_format",
 5677 "ui",
 5678 "unindent",
 5679 "util",
 5680 "windows 0.61.1",
 5681 "workspace",
 5682 "zed_actions",
 5683]
 5684
 5685[[package]]
 5686name = "glob"
 5687version = "0.3.1"
 5688source = "registry+https://github.com/rust-lang/crates.io-index"
 5689checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5690
 5691[[package]]
 5692name = "globset"
 5693version = "0.4.16"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5696dependencies = [
 5697 "aho-corasick",
 5698 "bstr",
 5699 "log",
 5700 "regex-automata 0.4.9",
 5701 "regex-syntax 0.8.5",
 5702]
 5703
 5704[[package]]
 5705name = "gloo-timers"
 5706version = "0.3.0"
 5707source = "registry+https://github.com/rust-lang/crates.io-index"
 5708checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5709dependencies = [
 5710 "futures-channel",
 5711 "futures-core",
 5712 "js-sys",
 5713 "wasm-bindgen",
 5714]
 5715
 5716[[package]]
 5717name = "glow"
 5718version = "0.14.2"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5721dependencies = [
 5722 "js-sys",
 5723 "slotmap",
 5724 "wasm-bindgen",
 5725 "web-sys",
 5726]
 5727
 5728[[package]]
 5729name = "go_to_line"
 5730version = "0.1.0"
 5731dependencies = [
 5732 "anyhow",
 5733 "editor",
 5734 "gpui",
 5735 "indoc",
 5736 "language",
 5737 "menu",
 5738 "project",
 5739 "rope",
 5740 "schemars",
 5741 "serde",
 5742 "serde_json",
 5743 "settings",
 5744 "text",
 5745 "theme",
 5746 "tree-sitter-rust",
 5747 "tree-sitter-typescript",
 5748 "ui",
 5749 "util",
 5750 "workspace",
 5751]
 5752
 5753[[package]]
 5754name = "google_ai"
 5755version = "0.1.0"
 5756dependencies = [
 5757 "anyhow",
 5758 "futures 0.3.31",
 5759 "http_client",
 5760 "schemars",
 5761 "serde",
 5762 "serde_json",
 5763 "strum",
 5764]
 5765
 5766[[package]]
 5767name = "gpu-alloc"
 5768version = "0.6.0"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5771dependencies = [
 5772 "bitflags 2.8.0",
 5773 "gpu-alloc-types",
 5774]
 5775
 5776[[package]]
 5777name = "gpu-alloc-ash"
 5778version = "0.7.0"
 5779source = "registry+https://github.com/rust-lang/crates.io-index"
 5780checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5781dependencies = [
 5782 "ash",
 5783 "gpu-alloc-types",
 5784 "tinyvec",
 5785]
 5786
 5787[[package]]
 5788name = "gpu-alloc-types"
 5789version = "0.3.0"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5792dependencies = [
 5793 "bitflags 2.8.0",
 5794]
 5795
 5796[[package]]
 5797name = "gpui"
 5798version = "0.1.0"
 5799dependencies = [
 5800 "anyhow",
 5801 "as-raw-xcb-connection",
 5802 "ashpd",
 5803 "async-task",
 5804 "backtrace",
 5805 "bindgen 0.70.1",
 5806 "blade-graphics",
 5807 "blade-macros",
 5808 "blade-util",
 5809 "block",
 5810 "bytemuck",
 5811 "calloop",
 5812 "calloop-wayland-source",
 5813 "cbindgen 0.28.0",
 5814 "cocoa 0.26.0",
 5815 "collections",
 5816 "core-foundation 0.9.4",
 5817 "core-foundation-sys",
 5818 "core-graphics 0.23.2",
 5819 "core-text",
 5820 "cosmic-text",
 5821 "ctor",
 5822 "derive_more",
 5823 "embed-resource",
 5824 "env_logger 0.11.7",
 5825 "etagere",
 5826 "filedescriptor",
 5827 "flume",
 5828 "font-kit",
 5829 "foreign-types 0.5.0",
 5830 "futures 0.3.31",
 5831 "gpui_macros",
 5832 "http_client",
 5833 "image",
 5834 "inventory",
 5835 "itertools 0.14.0",
 5836 "log",
 5837 "lyon",
 5838 "media",
 5839 "metal",
 5840 "naga",
 5841 "num_cpus",
 5842 "objc",
 5843 "objc2",
 5844 "objc2-metal",
 5845 "oo7",
 5846 "open",
 5847 "parking",
 5848 "parking_lot",
 5849 "pathfinder_geometry",
 5850 "postage",
 5851 "profiling",
 5852 "rand 0.8.5",
 5853 "raw-window-handle",
 5854 "refineable",
 5855 "reqwest_client",
 5856 "resvg",
 5857 "schemars",
 5858 "seahash",
 5859 "semantic_version",
 5860 "serde",
 5861 "serde_derive",
 5862 "serde_json",
 5863 "slotmap",
 5864 "smallvec",
 5865 "smol",
 5866 "strum",
 5867 "sum_tree",
 5868 "taffy",
 5869 "thiserror 2.0.12",
 5870 "unicode-segmentation",
 5871 "usvg",
 5872 "util",
 5873 "uuid",
 5874 "waker-fn",
 5875 "wayland-backend",
 5876 "wayland-client",
 5877 "wayland-cursor",
 5878 "wayland-protocols",
 5879 "wayland-protocols-plasma",
 5880 "windows 0.61.1",
 5881 "windows-core 0.61.0",
 5882 "windows-numerics",
 5883 "x11-clipboard",
 5884 "x11rb",
 5885 "xim",
 5886 "xkbcommon",
 5887]
 5888
 5889[[package]]
 5890name = "gpui_macros"
 5891version = "0.1.0"
 5892dependencies = [
 5893 "gpui",
 5894 "proc-macro2",
 5895 "quote",
 5896 "syn 1.0.109",
 5897]
 5898
 5899[[package]]
 5900name = "gpui_tokio"
 5901version = "0.1.0"
 5902dependencies = [
 5903 "gpui",
 5904 "tokio",
 5905 "util",
 5906]
 5907
 5908[[package]]
 5909name = "grid"
 5910version = "0.13.0"
 5911source = "registry+https://github.com/rust-lang/crates.io-index"
 5912checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5913
 5914[[package]]
 5915name = "group"
 5916version = "0.12.1"
 5917source = "registry+https://github.com/rust-lang/crates.io-index"
 5918checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5919dependencies = [
 5920 "ff",
 5921 "rand_core 0.6.4",
 5922 "subtle",
 5923]
 5924
 5925[[package]]
 5926name = "h2"
 5927version = "0.3.26"
 5928source = "registry+https://github.com/rust-lang/crates.io-index"
 5929checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5930dependencies = [
 5931 "bytes 1.10.1",
 5932 "fnv",
 5933 "futures-core",
 5934 "futures-sink",
 5935 "futures-util",
 5936 "http 0.2.12",
 5937 "indexmap",
 5938 "slab",
 5939 "tokio",
 5940 "tokio-util",
 5941 "tracing",
 5942]
 5943
 5944[[package]]
 5945name = "h2"
 5946version = "0.4.7"
 5947source = "registry+https://github.com/rust-lang/crates.io-index"
 5948checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5949dependencies = [
 5950 "atomic-waker",
 5951 "bytes 1.10.1",
 5952 "fnv",
 5953 "futures-core",
 5954 "futures-sink",
 5955 "http 1.2.0",
 5956 "indexmap",
 5957 "slab",
 5958 "tokio",
 5959 "tokio-util",
 5960 "tracing",
 5961]
 5962
 5963[[package]]
 5964name = "half"
 5965version = "2.4.1"
 5966source = "registry+https://github.com/rust-lang/crates.io-index"
 5967checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5968dependencies = [
 5969 "cfg-if",
 5970 "crunchy",
 5971]
 5972
 5973[[package]]
 5974name = "handlebars"
 5975version = "4.5.0"
 5976source = "registry+https://github.com/rust-lang/crates.io-index"
 5977checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5978dependencies = [
 5979 "log",
 5980 "pest",
 5981 "pest_derive",
 5982 "serde",
 5983 "serde_json",
 5984 "thiserror 1.0.69",
 5985]
 5986
 5987[[package]]
 5988name = "handlebars"
 5989version = "6.2.0"
 5990source = "registry+https://github.com/rust-lang/crates.io-index"
 5991checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5992dependencies = [
 5993 "log",
 5994 "num-order",
 5995 "pest",
 5996 "pest_derive",
 5997 "serde",
 5998 "serde_json",
 5999 "thiserror 1.0.69",
 6000]
 6001
 6002[[package]]
 6003name = "hashbrown"
 6004version = "0.12.3"
 6005source = "registry+https://github.com/rust-lang/crates.io-index"
 6006checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6007dependencies = [
 6008 "ahash 0.7.8",
 6009]
 6010
 6011[[package]]
 6012name = "hashbrown"
 6013version = "0.14.5"
 6014source = "registry+https://github.com/rust-lang/crates.io-index"
 6015checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6016dependencies = [
 6017 "ahash 0.8.11",
 6018 "allocator-api2",
 6019]
 6020
 6021[[package]]
 6022name = "hashbrown"
 6023version = "0.15.2"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6026dependencies = [
 6027 "allocator-api2",
 6028 "equivalent",
 6029 "foldhash",
 6030 "serde",
 6031]
 6032
 6033[[package]]
 6034name = "hashlink"
 6035version = "0.8.4"
 6036source = "registry+https://github.com/rust-lang/crates.io-index"
 6037checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6038dependencies = [
 6039 "hashbrown 0.14.5",
 6040]
 6041
 6042[[package]]
 6043name = "hashlink"
 6044version = "0.10.0"
 6045source = "registry+https://github.com/rust-lang/crates.io-index"
 6046checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6047dependencies = [
 6048 "hashbrown 0.15.2",
 6049]
 6050
 6051[[package]]
 6052name = "headers"
 6053version = "0.3.9"
 6054source = "registry+https://github.com/rust-lang/crates.io-index"
 6055checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6056dependencies = [
 6057 "base64 0.21.7",
 6058 "bytes 1.10.1",
 6059 "headers-core",
 6060 "http 0.2.12",
 6061 "httpdate",
 6062 "mime",
 6063 "sha1",
 6064]
 6065
 6066[[package]]
 6067name = "headers-core"
 6068version = "0.2.0"
 6069source = "registry+https://github.com/rust-lang/crates.io-index"
 6070checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6071dependencies = [
 6072 "http 0.2.12",
 6073]
 6074
 6075[[package]]
 6076name = "heck"
 6077version = "0.3.3"
 6078source = "registry+https://github.com/rust-lang/crates.io-index"
 6079checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6080dependencies = [
 6081 "unicode-segmentation",
 6082]
 6083
 6084[[package]]
 6085name = "heck"
 6086version = "0.4.1"
 6087source = "registry+https://github.com/rust-lang/crates.io-index"
 6088checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6089dependencies = [
 6090 "unicode-segmentation",
 6091]
 6092
 6093[[package]]
 6094name = "heck"
 6095version = "0.5.0"
 6096source = "registry+https://github.com/rust-lang/crates.io-index"
 6097checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6098
 6099[[package]]
 6100name = "heed"
 6101version = "0.21.0"
 6102source = "registry+https://github.com/rust-lang/crates.io-index"
 6103checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6104dependencies = [
 6105 "bitflags 2.8.0",
 6106 "byteorder",
 6107 "heed-traits",
 6108 "heed-types",
 6109 "libc",
 6110 "lmdb-master-sys",
 6111 "once_cell",
 6112 "page_size",
 6113 "serde",
 6114 "synchronoise",
 6115 "url",
 6116]
 6117
 6118[[package]]
 6119name = "heed-traits"
 6120version = "0.20.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6123
 6124[[package]]
 6125name = "heed-types"
 6126version = "0.21.0"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6129dependencies = [
 6130 "bincode",
 6131 "byteorder",
 6132 "heed-traits",
 6133 "serde",
 6134 "serde_json",
 6135]
 6136
 6137[[package]]
 6138name = "hermit-abi"
 6139version = "0.3.9"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6142
 6143[[package]]
 6144name = "hermit-abi"
 6145version = "0.4.0"
 6146source = "registry+https://github.com/rust-lang/crates.io-index"
 6147checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6148
 6149[[package]]
 6150name = "hex"
 6151version = "0.4.3"
 6152source = "registry+https://github.com/rust-lang/crates.io-index"
 6153checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6154
 6155[[package]]
 6156name = "hexf-parse"
 6157version = "0.2.1"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6160
 6161[[package]]
 6162name = "hidden-trait"
 6163version = "0.1.2"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6166dependencies = [
 6167 "proc-macro2",
 6168 "quote",
 6169 "syn 1.0.109",
 6170]
 6171
 6172[[package]]
 6173name = "hkdf"
 6174version = "0.12.4"
 6175source = "registry+https://github.com/rust-lang/crates.io-index"
 6176checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6177dependencies = [
 6178 "hmac",
 6179]
 6180
 6181[[package]]
 6182name = "hmac"
 6183version = "0.12.1"
 6184source = "registry+https://github.com/rust-lang/crates.io-index"
 6185checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6186dependencies = [
 6187 "digest",
 6188]
 6189
 6190[[package]]
 6191name = "home"
 6192version = "0.5.9"
 6193source = "registry+https://github.com/rust-lang/crates.io-index"
 6194checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6195dependencies = [
 6196 "windows-sys 0.52.0",
 6197]
 6198
 6199[[package]]
 6200name = "hound"
 6201version = "3.5.1"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6204
 6205[[package]]
 6206name = "html5ever"
 6207version = "0.27.0"
 6208source = "registry+https://github.com/rust-lang/crates.io-index"
 6209checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6210dependencies = [
 6211 "log",
 6212 "mac",
 6213 "markup5ever",
 6214 "proc-macro2",
 6215 "quote",
 6216 "syn 2.0.100",
 6217]
 6218
 6219[[package]]
 6220name = "html_to_markdown"
 6221version = "0.1.0"
 6222dependencies = [
 6223 "anyhow",
 6224 "html5ever",
 6225 "indoc",
 6226 "markup5ever_rcdom",
 6227 "pretty_assertions",
 6228 "regex",
 6229]
 6230
 6231[[package]]
 6232name = "http"
 6233version = "0.2.12"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6236dependencies = [
 6237 "bytes 1.10.1",
 6238 "fnv",
 6239 "itoa",
 6240]
 6241
 6242[[package]]
 6243name = "http"
 6244version = "1.2.0"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6247dependencies = [
 6248 "bytes 1.10.1",
 6249 "fnv",
 6250 "itoa",
 6251]
 6252
 6253[[package]]
 6254name = "http-body"
 6255version = "0.4.6"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6258dependencies = [
 6259 "bytes 1.10.1",
 6260 "http 0.2.12",
 6261 "pin-project-lite",
 6262]
 6263
 6264[[package]]
 6265name = "http-body"
 6266version = "1.0.1"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6269dependencies = [
 6270 "bytes 1.10.1",
 6271 "http 1.2.0",
 6272]
 6273
 6274[[package]]
 6275name = "http-body-util"
 6276version = "0.1.2"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6279dependencies = [
 6280 "bytes 1.10.1",
 6281 "futures-util",
 6282 "http 1.2.0",
 6283 "http-body 1.0.1",
 6284 "pin-project-lite",
 6285]
 6286
 6287[[package]]
 6288name = "http-range-header"
 6289version = "0.3.1"
 6290source = "registry+https://github.com/rust-lang/crates.io-index"
 6291checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6292
 6293[[package]]
 6294name = "http-types"
 6295version = "2.12.0"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6298dependencies = [
 6299 "anyhow",
 6300 "async-channel 1.9.0",
 6301 "base64 0.13.1",
 6302 "futures-lite 1.13.0",
 6303 "http 0.2.12",
 6304 "infer",
 6305 "pin-project-lite",
 6306 "rand 0.7.3",
 6307 "serde",
 6308 "serde_json",
 6309 "serde_qs 0.8.5",
 6310 "serde_urlencoded",
 6311 "url",
 6312]
 6313
 6314[[package]]
 6315name = "http_client"
 6316version = "0.1.0"
 6317dependencies = [
 6318 "anyhow",
 6319 "bytes 1.10.1",
 6320 "derive_more",
 6321 "futures 0.3.31",
 6322 "http 1.2.0",
 6323 "log",
 6324 "serde",
 6325 "serde_json",
 6326 "url",
 6327]
 6328
 6329[[package]]
 6330name = "http_client_tls"
 6331version = "0.1.0"
 6332dependencies = [
 6333 "rustls 0.23.25",
 6334 "rustls-platform-verifier",
 6335]
 6336
 6337[[package]]
 6338name = "httparse"
 6339version = "1.9.5"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6342
 6343[[package]]
 6344name = "httpdate"
 6345version = "1.0.3"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6348
 6349[[package]]
 6350name = "human_bytes"
 6351version = "0.4.3"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6354
 6355[[package]]
 6356name = "humantime"
 6357version = "2.1.0"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6360
 6361[[package]]
 6362name = "hyper"
 6363version = "0.14.32"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6366dependencies = [
 6367 "bytes 1.10.1",
 6368 "futures-channel",
 6369 "futures-core",
 6370 "futures-util",
 6371 "h2 0.3.26",
 6372 "http 0.2.12",
 6373 "http-body 0.4.6",
 6374 "httparse",
 6375 "httpdate",
 6376 "itoa",
 6377 "pin-project-lite",
 6378 "socket2",
 6379 "tokio",
 6380 "tower-service",
 6381 "tracing",
 6382 "want",
 6383]
 6384
 6385[[package]]
 6386name = "hyper"
 6387version = "1.5.1"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6390dependencies = [
 6391 "bytes 1.10.1",
 6392 "futures-channel",
 6393 "futures-util",
 6394 "h2 0.4.7",
 6395 "http 1.2.0",
 6396 "http-body 1.0.1",
 6397 "httparse",
 6398 "itoa",
 6399 "pin-project-lite",
 6400 "smallvec",
 6401 "tokio",
 6402 "want",
 6403]
 6404
 6405[[package]]
 6406name = "hyper-rustls"
 6407version = "0.24.2"
 6408source = "registry+https://github.com/rust-lang/crates.io-index"
 6409checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6410dependencies = [
 6411 "futures-util",
 6412 "http 0.2.12",
 6413 "hyper 0.14.32",
 6414 "log",
 6415 "rustls 0.21.12",
 6416 "rustls-native-certs 0.6.3",
 6417 "tokio",
 6418 "tokio-rustls 0.24.1",
 6419]
 6420
 6421[[package]]
 6422name = "hyper-rustls"
 6423version = "0.27.3"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6426dependencies = [
 6427 "futures-util",
 6428 "http 1.2.0",
 6429 "hyper 1.5.1",
 6430 "hyper-util",
 6431 "rustls 0.23.25",
 6432 "rustls-native-certs 0.8.1",
 6433 "rustls-pki-types",
 6434 "tokio",
 6435 "tokio-rustls 0.26.1",
 6436 "tower-service",
 6437]
 6438
 6439[[package]]
 6440name = "hyper-tls"
 6441version = "0.5.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6444dependencies = [
 6445 "bytes 1.10.1",
 6446 "hyper 0.14.32",
 6447 "native-tls",
 6448 "tokio",
 6449 "tokio-native-tls",
 6450]
 6451
 6452[[package]]
 6453name = "hyper-util"
 6454version = "0.1.10"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6457dependencies = [
 6458 "bytes 1.10.1",
 6459 "futures-channel",
 6460 "futures-util",
 6461 "http 1.2.0",
 6462 "http-body 1.0.1",
 6463 "hyper 1.5.1",
 6464 "pin-project-lite",
 6465 "socket2",
 6466 "tokio",
 6467 "tower-service",
 6468 "tracing",
 6469]
 6470
 6471[[package]]
 6472name = "iana-time-zone"
 6473version = "0.1.61"
 6474source = "registry+https://github.com/rust-lang/crates.io-index"
 6475checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6476dependencies = [
 6477 "android_system_properties",
 6478 "core-foundation-sys",
 6479 "iana-time-zone-haiku",
 6480 "js-sys",
 6481 "wasm-bindgen",
 6482 "windows-core 0.52.0",
 6483]
 6484
 6485[[package]]
 6486name = "iana-time-zone-haiku"
 6487version = "0.1.2"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6490dependencies = [
 6491 "cc",
 6492]
 6493
 6494[[package]]
 6495name = "icons"
 6496version = "0.1.0"
 6497dependencies = [
 6498 "serde",
 6499 "strum",
 6500]
 6501
 6502[[package]]
 6503name = "icu_collections"
 6504version = "1.5.0"
 6505source = "registry+https://github.com/rust-lang/crates.io-index"
 6506checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6507dependencies = [
 6508 "displaydoc",
 6509 "yoke",
 6510 "zerofrom",
 6511 "zerovec",
 6512]
 6513
 6514[[package]]
 6515name = "icu_locid"
 6516version = "1.5.0"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6519dependencies = [
 6520 "displaydoc",
 6521 "litemap",
 6522 "tinystr",
 6523 "writeable",
 6524 "zerovec",
 6525]
 6526
 6527[[package]]
 6528name = "icu_locid_transform"
 6529version = "1.5.0"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6532dependencies = [
 6533 "displaydoc",
 6534 "icu_locid",
 6535 "icu_locid_transform_data",
 6536 "icu_provider",
 6537 "tinystr",
 6538 "zerovec",
 6539]
 6540
 6541[[package]]
 6542name = "icu_locid_transform_data"
 6543version = "1.5.0"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6546
 6547[[package]]
 6548name = "icu_normalizer"
 6549version = "1.5.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6552dependencies = [
 6553 "displaydoc",
 6554 "icu_collections",
 6555 "icu_normalizer_data",
 6556 "icu_properties",
 6557 "icu_provider",
 6558 "smallvec",
 6559 "utf16_iter",
 6560 "utf8_iter",
 6561 "write16",
 6562 "zerovec",
 6563]
 6564
 6565[[package]]
 6566name = "icu_normalizer_data"
 6567version = "1.5.0"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6570
 6571[[package]]
 6572name = "icu_properties"
 6573version = "1.5.1"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6576dependencies = [
 6577 "displaydoc",
 6578 "icu_collections",
 6579 "icu_locid_transform",
 6580 "icu_properties_data",
 6581 "icu_provider",
 6582 "tinystr",
 6583 "zerovec",
 6584]
 6585
 6586[[package]]
 6587name = "icu_properties_data"
 6588version = "1.5.0"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6591
 6592[[package]]
 6593name = "icu_provider"
 6594version = "1.5.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6597dependencies = [
 6598 "displaydoc",
 6599 "icu_locid",
 6600 "icu_provider_macros",
 6601 "stable_deref_trait",
 6602 "tinystr",
 6603 "writeable",
 6604 "yoke",
 6605 "zerofrom",
 6606 "zerovec",
 6607]
 6608
 6609[[package]]
 6610name = "icu_provider_macros"
 6611version = "1.5.0"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6614dependencies = [
 6615 "proc-macro2",
 6616 "quote",
 6617 "syn 2.0.100",
 6618]
 6619
 6620[[package]]
 6621name = "id-arena"
 6622version = "2.2.1"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6625
 6626[[package]]
 6627name = "idna"
 6628version = "1.0.3"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6631dependencies = [
 6632 "idna_adapter",
 6633 "smallvec",
 6634 "utf8_iter",
 6635]
 6636
 6637[[package]]
 6638name = "idna_adapter"
 6639version = "1.2.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6642dependencies = [
 6643 "icu_normalizer",
 6644 "icu_properties",
 6645]
 6646
 6647[[package]]
 6648name = "ignore"
 6649version = "0.4.23"
 6650source = "registry+https://github.com/rust-lang/crates.io-index"
 6651checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6652dependencies = [
 6653 "crossbeam-deque",
 6654 "globset",
 6655 "log",
 6656 "memchr",
 6657 "regex-automata 0.4.9",
 6658 "same-file",
 6659 "walkdir",
 6660 "winapi-util",
 6661]
 6662
 6663[[package]]
 6664name = "image"
 6665version = "0.25.5"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6668dependencies = [
 6669 "bytemuck",
 6670 "byteorder-lite",
 6671 "color_quant",
 6672 "exr",
 6673 "gif",
 6674 "image-webp",
 6675 "num-traits",
 6676 "png",
 6677 "qoi",
 6678 "ravif",
 6679 "rayon",
 6680 "rgb",
 6681 "tiff",
 6682 "zune-core",
 6683 "zune-jpeg",
 6684]
 6685
 6686[[package]]
 6687name = "image-webp"
 6688version = "0.2.0"
 6689source = "registry+https://github.com/rust-lang/crates.io-index"
 6690checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6691dependencies = [
 6692 "byteorder-lite",
 6693 "quick-error",
 6694]
 6695
 6696[[package]]
 6697name = "image_viewer"
 6698version = "0.1.0"
 6699dependencies = [
 6700 "anyhow",
 6701 "db",
 6702 "editor",
 6703 "file_icons",
 6704 "gpui",
 6705 "project",
 6706 "schemars",
 6707 "serde",
 6708 "settings",
 6709 "theme",
 6710 "ui",
 6711 "util",
 6712 "workspace",
 6713]
 6714
 6715[[package]]
 6716name = "imagesize"
 6717version = "0.13.0"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6720
 6721[[package]]
 6722name = "imara-diff"
 6723version = "0.1.8"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6726dependencies = [
 6727 "hashbrown 0.15.2",
 6728]
 6729
 6730[[package]]
 6731name = "imgref"
 6732version = "1.11.0"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6735
 6736[[package]]
 6737name = "indexed_docs"
 6738version = "0.1.0"
 6739dependencies = [
 6740 "anyhow",
 6741 "async-trait",
 6742 "cargo_metadata",
 6743 "collections",
 6744 "derive_more",
 6745 "extension",
 6746 "fs",
 6747 "futures 0.3.31",
 6748 "fuzzy",
 6749 "gpui",
 6750 "heed",
 6751 "html_to_markdown",
 6752 "http_client",
 6753 "indexmap",
 6754 "indoc",
 6755 "parking_lot",
 6756 "paths",
 6757 "pretty_assertions",
 6758 "serde",
 6759 "strum",
 6760 "util",
 6761]
 6762
 6763[[package]]
 6764name = "indexmap"
 6765version = "2.7.1"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6768dependencies = [
 6769 "equivalent",
 6770 "hashbrown 0.15.2",
 6771 "serde",
 6772]
 6773
 6774[[package]]
 6775name = "indoc"
 6776version = "2.0.6"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6779
 6780[[package]]
 6781name = "infer"
 6782version = "0.2.3"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6785
 6786[[package]]
 6787name = "inherent"
 6788version = "1.0.11"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6791dependencies = [
 6792 "proc-macro2",
 6793 "quote",
 6794 "syn 2.0.100",
 6795]
 6796
 6797[[package]]
 6798name = "inline_completion"
 6799version = "0.1.0"
 6800dependencies = [
 6801 "gpui",
 6802 "language",
 6803 "project",
 6804]
 6805
 6806[[package]]
 6807name = "inline_completion_button"
 6808version = "0.1.0"
 6809dependencies = [
 6810 "anyhow",
 6811 "client",
 6812 "copilot",
 6813 "editor",
 6814 "feature_flags",
 6815 "fs",
 6816 "futures 0.3.31",
 6817 "gpui",
 6818 "indoc",
 6819 "inline_completion",
 6820 "language",
 6821 "lsp",
 6822 "paths",
 6823 "project",
 6824 "regex",
 6825 "serde_json",
 6826 "settings",
 6827 "supermaven",
 6828 "telemetry",
 6829 "theme",
 6830 "ui",
 6831 "workspace",
 6832 "zed_actions",
 6833 "zeta",
 6834]
 6835
 6836[[package]]
 6837name = "inotify"
 6838version = "0.9.6"
 6839source = "registry+https://github.com/rust-lang/crates.io-index"
 6840checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6841dependencies = [
 6842 "bitflags 1.3.2",
 6843 "inotify-sys",
 6844 "libc",
 6845]
 6846
 6847[[package]]
 6848name = "inotify"
 6849version = "0.11.0"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6852dependencies = [
 6853 "bitflags 2.8.0",
 6854 "inotify-sys",
 6855 "libc",
 6856]
 6857
 6858[[package]]
 6859name = "inotify-sys"
 6860version = "0.1.5"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6863dependencies = [
 6864 "libc",
 6865]
 6866
 6867[[package]]
 6868name = "inout"
 6869version = "0.1.3"
 6870source = "registry+https://github.com/rust-lang/crates.io-index"
 6871checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6872dependencies = [
 6873 "block-padding",
 6874 "generic-array",
 6875]
 6876
 6877[[package]]
 6878name = "install_cli"
 6879version = "0.1.0"
 6880dependencies = [
 6881 "anyhow",
 6882 "gpui",
 6883 "smol",
 6884 "util",
 6885]
 6886
 6887[[package]]
 6888name = "instant"
 6889version = "0.1.13"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6892dependencies = [
 6893 "cfg-if",
 6894]
 6895
 6896[[package]]
 6897name = "interpolate_name"
 6898version = "0.2.4"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6901dependencies = [
 6902 "proc-macro2",
 6903 "quote",
 6904 "syn 2.0.100",
 6905]
 6906
 6907[[package]]
 6908name = "inventory"
 6909version = "0.3.20"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6912dependencies = [
 6913 "rustversion",
 6914]
 6915
 6916[[package]]
 6917name = "io-extras"
 6918version = "0.18.4"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6921dependencies = [
 6922 "io-lifetimes",
 6923 "windows-sys 0.59.0",
 6924]
 6925
 6926[[package]]
 6927name = "io-lifetimes"
 6928version = "2.0.4"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6931
 6932[[package]]
 6933name = "iovec"
 6934version = "0.1.4"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6937dependencies = [
 6938 "libc",
 6939]
 6940
 6941[[package]]
 6942name = "ipc-channel"
 6943version = "0.19.0"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6946dependencies = [
 6947 "bincode",
 6948 "crossbeam-channel",
 6949 "fnv",
 6950 "lazy_static",
 6951 "libc",
 6952 "mio 1.0.3",
 6953 "rand 0.8.5",
 6954 "serde",
 6955 "tempfile",
 6956 "uuid",
 6957 "windows 0.58.0",
 6958]
 6959
 6960[[package]]
 6961name = "ipnet"
 6962version = "2.10.1"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6965
 6966[[package]]
 6967name = "is-docker"
 6968version = "0.2.0"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6971dependencies = [
 6972 "once_cell",
 6973]
 6974
 6975[[package]]
 6976name = "is-terminal"
 6977version = "0.4.13"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6980dependencies = [
 6981 "hermit-abi 0.4.0",
 6982 "libc",
 6983 "windows-sys 0.52.0",
 6984]
 6985
 6986[[package]]
 6987name = "is-wsl"
 6988version = "0.4.0"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6991dependencies = [
 6992 "is-docker",
 6993 "once_cell",
 6994]
 6995
 6996[[package]]
 6997name = "is_terminal_polyfill"
 6998version = "1.70.1"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7001
 7002[[package]]
 7003name = "itertools"
 7004version = "0.10.5"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7007dependencies = [
 7008 "either",
 7009]
 7010
 7011[[package]]
 7012name = "itertools"
 7013version = "0.11.0"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7016dependencies = [
 7017 "either",
 7018]
 7019
 7020[[package]]
 7021name = "itertools"
 7022version = "0.12.1"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7025dependencies = [
 7026 "either",
 7027]
 7028
 7029[[package]]
 7030name = "itertools"
 7031version = "0.14.0"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7034dependencies = [
 7035 "either",
 7036]
 7037
 7038[[package]]
 7039name = "itoa"
 7040version = "1.0.14"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7043
 7044[[package]]
 7045name = "jiff"
 7046version = "0.2.4"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7049dependencies = [
 7050 "jiff-static",
 7051 "log",
 7052 "portable-atomic",
 7053 "portable-atomic-util",
 7054 "serde",
 7055]
 7056
 7057[[package]]
 7058name = "jiff-static"
 7059version = "0.2.4"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7062dependencies = [
 7063 "proc-macro2",
 7064 "quote",
 7065 "syn 2.0.100",
 7066]
 7067
 7068[[package]]
 7069name = "jni"
 7070version = "0.21.1"
 7071source = "registry+https://github.com/rust-lang/crates.io-index"
 7072checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7073dependencies = [
 7074 "cesu8",
 7075 "cfg-if",
 7076 "combine",
 7077 "jni-sys",
 7078 "log",
 7079 "thiserror 1.0.69",
 7080 "walkdir",
 7081 "windows-sys 0.45.0",
 7082]
 7083
 7084[[package]]
 7085name = "jni-sys"
 7086version = "0.3.0"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7089
 7090[[package]]
 7091name = "jobserver"
 7092version = "0.1.32"
 7093source = "registry+https://github.com/rust-lang/crates.io-index"
 7094checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7095dependencies = [
 7096 "libc",
 7097]
 7098
 7099[[package]]
 7100name = "journal"
 7101version = "0.1.0"
 7102dependencies = [
 7103 "anyhow",
 7104 "chrono",
 7105 "editor",
 7106 "gpui",
 7107 "log",
 7108 "schemars",
 7109 "serde",
 7110 "settings",
 7111 "shellexpand 2.1.2",
 7112 "workspace",
 7113]
 7114
 7115[[package]]
 7116name = "jpeg-decoder"
 7117version = "0.3.1"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7120
 7121[[package]]
 7122name = "js-sys"
 7123version = "0.3.76"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7126dependencies = [
 7127 "once_cell",
 7128 "wasm-bindgen",
 7129]
 7130
 7131[[package]]
 7132name = "jsonwebtoken"
 7133version = "9.3.1"
 7134source = "registry+https://github.com/rust-lang/crates.io-index"
 7135checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7136dependencies = [
 7137 "base64 0.22.1",
 7138 "js-sys",
 7139 "pem",
 7140 "ring",
 7141 "serde",
 7142 "serde_json",
 7143 "simple_asn1",
 7144]
 7145
 7146[[package]]
 7147name = "jupyter-protocol"
 7148version = "0.6.0"
 7149source = "registry+https://github.com/rust-lang/crates.io-index"
 7150checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7151dependencies = [
 7152 "anyhow",
 7153 "async-trait",
 7154 "bytes 1.10.1",
 7155 "chrono",
 7156 "futures 0.3.31",
 7157 "serde",
 7158 "serde_json",
 7159 "uuid",
 7160]
 7161
 7162[[package]]
 7163name = "jupyter-websocket-client"
 7164version = "0.9.0"
 7165source = "registry+https://github.com/rust-lang/crates.io-index"
 7166checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7167dependencies = [
 7168 "anyhow",
 7169 "async-trait",
 7170 "async-tungstenite",
 7171 "futures 0.3.31",
 7172 "jupyter-protocol",
 7173 "serde",
 7174 "serde_json",
 7175 "url",
 7176 "uuid",
 7177]
 7178
 7179[[package]]
 7180name = "khronos-egl"
 7181version = "6.0.0"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7184dependencies = [
 7185 "libc",
 7186 "libloading",
 7187]
 7188
 7189[[package]]
 7190name = "kqueue"
 7191version = "1.0.8"
 7192source = "registry+https://github.com/rust-lang/crates.io-index"
 7193checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7194dependencies = [
 7195 "kqueue-sys",
 7196 "libc",
 7197]
 7198
 7199[[package]]
 7200name = "kqueue-sys"
 7201version = "1.0.4"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7204dependencies = [
 7205 "bitflags 1.3.2",
 7206 "libc",
 7207]
 7208
 7209[[package]]
 7210name = "kurbo"
 7211version = "0.11.1"
 7212source = "registry+https://github.com/rust-lang/crates.io-index"
 7213checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7214dependencies = [
 7215 "arrayvec",
 7216 "smallvec",
 7217]
 7218
 7219[[package]]
 7220name = "kv-log-macro"
 7221version = "1.0.7"
 7222source = "registry+https://github.com/rust-lang/crates.io-index"
 7223checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7224dependencies = [
 7225 "log",
 7226]
 7227
 7228[[package]]
 7229name = "language"
 7230version = "0.1.0"
 7231dependencies = [
 7232 "anyhow",
 7233 "async-trait",
 7234 "async-watch",
 7235 "clock",
 7236 "collections",
 7237 "ctor",
 7238 "ec4rs",
 7239 "env_logger 0.11.7",
 7240 "fs",
 7241 "futures 0.3.31",
 7242 "fuzzy",
 7243 "globset",
 7244 "gpui",
 7245 "http_client",
 7246 "imara-diff",
 7247 "indoc",
 7248 "itertools 0.14.0",
 7249 "log",
 7250 "lsp",
 7251 "parking_lot",
 7252 "postage",
 7253 "pretty_assertions",
 7254 "rand 0.8.5",
 7255 "regex",
 7256 "rpc",
 7257 "schemars",
 7258 "serde",
 7259 "serde_json",
 7260 "settings",
 7261 "smallvec",
 7262 "smol",
 7263 "streaming-iterator",
 7264 "strsim",
 7265 "sum_tree",
 7266 "task",
 7267 "text",
 7268 "theme",
 7269 "tree-sitter",
 7270 "tree-sitter-elixir",
 7271 "tree-sitter-embedded-template",
 7272 "tree-sitter-heex",
 7273 "tree-sitter-html",
 7274 "tree-sitter-json",
 7275 "tree-sitter-md",
 7276 "tree-sitter-ruby",
 7277 "tree-sitter-rust",
 7278 "tree-sitter-typescript",
 7279 "unicase",
 7280 "unindent",
 7281 "util",
 7282]
 7283
 7284[[package]]
 7285name = "language_extension"
 7286version = "0.1.0"
 7287dependencies = [
 7288 "anyhow",
 7289 "async-trait",
 7290 "collections",
 7291 "extension",
 7292 "fs",
 7293 "futures 0.3.31",
 7294 "gpui",
 7295 "language",
 7296 "lsp",
 7297 "serde",
 7298 "serde_json",
 7299 "util",
 7300]
 7301
 7302[[package]]
 7303name = "language_model"
 7304version = "0.1.0"
 7305dependencies = [
 7306 "anthropic",
 7307 "anyhow",
 7308 "base64 0.22.1",
 7309 "client",
 7310 "collections",
 7311 "futures 0.3.31",
 7312 "google_ai",
 7313 "gpui",
 7314 "http_client",
 7315 "icons",
 7316 "image",
 7317 "log",
 7318 "open_ai",
 7319 "parking_lot",
 7320 "proto",
 7321 "schemars",
 7322 "serde",
 7323 "serde_json",
 7324 "smol",
 7325 "strum",
 7326 "telemetry_events",
 7327 "thiserror 2.0.12",
 7328 "util",
 7329]
 7330
 7331[[package]]
 7332name = "language_model_selector"
 7333version = "0.1.0"
 7334dependencies = [
 7335 "feature_flags",
 7336 "gpui",
 7337 "language_model",
 7338 "log",
 7339 "picker",
 7340 "proto",
 7341 "ui",
 7342 "workspace",
 7343 "zed_actions",
 7344]
 7345
 7346[[package]]
 7347name = "language_models"
 7348version = "0.1.0"
 7349dependencies = [
 7350 "anthropic",
 7351 "anyhow",
 7352 "aws-config",
 7353 "aws-credential-types",
 7354 "aws_http_client",
 7355 "bedrock",
 7356 "client",
 7357 "collections",
 7358 "copilot",
 7359 "credentials_provider",
 7360 "deepseek",
 7361 "editor",
 7362 "feature_flags",
 7363 "fs",
 7364 "futures 0.3.31",
 7365 "google_ai",
 7366 "gpui",
 7367 "gpui_tokio",
 7368 "http_client",
 7369 "language_model",
 7370 "lmstudio",
 7371 "log",
 7372 "menu",
 7373 "mistral",
 7374 "ollama",
 7375 "open_ai",
 7376 "project",
 7377 "proto",
 7378 "schemars",
 7379 "serde",
 7380 "serde_json",
 7381 "settings",
 7382 "smol",
 7383 "strum",
 7384 "theme",
 7385 "tiktoken-rs",
 7386 "tokio",
 7387 "ui",
 7388 "util",
 7389]
 7390
 7391[[package]]
 7392name = "language_selector"
 7393version = "0.1.0"
 7394dependencies = [
 7395 "anyhow",
 7396 "editor",
 7397 "file_finder",
 7398 "file_icons",
 7399 "fuzzy",
 7400 "gpui",
 7401 "language",
 7402 "picker",
 7403 "project",
 7404 "settings",
 7405 "ui",
 7406 "util",
 7407 "workspace",
 7408]
 7409
 7410[[package]]
 7411name = "language_tools"
 7412version = "0.1.0"
 7413dependencies = [
 7414 "anyhow",
 7415 "client",
 7416 "collections",
 7417 "copilot",
 7418 "editor",
 7419 "env_logger 0.11.7",
 7420 "futures 0.3.31",
 7421 "gpui",
 7422 "itertools 0.14.0",
 7423 "language",
 7424 "lsp",
 7425 "project",
 7426 "release_channel",
 7427 "serde_json",
 7428 "settings",
 7429 "theme",
 7430 "tree-sitter",
 7431 "ui",
 7432 "util",
 7433 "workspace",
 7434 "zed_actions",
 7435]
 7436
 7437[[package]]
 7438name = "languages"
 7439version = "0.1.0"
 7440dependencies = [
 7441 "anyhow",
 7442 "async-compression",
 7443 "async-tar",
 7444 "async-trait",
 7445 "collections",
 7446 "futures 0.3.31",
 7447 "gpui",
 7448 "http_client",
 7449 "language",
 7450 "log",
 7451 "lsp",
 7452 "node_runtime",
 7453 "paths",
 7454 "pet",
 7455 "pet-conda",
 7456 "pet-core",
 7457 "pet-fs",
 7458 "pet-poetry",
 7459 "pet-reporter",
 7460 "pretty_assertions",
 7461 "project",
 7462 "regex",
 7463 "rope",
 7464 "rust-embed",
 7465 "serde",
 7466 "serde_json",
 7467 "settings",
 7468 "smol",
 7469 "snippet_provider",
 7470 "task",
 7471 "text",
 7472 "theme",
 7473 "toml 0.8.20",
 7474 "tree-sitter",
 7475 "tree-sitter-bash",
 7476 "tree-sitter-c",
 7477 "tree-sitter-cpp",
 7478 "tree-sitter-css",
 7479 "tree-sitter-diff",
 7480 "tree-sitter-gitcommit",
 7481 "tree-sitter-go",
 7482 "tree-sitter-gomod",
 7483 "tree-sitter-gowork",
 7484 "tree-sitter-jsdoc",
 7485 "tree-sitter-json",
 7486 "tree-sitter-md",
 7487 "tree-sitter-python",
 7488 "tree-sitter-regex",
 7489 "tree-sitter-rust",
 7490 "tree-sitter-typescript",
 7491 "tree-sitter-yaml",
 7492 "unindent",
 7493 "util",
 7494 "workspace",
 7495]
 7496
 7497[[package]]
 7498name = "lazy_static"
 7499version = "1.5.0"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7502dependencies = [
 7503 "spin",
 7504]
 7505
 7506[[package]]
 7507name = "lazycell"
 7508version = "1.3.0"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7511
 7512[[package]]
 7513name = "leb128"
 7514version = "0.2.5"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7517
 7518[[package]]
 7519name = "lebe"
 7520version = "0.5.2"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7523
 7524[[package]]
 7525name = "libc"
 7526version = "0.2.171"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7529
 7530[[package]]
 7531name = "libdbus-sys"
 7532version = "0.2.5"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7535dependencies = [
 7536 "cc",
 7537 "pkg-config",
 7538]
 7539
 7540[[package]]
 7541name = "libfuzzer-sys"
 7542version = "0.4.8"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7545dependencies = [
 7546 "arbitrary",
 7547 "cc",
 7548]
 7549
 7550[[package]]
 7551name = "libgit2-sys"
 7552version = "0.18.1+1.9.0"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7555dependencies = [
 7556 "cc",
 7557 "libc",
 7558 "libz-sys",
 7559 "pkg-config",
 7560]
 7561
 7562[[package]]
 7563name = "libloading"
 7564version = "0.8.6"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7567dependencies = [
 7568 "cfg-if",
 7569 "windows-targets 0.52.6",
 7570]
 7571
 7572[[package]]
 7573name = "libm"
 7574version = "0.2.11"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7577
 7578[[package]]
 7579name = "libmimalloc-sys"
 7580version = "0.1.40"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7583dependencies = [
 7584 "cc",
 7585 "libc",
 7586]
 7587
 7588[[package]]
 7589name = "libredox"
 7590version = "0.1.3"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7593dependencies = [
 7594 "bitflags 2.8.0",
 7595 "libc",
 7596 "redox_syscall 0.5.8",
 7597]
 7598
 7599[[package]]
 7600name = "libsqlite3-sys"
 7601version = "0.30.1"
 7602source = "registry+https://github.com/rust-lang/crates.io-index"
 7603checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7604dependencies = [
 7605 "cc",
 7606 "pkg-config",
 7607 "vcpkg",
 7608]
 7609
 7610[[package]]
 7611name = "libwebrtc"
 7612version = "0.3.7"
 7613source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7614dependencies = [
 7615 "cxx",
 7616 "jni",
 7617 "js-sys",
 7618 "lazy_static",
 7619 "livekit-protocol",
 7620 "livekit-runtime",
 7621 "log",
 7622 "parking_lot",
 7623 "serde",
 7624 "serde_json",
 7625 "thiserror 1.0.69",
 7626 "tokio",
 7627 "wasm-bindgen",
 7628 "wasm-bindgen-futures",
 7629 "web-sys",
 7630 "webrtc-sys",
 7631]
 7632
 7633[[package]]
 7634name = "libz-sys"
 7635version = "1.1.20"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7638dependencies = [
 7639 "cc",
 7640 "libc",
 7641 "pkg-config",
 7642 "vcpkg",
 7643]
 7644
 7645[[package]]
 7646name = "link-cplusplus"
 7647version = "1.0.9"
 7648source = "registry+https://github.com/rust-lang/crates.io-index"
 7649checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7650dependencies = [
 7651 "cc",
 7652]
 7653
 7654[[package]]
 7655name = "linkify"
 7656version = "0.10.0"
 7657source = "registry+https://github.com/rust-lang/crates.io-index"
 7658checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7659dependencies = [
 7660 "memchr",
 7661]
 7662
 7663[[package]]
 7664name = "linkme"
 7665version = "0.3.32"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7668dependencies = [
 7669 "linkme-impl",
 7670]
 7671
 7672[[package]]
 7673name = "linkme-impl"
 7674version = "0.3.32"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7677dependencies = [
 7678 "proc-macro2",
 7679 "quote",
 7680 "syn 2.0.100",
 7681]
 7682
 7683[[package]]
 7684name = "linux-raw-sys"
 7685version = "0.4.14"
 7686source = "registry+https://github.com/rust-lang/crates.io-index"
 7687checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7688
 7689[[package]]
 7690name = "litemap"
 7691version = "0.7.4"
 7692source = "registry+https://github.com/rust-lang/crates.io-index"
 7693checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7694
 7695[[package]]
 7696name = "livekit"
 7697version = "0.7.0"
 7698source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7699dependencies = [
 7700 "chrono",
 7701 "futures-util",
 7702 "lazy_static",
 7703 "libwebrtc",
 7704 "livekit-api",
 7705 "livekit-protocol",
 7706 "livekit-runtime",
 7707 "log",
 7708 "parking_lot",
 7709 "prost 0.12.6",
 7710 "semver",
 7711 "serde",
 7712 "serde_json",
 7713 "thiserror 1.0.69",
 7714 "tokio",
 7715]
 7716
 7717[[package]]
 7718name = "livekit-api"
 7719version = "0.4.1"
 7720source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7721dependencies = [
 7722 "async-tungstenite",
 7723 "futures-util",
 7724 "http 0.2.12",
 7725 "jsonwebtoken",
 7726 "livekit-protocol",
 7727 "livekit-runtime",
 7728 "log",
 7729 "parking_lot",
 7730 "prost 0.12.6",
 7731 "reqwest 0.11.27",
 7732 "scopeguard",
 7733 "serde",
 7734 "serde_json",
 7735 "sha2",
 7736 "thiserror 1.0.69",
 7737 "tokio",
 7738 "tokio-tungstenite 0.20.1",
 7739 "url",
 7740]
 7741
 7742[[package]]
 7743name = "livekit-protocol"
 7744version = "0.3.6"
 7745source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7746dependencies = [
 7747 "futures-util",
 7748 "livekit-runtime",
 7749 "parking_lot",
 7750 "pbjson",
 7751 "pbjson-types",
 7752 "prost 0.12.6",
 7753 "prost-types 0.12.6",
 7754 "serde",
 7755 "thiserror 1.0.69",
 7756 "tokio",
 7757]
 7758
 7759[[package]]
 7760name = "livekit-runtime"
 7761version = "0.3.1"
 7762source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7763dependencies = [
 7764 "async-io",
 7765 "async-std",
 7766 "async-task",
 7767 "futures 0.3.31",
 7768]
 7769
 7770[[package]]
 7771name = "livekit_api"
 7772version = "0.1.0"
 7773dependencies = [
 7774 "anyhow",
 7775 "async-trait",
 7776 "jsonwebtoken",
 7777 "log",
 7778 "prost 0.9.0",
 7779 "prost-build 0.9.0",
 7780 "prost-types 0.9.0",
 7781 "reqwest 0.12.8",
 7782 "serde",
 7783]
 7784
 7785[[package]]
 7786name = "livekit_client"
 7787version = "0.1.0"
 7788dependencies = [
 7789 "anyhow",
 7790 "async-trait",
 7791 "collections",
 7792 "core-foundation 0.9.4",
 7793 "coreaudio-rs 0.12.1",
 7794 "cpal",
 7795 "futures 0.3.31",
 7796 "gpui",
 7797 "http 0.2.12",
 7798 "http_client",
 7799 "image",
 7800 "livekit",
 7801 "livekit_api",
 7802 "log",
 7803 "media",
 7804 "nanoid",
 7805 "parking_lot",
 7806 "postage",
 7807 "serde",
 7808 "serde_json",
 7809 "sha2",
 7810 "simplelog",
 7811 "smallvec",
 7812 "util",
 7813]
 7814
 7815[[package]]
 7816name = "livekit_client_macos"
 7817version = "0.1.0"
 7818dependencies = [
 7819 "anyhow",
 7820 "async-broadcast",
 7821 "async-trait",
 7822 "collections",
 7823 "core-foundation 0.9.4",
 7824 "futures 0.3.31",
 7825 "gpui",
 7826 "livekit_api",
 7827 "log",
 7828 "media",
 7829 "nanoid",
 7830 "parking_lot",
 7831 "postage",
 7832 "serde",
 7833 "serde_json",
 7834 "sha2",
 7835 "simplelog",
 7836]
 7837
 7838[[package]]
 7839name = "lmdb-master-sys"
 7840version = "0.2.4"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7843dependencies = [
 7844 "cc",
 7845 "doxygen-rs",
 7846 "libc",
 7847]
 7848
 7849[[package]]
 7850name = "lmstudio"
 7851version = "0.1.0"
 7852dependencies = [
 7853 "anyhow",
 7854 "futures 0.3.31",
 7855 "http_client",
 7856 "schemars",
 7857 "serde",
 7858 "serde_json",
 7859]
 7860
 7861[[package]]
 7862name = "lock_api"
 7863version = "0.4.12"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7866dependencies = [
 7867 "autocfg",
 7868 "scopeguard",
 7869]
 7870
 7871[[package]]
 7872name = "log"
 7873version = "0.4.26"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7876dependencies = [
 7877 "serde",
 7878 "value-bag",
 7879]
 7880
 7881[[package]]
 7882name = "loop9"
 7883version = "0.1.5"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7886dependencies = [
 7887 "imgref",
 7888]
 7889
 7890[[package]]
 7891name = "lru"
 7892version = "0.12.5"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7895dependencies = [
 7896 "hashbrown 0.15.2",
 7897]
 7898
 7899[[package]]
 7900name = "lsp"
 7901version = "0.1.0"
 7902dependencies = [
 7903 "anyhow",
 7904 "async-pipe",
 7905 "collections",
 7906 "ctor",
 7907 "env_logger 0.11.7",
 7908 "futures 0.3.31",
 7909 "gpui",
 7910 "log",
 7911 "lsp-types",
 7912 "parking_lot",
 7913 "postage",
 7914 "release_channel",
 7915 "schemars",
 7916 "serde",
 7917 "serde_json",
 7918 "smol",
 7919 "util",
 7920]
 7921
 7922[[package]]
 7923name = "lsp-types"
 7924version = "0.95.1"
 7925source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7926dependencies = [
 7927 "bitflags 1.3.2",
 7928 "serde",
 7929 "serde_json",
 7930 "serde_repr",
 7931 "url",
 7932]
 7933
 7934[[package]]
 7935name = "lyon"
 7936version = "1.0.1"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7939dependencies = [
 7940 "lyon_algorithms",
 7941 "lyon_extra",
 7942 "lyon_tessellation",
 7943]
 7944
 7945[[package]]
 7946name = "lyon_algorithms"
 7947version = "1.0.5"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7950dependencies = [
 7951 "lyon_path",
 7952 "num-traits",
 7953]
 7954
 7955[[package]]
 7956name = "lyon_extra"
 7957version = "1.0.3"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7960dependencies = [
 7961 "lyon_path",
 7962 "thiserror 1.0.69",
 7963]
 7964
 7965[[package]]
 7966name = "lyon_geom"
 7967version = "1.0.6"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7970dependencies = [
 7971 "arrayvec",
 7972 "euclid",
 7973 "num-traits",
 7974]
 7975
 7976[[package]]
 7977name = "lyon_path"
 7978version = "1.0.6"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7981dependencies = [
 7982 "lyon_geom",
 7983 "num-traits",
 7984]
 7985
 7986[[package]]
 7987name = "lyon_tessellation"
 7988version = "1.0.15"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7991dependencies = [
 7992 "float_next_after",
 7993 "lyon_path",
 7994 "num-traits",
 7995]
 7996
 7997[[package]]
 7998name = "mac"
 7999version = "0.1.1"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8002
 8003[[package]]
 8004name = "mach2"
 8005version = "0.4.2"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8008dependencies = [
 8009 "libc",
 8010]
 8011
 8012[[package]]
 8013name = "malloc_buf"
 8014version = "0.0.6"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8017dependencies = [
 8018 "libc",
 8019]
 8020
 8021[[package]]
 8022name = "maplit"
 8023version = "1.0.2"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8026
 8027[[package]]
 8028name = "markdown"
 8029version = "0.1.0"
 8030dependencies = [
 8031 "anyhow",
 8032 "assets",
 8033 "env_logger 0.11.7",
 8034 "gpui",
 8035 "language",
 8036 "languages",
 8037 "linkify",
 8038 "log",
 8039 "node_runtime",
 8040 "pulldown-cmark 0.12.2",
 8041 "settings",
 8042 "theme",
 8043 "ui",
 8044 "util",
 8045]
 8046
 8047[[package]]
 8048name = "markdown_preview"
 8049version = "0.1.0"
 8050dependencies = [
 8051 "anyhow",
 8052 "async-recursion 1.1.1",
 8053 "collections",
 8054 "editor",
 8055 "gpui",
 8056 "language",
 8057 "linkify",
 8058 "log",
 8059 "pretty_assertions",
 8060 "pulldown-cmark 0.12.2",
 8061 "settings",
 8062 "theme",
 8063 "ui",
 8064 "util",
 8065 "workspace",
 8066]
 8067
 8068[[package]]
 8069name = "markup5ever"
 8070version = "0.12.1"
 8071source = "registry+https://github.com/rust-lang/crates.io-index"
 8072checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8073dependencies = [
 8074 "log",
 8075 "phf",
 8076 "phf_codegen",
 8077 "string_cache",
 8078 "string_cache_codegen",
 8079 "tendril",
 8080]
 8081
 8082[[package]]
 8083name = "markup5ever_rcdom"
 8084version = "0.3.0"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8087dependencies = [
 8088 "html5ever",
 8089 "markup5ever",
 8090 "tendril",
 8091 "xml5ever",
 8092]
 8093
 8094[[package]]
 8095name = "matchers"
 8096version = "0.1.0"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8099dependencies = [
 8100 "regex-automata 0.1.10",
 8101]
 8102
 8103[[package]]
 8104name = "matchit"
 8105version = "0.7.3"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8108
 8109[[package]]
 8110name = "maybe-owned"
 8111version = "0.3.4"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8114
 8115[[package]]
 8116name = "maybe-rayon"
 8117version = "0.1.1"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8120dependencies = [
 8121 "cfg-if",
 8122 "rayon",
 8123]
 8124
 8125[[package]]
 8126name = "md-5"
 8127version = "0.10.6"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8130dependencies = [
 8131 "cfg-if",
 8132 "digest",
 8133]
 8134
 8135[[package]]
 8136name = "mdbook"
 8137version = "0.4.47"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8140dependencies = [
 8141 "ammonia",
 8142 "anyhow",
 8143 "chrono",
 8144 "clap",
 8145 "clap_complete",
 8146 "elasticlunr-rs",
 8147 "env_logger 0.11.7",
 8148 "futures-util",
 8149 "handlebars 6.2.0",
 8150 "hex",
 8151 "ignore",
 8152 "log",
 8153 "memchr",
 8154 "notify 8.0.0",
 8155 "notify-debouncer-mini",
 8156 "once_cell",
 8157 "opener",
 8158 "pathdiff",
 8159 "pulldown-cmark 0.10.3",
 8160 "regex",
 8161 "serde",
 8162 "serde_json",
 8163 "sha2",
 8164 "shlex",
 8165 "tempfile",
 8166 "tokio",
 8167 "toml 0.5.11",
 8168 "topological-sort",
 8169 "walkdir",
 8170 "warp",
 8171]
 8172
 8173[[package]]
 8174name = "media"
 8175version = "0.1.0"
 8176dependencies = [
 8177 "anyhow",
 8178 "bindgen 0.70.1",
 8179 "core-foundation 0.9.4",
 8180 "ctor",
 8181 "foreign-types 0.5.0",
 8182 "metal",
 8183 "objc",
 8184]
 8185
 8186[[package]]
 8187name = "memchr"
 8188version = "2.7.4"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8191
 8192[[package]]
 8193name = "memfd"
 8194version = "0.6.4"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8197dependencies = [
 8198 "rustix",
 8199]
 8200
 8201[[package]]
 8202name = "memmap2"
 8203version = "0.9.5"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8206dependencies = [
 8207 "libc",
 8208]
 8209
 8210[[package]]
 8211name = "memoffset"
 8212version = "0.9.1"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8215dependencies = [
 8216 "autocfg",
 8217]
 8218
 8219[[package]]
 8220name = "menu"
 8221version = "0.1.0"
 8222dependencies = [
 8223 "gpui",
 8224 "serde",
 8225]
 8226
 8227[[package]]
 8228name = "metal"
 8229version = "0.31.0"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8232dependencies = [
 8233 "bitflags 2.8.0",
 8234 "block",
 8235 "core-graphics-types 0.1.3",
 8236 "foreign-types 0.5.0",
 8237 "log",
 8238 "objc",
 8239 "paste",
 8240]
 8241
 8242[[package]]
 8243name = "migrator"
 8244version = "0.1.0"
 8245dependencies = [
 8246 "anyhow",
 8247 "collections",
 8248 "convert_case 0.8.0",
 8249 "log",
 8250 "pretty_assertions",
 8251 "streaming-iterator",
 8252 "tree-sitter",
 8253 "tree-sitter-json",
 8254]
 8255
 8256[[package]]
 8257name = "mimalloc"
 8258version = "0.1.44"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8261dependencies = [
 8262 "libmimalloc-sys",
 8263]
 8264
 8265[[package]]
 8266name = "mime"
 8267version = "0.3.17"
 8268source = "registry+https://github.com/rust-lang/crates.io-index"
 8269checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8270
 8271[[package]]
 8272name = "mime_guess"
 8273version = "2.0.5"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8276dependencies = [
 8277 "mime",
 8278 "unicase",
 8279]
 8280
 8281[[package]]
 8282name = "minimal-lexical"
 8283version = "0.2.1"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8286
 8287[[package]]
 8288name = "miniz_oxide"
 8289version = "0.8.0"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8292dependencies = [
 8293 "adler2",
 8294 "simd-adler32",
 8295]
 8296
 8297[[package]]
 8298name = "mint"
 8299version = "0.5.9"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8302
 8303[[package]]
 8304name = "mio"
 8305version = "0.8.11"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8308dependencies = [
 8309 "libc",
 8310 "log",
 8311 "wasi 0.11.0+wasi-snapshot-preview1",
 8312 "windows-sys 0.48.0",
 8313]
 8314
 8315[[package]]
 8316name = "mio"
 8317version = "1.0.3"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8320dependencies = [
 8321 "libc",
 8322 "log",
 8323 "wasi 0.11.0+wasi-snapshot-preview1",
 8324 "windows-sys 0.52.0",
 8325]
 8326
 8327[[package]]
 8328name = "miow"
 8329version = "0.6.0"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8332dependencies = [
 8333 "windows-sys 0.48.0",
 8334]
 8335
 8336[[package]]
 8337name = "mistral"
 8338version = "0.1.0"
 8339dependencies = [
 8340 "anyhow",
 8341 "futures 0.3.31",
 8342 "http_client",
 8343 "schemars",
 8344 "serde",
 8345 "serde_json",
 8346 "strum",
 8347]
 8348
 8349[[package]]
 8350name = "msvc_spectre_libs"
 8351version = "0.1.2"
 8352source = "registry+https://github.com/rust-lang/crates.io-index"
 8353checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8354dependencies = [
 8355 "cc",
 8356]
 8357
 8358[[package]]
 8359name = "multi_buffer"
 8360version = "0.1.0"
 8361dependencies = [
 8362 "anyhow",
 8363 "buffer_diff",
 8364 "clock",
 8365 "collections",
 8366 "ctor",
 8367 "env_logger 0.11.7",
 8368 "futures 0.3.31",
 8369 "gpui",
 8370 "indoc",
 8371 "itertools 0.14.0",
 8372 "language",
 8373 "log",
 8374 "parking_lot",
 8375 "pretty_assertions",
 8376 "project",
 8377 "rand 0.8.5",
 8378 "rope",
 8379 "serde",
 8380 "settings",
 8381 "smallvec",
 8382 "smol",
 8383 "sum_tree",
 8384 "text",
 8385 "theme",
 8386 "tree-sitter",
 8387 "util",
 8388]
 8389
 8390[[package]]
 8391name = "multimap"
 8392version = "0.8.3"
 8393source = "registry+https://github.com/rust-lang/crates.io-index"
 8394checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8395
 8396[[package]]
 8397name = "multimap"
 8398version = "0.10.0"
 8399source = "registry+https://github.com/rust-lang/crates.io-index"
 8400checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8401
 8402[[package]]
 8403name = "naga"
 8404version = "23.1.0"
 8405source = "registry+https://github.com/rust-lang/crates.io-index"
 8406checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8407dependencies = [
 8408 "arrayvec",
 8409 "bit-set 0.8.0",
 8410 "bitflags 2.8.0",
 8411 "cfg_aliases 0.1.1",
 8412 "codespan-reporting",
 8413 "hexf-parse",
 8414 "indexmap",
 8415 "log",
 8416 "rustc-hash 1.1.0",
 8417 "spirv",
 8418 "termcolor",
 8419 "thiserror 1.0.69",
 8420 "unicode-xid",
 8421]
 8422
 8423[[package]]
 8424name = "nanoid"
 8425version = "0.4.0"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8428dependencies = [
 8429 "rand 0.8.5",
 8430]
 8431
 8432[[package]]
 8433name = "nanorand"
 8434version = "0.7.0"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8437dependencies = [
 8438 "getrandom 0.2.15",
 8439]
 8440
 8441[[package]]
 8442name = "native-tls"
 8443version = "0.2.12"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8446dependencies = [
 8447 "libc",
 8448 "log",
 8449 "openssl",
 8450 "openssl-probe",
 8451 "openssl-sys",
 8452 "schannel",
 8453 "security-framework 2.11.1",
 8454 "security-framework-sys",
 8455 "tempfile",
 8456]
 8457
 8458[[package]]
 8459name = "nbformat"
 8460version = "0.10.0"
 8461source = "registry+https://github.com/rust-lang/crates.io-index"
 8462checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8463dependencies = [
 8464 "anyhow",
 8465 "chrono",
 8466 "jupyter-protocol",
 8467 "serde",
 8468 "serde_json",
 8469 "thiserror 1.0.69",
 8470 "uuid",
 8471]
 8472
 8473[[package]]
 8474name = "ndk"
 8475version = "0.8.0"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8478dependencies = [
 8479 "bitflags 2.8.0",
 8480 "jni-sys",
 8481 "log",
 8482 "ndk-sys",
 8483 "num_enum",
 8484 "thiserror 1.0.69",
 8485]
 8486
 8487[[package]]
 8488name = "ndk-context"
 8489version = "0.1.1"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8492
 8493[[package]]
 8494name = "ndk-sys"
 8495version = "0.5.0+25.2.9519653"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8498dependencies = [
 8499 "jni-sys",
 8500]
 8501
 8502[[package]]
 8503name = "new_debug_unreachable"
 8504version = "1.0.6"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8507
 8508[[package]]
 8509name = "nix"
 8510version = "0.29.0"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8513dependencies = [
 8514 "bitflags 2.8.0",
 8515 "cfg-if",
 8516 "cfg_aliases 0.2.1",
 8517 "libc",
 8518 "memoffset",
 8519]
 8520
 8521[[package]]
 8522name = "node_runtime"
 8523version = "0.1.0"
 8524dependencies = [
 8525 "anyhow",
 8526 "async-compression",
 8527 "async-std",
 8528 "async-tar",
 8529 "async-trait",
 8530 "async-watch",
 8531 "async_zip",
 8532 "futures 0.3.31",
 8533 "http_client",
 8534 "log",
 8535 "paths",
 8536 "semver",
 8537 "serde",
 8538 "serde_json",
 8539 "smol",
 8540 "tempfile",
 8541 "util",
 8542 "walkdir",
 8543 "which 6.0.3",
 8544]
 8545
 8546[[package]]
 8547name = "nom"
 8548version = "7.1.3"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8551dependencies = [
 8552 "memchr",
 8553 "minimal-lexical",
 8554]
 8555
 8556[[package]]
 8557name = "noop_proc_macro"
 8558version = "0.3.0"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8561
 8562[[package]]
 8563name = "normpath"
 8564version = "1.3.0"
 8565source = "registry+https://github.com/rust-lang/crates.io-index"
 8566checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8567dependencies = [
 8568 "windows-sys 0.59.0",
 8569]
 8570
 8571[[package]]
 8572name = "notifications"
 8573version = "0.1.0"
 8574dependencies = [
 8575 "anyhow",
 8576 "channel",
 8577 "client",
 8578 "collections",
 8579 "component",
 8580 "db",
 8581 "gpui",
 8582 "linkme",
 8583 "rpc",
 8584 "settings",
 8585 "sum_tree",
 8586 "time",
 8587 "ui",
 8588 "util",
 8589 "workspace",
 8590]
 8591
 8592[[package]]
 8593name = "notify"
 8594version = "6.1.1"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8597dependencies = [
 8598 "bitflags 2.8.0",
 8599 "crossbeam-channel",
 8600 "filetime",
 8601 "fsevent-sys 4.1.0",
 8602 "inotify 0.9.6",
 8603 "kqueue",
 8604 "libc",
 8605 "log",
 8606 "mio 0.8.11",
 8607 "walkdir",
 8608 "windows-sys 0.48.0",
 8609]
 8610
 8611[[package]]
 8612name = "notify"
 8613version = "8.0.0"
 8614source = "registry+https://github.com/rust-lang/crates.io-index"
 8615checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8616dependencies = [
 8617 "bitflags 2.8.0",
 8618 "filetime",
 8619 "fsevent-sys 4.1.0",
 8620 "inotify 0.11.0",
 8621 "kqueue",
 8622 "libc",
 8623 "log",
 8624 "mio 1.0.3",
 8625 "notify-types",
 8626 "walkdir",
 8627 "windows-sys 0.59.0",
 8628]
 8629
 8630[[package]]
 8631name = "notify-debouncer-mini"
 8632version = "0.6.0"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8635dependencies = [
 8636 "log",
 8637 "notify 8.0.0",
 8638 "notify-types",
 8639 "tempfile",
 8640]
 8641
 8642[[package]]
 8643name = "notify-types"
 8644version = "2.0.0"
 8645source = "registry+https://github.com/rust-lang/crates.io-index"
 8646checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8647
 8648[[package]]
 8649name = "ntapi"
 8650version = "0.4.1"
 8651source = "registry+https://github.com/rust-lang/crates.io-index"
 8652checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8653dependencies = [
 8654 "winapi",
 8655]
 8656
 8657[[package]]
 8658name = "nu-ansi-term"
 8659version = "0.46.0"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8662dependencies = [
 8663 "overload",
 8664 "winapi",
 8665]
 8666
 8667[[package]]
 8668name = "num"
 8669version = "0.4.3"
 8670source = "registry+https://github.com/rust-lang/crates.io-index"
 8671checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8672dependencies = [
 8673 "num-bigint",
 8674 "num-complex",
 8675 "num-integer",
 8676 "num-iter",
 8677 "num-rational",
 8678 "num-traits",
 8679]
 8680
 8681[[package]]
 8682name = "num-bigint"
 8683version = "0.4.6"
 8684source = "registry+https://github.com/rust-lang/crates.io-index"
 8685checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8686dependencies = [
 8687 "num-integer",
 8688 "num-traits",
 8689]
 8690
 8691[[package]]
 8692name = "num-bigint-dig"
 8693version = "0.8.4"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8696dependencies = [
 8697 "byteorder",
 8698 "lazy_static",
 8699 "libm",
 8700 "num-integer",
 8701 "num-iter",
 8702 "num-traits",
 8703 "rand 0.8.5",
 8704 "serde",
 8705 "smallvec",
 8706 "zeroize",
 8707]
 8708
 8709[[package]]
 8710name = "num-complex"
 8711version = "0.4.6"
 8712source = "registry+https://github.com/rust-lang/crates.io-index"
 8713checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8714dependencies = [
 8715 "num-traits",
 8716]
 8717
 8718[[package]]
 8719name = "num-conv"
 8720version = "0.1.0"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8723
 8724[[package]]
 8725name = "num-derive"
 8726version = "0.4.2"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8729dependencies = [
 8730 "proc-macro2",
 8731 "quote",
 8732 "syn 2.0.100",
 8733]
 8734
 8735[[package]]
 8736name = "num-format"
 8737version = "0.4.4"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8740dependencies = [
 8741 "arrayvec",
 8742 "itoa",
 8743]
 8744
 8745[[package]]
 8746name = "num-integer"
 8747version = "0.1.46"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8750dependencies = [
 8751 "num-traits",
 8752]
 8753
 8754[[package]]
 8755name = "num-iter"
 8756version = "0.1.45"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8759dependencies = [
 8760 "autocfg",
 8761 "num-integer",
 8762 "num-traits",
 8763]
 8764
 8765[[package]]
 8766name = "num-modular"
 8767version = "0.6.1"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8770
 8771[[package]]
 8772name = "num-order"
 8773version = "1.2.0"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8776dependencies = [
 8777 "num-modular",
 8778]
 8779
 8780[[package]]
 8781name = "num-rational"
 8782version = "0.4.2"
 8783source = "registry+https://github.com/rust-lang/crates.io-index"
 8784checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8785dependencies = [
 8786 "num-bigint",
 8787 "num-integer",
 8788 "num-traits",
 8789]
 8790
 8791[[package]]
 8792name = "num-traits"
 8793version = "0.2.19"
 8794source = "registry+https://github.com/rust-lang/crates.io-index"
 8795checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8796dependencies = [
 8797 "autocfg",
 8798 "libm",
 8799]
 8800
 8801[[package]]
 8802name = "num_cpus"
 8803version = "1.16.0"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8806dependencies = [
 8807 "hermit-abi 0.3.9",
 8808 "libc",
 8809]
 8810
 8811[[package]]
 8812name = "num_enum"
 8813version = "0.7.3"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8816dependencies = [
 8817 "num_enum_derive",
 8818]
 8819
 8820[[package]]
 8821name = "num_enum_derive"
 8822version = "0.7.3"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8825dependencies = [
 8826 "proc-macro-crate",
 8827 "proc-macro2",
 8828 "quote",
 8829 "syn 2.0.100",
 8830]
 8831
 8832[[package]]
 8833name = "num_threads"
 8834version = "0.1.7"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8837dependencies = [
 8838 "libc",
 8839]
 8840
 8841[[package]]
 8842name = "nvim-rs"
 8843version = "0.8.0-pre"
 8844source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8845dependencies = [
 8846 "async-trait",
 8847 "futures 0.3.31",
 8848 "log",
 8849 "parity-tokio-ipc",
 8850 "rmp",
 8851 "rmpv",
 8852 "tokio",
 8853 "tokio-util",
 8854 "winapi",
 8855]
 8856
 8857[[package]]
 8858name = "objc"
 8859version = "0.2.7"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8862dependencies = [
 8863 "malloc_buf",
 8864]
 8865
 8866[[package]]
 8867name = "objc-sys"
 8868version = "0.3.5"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8871
 8872[[package]]
 8873name = "objc2"
 8874version = "0.5.2"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8877dependencies = [
 8878 "objc-sys",
 8879 "objc2-encode",
 8880]
 8881
 8882[[package]]
 8883name = "objc2-app-kit"
 8884version = "0.2.2"
 8885source = "registry+https://github.com/rust-lang/crates.io-index"
 8886checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8887dependencies = [
 8888 "bitflags 2.8.0",
 8889 "block2",
 8890 "libc",
 8891 "objc2",
 8892 "objc2-core-data",
 8893 "objc2-core-image",
 8894 "objc2-foundation",
 8895 "objc2-quartz-core",
 8896]
 8897
 8898[[package]]
 8899name = "objc2-cloud-kit"
 8900version = "0.2.2"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8903dependencies = [
 8904 "bitflags 2.8.0",
 8905 "block2",
 8906 "objc2",
 8907 "objc2-core-location",
 8908 "objc2-foundation",
 8909]
 8910
 8911[[package]]
 8912name = "objc2-contacts"
 8913version = "0.2.2"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8916dependencies = [
 8917 "block2",
 8918 "objc2",
 8919 "objc2-foundation",
 8920]
 8921
 8922[[package]]
 8923name = "objc2-core-data"
 8924version = "0.2.2"
 8925source = "registry+https://github.com/rust-lang/crates.io-index"
 8926checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8927dependencies = [
 8928 "bitflags 2.8.0",
 8929 "block2",
 8930 "objc2",
 8931 "objc2-foundation",
 8932]
 8933
 8934[[package]]
 8935name = "objc2-core-image"
 8936version = "0.2.2"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8939dependencies = [
 8940 "block2",
 8941 "objc2",
 8942 "objc2-foundation",
 8943 "objc2-metal",
 8944]
 8945
 8946[[package]]
 8947name = "objc2-core-location"
 8948version = "0.2.2"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8951dependencies = [
 8952 "block2",
 8953 "objc2",
 8954 "objc2-contacts",
 8955 "objc2-foundation",
 8956]
 8957
 8958[[package]]
 8959name = "objc2-encode"
 8960version = "4.0.3"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8963
 8964[[package]]
 8965name = "objc2-foundation"
 8966version = "0.2.2"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8969dependencies = [
 8970 "bitflags 2.8.0",
 8971 "block2",
 8972 "libc",
 8973 "objc2",
 8974]
 8975
 8976[[package]]
 8977name = "objc2-link-presentation"
 8978version = "0.2.2"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8981dependencies = [
 8982 "block2",
 8983 "objc2",
 8984 "objc2-app-kit",
 8985 "objc2-foundation",
 8986]
 8987
 8988[[package]]
 8989name = "objc2-metal"
 8990version = "0.2.2"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8993dependencies = [
 8994 "bitflags 2.8.0",
 8995 "block2",
 8996 "objc2",
 8997 "objc2-foundation",
 8998]
 8999
 9000[[package]]
 9001name = "objc2-quartz-core"
 9002version = "0.2.2"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9005dependencies = [
 9006 "bitflags 2.8.0",
 9007 "block2",
 9008 "objc2",
 9009 "objc2-foundation",
 9010 "objc2-metal",
 9011]
 9012
 9013[[package]]
 9014name = "objc2-symbols"
 9015version = "0.2.2"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9018dependencies = [
 9019 "objc2",
 9020 "objc2-foundation",
 9021]
 9022
 9023[[package]]
 9024name = "objc2-ui-kit"
 9025version = "0.2.2"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9028dependencies = [
 9029 "bitflags 2.8.0",
 9030 "block2",
 9031 "objc2",
 9032 "objc2-cloud-kit",
 9033 "objc2-core-data",
 9034 "objc2-core-image",
 9035 "objc2-core-location",
 9036 "objc2-foundation",
 9037 "objc2-link-presentation",
 9038 "objc2-quartz-core",
 9039 "objc2-symbols",
 9040 "objc2-uniform-type-identifiers",
 9041 "objc2-user-notifications",
 9042]
 9043
 9044[[package]]
 9045name = "objc2-uniform-type-identifiers"
 9046version = "0.2.2"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9049dependencies = [
 9050 "block2",
 9051 "objc2",
 9052 "objc2-foundation",
 9053]
 9054
 9055[[package]]
 9056name = "objc2-user-notifications"
 9057version = "0.2.2"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9060dependencies = [
 9061 "bitflags 2.8.0",
 9062 "block2",
 9063 "objc2",
 9064 "objc2-core-location",
 9065 "objc2-foundation",
 9066]
 9067
 9068[[package]]
 9069name = "object"
 9070version = "0.36.5"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9073dependencies = [
 9074 "crc32fast",
 9075 "hashbrown 0.15.2",
 9076 "indexmap",
 9077 "memchr",
 9078]
 9079
 9080[[package]]
 9081name = "oboe"
 9082version = "0.6.1"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9085dependencies = [
 9086 "jni",
 9087 "ndk",
 9088 "ndk-context",
 9089 "num-derive",
 9090 "num-traits",
 9091 "oboe-sys",
 9092]
 9093
 9094[[package]]
 9095name = "oboe-sys"
 9096version = "0.6.1"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9099dependencies = [
 9100 "cc",
 9101]
 9102
 9103[[package]]
 9104name = "ollama"
 9105version = "0.1.0"
 9106dependencies = [
 9107 "anyhow",
 9108 "futures 0.3.31",
 9109 "http_client",
 9110 "schemars",
 9111 "serde",
 9112 "serde_json",
 9113]
 9114
 9115[[package]]
 9116name = "once_cell"
 9117version = "1.20.3"
 9118source = "registry+https://github.com/rust-lang/crates.io-index"
 9119checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9120
 9121[[package]]
 9122name = "oo7"
 9123version = "0.4.1"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9126dependencies = [
 9127 "aes",
 9128 "ashpd",
 9129 "async-fs",
 9130 "async-io",
 9131 "async-lock",
 9132 "blocking",
 9133 "cbc",
 9134 "cipher",
 9135 "digest",
 9136 "endi",
 9137 "futures-lite 2.6.0",
 9138 "futures-util",
 9139 "getrandom 0.3.1",
 9140 "hkdf",
 9141 "hmac",
 9142 "md-5",
 9143 "num",
 9144 "num-bigint-dig",
 9145 "pbkdf2 0.12.2",
 9146 "rand 0.9.0",
 9147 "serde",
 9148 "sha2",
 9149 "subtle",
 9150 "zbus",
 9151 "zbus_macros",
 9152 "zeroize",
 9153 "zvariant",
 9154]
 9155
 9156[[package]]
 9157name = "oorandom"
 9158version = "11.1.4"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9161
 9162[[package]]
 9163name = "open"
 9164version = "5.3.2"
 9165source = "registry+https://github.com/rust-lang/crates.io-index"
 9166checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9167dependencies = [
 9168 "is-wsl",
 9169 "libc",
 9170 "pathdiff",
 9171]
 9172
 9173[[package]]
 9174name = "open_ai"
 9175version = "0.1.0"
 9176dependencies = [
 9177 "anyhow",
 9178 "futures 0.3.31",
 9179 "http_client",
 9180 "schemars",
 9181 "serde",
 9182 "serde_json",
 9183 "strum",
 9184]
 9185
 9186[[package]]
 9187name = "opener"
 9188version = "0.7.2"
 9189source = "registry+https://github.com/rust-lang/crates.io-index"
 9190checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9191dependencies = [
 9192 "bstr",
 9193 "dbus",
 9194 "normpath",
 9195 "windows-sys 0.59.0",
 9196]
 9197
 9198[[package]]
 9199name = "openssl"
 9200version = "0.10.70"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9203dependencies = [
 9204 "bitflags 2.8.0",
 9205 "cfg-if",
 9206 "foreign-types 0.3.2",
 9207 "libc",
 9208 "once_cell",
 9209 "openssl-macros",
 9210 "openssl-sys",
 9211]
 9212
 9213[[package]]
 9214name = "openssl-macros"
 9215version = "0.1.1"
 9216source = "registry+https://github.com/rust-lang/crates.io-index"
 9217checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9218dependencies = [
 9219 "proc-macro2",
 9220 "quote",
 9221 "syn 2.0.100",
 9222]
 9223
 9224[[package]]
 9225name = "openssl-probe"
 9226version = "0.1.5"
 9227source = "registry+https://github.com/rust-lang/crates.io-index"
 9228checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9229
 9230[[package]]
 9231name = "openssl-src"
 9232version = "300.4.1+3.4.0"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9235dependencies = [
 9236 "cc",
 9237]
 9238
 9239[[package]]
 9240name = "openssl-sys"
 9241version = "0.9.105"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9244dependencies = [
 9245 "cc",
 9246 "libc",
 9247 "openssl-src",
 9248 "pkg-config",
 9249 "vcpkg",
 9250]
 9251
 9252[[package]]
 9253name = "option-ext"
 9254version = "0.2.0"
 9255source = "registry+https://github.com/rust-lang/crates.io-index"
 9256checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9257
 9258[[package]]
 9259name = "ordered-float"
 9260version = "2.10.1"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9263dependencies = [
 9264 "num-traits",
 9265]
 9266
 9267[[package]]
 9268name = "ordered-float"
 9269version = "3.9.2"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9272dependencies = [
 9273 "num-traits",
 9274]
 9275
 9276[[package]]
 9277name = "ordered-stream"
 9278version = "0.2.0"
 9279source = "registry+https://github.com/rust-lang/crates.io-index"
 9280checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9281dependencies = [
 9282 "futures-core",
 9283 "pin-project-lite",
 9284]
 9285
 9286[[package]]
 9287name = "ouroboros"
 9288version = "0.18.4"
 9289source = "registry+https://github.com/rust-lang/crates.io-index"
 9290checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9291dependencies = [
 9292 "aliasable",
 9293 "ouroboros_macro",
 9294 "static_assertions",
 9295]
 9296
 9297[[package]]
 9298name = "ouroboros_macro"
 9299version = "0.18.4"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9302dependencies = [
 9303 "heck 0.4.1",
 9304 "itertools 0.12.1",
 9305 "proc-macro2",
 9306 "proc-macro2-diagnostics",
 9307 "quote",
 9308 "syn 2.0.100",
 9309]
 9310
 9311[[package]]
 9312name = "outline"
 9313version = "0.1.0"
 9314dependencies = [
 9315 "editor",
 9316 "fuzzy",
 9317 "gpui",
 9318 "indoc",
 9319 "language",
 9320 "menu",
 9321 "ordered-float 2.10.1",
 9322 "picker",
 9323 "project",
 9324 "rope",
 9325 "serde_json",
 9326 "settings",
 9327 "smol",
 9328 "theme",
 9329 "tree-sitter-rust",
 9330 "tree-sitter-typescript",
 9331 "ui",
 9332 "util",
 9333 "workspace",
 9334 "zed_actions",
 9335]
 9336
 9337[[package]]
 9338name = "outline_panel"
 9339version = "0.1.0"
 9340dependencies = [
 9341 "anyhow",
 9342 "collections",
 9343 "db",
 9344 "editor",
 9345 "file_icons",
 9346 "fuzzy",
 9347 "gpui",
 9348 "itertools 0.14.0",
 9349 "language",
 9350 "log",
 9351 "menu",
 9352 "outline",
 9353 "pretty_assertions",
 9354 "project",
 9355 "schemars",
 9356 "search",
 9357 "serde",
 9358 "serde_json",
 9359 "settings",
 9360 "smallvec",
 9361 "smol",
 9362 "theme",
 9363 "ui",
 9364 "util",
 9365 "workspace",
 9366 "worktree",
 9367 "zed_actions",
 9368]
 9369
 9370[[package]]
 9371name = "outref"
 9372version = "0.5.1"
 9373source = "registry+https://github.com/rust-lang/crates.io-index"
 9374checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9375
 9376[[package]]
 9377name = "overload"
 9378version = "0.1.1"
 9379source = "registry+https://github.com/rust-lang/crates.io-index"
 9380checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9381
 9382[[package]]
 9383name = "p256"
 9384version = "0.11.1"
 9385source = "registry+https://github.com/rust-lang/crates.io-index"
 9386checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9387dependencies = [
 9388 "ecdsa",
 9389 "elliptic-curve",
 9390 "sha2",
 9391]
 9392
 9393[[package]]
 9394name = "page_size"
 9395version = "0.6.0"
 9396source = "registry+https://github.com/rust-lang/crates.io-index"
 9397checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9398dependencies = [
 9399 "libc",
 9400 "winapi",
 9401]
 9402
 9403[[package]]
 9404name = "palette"
 9405version = "0.7.6"
 9406source = "registry+https://github.com/rust-lang/crates.io-index"
 9407checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9408dependencies = [
 9409 "approx",
 9410 "fast-srgb8",
 9411 "palette_derive",
 9412]
 9413
 9414[[package]]
 9415name = "palette_derive"
 9416version = "0.7.6"
 9417source = "registry+https://github.com/rust-lang/crates.io-index"
 9418checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9419dependencies = [
 9420 "by_address",
 9421 "proc-macro2",
 9422 "quote",
 9423 "syn 2.0.100",
 9424]
 9425
 9426[[package]]
 9427name = "panel"
 9428version = "0.1.0"
 9429dependencies = [
 9430 "editor",
 9431 "gpui",
 9432 "settings",
 9433 "theme",
 9434 "ui",
 9435 "workspace",
 9436]
 9437
 9438[[package]]
 9439name = "parity-tokio-ipc"
 9440version = "0.9.0"
 9441source = "registry+https://github.com/rust-lang/crates.io-index"
 9442checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9443dependencies = [
 9444 "futures 0.3.31",
 9445 "libc",
 9446 "log",
 9447 "rand 0.7.3",
 9448 "tokio",
 9449 "winapi",
 9450]
 9451
 9452[[package]]
 9453name = "parking"
 9454version = "2.2.1"
 9455source = "registry+https://github.com/rust-lang/crates.io-index"
 9456checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9457
 9458[[package]]
 9459name = "parking_lot"
 9460version = "0.12.3"
 9461source = "registry+https://github.com/rust-lang/crates.io-index"
 9462checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9463dependencies = [
 9464 "lock_api",
 9465 "parking_lot_core",
 9466]
 9467
 9468[[package]]
 9469name = "parking_lot_core"
 9470version = "0.9.10"
 9471source = "registry+https://github.com/rust-lang/crates.io-index"
 9472checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9473dependencies = [
 9474 "cfg-if",
 9475 "libc",
 9476 "redox_syscall 0.5.8",
 9477 "smallvec",
 9478 "windows-targets 0.52.6",
 9479]
 9480
 9481[[package]]
 9482name = "password-hash"
 9483version = "0.4.2"
 9484source = "registry+https://github.com/rust-lang/crates.io-index"
 9485checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9486dependencies = [
 9487 "base64ct",
 9488 "rand_core 0.6.4",
 9489 "subtle",
 9490]
 9491
 9492[[package]]
 9493name = "password-hash"
 9494version = "0.5.0"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9497dependencies = [
 9498 "base64ct",
 9499 "rand_core 0.6.4",
 9500 "subtle",
 9501]
 9502
 9503[[package]]
 9504name = "paste"
 9505version = "1.0.15"
 9506source = "registry+https://github.com/rust-lang/crates.io-index"
 9507checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9508
 9509[[package]]
 9510name = "pathdiff"
 9511version = "0.2.3"
 9512source = "registry+https://github.com/rust-lang/crates.io-index"
 9513checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9514
 9515[[package]]
 9516name = "pathfinder_geometry"
 9517version = "0.5.1"
 9518source = "registry+https://github.com/rust-lang/crates.io-index"
 9519checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9520dependencies = [
 9521 "log",
 9522 "pathfinder_simd",
 9523]
 9524
 9525[[package]]
 9526name = "pathfinder_simd"
 9527version = "0.5.4"
 9528source = "registry+https://github.com/rust-lang/crates.io-index"
 9529checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9530dependencies = [
 9531 "rustc_version",
 9532]
 9533
 9534[[package]]
 9535name = "paths"
 9536version = "0.1.0"
 9537dependencies = [
 9538 "dirs 4.0.0",
 9539 "util",
 9540]
 9541
 9542[[package]]
 9543name = "pbjson"
 9544version = "0.6.0"
 9545source = "registry+https://github.com/rust-lang/crates.io-index"
 9546checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9547dependencies = [
 9548 "base64 0.21.7",
 9549 "serde",
 9550]
 9551
 9552[[package]]
 9553name = "pbjson-build"
 9554version = "0.6.2"
 9555source = "registry+https://github.com/rust-lang/crates.io-index"
 9556checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9557dependencies = [
 9558 "heck 0.4.1",
 9559 "itertools 0.11.0",
 9560 "prost 0.12.6",
 9561 "prost-types 0.12.6",
 9562]
 9563
 9564[[package]]
 9565name = "pbjson-types"
 9566version = "0.6.0"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9569dependencies = [
 9570 "bytes 1.10.1",
 9571 "chrono",
 9572 "pbjson",
 9573 "pbjson-build",
 9574 "prost 0.12.6",
 9575 "prost-build 0.12.6",
 9576 "serde",
 9577]
 9578
 9579[[package]]
 9580name = "pbkdf2"
 9581version = "0.11.0"
 9582source = "registry+https://github.com/rust-lang/crates.io-index"
 9583checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9584dependencies = [
 9585 "digest",
 9586 "hmac",
 9587 "password-hash 0.4.2",
 9588 "sha2",
 9589]
 9590
 9591[[package]]
 9592name = "pbkdf2"
 9593version = "0.12.2"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9596dependencies = [
 9597 "digest",
 9598 "hmac",
 9599]
 9600
 9601[[package]]
 9602name = "pem"
 9603version = "3.0.4"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9606dependencies = [
 9607 "base64 0.22.1",
 9608 "serde",
 9609]
 9610
 9611[[package]]
 9612name = "pem-rfc7468"
 9613version = "0.7.0"
 9614source = "registry+https://github.com/rust-lang/crates.io-index"
 9615checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9616dependencies = [
 9617 "base64ct",
 9618]
 9619
 9620[[package]]
 9621name = "percent-encoding"
 9622version = "2.3.1"
 9623source = "registry+https://github.com/rust-lang/crates.io-index"
 9624checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9625
 9626[[package]]
 9627name = "perplexity"
 9628version = "0.1.0"
 9629dependencies = [
 9630 "serde",
 9631 "zed_extension_api 0.4.0",
 9632]
 9633
 9634[[package]]
 9635name = "pest"
 9636version = "2.7.15"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9639dependencies = [
 9640 "memchr",
 9641 "thiserror 2.0.12",
 9642 "ucd-trie",
 9643]
 9644
 9645[[package]]
 9646name = "pest_derive"
 9647version = "2.7.15"
 9648source = "registry+https://github.com/rust-lang/crates.io-index"
 9649checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9650dependencies = [
 9651 "pest",
 9652 "pest_generator",
 9653]
 9654
 9655[[package]]
 9656name = "pest_generator"
 9657version = "2.7.15"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9660dependencies = [
 9661 "pest",
 9662 "pest_meta",
 9663 "proc-macro2",
 9664 "quote",
 9665 "syn 2.0.100",
 9666]
 9667
 9668[[package]]
 9669name = "pest_meta"
 9670version = "2.7.15"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9673dependencies = [
 9674 "once_cell",
 9675 "pest",
 9676 "sha2",
 9677]
 9678
 9679[[package]]
 9680name = "pet"
 9681version = "0.1.0"
 9682source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9683dependencies = [
 9684 "clap",
 9685 "env_logger 0.10.2",
 9686 "lazy_static",
 9687 "log",
 9688 "msvc_spectre_libs",
 9689 "pet-conda",
 9690 "pet-core",
 9691 "pet-env-var-path",
 9692 "pet-fs",
 9693 "pet-global-virtualenvs",
 9694 "pet-homebrew",
 9695 "pet-jsonrpc",
 9696 "pet-linux-global-python",
 9697 "pet-mac-commandlinetools",
 9698 "pet-mac-python-org",
 9699 "pet-mac-xcode",
 9700 "pet-pipenv",
 9701 "pet-pixi",
 9702 "pet-poetry",
 9703 "pet-pyenv",
 9704 "pet-python-utils",
 9705 "pet-reporter",
 9706 "pet-telemetry",
 9707 "pet-venv",
 9708 "pet-virtualenv",
 9709 "pet-virtualenvwrapper",
 9710 "pet-windows-registry",
 9711 "pet-windows-store",
 9712 "serde",
 9713 "serde_json",
 9714]
 9715
 9716[[package]]
 9717name = "pet-conda"
 9718version = "0.1.0"
 9719source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9720dependencies = [
 9721 "env_logger 0.10.2",
 9722 "lazy_static",
 9723 "log",
 9724 "msvc_spectre_libs",
 9725 "pet-core",
 9726 "pet-fs",
 9727 "pet-python-utils",
 9728 "pet-reporter",
 9729 "regex",
 9730 "serde",
 9731 "serde_json",
 9732 "yaml-rust2",
 9733]
 9734
 9735[[package]]
 9736name = "pet-core"
 9737version = "0.1.0"
 9738source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9739dependencies = [
 9740 "clap",
 9741 "lazy_static",
 9742 "log",
 9743 "msvc_spectre_libs",
 9744 "pet-fs",
 9745 "regex",
 9746 "serde",
 9747 "serde_json",
 9748]
 9749
 9750[[package]]
 9751name = "pet-env-var-path"
 9752version = "0.1.0"
 9753source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9754dependencies = [
 9755 "lazy_static",
 9756 "log",
 9757 "msvc_spectre_libs",
 9758 "pet-conda",
 9759 "pet-core",
 9760 "pet-fs",
 9761 "pet-python-utils",
 9762 "pet-virtualenv",
 9763 "regex",
 9764]
 9765
 9766[[package]]
 9767name = "pet-fs"
 9768version = "0.1.0"
 9769source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9770dependencies = [
 9771 "log",
 9772 "msvc_spectre_libs",
 9773]
 9774
 9775[[package]]
 9776name = "pet-global-virtualenvs"
 9777version = "0.1.0"
 9778source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9779dependencies = [
 9780 "log",
 9781 "msvc_spectre_libs",
 9782 "pet-conda",
 9783 "pet-core",
 9784 "pet-fs",
 9785 "pet-virtualenv",
 9786]
 9787
 9788[[package]]
 9789name = "pet-homebrew"
 9790version = "0.1.0"
 9791source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9792dependencies = [
 9793 "lazy_static",
 9794 "log",
 9795 "msvc_spectre_libs",
 9796 "pet-conda",
 9797 "pet-core",
 9798 "pet-fs",
 9799 "pet-python-utils",
 9800 "pet-virtualenv",
 9801 "regex",
 9802 "serde",
 9803 "serde_json",
 9804]
 9805
 9806[[package]]
 9807name = "pet-jsonrpc"
 9808version = "0.1.0"
 9809source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9810dependencies = [
 9811 "env_logger 0.10.2",
 9812 "log",
 9813 "msvc_spectre_libs",
 9814 "pet-core",
 9815 "serde",
 9816 "serde_json",
 9817]
 9818
 9819[[package]]
 9820name = "pet-linux-global-python"
 9821version = "0.1.0"
 9822source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9823dependencies = [
 9824 "log",
 9825 "msvc_spectre_libs",
 9826 "pet-core",
 9827 "pet-fs",
 9828 "pet-python-utils",
 9829 "pet-virtualenv",
 9830]
 9831
 9832[[package]]
 9833name = "pet-mac-commandlinetools"
 9834version = "0.1.0"
 9835source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9836dependencies = [
 9837 "log",
 9838 "msvc_spectre_libs",
 9839 "pet-core",
 9840 "pet-fs",
 9841 "pet-python-utils",
 9842 "pet-virtualenv",
 9843]
 9844
 9845[[package]]
 9846name = "pet-mac-python-org"
 9847version = "0.1.0"
 9848source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9849dependencies = [
 9850 "log",
 9851 "msvc_spectre_libs",
 9852 "pet-core",
 9853 "pet-fs",
 9854 "pet-python-utils",
 9855 "pet-virtualenv",
 9856]
 9857
 9858[[package]]
 9859name = "pet-mac-xcode"
 9860version = "0.1.0"
 9861source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9862dependencies = [
 9863 "log",
 9864 "msvc_spectre_libs",
 9865 "pet-core",
 9866 "pet-fs",
 9867 "pet-python-utils",
 9868 "pet-virtualenv",
 9869]
 9870
 9871[[package]]
 9872name = "pet-pipenv"
 9873version = "0.1.0"
 9874source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9875dependencies = [
 9876 "log",
 9877 "msvc_spectre_libs",
 9878 "pet-core",
 9879 "pet-fs",
 9880 "pet-python-utils",
 9881 "pet-virtualenv",
 9882]
 9883
 9884[[package]]
 9885name = "pet-pixi"
 9886version = "0.1.0"
 9887source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9888dependencies = [
 9889 "log",
 9890 "msvc_spectre_libs",
 9891 "pet-conda",
 9892 "pet-core",
 9893 "pet-python-utils",
 9894]
 9895
 9896[[package]]
 9897name = "pet-poetry"
 9898version = "0.1.0"
 9899source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9900dependencies = [
 9901 "base64 0.22.1",
 9902 "lazy_static",
 9903 "log",
 9904 "msvc_spectre_libs",
 9905 "pet-core",
 9906 "pet-fs",
 9907 "pet-python-utils",
 9908 "pet-reporter",
 9909 "pet-virtualenv",
 9910 "regex",
 9911 "serde",
 9912 "serde_json",
 9913 "sha2",
 9914 "toml 0.8.20",
 9915]
 9916
 9917[[package]]
 9918name = "pet-pyenv"
 9919version = "0.1.0"
 9920source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9921dependencies = [
 9922 "lazy_static",
 9923 "log",
 9924 "msvc_spectre_libs",
 9925 "pet-conda",
 9926 "pet-core",
 9927 "pet-fs",
 9928 "pet-python-utils",
 9929 "pet-reporter",
 9930 "regex",
 9931 "serde",
 9932 "serde_json",
 9933]
 9934
 9935[[package]]
 9936name = "pet-python-utils"
 9937version = "0.1.0"
 9938source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9939dependencies = [
 9940 "env_logger 0.10.2",
 9941 "lazy_static",
 9942 "log",
 9943 "msvc_spectre_libs",
 9944 "pet-core",
 9945 "pet-fs",
 9946 "regex",
 9947 "serde",
 9948 "serde_json",
 9949 "sha2",
 9950]
 9951
 9952[[package]]
 9953name = "pet-reporter"
 9954version = "0.1.0"
 9955source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9956dependencies = [
 9957 "env_logger 0.10.2",
 9958 "log",
 9959 "msvc_spectre_libs",
 9960 "pet-core",
 9961 "pet-jsonrpc",
 9962 "serde",
 9963 "serde_json",
 9964]
 9965
 9966[[package]]
 9967name = "pet-telemetry"
 9968version = "0.1.0"
 9969source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9970dependencies = [
 9971 "env_logger 0.10.2",
 9972 "lazy_static",
 9973 "log",
 9974 "msvc_spectre_libs",
 9975 "pet-core",
 9976 "pet-fs",
 9977 "pet-python-utils",
 9978 "regex",
 9979]
 9980
 9981[[package]]
 9982name = "pet-venv"
 9983version = "0.1.0"
 9984source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9985dependencies = [
 9986 "log",
 9987 "msvc_spectre_libs",
 9988 "pet-core",
 9989 "pet-python-utils",
 9990 "pet-virtualenv",
 9991]
 9992
 9993[[package]]
 9994name = "pet-virtualenv"
 9995version = "0.1.0"
 9996source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9997dependencies = [
 9998 "log",
 9999 "msvc_spectre_libs",
10000 "pet-core",
10001 "pet-fs",
10002 "pet-python-utils",
10003]
10004
10005[[package]]
10006name = "pet-virtualenvwrapper"
10007version = "0.1.0"
10008source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10009dependencies = [
10010 "log",
10011 "msvc_spectre_libs",
10012 "pet-core",
10013 "pet-fs",
10014 "pet-python-utils",
10015 "pet-virtualenv",
10016]
10017
10018[[package]]
10019name = "pet-windows-registry"
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-conda",
10027 "pet-core",
10028 "pet-fs",
10029 "pet-python-utils",
10030 "pet-virtualenv",
10031 "pet-windows-store",
10032 "regex",
10033 "winreg 0.52.0",
10034]
10035
10036[[package]]
10037name = "pet-windows-store"
10038version = "0.1.0"
10039source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10040dependencies = [
10041 "lazy_static",
10042 "log",
10043 "msvc_spectre_libs",
10044 "pet-core",
10045 "pet-fs",
10046 "pet-python-utils",
10047 "pet-virtualenv",
10048 "regex",
10049 "winreg 0.52.0",
10050]
10051
10052[[package]]
10053name = "petgraph"
10054version = "0.6.5"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10057dependencies = [
10058 "fixedbitset",
10059 "indexmap",
10060]
10061
10062[[package]]
10063name = "pgvector"
10064version = "0.4.0"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10067dependencies = [
10068 "serde",
10069]
10070
10071[[package]]
10072name = "phf"
10073version = "0.11.2"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10076dependencies = [
10077 "phf_macros",
10078 "phf_shared 0.11.2",
10079]
10080
10081[[package]]
10082name = "phf_codegen"
10083version = "0.11.2"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10086dependencies = [
10087 "phf_generator 0.11.2",
10088 "phf_shared 0.11.2",
10089]
10090
10091[[package]]
10092name = "phf_generator"
10093version = "0.10.0"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10096dependencies = [
10097 "phf_shared 0.10.0",
10098 "rand 0.8.5",
10099]
10100
10101[[package]]
10102name = "phf_generator"
10103version = "0.11.2"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10106dependencies = [
10107 "phf_shared 0.11.2",
10108 "rand 0.8.5",
10109]
10110
10111[[package]]
10112name = "phf_macros"
10113version = "0.11.2"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10116dependencies = [
10117 "phf_generator 0.11.2",
10118 "phf_shared 0.11.2",
10119 "proc-macro2",
10120 "quote",
10121 "syn 2.0.100",
10122]
10123
10124[[package]]
10125name = "phf_shared"
10126version = "0.10.0"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10129dependencies = [
10130 "siphasher 0.3.11",
10131]
10132
10133[[package]]
10134name = "phf_shared"
10135version = "0.11.2"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10138dependencies = [
10139 "siphasher 0.3.11",
10140]
10141
10142[[package]]
10143name = "picker"
10144version = "0.1.0"
10145dependencies = [
10146 "anyhow",
10147 "ctor",
10148 "editor",
10149 "env_logger 0.11.7",
10150 "gpui",
10151 "menu",
10152 "schemars",
10153 "serde",
10154 "serde_json",
10155 "ui",
10156 "util",
10157 "workspace",
10158]
10159
10160[[package]]
10161name = "pico-args"
10162version = "0.5.0"
10163source = "registry+https://github.com/rust-lang/crates.io-index"
10164checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10165
10166[[package]]
10167name = "pin-project"
10168version = "1.1.7"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10171dependencies = [
10172 "pin-project-internal",
10173]
10174
10175[[package]]
10176name = "pin-project-internal"
10177version = "1.1.7"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10180dependencies = [
10181 "proc-macro2",
10182 "quote",
10183 "syn 2.0.100",
10184]
10185
10186[[package]]
10187name = "pin-project-lite"
10188version = "0.2.16"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10191
10192[[package]]
10193name = "pin-utils"
10194version = "0.1.0"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10197
10198[[package]]
10199name = "piper"
10200version = "0.2.4"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10203dependencies = [
10204 "atomic-waker",
10205 "fastrand 2.3.0",
10206 "futures-io",
10207]
10208
10209[[package]]
10210name = "pkcs1"
10211version = "0.7.5"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10214dependencies = [
10215 "der 0.7.9",
10216 "pkcs8 0.10.2",
10217 "spki 0.7.3",
10218]
10219
10220[[package]]
10221name = "pkcs8"
10222version = "0.9.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10225dependencies = [
10226 "der 0.6.1",
10227 "spki 0.6.0",
10228]
10229
10230[[package]]
10231name = "pkcs8"
10232version = "0.10.2"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10235dependencies = [
10236 "der 0.7.9",
10237 "spki 0.7.3",
10238]
10239
10240[[package]]
10241name = "pkg-config"
10242version = "0.3.31"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10245
10246[[package]]
10247name = "plist"
10248version = "1.7.0"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10251dependencies = [
10252 "base64 0.22.1",
10253 "indexmap",
10254 "quick-xml 0.32.0",
10255 "serde",
10256 "time",
10257]
10258
10259[[package]]
10260name = "plotters"
10261version = "0.3.7"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10264dependencies = [
10265 "num-traits",
10266 "plotters-backend",
10267 "plotters-svg",
10268 "wasm-bindgen",
10269 "web-sys",
10270]
10271
10272[[package]]
10273name = "plotters-backend"
10274version = "0.3.7"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10277
10278[[package]]
10279name = "plotters-svg"
10280version = "0.3.7"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10283dependencies = [
10284 "plotters-backend",
10285]
10286
10287[[package]]
10288name = "png"
10289version = "0.17.15"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10292dependencies = [
10293 "bitflags 1.3.2",
10294 "crc32fast",
10295 "fdeflate",
10296 "flate2",
10297 "miniz_oxide",
10298]
10299
10300[[package]]
10301name = "polling"
10302version = "3.7.4"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10305dependencies = [
10306 "cfg-if",
10307 "concurrent-queue",
10308 "hermit-abi 0.4.0",
10309 "pin-project-lite",
10310 "rustix",
10311 "tracing",
10312 "windows-sys 0.59.0",
10313]
10314
10315[[package]]
10316name = "pollster"
10317version = "0.2.5"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10320
10321[[package]]
10322name = "portable-atomic"
10323version = "1.11.0"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10326
10327[[package]]
10328name = "portable-atomic-util"
10329version = "0.2.4"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10332dependencies = [
10333 "portable-atomic",
10334]
10335
10336[[package]]
10337name = "postage"
10338version = "0.5.0"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10341dependencies = [
10342 "atomic",
10343 "crossbeam-queue",
10344 "futures 0.3.31",
10345 "log",
10346 "parking_lot",
10347 "pin-project",
10348 "pollster",
10349 "static_assertions",
10350 "thiserror 1.0.69",
10351]
10352
10353[[package]]
10354name = "postcard"
10355version = "1.1.1"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10358dependencies = [
10359 "cobs",
10360 "embedded-io 0.4.0",
10361 "embedded-io 0.6.1",
10362 "serde",
10363]
10364
10365[[package]]
10366name = "powerfmt"
10367version = "0.2.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10370
10371[[package]]
10372name = "ppv-lite86"
10373version = "0.2.20"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10376dependencies = [
10377 "zerocopy 0.7.35",
10378]
10379
10380[[package]]
10381name = "precomputed-hash"
10382version = "0.1.1"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10385
10386[[package]]
10387name = "prettier"
10388version = "0.1.0"
10389dependencies = [
10390 "anyhow",
10391 "collections",
10392 "fs",
10393 "gpui",
10394 "language",
10395 "log",
10396 "lsp",
10397 "node_runtime",
10398 "parking_lot",
10399 "paths",
10400 "serde",
10401 "serde_json",
10402 "util",
10403]
10404
10405[[package]]
10406name = "pretty_assertions"
10407version = "1.4.1"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10410dependencies = [
10411 "diff",
10412 "yansi",
10413]
10414
10415[[package]]
10416name = "prettyplease"
10417version = "0.2.25"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10420dependencies = [
10421 "proc-macro2",
10422 "syn 2.0.100",
10423]
10424
10425[[package]]
10426name = "proc-macro-crate"
10427version = "3.2.0"
10428source = "registry+https://github.com/rust-lang/crates.io-index"
10429checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10430dependencies = [
10431 "toml_edit",
10432]
10433
10434[[package]]
10435name = "proc-macro-error-attr2"
10436version = "2.0.0"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10439dependencies = [
10440 "proc-macro2",
10441 "quote",
10442]
10443
10444[[package]]
10445name = "proc-macro-error2"
10446version = "2.0.1"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10449dependencies = [
10450 "proc-macro-error-attr2",
10451 "proc-macro2",
10452 "quote",
10453 "syn 2.0.100",
10454]
10455
10456[[package]]
10457name = "proc-macro2"
10458version = "1.0.94"
10459source = "registry+https://github.com/rust-lang/crates.io-index"
10460checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10461dependencies = [
10462 "unicode-ident",
10463]
10464
10465[[package]]
10466name = "proc-macro2-diagnostics"
10467version = "0.10.1"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10470dependencies = [
10471 "proc-macro2",
10472 "quote",
10473 "syn 2.0.100",
10474 "version_check",
10475 "yansi",
10476]
10477
10478[[package]]
10479name = "profiling"
10480version = "1.0.16"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10483dependencies = [
10484 "profiling-procmacros",
10485]
10486
10487[[package]]
10488name = "profiling-procmacros"
10489version = "1.0.16"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10492dependencies = [
10493 "quote",
10494 "syn 2.0.100",
10495]
10496
10497[[package]]
10498name = "project"
10499version = "0.1.0"
10500dependencies = [
10501 "aho-corasick",
10502 "anyhow",
10503 "askpass",
10504 "async-trait",
10505 "buffer_diff",
10506 "circular-buffer",
10507 "client",
10508 "clock",
10509 "collections",
10510 "dap",
10511 "dap_adapters",
10512 "env_logger 0.11.7",
10513 "extension",
10514 "fancy-regex 0.14.0",
10515 "fs",
10516 "futures 0.3.31",
10517 "fuzzy",
10518 "git",
10519 "git2",
10520 "globset",
10521 "gpui",
10522 "http_client",
10523 "image",
10524 "indexmap",
10525 "itertools 0.14.0",
10526 "language",
10527 "log",
10528 "lsp",
10529 "node_runtime",
10530 "parking_lot",
10531 "pathdiff",
10532 "paths",
10533 "postage",
10534 "prettier",
10535 "pretty_assertions",
10536 "rand 0.8.5",
10537 "regex",
10538 "release_channel",
10539 "remote",
10540 "rpc",
10541 "schemars",
10542 "serde",
10543 "serde_json",
10544 "settings",
10545 "sha2",
10546 "shellexpand 2.1.2",
10547 "shlex",
10548 "smol",
10549 "snippet",
10550 "snippet_provider",
10551 "sum_tree",
10552 "task",
10553 "tempfile",
10554 "terminal",
10555 "text",
10556 "toml 0.8.20",
10557 "unindent",
10558 "url",
10559 "util",
10560 "which 6.0.3",
10561 "worktree",
10562 "zlog",
10563]
10564
10565[[package]]
10566name = "project_panel"
10567version = "0.1.0"
10568dependencies = [
10569 "anyhow",
10570 "client",
10571 "collections",
10572 "command_palette_hooks",
10573 "db",
10574 "editor",
10575 "file_icons",
10576 "git",
10577 "gpui",
10578 "indexmap",
10579 "language",
10580 "menu",
10581 "pretty_assertions",
10582 "project",
10583 "schemars",
10584 "search",
10585 "serde",
10586 "serde_derive",
10587 "serde_json",
10588 "settings",
10589 "smallvec",
10590 "theme",
10591 "ui",
10592 "util",
10593 "workspace",
10594 "worktree",
10595 "zed_actions",
10596]
10597
10598[[package]]
10599name = "project_symbols"
10600version = "0.1.0"
10601dependencies = [
10602 "anyhow",
10603 "editor",
10604 "futures 0.3.31",
10605 "fuzzy",
10606 "gpui",
10607 "language",
10608 "lsp",
10609 "ordered-float 2.10.1",
10610 "picker",
10611 "project",
10612 "release_channel",
10613 "serde_json",
10614 "settings",
10615 "theme",
10616 "util",
10617 "workspace",
10618]
10619
10620[[package]]
10621name = "prometheus"
10622version = "0.13.4"
10623source = "registry+https://github.com/rust-lang/crates.io-index"
10624checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10625dependencies = [
10626 "cfg-if",
10627 "fnv",
10628 "lazy_static",
10629 "memchr",
10630 "parking_lot",
10631 "protobuf",
10632 "thiserror 1.0.69",
10633]
10634
10635[[package]]
10636name = "prompt_library"
10637version = "0.1.0"
10638dependencies = [
10639 "anyhow",
10640 "collections",
10641 "editor",
10642 "gpui",
10643 "language",
10644 "language_model",
10645 "log",
10646 "menu",
10647 "picker",
10648 "prompt_store",
10649 "release_channel",
10650 "rope",
10651 "serde",
10652 "settings",
10653 "theme",
10654 "ui",
10655 "util",
10656 "workspace",
10657 "zed_actions",
10658]
10659
10660[[package]]
10661name = "prompt_store"
10662version = "0.1.0"
10663dependencies = [
10664 "anyhow",
10665 "assets",
10666 "chrono",
10667 "collections",
10668 "fs",
10669 "futures 0.3.31",
10670 "fuzzy",
10671 "gpui",
10672 "handlebars 4.5.0",
10673 "heed",
10674 "language",
10675 "log",
10676 "parking_lot",
10677 "paths",
10678 "rope",
10679 "serde",
10680 "text",
10681 "util",
10682 "uuid",
10683]
10684
10685[[package]]
10686name = "prost"
10687version = "0.9.0"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10690dependencies = [
10691 "bytes 1.10.1",
10692 "prost-derive 0.9.0",
10693]
10694
10695[[package]]
10696name = "prost"
10697version = "0.12.6"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10700dependencies = [
10701 "bytes 1.10.1",
10702 "prost-derive 0.12.6",
10703]
10704
10705[[package]]
10706name = "prost-build"
10707version = "0.9.0"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10710dependencies = [
10711 "bytes 1.10.1",
10712 "heck 0.3.3",
10713 "itertools 0.10.5",
10714 "lazy_static",
10715 "log",
10716 "multimap 0.8.3",
10717 "petgraph",
10718 "prost 0.9.0",
10719 "prost-types 0.9.0",
10720 "regex",
10721 "tempfile",
10722 "which 4.4.2",
10723]
10724
10725[[package]]
10726name = "prost-build"
10727version = "0.12.6"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10730dependencies = [
10731 "bytes 1.10.1",
10732 "heck 0.5.0",
10733 "itertools 0.12.1",
10734 "log",
10735 "multimap 0.10.0",
10736 "once_cell",
10737 "petgraph",
10738 "prettyplease",
10739 "prost 0.12.6",
10740 "prost-types 0.12.6",
10741 "regex",
10742 "syn 2.0.100",
10743 "tempfile",
10744]
10745
10746[[package]]
10747name = "prost-derive"
10748version = "0.9.0"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10751dependencies = [
10752 "anyhow",
10753 "itertools 0.10.5",
10754 "proc-macro2",
10755 "quote",
10756 "syn 1.0.109",
10757]
10758
10759[[package]]
10760name = "prost-derive"
10761version = "0.12.6"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10764dependencies = [
10765 "anyhow",
10766 "itertools 0.12.1",
10767 "proc-macro2",
10768 "quote",
10769 "syn 2.0.100",
10770]
10771
10772[[package]]
10773name = "prost-types"
10774version = "0.9.0"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10777dependencies = [
10778 "bytes 1.10.1",
10779 "prost 0.9.0",
10780]
10781
10782[[package]]
10783name = "prost-types"
10784version = "0.12.6"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10787dependencies = [
10788 "prost 0.12.6",
10789]
10790
10791[[package]]
10792name = "proto"
10793version = "0.1.0"
10794dependencies = [
10795 "anyhow",
10796 "collections",
10797 "prost 0.9.0",
10798 "prost-build 0.9.0",
10799 "serde",
10800]
10801
10802[[package]]
10803name = "protobuf"
10804version = "2.28.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10807
10808[[package]]
10809name = "psm"
10810version = "0.1.24"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10813dependencies = [
10814 "cc",
10815]
10816
10817[[package]]
10818name = "ptr_meta"
10819version = "0.1.4"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10822dependencies = [
10823 "ptr_meta_derive",
10824]
10825
10826[[package]]
10827name = "ptr_meta_derive"
10828version = "0.1.4"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10831dependencies = [
10832 "proc-macro2",
10833 "quote",
10834 "syn 1.0.109",
10835]
10836
10837[[package]]
10838name = "pulldown-cmark"
10839version = "0.10.3"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10842dependencies = [
10843 "bitflags 2.8.0",
10844 "memchr",
10845 "pulldown-cmark-escape",
10846 "unicase",
10847]
10848
10849[[package]]
10850name = "pulldown-cmark"
10851version = "0.12.2"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10854dependencies = [
10855 "bitflags 2.8.0",
10856 "memchr",
10857 "unicase",
10858]
10859
10860[[package]]
10861name = "pulldown-cmark-escape"
10862version = "0.10.1"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10865
10866[[package]]
10867name = "pulley-interpreter"
10868version = "29.0.1"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10871dependencies = [
10872 "cranelift-bitset",
10873 "log",
10874 "sptr",
10875 "wasmtime-math",
10876]
10877
10878[[package]]
10879name = "qoi"
10880version = "0.4.1"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10883dependencies = [
10884 "bytemuck",
10885]
10886
10887[[package]]
10888name = "quick-error"
10889version = "2.0.1"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10892
10893[[package]]
10894name = "quick-xml"
10895version = "0.32.0"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10898dependencies = [
10899 "memchr",
10900]
10901
10902[[package]]
10903name = "quick-xml"
10904version = "0.37.2"
10905source = "registry+https://github.com/rust-lang/crates.io-index"
10906checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10907dependencies = [
10908 "memchr",
10909]
10910
10911[[package]]
10912name = "quinn"
10913version = "0.11.6"
10914source = "registry+https://github.com/rust-lang/crates.io-index"
10915checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10916dependencies = [
10917 "bytes 1.10.1",
10918 "pin-project-lite",
10919 "quinn-proto",
10920 "quinn-udp",
10921 "rustc-hash 2.1.1",
10922 "rustls 0.23.25",
10923 "socket2",
10924 "thiserror 2.0.12",
10925 "tokio",
10926 "tracing",
10927]
10928
10929[[package]]
10930name = "quinn-proto"
10931version = "0.11.9"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10934dependencies = [
10935 "bytes 1.10.1",
10936 "getrandom 0.2.15",
10937 "rand 0.8.5",
10938 "ring",
10939 "rustc-hash 2.1.1",
10940 "rustls 0.23.25",
10941 "rustls-pki-types",
10942 "slab",
10943 "thiserror 2.0.12",
10944 "tinyvec",
10945 "tracing",
10946 "web-time",
10947]
10948
10949[[package]]
10950name = "quinn-udp"
10951version = "0.5.9"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10954dependencies = [
10955 "cfg_aliases 0.2.1",
10956 "libc",
10957 "once_cell",
10958 "socket2",
10959 "tracing",
10960 "windows-sys 0.59.0",
10961]
10962
10963[[package]]
10964name = "quote"
10965version = "1.0.40"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10968dependencies = [
10969 "proc-macro2",
10970]
10971
10972[[package]]
10973name = "radium"
10974version = "0.7.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10977
10978[[package]]
10979name = "rand"
10980version = "0.7.3"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10983dependencies = [
10984 "getrandom 0.1.16",
10985 "libc",
10986 "rand_chacha 0.2.2",
10987 "rand_core 0.5.1",
10988 "rand_hc",
10989]
10990
10991[[package]]
10992name = "rand"
10993version = "0.8.5"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10996dependencies = [
10997 "libc",
10998 "rand_chacha 0.3.1",
10999 "rand_core 0.6.4",
11000]
11001
11002[[package]]
11003name = "rand"
11004version = "0.9.0"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11007dependencies = [
11008 "rand_chacha 0.9.0",
11009 "rand_core 0.9.0",
11010 "zerocopy 0.8.18",
11011]
11012
11013[[package]]
11014name = "rand_chacha"
11015version = "0.2.2"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11018dependencies = [
11019 "ppv-lite86",
11020 "rand_core 0.5.1",
11021]
11022
11023[[package]]
11024name = "rand_chacha"
11025version = "0.3.1"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11028dependencies = [
11029 "ppv-lite86",
11030 "rand_core 0.6.4",
11031]
11032
11033[[package]]
11034name = "rand_chacha"
11035version = "0.9.0"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11038dependencies = [
11039 "ppv-lite86",
11040 "rand_core 0.9.0",
11041]
11042
11043[[package]]
11044name = "rand_core"
11045version = "0.5.1"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11048dependencies = [
11049 "getrandom 0.1.16",
11050]
11051
11052[[package]]
11053name = "rand_core"
11054version = "0.6.4"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11057dependencies = [
11058 "getrandom 0.2.15",
11059]
11060
11061[[package]]
11062name = "rand_core"
11063version = "0.9.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11066dependencies = [
11067 "getrandom 0.3.1",
11068 "zerocopy 0.8.18",
11069]
11070
11071[[package]]
11072name = "rand_hc"
11073version = "0.2.0"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11076dependencies = [
11077 "rand_core 0.5.1",
11078]
11079
11080[[package]]
11081name = "rangemap"
11082version = "1.5.1"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11085
11086[[package]]
11087name = "rav1e"
11088version = "0.7.1"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11091dependencies = [
11092 "arbitrary",
11093 "arg_enum_proc_macro",
11094 "arrayvec",
11095 "av1-grain",
11096 "bitstream-io",
11097 "built",
11098 "cfg-if",
11099 "interpolate_name",
11100 "itertools 0.12.1",
11101 "libc",
11102 "libfuzzer-sys",
11103 "log",
11104 "maybe-rayon",
11105 "new_debug_unreachable",
11106 "noop_proc_macro",
11107 "num-derive",
11108 "num-traits",
11109 "once_cell",
11110 "paste",
11111 "profiling",
11112 "rand 0.8.5",
11113 "rand_chacha 0.3.1",
11114 "simd_helpers",
11115 "system-deps",
11116 "thiserror 1.0.69",
11117 "v_frame",
11118 "wasm-bindgen",
11119]
11120
11121[[package]]
11122name = "ravif"
11123version = "0.11.11"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11126dependencies = [
11127 "avif-serialize",
11128 "imgref",
11129 "loop9",
11130 "quick-error",
11131 "rav1e",
11132 "rayon",
11133 "rgb",
11134]
11135
11136[[package]]
11137name = "raw-window-handle"
11138version = "0.6.2"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11141
11142[[package]]
11143name = "raw-window-metal"
11144version = "0.4.0"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11147dependencies = [
11148 "cocoa 0.25.0",
11149 "core-graphics 0.23.2",
11150 "objc",
11151 "raw-window-handle",
11152]
11153
11154[[package]]
11155name = "rayon"
11156version = "1.10.0"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11159dependencies = [
11160 "either",
11161 "rayon-core",
11162]
11163
11164[[package]]
11165name = "rayon-core"
11166version = "1.12.1"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11169dependencies = [
11170 "crossbeam-deque",
11171 "crossbeam-utils",
11172]
11173
11174[[package]]
11175name = "read-fonts"
11176version = "0.25.3"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11179dependencies = [
11180 "bytemuck",
11181 "font-types",
11182]
11183
11184[[package]]
11185name = "recent_projects"
11186version = "0.1.0"
11187dependencies = [
11188 "anyhow",
11189 "auto_update",
11190 "dap",
11191 "editor",
11192 "extension_host",
11193 "file_finder",
11194 "futures 0.3.31",
11195 "fuzzy",
11196 "gpui",
11197 "language",
11198 "log",
11199 "markdown",
11200 "menu",
11201 "ordered-float 2.10.1",
11202 "paths",
11203 "picker",
11204 "project",
11205 "release_channel",
11206 "remote",
11207 "schemars",
11208 "serde",
11209 "serde_json",
11210 "settings",
11211 "smol",
11212 "task",
11213 "telemetry",
11214 "theme",
11215 "ui",
11216 "util",
11217 "workspace",
11218 "zed_actions",
11219]
11220
11221[[package]]
11222name = "redox_syscall"
11223version = "0.2.16"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11226dependencies = [
11227 "bitflags 1.3.2",
11228]
11229
11230[[package]]
11231name = "redox_syscall"
11232version = "0.5.8"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11235dependencies = [
11236 "bitflags 2.8.0",
11237]
11238
11239[[package]]
11240name = "redox_users"
11241version = "0.4.6"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11244dependencies = [
11245 "getrandom 0.2.15",
11246 "libredox",
11247 "thiserror 1.0.69",
11248]
11249
11250[[package]]
11251name = "refineable"
11252version = "0.1.0"
11253dependencies = [
11254 "derive_refineable",
11255]
11256
11257[[package]]
11258name = "regalloc2"
11259version = "0.11.1"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11262dependencies = [
11263 "allocator-api2",
11264 "bumpalo",
11265 "hashbrown 0.15.2",
11266 "log",
11267 "rustc-hash 2.1.1",
11268 "smallvec",
11269]
11270
11271[[package]]
11272name = "regex"
11273version = "1.11.1"
11274source = "registry+https://github.com/rust-lang/crates.io-index"
11275checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11276dependencies = [
11277 "aho-corasick",
11278 "memchr",
11279 "regex-automata 0.4.9",
11280 "regex-syntax 0.8.5",
11281]
11282
11283[[package]]
11284name = "regex-automata"
11285version = "0.1.10"
11286source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11288dependencies = [
11289 "regex-syntax 0.6.29",
11290]
11291
11292[[package]]
11293name = "regex-automata"
11294version = "0.4.9"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11297dependencies = [
11298 "aho-corasick",
11299 "memchr",
11300 "regex-syntax 0.8.5",
11301]
11302
11303[[package]]
11304name = "regex-lite"
11305version = "0.1.6"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11308
11309[[package]]
11310name = "regex-syntax"
11311version = "0.6.29"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11314
11315[[package]]
11316name = "regex-syntax"
11317version = "0.8.5"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11320
11321[[package]]
11322name = "release_channel"
11323version = "0.1.0"
11324dependencies = [
11325 "gpui",
11326]
11327
11328[[package]]
11329name = "remote"
11330version = "0.1.0"
11331dependencies = [
11332 "anyhow",
11333 "askpass",
11334 "async-trait",
11335 "collections",
11336 "fs",
11337 "futures 0.3.31",
11338 "gpui",
11339 "itertools 0.14.0",
11340 "log",
11341 "parking_lot",
11342 "paths",
11343 "prost 0.9.0",
11344 "release_channel",
11345 "rpc",
11346 "schemars",
11347 "serde",
11348 "serde_json",
11349 "shlex",
11350 "smol",
11351 "tempfile",
11352 "thiserror 2.0.12",
11353 "urlencoding",
11354 "util",
11355]
11356
11357[[package]]
11358name = "remote_server"
11359version = "0.1.0"
11360dependencies = [
11361 "anyhow",
11362 "async-watch",
11363 "backtrace",
11364 "cargo_toml",
11365 "chrono",
11366 "clap",
11367 "client",
11368 "clock",
11369 "env_logger 0.11.7",
11370 "extension",
11371 "extension_host",
11372 "fork",
11373 "fs",
11374 "futures 0.3.31",
11375 "git",
11376 "git_hosting_providers",
11377 "gpui",
11378 "gpui_tokio",
11379 "http_client",
11380 "language",
11381 "language_extension",
11382 "languages",
11383 "libc",
11384 "log",
11385 "lsp",
11386 "node_runtime",
11387 "paths",
11388 "project",
11389 "proto",
11390 "release_channel",
11391 "remote",
11392 "reqwest_client",
11393 "rpc",
11394 "rust-embed",
11395 "serde",
11396 "serde_json",
11397 "settings",
11398 "shellexpand 2.1.2",
11399 "smol",
11400 "sysinfo",
11401 "telemetry_events",
11402 "toml 0.8.20",
11403 "unindent",
11404 "util",
11405 "worktree",
11406]
11407
11408[[package]]
11409name = "rend"
11410version = "0.4.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11413dependencies = [
11414 "bytecheck",
11415]
11416
11417[[package]]
11418name = "repl"
11419version = "0.1.0"
11420dependencies = [
11421 "alacritty_terminal",
11422 "anyhow",
11423 "async-dispatcher",
11424 "async-tungstenite",
11425 "base64 0.22.1",
11426 "client",
11427 "collections",
11428 "command_palette_hooks",
11429 "editor",
11430 "env_logger 0.11.7",
11431 "feature_flags",
11432 "file_icons",
11433 "futures 0.3.31",
11434 "gpui",
11435 "http_client",
11436 "image",
11437 "indoc",
11438 "jupyter-protocol",
11439 "jupyter-websocket-client",
11440 "language",
11441 "languages",
11442 "log",
11443 "markdown_preview",
11444 "menu",
11445 "multi_buffer",
11446 "nbformat",
11447 "picker",
11448 "project",
11449 "runtimelib",
11450 "schemars",
11451 "serde",
11452 "serde_json",
11453 "settings",
11454 "smol",
11455 "telemetry",
11456 "terminal",
11457 "terminal_view",
11458 "theme",
11459 "tree-sitter-md",
11460 "tree-sitter-python",
11461 "tree-sitter-typescript",
11462 "ui",
11463 "util",
11464 "uuid",
11465 "workspace",
11466]
11467
11468[[package]]
11469name = "reqwest"
11470version = "0.11.27"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11473dependencies = [
11474 "base64 0.21.7",
11475 "bytes 1.10.1",
11476 "encoding_rs",
11477 "futures-core",
11478 "futures-util",
11479 "h2 0.3.26",
11480 "http 0.2.12",
11481 "http-body 0.4.6",
11482 "hyper 0.14.32",
11483 "hyper-rustls 0.24.2",
11484 "hyper-tls",
11485 "ipnet",
11486 "js-sys",
11487 "log",
11488 "mime",
11489 "native-tls",
11490 "once_cell",
11491 "percent-encoding",
11492 "pin-project-lite",
11493 "rustls 0.21.12",
11494 "rustls-native-certs 0.6.3",
11495 "rustls-pemfile 1.0.4",
11496 "serde",
11497 "serde_json",
11498 "serde_urlencoded",
11499 "sync_wrapper 0.1.2",
11500 "system-configuration 0.5.1",
11501 "tokio",
11502 "tokio-native-tls",
11503 "tokio-rustls 0.24.1",
11504 "tower-service",
11505 "url",
11506 "wasm-bindgen",
11507 "wasm-bindgen-futures",
11508 "web-sys",
11509 "winreg 0.50.0",
11510]
11511
11512[[package]]
11513name = "reqwest"
11514version = "0.12.8"
11515source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11516dependencies = [
11517 "base64 0.22.1",
11518 "bytes 1.10.1",
11519 "encoding_rs",
11520 "futures-core",
11521 "futures-util",
11522 "h2 0.4.7",
11523 "http 1.2.0",
11524 "http-body 1.0.1",
11525 "http-body-util",
11526 "hyper 1.5.1",
11527 "hyper-rustls 0.27.3",
11528 "hyper-util",
11529 "ipnet",
11530 "js-sys",
11531 "log",
11532 "mime",
11533 "once_cell",
11534 "percent-encoding",
11535 "pin-project-lite",
11536 "quinn",
11537 "rustls 0.23.25",
11538 "rustls-native-certs 0.8.1",
11539 "rustls-pemfile 2.2.0",
11540 "rustls-pki-types",
11541 "serde",
11542 "serde_json",
11543 "serde_urlencoded",
11544 "sync_wrapper 1.0.2",
11545 "system-configuration 0.6.1",
11546 "tokio",
11547 "tokio-rustls 0.26.1",
11548 "tokio-socks",
11549 "tokio-util",
11550 "tower-service",
11551 "url",
11552 "wasm-bindgen",
11553 "wasm-bindgen-futures",
11554 "wasm-streams",
11555 "web-sys",
11556 "windows-registry",
11557]
11558
11559[[package]]
11560name = "reqwest_client"
11561version = "0.1.0"
11562dependencies = [
11563 "anyhow",
11564 "bytes 1.10.1",
11565 "futures 0.3.31",
11566 "gpui",
11567 "http_client",
11568 "http_client_tls",
11569 "log",
11570 "regex",
11571 "reqwest 0.12.8",
11572 "serde",
11573 "smol",
11574 "tokio",
11575]
11576
11577[[package]]
11578name = "resvg"
11579version = "0.45.0"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11582dependencies = [
11583 "log",
11584 "pico-args",
11585 "rgb",
11586 "svgtypes",
11587 "tiny-skia",
11588 "usvg",
11589]
11590
11591[[package]]
11592name = "rfc6979"
11593version = "0.3.1"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11596dependencies = [
11597 "crypto-bigint 0.4.9",
11598 "hmac",
11599 "zeroize",
11600]
11601
11602[[package]]
11603name = "rgb"
11604version = "0.8.50"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11607dependencies = [
11608 "bytemuck",
11609]
11610
11611[[package]]
11612name = "rich_text"
11613version = "0.1.0"
11614dependencies = [
11615 "futures 0.3.31",
11616 "gpui",
11617 "language",
11618 "linkify",
11619 "pulldown-cmark 0.12.2",
11620 "theme",
11621 "ui",
11622 "util",
11623]
11624
11625[[package]]
11626name = "ring"
11627version = "0.17.8"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11630dependencies = [
11631 "cc",
11632 "cfg-if",
11633 "getrandom 0.2.15",
11634 "libc",
11635 "spin",
11636 "untrusted",
11637 "windows-sys 0.52.0",
11638]
11639
11640[[package]]
11641name = "rkyv"
11642version = "0.7.45"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11645dependencies = [
11646 "bitvec",
11647 "bytecheck",
11648 "bytes 1.10.1",
11649 "hashbrown 0.12.3",
11650 "ptr_meta",
11651 "rend",
11652 "rkyv_derive",
11653 "seahash",
11654 "tinyvec",
11655 "uuid",
11656]
11657
11658[[package]]
11659name = "rkyv_derive"
11660version = "0.7.45"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11663dependencies = [
11664 "proc-macro2",
11665 "quote",
11666 "syn 1.0.109",
11667]
11668
11669[[package]]
11670name = "rmp"
11671version = "0.8.14"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11674dependencies = [
11675 "byteorder",
11676 "num-traits",
11677 "paste",
11678]
11679
11680[[package]]
11681name = "rmpv"
11682version = "1.3.0"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11685dependencies = [
11686 "num-traits",
11687 "rmp",
11688]
11689
11690[[package]]
11691name = "rodio"
11692version = "0.20.1"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11695dependencies = [
11696 "cpal",
11697 "hound",
11698]
11699
11700[[package]]
11701name = "rope"
11702version = "0.1.0"
11703dependencies = [
11704 "arrayvec",
11705 "criterion",
11706 "ctor",
11707 "env_logger 0.11.7",
11708 "gpui",
11709 "log",
11710 "rand 0.8.5",
11711 "rayon",
11712 "smallvec",
11713 "sum_tree",
11714 "unicode-segmentation",
11715 "util",
11716]
11717
11718[[package]]
11719name = "roxmltree"
11720version = "0.20.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11723
11724[[package]]
11725name = "rpc"
11726version = "0.1.0"
11727dependencies = [
11728 "anyhow",
11729 "async-tungstenite",
11730 "base64 0.22.1",
11731 "chrono",
11732 "collections",
11733 "env_logger 0.11.7",
11734 "futures 0.3.31",
11735 "gpui",
11736 "parking_lot",
11737 "proto",
11738 "rand 0.8.5",
11739 "rsa",
11740 "serde",
11741 "serde_json",
11742 "sha2",
11743 "strum",
11744 "tracing",
11745 "util",
11746 "zstd",
11747]
11748
11749[[package]]
11750name = "rsa"
11751version = "0.9.8"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11754dependencies = [
11755 "const-oid",
11756 "digest",
11757 "num-bigint-dig",
11758 "num-integer",
11759 "num-traits",
11760 "pkcs1",
11761 "pkcs8 0.10.2",
11762 "rand_core 0.6.4",
11763 "signature 2.2.0",
11764 "spki 0.7.3",
11765 "subtle",
11766 "zeroize",
11767]
11768
11769[[package]]
11770name = "runtimelib"
11771version = "0.25.0"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11774dependencies = [
11775 "anyhow",
11776 "async-dispatcher",
11777 "async-std",
11778 "base64 0.22.1",
11779 "bytes 1.10.1",
11780 "chrono",
11781 "data-encoding",
11782 "dirs 5.0.1",
11783 "futures 0.3.31",
11784 "glob",
11785 "jupyter-protocol",
11786 "ring",
11787 "serde",
11788 "serde_json",
11789 "shellexpand 3.1.0",
11790 "smol",
11791 "uuid",
11792 "zeromq",
11793]
11794
11795[[package]]
11796name = "rust-embed"
11797version = "8.5.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11800dependencies = [
11801 "rust-embed-impl",
11802 "rust-embed-utils",
11803 "walkdir",
11804]
11805
11806[[package]]
11807name = "rust-embed-impl"
11808version = "8.5.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11811dependencies = [
11812 "proc-macro2",
11813 "quote",
11814 "rust-embed-utils",
11815 "syn 2.0.100",
11816 "walkdir",
11817]
11818
11819[[package]]
11820name = "rust-embed-utils"
11821version = "8.5.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11824dependencies = [
11825 "globset",
11826 "sha2",
11827 "walkdir",
11828]
11829
11830[[package]]
11831name = "rust_decimal"
11832version = "1.36.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11835dependencies = [
11836 "arrayvec",
11837 "borsh",
11838 "bytes 1.10.1",
11839 "num-traits",
11840 "rand 0.8.5",
11841 "rkyv",
11842 "serde",
11843 "serde_json",
11844]
11845
11846[[package]]
11847name = "rustc-demangle"
11848version = "0.1.24"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11851
11852[[package]]
11853name = "rustc-hash"
11854version = "1.1.0"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11857
11858[[package]]
11859name = "rustc-hash"
11860version = "2.1.1"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11863
11864[[package]]
11865name = "rustc_version"
11866version = "0.4.1"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11869dependencies = [
11870 "semver",
11871]
11872
11873[[package]]
11874name = "rustix"
11875version = "0.38.42"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11878dependencies = [
11879 "bitflags 2.8.0",
11880 "errno 0.3.10",
11881 "itoa",
11882 "libc",
11883 "linux-raw-sys",
11884 "once_cell",
11885 "windows-sys 0.59.0",
11886]
11887
11888[[package]]
11889name = "rustix-openpty"
11890version = "0.1.1"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11893dependencies = [
11894 "errno 0.3.10",
11895 "libc",
11896 "rustix",
11897]
11898
11899[[package]]
11900name = "rustls"
11901version = "0.21.12"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11904dependencies = [
11905 "log",
11906 "ring",
11907 "rustls-webpki 0.101.7",
11908 "sct",
11909]
11910
11911[[package]]
11912name = "rustls"
11913version = "0.23.25"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11916dependencies = [
11917 "aws-lc-rs",
11918 "log",
11919 "once_cell",
11920 "ring",
11921 "rustls-pki-types",
11922 "rustls-webpki 0.103.0",
11923 "subtle",
11924 "zeroize",
11925]
11926
11927[[package]]
11928name = "rustls-native-certs"
11929version = "0.6.3"
11930source = "registry+https://github.com/rust-lang/crates.io-index"
11931checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11932dependencies = [
11933 "openssl-probe",
11934 "rustls-pemfile 1.0.4",
11935 "schannel",
11936 "security-framework 2.11.1",
11937]
11938
11939[[package]]
11940name = "rustls-native-certs"
11941version = "0.8.1"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11944dependencies = [
11945 "openssl-probe",
11946 "rustls-pki-types",
11947 "schannel",
11948 "security-framework 3.0.1",
11949]
11950
11951[[package]]
11952name = "rustls-pemfile"
11953version = "1.0.4"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11956dependencies = [
11957 "base64 0.21.7",
11958]
11959
11960[[package]]
11961name = "rustls-pemfile"
11962version = "2.2.0"
11963source = "registry+https://github.com/rust-lang/crates.io-index"
11964checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11965dependencies = [
11966 "rustls-pki-types",
11967]
11968
11969[[package]]
11970name = "rustls-pki-types"
11971version = "1.11.0"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11974dependencies = [
11975 "web-time",
11976]
11977
11978[[package]]
11979name = "rustls-platform-verifier"
11980version = "0.5.1"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11983dependencies = [
11984 "core-foundation 0.10.0",
11985 "core-foundation-sys",
11986 "jni",
11987 "log",
11988 "once_cell",
11989 "rustls 0.23.25",
11990 "rustls-native-certs 0.8.1",
11991 "rustls-platform-verifier-android",
11992 "rustls-webpki 0.103.0",
11993 "security-framework 3.0.1",
11994 "security-framework-sys",
11995 "webpki-root-certs",
11996 "windows-sys 0.59.0",
11997]
11998
11999[[package]]
12000name = "rustls-platform-verifier-android"
12001version = "0.1.1"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12004
12005[[package]]
12006name = "rustls-webpki"
12007version = "0.101.7"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12010dependencies = [
12011 "ring",
12012 "untrusted",
12013]
12014
12015[[package]]
12016name = "rustls-webpki"
12017version = "0.103.0"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12020dependencies = [
12021 "aws-lc-rs",
12022 "ring",
12023 "rustls-pki-types",
12024 "untrusted",
12025]
12026
12027[[package]]
12028name = "rustversion"
12029version = "1.0.18"
12030source = "registry+https://github.com/rust-lang/crates.io-index"
12031checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12032
12033[[package]]
12034name = "rustybuzz"
12035version = "0.14.1"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12038dependencies = [
12039 "bitflags 2.8.0",
12040 "bytemuck",
12041 "libm",
12042 "smallvec",
12043 "ttf-parser 0.21.1",
12044 "unicode-bidi-mirroring 0.2.0",
12045 "unicode-ccc 0.2.0",
12046 "unicode-properties",
12047 "unicode-script",
12048]
12049
12050[[package]]
12051name = "rustybuzz"
12052version = "0.20.1"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12055dependencies = [
12056 "bitflags 2.8.0",
12057 "bytemuck",
12058 "core_maths",
12059 "log",
12060 "smallvec",
12061 "ttf-parser 0.25.1",
12062 "unicode-bidi-mirroring 0.4.0",
12063 "unicode-ccc 0.4.0",
12064 "unicode-properties",
12065 "unicode-script",
12066]
12067
12068[[package]]
12069name = "ryu"
12070version = "1.0.18"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12073
12074[[package]]
12075name = "salsa20"
12076version = "0.10.2"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12079dependencies = [
12080 "cipher",
12081]
12082
12083[[package]]
12084name = "same-file"
12085version = "1.0.6"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12088dependencies = [
12089 "winapi-util",
12090]
12091
12092[[package]]
12093name = "schannel"
12094version = "0.1.27"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12097dependencies = [
12098 "windows-sys 0.59.0",
12099]
12100
12101[[package]]
12102name = "schema_generator"
12103version = "0.1.0"
12104dependencies = [
12105 "anyhow",
12106 "clap",
12107 "env_logger 0.11.7",
12108 "schemars",
12109 "serde",
12110 "serde_json",
12111 "theme",
12112]
12113
12114[[package]]
12115name = "schemars"
12116version = "0.8.22"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12119dependencies = [
12120 "dyn-clone",
12121 "indexmap",
12122 "schemars_derive",
12123 "serde",
12124 "serde_json",
12125]
12126
12127[[package]]
12128name = "schemars_derive"
12129version = "0.8.22"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12132dependencies = [
12133 "proc-macro2",
12134 "quote",
12135 "serde_derive_internals",
12136 "syn 2.0.100",
12137]
12138
12139[[package]]
12140name = "scoped-tls"
12141version = "1.0.1"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12144
12145[[package]]
12146name = "scopeguard"
12147version = "1.2.0"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12150
12151[[package]]
12152name = "scratch"
12153version = "1.0.7"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12156
12157[[package]]
12158name = "scrypt"
12159version = "0.11.0"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12162dependencies = [
12163 "password-hash 0.5.0",
12164 "pbkdf2 0.12.2",
12165 "salsa20",
12166 "sha2",
12167]
12168
12169[[package]]
12170name = "sct"
12171version = "0.7.1"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12174dependencies = [
12175 "ring",
12176 "untrusted",
12177]
12178
12179[[package]]
12180name = "sea-bae"
12181version = "0.2.1"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12184dependencies = [
12185 "heck 0.4.1",
12186 "proc-macro-error2",
12187 "proc-macro2",
12188 "quote",
12189 "syn 2.0.100",
12190]
12191
12192[[package]]
12193name = "sea-orm"
12194version = "1.1.7"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12197dependencies = [
12198 "async-stream",
12199 "async-trait",
12200 "bigdecimal",
12201 "chrono",
12202 "futures-util",
12203 "log",
12204 "ouroboros",
12205 "pgvector",
12206 "rust_decimal",
12207 "sea-orm-macros",
12208 "sea-query",
12209 "sea-query-binder",
12210 "serde",
12211 "serde_json",
12212 "sqlx",
12213 "strum",
12214 "thiserror 1.0.69",
12215 "time",
12216 "tracing",
12217 "url",
12218 "uuid",
12219]
12220
12221[[package]]
12222name = "sea-orm-macros"
12223version = "1.1.7"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12226dependencies = [
12227 "heck 0.4.1",
12228 "proc-macro2",
12229 "quote",
12230 "sea-bae",
12231 "syn 2.0.100",
12232 "unicode-ident",
12233]
12234
12235[[package]]
12236name = "sea-query"
12237version = "0.32.1"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12240dependencies = [
12241 "bigdecimal",
12242 "chrono",
12243 "inherent",
12244 "ordered-float 3.9.2",
12245 "rust_decimal",
12246 "serde_json",
12247 "time",
12248 "uuid",
12249]
12250
12251[[package]]
12252name = "sea-query-binder"
12253version = "0.7.0"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12256dependencies = [
12257 "bigdecimal",
12258 "chrono",
12259 "rust_decimal",
12260 "sea-query",
12261 "serde_json",
12262 "sqlx",
12263 "time",
12264 "uuid",
12265]
12266
12267[[package]]
12268name = "seahash"
12269version = "4.1.0"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12272
12273[[package]]
12274name = "search"
12275version = "0.1.0"
12276dependencies = [
12277 "any_vec",
12278 "anyhow",
12279 "bitflags 2.8.0",
12280 "client",
12281 "collections",
12282 "editor",
12283 "futures 0.3.31",
12284 "gpui",
12285 "language",
12286 "menu",
12287 "project",
12288 "schemars",
12289 "serde",
12290 "serde_json",
12291 "settings",
12292 "smol",
12293 "theme",
12294 "ui",
12295 "unindent",
12296 "util",
12297 "workspace",
12298 "zed_actions",
12299]
12300
12301[[package]]
12302name = "sec1"
12303version = "0.3.0"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12306dependencies = [
12307 "base16ct",
12308 "der 0.6.1",
12309 "generic-array",
12310 "pkcs8 0.9.0",
12311 "subtle",
12312 "zeroize",
12313]
12314
12315[[package]]
12316name = "security-framework"
12317version = "2.11.1"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12320dependencies = [
12321 "bitflags 2.8.0",
12322 "core-foundation 0.9.4",
12323 "core-foundation-sys",
12324 "libc",
12325 "security-framework-sys",
12326]
12327
12328[[package]]
12329name = "security-framework"
12330version = "3.0.1"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12333dependencies = [
12334 "bitflags 2.8.0",
12335 "core-foundation 0.10.0",
12336 "core-foundation-sys",
12337 "libc",
12338 "security-framework-sys",
12339]
12340
12341[[package]]
12342name = "security-framework-sys"
12343version = "2.12.1"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12346dependencies = [
12347 "core-foundation-sys",
12348 "libc",
12349]
12350
12351[[package]]
12352name = "self_cell"
12353version = "1.1.0"
12354source = "registry+https://github.com/rust-lang/crates.io-index"
12355checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12356
12357[[package]]
12358name = "semantic_index"
12359version = "0.1.0"
12360dependencies = [
12361 "anyhow",
12362 "arrayvec",
12363 "blake3",
12364 "client",
12365 "clock",
12366 "collections",
12367 "env_logger 0.11.7",
12368 "feature_flags",
12369 "fs",
12370 "futures 0.3.31",
12371 "futures-batch",
12372 "gpui",
12373 "heed",
12374 "http_client",
12375 "language",
12376 "language_model",
12377 "languages",
12378 "log",
12379 "open_ai",
12380 "parking_lot",
12381 "project",
12382 "reqwest_client",
12383 "serde",
12384 "serde_json",
12385 "settings",
12386 "sha2",
12387 "smol",
12388 "streaming-iterator",
12389 "tempfile",
12390 "theme",
12391 "tree-sitter",
12392 "ui",
12393 "unindent",
12394 "util",
12395 "workspace",
12396 "worktree",
12397]
12398
12399[[package]]
12400name = "semantic_version"
12401version = "0.1.0"
12402dependencies = [
12403 "anyhow",
12404 "serde",
12405]
12406
12407[[package]]
12408name = "semver"
12409version = "1.0.26"
12410source = "registry+https://github.com/rust-lang/crates.io-index"
12411checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12412dependencies = [
12413 "serde",
12414]
12415
12416[[package]]
12417name = "serde"
12418version = "1.0.218"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12421dependencies = [
12422 "serde_derive",
12423]
12424
12425[[package]]
12426name = "serde_derive"
12427version = "1.0.218"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12430dependencies = [
12431 "proc-macro2",
12432 "quote",
12433 "syn 2.0.100",
12434]
12435
12436[[package]]
12437name = "serde_derive_internals"
12438version = "0.29.1"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12441dependencies = [
12442 "proc-macro2",
12443 "quote",
12444 "syn 2.0.100",
12445]
12446
12447[[package]]
12448name = "serde_fmt"
12449version = "1.0.3"
12450source = "registry+https://github.com/rust-lang/crates.io-index"
12451checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12452dependencies = [
12453 "serde",
12454]
12455
12456[[package]]
12457name = "serde_json"
12458version = "1.0.140"
12459source = "registry+https://github.com/rust-lang/crates.io-index"
12460checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12461dependencies = [
12462 "indexmap",
12463 "itoa",
12464 "memchr",
12465 "ryu",
12466 "serde",
12467]
12468
12469[[package]]
12470name = "serde_json_lenient"
12471version = "0.2.4"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12474dependencies = [
12475 "indexmap",
12476 "itoa",
12477 "memchr",
12478 "ryu",
12479 "serde",
12480]
12481
12482[[package]]
12483name = "serde_path_to_error"
12484version = "0.1.16"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12487dependencies = [
12488 "itoa",
12489 "serde",
12490]
12491
12492[[package]]
12493name = "serde_qs"
12494version = "0.8.5"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12497dependencies = [
12498 "percent-encoding",
12499 "serde",
12500 "thiserror 1.0.69",
12501]
12502
12503[[package]]
12504name = "serde_qs"
12505version = "0.10.1"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12508dependencies = [
12509 "percent-encoding",
12510 "serde",
12511 "thiserror 1.0.69",
12512]
12513
12514[[package]]
12515name = "serde_repr"
12516version = "0.1.20"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12519dependencies = [
12520 "proc-macro2",
12521 "quote",
12522 "syn 2.0.100",
12523]
12524
12525[[package]]
12526name = "serde_spanned"
12527version = "0.6.8"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12530dependencies = [
12531 "serde",
12532]
12533
12534[[package]]
12535name = "serde_urlencoded"
12536version = "0.7.1"
12537source = "registry+https://github.com/rust-lang/crates.io-index"
12538checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12539dependencies = [
12540 "form_urlencoded",
12541 "itoa",
12542 "ryu",
12543 "serde",
12544]
12545
12546[[package]]
12547name = "session"
12548version = "0.1.0"
12549dependencies = [
12550 "db",
12551 "gpui",
12552 "serde_json",
12553 "util",
12554 "uuid",
12555]
12556
12557[[package]]
12558name = "settings"
12559version = "0.1.0"
12560dependencies = [
12561 "anyhow",
12562 "collections",
12563 "ec4rs",
12564 "fs",
12565 "futures 0.3.31",
12566 "gpui",
12567 "indoc",
12568 "inventory",
12569 "log",
12570 "paths",
12571 "pretty_assertions",
12572 "release_channel",
12573 "rust-embed",
12574 "schemars",
12575 "serde",
12576 "serde_derive",
12577 "serde_json",
12578 "serde_json_lenient",
12579 "smallvec",
12580 "streaming-iterator",
12581 "tree-sitter",
12582 "tree-sitter-json",
12583 "unindent",
12584 "util",
12585]
12586
12587[[package]]
12588name = "settings_ui"
12589version = "0.1.0"
12590dependencies = [
12591 "command_palette_hooks",
12592 "editor",
12593 "feature_flags",
12594 "gpui",
12595 "settings",
12596 "theme",
12597 "ui",
12598 "workspace",
12599]
12600
12601[[package]]
12602name = "sha1"
12603version = "0.10.6"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12606dependencies = [
12607 "cfg-if",
12608 "cpufeatures",
12609 "digest",
12610]
12611
12612[[package]]
12613name = "sha1_smol"
12614version = "1.0.1"
12615source = "registry+https://github.com/rust-lang/crates.io-index"
12616checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12617
12618[[package]]
12619name = "sha2"
12620version = "0.10.8"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12623dependencies = [
12624 "cfg-if",
12625 "cpufeatures",
12626 "digest",
12627]
12628
12629[[package]]
12630name = "sharded-slab"
12631version = "0.1.7"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12634dependencies = [
12635 "lazy_static",
12636]
12637
12638[[package]]
12639name = "shell-words"
12640version = "1.1.0"
12641source = "registry+https://github.com/rust-lang/crates.io-index"
12642checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12643
12644[[package]]
12645name = "shellexpand"
12646version = "2.1.2"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12649dependencies = [
12650 "dirs 4.0.0",
12651]
12652
12653[[package]]
12654name = "shellexpand"
12655version = "3.1.0"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12658dependencies = [
12659 "dirs 5.0.1",
12660]
12661
12662[[package]]
12663name = "shlex"
12664version = "1.3.0"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12667
12668[[package]]
12669name = "signal-hook"
12670version = "0.3.17"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12673dependencies = [
12674 "libc",
12675 "signal-hook-registry",
12676]
12677
12678[[package]]
12679name = "signal-hook-registry"
12680version = "1.4.2"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12683dependencies = [
12684 "libc",
12685]
12686
12687[[package]]
12688name = "signature"
12689version = "1.6.4"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12692dependencies = [
12693 "digest",
12694 "rand_core 0.6.4",
12695]
12696
12697[[package]]
12698name = "signature"
12699version = "2.2.0"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12702dependencies = [
12703 "digest",
12704 "rand_core 0.6.4",
12705]
12706
12707[[package]]
12708name = "simd-adler32"
12709version = "0.3.7"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12712
12713[[package]]
12714name = "simd_helpers"
12715version = "0.1.0"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12718dependencies = [
12719 "quote",
12720]
12721
12722[[package]]
12723name = "simdutf8"
12724version = "0.1.5"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12727
12728[[package]]
12729name = "simple_asn1"
12730version = "0.6.2"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12733dependencies = [
12734 "num-bigint",
12735 "num-traits",
12736 "thiserror 1.0.69",
12737 "time",
12738]
12739
12740[[package]]
12741name = "simplecss"
12742version = "0.2.1"
12743source = "registry+https://github.com/rust-lang/crates.io-index"
12744checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12745dependencies = [
12746 "log",
12747]
12748
12749[[package]]
12750name = "simplelog"
12751version = "0.12.2"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12754dependencies = [
12755 "log",
12756 "termcolor",
12757 "time",
12758]
12759
12760[[package]]
12761name = "siphasher"
12762version = "0.3.11"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12765
12766[[package]]
12767name = "siphasher"
12768version = "1.0.1"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12771
12772[[package]]
12773name = "skrifa"
12774version = "0.26.6"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12777dependencies = [
12778 "bytemuck",
12779 "read-fonts",
12780]
12781
12782[[package]]
12783name = "slab"
12784version = "0.4.9"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12787dependencies = [
12788 "autocfg",
12789]
12790
12791[[package]]
12792name = "slash_commands_example"
12793version = "0.1.0"
12794dependencies = [
12795 "zed_extension_api 0.1.0",
12796]
12797
12798[[package]]
12799name = "slotmap"
12800version = "1.0.7"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12803dependencies = [
12804 "version_check",
12805]
12806
12807[[package]]
12808name = "smallvec"
12809version = "1.14.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12812dependencies = [
12813 "serde",
12814]
12815
12816[[package]]
12817name = "smart-default"
12818version = "0.6.0"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12821dependencies = [
12822 "proc-macro2",
12823 "quote",
12824 "syn 1.0.109",
12825]
12826
12827[[package]]
12828name = "smol"
12829version = "2.0.2"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12832dependencies = [
12833 "async-channel 2.3.1",
12834 "async-executor",
12835 "async-fs",
12836 "async-io",
12837 "async-lock",
12838 "async-net",
12839 "async-process",
12840 "blocking",
12841 "futures-lite 2.6.0",
12842]
12843
12844[[package]]
12845name = "smol_str"
12846version = "0.1.24"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12849dependencies = [
12850 "serde",
12851]
12852
12853[[package]]
12854name = "smol_str"
12855version = "0.2.2"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12858
12859[[package]]
12860name = "snippet"
12861version = "0.1.0"
12862dependencies = [
12863 "anyhow",
12864 "smallvec",
12865]
12866
12867[[package]]
12868name = "snippet_provider"
12869version = "0.1.0"
12870dependencies = [
12871 "anyhow",
12872 "collections",
12873 "extension",
12874 "fs",
12875 "futures 0.3.31",
12876 "gpui",
12877 "parking_lot",
12878 "paths",
12879 "schemars",
12880 "serde",
12881 "serde_json_lenient",
12882 "snippet",
12883 "util",
12884]
12885
12886[[package]]
12887name = "snippets_ui"
12888version = "0.1.0"
12889dependencies = [
12890 "fuzzy",
12891 "gpui",
12892 "language",
12893 "paths",
12894 "picker",
12895 "ui",
12896 "util",
12897 "workspace",
12898]
12899
12900[[package]]
12901name = "socket2"
12902version = "0.5.8"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12905dependencies = [
12906 "libc",
12907 "windows-sys 0.52.0",
12908]
12909
12910[[package]]
12911name = "spdx"
12912version = "0.10.7"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12915dependencies = [
12916 "smallvec",
12917]
12918
12919[[package]]
12920name = "spin"
12921version = "0.9.8"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12924dependencies = [
12925 "lock_api",
12926]
12927
12928[[package]]
12929name = "spirv"
12930version = "0.3.0+sdk-1.3.268.0"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12933dependencies = [
12934 "bitflags 2.8.0",
12935]
12936
12937[[package]]
12938name = "spki"
12939version = "0.6.0"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12942dependencies = [
12943 "base64ct",
12944 "der 0.6.1",
12945]
12946
12947[[package]]
12948name = "spki"
12949version = "0.7.3"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12952dependencies = [
12953 "base64ct",
12954 "der 0.7.9",
12955]
12956
12957[[package]]
12958name = "sptr"
12959version = "0.3.2"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12962
12963[[package]]
12964name = "sqlez"
12965version = "0.1.0"
12966dependencies = [
12967 "anyhow",
12968 "collections",
12969 "futures 0.3.31",
12970 "indoc",
12971 "libsqlite3-sys",
12972 "parking_lot",
12973 "smol",
12974 "sqlformat",
12975 "thread_local",
12976 "util",
12977 "uuid",
12978]
12979
12980[[package]]
12981name = "sqlez_macros"
12982version = "0.1.0"
12983dependencies = [
12984 "sqlez",
12985 "sqlformat",
12986 "syn 1.0.109",
12987]
12988
12989[[package]]
12990name = "sqlformat"
12991version = "0.2.6"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12994dependencies = [
12995 "nom",
12996 "unicode_categories",
12997]
12998
12999[[package]]
13000name = "sqlx"
13001version = "0.8.3"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13004dependencies = [
13005 "sqlx-core",
13006 "sqlx-macros",
13007 "sqlx-mysql",
13008 "sqlx-postgres",
13009 "sqlx-sqlite",
13010]
13011
13012[[package]]
13013name = "sqlx-core"
13014version = "0.8.3"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13017dependencies = [
13018 "bigdecimal",
13019 "bytes 1.10.1",
13020 "chrono",
13021 "crc",
13022 "crossbeam-queue",
13023 "either",
13024 "event-listener 5.3.1",
13025 "futures-core",
13026 "futures-intrusive",
13027 "futures-io",
13028 "futures-util",
13029 "hashbrown 0.15.2",
13030 "hashlink 0.10.0",
13031 "indexmap",
13032 "log",
13033 "memchr",
13034 "once_cell",
13035 "percent-encoding",
13036 "rust_decimal",
13037 "rustls 0.23.25",
13038 "rustls-pemfile 2.2.0",
13039 "serde",
13040 "serde_json",
13041 "sha2",
13042 "smallvec",
13043 "thiserror 2.0.12",
13044 "time",
13045 "tokio",
13046 "tokio-stream",
13047 "tracing",
13048 "url",
13049 "uuid",
13050 "webpki-roots",
13051]
13052
13053[[package]]
13054name = "sqlx-macros"
13055version = "0.8.3"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13058dependencies = [
13059 "proc-macro2",
13060 "quote",
13061 "sqlx-core",
13062 "sqlx-macros-core",
13063 "syn 2.0.100",
13064]
13065
13066[[package]]
13067name = "sqlx-macros-core"
13068version = "0.8.3"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13071dependencies = [
13072 "dotenvy",
13073 "either",
13074 "heck 0.5.0",
13075 "hex",
13076 "once_cell",
13077 "proc-macro2",
13078 "quote",
13079 "serde",
13080 "serde_json",
13081 "sha2",
13082 "sqlx-core",
13083 "sqlx-mysql",
13084 "sqlx-postgres",
13085 "sqlx-sqlite",
13086 "syn 2.0.100",
13087 "tempfile",
13088 "tokio",
13089 "url",
13090]
13091
13092[[package]]
13093name = "sqlx-mysql"
13094version = "0.8.3"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13097dependencies = [
13098 "atoi",
13099 "base64 0.22.1",
13100 "bigdecimal",
13101 "bitflags 2.8.0",
13102 "byteorder",
13103 "bytes 1.10.1",
13104 "chrono",
13105 "crc",
13106 "digest",
13107 "dotenvy",
13108 "either",
13109 "futures-channel",
13110 "futures-core",
13111 "futures-io",
13112 "futures-util",
13113 "generic-array",
13114 "hex",
13115 "hkdf",
13116 "hmac",
13117 "itoa",
13118 "log",
13119 "md-5",
13120 "memchr",
13121 "once_cell",
13122 "percent-encoding",
13123 "rand 0.8.5",
13124 "rsa",
13125 "rust_decimal",
13126 "serde",
13127 "sha1",
13128 "sha2",
13129 "smallvec",
13130 "sqlx-core",
13131 "stringprep",
13132 "thiserror 2.0.12",
13133 "time",
13134 "tracing",
13135 "uuid",
13136 "whoami",
13137]
13138
13139[[package]]
13140name = "sqlx-postgres"
13141version = "0.8.3"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13144dependencies = [
13145 "atoi",
13146 "base64 0.22.1",
13147 "bigdecimal",
13148 "bitflags 2.8.0",
13149 "byteorder",
13150 "chrono",
13151 "crc",
13152 "dotenvy",
13153 "etcetera",
13154 "futures-channel",
13155 "futures-core",
13156 "futures-util",
13157 "hex",
13158 "hkdf",
13159 "hmac",
13160 "home",
13161 "itoa",
13162 "log",
13163 "md-5",
13164 "memchr",
13165 "num-bigint",
13166 "once_cell",
13167 "rand 0.8.5",
13168 "rust_decimal",
13169 "serde",
13170 "serde_json",
13171 "sha2",
13172 "smallvec",
13173 "sqlx-core",
13174 "stringprep",
13175 "thiserror 2.0.12",
13176 "time",
13177 "tracing",
13178 "uuid",
13179 "whoami",
13180]
13181
13182[[package]]
13183name = "sqlx-sqlite"
13184version = "0.8.3"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13187dependencies = [
13188 "atoi",
13189 "chrono",
13190 "flume",
13191 "futures-channel",
13192 "futures-core",
13193 "futures-executor",
13194 "futures-intrusive",
13195 "futures-util",
13196 "libsqlite3-sys",
13197 "log",
13198 "percent-encoding",
13199 "serde",
13200 "serde_urlencoded",
13201 "sqlx-core",
13202 "time",
13203 "tracing",
13204 "url",
13205 "uuid",
13206]
13207
13208[[package]]
13209name = "stable_deref_trait"
13210version = "1.2.0"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13213
13214[[package]]
13215name = "static_assertions"
13216version = "1.1.0"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13219
13220[[package]]
13221name = "story"
13222version = "0.1.0"
13223dependencies = [
13224 "gpui",
13225 "itertools 0.14.0",
13226 "smallvec",
13227]
13228
13229[[package]]
13230name = "storybook"
13231version = "0.1.0"
13232dependencies = [
13233 "anyhow",
13234 "clap",
13235 "collab_ui",
13236 "ctrlc",
13237 "dialoguer",
13238 "editor",
13239 "fuzzy",
13240 "gpui",
13241 "indoc",
13242 "language",
13243 "log",
13244 "menu",
13245 "picker",
13246 "project",
13247 "reqwest_client",
13248 "rust-embed",
13249 "settings",
13250 "simplelog",
13251 "story",
13252 "strum",
13253 "theme",
13254 "title_bar",
13255 "ui",
13256]
13257
13258[[package]]
13259name = "streaming-iterator"
13260version = "0.1.9"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13263
13264[[package]]
13265name = "streaming_diff"
13266version = "0.1.0"
13267dependencies = [
13268 "ordered-float 2.10.1",
13269 "rand 0.8.5",
13270 "rope",
13271 "util",
13272]
13273
13274[[package]]
13275name = "strict-num"
13276version = "0.1.1"
13277source = "registry+https://github.com/rust-lang/crates.io-index"
13278checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13279dependencies = [
13280 "float-cmp",
13281]
13282
13283[[package]]
13284name = "string_cache"
13285version = "0.8.7"
13286source = "registry+https://github.com/rust-lang/crates.io-index"
13287checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13288dependencies = [
13289 "new_debug_unreachable",
13290 "once_cell",
13291 "parking_lot",
13292 "phf_shared 0.10.0",
13293 "precomputed-hash",
13294 "serde",
13295]
13296
13297[[package]]
13298name = "string_cache_codegen"
13299version = "0.5.2"
13300source = "registry+https://github.com/rust-lang/crates.io-index"
13301checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13302dependencies = [
13303 "phf_generator 0.10.0",
13304 "phf_shared 0.10.0",
13305 "proc-macro2",
13306 "quote",
13307]
13308
13309[[package]]
13310name = "stringprep"
13311version = "0.1.5"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13314dependencies = [
13315 "unicode-bidi",
13316 "unicode-normalization",
13317 "unicode-properties",
13318]
13319
13320[[package]]
13321name = "strsim"
13322version = "0.11.1"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13325
13326[[package]]
13327name = "strum"
13328version = "0.26.3"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13331dependencies = [
13332 "strum_macros",
13333]
13334
13335[[package]]
13336name = "strum_macros"
13337version = "0.26.4"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13340dependencies = [
13341 "heck 0.5.0",
13342 "proc-macro2",
13343 "quote",
13344 "rustversion",
13345 "syn 2.0.100",
13346]
13347
13348[[package]]
13349name = "subtle"
13350version = "2.6.1"
13351source = "registry+https://github.com/rust-lang/crates.io-index"
13352checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13353
13354[[package]]
13355name = "sum_tree"
13356version = "0.1.0"
13357dependencies = [
13358 "arrayvec",
13359 "ctor",
13360 "env_logger 0.11.7",
13361 "log",
13362 "rand 0.8.5",
13363 "rayon",
13364]
13365
13366[[package]]
13367name = "supermaven"
13368version = "0.1.0"
13369dependencies = [
13370 "anyhow",
13371 "client",
13372 "collections",
13373 "editor",
13374 "env_logger 0.11.7",
13375 "futures 0.3.31",
13376 "gpui",
13377 "http_client",
13378 "inline_completion",
13379 "language",
13380 "log",
13381 "postage",
13382 "project",
13383 "serde",
13384 "serde_json",
13385 "settings",
13386 "smol",
13387 "supermaven_api",
13388 "text",
13389 "theme",
13390 "ui",
13391 "unicode-segmentation",
13392 "util",
13393]
13394
13395[[package]]
13396name = "supermaven_api"
13397version = "0.1.0"
13398dependencies = [
13399 "anyhow",
13400 "futures 0.3.31",
13401 "http_client",
13402 "paths",
13403 "serde",
13404 "serde_json",
13405 "smol",
13406]
13407
13408[[package]]
13409name = "sval"
13410version = "2.13.2"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13413
13414[[package]]
13415name = "sval_buffer"
13416version = "2.13.2"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13419dependencies = [
13420 "sval",
13421 "sval_ref",
13422]
13423
13424[[package]]
13425name = "sval_dynamic"
13426version = "2.13.2"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13429dependencies = [
13430 "sval",
13431]
13432
13433[[package]]
13434name = "sval_fmt"
13435version = "2.13.2"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13438dependencies = [
13439 "itoa",
13440 "ryu",
13441 "sval",
13442]
13443
13444[[package]]
13445name = "sval_json"
13446version = "2.13.2"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13449dependencies = [
13450 "itoa",
13451 "ryu",
13452 "sval",
13453]
13454
13455[[package]]
13456name = "sval_nested"
13457version = "2.13.2"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13460dependencies = [
13461 "sval",
13462 "sval_buffer",
13463 "sval_ref",
13464]
13465
13466[[package]]
13467name = "sval_ref"
13468version = "2.13.2"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13471dependencies = [
13472 "sval",
13473]
13474
13475[[package]]
13476name = "sval_serde"
13477version = "2.13.2"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13480dependencies = [
13481 "serde",
13482 "sval",
13483 "sval_nested",
13484]
13485
13486[[package]]
13487name = "svg_fmt"
13488version = "0.4.4"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13491
13492[[package]]
13493name = "svgtypes"
13494version = "0.15.3"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13497dependencies = [
13498 "kurbo",
13499 "siphasher 1.0.1",
13500]
13501
13502[[package]]
13503name = "swash"
13504version = "0.2.1"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13507dependencies = [
13508 "skrifa",
13509 "yazi",
13510 "zeno",
13511]
13512
13513[[package]]
13514name = "syn"
13515version = "1.0.109"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13518dependencies = [
13519 "proc-macro2",
13520 "quote",
13521 "unicode-ident",
13522]
13523
13524[[package]]
13525name = "syn"
13526version = "2.0.100"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13529dependencies = [
13530 "proc-macro2",
13531 "quote",
13532 "unicode-ident",
13533]
13534
13535[[package]]
13536name = "sync_wrapper"
13537version = "0.1.2"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13540
13541[[package]]
13542name = "sync_wrapper"
13543version = "1.0.2"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13546dependencies = [
13547 "futures-core",
13548]
13549
13550[[package]]
13551name = "synchronoise"
13552version = "1.0.1"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13555dependencies = [
13556 "crossbeam-queue",
13557]
13558
13559[[package]]
13560name = "synstructure"
13561version = "0.13.1"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13564dependencies = [
13565 "proc-macro2",
13566 "quote",
13567 "syn 2.0.100",
13568]
13569
13570[[package]]
13571name = "sys-locale"
13572version = "0.3.2"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13575dependencies = [
13576 "libc",
13577]
13578
13579[[package]]
13580name = "sysinfo"
13581version = "0.31.4"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13584dependencies = [
13585 "core-foundation-sys",
13586 "libc",
13587 "memchr",
13588 "ntapi",
13589 "rayon",
13590 "windows 0.57.0",
13591]
13592
13593[[package]]
13594name = "system-configuration"
13595version = "0.5.1"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13598dependencies = [
13599 "bitflags 1.3.2",
13600 "core-foundation 0.9.4",
13601 "system-configuration-sys 0.5.0",
13602]
13603
13604[[package]]
13605name = "system-configuration"
13606version = "0.6.1"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13609dependencies = [
13610 "bitflags 2.8.0",
13611 "core-foundation 0.9.4",
13612 "system-configuration-sys 0.6.0",
13613]
13614
13615[[package]]
13616name = "system-configuration-sys"
13617version = "0.5.0"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13620dependencies = [
13621 "core-foundation-sys",
13622 "libc",
13623]
13624
13625[[package]]
13626name = "system-configuration-sys"
13627version = "0.6.0"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13630dependencies = [
13631 "core-foundation-sys",
13632 "libc",
13633]
13634
13635[[package]]
13636name = "system-deps"
13637version = "6.2.2"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13640dependencies = [
13641 "cfg-expr",
13642 "heck 0.5.0",
13643 "pkg-config",
13644 "toml 0.8.20",
13645 "version-compare",
13646]
13647
13648[[package]]
13649name = "system-interface"
13650version = "0.27.3"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13653dependencies = [
13654 "bitflags 2.8.0",
13655 "cap-fs-ext",
13656 "cap-std",
13657 "fd-lock",
13658 "io-lifetimes",
13659 "rustix",
13660 "windows-sys 0.59.0",
13661 "winx",
13662]
13663
13664[[package]]
13665name = "tab_switcher"
13666version = "0.1.0"
13667dependencies = [
13668 "anyhow",
13669 "collections",
13670 "ctor",
13671 "editor",
13672 "env_logger 0.11.7",
13673 "gpui",
13674 "language",
13675 "menu",
13676 "picker",
13677 "project",
13678 "schemars",
13679 "serde",
13680 "serde_json",
13681 "settings",
13682 "theme",
13683 "ui",
13684 "util",
13685 "workspace",
13686]
13687
13688[[package]]
13689name = "taffy"
13690version = "0.4.4"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13693dependencies = [
13694 "arrayvec",
13695 "grid",
13696 "num-traits",
13697 "serde",
13698 "slotmap",
13699]
13700
13701[[package]]
13702name = "take-until"
13703version = "0.2.0"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13706
13707[[package]]
13708name = "tap"
13709version = "1.0.1"
13710source = "registry+https://github.com/rust-lang/crates.io-index"
13711checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13712
13713[[package]]
13714name = "target-lexicon"
13715version = "0.12.16"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13718
13719[[package]]
13720name = "target-lexicon"
13721version = "0.13.2"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13724
13725[[package]]
13726name = "task"
13727version = "0.1.0"
13728dependencies = [
13729 "anyhow",
13730 "collections",
13731 "dap-types",
13732 "futures 0.3.31",
13733 "gpui",
13734 "hex",
13735 "parking_lot",
13736 "schemars",
13737 "serde",
13738 "serde_json",
13739 "serde_json_lenient",
13740 "sha2",
13741 "shellexpand 2.1.2",
13742 "util",
13743 "zed_actions",
13744]
13745
13746[[package]]
13747name = "tasks_ui"
13748version = "0.1.0"
13749dependencies = [
13750 "anyhow",
13751 "debugger_ui",
13752 "editor",
13753 "feature_flags",
13754 "file_icons",
13755 "fuzzy",
13756 "gpui",
13757 "language",
13758 "menu",
13759 "picker",
13760 "project",
13761 "schemars",
13762 "serde",
13763 "serde_json",
13764 "settings",
13765 "task",
13766 "tree-sitter-rust",
13767 "tree-sitter-typescript",
13768 "ui",
13769 "util",
13770 "workspace",
13771 "zed_actions",
13772]
13773
13774[[package]]
13775name = "telemetry"
13776version = "0.1.0"
13777dependencies = [
13778 "futures 0.3.31",
13779 "serde",
13780 "serde_json",
13781 "telemetry_events",
13782]
13783
13784[[package]]
13785name = "telemetry_events"
13786version = "0.1.0"
13787dependencies = [
13788 "semantic_version",
13789 "serde",
13790 "serde_json",
13791]
13792
13793[[package]]
13794name = "tempfile"
13795version = "3.17.1"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13798dependencies = [
13799 "cfg-if",
13800 "fastrand 2.3.0",
13801 "getrandom 0.3.1",
13802 "once_cell",
13803 "rustix",
13804 "windows-sys 0.59.0",
13805]
13806
13807[[package]]
13808name = "tendril"
13809version = "0.4.3"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13812dependencies = [
13813 "futf",
13814 "mac",
13815 "utf-8",
13816]
13817
13818[[package]]
13819name = "termcolor"
13820version = "1.4.1"
13821source = "registry+https://github.com/rust-lang/crates.io-index"
13822checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13823dependencies = [
13824 "winapi-util",
13825]
13826
13827[[package]]
13828name = "terminal"
13829version = "0.1.0"
13830dependencies = [
13831 "alacritty_terminal",
13832 "anyhow",
13833 "collections",
13834 "dirs 4.0.0",
13835 "futures 0.3.31",
13836 "gpui",
13837 "libc",
13838 "rand 0.8.5",
13839 "regex",
13840 "release_channel",
13841 "schemars",
13842 "serde",
13843 "serde_derive",
13844 "settings",
13845 "smol",
13846 "sysinfo",
13847 "task",
13848 "theme",
13849 "thiserror 2.0.12",
13850 "util",
13851 "windows 0.61.1",
13852]
13853
13854[[package]]
13855name = "terminal_size"
13856version = "0.4.1"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13859dependencies = [
13860 "rustix",
13861 "windows-sys 0.59.0",
13862]
13863
13864[[package]]
13865name = "terminal_view"
13866version = "0.1.0"
13867dependencies = [
13868 "anyhow",
13869 "async-recursion 1.1.1",
13870 "breadcrumbs",
13871 "client",
13872 "collections",
13873 "db",
13874 "dirs 4.0.0",
13875 "editor",
13876 "futures 0.3.31",
13877 "gpui",
13878 "itertools 0.14.0",
13879 "language",
13880 "log",
13881 "project",
13882 "rand 0.8.5",
13883 "schemars",
13884 "search",
13885 "serde",
13886 "serde_json",
13887 "settings",
13888 "shellexpand 2.1.2",
13889 "smol",
13890 "task",
13891 "terminal",
13892 "theme",
13893 "ui",
13894 "util",
13895 "workspace",
13896 "zed_actions",
13897]
13898
13899[[package]]
13900name = "text"
13901version = "0.1.0"
13902dependencies = [
13903 "anyhow",
13904 "clock",
13905 "collections",
13906 "ctor",
13907 "env_logger 0.11.7",
13908 "gpui",
13909 "http_client",
13910 "log",
13911 "parking_lot",
13912 "postage",
13913 "rand 0.8.5",
13914 "regex",
13915 "rope",
13916 "smallvec",
13917 "sum_tree",
13918 "util",
13919]
13920
13921[[package]]
13922name = "theme"
13923version = "0.1.0"
13924dependencies = [
13925 "anyhow",
13926 "collections",
13927 "derive_more",
13928 "fs",
13929 "futures 0.3.31",
13930 "gpui",
13931 "indexmap",
13932 "log",
13933 "palette",
13934 "parking_lot",
13935 "refineable",
13936 "schemars",
13937 "serde",
13938 "serde_derive",
13939 "serde_json",
13940 "serde_json_lenient",
13941 "serde_repr",
13942 "settings",
13943 "strum",
13944 "thiserror 2.0.12",
13945 "util",
13946 "uuid",
13947]
13948
13949[[package]]
13950name = "theme_extension"
13951version = "0.1.0"
13952dependencies = [
13953 "anyhow",
13954 "extension",
13955 "fs",
13956 "gpui",
13957 "theme",
13958]
13959
13960[[package]]
13961name = "theme_importer"
13962version = "0.1.0"
13963dependencies = [
13964 "anyhow",
13965 "clap",
13966 "gpui",
13967 "indexmap",
13968 "log",
13969 "palette",
13970 "rust-embed",
13971 "serde",
13972 "serde_json",
13973 "serde_json_lenient",
13974 "simplelog",
13975 "strum",
13976 "theme",
13977 "vscode_theme",
13978]
13979
13980[[package]]
13981name = "theme_selector"
13982version = "0.1.0"
13983dependencies = [
13984 "fs",
13985 "fuzzy",
13986 "gpui",
13987 "log",
13988 "picker",
13989 "serde",
13990 "settings",
13991 "telemetry",
13992 "theme",
13993 "ui",
13994 "util",
13995 "workspace",
13996 "zed_actions",
13997]
13998
13999[[package]]
14000name = "thiserror"
14001version = "1.0.69"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14004dependencies = [
14005 "thiserror-impl 1.0.69",
14006]
14007
14008[[package]]
14009name = "thiserror"
14010version = "2.0.12"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14013dependencies = [
14014 "thiserror-impl 2.0.12",
14015]
14016
14017[[package]]
14018name = "thiserror-impl"
14019version = "1.0.69"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14022dependencies = [
14023 "proc-macro2",
14024 "quote",
14025 "syn 2.0.100",
14026]
14027
14028[[package]]
14029name = "thiserror-impl"
14030version = "2.0.12"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14033dependencies = [
14034 "proc-macro2",
14035 "quote",
14036 "syn 2.0.100",
14037]
14038
14039[[package]]
14040name = "thread_local"
14041version = "1.1.8"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14044dependencies = [
14045 "cfg-if",
14046 "once_cell",
14047]
14048
14049[[package]]
14050name = "tiff"
14051version = "0.9.1"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14054dependencies = [
14055 "flate2",
14056 "jpeg-decoder",
14057 "weezl",
14058]
14059
14060[[package]]
14061name = "tiktoken-rs"
14062version = "0.6.0"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14065dependencies = [
14066 "anyhow",
14067 "base64 0.21.7",
14068 "bstr",
14069 "fancy-regex 0.13.0",
14070 "lazy_static",
14071 "parking_lot",
14072 "regex",
14073 "rustc-hash 1.1.0",
14074]
14075
14076[[package]]
14077name = "time"
14078version = "0.3.40"
14079source = "registry+https://github.com/rust-lang/crates.io-index"
14080checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14081dependencies = [
14082 "deranged",
14083 "itoa",
14084 "libc",
14085 "num-conv",
14086 "num_threads",
14087 "powerfmt",
14088 "serde",
14089 "time-core",
14090 "time-macros",
14091]
14092
14093[[package]]
14094name = "time-core"
14095version = "0.1.4"
14096source = "registry+https://github.com/rust-lang/crates.io-index"
14097checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14098
14099[[package]]
14100name = "time-macros"
14101version = "0.2.21"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14104dependencies = [
14105 "num-conv",
14106 "time-core",
14107]
14108
14109[[package]]
14110name = "time_format"
14111version = "0.1.0"
14112dependencies = [
14113 "core-foundation 0.9.4",
14114 "core-foundation-sys",
14115 "sys-locale",
14116 "time",
14117]
14118
14119[[package]]
14120name = "tiny-keccak"
14121version = "2.0.2"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14124dependencies = [
14125 "crunchy",
14126]
14127
14128[[package]]
14129name = "tiny-skia"
14130version = "0.11.4"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14133dependencies = [
14134 "arrayref",
14135 "arrayvec",
14136 "bytemuck",
14137 "cfg-if",
14138 "log",
14139 "png",
14140 "tiny-skia-path",
14141]
14142
14143[[package]]
14144name = "tiny-skia-path"
14145version = "0.11.4"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14148dependencies = [
14149 "arrayref",
14150 "bytemuck",
14151 "strict-num",
14152]
14153
14154[[package]]
14155name = "tiny_http"
14156version = "0.8.2"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14159dependencies = [
14160 "ascii",
14161 "chrono",
14162 "chunked_transfer",
14163 "log",
14164 "url",
14165]
14166
14167[[package]]
14168name = "tinystr"
14169version = "0.7.6"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14172dependencies = [
14173 "displaydoc",
14174 "zerovec",
14175]
14176
14177[[package]]
14178name = "tinytemplate"
14179version = "1.2.1"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14182dependencies = [
14183 "serde",
14184 "serde_json",
14185]
14186
14187[[package]]
14188name = "tinyvec"
14189version = "1.8.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14192dependencies = [
14193 "tinyvec_macros",
14194]
14195
14196[[package]]
14197name = "tinyvec_macros"
14198version = "0.1.1"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14201
14202[[package]]
14203name = "title_bar"
14204version = "0.1.0"
14205dependencies = [
14206 "auto_update",
14207 "call",
14208 "chrono",
14209 "client",
14210 "collections",
14211 "db",
14212 "feature_flags",
14213 "gpui",
14214 "http_client",
14215 "notifications",
14216 "pretty_assertions",
14217 "project",
14218 "remote",
14219 "rpc",
14220 "schemars",
14221 "serde",
14222 "settings",
14223 "smallvec",
14224 "story",
14225 "telemetry",
14226 "theme",
14227 "tree-sitter-md",
14228 "ui",
14229 "util",
14230 "windows 0.61.1",
14231 "workspace",
14232 "zed_actions",
14233]
14234
14235[[package]]
14236name = "tokio"
14237version = "1.43.0"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14240dependencies = [
14241 "backtrace",
14242 "bytes 1.10.1",
14243 "libc",
14244 "mio 1.0.3",
14245 "parking_lot",
14246 "pin-project-lite",
14247 "signal-hook-registry",
14248 "socket2",
14249 "tokio-macros",
14250 "windows-sys 0.52.0",
14251]
14252
14253[[package]]
14254name = "tokio-io"
14255version = "0.1.13"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14258dependencies = [
14259 "bytes 0.4.12",
14260 "futures 0.1.31",
14261 "log",
14262]
14263
14264[[package]]
14265name = "tokio-macros"
14266version = "2.5.0"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14269dependencies = [
14270 "proc-macro2",
14271 "quote",
14272 "syn 2.0.100",
14273]
14274
14275[[package]]
14276name = "tokio-native-tls"
14277version = "0.3.1"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14280dependencies = [
14281 "native-tls",
14282 "tokio",
14283]
14284
14285[[package]]
14286name = "tokio-rustls"
14287version = "0.24.1"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14290dependencies = [
14291 "rustls 0.21.12",
14292 "tokio",
14293]
14294
14295[[package]]
14296name = "tokio-rustls"
14297version = "0.26.1"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14300dependencies = [
14301 "rustls 0.23.25",
14302 "tokio",
14303]
14304
14305[[package]]
14306name = "tokio-socks"
14307version = "0.5.2"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14310dependencies = [
14311 "either",
14312 "futures-io",
14313 "futures-util",
14314 "thiserror 1.0.69",
14315 "tokio",
14316]
14317
14318[[package]]
14319name = "tokio-stream"
14320version = "0.1.17"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14323dependencies = [
14324 "futures-core",
14325 "pin-project-lite",
14326 "tokio",
14327]
14328
14329[[package]]
14330name = "tokio-tungstenite"
14331version = "0.20.1"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14334dependencies = [
14335 "futures-util",
14336 "log",
14337 "rustls 0.21.12",
14338 "rustls-native-certs 0.6.3",
14339 "tokio",
14340 "tokio-rustls 0.24.1",
14341 "tungstenite 0.20.1",
14342]
14343
14344[[package]]
14345name = "tokio-tungstenite"
14346version = "0.21.0"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14349dependencies = [
14350 "futures-util",
14351 "log",
14352 "tokio",
14353 "tungstenite 0.21.0",
14354]
14355
14356[[package]]
14357name = "tokio-util"
14358version = "0.7.13"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14361dependencies = [
14362 "bytes 1.10.1",
14363 "futures-core",
14364 "futures-io",
14365 "futures-sink",
14366 "pin-project-lite",
14367 "tokio",
14368]
14369
14370[[package]]
14371name = "toml"
14372version = "0.5.11"
14373source = "registry+https://github.com/rust-lang/crates.io-index"
14374checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14375dependencies = [
14376 "serde",
14377]
14378
14379[[package]]
14380name = "toml"
14381version = "0.8.20"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14384dependencies = [
14385 "serde",
14386 "serde_spanned",
14387 "toml_datetime",
14388 "toml_edit",
14389]
14390
14391[[package]]
14392name = "toml_datetime"
14393version = "0.6.8"
14394source = "registry+https://github.com/rust-lang/crates.io-index"
14395checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14396dependencies = [
14397 "serde",
14398]
14399
14400[[package]]
14401name = "toml_edit"
14402version = "0.22.23"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14405dependencies = [
14406 "indexmap",
14407 "serde",
14408 "serde_spanned",
14409 "toml_datetime",
14410 "winnow 0.7.1",
14411]
14412
14413[[package]]
14414name = "toolchain_selector"
14415version = "0.1.0"
14416dependencies = [
14417 "editor",
14418 "fuzzy",
14419 "gpui",
14420 "language",
14421 "picker",
14422 "project",
14423 "ui",
14424 "util",
14425 "workspace",
14426]
14427
14428[[package]]
14429name = "topological-sort"
14430version = "0.2.2"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14433
14434[[package]]
14435name = "tower"
14436version = "0.4.13"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14439dependencies = [
14440 "futures-core",
14441 "futures-util",
14442 "pin-project",
14443 "pin-project-lite",
14444 "tokio",
14445 "tower-layer",
14446 "tower-service",
14447 "tracing",
14448]
14449
14450[[package]]
14451name = "tower-http"
14452version = "0.3.5"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14455dependencies = [
14456 "bitflags 1.3.2",
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]
14467
14468[[package]]
14469name = "tower-http"
14470version = "0.4.4"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14473dependencies = [
14474 "bitflags 2.8.0",
14475 "bytes 1.10.1",
14476 "futures-core",
14477 "futures-util",
14478 "http 0.2.12",
14479 "http-body 0.4.6",
14480 "http-range-header",
14481 "pin-project-lite",
14482 "tower-layer",
14483 "tower-service",
14484 "tracing",
14485]
14486
14487[[package]]
14488name = "tower-layer"
14489version = "0.3.3"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14492
14493[[package]]
14494name = "tower-service"
14495version = "0.3.3"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14498
14499[[package]]
14500name = "tracing"
14501version = "0.1.41"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14504dependencies = [
14505 "log",
14506 "pin-project-lite",
14507 "tracing-attributes",
14508 "tracing-core",
14509]
14510
14511[[package]]
14512name = "tracing-attributes"
14513version = "0.1.28"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14516dependencies = [
14517 "proc-macro2",
14518 "quote",
14519 "syn 2.0.100",
14520]
14521
14522[[package]]
14523name = "tracing-core"
14524version = "0.1.33"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14527dependencies = [
14528 "once_cell",
14529 "valuable",
14530]
14531
14532[[package]]
14533name = "tracing-log"
14534version = "0.2.0"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14537dependencies = [
14538 "log",
14539 "once_cell",
14540 "tracing-core",
14541]
14542
14543[[package]]
14544name = "tracing-serde"
14545version = "0.2.0"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14548dependencies = [
14549 "serde",
14550 "tracing-core",
14551]
14552
14553[[package]]
14554name = "tracing-subscriber"
14555version = "0.3.19"
14556source = "registry+https://github.com/rust-lang/crates.io-index"
14557checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14558dependencies = [
14559 "matchers",
14560 "nu-ansi-term",
14561 "once_cell",
14562 "regex",
14563 "serde",
14564 "serde_json",
14565 "sharded-slab",
14566 "smallvec",
14567 "thread_local",
14568 "tracing",
14569 "tracing-core",
14570 "tracing-log",
14571 "tracing-serde",
14572]
14573
14574[[package]]
14575name = "trait-variant"
14576version = "0.1.2"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14579dependencies = [
14580 "proc-macro2",
14581 "quote",
14582 "syn 2.0.100",
14583]
14584
14585[[package]]
14586name = "tree-sitter"
14587version = "0.25.3"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14590dependencies = [
14591 "cc",
14592 "regex",
14593 "regex-syntax 0.8.5",
14594 "serde_json",
14595 "streaming-iterator",
14596 "tree-sitter-language",
14597 "wasmtime-c-api-impl",
14598]
14599
14600[[package]]
14601name = "tree-sitter-bash"
14602version = "0.23.3"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14605dependencies = [
14606 "cc",
14607 "tree-sitter-language",
14608]
14609
14610[[package]]
14611name = "tree-sitter-c"
14612version = "0.23.4"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14615dependencies = [
14616 "cc",
14617 "tree-sitter-language",
14618]
14619
14620[[package]]
14621name = "tree-sitter-cpp"
14622version = "0.23.4"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14625dependencies = [
14626 "cc",
14627 "tree-sitter-language",
14628]
14629
14630[[package]]
14631name = "tree-sitter-css"
14632version = "0.23.2"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14635dependencies = [
14636 "cc",
14637 "tree-sitter-language",
14638]
14639
14640[[package]]
14641name = "tree-sitter-diff"
14642version = "0.1.0"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14645dependencies = [
14646 "cc",
14647 "tree-sitter-language",
14648]
14649
14650[[package]]
14651name = "tree-sitter-elixir"
14652version = "0.3.4"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14655dependencies = [
14656 "cc",
14657 "tree-sitter-language",
14658]
14659
14660[[package]]
14661name = "tree-sitter-embedded-template"
14662version = "0.23.2"
14663source = "registry+https://github.com/rust-lang/crates.io-index"
14664checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14665dependencies = [
14666 "cc",
14667 "tree-sitter-language",
14668]
14669
14670[[package]]
14671name = "tree-sitter-gitcommit"
14672version = "0.0.1"
14673source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14674dependencies = [
14675 "cc",
14676 "tree-sitter-language",
14677]
14678
14679[[package]]
14680name = "tree-sitter-go"
14681version = "0.23.4"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14684dependencies = [
14685 "cc",
14686 "tree-sitter-language",
14687]
14688
14689[[package]]
14690name = "tree-sitter-gomod"
14691version = "1.1.1"
14692source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14693dependencies = [
14694 "cc",
14695 "tree-sitter-language",
14696]
14697
14698[[package]]
14699name = "tree-sitter-gowork"
14700version = "0.0.1"
14701source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14702dependencies = [
14703 "cc",
14704 "tree-sitter-language",
14705]
14706
14707[[package]]
14708name = "tree-sitter-heex"
14709version = "0.0.1"
14710source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14711dependencies = [
14712 "cc",
14713 "tree-sitter-language",
14714]
14715
14716[[package]]
14717name = "tree-sitter-html"
14718version = "0.23.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14721dependencies = [
14722 "cc",
14723 "tree-sitter-language",
14724]
14725
14726[[package]]
14727name = "tree-sitter-jsdoc"
14728version = "0.23.2"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14731dependencies = [
14732 "cc",
14733 "tree-sitter-language",
14734]
14735
14736[[package]]
14737name = "tree-sitter-json"
14738version = "0.24.8"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14741dependencies = [
14742 "cc",
14743 "tree-sitter-language",
14744]
14745
14746[[package]]
14747name = "tree-sitter-language"
14748version = "0.1.3"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14751
14752[[package]]
14753name = "tree-sitter-md"
14754version = "0.3.2"
14755source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14756dependencies = [
14757 "cc",
14758 "tree-sitter-language",
14759]
14760
14761[[package]]
14762name = "tree-sitter-python"
14763version = "0.23.6"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14766dependencies = [
14767 "cc",
14768 "tree-sitter-language",
14769]
14770
14771[[package]]
14772name = "tree-sitter-regex"
14773version = "0.24.3"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14776dependencies = [
14777 "cc",
14778 "tree-sitter-language",
14779]
14780
14781[[package]]
14782name = "tree-sitter-ruby"
14783version = "0.23.1"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14786dependencies = [
14787 "cc",
14788 "tree-sitter-language",
14789]
14790
14791[[package]]
14792name = "tree-sitter-rust"
14793version = "0.23.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14796dependencies = [
14797 "cc",
14798 "tree-sitter-language",
14799]
14800
14801[[package]]
14802name = "tree-sitter-typescript"
14803version = "0.23.2"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14806dependencies = [
14807 "cc",
14808 "tree-sitter-language",
14809]
14810
14811[[package]]
14812name = "tree-sitter-yaml"
14813version = "0.6.1"
14814source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14815dependencies = [
14816 "cc",
14817 "tree-sitter-language",
14818]
14819
14820[[package]]
14821name = "try-lock"
14822version = "0.2.5"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14825
14826[[package]]
14827name = "ttf-parser"
14828version = "0.20.0"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14831
14832[[package]]
14833name = "ttf-parser"
14834version = "0.21.1"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14837
14838[[package]]
14839name = "ttf-parser"
14840version = "0.25.1"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14843dependencies = [
14844 "core_maths",
14845]
14846
14847[[package]]
14848name = "tungstenite"
14849version = "0.20.1"
14850source = "registry+https://github.com/rust-lang/crates.io-index"
14851checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14852dependencies = [
14853 "byteorder",
14854 "bytes 1.10.1",
14855 "data-encoding",
14856 "http 0.2.12",
14857 "httparse",
14858 "log",
14859 "rand 0.8.5",
14860 "rustls 0.21.12",
14861 "sha1",
14862 "thiserror 1.0.69",
14863 "url",
14864 "utf-8",
14865]
14866
14867[[package]]
14868name = "tungstenite"
14869version = "0.21.0"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14872dependencies = [
14873 "byteorder",
14874 "bytes 1.10.1",
14875 "data-encoding",
14876 "http 1.2.0",
14877 "httparse",
14878 "log",
14879 "rand 0.8.5",
14880 "sha1",
14881 "thiserror 1.0.69",
14882 "url",
14883 "utf-8",
14884]
14885
14886[[package]]
14887name = "tungstenite"
14888version = "0.24.0"
14889source = "registry+https://github.com/rust-lang/crates.io-index"
14890checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14891dependencies = [
14892 "byteorder",
14893 "bytes 1.10.1",
14894 "data-encoding",
14895 "http 1.2.0",
14896 "httparse",
14897 "log",
14898 "rand 0.8.5",
14899 "sha1",
14900 "thiserror 1.0.69",
14901 "utf-8",
14902]
14903
14904[[package]]
14905name = "typeid"
14906version = "1.0.2"
14907source = "registry+https://github.com/rust-lang/crates.io-index"
14908checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14909
14910[[package]]
14911name = "typenum"
14912version = "1.17.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14915
14916[[package]]
14917name = "ucd-trie"
14918version = "0.1.7"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14921
14922[[package]]
14923name = "uds_windows"
14924version = "1.1.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14927dependencies = [
14928 "memoffset",
14929 "tempfile",
14930 "winapi",
14931]
14932
14933[[package]]
14934name = "ui"
14935version = "0.1.0"
14936dependencies = [
14937 "chrono",
14938 "component",
14939 "gpui",
14940 "icons",
14941 "itertools 0.14.0",
14942 "linkme",
14943 "menu",
14944 "serde",
14945 "settings",
14946 "smallvec",
14947 "story",
14948 "strum",
14949 "theme",
14950 "ui_macros",
14951 "util",
14952 "windows 0.61.1",
14953]
14954
14955[[package]]
14956name = "ui_input"
14957version = "0.1.0"
14958dependencies = [
14959 "editor",
14960 "gpui",
14961 "settings",
14962 "theme",
14963 "ui",
14964]
14965
14966[[package]]
14967name = "ui_macros"
14968version = "0.1.0"
14969dependencies = [
14970 "convert_case 0.8.0",
14971 "linkme",
14972 "proc-macro2",
14973 "quote",
14974 "syn 1.0.109",
14975]
14976
14977[[package]]
14978name = "ui_prompt"
14979version = "0.1.0"
14980dependencies = [
14981 "gpui",
14982 "markdown",
14983 "menu",
14984 "settings",
14985 "theme",
14986 "ui",
14987 "workspace",
14988]
14989
14990[[package]]
14991name = "unicase"
14992version = "2.8.1"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14995
14996[[package]]
14997name = "unicode-bidi"
14998version = "0.3.17"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15001
15002[[package]]
15003name = "unicode-bidi-mirroring"
15004version = "0.2.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15007
15008[[package]]
15009name = "unicode-bidi-mirroring"
15010version = "0.4.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15013
15014[[package]]
15015name = "unicode-ccc"
15016version = "0.2.0"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15019
15020[[package]]
15021name = "unicode-ccc"
15022version = "0.4.0"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15025
15026[[package]]
15027name = "unicode-ident"
15028version = "1.0.14"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15031
15032[[package]]
15033name = "unicode-linebreak"
15034version = "0.1.5"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15037
15038[[package]]
15039name = "unicode-normalization"
15040version = "0.1.24"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15043dependencies = [
15044 "tinyvec",
15045]
15046
15047[[package]]
15048name = "unicode-properties"
15049version = "0.1.3"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15052
15053[[package]]
15054name = "unicode-script"
15055version = "0.5.7"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15058
15059[[package]]
15060name = "unicode-segmentation"
15061version = "1.12.0"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15064
15065[[package]]
15066name = "unicode-vo"
15067version = "0.1.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15070
15071[[package]]
15072name = "unicode-width"
15073version = "0.1.14"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15076
15077[[package]]
15078name = "unicode-xid"
15079version = "0.2.6"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15082
15083[[package]]
15084name = "unicode_categories"
15085version = "0.1.1"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15088
15089[[package]]
15090name = "unindent"
15091version = "0.2.4"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15094
15095[[package]]
15096name = "untrusted"
15097version = "0.9.0"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15100
15101[[package]]
15102name = "url"
15103version = "2.5.4"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15106dependencies = [
15107 "form_urlencoded",
15108 "idna",
15109 "percent-encoding",
15110 "serde",
15111]
15112
15113[[package]]
15114name = "urlencoding"
15115version = "2.1.3"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15118
15119[[package]]
15120name = "usvg"
15121version = "0.45.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15124dependencies = [
15125 "base64 0.22.1",
15126 "data-url",
15127 "flate2",
15128 "fontdb 0.23.0",
15129 "imagesize",
15130 "kurbo",
15131 "log",
15132 "pico-args",
15133 "roxmltree",
15134 "rustybuzz 0.20.1",
15135 "simplecss",
15136 "siphasher 1.0.1",
15137 "strict-num",
15138 "svgtypes",
15139 "tiny-skia-path",
15140 "unicode-bidi",
15141 "unicode-script",
15142 "unicode-vo",
15143 "xmlwriter",
15144]
15145
15146[[package]]
15147name = "utf-8"
15148version = "0.7.6"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15151
15152[[package]]
15153name = "utf16_iter"
15154version = "1.0.5"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15157
15158[[package]]
15159name = "utf8_iter"
15160version = "1.0.4"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15163
15164[[package]]
15165name = "utf8parse"
15166version = "0.2.2"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15169
15170[[package]]
15171name = "util"
15172version = "0.1.0"
15173dependencies = [
15174 "anyhow",
15175 "async-fs",
15176 "collections",
15177 "dirs 4.0.0",
15178 "dunce",
15179 "futures 0.3.31",
15180 "futures-lite 1.13.0",
15181 "git2",
15182 "globset",
15183 "itertools 0.14.0",
15184 "libc",
15185 "log",
15186 "rand 0.8.5",
15187 "regex",
15188 "rust-embed",
15189 "serde",
15190 "serde_json",
15191 "smol",
15192 "take-until",
15193 "tempfile",
15194 "tendril",
15195 "unicase",
15196 "util_macros",
15197]
15198
15199[[package]]
15200name = "util_macros"
15201version = "0.1.0"
15202dependencies = [
15203 "quote",
15204 "syn 1.0.109",
15205]
15206
15207[[package]]
15208name = "uuid"
15209version = "1.13.2"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15212dependencies = [
15213 "getrandom 0.3.1",
15214 "serde",
15215 "sha1_smol",
15216]
15217
15218[[package]]
15219name = "v_frame"
15220version = "0.3.8"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15223dependencies = [
15224 "aligned-vec",
15225 "num-traits",
15226 "wasm-bindgen",
15227]
15228
15229[[package]]
15230name = "valuable"
15231version = "0.1.0"
15232source = "registry+https://github.com/rust-lang/crates.io-index"
15233checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15234
15235[[package]]
15236name = "value-bag"
15237version = "1.10.0"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15240dependencies = [
15241 "value-bag-serde1",
15242 "value-bag-sval2",
15243]
15244
15245[[package]]
15246name = "value-bag-serde1"
15247version = "1.10.0"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15250dependencies = [
15251 "erased-serde",
15252 "serde",
15253 "serde_fmt",
15254]
15255
15256[[package]]
15257name = "value-bag-sval2"
15258version = "1.10.0"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15261dependencies = [
15262 "sval",
15263 "sval_buffer",
15264 "sval_dynamic",
15265 "sval_fmt",
15266 "sval_json",
15267 "sval_ref",
15268 "sval_serde",
15269]
15270
15271[[package]]
15272name = "vcpkg"
15273version = "0.2.15"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15276
15277[[package]]
15278name = "version-compare"
15279version = "0.2.0"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15282
15283[[package]]
15284name = "version_check"
15285version = "0.9.5"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15288
15289[[package]]
15290name = "vim"
15291version = "0.1.0"
15292dependencies = [
15293 "anyhow",
15294 "assets",
15295 "async-compat",
15296 "async-trait",
15297 "collections",
15298 "command_palette",
15299 "command_palette_hooks",
15300 "db",
15301 "editor",
15302 "futures 0.3.31",
15303 "git_ui",
15304 "gpui",
15305 "indoc",
15306 "itertools 0.14.0",
15307 "language",
15308 "libc",
15309 "log",
15310 "lsp",
15311 "multi_buffer",
15312 "nvim-rs",
15313 "parking_lot",
15314 "picker",
15315 "project",
15316 "project_panel",
15317 "regex",
15318 "release_channel",
15319 "schemars",
15320 "search",
15321 "serde",
15322 "serde_derive",
15323 "serde_json",
15324 "settings",
15325 "task",
15326 "text",
15327 "theme",
15328 "tokio",
15329 "ui",
15330 "util",
15331 "vim_mode_setting",
15332 "workspace",
15333 "zed_actions",
15334]
15335
15336[[package]]
15337name = "vim_mode_setting"
15338version = "0.1.0"
15339dependencies = [
15340 "anyhow",
15341 "gpui",
15342 "settings",
15343]
15344
15345[[package]]
15346name = "vscode_theme"
15347version = "0.2.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15350dependencies = [
15351 "serde",
15352]
15353
15354[[package]]
15355name = "vsimd"
15356version = "0.8.0"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15359
15360[[package]]
15361name = "vswhom"
15362version = "0.1.0"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15365dependencies = [
15366 "libc",
15367 "vswhom-sys",
15368]
15369
15370[[package]]
15371name = "vswhom-sys"
15372version = "0.1.2"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15375dependencies = [
15376 "cc",
15377 "libc",
15378]
15379
15380[[package]]
15381name = "vte"
15382version = "0.15.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15385dependencies = [
15386 "arrayvec",
15387 "bitflags 2.8.0",
15388 "cursor-icon",
15389 "log",
15390 "memchr",
15391 "serde",
15392]
15393
15394[[package]]
15395name = "waker-fn"
15396version = "1.2.0"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15399
15400[[package]]
15401name = "walkdir"
15402version = "2.5.0"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15405dependencies = [
15406 "same-file",
15407 "winapi-util",
15408]
15409
15410[[package]]
15411name = "want"
15412version = "0.3.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15415dependencies = [
15416 "try-lock",
15417]
15418
15419[[package]]
15420name = "warp"
15421version = "0.3.7"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15424dependencies = [
15425 "bytes 1.10.1",
15426 "futures-channel",
15427 "futures-util",
15428 "headers",
15429 "http 0.2.12",
15430 "hyper 0.14.32",
15431 "log",
15432 "mime",
15433 "mime_guess",
15434 "percent-encoding",
15435 "pin-project",
15436 "scoped-tls",
15437 "serde",
15438 "serde_json",
15439 "serde_urlencoded",
15440 "tokio",
15441 "tokio-tungstenite 0.21.0",
15442 "tokio-util",
15443 "tower-service",
15444 "tracing",
15445]
15446
15447[[package]]
15448name = "wasi"
15449version = "0.9.0+wasi-snapshot-preview1"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15452
15453[[package]]
15454name = "wasi"
15455version = "0.11.0+wasi-snapshot-preview1"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15458
15459[[package]]
15460name = "wasi"
15461version = "0.13.3+wasi-0.2.2"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15464dependencies = [
15465 "wit-bindgen-rt 0.33.0",
15466]
15467
15468[[package]]
15469name = "wasite"
15470version = "0.1.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15473
15474[[package]]
15475name = "wasm-bindgen"
15476version = "0.2.99"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15479dependencies = [
15480 "cfg-if",
15481 "once_cell",
15482 "wasm-bindgen-macro",
15483]
15484
15485[[package]]
15486name = "wasm-bindgen-backend"
15487version = "0.2.99"
15488source = "registry+https://github.com/rust-lang/crates.io-index"
15489checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15490dependencies = [
15491 "bumpalo",
15492 "log",
15493 "proc-macro2",
15494 "quote",
15495 "syn 2.0.100",
15496 "wasm-bindgen-shared",
15497]
15498
15499[[package]]
15500name = "wasm-bindgen-futures"
15501version = "0.4.49"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15504dependencies = [
15505 "cfg-if",
15506 "js-sys",
15507 "once_cell",
15508 "wasm-bindgen",
15509 "web-sys",
15510]
15511
15512[[package]]
15513name = "wasm-bindgen-macro"
15514version = "0.2.99"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15517dependencies = [
15518 "quote",
15519 "wasm-bindgen-macro-support",
15520]
15521
15522[[package]]
15523name = "wasm-bindgen-macro-support"
15524version = "0.2.99"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15527dependencies = [
15528 "proc-macro2",
15529 "quote",
15530 "syn 2.0.100",
15531 "wasm-bindgen-backend",
15532 "wasm-bindgen-shared",
15533]
15534
15535[[package]]
15536name = "wasm-bindgen-shared"
15537version = "0.2.99"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15540
15541[[package]]
15542name = "wasm-encoder"
15543version = "0.201.0"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15546dependencies = [
15547 "leb128",
15548]
15549
15550[[package]]
15551name = "wasm-encoder"
15552version = "0.221.3"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15555dependencies = [
15556 "leb128",
15557 "wasmparser 0.221.3",
15558]
15559
15560[[package]]
15561name = "wasm-metadata"
15562version = "0.201.0"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15565dependencies = [
15566 "anyhow",
15567 "indexmap",
15568 "serde",
15569 "serde_derive",
15570 "serde_json",
15571 "spdx",
15572 "wasm-encoder 0.201.0",
15573 "wasmparser 0.201.0",
15574]
15575
15576[[package]]
15577name = "wasm-metadata"
15578version = "0.221.3"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15581dependencies = [
15582 "anyhow",
15583 "indexmap",
15584 "serde",
15585 "serde_derive",
15586 "serde_json",
15587 "spdx",
15588 "wasm-encoder 0.221.3",
15589 "wasmparser 0.221.3",
15590]
15591
15592[[package]]
15593name = "wasm-streams"
15594version = "0.4.2"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15597dependencies = [
15598 "futures-util",
15599 "js-sys",
15600 "wasm-bindgen",
15601 "wasm-bindgen-futures",
15602 "web-sys",
15603]
15604
15605[[package]]
15606name = "wasmparser"
15607version = "0.201.0"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15610dependencies = [
15611 "bitflags 2.8.0",
15612 "indexmap",
15613 "semver",
15614]
15615
15616[[package]]
15617name = "wasmparser"
15618version = "0.221.3"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15621dependencies = [
15622 "bitflags 2.8.0",
15623 "hashbrown 0.15.2",
15624 "indexmap",
15625 "semver",
15626 "serde",
15627]
15628
15629[[package]]
15630name = "wasmprinter"
15631version = "0.221.3"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15634dependencies = [
15635 "anyhow",
15636 "termcolor",
15637 "wasmparser 0.221.3",
15638]
15639
15640[[package]]
15641name = "wasmtime"
15642version = "29.0.1"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15645dependencies = [
15646 "anyhow",
15647 "async-trait",
15648 "bitflags 2.8.0",
15649 "bumpalo",
15650 "cc",
15651 "cfg-if",
15652 "encoding_rs",
15653 "hashbrown 0.14.5",
15654 "indexmap",
15655 "libc",
15656 "log",
15657 "mach2",
15658 "memfd",
15659 "object",
15660 "once_cell",
15661 "paste",
15662 "postcard",
15663 "psm",
15664 "pulley-interpreter",
15665 "rustix",
15666 "semver",
15667 "serde",
15668 "serde_derive",
15669 "smallvec",
15670 "sptr",
15671 "target-lexicon 0.13.2",
15672 "trait-variant",
15673 "wasmparser 0.221.3",
15674 "wasmtime-asm-macros",
15675 "wasmtime-component-macro",
15676 "wasmtime-component-util",
15677 "wasmtime-cranelift",
15678 "wasmtime-environ",
15679 "wasmtime-fiber",
15680 "wasmtime-jit-icache-coherence",
15681 "wasmtime-math",
15682 "wasmtime-slab",
15683 "wasmtime-versioned-export-macros",
15684 "wasmtime-winch",
15685 "windows-sys 0.59.0",
15686]
15687
15688[[package]]
15689name = "wasmtime-asm-macros"
15690version = "29.0.1"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15693dependencies = [
15694 "cfg-if",
15695]
15696
15697[[package]]
15698name = "wasmtime-c-api-impl"
15699version = "29.0.1"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15702dependencies = [
15703 "anyhow",
15704 "log",
15705 "tracing",
15706 "wasmtime",
15707 "wasmtime-c-api-macros",
15708]
15709
15710[[package]]
15711name = "wasmtime-c-api-macros"
15712version = "29.0.1"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15715dependencies = [
15716 "proc-macro2",
15717 "quote",
15718]
15719
15720[[package]]
15721name = "wasmtime-component-macro"
15722version = "29.0.1"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15725dependencies = [
15726 "anyhow",
15727 "proc-macro2",
15728 "quote",
15729 "syn 2.0.100",
15730 "wasmtime-component-util",
15731 "wasmtime-wit-bindgen",
15732 "wit-parser 0.221.3",
15733]
15734
15735[[package]]
15736name = "wasmtime-component-util"
15737version = "29.0.1"
15738source = "registry+https://github.com/rust-lang/crates.io-index"
15739checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15740
15741[[package]]
15742name = "wasmtime-cranelift"
15743version = "29.0.1"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15746dependencies = [
15747 "anyhow",
15748 "cfg-if",
15749 "cranelift-codegen",
15750 "cranelift-control",
15751 "cranelift-entity",
15752 "cranelift-frontend",
15753 "cranelift-native",
15754 "gimli",
15755 "itertools 0.12.1",
15756 "log",
15757 "object",
15758 "smallvec",
15759 "target-lexicon 0.13.2",
15760 "thiserror 1.0.69",
15761 "wasmparser 0.221.3",
15762 "wasmtime-environ",
15763 "wasmtime-versioned-export-macros",
15764]
15765
15766[[package]]
15767name = "wasmtime-environ"
15768version = "29.0.1"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15771dependencies = [
15772 "anyhow",
15773 "cpp_demangle",
15774 "cranelift-bitset",
15775 "cranelift-entity",
15776 "gimli",
15777 "indexmap",
15778 "log",
15779 "object",
15780 "postcard",
15781 "rustc-demangle",
15782 "semver",
15783 "serde",
15784 "serde_derive",
15785 "smallvec",
15786 "target-lexicon 0.13.2",
15787 "wasm-encoder 0.221.3",
15788 "wasmparser 0.221.3",
15789 "wasmprinter",
15790 "wasmtime-component-util",
15791]
15792
15793[[package]]
15794name = "wasmtime-fiber"
15795version = "29.0.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15798dependencies = [
15799 "anyhow",
15800 "cc",
15801 "cfg-if",
15802 "rustix",
15803 "wasmtime-asm-macros",
15804 "wasmtime-versioned-export-macros",
15805 "windows-sys 0.59.0",
15806]
15807
15808[[package]]
15809name = "wasmtime-jit-icache-coherence"
15810version = "29.0.1"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15813dependencies = [
15814 "anyhow",
15815 "cfg-if",
15816 "libc",
15817 "windows-sys 0.59.0",
15818]
15819
15820[[package]]
15821name = "wasmtime-math"
15822version = "29.0.1"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15825dependencies = [
15826 "libm",
15827]
15828
15829[[package]]
15830name = "wasmtime-slab"
15831version = "29.0.1"
15832source = "registry+https://github.com/rust-lang/crates.io-index"
15833checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15834
15835[[package]]
15836name = "wasmtime-versioned-export-macros"
15837version = "29.0.1"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15840dependencies = [
15841 "proc-macro2",
15842 "quote",
15843 "syn 2.0.100",
15844]
15845
15846[[package]]
15847name = "wasmtime-wasi"
15848version = "29.0.1"
15849source = "registry+https://github.com/rust-lang/crates.io-index"
15850checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15851dependencies = [
15852 "anyhow",
15853 "async-trait",
15854 "bitflags 2.8.0",
15855 "bytes 1.10.1",
15856 "cap-fs-ext",
15857 "cap-net-ext",
15858 "cap-rand",
15859 "cap-std",
15860 "cap-time-ext",
15861 "fs-set-times",
15862 "futures 0.3.31",
15863 "io-extras",
15864 "io-lifetimes",
15865 "rustix",
15866 "system-interface",
15867 "thiserror 1.0.69",
15868 "tokio",
15869 "tracing",
15870 "trait-variant",
15871 "url",
15872 "wasmtime",
15873 "wiggle",
15874 "windows-sys 0.59.0",
15875]
15876
15877[[package]]
15878name = "wasmtime-winch"
15879version = "29.0.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15882dependencies = [
15883 "anyhow",
15884 "cranelift-codegen",
15885 "gimli",
15886 "object",
15887 "target-lexicon 0.13.2",
15888 "wasmparser 0.221.3",
15889 "wasmtime-cranelift",
15890 "wasmtime-environ",
15891 "winch-codegen",
15892]
15893
15894[[package]]
15895name = "wasmtime-wit-bindgen"
15896version = "29.0.1"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15899dependencies = [
15900 "anyhow",
15901 "heck 0.5.0",
15902 "indexmap",
15903 "wit-parser 0.221.3",
15904]
15905
15906[[package]]
15907name = "wast"
15908version = "35.0.2"
15909source = "registry+https://github.com/rust-lang/crates.io-index"
15910checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15911dependencies = [
15912 "leb128",
15913]
15914
15915[[package]]
15916name = "wayland-backend"
15917version = "0.3.8"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15920dependencies = [
15921 "cc",
15922 "downcast-rs",
15923 "rustix",
15924 "scoped-tls",
15925 "smallvec",
15926 "wayland-sys",
15927]
15928
15929[[package]]
15930name = "wayland-client"
15931version = "0.31.8"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15934dependencies = [
15935 "bitflags 2.8.0",
15936 "rustix",
15937 "wayland-backend",
15938 "wayland-scanner",
15939]
15940
15941[[package]]
15942name = "wayland-cursor"
15943version = "0.31.8"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15946dependencies = [
15947 "rustix",
15948 "wayland-client",
15949 "xcursor",
15950]
15951
15952[[package]]
15953name = "wayland-protocols"
15954version = "0.31.2"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15957dependencies = [
15958 "bitflags 2.8.0",
15959 "wayland-backend",
15960 "wayland-client",
15961 "wayland-scanner",
15962]
15963
15964[[package]]
15965name = "wayland-protocols-plasma"
15966version = "0.2.0"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15969dependencies = [
15970 "bitflags 2.8.0",
15971 "wayland-backend",
15972 "wayland-client",
15973 "wayland-protocols",
15974 "wayland-scanner",
15975]
15976
15977[[package]]
15978name = "wayland-scanner"
15979version = "0.31.6"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15982dependencies = [
15983 "proc-macro2",
15984 "quick-xml 0.37.2",
15985 "quote",
15986]
15987
15988[[package]]
15989name = "wayland-sys"
15990version = "0.31.6"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15993dependencies = [
15994 "dlib",
15995 "log",
15996 "once_cell",
15997 "pkg-config",
15998]
15999
16000[[package]]
16001name = "web-sys"
16002version = "0.3.76"
16003source = "registry+https://github.com/rust-lang/crates.io-index"
16004checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16005dependencies = [
16006 "js-sys",
16007 "wasm-bindgen",
16008]
16009
16010[[package]]
16011name = "web-time"
16012version = "1.1.0"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16015dependencies = [
16016 "js-sys",
16017 "wasm-bindgen",
16018]
16019
16020[[package]]
16021name = "webpki-root-certs"
16022version = "0.26.8"
16023source = "registry+https://github.com/rust-lang/crates.io-index"
16024checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16025dependencies = [
16026 "rustls-pki-types",
16027]
16028
16029[[package]]
16030name = "webpki-roots"
16031version = "0.26.7"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16034dependencies = [
16035 "rustls-pki-types",
16036]
16037
16038[[package]]
16039name = "webrtc-sys"
16040version = "0.3.5"
16041source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16042dependencies = [
16043 "cc",
16044 "cxx",
16045 "cxx-build",
16046 "glob",
16047 "log",
16048 "webrtc-sys-build",
16049]
16050
16051[[package]]
16052name = "webrtc-sys-build"
16053version = "0.3.5"
16054source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16055dependencies = [
16056 "fs2",
16057 "regex",
16058 "reqwest 0.11.27",
16059 "scratch",
16060 "semver",
16061 "zip",
16062]
16063
16064[[package]]
16065name = "weezl"
16066version = "0.1.8"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16069
16070[[package]]
16071name = "welcome"
16072version = "0.1.0"
16073dependencies = [
16074 "anyhow",
16075 "client",
16076 "db",
16077 "editor",
16078 "fuzzy",
16079 "gpui",
16080 "install_cli",
16081 "language",
16082 "picker",
16083 "project",
16084 "schemars",
16085 "serde",
16086 "settings",
16087 "telemetry",
16088 "ui",
16089 "util",
16090 "vim_mode_setting",
16091 "workspace",
16092 "zed_actions",
16093]
16094
16095[[package]]
16096name = "which"
16097version = "4.4.2"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16100dependencies = [
16101 "either",
16102 "home",
16103 "once_cell",
16104 "rustix",
16105]
16106
16107[[package]]
16108name = "which"
16109version = "6.0.3"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16112dependencies = [
16113 "either",
16114 "home",
16115 "rustix",
16116 "winsafe",
16117]
16118
16119[[package]]
16120name = "whoami"
16121version = "1.5.2"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16124dependencies = [
16125 "redox_syscall 0.5.8",
16126 "wasite",
16127]
16128
16129[[package]]
16130name = "wiggle"
16131version = "29.0.1"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16134dependencies = [
16135 "anyhow",
16136 "async-trait",
16137 "bitflags 2.8.0",
16138 "thiserror 1.0.69",
16139 "tracing",
16140 "wasmtime",
16141 "wiggle-macro",
16142]
16143
16144[[package]]
16145name = "wiggle-generate"
16146version = "29.0.1"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16149dependencies = [
16150 "anyhow",
16151 "heck 0.5.0",
16152 "proc-macro2",
16153 "quote",
16154 "shellexpand 2.1.2",
16155 "syn 2.0.100",
16156 "witx",
16157]
16158
16159[[package]]
16160name = "wiggle-macro"
16161version = "29.0.1"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16164dependencies = [
16165 "proc-macro2",
16166 "quote",
16167 "syn 2.0.100",
16168 "wiggle-generate",
16169]
16170
16171[[package]]
16172name = "winapi"
16173version = "0.3.9"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16176dependencies = [
16177 "winapi-i686-pc-windows-gnu",
16178 "winapi-x86_64-pc-windows-gnu",
16179]
16180
16181[[package]]
16182name = "winapi-i686-pc-windows-gnu"
16183version = "0.4.0"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16186
16187[[package]]
16188name = "winapi-util"
16189version = "0.1.9"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16192dependencies = [
16193 "windows-sys 0.59.0",
16194]
16195
16196[[package]]
16197name = "winapi-x86_64-pc-windows-gnu"
16198version = "0.4.0"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16201
16202[[package]]
16203name = "winch-codegen"
16204version = "29.0.1"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16207dependencies = [
16208 "anyhow",
16209 "cranelift-codegen",
16210 "gimli",
16211 "regalloc2",
16212 "smallvec",
16213 "target-lexicon 0.13.2",
16214 "thiserror 1.0.69",
16215 "wasmparser 0.221.3",
16216 "wasmtime-cranelift",
16217 "wasmtime-environ",
16218]
16219
16220[[package]]
16221name = "windows"
16222version = "0.54.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16225dependencies = [
16226 "windows-core 0.54.0",
16227 "windows-targets 0.52.6",
16228]
16229
16230[[package]]
16231name = "windows"
16232version = "0.57.0"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16235dependencies = [
16236 "windows-core 0.57.0",
16237 "windows-targets 0.52.6",
16238]
16239
16240[[package]]
16241name = "windows"
16242version = "0.58.0"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16245dependencies = [
16246 "windows-core 0.58.0",
16247 "windows-targets 0.52.6",
16248]
16249
16250[[package]]
16251name = "windows"
16252version = "0.61.1"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16255dependencies = [
16256 "windows-collections",
16257 "windows-core 0.61.0",
16258 "windows-future",
16259 "windows-link",
16260 "windows-numerics",
16261]
16262
16263[[package]]
16264name = "windows-collections"
16265version = "0.2.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16268dependencies = [
16269 "windows-core 0.61.0",
16270]
16271
16272[[package]]
16273name = "windows-core"
16274version = "0.52.0"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16277dependencies = [
16278 "windows-targets 0.52.6",
16279]
16280
16281[[package]]
16282name = "windows-core"
16283version = "0.54.0"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16286dependencies = [
16287 "windows-result 0.1.2",
16288 "windows-targets 0.52.6",
16289]
16290
16291[[package]]
16292name = "windows-core"
16293version = "0.57.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16296dependencies = [
16297 "windows-implement 0.57.0",
16298 "windows-interface 0.57.0",
16299 "windows-result 0.1.2",
16300 "windows-targets 0.52.6",
16301]
16302
16303[[package]]
16304name = "windows-core"
16305version = "0.58.0"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16308dependencies = [
16309 "windows-implement 0.58.0",
16310 "windows-interface 0.58.0",
16311 "windows-result 0.2.0",
16312 "windows-strings 0.1.0",
16313 "windows-targets 0.52.6",
16314]
16315
16316[[package]]
16317name = "windows-core"
16318version = "0.61.0"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16321dependencies = [
16322 "windows-implement 0.60.0",
16323 "windows-interface 0.59.1",
16324 "windows-link",
16325 "windows-result 0.3.2",
16326 "windows-strings 0.4.0",
16327]
16328
16329[[package]]
16330name = "windows-future"
16331version = "0.2.0"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16334dependencies = [
16335 "windows-core 0.61.0",
16336 "windows-link",
16337]
16338
16339[[package]]
16340name = "windows-implement"
16341version = "0.57.0"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16344dependencies = [
16345 "proc-macro2",
16346 "quote",
16347 "syn 2.0.100",
16348]
16349
16350[[package]]
16351name = "windows-implement"
16352version = "0.58.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16355dependencies = [
16356 "proc-macro2",
16357 "quote",
16358 "syn 2.0.100",
16359]
16360
16361[[package]]
16362name = "windows-implement"
16363version = "0.60.0"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16366dependencies = [
16367 "proc-macro2",
16368 "quote",
16369 "syn 2.0.100",
16370]
16371
16372[[package]]
16373name = "windows-interface"
16374version = "0.57.0"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16377dependencies = [
16378 "proc-macro2",
16379 "quote",
16380 "syn 2.0.100",
16381]
16382
16383[[package]]
16384name = "windows-interface"
16385version = "0.58.0"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16388dependencies = [
16389 "proc-macro2",
16390 "quote",
16391 "syn 2.0.100",
16392]
16393
16394[[package]]
16395name = "windows-interface"
16396version = "0.59.1"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16399dependencies = [
16400 "proc-macro2",
16401 "quote",
16402 "syn 2.0.100",
16403]
16404
16405[[package]]
16406name = "windows-link"
16407version = "0.1.1"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16410
16411[[package]]
16412name = "windows-numerics"
16413version = "0.2.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16416dependencies = [
16417 "windows-core 0.61.0",
16418 "windows-link",
16419]
16420
16421[[package]]
16422name = "windows-registry"
16423version = "0.2.0"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16426dependencies = [
16427 "windows-result 0.2.0",
16428 "windows-strings 0.1.0",
16429 "windows-targets 0.52.6",
16430]
16431
16432[[package]]
16433name = "windows-result"
16434version = "0.1.2"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16437dependencies = [
16438 "windows-targets 0.52.6",
16439]
16440
16441[[package]]
16442name = "windows-result"
16443version = "0.2.0"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16446dependencies = [
16447 "windows-targets 0.52.6",
16448]
16449
16450[[package]]
16451name = "windows-result"
16452version = "0.3.2"
16453source = "registry+https://github.com/rust-lang/crates.io-index"
16454checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16455dependencies = [
16456 "windows-link",
16457]
16458
16459[[package]]
16460name = "windows-strings"
16461version = "0.1.0"
16462source = "registry+https://github.com/rust-lang/crates.io-index"
16463checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16464dependencies = [
16465 "windows-result 0.2.0",
16466 "windows-targets 0.52.6",
16467]
16468
16469[[package]]
16470name = "windows-strings"
16471version = "0.4.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16474dependencies = [
16475 "windows-link",
16476]
16477
16478[[package]]
16479name = "windows-sys"
16480version = "0.45.0"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16483dependencies = [
16484 "windows-targets 0.42.2",
16485]
16486
16487[[package]]
16488name = "windows-sys"
16489version = "0.48.0"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16492dependencies = [
16493 "windows-targets 0.48.5",
16494]
16495
16496[[package]]
16497name = "windows-sys"
16498version = "0.52.0"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16501dependencies = [
16502 "windows-targets 0.52.6",
16503]
16504
16505[[package]]
16506name = "windows-sys"
16507version = "0.59.0"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16510dependencies = [
16511 "windows-targets 0.52.6",
16512]
16513
16514[[package]]
16515name = "windows-targets"
16516version = "0.42.2"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16519dependencies = [
16520 "windows_aarch64_gnullvm 0.42.2",
16521 "windows_aarch64_msvc 0.42.2",
16522 "windows_i686_gnu 0.42.2",
16523 "windows_i686_msvc 0.42.2",
16524 "windows_x86_64_gnu 0.42.2",
16525 "windows_x86_64_gnullvm 0.42.2",
16526 "windows_x86_64_msvc 0.42.2",
16527]
16528
16529[[package]]
16530name = "windows-targets"
16531version = "0.48.5"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16534dependencies = [
16535 "windows_aarch64_gnullvm 0.48.5",
16536 "windows_aarch64_msvc 0.48.5",
16537 "windows_i686_gnu 0.48.5",
16538 "windows_i686_msvc 0.48.5",
16539 "windows_x86_64_gnu 0.48.5",
16540 "windows_x86_64_gnullvm 0.48.5",
16541 "windows_x86_64_msvc 0.48.5",
16542]
16543
16544[[package]]
16545name = "windows-targets"
16546version = "0.52.6"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16549dependencies = [
16550 "windows_aarch64_gnullvm 0.52.6",
16551 "windows_aarch64_msvc 0.52.6",
16552 "windows_i686_gnu 0.52.6",
16553 "windows_i686_gnullvm",
16554 "windows_i686_msvc 0.52.6",
16555 "windows_x86_64_gnu 0.52.6",
16556 "windows_x86_64_gnullvm 0.52.6",
16557 "windows_x86_64_msvc 0.52.6",
16558]
16559
16560[[package]]
16561name = "windows_aarch64_gnullvm"
16562version = "0.42.2"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16565
16566[[package]]
16567name = "windows_aarch64_gnullvm"
16568version = "0.48.5"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16571
16572[[package]]
16573name = "windows_aarch64_gnullvm"
16574version = "0.52.6"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16577
16578[[package]]
16579name = "windows_aarch64_msvc"
16580version = "0.42.2"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16583
16584[[package]]
16585name = "windows_aarch64_msvc"
16586version = "0.48.5"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16589
16590[[package]]
16591name = "windows_aarch64_msvc"
16592version = "0.52.6"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16595
16596[[package]]
16597name = "windows_i686_gnu"
16598version = "0.42.2"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16601
16602[[package]]
16603name = "windows_i686_gnu"
16604version = "0.48.5"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16607
16608[[package]]
16609name = "windows_i686_gnu"
16610version = "0.52.6"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16613
16614[[package]]
16615name = "windows_i686_gnullvm"
16616version = "0.52.6"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16619
16620[[package]]
16621name = "windows_i686_msvc"
16622version = "0.42.2"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16625
16626[[package]]
16627name = "windows_i686_msvc"
16628version = "0.48.5"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16631
16632[[package]]
16633name = "windows_i686_msvc"
16634version = "0.52.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16637
16638[[package]]
16639name = "windows_x86_64_gnu"
16640version = "0.42.2"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16643
16644[[package]]
16645name = "windows_x86_64_gnu"
16646version = "0.48.5"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16649
16650[[package]]
16651name = "windows_x86_64_gnu"
16652version = "0.52.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16655
16656[[package]]
16657name = "windows_x86_64_gnullvm"
16658version = "0.42.2"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16661
16662[[package]]
16663name = "windows_x86_64_gnullvm"
16664version = "0.48.5"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16667
16668[[package]]
16669name = "windows_x86_64_gnullvm"
16670version = "0.52.6"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16673
16674[[package]]
16675name = "windows_x86_64_msvc"
16676version = "0.42.2"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16679
16680[[package]]
16681name = "windows_x86_64_msvc"
16682version = "0.48.5"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16685
16686[[package]]
16687name = "windows_x86_64_msvc"
16688version = "0.52.6"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16691
16692[[package]]
16693name = "winnow"
16694version = "0.6.20"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16697dependencies = [
16698 "memchr",
16699]
16700
16701[[package]]
16702name = "winnow"
16703version = "0.7.1"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16706dependencies = [
16707 "memchr",
16708]
16709
16710[[package]]
16711name = "winreg"
16712version = "0.50.0"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16715dependencies = [
16716 "cfg-if",
16717 "windows-sys 0.48.0",
16718]
16719
16720[[package]]
16721name = "winreg"
16722version = "0.52.0"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16725dependencies = [
16726 "cfg-if",
16727 "windows-sys 0.48.0",
16728]
16729
16730[[package]]
16731name = "winresource"
16732version = "0.1.20"
16733source = "registry+https://github.com/rust-lang/crates.io-index"
16734checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16735dependencies = [
16736 "toml 0.8.20",
16737 "version_check",
16738]
16739
16740[[package]]
16741name = "winsafe"
16742version = "0.0.19"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16745
16746[[package]]
16747name = "winx"
16748version = "0.36.4"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16751dependencies = [
16752 "bitflags 2.8.0",
16753 "windows-sys 0.59.0",
16754]
16755
16756[[package]]
16757name = "wio"
16758version = "0.2.2"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16761dependencies = [
16762 "winapi",
16763]
16764
16765[[package]]
16766name = "wit-bindgen"
16767version = "0.22.0"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16770dependencies = [
16771 "bitflags 2.8.0",
16772 "wit-bindgen-rt 0.22.0",
16773 "wit-bindgen-rust-macro",
16774]
16775
16776[[package]]
16777name = "wit-bindgen-core"
16778version = "0.22.0"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16781dependencies = [
16782 "anyhow",
16783 "wit-parser 0.201.0",
16784]
16785
16786[[package]]
16787name = "wit-bindgen-rt"
16788version = "0.22.0"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16791
16792[[package]]
16793name = "wit-bindgen-rt"
16794version = "0.33.0"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16797dependencies = [
16798 "bitflags 2.8.0",
16799]
16800
16801[[package]]
16802name = "wit-bindgen-rust"
16803version = "0.22.0"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16806dependencies = [
16807 "anyhow",
16808 "heck 0.4.1",
16809 "indexmap",
16810 "wasm-metadata 0.201.0",
16811 "wit-bindgen-core",
16812 "wit-component 0.201.0",
16813]
16814
16815[[package]]
16816name = "wit-bindgen-rust-macro"
16817version = "0.22.0"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16820dependencies = [
16821 "anyhow",
16822 "proc-macro2",
16823 "quote",
16824 "syn 2.0.100",
16825 "wit-bindgen-core",
16826 "wit-bindgen-rust",
16827]
16828
16829[[package]]
16830name = "wit-component"
16831version = "0.201.0"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16834dependencies = [
16835 "anyhow",
16836 "bitflags 2.8.0",
16837 "indexmap",
16838 "log",
16839 "serde",
16840 "serde_derive",
16841 "serde_json",
16842 "wasm-encoder 0.201.0",
16843 "wasm-metadata 0.201.0",
16844 "wasmparser 0.201.0",
16845 "wit-parser 0.201.0",
16846]
16847
16848[[package]]
16849name = "wit-component"
16850version = "0.221.3"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16853dependencies = [
16854 "anyhow",
16855 "bitflags 2.8.0",
16856 "indexmap",
16857 "log",
16858 "serde",
16859 "serde_derive",
16860 "serde_json",
16861 "wasm-encoder 0.221.3",
16862 "wasm-metadata 0.221.3",
16863 "wasmparser 0.221.3",
16864 "wit-parser 0.221.3",
16865]
16866
16867[[package]]
16868name = "wit-parser"
16869version = "0.201.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
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.201.0",
16883]
16884
16885[[package]]
16886name = "wit-parser"
16887version = "0.221.3"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16890dependencies = [
16891 "anyhow",
16892 "id-arena",
16893 "indexmap",
16894 "log",
16895 "semver",
16896 "serde",
16897 "serde_derive",
16898 "serde_json",
16899 "unicode-xid",
16900 "wasmparser 0.221.3",
16901]
16902
16903[[package]]
16904name = "witx"
16905version = "0.9.1"
16906source = "registry+https://github.com/rust-lang/crates.io-index"
16907checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16908dependencies = [
16909 "anyhow",
16910 "log",
16911 "thiserror 1.0.69",
16912 "wast",
16913]
16914
16915[[package]]
16916name = "workspace"
16917version = "0.1.0"
16918dependencies = [
16919 "any_vec",
16920 "anyhow",
16921 "async-recursion 1.1.1",
16922 "bincode",
16923 "call",
16924 "client",
16925 "clock",
16926 "collections",
16927 "component",
16928 "db",
16929 "derive_more",
16930 "env_logger 0.11.7",
16931 "fs",
16932 "futures 0.3.31",
16933 "gpui",
16934 "http_client",
16935 "itertools 0.14.0",
16936 "language",
16937 "log",
16938 "node_runtime",
16939 "parking_lot",
16940 "postage",
16941 "project",
16942 "remote",
16943 "schemars",
16944 "serde",
16945 "serde_json",
16946 "session",
16947 "settings",
16948 "smallvec",
16949 "sqlez",
16950 "strum",
16951 "task",
16952 "telemetry",
16953 "tempfile",
16954 "theme",
16955 "ui",
16956 "util",
16957 "uuid",
16958 "zed_actions",
16959]
16960
16961[[package]]
16962name = "worktree"
16963version = "0.1.0"
16964dependencies = [
16965 "anyhow",
16966 "clock",
16967 "collections",
16968 "env_logger 0.11.7",
16969 "fs",
16970 "futures 0.3.31",
16971 "fuzzy",
16972 "git",
16973 "git2",
16974 "git_hosting_providers",
16975 "gpui",
16976 "http_client",
16977 "ignore",
16978 "language",
16979 "log",
16980 "parking_lot",
16981 "paths",
16982 "postage",
16983 "pretty_assertions",
16984 "rand 0.8.5",
16985 "rpc",
16986 "schemars",
16987 "serde",
16988 "serde_json",
16989 "settings",
16990 "smallvec",
16991 "smol",
16992 "sum_tree",
16993 "text",
16994 "util",
16995]
16996
16997[[package]]
16998name = "write16"
16999version = "1.0.0"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17002
17003[[package]]
17004name = "writeable"
17005version = "0.5.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17008
17009[[package]]
17010name = "wyz"
17011version = "0.5.1"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17014dependencies = [
17015 "tap",
17016]
17017
17018[[package]]
17019name = "x11-clipboard"
17020version = "0.9.3"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17023dependencies = [
17024 "libc",
17025 "x11rb",
17026]
17027
17028[[package]]
17029name = "x11rb"
17030version = "0.13.1"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17033dependencies = [
17034 "as-raw-xcb-connection",
17035 "gethostname",
17036 "libc",
17037 "rustix",
17038 "x11rb-protocol",
17039]
17040
17041[[package]]
17042name = "x11rb-protocol"
17043version = "0.13.1"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17046
17047[[package]]
17048name = "xattr"
17049version = "0.2.3"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17052dependencies = [
17053 "libc",
17054]
17055
17056[[package]]
17057name = "xcursor"
17058version = "0.3.8"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17061
17062[[package]]
17063name = "xdg-home"
17064version = "1.3.0"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17067dependencies = [
17068 "libc",
17069 "windows-sys 0.59.0",
17070]
17071
17072[[package]]
17073name = "xim"
17074version = "0.4.0"
17075source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17076dependencies = [
17077 "ahash 0.8.11",
17078 "hashbrown 0.14.5",
17079 "log",
17080 "x11rb",
17081 "xim-ctext",
17082 "xim-parser",
17083]
17084
17085[[package]]
17086name = "xim-ctext"
17087version = "0.3.0"
17088source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17089dependencies = [
17090 "encoding_rs",
17091]
17092
17093[[package]]
17094name = "xim-parser"
17095version = "0.2.1"
17096source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17097dependencies = [
17098 "bitflags 2.8.0",
17099]
17100
17101[[package]]
17102name = "xkbcommon"
17103version = "0.8.0"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17106dependencies = [
17107 "as-raw-xcb-connection",
17108 "libc",
17109 "memmap2",
17110 "xkeysym",
17111]
17112
17113[[package]]
17114name = "xkeysym"
17115version = "0.2.1"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17118
17119[[package]]
17120name = "xml5ever"
17121version = "0.18.1"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17124dependencies = [
17125 "log",
17126 "mac",
17127 "markup5ever",
17128]
17129
17130[[package]]
17131name = "xmlparser"
17132version = "0.13.6"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17135
17136[[package]]
17137name = "xmlwriter"
17138version = "0.1.0"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17141
17142[[package]]
17143name = "xtask"
17144version = "0.1.0"
17145dependencies = [
17146 "anyhow",
17147 "cargo_metadata",
17148 "cargo_toml",
17149 "clap",
17150]
17151
17152[[package]]
17153name = "yaml-rust2"
17154version = "0.8.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17157dependencies = [
17158 "arraydeque",
17159 "encoding_rs",
17160 "hashlink 0.8.4",
17161]
17162
17163[[package]]
17164name = "yansi"
17165version = "1.0.1"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17168
17169[[package]]
17170name = "yazi"
17171version = "0.2.1"
17172source = "registry+https://github.com/rust-lang/crates.io-index"
17173checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17174
17175[[package]]
17176name = "yeslogic-fontconfig-sys"
17177version = "6.0.0"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17180dependencies = [
17181 "dlib",
17182 "once_cell",
17183 "pkg-config",
17184]
17185
17186[[package]]
17187name = "yoke"
17188version = "0.7.5"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17191dependencies = [
17192 "serde",
17193 "stable_deref_trait",
17194 "yoke-derive",
17195 "zerofrom",
17196]
17197
17198[[package]]
17199name = "yoke-derive"
17200version = "0.7.5"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17203dependencies = [
17204 "proc-macro2",
17205 "quote",
17206 "syn 2.0.100",
17207 "synstructure",
17208]
17209
17210[[package]]
17211name = "zbus"
17212version = "5.5.0"
17213source = "registry+https://github.com/rust-lang/crates.io-index"
17214checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17215dependencies = [
17216 "async-broadcast",
17217 "async-executor",
17218 "async-fs",
17219 "async-io",
17220 "async-lock",
17221 "async-process",
17222 "async-recursion 1.1.1",
17223 "async-task",
17224 "async-trait",
17225 "blocking",
17226 "enumflags2",
17227 "event-listener 5.3.1",
17228 "futures-core",
17229 "futures-lite 2.6.0",
17230 "hex",
17231 "nix",
17232 "ordered-stream",
17233 "serde",
17234 "serde_repr",
17235 "static_assertions",
17236 "tracing",
17237 "uds_windows",
17238 "windows-sys 0.59.0",
17239 "winnow 0.7.1",
17240 "xdg-home",
17241 "zbus_macros",
17242 "zbus_names",
17243 "zvariant",
17244]
17245
17246[[package]]
17247name = "zbus_macros"
17248version = "5.5.0"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17251dependencies = [
17252 "proc-macro-crate",
17253 "proc-macro2",
17254 "quote",
17255 "syn 2.0.100",
17256 "zbus_names",
17257 "zvariant",
17258 "zvariant_utils",
17259]
17260
17261[[package]]
17262name = "zbus_names"
17263version = "4.1.0"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17266dependencies = [
17267 "serde",
17268 "static_assertions",
17269 "winnow 0.6.20",
17270 "zvariant",
17271]
17272
17273[[package]]
17274name = "zed"
17275version = "0.181.0"
17276dependencies = [
17277 "activity_indicator",
17278 "anyhow",
17279 "ashpd",
17280 "assets",
17281 "assistant",
17282 "assistant2",
17283 "assistant_context_editor",
17284 "assistant_settings",
17285 "assistant_tools",
17286 "async-watch",
17287 "audio",
17288 "auto_update",
17289 "auto_update_ui",
17290 "backtrace",
17291 "breadcrumbs",
17292 "call",
17293 "channel",
17294 "chrono",
17295 "clap",
17296 "cli",
17297 "client",
17298 "collab_ui",
17299 "collections",
17300 "command_palette",
17301 "command_palette_hooks",
17302 "component_preview",
17303 "copilot",
17304 "db",
17305 "debugger_tools",
17306 "debugger_ui",
17307 "diagnostics",
17308 "editor",
17309 "env_logger 0.11.7",
17310 "extension",
17311 "extension_host",
17312 "extensions_ui",
17313 "feature_flags",
17314 "feedback",
17315 "file_finder",
17316 "fs",
17317 "futures 0.3.31",
17318 "git",
17319 "git_hosting_providers",
17320 "git_ui",
17321 "go_to_line",
17322 "gpui",
17323 "gpui_tokio",
17324 "http_client",
17325 "image_viewer",
17326 "inline_completion_button",
17327 "install_cli",
17328 "journal",
17329 "language",
17330 "language_extension",
17331 "language_model",
17332 "language_models",
17333 "language_selector",
17334 "language_tools",
17335 "languages",
17336 "libc",
17337 "log",
17338 "markdown_preview",
17339 "menu",
17340 "migrator",
17341 "mimalloc",
17342 "nix",
17343 "node_runtime",
17344 "notifications",
17345 "outline",
17346 "outline_panel",
17347 "parking_lot",
17348 "paths",
17349 "picker",
17350 "profiling",
17351 "project",
17352 "project_panel",
17353 "project_symbols",
17354 "prompt_store",
17355 "proto",
17356 "recent_projects",
17357 "release_channel",
17358 "remote",
17359 "repl",
17360 "reqwest_client",
17361 "rope",
17362 "search",
17363 "serde",
17364 "serde_json",
17365 "session",
17366 "settings",
17367 "settings_ui",
17368 "shellexpand 2.1.2",
17369 "simplelog",
17370 "smol",
17371 "snippet_provider",
17372 "snippets_ui",
17373 "supermaven",
17374 "sysinfo",
17375 "tab_switcher",
17376 "task",
17377 "tasks_ui",
17378 "telemetry",
17379 "telemetry_events",
17380 "terminal_view",
17381 "theme",
17382 "theme_extension",
17383 "theme_selector",
17384 "time",
17385 "title_bar",
17386 "toolchain_selector",
17387 "tree-sitter-md",
17388 "tree-sitter-rust",
17389 "ui",
17390 "ui_prompt",
17391 "url",
17392 "urlencoding",
17393 "util",
17394 "uuid",
17395 "vim",
17396 "vim_mode_setting",
17397 "welcome",
17398 "windows 0.61.1",
17399 "winresource",
17400 "workspace",
17401 "zed_actions",
17402 "zeta",
17403 "zlog_settings",
17404]
17405
17406[[package]]
17407name = "zed_actions"
17408version = "0.1.0"
17409dependencies = [
17410 "gpui",
17411 "schemars",
17412 "serde",
17413]
17414
17415[[package]]
17416name = "zed_emmet"
17417version = "0.0.3"
17418dependencies = [
17419 "zed_extension_api 0.1.0",
17420]
17421
17422[[package]]
17423name = "zed_extension_api"
17424version = "0.1.0"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17427dependencies = [
17428 "serde",
17429 "serde_json",
17430 "wit-bindgen",
17431]
17432
17433[[package]]
17434name = "zed_extension_api"
17435version = "0.4.0"
17436dependencies = [
17437 "serde",
17438 "serde_json",
17439 "wit-bindgen",
17440]
17441
17442[[package]]
17443name = "zed_glsl"
17444version = "0.1.0"
17445dependencies = [
17446 "zed_extension_api 0.1.0",
17447]
17448
17449[[package]]
17450name = "zed_html"
17451version = "0.1.6"
17452dependencies = [
17453 "zed_extension_api 0.1.0",
17454]
17455
17456[[package]]
17457name = "zed_llm_client"
17458version = "0.4.1"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17461dependencies = [
17462 "serde",
17463 "serde_json",
17464 "uuid",
17465]
17466
17467[[package]]
17468name = "zed_proto"
17469version = "0.2.1"
17470dependencies = [
17471 "zed_extension_api 0.1.0",
17472]
17473
17474[[package]]
17475name = "zed_ruff"
17476version = "0.1.0"
17477dependencies = [
17478 "zed_extension_api 0.1.0",
17479]
17480
17481[[package]]
17482name = "zed_snippets"
17483version = "0.0.5"
17484dependencies = [
17485 "serde_json",
17486 "zed_extension_api 0.1.0",
17487]
17488
17489[[package]]
17490name = "zed_test_extension"
17491version = "0.1.0"
17492dependencies = [
17493 "zed_extension_api 0.4.0",
17494]
17495
17496[[package]]
17497name = "zed_toml"
17498version = "0.1.3"
17499dependencies = [
17500 "zed_extension_api 0.1.0",
17501]
17502
17503[[package]]
17504name = "zeno"
17505version = "0.3.2"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17508
17509[[package]]
17510name = "zerocopy"
17511version = "0.7.35"
17512source = "registry+https://github.com/rust-lang/crates.io-index"
17513checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17514dependencies = [
17515 "byteorder",
17516 "zerocopy-derive 0.7.35",
17517]
17518
17519[[package]]
17520name = "zerocopy"
17521version = "0.8.18"
17522source = "registry+https://github.com/rust-lang/crates.io-index"
17523checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17524dependencies = [
17525 "zerocopy-derive 0.8.18",
17526]
17527
17528[[package]]
17529name = "zerocopy-derive"
17530version = "0.7.35"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17533dependencies = [
17534 "proc-macro2",
17535 "quote",
17536 "syn 2.0.100",
17537]
17538
17539[[package]]
17540name = "zerocopy-derive"
17541version = "0.8.18"
17542source = "registry+https://github.com/rust-lang/crates.io-index"
17543checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17544dependencies = [
17545 "proc-macro2",
17546 "quote",
17547 "syn 2.0.100",
17548]
17549
17550[[package]]
17551name = "zerofrom"
17552version = "0.1.5"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17555dependencies = [
17556 "zerofrom-derive",
17557]
17558
17559[[package]]
17560name = "zerofrom-derive"
17561version = "0.1.5"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17564dependencies = [
17565 "proc-macro2",
17566 "quote",
17567 "syn 2.0.100",
17568 "synstructure",
17569]
17570
17571[[package]]
17572name = "zeroize"
17573version = "1.8.1"
17574source = "registry+https://github.com/rust-lang/crates.io-index"
17575checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17576dependencies = [
17577 "zeroize_derive",
17578]
17579
17580[[package]]
17581name = "zeroize_derive"
17582version = "1.4.2"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17585dependencies = [
17586 "proc-macro2",
17587 "quote",
17588 "syn 2.0.100",
17589]
17590
17591[[package]]
17592name = "zeromq"
17593version = "0.5.0-pre"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17596dependencies = [
17597 "async-dispatcher",
17598 "async-std",
17599 "async-trait",
17600 "asynchronous-codec",
17601 "bytes 1.10.1",
17602 "crossbeam-queue",
17603 "dashmap 5.5.3",
17604 "futures 0.3.31",
17605 "log",
17606 "num-traits",
17607 "once_cell",
17608 "parking_lot",
17609 "rand 0.8.5",
17610 "regex",
17611 "thiserror 1.0.69",
17612 "uuid",
17613]
17614
17615[[package]]
17616name = "zerovec"
17617version = "0.10.4"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17620dependencies = [
17621 "yoke",
17622 "zerofrom",
17623 "zerovec-derive",
17624]
17625
17626[[package]]
17627name = "zerovec-derive"
17628version = "0.10.3"
17629source = "registry+https://github.com/rust-lang/crates.io-index"
17630checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17631dependencies = [
17632 "proc-macro2",
17633 "quote",
17634 "syn 2.0.100",
17635]
17636
17637[[package]]
17638name = "zeta"
17639version = "0.1.0"
17640dependencies = [
17641 "anyhow",
17642 "arrayvec",
17643 "call",
17644 "client",
17645 "clock",
17646 "collections",
17647 "command_palette_hooks",
17648 "ctor",
17649 "db",
17650 "editor",
17651 "env_logger 0.11.7",
17652 "feature_flags",
17653 "fs",
17654 "futures 0.3.31",
17655 "gpui",
17656 "http_client",
17657 "indoc",
17658 "inline_completion",
17659 "language",
17660 "language_model",
17661 "log",
17662 "menu",
17663 "migrator",
17664 "paths",
17665 "postage",
17666 "project",
17667 "regex",
17668 "release_channel",
17669 "reqwest_client",
17670 "rpc",
17671 "serde",
17672 "serde_json",
17673 "settings",
17674 "telemetry",
17675 "telemetry_events",
17676 "theme",
17677 "thiserror 2.0.12",
17678 "tree-sitter-go",
17679 "tree-sitter-rust",
17680 "ui",
17681 "unindent",
17682 "util",
17683 "uuid",
17684 "workspace",
17685 "worktree",
17686 "zed_actions",
17687 "zed_llm_client",
17688]
17689
17690[[package]]
17691name = "zip"
17692version = "0.6.6"
17693source = "registry+https://github.com/rust-lang/crates.io-index"
17694checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17695dependencies = [
17696 "aes",
17697 "byteorder",
17698 "bzip2",
17699 "constant_time_eq 0.1.5",
17700 "crc32fast",
17701 "crossbeam-utils",
17702 "flate2",
17703 "hmac",
17704 "pbkdf2 0.11.0",
17705 "sha1",
17706 "time",
17707 "zstd",
17708]
17709
17710[[package]]
17711name = "zlog"
17712version = "0.1.0"
17713dependencies = [
17714 "log",
17715]
17716
17717[[package]]
17718name = "zlog_settings"
17719version = "0.1.0"
17720dependencies = [
17721 "anyhow",
17722 "gpui",
17723 "schemars",
17724 "serde",
17725 "settings",
17726 "zlog",
17727]
17728
17729[[package]]
17730name = "zstd"
17731version = "0.11.2+zstd.1.5.2"
17732source = "registry+https://github.com/rust-lang/crates.io-index"
17733checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17734dependencies = [
17735 "zstd-safe",
17736]
17737
17738[[package]]
17739name = "zstd-safe"
17740version = "5.0.2+zstd.1.5.2"
17741source = "registry+https://github.com/rust-lang/crates.io-index"
17742checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17743dependencies = [
17744 "libc",
17745 "zstd-sys",
17746]
17747
17748[[package]]
17749name = "zstd-sys"
17750version = "2.0.13+zstd.1.5.6"
17751source = "registry+https://github.com/rust-lang/crates.io-index"
17752checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17753dependencies = [
17754 "cc",
17755 "pkg-config",
17756]
17757
17758[[package]]
17759name = "zune-core"
17760version = "0.4.12"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17763
17764[[package]]
17765name = "zune-inflate"
17766version = "0.2.54"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17769dependencies = [
17770 "simd-adler32",
17771]
17772
17773[[package]]
17774name = "zune-jpeg"
17775version = "0.4.13"
17776source = "registry+https://github.com/rust-lang/crates.io-index"
17777checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17778dependencies = [
17779 "zune-core",
17780]
17781
17782[[package]]
17783name = "zvariant"
17784version = "5.4.0"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17787dependencies = [
17788 "endi",
17789 "enumflags2",
17790 "serde",
17791 "static_assertions",
17792 "url",
17793 "winnow 0.7.1",
17794 "zvariant_derive",
17795 "zvariant_utils",
17796]
17797
17798[[package]]
17799name = "zvariant_derive"
17800version = "5.4.0"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17803dependencies = [
17804 "proc-macro-crate",
17805 "proc-macro2",
17806 "quote",
17807 "syn 2.0.100",
17808 "zvariant_utils",
17809]
17810
17811[[package]]
17812name = "zvariant_utils"
17813version = "3.2.0"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17816dependencies = [
17817 "proc-macro2",
17818 "quote",
17819 "serde",
17820 "static_assertions",
17821 "syn 2.0.100",
17822 "winnow 0.7.1",
17823]