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