Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indexmap",
  476 "indoc",
  477 "itertools 0.14.0",
  478 "language",
  479 "language_model",
  480 "language_model_selector",
  481 "log",
  482 "lsp",
  483 "markdown",
  484 "menu",
  485 "multi_buffer",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "rope",
  495 "scripting_tool",
  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 "language",
  703 "language_model",
  704 "parking_lot",
  705 "project",
  706 "serde",
  707 "serde_json",
  708]
  709
  710[[package]]
  711name = "assistant_tools"
  712version = "0.1.0"
  713dependencies = [
  714 "anyhow",
  715 "assistant_tool",
  716 "chrono",
  717 "collections",
  718 "feature_flags",
  719 "futures 0.3.31",
  720 "gpui",
  721 "html_to_markdown",
  722 "http_client",
  723 "itertools 0.14.0",
  724 "language",
  725 "language_model",
  726 "project",
  727 "rand 0.8.5",
  728 "release_channel",
  729 "schemars",
  730 "serde",
  731 "serde_json",
  732 "settings",
  733 "theme",
  734 "ui",
  735 "unindent",
  736 "util",
  737 "workspace",
  738 "worktree",
  739]
  740
  741[[package]]
  742name = "async-attributes"
  743version = "1.1.2"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  746dependencies = [
  747 "quote",
  748 "syn 1.0.109",
  749]
  750
  751[[package]]
  752name = "async-broadcast"
  753version = "0.7.2"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  756dependencies = [
  757 "event-listener 5.3.1",
  758 "event-listener-strategy",
  759 "futures-core",
  760 "pin-project-lite",
  761]
  762
  763[[package]]
  764name = "async-channel"
  765version = "1.9.0"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  768dependencies = [
  769 "concurrent-queue",
  770 "event-listener 2.5.3",
  771 "futures-core",
  772]
  773
  774[[package]]
  775name = "async-channel"
  776version = "2.3.1"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  779dependencies = [
  780 "concurrent-queue",
  781 "event-listener-strategy",
  782 "futures-core",
  783 "pin-project-lite",
  784]
  785
  786[[package]]
  787name = "async-compat"
  788version = "0.2.4"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  791dependencies = [
  792 "futures-core",
  793 "futures-io",
  794 "once_cell",
  795 "pin-project-lite",
  796 "tokio",
  797]
  798
  799[[package]]
  800name = "async-compression"
  801version = "0.4.21"
  802source = "registry+https://github.com/rust-lang/crates.io-index"
  803checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  804dependencies = [
  805 "deflate64",
  806 "flate2",
  807 "futures-core",
  808 "futures-io",
  809 "memchr",
  810 "pin-project-lite",
  811]
  812
  813[[package]]
  814name = "async-dispatcher"
  815version = "0.1.2"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  818dependencies = [
  819 "async-task",
  820 "futures-lite 1.13.0",
  821]
  822
  823[[package]]
  824name = "async-executor"
  825version = "1.13.1"
  826source = "registry+https://github.com/rust-lang/crates.io-index"
  827checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  828dependencies = [
  829 "async-task",
  830 "concurrent-queue",
  831 "fastrand 2.3.0",
  832 "futures-lite 2.6.0",
  833 "slab",
  834]
  835
  836[[package]]
  837name = "async-fs"
  838version = "2.1.2"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  841dependencies = [
  842 "async-lock",
  843 "blocking",
  844 "futures-lite 2.6.0",
  845]
  846
  847[[package]]
  848name = "async-global-executor"
  849version = "2.4.1"
  850source = "registry+https://github.com/rust-lang/crates.io-index"
  851checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  852dependencies = [
  853 "async-channel 2.3.1",
  854 "async-executor",
  855 "async-io",
  856 "async-lock",
  857 "blocking",
  858 "futures-lite 2.6.0",
  859 "once_cell",
  860]
  861
  862[[package]]
  863name = "async-io"
  864version = "2.4.0"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  867dependencies = [
  868 "async-lock",
  869 "cfg-if",
  870 "concurrent-queue",
  871 "futures-io",
  872 "futures-lite 2.6.0",
  873 "parking",
  874 "polling",
  875 "rustix",
  876 "slab",
  877 "tracing",
  878 "windows-sys 0.59.0",
  879]
  880
  881[[package]]
  882name = "async-lock"
  883version = "3.4.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  886dependencies = [
  887 "event-listener 5.3.1",
  888 "event-listener-strategy",
  889 "pin-project-lite",
  890]
  891
  892[[package]]
  893name = "async-native-tls"
  894version = "0.5.0"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  897dependencies = [
  898 "futures-util",
  899 "native-tls",
  900 "thiserror 1.0.69",
  901 "url",
  902]
  903
  904[[package]]
  905name = "async-net"
  906version = "2.0.0"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  909dependencies = [
  910 "async-io",
  911 "blocking",
  912 "futures-lite 2.6.0",
  913]
  914
  915[[package]]
  916name = "async-pipe"
  917version = "0.1.3"
  918source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  919dependencies = [
  920 "futures 0.3.31",
  921 "log",
  922]
  923
  924[[package]]
  925name = "async-process"
  926version = "2.3.0"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  929dependencies = [
  930 "async-channel 2.3.1",
  931 "async-io",
  932 "async-lock",
  933 "async-signal",
  934 "async-task",
  935 "blocking",
  936 "cfg-if",
  937 "event-listener 5.3.1",
  938 "futures-lite 2.6.0",
  939 "rustix",
  940 "tracing",
  941]
  942
  943[[package]]
  944name = "async-recursion"
  945version = "0.3.2"
  946source = "registry+https://github.com/rust-lang/crates.io-index"
  947checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  948dependencies = [
  949 "proc-macro2",
  950 "quote",
  951 "syn 1.0.109",
  952]
  953
  954[[package]]
  955name = "async-recursion"
  956version = "1.1.1"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  959dependencies = [
  960 "proc-macro2",
  961 "quote",
  962 "syn 2.0.100",
  963]
  964
  965[[package]]
  966name = "async-signal"
  967version = "0.2.10"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  970dependencies = [
  971 "async-io",
  972 "async-lock",
  973 "atomic-waker",
  974 "cfg-if",
  975 "futures-core",
  976 "futures-io",
  977 "rustix",
  978 "signal-hook-registry",
  979 "slab",
  980 "windows-sys 0.59.0",
  981]
  982
  983[[package]]
  984name = "async-std"
  985version = "1.13.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  988dependencies = [
  989 "async-attributes",
  990 "async-channel 1.9.0",
  991 "async-global-executor",
  992 "async-io",
  993 "async-lock",
  994 "async-process",
  995 "crossbeam-utils",
  996 "futures-channel",
  997 "futures-core",
  998 "futures-io",
  999 "futures-lite 2.6.0",
 1000 "gloo-timers",
 1001 "kv-log-macro",
 1002 "log",
 1003 "memchr",
 1004 "once_cell",
 1005 "pin-project-lite",
 1006 "pin-utils",
 1007 "slab",
 1008 "wasm-bindgen-futures",
 1009]
 1010
 1011[[package]]
 1012name = "async-stream"
 1013version = "0.3.6"
 1014source = "registry+https://github.com/rust-lang/crates.io-index"
 1015checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1016dependencies = [
 1017 "async-stream-impl",
 1018 "futures-core",
 1019 "pin-project-lite",
 1020]
 1021
 1022[[package]]
 1023name = "async-stream-impl"
 1024version = "0.3.6"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1027dependencies = [
 1028 "proc-macro2",
 1029 "quote",
 1030 "syn 2.0.100",
 1031]
 1032
 1033[[package]]
 1034name = "async-stripe"
 1035version = "0.40.0"
 1036source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1037dependencies = [
 1038 "chrono",
 1039 "futures-util",
 1040 "http-types",
 1041 "hyper 0.14.32",
 1042 "hyper-rustls 0.24.2",
 1043 "serde",
 1044 "serde_json",
 1045 "serde_path_to_error",
 1046 "serde_qs 0.10.1",
 1047 "smart-default",
 1048 "smol_str 0.1.24",
 1049 "thiserror 1.0.69",
 1050 "tokio",
 1051]
 1052
 1053[[package]]
 1054name = "async-tar"
 1055version = "0.5.0"
 1056source = "registry+https://github.com/rust-lang/crates.io-index"
 1057checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1058dependencies = [
 1059 "async-std",
 1060 "filetime",
 1061 "libc",
 1062 "pin-project",
 1063 "redox_syscall 0.2.16",
 1064 "xattr",
 1065]
 1066
 1067[[package]]
 1068name = "async-task"
 1069version = "4.7.1"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1072
 1073[[package]]
 1074name = "async-tls"
 1075version = "0.13.0"
 1076source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1077dependencies = [
 1078 "futures-core",
 1079 "futures-io",
 1080 "rustls 0.23.25",
 1081 "rustls-pemfile 2.2.0",
 1082 "webpki-roots",
 1083]
 1084
 1085[[package]]
 1086name = "async-trait"
 1087version = "0.1.88"
 1088source = "registry+https://github.com/rust-lang/crates.io-index"
 1089checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1090dependencies = [
 1091 "proc-macro2",
 1092 "quote",
 1093 "syn 2.0.100",
 1094]
 1095
 1096[[package]]
 1097name = "async-tungstenite"
 1098version = "0.28.2"
 1099source = "registry+https://github.com/rust-lang/crates.io-index"
 1100checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1101dependencies = [
 1102 "async-std",
 1103 "async-tls",
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "tungstenite 0.24.0",
 1112]
 1113
 1114[[package]]
 1115name = "async-watch"
 1116version = "0.3.1"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1119dependencies = [
 1120 "event-listener 2.5.3",
 1121]
 1122
 1123[[package]]
 1124name = "async_zip"
 1125version = "0.0.17"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1128dependencies = [
 1129 "async-compression",
 1130 "crc32fast",
 1131 "futures-lite 2.6.0",
 1132 "pin-project",
 1133 "thiserror 1.0.69",
 1134]
 1135
 1136[[package]]
 1137name = "asynchronous-codec"
 1138version = "0.7.0"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1141dependencies = [
 1142 "bytes 1.10.1",
 1143 "futures-sink",
 1144 "futures-util",
 1145 "memchr",
 1146 "pin-project-lite",
 1147]
 1148
 1149[[package]]
 1150name = "atoi"
 1151version = "2.0.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1154dependencies = [
 1155 "num-traits",
 1156]
 1157
 1158[[package]]
 1159name = "atomic"
 1160version = "0.5.3"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1163
 1164[[package]]
 1165name = "atomic-waker"
 1166version = "1.1.2"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1169
 1170[[package]]
 1171name = "audio"
 1172version = "0.1.0"
 1173dependencies = [
 1174 "anyhow",
 1175 "collections",
 1176 "derive_more",
 1177 "gpui",
 1178 "parking_lot",
 1179 "rodio",
 1180 "util",
 1181]
 1182
 1183[[package]]
 1184name = "auto_update"
 1185version = "0.1.0"
 1186dependencies = [
 1187 "anyhow",
 1188 "client",
 1189 "db",
 1190 "gpui",
 1191 "http_client",
 1192 "log",
 1193 "paths",
 1194 "release_channel",
 1195 "schemars",
 1196 "serde",
 1197 "serde_json",
 1198 "settings",
 1199 "smol",
 1200 "tempfile",
 1201 "which 6.0.3",
 1202 "workspace",
 1203]
 1204
 1205[[package]]
 1206name = "auto_update_ui"
 1207version = "0.1.0"
 1208dependencies = [
 1209 "anyhow",
 1210 "auto_update",
 1211 "client",
 1212 "editor",
 1213 "gpui",
 1214 "http_client",
 1215 "markdown_preview",
 1216 "release_channel",
 1217 "serde",
 1218 "serde_json",
 1219 "smol",
 1220 "util",
 1221 "workspace",
 1222]
 1223
 1224[[package]]
 1225name = "autocfg"
 1226version = "1.4.0"
 1227source = "registry+https://github.com/rust-lang/crates.io-index"
 1228checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1229
 1230[[package]]
 1231name = "av1-grain"
 1232version = "0.2.3"
 1233source = "registry+https://github.com/rust-lang/crates.io-index"
 1234checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1235dependencies = [
 1236 "anyhow",
 1237 "arrayvec",
 1238 "log",
 1239 "nom",
 1240 "num-rational",
 1241 "v_frame",
 1242]
 1243
 1244[[package]]
 1245name = "avif-serialize"
 1246version = "0.8.2"
 1247source = "registry+https://github.com/rust-lang/crates.io-index"
 1248checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1249dependencies = [
 1250 "arrayvec",
 1251]
 1252
 1253[[package]]
 1254name = "aws-config"
 1255version = "1.5.16"
 1256source = "registry+https://github.com/rust-lang/crates.io-index"
 1257checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1258dependencies = [
 1259 "aws-credential-types",
 1260 "aws-runtime",
 1261 "aws-sdk-sso",
 1262 "aws-sdk-ssooidc",
 1263 "aws-sdk-sts",
 1264 "aws-smithy-async",
 1265 "aws-smithy-http",
 1266 "aws-smithy-json",
 1267 "aws-smithy-runtime",
 1268 "aws-smithy-runtime-api",
 1269 "aws-smithy-types",
 1270 "aws-types",
 1271 "bytes 1.10.1",
 1272 "fastrand 2.3.0",
 1273 "hex",
 1274 "http 0.2.12",
 1275 "ring",
 1276 "time",
 1277 "tokio",
 1278 "tracing",
 1279 "url",
 1280 "zeroize",
 1281]
 1282
 1283[[package]]
 1284name = "aws-credential-types"
 1285version = "1.2.1"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1288dependencies = [
 1289 "aws-smithy-async",
 1290 "aws-smithy-runtime-api",
 1291 "aws-smithy-types",
 1292 "zeroize",
 1293]
 1294
 1295[[package]]
 1296name = "aws-lc-rs"
 1297version = "1.12.6"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1300dependencies = [
 1301 "aws-lc-sys",
 1302 "zeroize",
 1303]
 1304
 1305[[package]]
 1306name = "aws-lc-sys"
 1307version = "0.27.0"
 1308source = "registry+https://github.com/rust-lang/crates.io-index"
 1309checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1310dependencies = [
 1311 "bindgen 0.69.5",
 1312 "cc",
 1313 "cmake",
 1314 "dunce",
 1315 "fs_extra",
 1316]
 1317
 1318[[package]]
 1319name = "aws-runtime"
 1320version = "1.5.5"
 1321source = "registry+https://github.com/rust-lang/crates.io-index"
 1322checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1323dependencies = [
 1324 "aws-credential-types",
 1325 "aws-sigv4",
 1326 "aws-smithy-async",
 1327 "aws-smithy-eventstream",
 1328 "aws-smithy-http",
 1329 "aws-smithy-runtime",
 1330 "aws-smithy-runtime-api",
 1331 "aws-smithy-types",
 1332 "aws-types",
 1333 "bytes 1.10.1",
 1334 "fastrand 2.3.0",
 1335 "http 0.2.12",
 1336 "http-body 0.4.6",
 1337 "once_cell",
 1338 "percent-encoding",
 1339 "pin-project-lite",
 1340 "tracing",
 1341 "uuid",
 1342]
 1343
 1344[[package]]
 1345name = "aws-sdk-bedrockruntime"
 1346version = "1.74.0"
 1347source = "registry+https://github.com/rust-lang/crates.io-index"
 1348checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1349dependencies = [
 1350 "aws-credential-types",
 1351 "aws-runtime",
 1352 "aws-smithy-async",
 1353 "aws-smithy-eventstream",
 1354 "aws-smithy-http",
 1355 "aws-smithy-json",
 1356 "aws-smithy-runtime",
 1357 "aws-smithy-runtime-api",
 1358 "aws-smithy-types",
 1359 "aws-types",
 1360 "bytes 1.10.1",
 1361 "fastrand 2.3.0",
 1362 "http 0.2.12",
 1363 "once_cell",
 1364 "regex-lite",
 1365 "tracing",
 1366]
 1367
 1368[[package]]
 1369name = "aws-sdk-kinesis"
 1370version = "1.61.0"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1373dependencies = [
 1374 "aws-credential-types",
 1375 "aws-runtime",
 1376 "aws-smithy-async",
 1377 "aws-smithy-http",
 1378 "aws-smithy-json",
 1379 "aws-smithy-runtime",
 1380 "aws-smithy-runtime-api",
 1381 "aws-smithy-types",
 1382 "aws-types",
 1383 "bytes 1.10.1",
 1384 "http 0.2.12",
 1385 "once_cell",
 1386 "regex-lite",
 1387 "tracing",
 1388]
 1389
 1390[[package]]
 1391name = "aws-sdk-s3"
 1392version = "1.76.0"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1395dependencies = [
 1396 "aws-credential-types",
 1397 "aws-runtime",
 1398 "aws-sigv4",
 1399 "aws-smithy-async",
 1400 "aws-smithy-checksums",
 1401 "aws-smithy-eventstream",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-smithy-xml",
 1408 "aws-types",
 1409 "bytes 1.10.1",
 1410 "fastrand 2.3.0",
 1411 "hex",
 1412 "hmac",
 1413 "http 0.2.12",
 1414 "http-body 0.4.6",
 1415 "lru",
 1416 "once_cell",
 1417 "percent-encoding",
 1418 "regex-lite",
 1419 "sha2",
 1420 "tracing",
 1421 "url",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-sso"
 1426version = "1.58.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-smithy-async",
 1433 "aws-smithy-http",
 1434 "aws-smithy-json",
 1435 "aws-smithy-runtime",
 1436 "aws-smithy-runtime-api",
 1437 "aws-smithy-types",
 1438 "aws-types",
 1439 "bytes 1.10.1",
 1440 "http 0.2.12",
 1441 "once_cell",
 1442 "regex-lite",
 1443 "tracing",
 1444]
 1445
 1446[[package]]
 1447name = "aws-sdk-ssooidc"
 1448version = "1.59.0"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1451dependencies = [
 1452 "aws-credential-types",
 1453 "aws-runtime",
 1454 "aws-smithy-async",
 1455 "aws-smithy-http",
 1456 "aws-smithy-json",
 1457 "aws-smithy-runtime",
 1458 "aws-smithy-runtime-api",
 1459 "aws-smithy-types",
 1460 "aws-types",
 1461 "bytes 1.10.1",
 1462 "http 0.2.12",
 1463 "once_cell",
 1464 "regex-lite",
 1465 "tracing",
 1466]
 1467
 1468[[package]]
 1469name = "aws-sdk-sts"
 1470version = "1.59.0"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1473dependencies = [
 1474 "aws-credential-types",
 1475 "aws-runtime",
 1476 "aws-smithy-async",
 1477 "aws-smithy-http",
 1478 "aws-smithy-json",
 1479 "aws-smithy-query",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-smithy-xml",
 1484 "aws-types",
 1485 "http 0.2.12",
 1486 "once_cell",
 1487 "regex-lite",
 1488 "tracing",
 1489]
 1490
 1491[[package]]
 1492name = "aws-sigv4"
 1493version = "1.2.9"
 1494source = "registry+https://github.com/rust-lang/crates.io-index"
 1495checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1496dependencies = [
 1497 "aws-credential-types",
 1498 "aws-smithy-eventstream",
 1499 "aws-smithy-http",
 1500 "aws-smithy-runtime-api",
 1501 "aws-smithy-types",
 1502 "bytes 1.10.1",
 1503 "crypto-bigint 0.5.5",
 1504 "form_urlencoded",
 1505 "hex",
 1506 "hmac",
 1507 "http 0.2.12",
 1508 "http 1.2.0",
 1509 "once_cell",
 1510 "p256",
 1511 "percent-encoding",
 1512 "ring",
 1513 "sha2",
 1514 "subtle",
 1515 "time",
 1516 "tracing",
 1517 "zeroize",
 1518]
 1519
 1520[[package]]
 1521name = "aws-smithy-async"
 1522version = "1.2.4"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1525dependencies = [
 1526 "futures-util",
 1527 "pin-project-lite",
 1528 "tokio",
 1529]
 1530
 1531[[package]]
 1532name = "aws-smithy-checksums"
 1533version = "0.62.0"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1536dependencies = [
 1537 "aws-smithy-http",
 1538 "aws-smithy-types",
 1539 "bytes 1.10.1",
 1540 "crc32c",
 1541 "crc32fast",
 1542 "crc64fast-nvme",
 1543 "hex",
 1544 "http 0.2.12",
 1545 "http-body 0.4.6",
 1546 "md-5",
 1547 "pin-project-lite",
 1548 "sha1",
 1549 "sha2",
 1550 "tracing",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-eventstream"
 1555version = "0.60.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1558dependencies = [
 1559 "aws-smithy-types",
 1560 "bytes 1.10.1",
 1561 "crc32fast",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-http"
 1566version = "0.60.12"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1569dependencies = [
 1570 "aws-smithy-eventstream",
 1571 "aws-smithy-runtime-api",
 1572 "aws-smithy-types",
 1573 "bytes 1.10.1",
 1574 "bytes-utils",
 1575 "futures-core",
 1576 "http 0.2.12",
 1577 "http-body 0.4.6",
 1578 "once_cell",
 1579 "percent-encoding",
 1580 "pin-project-lite",
 1581 "pin-utils",
 1582 "tracing",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-json"
 1587version = "0.61.2"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1590dependencies = [
 1591 "aws-smithy-types",
 1592]
 1593
 1594[[package]]
 1595name = "aws-smithy-query"
 1596version = "0.60.7"
 1597source = "registry+https://github.com/rust-lang/crates.io-index"
 1598checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1599dependencies = [
 1600 "aws-smithy-types",
 1601 "urlencoding",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-runtime"
 1606version = "1.7.8"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1609dependencies = [
 1610 "aws-smithy-async",
 1611 "aws-smithy-http",
 1612 "aws-smithy-runtime-api",
 1613 "aws-smithy-types",
 1614 "bytes 1.10.1",
 1615 "fastrand 2.3.0",
 1616 "h2 0.3.26",
 1617 "http 0.2.12",
 1618 "http-body 0.4.6",
 1619 "http-body 1.0.1",
 1620 "httparse",
 1621 "hyper 0.14.32",
 1622 "hyper-rustls 0.24.2",
 1623 "once_cell",
 1624 "pin-project-lite",
 1625 "pin-utils",
 1626 "rustls 0.21.12",
 1627 "tokio",
 1628 "tracing",
 1629]
 1630
 1631[[package]]
 1632name = "aws-smithy-runtime-api"
 1633version = "1.7.3"
 1634source = "registry+https://github.com/rust-lang/crates.io-index"
 1635checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1636dependencies = [
 1637 "aws-smithy-async",
 1638 "aws-smithy-types",
 1639 "bytes 1.10.1",
 1640 "http 0.2.12",
 1641 "http 1.2.0",
 1642 "pin-project-lite",
 1643 "tokio",
 1644 "tracing",
 1645 "zeroize",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-types"
 1650version = "1.2.13"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1653dependencies = [
 1654 "base64-simd",
 1655 "bytes 1.10.1",
 1656 "bytes-utils",
 1657 "futures-core",
 1658 "http 0.2.12",
 1659 "http 1.2.0",
 1660 "http-body 0.4.6",
 1661 "http-body 1.0.1",
 1662 "http-body-util",
 1663 "itoa",
 1664 "num-integer",
 1665 "pin-project-lite",
 1666 "pin-utils",
 1667 "ryu",
 1668 "serde",
 1669 "time",
 1670 "tokio",
 1671 "tokio-util",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-xml"
 1676version = "0.60.9"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1679dependencies = [
 1680 "xmlparser",
 1681]
 1682
 1683[[package]]
 1684name = "aws-types"
 1685version = "1.3.5"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1688dependencies = [
 1689 "aws-credential-types",
 1690 "aws-smithy-async",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "rustc_version",
 1694 "tracing",
 1695]
 1696
 1697[[package]]
 1698name = "aws_http_client"
 1699version = "0.1.0"
 1700dependencies = [
 1701 "aws-smithy-runtime-api",
 1702 "aws-smithy-types",
 1703 "futures 0.3.31",
 1704 "http_client",
 1705 "tokio",
 1706]
 1707
 1708[[package]]
 1709name = "axum"
 1710version = "0.6.20"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1713dependencies = [
 1714 "async-trait",
 1715 "axum-core",
 1716 "base64 0.21.7",
 1717 "bitflags 1.3.2",
 1718 "bytes 1.10.1",
 1719 "futures-util",
 1720 "headers",
 1721 "http 0.2.12",
 1722 "http-body 0.4.6",
 1723 "hyper 0.14.32",
 1724 "itoa",
 1725 "matchit",
 1726 "memchr",
 1727 "mime",
 1728 "percent-encoding",
 1729 "pin-project-lite",
 1730 "rustversion",
 1731 "serde",
 1732 "serde_json",
 1733 "serde_path_to_error",
 1734 "serde_urlencoded",
 1735 "sha1",
 1736 "sync_wrapper 0.1.2",
 1737 "tokio",
 1738 "tokio-tungstenite 0.20.1",
 1739 "tower",
 1740 "tower-layer",
 1741 "tower-service",
 1742]
 1743
 1744[[package]]
 1745name = "axum-core"
 1746version = "0.3.4"
 1747source = "registry+https://github.com/rust-lang/crates.io-index"
 1748checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1749dependencies = [
 1750 "async-trait",
 1751 "bytes 1.10.1",
 1752 "futures-util",
 1753 "http 0.2.12",
 1754 "http-body 0.4.6",
 1755 "mime",
 1756 "rustversion",
 1757 "tower-layer",
 1758 "tower-service",
 1759]
 1760
 1761[[package]]
 1762name = "axum-extra"
 1763version = "0.4.2"
 1764source = "registry+https://github.com/rust-lang/crates.io-index"
 1765checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1766dependencies = [
 1767 "axum",
 1768 "bytes 1.10.1",
 1769 "futures-util",
 1770 "http 0.2.12",
 1771 "mime",
 1772 "pin-project-lite",
 1773 "serde",
 1774 "serde_json",
 1775 "tokio",
 1776 "tower",
 1777 "tower-http 0.3.5",
 1778 "tower-layer",
 1779 "tower-service",
 1780]
 1781
 1782[[package]]
 1783name = "backtrace"
 1784version = "0.3.74"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1787dependencies = [
 1788 "addr2line",
 1789 "cfg-if",
 1790 "libc",
 1791 "miniz_oxide",
 1792 "object",
 1793 "rustc-demangle",
 1794 "windows-targets 0.52.6",
 1795]
 1796
 1797[[package]]
 1798name = "base16ct"
 1799version = "0.1.1"
 1800source = "registry+https://github.com/rust-lang/crates.io-index"
 1801checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1802
 1803[[package]]
 1804name = "base64"
 1805version = "0.13.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1808
 1809[[package]]
 1810name = "base64"
 1811version = "0.21.7"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1814
 1815[[package]]
 1816name = "base64"
 1817version = "0.22.1"
 1818source = "registry+https://github.com/rust-lang/crates.io-index"
 1819checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1820
 1821[[package]]
 1822name = "base64-simd"
 1823version = "0.8.0"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1826dependencies = [
 1827 "outref",
 1828 "vsimd",
 1829]
 1830
 1831[[package]]
 1832name = "base64ct"
 1833version = "1.6.0"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1836
 1837[[package]]
 1838name = "bedrock"
 1839version = "0.1.0"
 1840dependencies = [
 1841 "anyhow",
 1842 "aws-sdk-bedrockruntime",
 1843 "aws-smithy-types",
 1844 "futures 0.3.31",
 1845 "schemars",
 1846 "serde",
 1847 "serde_json",
 1848 "strum",
 1849 "thiserror 2.0.12",
 1850 "tokio",
 1851]
 1852
 1853[[package]]
 1854name = "bigdecimal"
 1855version = "0.4.7"
 1856source = "registry+https://github.com/rust-lang/crates.io-index"
 1857checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1858dependencies = [
 1859 "autocfg",
 1860 "libm",
 1861 "num-bigint",
 1862 "num-integer",
 1863 "num-traits",
 1864 "serde",
 1865]
 1866
 1867[[package]]
 1868name = "bincode"
 1869version = "1.3.3"
 1870source = "registry+https://github.com/rust-lang/crates.io-index"
 1871checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1872dependencies = [
 1873 "serde",
 1874]
 1875
 1876[[package]]
 1877name = "bindgen"
 1878version = "0.69.5"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1881dependencies = [
 1882 "bitflags 2.8.0",
 1883 "cexpr",
 1884 "clang-sys",
 1885 "itertools 0.12.1",
 1886 "lazy_static",
 1887 "lazycell",
 1888 "log",
 1889 "prettyplease",
 1890 "proc-macro2",
 1891 "quote",
 1892 "regex",
 1893 "rustc-hash 1.1.0",
 1894 "shlex",
 1895 "syn 2.0.100",
 1896 "which 4.4.2",
 1897]
 1898
 1899[[package]]
 1900name = "bindgen"
 1901version = "0.70.1"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1904dependencies = [
 1905 "bitflags 2.8.0",
 1906 "cexpr",
 1907 "clang-sys",
 1908 "itertools 0.12.1",
 1909 "log",
 1910 "prettyplease",
 1911 "proc-macro2",
 1912 "quote",
 1913 "regex",
 1914 "rustc-hash 1.1.0",
 1915 "shlex",
 1916 "syn 2.0.100",
 1917]
 1918
 1919[[package]]
 1920name = "bit-set"
 1921version = "0.5.3"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1924dependencies = [
 1925 "bit-vec 0.6.3",
 1926]
 1927
 1928[[package]]
 1929name = "bit-set"
 1930version = "0.8.0"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1933dependencies = [
 1934 "bit-vec 0.8.0",
 1935]
 1936
 1937[[package]]
 1938name = "bit-vec"
 1939version = "0.6.3"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1942
 1943[[package]]
 1944name = "bit-vec"
 1945version = "0.8.0"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1948
 1949[[package]]
 1950name = "bit_field"
 1951version = "0.10.2"
 1952source = "registry+https://github.com/rust-lang/crates.io-index"
 1953checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1954
 1955[[package]]
 1956name = "bitflags"
 1957version = "1.3.2"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1960
 1961[[package]]
 1962name = "bitflags"
 1963version = "2.8.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1966dependencies = [
 1967 "serde",
 1968]
 1969
 1970[[package]]
 1971name = "bitstream-io"
 1972version = "2.6.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1975
 1976[[package]]
 1977name = "bitvec"
 1978version = "1.0.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1981dependencies = [
 1982 "funty",
 1983 "radium",
 1984 "tap",
 1985 "wyz",
 1986]
 1987
 1988[[package]]
 1989name = "blade-graphics"
 1990version = "0.6.0"
 1991source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1992dependencies = [
 1993 "ash",
 1994 "ash-window",
 1995 "bitflags 2.8.0",
 1996 "bytemuck",
 1997 "codespan-reporting",
 1998 "glow",
 1999 "gpu-alloc",
 2000 "gpu-alloc-ash",
 2001 "hidden-trait",
 2002 "js-sys",
 2003 "khronos-egl",
 2004 "libloading",
 2005 "log",
 2006 "mint",
 2007 "naga",
 2008 "objc2",
 2009 "objc2-app-kit",
 2010 "objc2-foundation",
 2011 "objc2-metal",
 2012 "objc2-quartz-core",
 2013 "objc2-ui-kit",
 2014 "raw-window-handle",
 2015 "slab",
 2016 "wasm-bindgen",
 2017 "web-sys",
 2018]
 2019
 2020[[package]]
 2021name = "blade-macros"
 2022version = "0.3.0"
 2023source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2024dependencies = [
 2025 "proc-macro2",
 2026 "quote",
 2027 "syn 2.0.100",
 2028]
 2029
 2030[[package]]
 2031name = "blade-util"
 2032version = "0.2.0"
 2033source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2034dependencies = [
 2035 "blade-graphics",
 2036 "bytemuck",
 2037 "log",
 2038 "profiling",
 2039]
 2040
 2041[[package]]
 2042name = "blake3"
 2043version = "1.6.1"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2046dependencies = [
 2047 "arrayref",
 2048 "arrayvec",
 2049 "cc",
 2050 "cfg-if",
 2051 "constant_time_eq 0.3.1",
 2052]
 2053
 2054[[package]]
 2055name = "block"
 2056version = "0.1.6"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2059
 2060[[package]]
 2061name = "block-buffer"
 2062version = "0.10.4"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2065dependencies = [
 2066 "generic-array",
 2067]
 2068
 2069[[package]]
 2070name = "block-padding"
 2071version = "0.3.3"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2074dependencies = [
 2075 "generic-array",
 2076]
 2077
 2078[[package]]
 2079name = "block2"
 2080version = "0.5.1"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2083dependencies = [
 2084 "objc2",
 2085]
 2086
 2087[[package]]
 2088name = "blocking"
 2089version = "1.6.1"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2092dependencies = [
 2093 "async-channel 2.3.1",
 2094 "async-task",
 2095 "futures-io",
 2096 "futures-lite 2.6.0",
 2097 "piper",
 2098]
 2099
 2100[[package]]
 2101name = "borsh"
 2102version = "1.5.3"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2105dependencies = [
 2106 "borsh-derive",
 2107 "cfg_aliases 0.2.1",
 2108]
 2109
 2110[[package]]
 2111name = "borsh-derive"
 2112version = "1.5.3"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2115dependencies = [
 2116 "once_cell",
 2117 "proc-macro-crate",
 2118 "proc-macro2",
 2119 "quote",
 2120 "syn 2.0.100",
 2121]
 2122
 2123[[package]]
 2124name = "breadcrumbs"
 2125version = "0.1.0"
 2126dependencies = [
 2127 "editor",
 2128 "gpui",
 2129 "itertools 0.14.0",
 2130 "theme",
 2131 "ui",
 2132 "workspace",
 2133 "zed_actions",
 2134]
 2135
 2136[[package]]
 2137name = "bstr"
 2138version = "1.11.1"
 2139source = "registry+https://github.com/rust-lang/crates.io-index"
 2140checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2141dependencies = [
 2142 "memchr",
 2143 "regex-automata 0.4.9",
 2144 "serde",
 2145]
 2146
 2147[[package]]
 2148name = "buffer_diff"
 2149version = "0.1.0"
 2150dependencies = [
 2151 "anyhow",
 2152 "clock",
 2153 "ctor",
 2154 "env_logger 0.11.7",
 2155 "futures 0.3.31",
 2156 "git2",
 2157 "gpui",
 2158 "language",
 2159 "log",
 2160 "pretty_assertions",
 2161 "rand 0.8.5",
 2162 "rope",
 2163 "serde_json",
 2164 "sum_tree",
 2165 "text",
 2166 "unindent",
 2167 "util",
 2168]
 2169
 2170[[package]]
 2171name = "built"
 2172version = "0.7.5"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2175
 2176[[package]]
 2177name = "bumpalo"
 2178version = "3.16.0"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2181dependencies = [
 2182 "allocator-api2",
 2183]
 2184
 2185[[package]]
 2186name = "by_address"
 2187version = "1.2.1"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2190
 2191[[package]]
 2192name = "bytecheck"
 2193version = "0.6.12"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2196dependencies = [
 2197 "bytecheck_derive",
 2198 "ptr_meta",
 2199 "simdutf8",
 2200]
 2201
 2202[[package]]
 2203name = "bytecheck_derive"
 2204version = "0.6.12"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2207dependencies = [
 2208 "proc-macro2",
 2209 "quote",
 2210 "syn 1.0.109",
 2211]
 2212
 2213[[package]]
 2214name = "bytemuck"
 2215version = "1.21.0"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2218dependencies = [
 2219 "bytemuck_derive",
 2220]
 2221
 2222[[package]]
 2223name = "bytemuck_derive"
 2224version = "1.8.0"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2227dependencies = [
 2228 "proc-macro2",
 2229 "quote",
 2230 "syn 2.0.100",
 2231]
 2232
 2233[[package]]
 2234name = "byteorder"
 2235version = "1.5.0"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2238
 2239[[package]]
 2240name = "byteorder-lite"
 2241version = "0.1.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2244
 2245[[package]]
 2246name = "bytes"
 2247version = "0.4.12"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2250dependencies = [
 2251 "byteorder",
 2252 "iovec",
 2253]
 2254
 2255[[package]]
 2256name = "bytes"
 2257version = "1.10.1"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2260
 2261[[package]]
 2262name = "bytes-utils"
 2263version = "0.1.4"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2266dependencies = [
 2267 "bytes 1.10.1",
 2268 "either",
 2269]
 2270
 2271[[package]]
 2272name = "bzip2"
 2273version = "0.4.4"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2276dependencies = [
 2277 "bzip2-sys",
 2278 "libc",
 2279]
 2280
 2281[[package]]
 2282name = "bzip2-sys"
 2283version = "0.1.11+1.0.8"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2286dependencies = [
 2287 "cc",
 2288 "libc",
 2289 "pkg-config",
 2290]
 2291
 2292[[package]]
 2293name = "call"
 2294version = "0.1.0"
 2295dependencies = [
 2296 "anyhow",
 2297 "audio",
 2298 "client",
 2299 "collections",
 2300 "fs",
 2301 "futures 0.3.31",
 2302 "gpui",
 2303 "http_client",
 2304 "language",
 2305 "livekit_client",
 2306 "livekit_client_macos",
 2307 "log",
 2308 "postage",
 2309 "project",
 2310 "schemars",
 2311 "serde",
 2312 "serde_derive",
 2313 "settings",
 2314 "telemetry",
 2315 "util",
 2316]
 2317
 2318[[package]]
 2319name = "calloop"
 2320version = "0.13.0"
 2321source = "registry+https://github.com/rust-lang/crates.io-index"
 2322checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2323dependencies = [
 2324 "bitflags 2.8.0",
 2325 "log",
 2326 "polling",
 2327 "rustix",
 2328 "slab",
 2329 "thiserror 1.0.69",
 2330]
 2331
 2332[[package]]
 2333name = "calloop-wayland-source"
 2334version = "0.3.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2337dependencies = [
 2338 "calloop",
 2339 "rustix",
 2340 "wayland-backend",
 2341 "wayland-client",
 2342]
 2343
 2344[[package]]
 2345name = "camino"
 2346version = "1.1.9"
 2347source = "registry+https://github.com/rust-lang/crates.io-index"
 2348checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2349dependencies = [
 2350 "serde",
 2351]
 2352
 2353[[package]]
 2354name = "cap-fs-ext"
 2355version = "3.4.2"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2358dependencies = [
 2359 "cap-primitives",
 2360 "cap-std",
 2361 "io-lifetimes",
 2362 "windows-sys 0.59.0",
 2363]
 2364
 2365[[package]]
 2366name = "cap-net-ext"
 2367version = "3.4.2"
 2368source = "registry+https://github.com/rust-lang/crates.io-index"
 2369checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2370dependencies = [
 2371 "cap-primitives",
 2372 "cap-std",
 2373 "rustix",
 2374 "smallvec",
 2375]
 2376
 2377[[package]]
 2378name = "cap-primitives"
 2379version = "3.4.2"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2382dependencies = [
 2383 "ambient-authority",
 2384 "fs-set-times",
 2385 "io-extras",
 2386 "io-lifetimes",
 2387 "ipnet",
 2388 "maybe-owned",
 2389 "rustix",
 2390 "windows-sys 0.59.0",
 2391 "winx",
 2392]
 2393
 2394[[package]]
 2395name = "cap-rand"
 2396version = "3.4.2"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2399dependencies = [
 2400 "ambient-authority",
 2401 "rand 0.8.5",
 2402]
 2403
 2404[[package]]
 2405name = "cap-std"
 2406version = "3.4.2"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2409dependencies = [
 2410 "cap-primitives",
 2411 "io-extras",
 2412 "io-lifetimes",
 2413 "rustix",
 2414]
 2415
 2416[[package]]
 2417name = "cap-time-ext"
 2418version = "3.4.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2421dependencies = [
 2422 "ambient-authority",
 2423 "cap-primitives",
 2424 "iana-time-zone",
 2425 "once_cell",
 2426 "rustix",
 2427 "winx",
 2428]
 2429
 2430[[package]]
 2431name = "cargo-platform"
 2432version = "0.1.9"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2435dependencies = [
 2436 "serde",
 2437]
 2438
 2439[[package]]
 2440name = "cargo_metadata"
 2441version = "0.19.2"
 2442source = "registry+https://github.com/rust-lang/crates.io-index"
 2443checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2444dependencies = [
 2445 "camino",
 2446 "cargo-platform",
 2447 "semver",
 2448 "serde",
 2449 "serde_json",
 2450 "thiserror 2.0.12",
 2451]
 2452
 2453[[package]]
 2454name = "cargo_toml"
 2455version = "0.21.0"
 2456source = "registry+https://github.com/rust-lang/crates.io-index"
 2457checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2458dependencies = [
 2459 "serde",
 2460 "toml 0.8.20",
 2461]
 2462
 2463[[package]]
 2464name = "cast"
 2465version = "0.3.0"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2468
 2469[[package]]
 2470name = "cbc"
 2471version = "0.1.2"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2474dependencies = [
 2475 "cipher",
 2476]
 2477
 2478[[package]]
 2479name = "cbindgen"
 2480version = "0.27.0"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2483dependencies = [
 2484 "clap",
 2485 "heck 0.4.1",
 2486 "indexmap",
 2487 "log",
 2488 "proc-macro2",
 2489 "quote",
 2490 "serde",
 2491 "serde_json",
 2492 "syn 2.0.100",
 2493 "tempfile",
 2494 "toml 0.8.20",
 2495]
 2496
 2497[[package]]
 2498name = "cbindgen"
 2499version = "0.28.0"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2502dependencies = [
 2503 "heck 0.4.1",
 2504 "indexmap",
 2505 "log",
 2506 "proc-macro2",
 2507 "quote",
 2508 "serde",
 2509 "serde_json",
 2510 "syn 2.0.100",
 2511 "tempfile",
 2512 "toml 0.8.20",
 2513]
 2514
 2515[[package]]
 2516name = "cc"
 2517version = "1.2.12"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2520dependencies = [
 2521 "jobserver",
 2522 "libc",
 2523 "shlex",
 2524]
 2525
 2526[[package]]
 2527name = "cesu8"
 2528version = "1.1.0"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2531
 2532[[package]]
 2533name = "cexpr"
 2534version = "0.6.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2537dependencies = [
 2538 "nom",
 2539]
 2540
 2541[[package]]
 2542name = "cfg-expr"
 2543version = "0.15.8"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2546dependencies = [
 2547 "smallvec",
 2548 "target-lexicon 0.12.16",
 2549]
 2550
 2551[[package]]
 2552name = "cfg-if"
 2553version = "1.0.0"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2556
 2557[[package]]
 2558name = "cfg_aliases"
 2559version = "0.1.1"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2562
 2563[[package]]
 2564name = "cfg_aliases"
 2565version = "0.2.1"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2568
 2569[[package]]
 2570name = "channel"
 2571version = "0.1.0"
 2572dependencies = [
 2573 "anyhow",
 2574 "client",
 2575 "clock",
 2576 "collections",
 2577 "futures 0.3.31",
 2578 "gpui",
 2579 "http_client",
 2580 "language",
 2581 "log",
 2582 "rand 0.8.5",
 2583 "release_channel",
 2584 "rpc",
 2585 "settings",
 2586 "sum_tree",
 2587 "text",
 2588 "time",
 2589 "util",
 2590]
 2591
 2592[[package]]
 2593name = "chrono"
 2594version = "0.4.40"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2597dependencies = [
 2598 "android-tzdata",
 2599 "iana-time-zone",
 2600 "js-sys",
 2601 "num-traits",
 2602 "serde",
 2603 "wasm-bindgen",
 2604 "windows-link",
 2605]
 2606
 2607[[package]]
 2608name = "chunked_transfer"
 2609version = "1.5.0"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2612
 2613[[package]]
 2614name = "ciborium"
 2615version = "0.2.2"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2618dependencies = [
 2619 "ciborium-io",
 2620 "ciborium-ll",
 2621 "serde",
 2622]
 2623
 2624[[package]]
 2625name = "ciborium-io"
 2626version = "0.2.2"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2629
 2630[[package]]
 2631name = "ciborium-ll"
 2632version = "0.2.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2635dependencies = [
 2636 "ciborium-io",
 2637 "half",
 2638]
 2639
 2640[[package]]
 2641name = "cipher"
 2642version = "0.4.4"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2645dependencies = [
 2646 "crypto-common",
 2647 "inout",
 2648 "zeroize",
 2649]
 2650
 2651[[package]]
 2652name = "circular-buffer"
 2653version = "1.0.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2656
 2657[[package]]
 2658name = "clang-sys"
 2659version = "1.8.1"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2662dependencies = [
 2663 "glob",
 2664 "libc",
 2665 "libloading",
 2666]
 2667
 2668[[package]]
 2669name = "clap"
 2670version = "4.5.32"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2673dependencies = [
 2674 "clap_builder",
 2675 "clap_derive",
 2676]
 2677
 2678[[package]]
 2679name = "clap_builder"
 2680version = "4.5.32"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2683dependencies = [
 2684 "anstream",
 2685 "anstyle",
 2686 "clap_lex",
 2687 "strsim",
 2688 "terminal_size",
 2689]
 2690
 2691[[package]]
 2692name = "clap_complete"
 2693version = "4.5.38"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2696dependencies = [
 2697 "clap",
 2698]
 2699
 2700[[package]]
 2701name = "clap_derive"
 2702version = "4.5.32"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2705dependencies = [
 2706 "heck 0.5.0",
 2707 "proc-macro2",
 2708 "quote",
 2709 "syn 2.0.100",
 2710]
 2711
 2712[[package]]
 2713name = "clap_lex"
 2714version = "0.7.4"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2717
 2718[[package]]
 2719name = "cli"
 2720version = "0.1.0"
 2721dependencies = [
 2722 "anyhow",
 2723 "clap",
 2724 "collections",
 2725 "core-foundation 0.9.4",
 2726 "core-services",
 2727 "exec",
 2728 "fork",
 2729 "ipc-channel",
 2730 "parking_lot",
 2731 "paths",
 2732 "plist",
 2733 "release_channel",
 2734 "serde",
 2735 "tempfile",
 2736 "util",
 2737 "windows 0.61.1",
 2738]
 2739
 2740[[package]]
 2741name = "client"
 2742version = "0.1.0"
 2743dependencies = [
 2744 "anyhow",
 2745 "async-native-tls",
 2746 "async-recursion 0.3.2",
 2747 "async-tungstenite",
 2748 "chrono",
 2749 "clock",
 2750 "cocoa 0.26.0",
 2751 "collections",
 2752 "credentials_provider",
 2753 "feature_flags",
 2754 "futures 0.3.31",
 2755 "gpui",
 2756 "http_client",
 2757 "http_client_tls",
 2758 "log",
 2759 "parking_lot",
 2760 "paths",
 2761 "postage",
 2762 "rand 0.8.5",
 2763 "release_channel",
 2764 "rpc",
 2765 "schemars",
 2766 "serde",
 2767 "serde_json",
 2768 "settings",
 2769 "sha2",
 2770 "smol",
 2771 "telemetry",
 2772 "telemetry_events",
 2773 "text",
 2774 "thiserror 2.0.12",
 2775 "time",
 2776 "tiny_http",
 2777 "tokio-socks",
 2778 "url",
 2779 "util",
 2780 "windows 0.61.1",
 2781 "worktree",
 2782]
 2783
 2784[[package]]
 2785name = "clock"
 2786version = "0.1.0"
 2787dependencies = [
 2788 "parking_lot",
 2789 "serde",
 2790 "smallvec",
 2791]
 2792
 2793[[package]]
 2794name = "cmake"
 2795version = "0.1.53"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2798dependencies = [
 2799 "cc",
 2800]
 2801
 2802[[package]]
 2803name = "cobs"
 2804version = "0.2.3"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2807
 2808[[package]]
 2809name = "cocoa"
 2810version = "0.25.0"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2813dependencies = [
 2814 "bitflags 1.3.2",
 2815 "block",
 2816 "cocoa-foundation 0.1.2",
 2817 "core-foundation 0.9.4",
 2818 "core-graphics 0.23.2",
 2819 "foreign-types 0.5.0",
 2820 "libc",
 2821 "objc",
 2822]
 2823
 2824[[package]]
 2825name = "cocoa"
 2826version = "0.26.0"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2829dependencies = [
 2830 "bitflags 2.8.0",
 2831 "block",
 2832 "cocoa-foundation 0.2.0",
 2833 "core-foundation 0.10.0",
 2834 "core-graphics 0.24.0",
 2835 "foreign-types 0.5.0",
 2836 "libc",
 2837 "objc",
 2838]
 2839
 2840[[package]]
 2841name = "cocoa-foundation"
 2842version = "0.1.2"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2845dependencies = [
 2846 "bitflags 1.3.2",
 2847 "block",
 2848 "core-foundation 0.9.4",
 2849 "core-graphics-types 0.1.3",
 2850 "libc",
 2851 "objc",
 2852]
 2853
 2854[[package]]
 2855name = "cocoa-foundation"
 2856version = "0.2.0"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2859dependencies = [
 2860 "bitflags 2.8.0",
 2861 "block",
 2862 "core-foundation 0.10.0",
 2863 "core-graphics-types 0.2.0",
 2864 "libc",
 2865 "objc",
 2866]
 2867
 2868[[package]]
 2869name = "codespan-reporting"
 2870version = "0.11.1"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2873dependencies = [
 2874 "termcolor",
 2875 "unicode-width",
 2876]
 2877
 2878[[package]]
 2879name = "collab"
 2880version = "0.44.0"
 2881dependencies = [
 2882 "anthropic",
 2883 "anyhow",
 2884 "assistant",
 2885 "assistant_context_editor",
 2886 "assistant_slash_command",
 2887 "assistant_tool",
 2888 "async-stripe",
 2889 "async-trait",
 2890 "async-tungstenite",
 2891 "audio",
 2892 "aws-config",
 2893 "aws-sdk-kinesis",
 2894 "aws-sdk-s3",
 2895 "axum",
 2896 "axum-extra",
 2897 "base64 0.22.1",
 2898 "buffer_diff",
 2899 "call",
 2900 "channel",
 2901 "chrono",
 2902 "client",
 2903 "clock",
 2904 "collab_ui",
 2905 "collections",
 2906 "command_palette_hooks",
 2907 "context_server",
 2908 "ctor",
 2909 "dap",
 2910 "dashmap 6.1.0",
 2911 "debugger_ui",
 2912 "derive_more",
 2913 "editor",
 2914 "env_logger 0.11.7",
 2915 "envy",
 2916 "extension",
 2917 "file_finder",
 2918 "fs",
 2919 "futures 0.3.31",
 2920 "git",
 2921 "git_hosting_providers",
 2922 "git_ui",
 2923 "google_ai",
 2924 "gpui",
 2925 "hex",
 2926 "http_client",
 2927 "hyper 0.14.32",
 2928 "indoc",
 2929 "jsonwebtoken",
 2930 "language",
 2931 "language_model",
 2932 "livekit_api",
 2933 "livekit_client",
 2934 "livekit_client_macos",
 2935 "log",
 2936 "lsp",
 2937 "menu",
 2938 "multi_buffer",
 2939 "nanoid",
 2940 "node_runtime",
 2941 "notifications",
 2942 "open_ai",
 2943 "parking_lot",
 2944 "pretty_assertions",
 2945 "project",
 2946 "prometheus",
 2947 "prompt_store",
 2948 "prost 0.9.0",
 2949 "rand 0.8.5",
 2950 "recent_projects",
 2951 "release_channel",
 2952 "remote",
 2953 "remote_server",
 2954 "reqwest 0.11.27",
 2955 "reqwest_client",
 2956 "rpc",
 2957 "rustc-demangle",
 2958 "scrypt",
 2959 "sea-orm",
 2960 "semantic_version",
 2961 "semver",
 2962 "serde",
 2963 "serde_derive",
 2964 "serde_json",
 2965 "session",
 2966 "settings",
 2967 "sha2",
 2968 "sqlx",
 2969 "strum",
 2970 "subtle",
 2971 "supermaven_api",
 2972 "telemetry_events",
 2973 "text",
 2974 "theme",
 2975 "thiserror 2.0.12",
 2976 "time",
 2977 "tokio",
 2978 "toml 0.8.20",
 2979 "tower",
 2980 "tower-http 0.4.4",
 2981 "tracing",
 2982 "tracing-subscriber",
 2983 "unindent",
 2984 "util",
 2985 "uuid",
 2986 "workspace",
 2987 "worktree",
 2988]
 2989
 2990[[package]]
 2991name = "collab_ui"
 2992version = "0.1.0"
 2993dependencies = [
 2994 "anyhow",
 2995 "call",
 2996 "channel",
 2997 "chrono",
 2998 "client",
 2999 "collections",
 3000 "db",
 3001 "editor",
 3002 "emojis",
 3003 "futures 0.3.31",
 3004 "fuzzy",
 3005 "gpui",
 3006 "http_client",
 3007 "language",
 3008 "menu",
 3009 "notifications",
 3010 "picker",
 3011 "pretty_assertions",
 3012 "project",
 3013 "release_channel",
 3014 "rich_text",
 3015 "rpc",
 3016 "schemars",
 3017 "serde",
 3018 "serde_derive",
 3019 "serde_json",
 3020 "settings",
 3021 "smallvec",
 3022 "story",
 3023 "telemetry",
 3024 "theme",
 3025 "time",
 3026 "time_format",
 3027 "title_bar",
 3028 "tree-sitter-md",
 3029 "ui",
 3030 "util",
 3031 "workspace",
 3032]
 3033
 3034[[package]]
 3035name = "collections"
 3036version = "0.1.0"
 3037dependencies = [
 3038 "indexmap",
 3039 "rustc-hash 2.1.1",
 3040]
 3041
 3042[[package]]
 3043name = "color_quant"
 3044version = "1.1.0"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3047
 3048[[package]]
 3049name = "colorchoice"
 3050version = "1.0.3"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3053
 3054[[package]]
 3055name = "combine"
 3056version = "4.6.7"
 3057source = "registry+https://github.com/rust-lang/crates.io-index"
 3058checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3059dependencies = [
 3060 "bytes 1.10.1",
 3061 "memchr",
 3062]
 3063
 3064[[package]]
 3065name = "command_palette"
 3066version = "0.1.0"
 3067dependencies = [
 3068 "client",
 3069 "collections",
 3070 "command_palette_hooks",
 3071 "ctor",
 3072 "editor",
 3073 "env_logger 0.11.7",
 3074 "fuzzy",
 3075 "go_to_line",
 3076 "gpui",
 3077 "language",
 3078 "menu",
 3079 "picker",
 3080 "postage",
 3081 "project",
 3082 "serde",
 3083 "serde_json",
 3084 "settings",
 3085 "telemetry",
 3086 "theme",
 3087 "ui",
 3088 "util",
 3089 "workspace",
 3090 "zed_actions",
 3091]
 3092
 3093[[package]]
 3094name = "command_palette_hooks"
 3095version = "0.1.0"
 3096dependencies = [
 3097 "collections",
 3098 "derive_more",
 3099 "gpui",
 3100]
 3101
 3102[[package]]
 3103name = "component"
 3104version = "0.1.0"
 3105dependencies = [
 3106 "collections",
 3107 "gpui",
 3108 "linkme",
 3109 "parking_lot",
 3110 "theme",
 3111]
 3112
 3113[[package]]
 3114name = "component_preview"
 3115version = "0.1.0"
 3116dependencies = [
 3117 "client",
 3118 "collections",
 3119 "component",
 3120 "gpui",
 3121 "languages",
 3122 "notifications",
 3123 "project",
 3124 "ui",
 3125 "workspace",
 3126]
 3127
 3128[[package]]
 3129name = "concurrent-queue"
 3130version = "2.5.0"
 3131source = "registry+https://github.com/rust-lang/crates.io-index"
 3132checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3133dependencies = [
 3134 "crossbeam-utils",
 3135]
 3136
 3137[[package]]
 3138name = "console"
 3139version = "0.15.8"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3142dependencies = [
 3143 "encode_unicode",
 3144 "lazy_static",
 3145 "libc",
 3146 "unicode-width",
 3147 "windows-sys 0.52.0",
 3148]
 3149
 3150[[package]]
 3151name = "const-oid"
 3152version = "0.9.6"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3155
 3156[[package]]
 3157name = "const-random"
 3158version = "0.1.18"
 3159source = "registry+https://github.com/rust-lang/crates.io-index"
 3160checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3161dependencies = [
 3162 "const-random-macro",
 3163]
 3164
 3165[[package]]
 3166name = "const-random-macro"
 3167version = "0.1.16"
 3168source = "registry+https://github.com/rust-lang/crates.io-index"
 3169checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3170dependencies = [
 3171 "getrandom 0.2.15",
 3172 "once_cell",
 3173 "tiny-keccak",
 3174]
 3175
 3176[[package]]
 3177name = "constant_time_eq"
 3178version = "0.1.5"
 3179source = "registry+https://github.com/rust-lang/crates.io-index"
 3180checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3181
 3182[[package]]
 3183name = "constant_time_eq"
 3184version = "0.3.1"
 3185source = "registry+https://github.com/rust-lang/crates.io-index"
 3186checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3187
 3188[[package]]
 3189name = "context_server"
 3190version = "0.1.0"
 3191dependencies = [
 3192 "anyhow",
 3193 "assistant_tool",
 3194 "async-trait",
 3195 "collections",
 3196 "command_palette_hooks",
 3197 "context_server_settings",
 3198 "extension",
 3199 "futures 0.3.31",
 3200 "gpui",
 3201 "language_model",
 3202 "log",
 3203 "parking_lot",
 3204 "postage",
 3205 "project",
 3206 "serde",
 3207 "serde_json",
 3208 "settings",
 3209 "smol",
 3210 "url",
 3211 "util",
 3212]
 3213
 3214[[package]]
 3215name = "context_server_settings"
 3216version = "0.1.0"
 3217dependencies = [
 3218 "anyhow",
 3219 "collections",
 3220 "gpui",
 3221 "schemars",
 3222 "serde",
 3223 "serde_json",
 3224 "settings",
 3225]
 3226
 3227[[package]]
 3228name = "convert_case"
 3229version = "0.4.0"
 3230source = "registry+https://github.com/rust-lang/crates.io-index"
 3231checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3232
 3233[[package]]
 3234name = "convert_case"
 3235version = "0.8.0"
 3236source = "registry+https://github.com/rust-lang/crates.io-index"
 3237checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3238dependencies = [
 3239 "unicode-segmentation",
 3240]
 3241
 3242[[package]]
 3243name = "copilot"
 3244version = "0.1.0"
 3245dependencies = [
 3246 "anyhow",
 3247 "async-compression",
 3248 "async-std",
 3249 "async-tar",
 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 "smol",
 3278 "strum",
 3279 "task",
 3280 "theme",
 3281 "ui",
 3282 "util",
 3283 "workspace",
 3284]
 3285
 3286[[package]]
 3287name = "core-foundation"
 3288version = "0.9.4"
 3289source = "registry+https://github.com/rust-lang/crates.io-index"
 3290checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3291dependencies = [
 3292 "core-foundation-sys",
 3293 "libc",
 3294]
 3295
 3296[[package]]
 3297name = "core-foundation"
 3298version = "0.10.0"
 3299source = "registry+https://github.com/rust-lang/crates.io-index"
 3300checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3301dependencies = [
 3302 "core-foundation-sys",
 3303 "libc",
 3304]
 3305
 3306[[package]]
 3307name = "core-foundation-sys"
 3308version = "0.8.7"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3311
 3312[[package]]
 3313name = "core-graphics"
 3314version = "0.23.2"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3317dependencies = [
 3318 "bitflags 1.3.2",
 3319 "core-foundation 0.9.4",
 3320 "core-graphics-types 0.1.3",
 3321 "foreign-types 0.5.0",
 3322 "libc",
 3323]
 3324
 3325[[package]]
 3326name = "core-graphics"
 3327version = "0.24.0"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3330dependencies = [
 3331 "bitflags 2.8.0",
 3332 "core-foundation 0.10.0",
 3333 "core-graphics-types 0.2.0",
 3334 "foreign-types 0.5.0",
 3335 "libc",
 3336]
 3337
 3338[[package]]
 3339name = "core-graphics-types"
 3340version = "0.1.3"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3343dependencies = [
 3344 "bitflags 1.3.2",
 3345 "core-foundation 0.9.4",
 3346 "libc",
 3347]
 3348
 3349[[package]]
 3350name = "core-graphics-types"
 3351version = "0.2.0"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3354dependencies = [
 3355 "bitflags 2.8.0",
 3356 "core-foundation 0.10.0",
 3357 "libc",
 3358]
 3359
 3360[[package]]
 3361name = "core-services"
 3362version = "0.2.1"
 3363source = "registry+https://github.com/rust-lang/crates.io-index"
 3364checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3365dependencies = [
 3366 "core-foundation 0.9.4",
 3367]
 3368
 3369[[package]]
 3370name = "core-text"
 3371version = "20.1.0"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3374dependencies = [
 3375 "core-foundation 0.9.4",
 3376 "core-graphics 0.23.2",
 3377 "foreign-types 0.5.0",
 3378 "libc",
 3379]
 3380
 3381[[package]]
 3382name = "core_maths"
 3383version = "0.1.1"
 3384source = "registry+https://github.com/rust-lang/crates.io-index"
 3385checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3386dependencies = [
 3387 "libm",
 3388]
 3389
 3390[[package]]
 3391name = "coreaudio-rs"
 3392version = "0.11.3"
 3393source = "registry+https://github.com/rust-lang/crates.io-index"
 3394checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3395dependencies = [
 3396 "bitflags 1.3.2",
 3397 "core-foundation-sys",
 3398 "coreaudio-sys",
 3399]
 3400
 3401[[package]]
 3402name = "coreaudio-rs"
 3403version = "0.12.1"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3406dependencies = [
 3407 "bitflags 1.3.2",
 3408 "core-foundation-sys",
 3409 "coreaudio-sys",
 3410]
 3411
 3412[[package]]
 3413name = "coreaudio-sys"
 3414version = "0.2.16"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3417dependencies = [
 3418 "bindgen 0.70.1",
 3419]
 3420
 3421[[package]]
 3422name = "cosmic-text"
 3423version = "0.13.2"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3426dependencies = [
 3427 "bitflags 2.8.0",
 3428 "fontdb 0.16.2",
 3429 "log",
 3430 "rangemap",
 3431 "rustc-hash 1.1.0",
 3432 "rustybuzz 0.14.1",
 3433 "self_cell",
 3434 "smol_str 0.2.2",
 3435 "swash",
 3436 "sys-locale",
 3437 "ttf-parser 0.21.1",
 3438 "unicode-bidi",
 3439 "unicode-linebreak",
 3440 "unicode-script",
 3441 "unicode-segmentation",
 3442]
 3443
 3444[[package]]
 3445name = "cpal"
 3446version = "0.15.3"
 3447source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3448dependencies = [
 3449 "alsa",
 3450 "core-foundation-sys",
 3451 "coreaudio-rs 0.11.3",
 3452 "dasp_sample",
 3453 "jni",
 3454 "js-sys",
 3455 "libc",
 3456 "mach2",
 3457 "ndk",
 3458 "ndk-context",
 3459 "oboe",
 3460 "wasm-bindgen",
 3461 "wasm-bindgen-futures",
 3462 "web-sys",
 3463 "windows 0.54.0",
 3464]
 3465
 3466[[package]]
 3467name = "cpp_demangle"
 3468version = "0.4.4"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3471dependencies = [
 3472 "cfg-if",
 3473]
 3474
 3475[[package]]
 3476name = "cpufeatures"
 3477version = "0.2.16"
 3478source = "registry+https://github.com/rust-lang/crates.io-index"
 3479checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3480dependencies = [
 3481 "libc",
 3482]
 3483
 3484[[package]]
 3485name = "cranelift-bforest"
 3486version = "0.116.1"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3489dependencies = [
 3490 "cranelift-entity",
 3491]
 3492
 3493[[package]]
 3494name = "cranelift-bitset"
 3495version = "0.116.1"
 3496source = "registry+https://github.com/rust-lang/crates.io-index"
 3497checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3498dependencies = [
 3499 "serde",
 3500 "serde_derive",
 3501]
 3502
 3503[[package]]
 3504name = "cranelift-codegen"
 3505version = "0.116.1"
 3506source = "registry+https://github.com/rust-lang/crates.io-index"
 3507checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3508dependencies = [
 3509 "bumpalo",
 3510 "cranelift-bforest",
 3511 "cranelift-bitset",
 3512 "cranelift-codegen-meta",
 3513 "cranelift-codegen-shared",
 3514 "cranelift-control",
 3515 "cranelift-entity",
 3516 "cranelift-isle",
 3517 "gimli",
 3518 "hashbrown 0.14.5",
 3519 "log",
 3520 "regalloc2",
 3521 "rustc-hash 2.1.1",
 3522 "serde",
 3523 "smallvec",
 3524 "target-lexicon 0.13.2",
 3525]
 3526
 3527[[package]]
 3528name = "cranelift-codegen-meta"
 3529version = "0.116.1"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3532dependencies = [
 3533 "cranelift-codegen-shared",
 3534]
 3535
 3536[[package]]
 3537name = "cranelift-codegen-shared"
 3538version = "0.116.1"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3541
 3542[[package]]
 3543name = "cranelift-control"
 3544version = "0.116.1"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3547dependencies = [
 3548 "arbitrary",
 3549]
 3550
 3551[[package]]
 3552name = "cranelift-entity"
 3553version = "0.116.1"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3556dependencies = [
 3557 "cranelift-bitset",
 3558 "serde",
 3559 "serde_derive",
 3560]
 3561
 3562[[package]]
 3563name = "cranelift-frontend"
 3564version = "0.116.1"
 3565source = "registry+https://github.com/rust-lang/crates.io-index"
 3566checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3567dependencies = [
 3568 "cranelift-codegen",
 3569 "log",
 3570 "smallvec",
 3571 "target-lexicon 0.13.2",
 3572]
 3573
 3574[[package]]
 3575name = "cranelift-isle"
 3576version = "0.116.1"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3579
 3580[[package]]
 3581name = "cranelift-native"
 3582version = "0.116.1"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3585dependencies = [
 3586 "cranelift-codegen",
 3587 "libc",
 3588 "target-lexicon 0.13.2",
 3589]
 3590
 3591[[package]]
 3592name = "crc"
 3593version = "3.2.1"
 3594source = "registry+https://github.com/rust-lang/crates.io-index"
 3595checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3596dependencies = [
 3597 "crc-catalog",
 3598]
 3599
 3600[[package]]
 3601name = "crc-catalog"
 3602version = "2.4.0"
 3603source = "registry+https://github.com/rust-lang/crates.io-index"
 3604checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3605
 3606[[package]]
 3607name = "crc32c"
 3608version = "0.6.8"
 3609source = "registry+https://github.com/rust-lang/crates.io-index"
 3610checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3611dependencies = [
 3612 "rustc_version",
 3613]
 3614
 3615[[package]]
 3616name = "crc32fast"
 3617version = "1.4.2"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3620dependencies = [
 3621 "cfg-if",
 3622]
 3623
 3624[[package]]
 3625name = "crc64fast-nvme"
 3626version = "1.1.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3629dependencies = [
 3630 "cbindgen 0.27.0",
 3631 "crc",
 3632]
 3633
 3634[[package]]
 3635name = "credentials_provider"
 3636version = "0.1.0"
 3637dependencies = [
 3638 "anyhow",
 3639 "futures 0.3.31",
 3640 "gpui",
 3641 "paths",
 3642 "release_channel",
 3643 "serde",
 3644 "serde_json",
 3645]
 3646
 3647[[package]]
 3648name = "criterion"
 3649version = "0.5.1"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3652dependencies = [
 3653 "anes",
 3654 "cast",
 3655 "ciborium",
 3656 "clap",
 3657 "criterion-plot",
 3658 "is-terminal",
 3659 "itertools 0.10.5",
 3660 "num-traits",
 3661 "once_cell",
 3662 "oorandom",
 3663 "plotters",
 3664 "rayon",
 3665 "regex",
 3666 "serde",
 3667 "serde_derive",
 3668 "serde_json",
 3669 "tinytemplate",
 3670 "walkdir",
 3671]
 3672
 3673[[package]]
 3674name = "criterion-plot"
 3675version = "0.5.0"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3678dependencies = [
 3679 "cast",
 3680 "itertools 0.10.5",
 3681]
 3682
 3683[[package]]
 3684name = "crossbeam-channel"
 3685version = "0.5.13"
 3686source = "registry+https://github.com/rust-lang/crates.io-index"
 3687checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3688dependencies = [
 3689 "crossbeam-utils",
 3690]
 3691
 3692[[package]]
 3693name = "crossbeam-deque"
 3694version = "0.8.5"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3697dependencies = [
 3698 "crossbeam-epoch",
 3699 "crossbeam-utils",
 3700]
 3701
 3702[[package]]
 3703name = "crossbeam-epoch"
 3704version = "0.9.18"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3707dependencies = [
 3708 "crossbeam-utils",
 3709]
 3710
 3711[[package]]
 3712name = "crossbeam-queue"
 3713version = "0.3.11"
 3714source = "registry+https://github.com/rust-lang/crates.io-index"
 3715checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3716dependencies = [
 3717 "crossbeam-utils",
 3718]
 3719
 3720[[package]]
 3721name = "crossbeam-utils"
 3722version = "0.8.20"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3725
 3726[[package]]
 3727name = "crunchy"
 3728version = "0.2.2"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3731
 3732[[package]]
 3733name = "crypto-bigint"
 3734version = "0.4.9"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3737dependencies = [
 3738 "generic-array",
 3739 "rand_core 0.6.4",
 3740 "subtle",
 3741 "zeroize",
 3742]
 3743
 3744[[package]]
 3745name = "crypto-bigint"
 3746version = "0.5.5"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3749dependencies = [
 3750 "rand_core 0.6.4",
 3751 "subtle",
 3752]
 3753
 3754[[package]]
 3755name = "crypto-common"
 3756version = "0.1.6"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3759dependencies = [
 3760 "generic-array",
 3761 "rand_core 0.6.4",
 3762 "typenum",
 3763]
 3764
 3765[[package]]
 3766name = "ctor"
 3767version = "0.4.1"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3770dependencies = [
 3771 "ctor-proc-macro",
 3772 "dtor",
 3773]
 3774
 3775[[package]]
 3776name = "ctor-proc-macro"
 3777version = "0.0.5"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3780
 3781[[package]]
 3782name = "ctrlc"
 3783version = "3.4.5"
 3784source = "registry+https://github.com/rust-lang/crates.io-index"
 3785checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3786dependencies = [
 3787 "nix",
 3788 "windows-sys 0.59.0",
 3789]
 3790
 3791[[package]]
 3792name = "cursor-icon"
 3793version = "1.1.0"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3796
 3797[[package]]
 3798name = "cxx"
 3799version = "1.0.134"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3802dependencies = [
 3803 "cc",
 3804 "cxxbridge-cmd",
 3805 "cxxbridge-flags",
 3806 "cxxbridge-macro",
 3807 "foldhash",
 3808 "link-cplusplus",
 3809]
 3810
 3811[[package]]
 3812name = "cxx-build"
 3813version = "1.0.134"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3816dependencies = [
 3817 "cc",
 3818 "codespan-reporting",
 3819 "proc-macro2",
 3820 "quote",
 3821 "scratch",
 3822 "syn 2.0.100",
 3823]
 3824
 3825[[package]]
 3826name = "cxxbridge-cmd"
 3827version = "1.0.134"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3830dependencies = [
 3831 "clap",
 3832 "codespan-reporting",
 3833 "proc-macro2",
 3834 "quote",
 3835 "syn 2.0.100",
 3836]
 3837
 3838[[package]]
 3839name = "cxxbridge-flags"
 3840version = "1.0.134"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3843
 3844[[package]]
 3845name = "cxxbridge-macro"
 3846version = "1.0.134"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3849dependencies = [
 3850 "proc-macro2",
 3851 "quote",
 3852 "rustversion",
 3853 "syn 2.0.100",
 3854]
 3855
 3856[[package]]
 3857name = "dap"
 3858version = "0.1.0"
 3859dependencies = [
 3860 "anyhow",
 3861 "async-compression",
 3862 "async-pipe",
 3863 "async-tar",
 3864 "async-trait",
 3865 "client",
 3866 "collections",
 3867 "dap-types",
 3868 "env_logger 0.11.7",
 3869 "fs",
 3870 "futures 0.3.31",
 3871 "gpui",
 3872 "http_client",
 3873 "language",
 3874 "log",
 3875 "node_runtime",
 3876 "parking_lot",
 3877 "paths",
 3878 "schemars",
 3879 "serde",
 3880 "serde_json",
 3881 "settings",
 3882 "smallvec",
 3883 "smol",
 3884 "task",
 3885 "util",
 3886]
 3887
 3888[[package]]
 3889name = "dap-types"
 3890version = "0.0.1"
 3891source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3892dependencies = [
 3893 "schemars",
 3894 "serde",
 3895 "serde_json",
 3896]
 3897
 3898[[package]]
 3899name = "dap_adapters"
 3900version = "0.1.0"
 3901dependencies = [
 3902 "anyhow",
 3903 "async-trait",
 3904 "dap",
 3905 "gpui",
 3906 "language",
 3907 "paths",
 3908 "regex",
 3909 "serde",
 3910 "serde_json",
 3911 "sysinfo",
 3912 "task",
 3913 "util",
 3914]
 3915
 3916[[package]]
 3917name = "dashmap"
 3918version = "5.5.3"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3921dependencies = [
 3922 "cfg-if",
 3923 "hashbrown 0.14.5",
 3924 "lock_api",
 3925 "once_cell",
 3926 "parking_lot_core",
 3927]
 3928
 3929[[package]]
 3930name = "dashmap"
 3931version = "6.1.0"
 3932source = "registry+https://github.com/rust-lang/crates.io-index"
 3933checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3934dependencies = [
 3935 "cfg-if",
 3936 "crossbeam-utils",
 3937 "hashbrown 0.14.5",
 3938 "lock_api",
 3939 "once_cell",
 3940 "parking_lot_core",
 3941]
 3942
 3943[[package]]
 3944name = "dasp_sample"
 3945version = "0.11.0"
 3946source = "registry+https://github.com/rust-lang/crates.io-index"
 3947checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3948
 3949[[package]]
 3950name = "data-encoding"
 3951version = "2.6.0"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3954
 3955[[package]]
 3956name = "data-url"
 3957version = "0.3.1"
 3958source = "registry+https://github.com/rust-lang/crates.io-index"
 3959checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3960
 3961[[package]]
 3962name = "db"
 3963version = "0.1.0"
 3964dependencies = [
 3965 "anyhow",
 3966 "gpui",
 3967 "indoc",
 3968 "log",
 3969 "paths",
 3970 "release_channel",
 3971 "smol",
 3972 "sqlez",
 3973 "sqlez_macros",
 3974 "tempfile",
 3975 "util",
 3976]
 3977
 3978[[package]]
 3979name = "dbus"
 3980version = "0.9.7"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3983dependencies = [
 3984 "libc",
 3985 "libdbus-sys",
 3986 "winapi",
 3987]
 3988
 3989[[package]]
 3990name = "debugger_tools"
 3991version = "0.1.0"
 3992dependencies = [
 3993 "anyhow",
 3994 "dap",
 3995 "editor",
 3996 "futures 0.3.31",
 3997 "gpui",
 3998 "project",
 3999 "serde_json",
 4000 "settings",
 4001 "smol",
 4002 "util",
 4003 "workspace",
 4004]
 4005
 4006[[package]]
 4007name = "debugger_ui"
 4008version = "0.1.0"
 4009dependencies = [
 4010 "anyhow",
 4011 "client",
 4012 "collections",
 4013 "command_palette_hooks",
 4014 "dap",
 4015 "editor",
 4016 "env_logger 0.11.7",
 4017 "feature_flags",
 4018 "futures 0.3.31",
 4019 "fuzzy",
 4020 "gpui",
 4021 "language",
 4022 "log",
 4023 "menu",
 4024 "picker",
 4025 "pretty_assertions",
 4026 "project",
 4027 "rpc",
 4028 "serde",
 4029 "serde_json",
 4030 "settings",
 4031 "sysinfo",
 4032 "task",
 4033 "terminal_view",
 4034 "theme",
 4035 "ui",
 4036 "unindent",
 4037 "util",
 4038 "workspace",
 4039]
 4040
 4041[[package]]
 4042name = "deepseek"
 4043version = "0.1.0"
 4044dependencies = [
 4045 "anyhow",
 4046 "futures 0.3.31",
 4047 "http_client",
 4048 "schemars",
 4049 "serde",
 4050 "serde_json",
 4051]
 4052
 4053[[package]]
 4054name = "deflate64"
 4055version = "0.1.9"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4058
 4059[[package]]
 4060name = "der"
 4061version = "0.6.1"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4064dependencies = [
 4065 "const-oid",
 4066 "zeroize",
 4067]
 4068
 4069[[package]]
 4070name = "der"
 4071version = "0.7.9"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4074dependencies = [
 4075 "const-oid",
 4076 "pem-rfc7468",
 4077 "zeroize",
 4078]
 4079
 4080[[package]]
 4081name = "deranged"
 4082version = "0.4.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4085dependencies = [
 4086 "powerfmt",
 4087 "serde",
 4088]
 4089
 4090[[package]]
 4091name = "derive_more"
 4092version = "0.99.19"
 4093source = "registry+https://github.com/rust-lang/crates.io-index"
 4094checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4095dependencies = [
 4096 "convert_case 0.4.0",
 4097 "proc-macro2",
 4098 "quote",
 4099 "rustc_version",
 4100 "syn 2.0.100",
 4101]
 4102
 4103[[package]]
 4104name = "derive_refineable"
 4105version = "0.1.0"
 4106dependencies = [
 4107 "proc-macro2",
 4108 "quote",
 4109 "syn 1.0.109",
 4110]
 4111
 4112[[package]]
 4113name = "diagnostics"
 4114version = "0.1.0"
 4115dependencies = [
 4116 "anyhow",
 4117 "client",
 4118 "collections",
 4119 "ctor",
 4120 "editor",
 4121 "env_logger 0.11.7",
 4122 "gpui",
 4123 "language",
 4124 "log",
 4125 "lsp",
 4126 "pretty_assertions",
 4127 "project",
 4128 "rand 0.8.5",
 4129 "serde",
 4130 "serde_json",
 4131 "settings",
 4132 "theme",
 4133 "ui",
 4134 "unindent",
 4135 "util",
 4136 "workspace",
 4137]
 4138
 4139[[package]]
 4140name = "dialoguer"
 4141version = "0.11.0"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4144dependencies = [
 4145 "console",
 4146 "fuzzy-matcher",
 4147 "shell-words",
 4148 "tempfile",
 4149 "thiserror 1.0.69",
 4150 "zeroize",
 4151]
 4152
 4153[[package]]
 4154name = "diff"
 4155version = "0.1.13"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4158
 4159[[package]]
 4160name = "digest"
 4161version = "0.10.7"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4164dependencies = [
 4165 "block-buffer",
 4166 "const-oid",
 4167 "crypto-common",
 4168 "subtle",
 4169]
 4170
 4171[[package]]
 4172name = "dirs"
 4173version = "4.0.0"
 4174source = "registry+https://github.com/rust-lang/crates.io-index"
 4175checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4176dependencies = [
 4177 "dirs-sys 0.3.7",
 4178]
 4179
 4180[[package]]
 4181name = "dirs"
 4182version = "5.0.1"
 4183source = "registry+https://github.com/rust-lang/crates.io-index"
 4184checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4185dependencies = [
 4186 "dirs-sys 0.4.1",
 4187]
 4188
 4189[[package]]
 4190name = "dirs-sys"
 4191version = "0.3.7"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4194dependencies = [
 4195 "libc",
 4196 "redox_users",
 4197 "winapi",
 4198]
 4199
 4200[[package]]
 4201name = "dirs-sys"
 4202version = "0.4.1"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4205dependencies = [
 4206 "libc",
 4207 "option-ext",
 4208 "redox_users",
 4209 "windows-sys 0.48.0",
 4210]
 4211
 4212[[package]]
 4213name = "displaydoc"
 4214version = "0.2.5"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4217dependencies = [
 4218 "proc-macro2",
 4219 "quote",
 4220 "syn 2.0.100",
 4221]
 4222
 4223[[package]]
 4224name = "dlib"
 4225version = "0.5.2"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4228dependencies = [
 4229 "libloading",
 4230]
 4231
 4232[[package]]
 4233name = "docs_preprocessor"
 4234version = "0.1.0"
 4235dependencies = [
 4236 "anyhow",
 4237 "clap",
 4238 "mdbook",
 4239 "regex",
 4240 "serde",
 4241 "serde_json",
 4242 "settings",
 4243 "util",
 4244]
 4245
 4246[[package]]
 4247name = "dotenvy"
 4248version = "0.15.7"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4251
 4252[[package]]
 4253name = "downcast-rs"
 4254version = "1.2.1"
 4255source = "registry+https://github.com/rust-lang/crates.io-index"
 4256checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4257
 4258[[package]]
 4259name = "doxygen-rs"
 4260version = "0.4.2"
 4261source = "registry+https://github.com/rust-lang/crates.io-index"
 4262checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4263dependencies = [
 4264 "phf",
 4265]
 4266
 4267[[package]]
 4268name = "dtor"
 4269version = "0.0.5"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4272dependencies = [
 4273 "dtor-proc-macro",
 4274]
 4275
 4276[[package]]
 4277name = "dtor-proc-macro"
 4278version = "0.0.5"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4281
 4282[[package]]
 4283name = "dunce"
 4284version = "1.0.5"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4287
 4288[[package]]
 4289name = "dwrote"
 4290version = "0.11.2"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4293dependencies = [
 4294 "lazy_static",
 4295 "libc",
 4296 "winapi",
 4297 "wio",
 4298]
 4299
 4300[[package]]
 4301name = "dyn-clone"
 4302version = "1.0.17"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4305
 4306[[package]]
 4307name = "ec4rs"
 4308version = "1.1.1"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4311
 4312[[package]]
 4313name = "ecdsa"
 4314version = "0.14.8"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4317dependencies = [
 4318 "der 0.6.1",
 4319 "elliptic-curve",
 4320 "rfc6979",
 4321 "signature 1.6.4",
 4322]
 4323
 4324[[package]]
 4325name = "editor"
 4326version = "0.1.0"
 4327dependencies = [
 4328 "aho-corasick",
 4329 "anyhow",
 4330 "assets",
 4331 "buffer_diff",
 4332 "chrono",
 4333 "client",
 4334 "clock",
 4335 "collections",
 4336 "convert_case 0.8.0",
 4337 "ctor",
 4338 "db",
 4339 "emojis",
 4340 "env_logger 0.11.7",
 4341 "feature_flags",
 4342 "file_icons",
 4343 "fs",
 4344 "futures 0.3.31",
 4345 "fuzzy",
 4346 "git",
 4347 "gpui",
 4348 "http_client",
 4349 "indoc",
 4350 "inline_completion",
 4351 "itertools 0.14.0",
 4352 "language",
 4353 "languages",
 4354 "linkify",
 4355 "log",
 4356 "lsp",
 4357 "markdown",
 4358 "menu",
 4359 "multi_buffer",
 4360 "ordered-float 2.10.1",
 4361 "parking_lot",
 4362 "pretty_assertions",
 4363 "project",
 4364 "rand 0.8.5",
 4365 "release_channel",
 4366 "rpc",
 4367 "schemars",
 4368 "serde",
 4369 "serde_json",
 4370 "settings",
 4371 "smallvec",
 4372 "smol",
 4373 "snippet",
 4374 "sum_tree",
 4375 "task",
 4376 "telemetry",
 4377 "tempfile",
 4378 "text",
 4379 "theme",
 4380 "time",
 4381 "time_format",
 4382 "tree-sitter-html",
 4383 "tree-sitter-rust",
 4384 "tree-sitter-typescript",
 4385 "ui",
 4386 "unicode-script",
 4387 "unicode-segmentation",
 4388 "unindent",
 4389 "url",
 4390 "util",
 4391 "uuid",
 4392 "workspace",
 4393 "zed_actions",
 4394]
 4395
 4396[[package]]
 4397name = "either"
 4398version = "1.13.0"
 4399source = "registry+https://github.com/rust-lang/crates.io-index"
 4400checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4401dependencies = [
 4402 "serde",
 4403]
 4404
 4405[[package]]
 4406name = "elasticlunr-rs"
 4407version = "3.0.2"
 4408source = "registry+https://github.com/rust-lang/crates.io-index"
 4409checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4410dependencies = [
 4411 "regex",
 4412 "serde",
 4413 "serde_derive",
 4414 "serde_json",
 4415]
 4416
 4417[[package]]
 4418name = "elliptic-curve"
 4419version = "0.12.3"
 4420source = "registry+https://github.com/rust-lang/crates.io-index"
 4421checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4422dependencies = [
 4423 "base16ct",
 4424 "crypto-bigint 0.4.9",
 4425 "der 0.6.1",
 4426 "digest",
 4427 "ff",
 4428 "generic-array",
 4429 "group",
 4430 "pkcs8 0.9.0",
 4431 "rand_core 0.6.4",
 4432 "sec1",
 4433 "subtle",
 4434 "zeroize",
 4435]
 4436
 4437[[package]]
 4438name = "embed-resource"
 4439version = "3.0.2"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4442dependencies = [
 4443 "cc",
 4444 "memchr",
 4445 "rustc_version",
 4446 "toml 0.8.20",
 4447 "vswhom",
 4448 "winreg 0.52.0",
 4449]
 4450
 4451[[package]]
 4452name = "embedded-io"
 4453version = "0.4.0"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4456
 4457[[package]]
 4458name = "embedded-io"
 4459version = "0.6.1"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4462
 4463[[package]]
 4464name = "emojis"
 4465version = "0.6.4"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4468dependencies = [
 4469 "phf",
 4470]
 4471
 4472[[package]]
 4473name = "encode_unicode"
 4474version = "0.3.6"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4477
 4478[[package]]
 4479name = "encoding_rs"
 4480version = "0.8.35"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4483dependencies = [
 4484 "cfg-if",
 4485]
 4486
 4487[[package]]
 4488name = "endi"
 4489version = "1.1.0"
 4490source = "registry+https://github.com/rust-lang/crates.io-index"
 4491checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4492
 4493[[package]]
 4494name = "enumflags2"
 4495version = "0.7.10"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4498dependencies = [
 4499 "enumflags2_derive",
 4500 "serde",
 4501]
 4502
 4503[[package]]
 4504name = "enumflags2_derive"
 4505version = "0.7.10"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4508dependencies = [
 4509 "proc-macro2",
 4510 "quote",
 4511 "syn 2.0.100",
 4512]
 4513
 4514[[package]]
 4515name = "env_filter"
 4516version = "0.1.2"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4519dependencies = [
 4520 "log",
 4521 "regex",
 4522]
 4523
 4524[[package]]
 4525name = "env_home"
 4526version = "0.1.0"
 4527source = "registry+https://github.com/rust-lang/crates.io-index"
 4528checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4529
 4530[[package]]
 4531name = "env_logger"
 4532version = "0.10.2"
 4533source = "registry+https://github.com/rust-lang/crates.io-index"
 4534checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4535dependencies = [
 4536 "humantime",
 4537 "is-terminal",
 4538 "log",
 4539 "regex",
 4540 "termcolor",
 4541]
 4542
 4543[[package]]
 4544name = "env_logger"
 4545version = "0.11.7"
 4546source = "registry+https://github.com/rust-lang/crates.io-index"
 4547checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4548dependencies = [
 4549 "anstream",
 4550 "anstyle",
 4551 "env_filter",
 4552 "jiff",
 4553 "log",
 4554]
 4555
 4556[[package]]
 4557name = "envy"
 4558version = "0.4.2"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4561dependencies = [
 4562 "serde",
 4563]
 4564
 4565[[package]]
 4566name = "equivalent"
 4567version = "1.0.1"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4570
 4571[[package]]
 4572name = "erased-serde"
 4573version = "0.4.5"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4576dependencies = [
 4577 "serde",
 4578 "typeid",
 4579]
 4580
 4581[[package]]
 4582name = "errno"
 4583version = "0.2.8"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4586dependencies = [
 4587 "errno-dragonfly",
 4588 "libc",
 4589 "winapi",
 4590]
 4591
 4592[[package]]
 4593name = "errno"
 4594version = "0.3.10"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4597dependencies = [
 4598 "libc",
 4599 "windows-sys 0.59.0",
 4600]
 4601
 4602[[package]]
 4603name = "errno-dragonfly"
 4604version = "0.1.2"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4607dependencies = [
 4608 "cc",
 4609 "libc",
 4610]
 4611
 4612[[package]]
 4613name = "etagere"
 4614version = "0.2.15"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4617dependencies = [
 4618 "euclid",
 4619 "svg_fmt",
 4620]
 4621
 4622[[package]]
 4623name = "etcetera"
 4624version = "0.8.0"
 4625source = "registry+https://github.com/rust-lang/crates.io-index"
 4626checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4627dependencies = [
 4628 "cfg-if",
 4629 "home",
 4630 "windows-sys 0.48.0",
 4631]
 4632
 4633[[package]]
 4634name = "euclid"
 4635version = "0.22.11"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4638dependencies = [
 4639 "num-traits",
 4640]
 4641
 4642[[package]]
 4643name = "evals"
 4644version = "0.1.0"
 4645dependencies = [
 4646 "anyhow",
 4647 "clap",
 4648 "client",
 4649 "clock",
 4650 "collections",
 4651 "env_logger 0.11.7",
 4652 "feature_flags",
 4653 "fs",
 4654 "gpui",
 4655 "http_client",
 4656 "language",
 4657 "languages",
 4658 "node_runtime",
 4659 "open_ai",
 4660 "project",
 4661 "reqwest_client",
 4662 "semantic_index",
 4663 "serde",
 4664 "serde_json",
 4665 "settings",
 4666 "smol",
 4667 "util",
 4668]
 4669
 4670[[package]]
 4671name = "event-listener"
 4672version = "2.5.3"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4675
 4676[[package]]
 4677name = "event-listener"
 4678version = "5.3.1"
 4679source = "registry+https://github.com/rust-lang/crates.io-index"
 4680checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4681dependencies = [
 4682 "concurrent-queue",
 4683 "parking",
 4684 "pin-project-lite",
 4685]
 4686
 4687[[package]]
 4688name = "event-listener-strategy"
 4689version = "0.5.3"
 4690source = "registry+https://github.com/rust-lang/crates.io-index"
 4691checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4692dependencies = [
 4693 "event-listener 5.3.1",
 4694 "pin-project-lite",
 4695]
 4696
 4697[[package]]
 4698name = "exec"
 4699version = "0.3.1"
 4700source = "registry+https://github.com/rust-lang/crates.io-index"
 4701checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4702dependencies = [
 4703 "errno 0.2.8",
 4704 "libc",
 4705]
 4706
 4707[[package]]
 4708name = "exr"
 4709version = "1.73.0"
 4710source = "registry+https://github.com/rust-lang/crates.io-index"
 4711checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4712dependencies = [
 4713 "bit_field",
 4714 "half",
 4715 "lebe",
 4716 "miniz_oxide",
 4717 "rayon-core",
 4718 "smallvec",
 4719 "zune-inflate",
 4720]
 4721
 4722[[package]]
 4723name = "extension"
 4724version = "0.1.0"
 4725dependencies = [
 4726 "anyhow",
 4727 "async-compression",
 4728 "async-tar",
 4729 "async-trait",
 4730 "collections",
 4731 "convert_case 0.8.0",
 4732 "fs",
 4733 "futures 0.3.31",
 4734 "gpui",
 4735 "http_client",
 4736 "language",
 4737 "log",
 4738 "lsp",
 4739 "parking_lot",
 4740 "semantic_version",
 4741 "serde",
 4742 "serde_json",
 4743 "toml 0.8.20",
 4744 "util",
 4745 "wasm-encoder 0.221.3",
 4746 "wasmparser 0.221.3",
 4747 "wit-component 0.221.3",
 4748]
 4749
 4750[[package]]
 4751name = "extension_cli"
 4752version = "0.1.0"
 4753dependencies = [
 4754 "anyhow",
 4755 "clap",
 4756 "env_logger 0.11.7",
 4757 "extension",
 4758 "fs",
 4759 "language",
 4760 "log",
 4761 "reqwest_client",
 4762 "rpc",
 4763 "serde",
 4764 "serde_json",
 4765 "theme",
 4766 "tokio",
 4767 "toml 0.8.20",
 4768 "tree-sitter",
 4769 "wasmtime",
 4770]
 4771
 4772[[package]]
 4773name = "extension_host"
 4774version = "0.1.0"
 4775dependencies = [
 4776 "anyhow",
 4777 "async-compression",
 4778 "async-tar",
 4779 "async-trait",
 4780 "client",
 4781 "collections",
 4782 "context_server_settings",
 4783 "ctor",
 4784 "env_logger 0.11.7",
 4785 "extension",
 4786 "fs",
 4787 "futures 0.3.31",
 4788 "gpui",
 4789 "http_client",
 4790 "language",
 4791 "language_extension",
 4792 "log",
 4793 "lsp",
 4794 "node_runtime",
 4795 "parking_lot",
 4796 "paths",
 4797 "project",
 4798 "release_channel",
 4799 "remote",
 4800 "reqwest_client",
 4801 "schemars",
 4802 "semantic_version",
 4803 "serde",
 4804 "serde_json",
 4805 "serde_json_lenient",
 4806 "settings",
 4807 "task",
 4808 "telemetry",
 4809 "tempfile",
 4810 "theme",
 4811 "theme_extension",
 4812 "toml 0.8.20",
 4813 "url",
 4814 "util",
 4815 "wasmparser 0.221.3",
 4816 "wasmtime",
 4817 "wasmtime-wasi",
 4818]
 4819
 4820[[package]]
 4821name = "extensions_ui"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "anyhow",
 4825 "client",
 4826 "collections",
 4827 "db",
 4828 "editor",
 4829 "extension_host",
 4830 "fs",
 4831 "fuzzy",
 4832 "gpui",
 4833 "language",
 4834 "num-format",
 4835 "picker",
 4836 "project",
 4837 "release_channel",
 4838 "semantic_version",
 4839 "serde",
 4840 "settings",
 4841 "smallvec",
 4842 "strum",
 4843 "telemetry",
 4844 "theme",
 4845 "ui",
 4846 "util",
 4847 "vim_mode_setting",
 4848 "workspace",
 4849 "zed_actions",
 4850]
 4851
 4852[[package]]
 4853name = "fallible-iterator"
 4854version = "0.3.0"
 4855source = "registry+https://github.com/rust-lang/crates.io-index"
 4856checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4857
 4858[[package]]
 4859name = "fancy-regex"
 4860version = "0.13.0"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4863dependencies = [
 4864 "bit-set 0.5.3",
 4865 "regex-automata 0.4.9",
 4866 "regex-syntax 0.8.5",
 4867]
 4868
 4869[[package]]
 4870name = "fancy-regex"
 4871version = "0.14.0"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4874dependencies = [
 4875 "bit-set 0.8.0",
 4876 "regex-automata 0.4.9",
 4877 "regex-syntax 0.8.5",
 4878]
 4879
 4880[[package]]
 4881name = "fast-srgb8"
 4882version = "1.0.0"
 4883source = "registry+https://github.com/rust-lang/crates.io-index"
 4884checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4885
 4886[[package]]
 4887name = "fastrand"
 4888version = "1.9.0"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4891dependencies = [
 4892 "instant",
 4893]
 4894
 4895[[package]]
 4896name = "fastrand"
 4897version = "2.3.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4900
 4901[[package]]
 4902name = "fd-lock"
 4903version = "4.0.2"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4906dependencies = [
 4907 "cfg-if",
 4908 "rustix",
 4909 "windows-sys 0.52.0",
 4910]
 4911
 4912[[package]]
 4913name = "fdeflate"
 4914version = "0.3.7"
 4915source = "registry+https://github.com/rust-lang/crates.io-index"
 4916checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4917dependencies = [
 4918 "simd-adler32",
 4919]
 4920
 4921[[package]]
 4922name = "feature_flags"
 4923version = "0.1.0"
 4924dependencies = [
 4925 "futures 0.3.31",
 4926 "gpui",
 4927 "smol",
 4928]
 4929
 4930[[package]]
 4931name = "feedback"
 4932version = "0.1.0"
 4933dependencies = [
 4934 "client",
 4935 "editor",
 4936 "gpui",
 4937 "human_bytes",
 4938 "menu",
 4939 "release_channel",
 4940 "serde",
 4941 "sysinfo",
 4942 "ui",
 4943 "urlencoding",
 4944 "util",
 4945 "workspace",
 4946 "zed_actions",
 4947]
 4948
 4949[[package]]
 4950name = "ff"
 4951version = "0.12.1"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4954dependencies = [
 4955 "rand_core 0.6.4",
 4956 "subtle",
 4957]
 4958
 4959[[package]]
 4960name = "file_finder"
 4961version = "0.1.0"
 4962dependencies = [
 4963 "anyhow",
 4964 "collections",
 4965 "ctor",
 4966 "editor",
 4967 "env_logger 0.11.7",
 4968 "file_icons",
 4969 "futures 0.3.31",
 4970 "fuzzy",
 4971 "gpui",
 4972 "language",
 4973 "menu",
 4974 "picker",
 4975 "project",
 4976 "schemars",
 4977 "serde",
 4978 "serde_derive",
 4979 "serde_json",
 4980 "settings",
 4981 "text",
 4982 "theme",
 4983 "ui",
 4984 "util",
 4985 "workspace",
 4986]
 4987
 4988[[package]]
 4989name = "file_icons"
 4990version = "0.1.0"
 4991dependencies = [
 4992 "gpui",
 4993 "serde",
 4994 "settings",
 4995 "theme",
 4996 "util",
 4997]
 4998
 4999[[package]]
 5000name = "filedescriptor"
 5001version = "0.8.3"
 5002source = "registry+https://github.com/rust-lang/crates.io-index"
 5003checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5004dependencies = [
 5005 "libc",
 5006 "thiserror 1.0.69",
 5007 "winapi",
 5008]
 5009
 5010[[package]]
 5011name = "filetime"
 5012version = "0.2.25"
 5013source = "registry+https://github.com/rust-lang/crates.io-index"
 5014checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5015dependencies = [
 5016 "cfg-if",
 5017 "libc",
 5018 "libredox",
 5019 "windows-sys 0.59.0",
 5020]
 5021
 5022[[package]]
 5023name = "fixedbitset"
 5024version = "0.4.2"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5027
 5028[[package]]
 5029name = "flate2"
 5030version = "1.0.35"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5033dependencies = [
 5034 "crc32fast",
 5035 "miniz_oxide",
 5036]
 5037
 5038[[package]]
 5039name = "float-cmp"
 5040version = "0.9.0"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5043
 5044[[package]]
 5045name = "float-ord"
 5046version = "0.3.2"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5049
 5050[[package]]
 5051name = "float_next_after"
 5052version = "1.0.0"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5055
 5056[[package]]
 5057name = "flume"
 5058version = "0.11.1"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5061dependencies = [
 5062 "futures-core",
 5063 "futures-sink",
 5064 "nanorand",
 5065 "spin",
 5066]
 5067
 5068[[package]]
 5069name = "fnv"
 5070version = "1.0.7"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5073
 5074[[package]]
 5075name = "foldhash"
 5076version = "0.1.3"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5079
 5080[[package]]
 5081name = "font-kit"
 5082version = "0.14.1"
 5083source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5084dependencies = [
 5085 "bitflags 2.8.0",
 5086 "byteorder",
 5087 "core-foundation 0.9.4",
 5088 "core-graphics 0.23.2",
 5089 "core-text",
 5090 "dirs 5.0.1",
 5091 "dwrote",
 5092 "float-ord",
 5093 "freetype-sys",
 5094 "lazy_static",
 5095 "libc",
 5096 "log",
 5097 "pathfinder_geometry",
 5098 "pathfinder_simd",
 5099 "walkdir",
 5100 "winapi",
 5101 "yeslogic-fontconfig-sys",
 5102]
 5103
 5104[[package]]
 5105name = "font-types"
 5106version = "0.8.3"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5109dependencies = [
 5110 "bytemuck",
 5111]
 5112
 5113[[package]]
 5114name = "fontconfig-parser"
 5115version = "0.5.7"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5118dependencies = [
 5119 "roxmltree",
 5120]
 5121
 5122[[package]]
 5123name = "fontdb"
 5124version = "0.16.2"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5127dependencies = [
 5128 "fontconfig-parser",
 5129 "log",
 5130 "memmap2",
 5131 "slotmap",
 5132 "tinyvec",
 5133 "ttf-parser 0.20.0",
 5134]
 5135
 5136[[package]]
 5137name = "fontdb"
 5138version = "0.23.0"
 5139source = "registry+https://github.com/rust-lang/crates.io-index"
 5140checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5141dependencies = [
 5142 "fontconfig-parser",
 5143 "log",
 5144 "memmap2",
 5145 "slotmap",
 5146 "tinyvec",
 5147 "ttf-parser 0.25.1",
 5148]
 5149
 5150[[package]]
 5151name = "foreign-types"
 5152version = "0.3.2"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5155dependencies = [
 5156 "foreign-types-shared 0.1.1",
 5157]
 5158
 5159[[package]]
 5160name = "foreign-types"
 5161version = "0.5.0"
 5162source = "registry+https://github.com/rust-lang/crates.io-index"
 5163checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5164dependencies = [
 5165 "foreign-types-macros",
 5166 "foreign-types-shared 0.3.1",
 5167]
 5168
 5169[[package]]
 5170name = "foreign-types-macros"
 5171version = "0.2.3"
 5172source = "registry+https://github.com/rust-lang/crates.io-index"
 5173checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5174dependencies = [
 5175 "proc-macro2",
 5176 "quote",
 5177 "syn 2.0.100",
 5178]
 5179
 5180[[package]]
 5181name = "foreign-types-shared"
 5182version = "0.1.1"
 5183source = "registry+https://github.com/rust-lang/crates.io-index"
 5184checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5185
 5186[[package]]
 5187name = "foreign-types-shared"
 5188version = "0.3.1"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5191
 5192[[package]]
 5193name = "fork"
 5194version = "0.2.0"
 5195source = "registry+https://github.com/rust-lang/crates.io-index"
 5196checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5197dependencies = [
 5198 "libc",
 5199]
 5200
 5201[[package]]
 5202name = "form_urlencoded"
 5203version = "1.2.1"
 5204source = "registry+https://github.com/rust-lang/crates.io-index"
 5205checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5206dependencies = [
 5207 "percent-encoding",
 5208]
 5209
 5210[[package]]
 5211name = "freetype-sys"
 5212version = "0.20.1"
 5213source = "registry+https://github.com/rust-lang/crates.io-index"
 5214checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5215dependencies = [
 5216 "cc",
 5217 "libc",
 5218 "pkg-config",
 5219]
 5220
 5221[[package]]
 5222name = "fs"
 5223version = "0.1.0"
 5224dependencies = [
 5225 "anyhow",
 5226 "ashpd",
 5227 "async-tar",
 5228 "async-trait",
 5229 "cocoa 0.26.0",
 5230 "collections",
 5231 "fsevent",
 5232 "futures 0.3.31",
 5233 "git",
 5234 "gpui",
 5235 "ignore",
 5236 "libc",
 5237 "log",
 5238 "notify 6.1.1",
 5239 "objc",
 5240 "parking_lot",
 5241 "paths",
 5242 "proto",
 5243 "rope",
 5244 "serde",
 5245 "serde_json",
 5246 "smol",
 5247 "tempfile",
 5248 "text",
 5249 "time",
 5250 "util",
 5251 "windows 0.61.1",
 5252]
 5253
 5254[[package]]
 5255name = "fs-set-times"
 5256version = "0.20.2"
 5257source = "registry+https://github.com/rust-lang/crates.io-index"
 5258checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5259dependencies = [
 5260 "io-lifetimes",
 5261 "rustix",
 5262 "windows-sys 0.59.0",
 5263]
 5264
 5265[[package]]
 5266name = "fs2"
 5267version = "0.4.3"
 5268source = "registry+https://github.com/rust-lang/crates.io-index"
 5269checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5270dependencies = [
 5271 "libc",
 5272 "winapi",
 5273]
 5274
 5275[[package]]
 5276name = "fs_extra"
 5277version = "1.3.0"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5280
 5281[[package]]
 5282name = "fsevent"
 5283version = "0.1.0"
 5284dependencies = [
 5285 "bitflags 2.8.0",
 5286 "core-foundation 0.9.4",
 5287 "fsevent-sys 3.1.0",
 5288 "parking_lot",
 5289 "tempfile",
 5290]
 5291
 5292[[package]]
 5293name = "fsevent-sys"
 5294version = "3.1.0"
 5295source = "registry+https://github.com/rust-lang/crates.io-index"
 5296checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5297dependencies = [
 5298 "libc",
 5299]
 5300
 5301[[package]]
 5302name = "fsevent-sys"
 5303version = "4.1.0"
 5304source = "registry+https://github.com/rust-lang/crates.io-index"
 5305checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5306dependencies = [
 5307 "libc",
 5308]
 5309
 5310[[package]]
 5311name = "funty"
 5312version = "2.0.0"
 5313source = "registry+https://github.com/rust-lang/crates.io-index"
 5314checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5315
 5316[[package]]
 5317name = "futf"
 5318version = "0.1.5"
 5319source = "registry+https://github.com/rust-lang/crates.io-index"
 5320checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5321dependencies = [
 5322 "mac",
 5323 "new_debug_unreachable",
 5324]
 5325
 5326[[package]]
 5327name = "futures"
 5328version = "0.1.31"
 5329source = "registry+https://github.com/rust-lang/crates.io-index"
 5330checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5331
 5332[[package]]
 5333name = "futures"
 5334version = "0.3.31"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5337dependencies = [
 5338 "futures-channel",
 5339 "futures-core",
 5340 "futures-executor",
 5341 "futures-io",
 5342 "futures-sink",
 5343 "futures-task",
 5344 "futures-util",
 5345]
 5346
 5347[[package]]
 5348name = "futures-batch"
 5349version = "0.6.1"
 5350source = "registry+https://github.com/rust-lang/crates.io-index"
 5351checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5352dependencies = [
 5353 "futures 0.3.31",
 5354 "futures-timer",
 5355 "pin-utils",
 5356]
 5357
 5358[[package]]
 5359name = "futures-channel"
 5360version = "0.3.31"
 5361source = "registry+https://github.com/rust-lang/crates.io-index"
 5362checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5363dependencies = [
 5364 "futures-core",
 5365 "futures-sink",
 5366]
 5367
 5368[[package]]
 5369name = "futures-core"
 5370version = "0.3.31"
 5371source = "registry+https://github.com/rust-lang/crates.io-index"
 5372checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5373
 5374[[package]]
 5375name = "futures-executor"
 5376version = "0.3.31"
 5377source = "registry+https://github.com/rust-lang/crates.io-index"
 5378checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5379dependencies = [
 5380 "futures-core",
 5381 "futures-task",
 5382 "futures-util",
 5383]
 5384
 5385[[package]]
 5386name = "futures-intrusive"
 5387version = "0.5.0"
 5388source = "registry+https://github.com/rust-lang/crates.io-index"
 5389checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5390dependencies = [
 5391 "futures-core",
 5392 "lock_api",
 5393 "parking_lot",
 5394]
 5395
 5396[[package]]
 5397name = "futures-io"
 5398version = "0.3.31"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5401
 5402[[package]]
 5403name = "futures-lite"
 5404version = "1.13.0"
 5405source = "registry+https://github.com/rust-lang/crates.io-index"
 5406checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5407dependencies = [
 5408 "fastrand 1.9.0",
 5409 "futures-core",
 5410 "futures-io",
 5411 "memchr",
 5412 "parking",
 5413 "pin-project-lite",
 5414 "waker-fn",
 5415]
 5416
 5417[[package]]
 5418name = "futures-lite"
 5419version = "2.6.0"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5422dependencies = [
 5423 "fastrand 2.3.0",
 5424 "futures-core",
 5425 "futures-io",
 5426 "parking",
 5427 "pin-project-lite",
 5428]
 5429
 5430[[package]]
 5431name = "futures-macro"
 5432version = "0.3.31"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5435dependencies = [
 5436 "proc-macro2",
 5437 "quote",
 5438 "syn 2.0.100",
 5439]
 5440
 5441[[package]]
 5442name = "futures-sink"
 5443version = "0.3.31"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5446
 5447[[package]]
 5448name = "futures-task"
 5449version = "0.3.31"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5452
 5453[[package]]
 5454name = "futures-timer"
 5455version = "3.0.3"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5458
 5459[[package]]
 5460name = "futures-util"
 5461version = "0.3.31"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5464dependencies = [
 5465 "futures 0.1.31",
 5466 "futures-channel",
 5467 "futures-core",
 5468 "futures-io",
 5469 "futures-macro",
 5470 "futures-sink",
 5471 "futures-task",
 5472 "memchr",
 5473 "pin-project-lite",
 5474 "pin-utils",
 5475 "slab",
 5476 "tokio-io",
 5477]
 5478
 5479[[package]]
 5480name = "fuzzy"
 5481version = "0.1.0"
 5482dependencies = [
 5483 "gpui",
 5484 "log",
 5485 "util",
 5486]
 5487
 5488[[package]]
 5489name = "fuzzy-matcher"
 5490version = "0.3.7"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5493dependencies = [
 5494 "thread_local",
 5495]
 5496
 5497[[package]]
 5498name = "generic-array"
 5499version = "0.14.7"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5502dependencies = [
 5503 "typenum",
 5504 "version_check",
 5505]
 5506
 5507[[package]]
 5508name = "gethostname"
 5509version = "0.4.3"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5512dependencies = [
 5513 "libc",
 5514 "windows-targets 0.48.5",
 5515]
 5516
 5517[[package]]
 5518name = "getrandom"
 5519version = "0.1.16"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5522dependencies = [
 5523 "cfg-if",
 5524 "libc",
 5525 "wasi 0.9.0+wasi-snapshot-preview1",
 5526]
 5527
 5528[[package]]
 5529name = "getrandom"
 5530version = "0.2.15"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5533dependencies = [
 5534 "cfg-if",
 5535 "js-sys",
 5536 "libc",
 5537 "wasi 0.11.0+wasi-snapshot-preview1",
 5538 "wasm-bindgen",
 5539]
 5540
 5541[[package]]
 5542name = "getrandom"
 5543version = "0.3.1"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5546dependencies = [
 5547 "cfg-if",
 5548 "libc",
 5549 "wasi 0.13.3+wasi-0.2.2",
 5550 "windows-targets 0.52.6",
 5551]
 5552
 5553[[package]]
 5554name = "gif"
 5555version = "0.13.1"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5558dependencies = [
 5559 "color_quant",
 5560 "weezl",
 5561]
 5562
 5563[[package]]
 5564name = "gimli"
 5565version = "0.31.1"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5568dependencies = [
 5569 "fallible-iterator",
 5570 "indexmap",
 5571 "stable_deref_trait",
 5572]
 5573
 5574[[package]]
 5575name = "git"
 5576version = "0.1.0"
 5577dependencies = [
 5578 "anyhow",
 5579 "askpass",
 5580 "async-trait",
 5581 "collections",
 5582 "derive_more",
 5583 "futures 0.3.31",
 5584 "git2",
 5585 "gpui",
 5586 "http_client",
 5587 "log",
 5588 "parking_lot",
 5589 "pretty_assertions",
 5590 "regex",
 5591 "rope",
 5592 "schemars",
 5593 "serde",
 5594 "serde_json",
 5595 "smol",
 5596 "sum_tree",
 5597 "tempfile",
 5598 "text",
 5599 "thiserror 2.0.12",
 5600 "time",
 5601 "unindent",
 5602 "url",
 5603 "util",
 5604 "uuid",
 5605]
 5606
 5607[[package]]
 5608name = "git2"
 5609version = "0.20.1"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5612dependencies = [
 5613 "bitflags 2.8.0",
 5614 "libc",
 5615 "libgit2-sys",
 5616 "log",
 5617 "url",
 5618]
 5619
 5620[[package]]
 5621name = "git_hosting_providers"
 5622version = "0.1.0"
 5623dependencies = [
 5624 "anyhow",
 5625 "async-trait",
 5626 "futures 0.3.31",
 5627 "git",
 5628 "gpui",
 5629 "http_client",
 5630 "indoc",
 5631 "pretty_assertions",
 5632 "regex",
 5633 "schemars",
 5634 "serde",
 5635 "serde_json",
 5636 "settings",
 5637 "url",
 5638 "util",
 5639]
 5640
 5641[[package]]
 5642name = "git_ui"
 5643version = "0.1.0"
 5644dependencies = [
 5645 "anyhow",
 5646 "askpass",
 5647 "assistant_settings",
 5648 "buffer_diff",
 5649 "chrono",
 5650 "collections",
 5651 "command_palette_hooks",
 5652 "component",
 5653 "ctor",
 5654 "db",
 5655 "editor",
 5656 "env_logger 0.11.7",
 5657 "futures 0.3.31",
 5658 "fuzzy",
 5659 "git",
 5660 "gpui",
 5661 "itertools 0.14.0",
 5662 "language",
 5663 "language_model",
 5664 "linkify",
 5665 "linkme",
 5666 "log",
 5667 "menu",
 5668 "multi_buffer",
 5669 "notifications",
 5670 "panel",
 5671 "picker",
 5672 "postage",
 5673 "pretty_assertions",
 5674 "project",
 5675 "schemars",
 5676 "serde",
 5677 "serde_derive",
 5678 "serde_json",
 5679 "settings",
 5680 "strum",
 5681 "telemetry",
 5682 "theme",
 5683 "time",
 5684 "time_format",
 5685 "ui",
 5686 "unindent",
 5687 "util",
 5688 "windows 0.61.1",
 5689 "workspace",
 5690 "zed_actions",
 5691]
 5692
 5693[[package]]
 5694name = "glob"
 5695version = "0.3.1"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5698
 5699[[package]]
 5700name = "globset"
 5701version = "0.4.16"
 5702source = "registry+https://github.com/rust-lang/crates.io-index"
 5703checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5704dependencies = [
 5705 "aho-corasick",
 5706 "bstr",
 5707 "log",
 5708 "regex-automata 0.4.9",
 5709 "regex-syntax 0.8.5",
 5710]
 5711
 5712[[package]]
 5713name = "gloo-timers"
 5714version = "0.3.0"
 5715source = "registry+https://github.com/rust-lang/crates.io-index"
 5716checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5717dependencies = [
 5718 "futures-channel",
 5719 "futures-core",
 5720 "js-sys",
 5721 "wasm-bindgen",
 5722]
 5723
 5724[[package]]
 5725name = "glow"
 5726version = "0.14.2"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5729dependencies = [
 5730 "js-sys",
 5731 "slotmap",
 5732 "wasm-bindgen",
 5733 "web-sys",
 5734]
 5735
 5736[[package]]
 5737name = "go_to_line"
 5738version = "0.1.0"
 5739dependencies = [
 5740 "anyhow",
 5741 "editor",
 5742 "gpui",
 5743 "indoc",
 5744 "language",
 5745 "menu",
 5746 "project",
 5747 "rope",
 5748 "schemars",
 5749 "serde",
 5750 "serde_json",
 5751 "settings",
 5752 "text",
 5753 "theme",
 5754 "tree-sitter-rust",
 5755 "tree-sitter-typescript",
 5756 "ui",
 5757 "util",
 5758 "workspace",
 5759]
 5760
 5761[[package]]
 5762name = "google_ai"
 5763version = "0.1.0"
 5764dependencies = [
 5765 "anyhow",
 5766 "futures 0.3.31",
 5767 "http_client",
 5768 "schemars",
 5769 "serde",
 5770 "serde_json",
 5771 "strum",
 5772]
 5773
 5774[[package]]
 5775name = "gpu-alloc"
 5776version = "0.6.0"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5779dependencies = [
 5780 "bitflags 2.8.0",
 5781 "gpu-alloc-types",
 5782]
 5783
 5784[[package]]
 5785name = "gpu-alloc-ash"
 5786version = "0.7.0"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5789dependencies = [
 5790 "ash",
 5791 "gpu-alloc-types",
 5792 "tinyvec",
 5793]
 5794
 5795[[package]]
 5796name = "gpu-alloc-types"
 5797version = "0.3.0"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5800dependencies = [
 5801 "bitflags 2.8.0",
 5802]
 5803
 5804[[package]]
 5805name = "gpui"
 5806version = "0.1.0"
 5807dependencies = [
 5808 "anyhow",
 5809 "as-raw-xcb-connection",
 5810 "ashpd",
 5811 "async-task",
 5812 "backtrace",
 5813 "bindgen 0.70.1",
 5814 "blade-graphics",
 5815 "blade-macros",
 5816 "blade-util",
 5817 "block",
 5818 "bytemuck",
 5819 "calloop",
 5820 "calloop-wayland-source",
 5821 "cbindgen 0.28.0",
 5822 "cocoa 0.26.0",
 5823 "collections",
 5824 "core-foundation 0.9.4",
 5825 "core-foundation-sys",
 5826 "core-graphics 0.23.2",
 5827 "core-text",
 5828 "cosmic-text",
 5829 "ctor",
 5830 "derive_more",
 5831 "embed-resource",
 5832 "env_logger 0.11.7",
 5833 "etagere",
 5834 "filedescriptor",
 5835 "flume",
 5836 "font-kit",
 5837 "foreign-types 0.5.0",
 5838 "futures 0.3.31",
 5839 "gpui_macros",
 5840 "http_client",
 5841 "image",
 5842 "inventory",
 5843 "itertools 0.14.0",
 5844 "log",
 5845 "lyon",
 5846 "media",
 5847 "metal",
 5848 "naga",
 5849 "num_cpus",
 5850 "objc",
 5851 "objc2",
 5852 "objc2-metal",
 5853 "oo7",
 5854 "open",
 5855 "parking",
 5856 "parking_lot",
 5857 "pathfinder_geometry",
 5858 "postage",
 5859 "profiling",
 5860 "rand 0.8.5",
 5861 "raw-window-handle",
 5862 "refineable",
 5863 "reqwest_client",
 5864 "resvg",
 5865 "schemars",
 5866 "seahash",
 5867 "semantic_version",
 5868 "serde",
 5869 "serde_derive",
 5870 "serde_json",
 5871 "slotmap",
 5872 "smallvec",
 5873 "smol",
 5874 "strum",
 5875 "sum_tree",
 5876 "taffy",
 5877 "thiserror 2.0.12",
 5878 "unicode-segmentation",
 5879 "usvg",
 5880 "util",
 5881 "uuid",
 5882 "waker-fn",
 5883 "wayland-backend",
 5884 "wayland-client",
 5885 "wayland-cursor",
 5886 "wayland-protocols",
 5887 "wayland-protocols-plasma",
 5888 "windows 0.61.1",
 5889 "windows-core 0.61.0",
 5890 "windows-numerics",
 5891 "x11-clipboard",
 5892 "x11rb",
 5893 "xim",
 5894 "xkbcommon",
 5895]
 5896
 5897[[package]]
 5898name = "gpui_macros"
 5899version = "0.1.0"
 5900dependencies = [
 5901 "gpui",
 5902 "proc-macro2",
 5903 "quote",
 5904 "syn 1.0.109",
 5905]
 5906
 5907[[package]]
 5908name = "gpui_tokio"
 5909version = "0.1.0"
 5910dependencies = [
 5911 "gpui",
 5912 "tokio",
 5913 "util",
 5914]
 5915
 5916[[package]]
 5917name = "grid"
 5918version = "0.13.0"
 5919source = "registry+https://github.com/rust-lang/crates.io-index"
 5920checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5921
 5922[[package]]
 5923name = "group"
 5924version = "0.12.1"
 5925source = "registry+https://github.com/rust-lang/crates.io-index"
 5926checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5927dependencies = [
 5928 "ff",
 5929 "rand_core 0.6.4",
 5930 "subtle",
 5931]
 5932
 5933[[package]]
 5934name = "h2"
 5935version = "0.3.26"
 5936source = "registry+https://github.com/rust-lang/crates.io-index"
 5937checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5938dependencies = [
 5939 "bytes 1.10.1",
 5940 "fnv",
 5941 "futures-core",
 5942 "futures-sink",
 5943 "futures-util",
 5944 "http 0.2.12",
 5945 "indexmap",
 5946 "slab",
 5947 "tokio",
 5948 "tokio-util",
 5949 "tracing",
 5950]
 5951
 5952[[package]]
 5953name = "h2"
 5954version = "0.4.7"
 5955source = "registry+https://github.com/rust-lang/crates.io-index"
 5956checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5957dependencies = [
 5958 "atomic-waker",
 5959 "bytes 1.10.1",
 5960 "fnv",
 5961 "futures-core",
 5962 "futures-sink",
 5963 "http 1.2.0",
 5964 "indexmap",
 5965 "slab",
 5966 "tokio",
 5967 "tokio-util",
 5968 "tracing",
 5969]
 5970
 5971[[package]]
 5972name = "half"
 5973version = "2.4.1"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5976dependencies = [
 5977 "cfg-if",
 5978 "crunchy",
 5979]
 5980
 5981[[package]]
 5982name = "handlebars"
 5983version = "4.5.0"
 5984source = "registry+https://github.com/rust-lang/crates.io-index"
 5985checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5986dependencies = [
 5987 "log",
 5988 "pest",
 5989 "pest_derive",
 5990 "serde",
 5991 "serde_json",
 5992 "thiserror 1.0.69",
 5993]
 5994
 5995[[package]]
 5996name = "handlebars"
 5997version = "6.2.0"
 5998source = "registry+https://github.com/rust-lang/crates.io-index"
 5999checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6000dependencies = [
 6001 "log",
 6002 "num-order",
 6003 "pest",
 6004 "pest_derive",
 6005 "serde",
 6006 "serde_json",
 6007 "thiserror 1.0.69",
 6008]
 6009
 6010[[package]]
 6011name = "hashbrown"
 6012version = "0.12.3"
 6013source = "registry+https://github.com/rust-lang/crates.io-index"
 6014checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6015dependencies = [
 6016 "ahash 0.7.8",
 6017]
 6018
 6019[[package]]
 6020name = "hashbrown"
 6021version = "0.14.5"
 6022source = "registry+https://github.com/rust-lang/crates.io-index"
 6023checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6024dependencies = [
 6025 "ahash 0.8.11",
 6026 "allocator-api2",
 6027]
 6028
 6029[[package]]
 6030name = "hashbrown"
 6031version = "0.15.2"
 6032source = "registry+https://github.com/rust-lang/crates.io-index"
 6033checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6034dependencies = [
 6035 "allocator-api2",
 6036 "equivalent",
 6037 "foldhash",
 6038 "serde",
 6039]
 6040
 6041[[package]]
 6042name = "hashlink"
 6043version = "0.8.4"
 6044source = "registry+https://github.com/rust-lang/crates.io-index"
 6045checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6046dependencies = [
 6047 "hashbrown 0.14.5",
 6048]
 6049
 6050[[package]]
 6051name = "hashlink"
 6052version = "0.10.0"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6055dependencies = [
 6056 "hashbrown 0.15.2",
 6057]
 6058
 6059[[package]]
 6060name = "headers"
 6061version = "0.3.9"
 6062source = "registry+https://github.com/rust-lang/crates.io-index"
 6063checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6064dependencies = [
 6065 "base64 0.21.7",
 6066 "bytes 1.10.1",
 6067 "headers-core",
 6068 "http 0.2.12",
 6069 "httpdate",
 6070 "mime",
 6071 "sha1",
 6072]
 6073
 6074[[package]]
 6075name = "headers-core"
 6076version = "0.2.0"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6079dependencies = [
 6080 "http 0.2.12",
 6081]
 6082
 6083[[package]]
 6084name = "heck"
 6085version = "0.3.3"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6088dependencies = [
 6089 "unicode-segmentation",
 6090]
 6091
 6092[[package]]
 6093name = "heck"
 6094version = "0.4.1"
 6095source = "registry+https://github.com/rust-lang/crates.io-index"
 6096checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6097dependencies = [
 6098 "unicode-segmentation",
 6099]
 6100
 6101[[package]]
 6102name = "heck"
 6103version = "0.5.0"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6106
 6107[[package]]
 6108name = "heed"
 6109version = "0.21.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6112dependencies = [
 6113 "bitflags 2.8.0",
 6114 "byteorder",
 6115 "heed-traits",
 6116 "heed-types",
 6117 "libc",
 6118 "lmdb-master-sys",
 6119 "once_cell",
 6120 "page_size",
 6121 "serde",
 6122 "synchronoise",
 6123 "url",
 6124]
 6125
 6126[[package]]
 6127name = "heed-traits"
 6128version = "0.20.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6131
 6132[[package]]
 6133name = "heed-types"
 6134version = "0.21.0"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6137dependencies = [
 6138 "bincode",
 6139 "byteorder",
 6140 "heed-traits",
 6141 "serde",
 6142 "serde_json",
 6143]
 6144
 6145[[package]]
 6146name = "hermit-abi"
 6147version = "0.3.9"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6150
 6151[[package]]
 6152name = "hermit-abi"
 6153version = "0.4.0"
 6154source = "registry+https://github.com/rust-lang/crates.io-index"
 6155checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6156
 6157[[package]]
 6158name = "hex"
 6159version = "0.4.3"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6162
 6163[[package]]
 6164name = "hexf-parse"
 6165version = "0.2.1"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6168
 6169[[package]]
 6170name = "hidden-trait"
 6171version = "0.1.2"
 6172source = "registry+https://github.com/rust-lang/crates.io-index"
 6173checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6174dependencies = [
 6175 "proc-macro2",
 6176 "quote",
 6177 "syn 1.0.109",
 6178]
 6179
 6180[[package]]
 6181name = "hkdf"
 6182version = "0.12.4"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6185dependencies = [
 6186 "hmac",
 6187]
 6188
 6189[[package]]
 6190name = "hmac"
 6191version = "0.12.1"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6194dependencies = [
 6195 "digest",
 6196]
 6197
 6198[[package]]
 6199name = "home"
 6200version = "0.5.9"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6203dependencies = [
 6204 "windows-sys 0.52.0",
 6205]
 6206
 6207[[package]]
 6208name = "hound"
 6209version = "3.5.1"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6212
 6213[[package]]
 6214name = "html5ever"
 6215version = "0.27.0"
 6216source = "registry+https://github.com/rust-lang/crates.io-index"
 6217checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6218dependencies = [
 6219 "log",
 6220 "mac",
 6221 "markup5ever",
 6222 "proc-macro2",
 6223 "quote",
 6224 "syn 2.0.100",
 6225]
 6226
 6227[[package]]
 6228name = "html_to_markdown"
 6229version = "0.1.0"
 6230dependencies = [
 6231 "anyhow",
 6232 "html5ever",
 6233 "indoc",
 6234 "markup5ever_rcdom",
 6235 "pretty_assertions",
 6236 "regex",
 6237]
 6238
 6239[[package]]
 6240name = "http"
 6241version = "0.2.12"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6244dependencies = [
 6245 "bytes 1.10.1",
 6246 "fnv",
 6247 "itoa",
 6248]
 6249
 6250[[package]]
 6251name = "http"
 6252version = "1.2.0"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6255dependencies = [
 6256 "bytes 1.10.1",
 6257 "fnv",
 6258 "itoa",
 6259]
 6260
 6261[[package]]
 6262name = "http-body"
 6263version = "0.4.6"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6266dependencies = [
 6267 "bytes 1.10.1",
 6268 "http 0.2.12",
 6269 "pin-project-lite",
 6270]
 6271
 6272[[package]]
 6273name = "http-body"
 6274version = "1.0.1"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6277dependencies = [
 6278 "bytes 1.10.1",
 6279 "http 1.2.0",
 6280]
 6281
 6282[[package]]
 6283name = "http-body-util"
 6284version = "0.1.2"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6287dependencies = [
 6288 "bytes 1.10.1",
 6289 "futures-util",
 6290 "http 1.2.0",
 6291 "http-body 1.0.1",
 6292 "pin-project-lite",
 6293]
 6294
 6295[[package]]
 6296name = "http-range-header"
 6297version = "0.3.1"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6300
 6301[[package]]
 6302name = "http-types"
 6303version = "2.12.0"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6306dependencies = [
 6307 "anyhow",
 6308 "async-channel 1.9.0",
 6309 "base64 0.13.1",
 6310 "futures-lite 1.13.0",
 6311 "http 0.2.12",
 6312 "infer",
 6313 "pin-project-lite",
 6314 "rand 0.7.3",
 6315 "serde",
 6316 "serde_json",
 6317 "serde_qs 0.8.5",
 6318 "serde_urlencoded",
 6319 "url",
 6320]
 6321
 6322[[package]]
 6323name = "http_client"
 6324version = "0.1.0"
 6325dependencies = [
 6326 "anyhow",
 6327 "bytes 1.10.1",
 6328 "derive_more",
 6329 "futures 0.3.31",
 6330 "http 1.2.0",
 6331 "log",
 6332 "serde",
 6333 "serde_json",
 6334 "url",
 6335]
 6336
 6337[[package]]
 6338name = "http_client_tls"
 6339version = "0.1.0"
 6340dependencies = [
 6341 "rustls 0.23.25",
 6342 "rustls-platform-verifier",
 6343]
 6344
 6345[[package]]
 6346name = "httparse"
 6347version = "1.9.5"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6350
 6351[[package]]
 6352name = "httpdate"
 6353version = "1.0.3"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6356
 6357[[package]]
 6358name = "human_bytes"
 6359version = "0.4.3"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6362
 6363[[package]]
 6364name = "humantime"
 6365version = "2.1.0"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6368
 6369[[package]]
 6370name = "hyper"
 6371version = "0.14.32"
 6372source = "registry+https://github.com/rust-lang/crates.io-index"
 6373checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6374dependencies = [
 6375 "bytes 1.10.1",
 6376 "futures-channel",
 6377 "futures-core",
 6378 "futures-util",
 6379 "h2 0.3.26",
 6380 "http 0.2.12",
 6381 "http-body 0.4.6",
 6382 "httparse",
 6383 "httpdate",
 6384 "itoa",
 6385 "pin-project-lite",
 6386 "socket2",
 6387 "tokio",
 6388 "tower-service",
 6389 "tracing",
 6390 "want",
 6391]
 6392
 6393[[package]]
 6394name = "hyper"
 6395version = "1.5.1"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6398dependencies = [
 6399 "bytes 1.10.1",
 6400 "futures-channel",
 6401 "futures-util",
 6402 "h2 0.4.7",
 6403 "http 1.2.0",
 6404 "http-body 1.0.1",
 6405 "httparse",
 6406 "itoa",
 6407 "pin-project-lite",
 6408 "smallvec",
 6409 "tokio",
 6410 "want",
 6411]
 6412
 6413[[package]]
 6414name = "hyper-rustls"
 6415version = "0.24.2"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6418dependencies = [
 6419 "futures-util",
 6420 "http 0.2.12",
 6421 "hyper 0.14.32",
 6422 "log",
 6423 "rustls 0.21.12",
 6424 "rustls-native-certs 0.6.3",
 6425 "tokio",
 6426 "tokio-rustls 0.24.1",
 6427]
 6428
 6429[[package]]
 6430name = "hyper-rustls"
 6431version = "0.27.3"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6434dependencies = [
 6435 "futures-util",
 6436 "http 1.2.0",
 6437 "hyper 1.5.1",
 6438 "hyper-util",
 6439 "rustls 0.23.25",
 6440 "rustls-native-certs 0.8.1",
 6441 "rustls-pki-types",
 6442 "tokio",
 6443 "tokio-rustls 0.26.1",
 6444 "tower-service",
 6445]
 6446
 6447[[package]]
 6448name = "hyper-tls"
 6449version = "0.5.0"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6452dependencies = [
 6453 "bytes 1.10.1",
 6454 "hyper 0.14.32",
 6455 "native-tls",
 6456 "tokio",
 6457 "tokio-native-tls",
 6458]
 6459
 6460[[package]]
 6461name = "hyper-util"
 6462version = "0.1.10"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6465dependencies = [
 6466 "bytes 1.10.1",
 6467 "futures-channel",
 6468 "futures-util",
 6469 "http 1.2.0",
 6470 "http-body 1.0.1",
 6471 "hyper 1.5.1",
 6472 "pin-project-lite",
 6473 "socket2",
 6474 "tokio",
 6475 "tower-service",
 6476 "tracing",
 6477]
 6478
 6479[[package]]
 6480name = "iana-time-zone"
 6481version = "0.1.61"
 6482source = "registry+https://github.com/rust-lang/crates.io-index"
 6483checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6484dependencies = [
 6485 "android_system_properties",
 6486 "core-foundation-sys",
 6487 "iana-time-zone-haiku",
 6488 "js-sys",
 6489 "wasm-bindgen",
 6490 "windows-core 0.52.0",
 6491]
 6492
 6493[[package]]
 6494name = "iana-time-zone-haiku"
 6495version = "0.1.2"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6498dependencies = [
 6499 "cc",
 6500]
 6501
 6502[[package]]
 6503name = "icu_collections"
 6504version = "1.5.0"
 6505source = "registry+https://github.com/rust-lang/crates.io-index"
 6506checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6507dependencies = [
 6508 "displaydoc",
 6509 "yoke",
 6510 "zerofrom",
 6511 "zerovec",
 6512]
 6513
 6514[[package]]
 6515name = "icu_locid"
 6516version = "1.5.0"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6519dependencies = [
 6520 "displaydoc",
 6521 "litemap",
 6522 "tinystr",
 6523 "writeable",
 6524 "zerovec",
 6525]
 6526
 6527[[package]]
 6528name = "icu_locid_transform"
 6529version = "1.5.0"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6532dependencies = [
 6533 "displaydoc",
 6534 "icu_locid",
 6535 "icu_locid_transform_data",
 6536 "icu_provider",
 6537 "tinystr",
 6538 "zerovec",
 6539]
 6540
 6541[[package]]
 6542name = "icu_locid_transform_data"
 6543version = "1.5.0"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6546
 6547[[package]]
 6548name = "icu_normalizer"
 6549version = "1.5.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6552dependencies = [
 6553 "displaydoc",
 6554 "icu_collections",
 6555 "icu_normalizer_data",
 6556 "icu_properties",
 6557 "icu_provider",
 6558 "smallvec",
 6559 "utf16_iter",
 6560 "utf8_iter",
 6561 "write16",
 6562 "zerovec",
 6563]
 6564
 6565[[package]]
 6566name = "icu_normalizer_data"
 6567version = "1.5.0"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6570
 6571[[package]]
 6572name = "icu_properties"
 6573version = "1.5.1"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6576dependencies = [
 6577 "displaydoc",
 6578 "icu_collections",
 6579 "icu_locid_transform",
 6580 "icu_properties_data",
 6581 "icu_provider",
 6582 "tinystr",
 6583 "zerovec",
 6584]
 6585
 6586[[package]]
 6587name = "icu_properties_data"
 6588version = "1.5.0"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6591
 6592[[package]]
 6593name = "icu_provider"
 6594version = "1.5.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6597dependencies = [
 6598 "displaydoc",
 6599 "icu_locid",
 6600 "icu_provider_macros",
 6601 "stable_deref_trait",
 6602 "tinystr",
 6603 "writeable",
 6604 "yoke",
 6605 "zerofrom",
 6606 "zerovec",
 6607]
 6608
 6609[[package]]
 6610name = "icu_provider_macros"
 6611version = "1.5.0"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6614dependencies = [
 6615 "proc-macro2",
 6616 "quote",
 6617 "syn 2.0.100",
 6618]
 6619
 6620[[package]]
 6621name = "id-arena"
 6622version = "2.2.1"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6625
 6626[[package]]
 6627name = "idna"
 6628version = "1.0.3"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6631dependencies = [
 6632 "idna_adapter",
 6633 "smallvec",
 6634 "utf8_iter",
 6635]
 6636
 6637[[package]]
 6638name = "idna_adapter"
 6639version = "1.2.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6642dependencies = [
 6643 "icu_normalizer",
 6644 "icu_properties",
 6645]
 6646
 6647[[package]]
 6648name = "ignore"
 6649version = "0.4.23"
 6650source = "registry+https://github.com/rust-lang/crates.io-index"
 6651checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6652dependencies = [
 6653 "crossbeam-deque",
 6654 "globset",
 6655 "log",
 6656 "memchr",
 6657 "regex-automata 0.4.9",
 6658 "same-file",
 6659 "walkdir",
 6660 "winapi-util",
 6661]
 6662
 6663[[package]]
 6664name = "image"
 6665version = "0.25.5"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6668dependencies = [
 6669 "bytemuck",
 6670 "byteorder-lite",
 6671 "color_quant",
 6672 "exr",
 6673 "gif",
 6674 "image-webp",
 6675 "num-traits",
 6676 "png",
 6677 "qoi",
 6678 "ravif",
 6679 "rayon",
 6680 "rgb",
 6681 "tiff",
 6682 "zune-core",
 6683 "zune-jpeg",
 6684]
 6685
 6686[[package]]
 6687name = "image-webp"
 6688version = "0.2.0"
 6689source = "registry+https://github.com/rust-lang/crates.io-index"
 6690checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6691dependencies = [
 6692 "byteorder-lite",
 6693 "quick-error",
 6694]
 6695
 6696[[package]]
 6697name = "image_viewer"
 6698version = "0.1.0"
 6699dependencies = [
 6700 "anyhow",
 6701 "db",
 6702 "editor",
 6703 "file_icons",
 6704 "gpui",
 6705 "project",
 6706 "schemars",
 6707 "serde",
 6708 "settings",
 6709 "theme",
 6710 "ui",
 6711 "util",
 6712 "workspace",
 6713]
 6714
 6715[[package]]
 6716name = "imagesize"
 6717version = "0.13.0"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6720
 6721[[package]]
 6722name = "imara-diff"
 6723version = "0.1.8"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6726dependencies = [
 6727 "hashbrown 0.15.2",
 6728]
 6729
 6730[[package]]
 6731name = "imgref"
 6732version = "1.11.0"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6735
 6736[[package]]
 6737name = "indexed_docs"
 6738version = "0.1.0"
 6739dependencies = [
 6740 "anyhow",
 6741 "async-trait",
 6742 "cargo_metadata",
 6743 "collections",
 6744 "derive_more",
 6745 "extension",
 6746 "fs",
 6747 "futures 0.3.31",
 6748 "fuzzy",
 6749 "gpui",
 6750 "heed",
 6751 "html_to_markdown",
 6752 "http_client",
 6753 "indexmap",
 6754 "indoc",
 6755 "parking_lot",
 6756 "paths",
 6757 "pretty_assertions",
 6758 "serde",
 6759 "strum",
 6760 "util",
 6761]
 6762
 6763[[package]]
 6764name = "indexmap"
 6765version = "2.7.1"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6768dependencies = [
 6769 "equivalent",
 6770 "hashbrown 0.15.2",
 6771 "serde",
 6772]
 6773
 6774[[package]]
 6775name = "indoc"
 6776version = "2.0.6"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6779
 6780[[package]]
 6781name = "infer"
 6782version = "0.2.3"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6785
 6786[[package]]
 6787name = "inherent"
 6788version = "1.0.11"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6791dependencies = [
 6792 "proc-macro2",
 6793 "quote",
 6794 "syn 2.0.100",
 6795]
 6796
 6797[[package]]
 6798name = "inline_completion"
 6799version = "0.1.0"
 6800dependencies = [
 6801 "gpui",
 6802 "language",
 6803 "project",
 6804]
 6805
 6806[[package]]
 6807name = "inline_completion_button"
 6808version = "0.1.0"
 6809dependencies = [
 6810 "anyhow",
 6811 "client",
 6812 "copilot",
 6813 "editor",
 6814 "feature_flags",
 6815 "fs",
 6816 "futures 0.3.31",
 6817 "gpui",
 6818 "indoc",
 6819 "inline_completion",
 6820 "language",
 6821 "lsp",
 6822 "paths",
 6823 "project",
 6824 "regex",
 6825 "serde_json",
 6826 "settings",
 6827 "supermaven",
 6828 "telemetry",
 6829 "theme",
 6830 "ui",
 6831 "workspace",
 6832 "zed_actions",
 6833 "zeta",
 6834]
 6835
 6836[[package]]
 6837name = "inotify"
 6838version = "0.9.6"
 6839source = "registry+https://github.com/rust-lang/crates.io-index"
 6840checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6841dependencies = [
 6842 "bitflags 1.3.2",
 6843 "inotify-sys",
 6844 "libc",
 6845]
 6846
 6847[[package]]
 6848name = "inotify"
 6849version = "0.11.0"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6852dependencies = [
 6853 "bitflags 2.8.0",
 6854 "inotify-sys",
 6855 "libc",
 6856]
 6857
 6858[[package]]
 6859name = "inotify-sys"
 6860version = "0.1.5"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6863dependencies = [
 6864 "libc",
 6865]
 6866
 6867[[package]]
 6868name = "inout"
 6869version = "0.1.3"
 6870source = "registry+https://github.com/rust-lang/crates.io-index"
 6871checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6872dependencies = [
 6873 "block-padding",
 6874 "generic-array",
 6875]
 6876
 6877[[package]]
 6878name = "install_cli"
 6879version = "0.1.0"
 6880dependencies = [
 6881 "anyhow",
 6882 "gpui",
 6883 "smol",
 6884 "util",
 6885]
 6886
 6887[[package]]
 6888name = "instant"
 6889version = "0.1.13"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6892dependencies = [
 6893 "cfg-if",
 6894]
 6895
 6896[[package]]
 6897name = "interpolate_name"
 6898version = "0.2.4"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6901dependencies = [
 6902 "proc-macro2",
 6903 "quote",
 6904 "syn 2.0.100",
 6905]
 6906
 6907[[package]]
 6908name = "inventory"
 6909version = "0.3.20"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6912dependencies = [
 6913 "rustversion",
 6914]
 6915
 6916[[package]]
 6917name = "io-extras"
 6918version = "0.18.4"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6921dependencies = [
 6922 "io-lifetimes",
 6923 "windows-sys 0.59.0",
 6924]
 6925
 6926[[package]]
 6927name = "io-lifetimes"
 6928version = "2.0.4"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6931
 6932[[package]]
 6933name = "iovec"
 6934version = "0.1.4"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6937dependencies = [
 6938 "libc",
 6939]
 6940
 6941[[package]]
 6942name = "ipc-channel"
 6943version = "0.19.0"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6946dependencies = [
 6947 "bincode",
 6948 "crossbeam-channel",
 6949 "fnv",
 6950 "lazy_static",
 6951 "libc",
 6952 "mio 1.0.3",
 6953 "rand 0.8.5",
 6954 "serde",
 6955 "tempfile",
 6956 "uuid",
 6957 "windows 0.58.0",
 6958]
 6959
 6960[[package]]
 6961name = "ipnet"
 6962version = "2.10.1"
 6963source = "registry+https://github.com/rust-lang/crates.io-index"
 6964checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6965
 6966[[package]]
 6967name = "is-docker"
 6968version = "0.2.0"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6971dependencies = [
 6972 "once_cell",
 6973]
 6974
 6975[[package]]
 6976name = "is-terminal"
 6977version = "0.4.13"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6980dependencies = [
 6981 "hermit-abi 0.4.0",
 6982 "libc",
 6983 "windows-sys 0.52.0",
 6984]
 6985
 6986[[package]]
 6987name = "is-wsl"
 6988version = "0.4.0"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6991dependencies = [
 6992 "is-docker",
 6993 "once_cell",
 6994]
 6995
 6996[[package]]
 6997name = "is_terminal_polyfill"
 6998version = "1.70.1"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7001
 7002[[package]]
 7003name = "itertools"
 7004version = "0.10.5"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7007dependencies = [
 7008 "either",
 7009]
 7010
 7011[[package]]
 7012name = "itertools"
 7013version = "0.11.0"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7016dependencies = [
 7017 "either",
 7018]
 7019
 7020[[package]]
 7021name = "itertools"
 7022version = "0.12.1"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7025dependencies = [
 7026 "either",
 7027]
 7028
 7029[[package]]
 7030name = "itertools"
 7031version = "0.14.0"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7034dependencies = [
 7035 "either",
 7036]
 7037
 7038[[package]]
 7039name = "itoa"
 7040version = "1.0.14"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7043
 7044[[package]]
 7045name = "jiff"
 7046version = "0.2.4"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7049dependencies = [
 7050 "jiff-static",
 7051 "log",
 7052 "portable-atomic",
 7053 "portable-atomic-util",
 7054 "serde",
 7055]
 7056
 7057[[package]]
 7058name = "jiff-static"
 7059version = "0.2.4"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7062dependencies = [
 7063 "proc-macro2",
 7064 "quote",
 7065 "syn 2.0.100",
 7066]
 7067
 7068[[package]]
 7069name = "jni"
 7070version = "0.21.1"
 7071source = "registry+https://github.com/rust-lang/crates.io-index"
 7072checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7073dependencies = [
 7074 "cesu8",
 7075 "cfg-if",
 7076 "combine",
 7077 "jni-sys",
 7078 "log",
 7079 "thiserror 1.0.69",
 7080 "walkdir",
 7081 "windows-sys 0.45.0",
 7082]
 7083
 7084[[package]]
 7085name = "jni-sys"
 7086version = "0.3.0"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7089
 7090[[package]]
 7091name = "jobserver"
 7092version = "0.1.32"
 7093source = "registry+https://github.com/rust-lang/crates.io-index"
 7094checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7095dependencies = [
 7096 "libc",
 7097]
 7098
 7099[[package]]
 7100name = "journal"
 7101version = "0.1.0"
 7102dependencies = [
 7103 "anyhow",
 7104 "chrono",
 7105 "editor",
 7106 "gpui",
 7107 "log",
 7108 "schemars",
 7109 "serde",
 7110 "settings",
 7111 "shellexpand 2.1.2",
 7112 "workspace",
 7113]
 7114
 7115[[package]]
 7116name = "jpeg-decoder"
 7117version = "0.3.1"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7120
 7121[[package]]
 7122name = "js-sys"
 7123version = "0.3.76"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7126dependencies = [
 7127 "once_cell",
 7128 "wasm-bindgen",
 7129]
 7130
 7131[[package]]
 7132name = "jsonwebtoken"
 7133version = "9.3.1"
 7134source = "registry+https://github.com/rust-lang/crates.io-index"
 7135checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7136dependencies = [
 7137 "base64 0.22.1",
 7138 "js-sys",
 7139 "pem",
 7140 "ring",
 7141 "serde",
 7142 "serde_json",
 7143 "simple_asn1",
 7144]
 7145
 7146[[package]]
 7147name = "jupyter-protocol"
 7148version = "0.6.0"
 7149source = "registry+https://github.com/rust-lang/crates.io-index"
 7150checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7151dependencies = [
 7152 "anyhow",
 7153 "async-trait",
 7154 "bytes 1.10.1",
 7155 "chrono",
 7156 "futures 0.3.31",
 7157 "serde",
 7158 "serde_json",
 7159 "uuid",
 7160]
 7161
 7162[[package]]
 7163name = "jupyter-websocket-client"
 7164version = "0.9.0"
 7165source = "registry+https://github.com/rust-lang/crates.io-index"
 7166checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7167dependencies = [
 7168 "anyhow",
 7169 "async-trait",
 7170 "async-tungstenite",
 7171 "futures 0.3.31",
 7172 "jupyter-protocol",
 7173 "serde",
 7174 "serde_json",
 7175 "url",
 7176 "uuid",
 7177]
 7178
 7179[[package]]
 7180name = "khronos-egl"
 7181version = "6.0.0"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7184dependencies = [
 7185 "libc",
 7186 "libloading",
 7187]
 7188
 7189[[package]]
 7190name = "kqueue"
 7191version = "1.0.8"
 7192source = "registry+https://github.com/rust-lang/crates.io-index"
 7193checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7194dependencies = [
 7195 "kqueue-sys",
 7196 "libc",
 7197]
 7198
 7199[[package]]
 7200name = "kqueue-sys"
 7201version = "1.0.4"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7204dependencies = [
 7205 "bitflags 1.3.2",
 7206 "libc",
 7207]
 7208
 7209[[package]]
 7210name = "kurbo"
 7211version = "0.11.1"
 7212source = "registry+https://github.com/rust-lang/crates.io-index"
 7213checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7214dependencies = [
 7215 "arrayvec",
 7216 "smallvec",
 7217]
 7218
 7219[[package]]
 7220name = "kv-log-macro"
 7221version = "1.0.7"
 7222source = "registry+https://github.com/rust-lang/crates.io-index"
 7223checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7224dependencies = [
 7225 "log",
 7226]
 7227
 7228[[package]]
 7229name = "language"
 7230version = "0.1.0"
 7231dependencies = [
 7232 "anyhow",
 7233 "async-trait",
 7234 "async-watch",
 7235 "clock",
 7236 "collections",
 7237 "ctor",
 7238 "ec4rs",
 7239 "env_logger 0.11.7",
 7240 "fs",
 7241 "futures 0.3.31",
 7242 "fuzzy",
 7243 "globset",
 7244 "gpui",
 7245 "http_client",
 7246 "imara-diff",
 7247 "indoc",
 7248 "itertools 0.14.0",
 7249 "log",
 7250 "lsp",
 7251 "parking_lot",
 7252 "postage",
 7253 "pretty_assertions",
 7254 "rand 0.8.5",
 7255 "regex",
 7256 "rpc",
 7257 "schemars",
 7258 "serde",
 7259 "serde_json",
 7260 "settings",
 7261 "smallvec",
 7262 "smol",
 7263 "streaming-iterator",
 7264 "strsim",
 7265 "sum_tree",
 7266 "task",
 7267 "text",
 7268 "theme",
 7269 "tree-sitter",
 7270 "tree-sitter-elixir",
 7271 "tree-sitter-embedded-template",
 7272 "tree-sitter-heex",
 7273 "tree-sitter-html",
 7274 "tree-sitter-json",
 7275 "tree-sitter-md",
 7276 "tree-sitter-ruby",
 7277 "tree-sitter-rust",
 7278 "tree-sitter-typescript",
 7279 "unicase",
 7280 "unindent",
 7281 "util",
 7282]
 7283
 7284[[package]]
 7285name = "language_extension"
 7286version = "0.1.0"
 7287dependencies = [
 7288 "anyhow",
 7289 "async-trait",
 7290 "collections",
 7291 "extension",
 7292 "fs",
 7293 "futures 0.3.31",
 7294 "gpui",
 7295 "language",
 7296 "lsp",
 7297 "serde",
 7298 "serde_json",
 7299 "util",
 7300]
 7301
 7302[[package]]
 7303name = "language_model"
 7304version = "0.1.0"
 7305dependencies = [
 7306 "anthropic",
 7307 "anyhow",
 7308 "base64 0.22.1",
 7309 "client",
 7310 "collections",
 7311 "futures 0.3.31",
 7312 "google_ai",
 7313 "gpui",
 7314 "http_client",
 7315 "image",
 7316 "log",
 7317 "open_ai",
 7318 "parking_lot",
 7319 "proto",
 7320 "schemars",
 7321 "serde",
 7322 "serde_json",
 7323 "smol",
 7324 "strum",
 7325 "telemetry_events",
 7326 "thiserror 2.0.12",
 7327 "ui",
 7328 "util",
 7329]
 7330
 7331[[package]]
 7332name = "language_model_selector"
 7333version = "0.1.0"
 7334dependencies = [
 7335 "feature_flags",
 7336 "gpui",
 7337 "language_model",
 7338 "log",
 7339 "picker",
 7340 "proto",
 7341 "ui",
 7342 "workspace",
 7343 "zed_actions",
 7344]
 7345
 7346[[package]]
 7347name = "language_models"
 7348version = "0.1.0"
 7349dependencies = [
 7350 "anthropic",
 7351 "anyhow",
 7352 "aws-config",
 7353 "aws-credential-types",
 7354 "aws_http_client",
 7355 "bedrock",
 7356 "client",
 7357 "collections",
 7358 "copilot",
 7359 "credentials_provider",
 7360 "deepseek",
 7361 "editor",
 7362 "feature_flags",
 7363 "fs",
 7364 "futures 0.3.31",
 7365 "google_ai",
 7366 "gpui",
 7367 "gpui_tokio",
 7368 "http_client",
 7369 "language_model",
 7370 "lmstudio",
 7371 "log",
 7372 "menu",
 7373 "mistral",
 7374 "ollama",
 7375 "open_ai",
 7376 "project",
 7377 "proto",
 7378 "schemars",
 7379 "serde",
 7380 "serde_json",
 7381 "settings",
 7382 "smol",
 7383 "strum",
 7384 "theme",
 7385 "tiktoken-rs",
 7386 "tokio",
 7387 "ui",
 7388 "util",
 7389]
 7390
 7391[[package]]
 7392name = "language_selector"
 7393version = "0.1.0"
 7394dependencies = [
 7395 "anyhow",
 7396 "editor",
 7397 "file_finder",
 7398 "file_icons",
 7399 "fuzzy",
 7400 "gpui",
 7401 "language",
 7402 "picker",
 7403 "project",
 7404 "settings",
 7405 "ui",
 7406 "util",
 7407 "workspace",
 7408]
 7409
 7410[[package]]
 7411name = "language_tools"
 7412version = "0.1.0"
 7413dependencies = [
 7414 "anyhow",
 7415 "client",
 7416 "collections",
 7417 "copilot",
 7418 "editor",
 7419 "env_logger 0.11.7",
 7420 "futures 0.3.31",
 7421 "gpui",
 7422 "itertools 0.14.0",
 7423 "language",
 7424 "lsp",
 7425 "project",
 7426 "release_channel",
 7427 "serde_json",
 7428 "settings",
 7429 "theme",
 7430 "tree-sitter",
 7431 "ui",
 7432 "util",
 7433 "workspace",
 7434 "zed_actions",
 7435]
 7436
 7437[[package]]
 7438name = "languages"
 7439version = "0.1.0"
 7440dependencies = [
 7441 "anyhow",
 7442 "async-compression",
 7443 "async-tar",
 7444 "async-trait",
 7445 "collections",
 7446 "futures 0.3.31",
 7447 "gpui",
 7448 "http_client",
 7449 "language",
 7450 "log",
 7451 "lsp",
 7452 "node_runtime",
 7453 "paths",
 7454 "pet",
 7455 "pet-conda",
 7456 "pet-core",
 7457 "pet-fs",
 7458 "pet-poetry",
 7459 "pet-reporter",
 7460 "pretty_assertions",
 7461 "project",
 7462 "regex",
 7463 "rope",
 7464 "rust-embed",
 7465 "serde",
 7466 "serde_json",
 7467 "settings",
 7468 "smol",
 7469 "snippet_provider",
 7470 "task",
 7471 "text",
 7472 "theme",
 7473 "toml 0.8.20",
 7474 "tree-sitter",
 7475 "tree-sitter-bash",
 7476 "tree-sitter-c",
 7477 "tree-sitter-cpp",
 7478 "tree-sitter-css",
 7479 "tree-sitter-diff",
 7480 "tree-sitter-gitcommit",
 7481 "tree-sitter-go",
 7482 "tree-sitter-gomod",
 7483 "tree-sitter-gowork",
 7484 "tree-sitter-jsdoc",
 7485 "tree-sitter-json",
 7486 "tree-sitter-md",
 7487 "tree-sitter-python",
 7488 "tree-sitter-regex",
 7489 "tree-sitter-rust",
 7490 "tree-sitter-typescript",
 7491 "tree-sitter-yaml",
 7492 "unindent",
 7493 "util",
 7494 "workspace",
 7495]
 7496
 7497[[package]]
 7498name = "lazy_static"
 7499version = "1.5.0"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7502dependencies = [
 7503 "spin",
 7504]
 7505
 7506[[package]]
 7507name = "lazycell"
 7508version = "1.3.0"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7511
 7512[[package]]
 7513name = "leb128"
 7514version = "0.2.5"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7517
 7518[[package]]
 7519name = "lebe"
 7520version = "0.5.2"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7523
 7524[[package]]
 7525name = "libc"
 7526version = "0.2.171"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7529
 7530[[package]]
 7531name = "libdbus-sys"
 7532version = "0.2.5"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7535dependencies = [
 7536 "cc",
 7537 "pkg-config",
 7538]
 7539
 7540[[package]]
 7541name = "libfuzzer-sys"
 7542version = "0.4.8"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7545dependencies = [
 7546 "arbitrary",
 7547 "cc",
 7548]
 7549
 7550[[package]]
 7551name = "libgit2-sys"
 7552version = "0.18.1+1.9.0"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7555dependencies = [
 7556 "cc",
 7557 "libc",
 7558 "libz-sys",
 7559 "pkg-config",
 7560]
 7561
 7562[[package]]
 7563name = "libloading"
 7564version = "0.8.6"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7567dependencies = [
 7568 "cfg-if",
 7569 "windows-targets 0.52.6",
 7570]
 7571
 7572[[package]]
 7573name = "libm"
 7574version = "0.2.11"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7577
 7578[[package]]
 7579name = "libmimalloc-sys"
 7580version = "0.1.40"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7583dependencies = [
 7584 "cc",
 7585 "libc",
 7586]
 7587
 7588[[package]]
 7589name = "libredox"
 7590version = "0.1.3"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7593dependencies = [
 7594 "bitflags 2.8.0",
 7595 "libc",
 7596 "redox_syscall 0.5.8",
 7597]
 7598
 7599[[package]]
 7600name = "libsqlite3-sys"
 7601version = "0.30.1"
 7602source = "registry+https://github.com/rust-lang/crates.io-index"
 7603checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7604dependencies = [
 7605 "cc",
 7606 "pkg-config",
 7607 "vcpkg",
 7608]
 7609
 7610[[package]]
 7611name = "libwebrtc"
 7612version = "0.3.7"
 7613source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7614dependencies = [
 7615 "cxx",
 7616 "jni",
 7617 "js-sys",
 7618 "lazy_static",
 7619 "livekit-protocol",
 7620 "livekit-runtime",
 7621 "log",
 7622 "parking_lot",
 7623 "serde",
 7624 "serde_json",
 7625 "thiserror 1.0.69",
 7626 "tokio",
 7627 "wasm-bindgen",
 7628 "wasm-bindgen-futures",
 7629 "web-sys",
 7630 "webrtc-sys",
 7631]
 7632
 7633[[package]]
 7634name = "libz-sys"
 7635version = "1.1.20"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7638dependencies = [
 7639 "cc",
 7640 "libc",
 7641 "pkg-config",
 7642 "vcpkg",
 7643]
 7644
 7645[[package]]
 7646name = "link-cplusplus"
 7647version = "1.0.9"
 7648source = "registry+https://github.com/rust-lang/crates.io-index"
 7649checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7650dependencies = [
 7651 "cc",
 7652]
 7653
 7654[[package]]
 7655name = "linkify"
 7656version = "0.10.0"
 7657source = "registry+https://github.com/rust-lang/crates.io-index"
 7658checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7659dependencies = [
 7660 "memchr",
 7661]
 7662
 7663[[package]]
 7664name = "linkme"
 7665version = "0.3.32"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7668dependencies = [
 7669 "linkme-impl",
 7670]
 7671
 7672[[package]]
 7673name = "linkme-impl"
 7674version = "0.3.32"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7677dependencies = [
 7678 "proc-macro2",
 7679 "quote",
 7680 "syn 2.0.100",
 7681]
 7682
 7683[[package]]
 7684name = "linux-raw-sys"
 7685version = "0.4.14"
 7686source = "registry+https://github.com/rust-lang/crates.io-index"
 7687checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7688
 7689[[package]]
 7690name = "litemap"
 7691version = "0.7.4"
 7692source = "registry+https://github.com/rust-lang/crates.io-index"
 7693checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7694
 7695[[package]]
 7696name = "livekit"
 7697version = "0.7.0"
 7698source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7699dependencies = [
 7700 "chrono",
 7701 "futures-util",
 7702 "lazy_static",
 7703 "libwebrtc",
 7704 "livekit-api",
 7705 "livekit-protocol",
 7706 "livekit-runtime",
 7707 "log",
 7708 "parking_lot",
 7709 "prost 0.12.6",
 7710 "semver",
 7711 "serde",
 7712 "serde_json",
 7713 "thiserror 1.0.69",
 7714 "tokio",
 7715]
 7716
 7717[[package]]
 7718name = "livekit-api"
 7719version = "0.4.1"
 7720source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7721dependencies = [
 7722 "async-tungstenite",
 7723 "futures-util",
 7724 "http 0.2.12",
 7725 "jsonwebtoken",
 7726 "livekit-protocol",
 7727 "livekit-runtime",
 7728 "log",
 7729 "parking_lot",
 7730 "prost 0.12.6",
 7731 "reqwest 0.11.27",
 7732 "scopeguard",
 7733 "serde",
 7734 "serde_json",
 7735 "sha2",
 7736 "thiserror 1.0.69",
 7737 "tokio",
 7738 "tokio-tungstenite 0.20.1",
 7739 "url",
 7740]
 7741
 7742[[package]]
 7743name = "livekit-protocol"
 7744version = "0.3.6"
 7745source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7746dependencies = [
 7747 "futures-util",
 7748 "livekit-runtime",
 7749 "parking_lot",
 7750 "pbjson",
 7751 "pbjson-types",
 7752 "prost 0.12.6",
 7753 "prost-types 0.12.6",
 7754 "serde",
 7755 "thiserror 1.0.69",
 7756 "tokio",
 7757]
 7758
 7759[[package]]
 7760name = "livekit-runtime"
 7761version = "0.3.1"
 7762source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7763dependencies = [
 7764 "async-io",
 7765 "async-std",
 7766 "async-task",
 7767 "futures 0.3.31",
 7768]
 7769
 7770[[package]]
 7771name = "livekit_api"
 7772version = "0.1.0"
 7773dependencies = [
 7774 "anyhow",
 7775 "async-trait",
 7776 "jsonwebtoken",
 7777 "log",
 7778 "prost 0.9.0",
 7779 "prost-build 0.9.0",
 7780 "prost-types 0.9.0",
 7781 "reqwest 0.12.8",
 7782 "serde",
 7783]
 7784
 7785[[package]]
 7786name = "livekit_client"
 7787version = "0.1.0"
 7788dependencies = [
 7789 "anyhow",
 7790 "async-trait",
 7791 "collections",
 7792 "core-foundation 0.9.4",
 7793 "coreaudio-rs 0.12.1",
 7794 "cpal",
 7795 "futures 0.3.31",
 7796 "gpui",
 7797 "http 0.2.12",
 7798 "http_client",
 7799 "image",
 7800 "livekit",
 7801 "livekit_api",
 7802 "log",
 7803 "media",
 7804 "nanoid",
 7805 "parking_lot",
 7806 "postage",
 7807 "serde",
 7808 "serde_json",
 7809 "sha2",
 7810 "simplelog",
 7811 "smallvec",
 7812 "util",
 7813]
 7814
 7815[[package]]
 7816name = "livekit_client_macos"
 7817version = "0.1.0"
 7818dependencies = [
 7819 "anyhow",
 7820 "async-broadcast",
 7821 "async-trait",
 7822 "collections",
 7823 "core-foundation 0.9.4",
 7824 "futures 0.3.31",
 7825 "gpui",
 7826 "livekit_api",
 7827 "log",
 7828 "media",
 7829 "nanoid",
 7830 "parking_lot",
 7831 "postage",
 7832 "serde",
 7833 "serde_json",
 7834 "sha2",
 7835 "simplelog",
 7836]
 7837
 7838[[package]]
 7839name = "lmdb-master-sys"
 7840version = "0.2.4"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7843dependencies = [
 7844 "cc",
 7845 "doxygen-rs",
 7846 "libc",
 7847]
 7848
 7849[[package]]
 7850name = "lmstudio"
 7851version = "0.1.0"
 7852dependencies = [
 7853 "anyhow",
 7854 "futures 0.3.31",
 7855 "http_client",
 7856 "schemars",
 7857 "serde",
 7858 "serde_json",
 7859]
 7860
 7861[[package]]
 7862name = "lock_api"
 7863version = "0.4.12"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7866dependencies = [
 7867 "autocfg",
 7868 "scopeguard",
 7869]
 7870
 7871[[package]]
 7872name = "log"
 7873version = "0.4.26"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7876dependencies = [
 7877 "serde",
 7878 "value-bag",
 7879]
 7880
 7881[[package]]
 7882name = "loop9"
 7883version = "0.1.5"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7886dependencies = [
 7887 "imgref",
 7888]
 7889
 7890[[package]]
 7891name = "lru"
 7892version = "0.12.5"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7895dependencies = [
 7896 "hashbrown 0.15.2",
 7897]
 7898
 7899[[package]]
 7900name = "lsp"
 7901version = "0.1.0"
 7902dependencies = [
 7903 "anyhow",
 7904 "async-pipe",
 7905 "collections",
 7906 "ctor",
 7907 "env_logger 0.11.7",
 7908 "futures 0.3.31",
 7909 "gpui",
 7910 "log",
 7911 "lsp-types",
 7912 "parking_lot",
 7913 "postage",
 7914 "release_channel",
 7915 "schemars",
 7916 "serde",
 7917 "serde_json",
 7918 "smol",
 7919 "util",
 7920]
 7921
 7922[[package]]
 7923name = "lsp-types"
 7924version = "0.95.1"
 7925source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7926dependencies = [
 7927 "bitflags 1.3.2",
 7928 "serde",
 7929 "serde_json",
 7930 "serde_repr",
 7931 "url",
 7932]
 7933
 7934[[package]]
 7935name = "lua-src"
 7936version = "547.0.0"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7939dependencies = [
 7940 "cc",
 7941]
 7942
 7943[[package]]
 7944name = "luajit-src"
 7945version = "210.5.12+a4f56a4"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7948dependencies = [
 7949 "cc",
 7950 "which 7.0.2",
 7951]
 7952
 7953[[package]]
 7954name = "lyon"
 7955version = "1.0.1"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7958dependencies = [
 7959 "lyon_algorithms",
 7960 "lyon_extra",
 7961 "lyon_tessellation",
 7962]
 7963
 7964[[package]]
 7965name = "lyon_algorithms"
 7966version = "1.0.5"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7969dependencies = [
 7970 "lyon_path",
 7971 "num-traits",
 7972]
 7973
 7974[[package]]
 7975name = "lyon_extra"
 7976version = "1.0.3"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7979dependencies = [
 7980 "lyon_path",
 7981 "thiserror 1.0.69",
 7982]
 7983
 7984[[package]]
 7985name = "lyon_geom"
 7986version = "1.0.6"
 7987source = "registry+https://github.com/rust-lang/crates.io-index"
 7988checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7989dependencies = [
 7990 "arrayvec",
 7991 "euclid",
 7992 "num-traits",
 7993]
 7994
 7995[[package]]
 7996name = "lyon_path"
 7997version = "1.0.6"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8000dependencies = [
 8001 "lyon_geom",
 8002 "num-traits",
 8003]
 8004
 8005[[package]]
 8006name = "lyon_tessellation"
 8007version = "1.0.15"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8010dependencies = [
 8011 "float_next_after",
 8012 "lyon_path",
 8013 "num-traits",
 8014]
 8015
 8016[[package]]
 8017name = "mac"
 8018version = "0.1.1"
 8019source = "registry+https://github.com/rust-lang/crates.io-index"
 8020checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8021
 8022[[package]]
 8023name = "mach2"
 8024version = "0.4.2"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8027dependencies = [
 8028 "libc",
 8029]
 8030
 8031[[package]]
 8032name = "malloc_buf"
 8033version = "0.0.6"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8036dependencies = [
 8037 "libc",
 8038]
 8039
 8040[[package]]
 8041name = "maplit"
 8042version = "1.0.2"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8045
 8046[[package]]
 8047name = "markdown"
 8048version = "0.1.0"
 8049dependencies = [
 8050 "anyhow",
 8051 "assets",
 8052 "env_logger 0.11.7",
 8053 "gpui",
 8054 "language",
 8055 "languages",
 8056 "linkify",
 8057 "log",
 8058 "node_runtime",
 8059 "pulldown-cmark 0.12.2",
 8060 "settings",
 8061 "theme",
 8062 "ui",
 8063 "util",
 8064]
 8065
 8066[[package]]
 8067name = "markdown_preview"
 8068version = "0.1.0"
 8069dependencies = [
 8070 "anyhow",
 8071 "async-recursion 1.1.1",
 8072 "collections",
 8073 "editor",
 8074 "gpui",
 8075 "language",
 8076 "linkify",
 8077 "log",
 8078 "pretty_assertions",
 8079 "pulldown-cmark 0.12.2",
 8080 "settings",
 8081 "theme",
 8082 "ui",
 8083 "util",
 8084 "workspace",
 8085]
 8086
 8087[[package]]
 8088name = "markup5ever"
 8089version = "0.12.1"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8092dependencies = [
 8093 "log",
 8094 "phf",
 8095 "phf_codegen",
 8096 "string_cache",
 8097 "string_cache_codegen",
 8098 "tendril",
 8099]
 8100
 8101[[package]]
 8102name = "markup5ever_rcdom"
 8103version = "0.3.0"
 8104source = "registry+https://github.com/rust-lang/crates.io-index"
 8105checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8106dependencies = [
 8107 "html5ever",
 8108 "markup5ever",
 8109 "tendril",
 8110 "xml5ever",
 8111]
 8112
 8113[[package]]
 8114name = "matchers"
 8115version = "0.1.0"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8118dependencies = [
 8119 "regex-automata 0.1.10",
 8120]
 8121
 8122[[package]]
 8123name = "matchit"
 8124version = "0.7.3"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8127
 8128[[package]]
 8129name = "maybe-owned"
 8130version = "0.3.4"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8133
 8134[[package]]
 8135name = "maybe-rayon"
 8136version = "0.1.1"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8139dependencies = [
 8140 "cfg-if",
 8141 "rayon",
 8142]
 8143
 8144[[package]]
 8145name = "md-5"
 8146version = "0.10.6"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8149dependencies = [
 8150 "cfg-if",
 8151 "digest",
 8152]
 8153
 8154[[package]]
 8155name = "mdbook"
 8156version = "0.4.47"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8159dependencies = [
 8160 "ammonia",
 8161 "anyhow",
 8162 "chrono",
 8163 "clap",
 8164 "clap_complete",
 8165 "elasticlunr-rs",
 8166 "env_logger 0.11.7",
 8167 "futures-util",
 8168 "handlebars 6.2.0",
 8169 "hex",
 8170 "ignore",
 8171 "log",
 8172 "memchr",
 8173 "notify 8.0.0",
 8174 "notify-debouncer-mini",
 8175 "once_cell",
 8176 "opener",
 8177 "pathdiff",
 8178 "pulldown-cmark 0.10.3",
 8179 "regex",
 8180 "serde",
 8181 "serde_json",
 8182 "sha2",
 8183 "shlex",
 8184 "tempfile",
 8185 "tokio",
 8186 "toml 0.5.11",
 8187 "topological-sort",
 8188 "walkdir",
 8189 "warp",
 8190]
 8191
 8192[[package]]
 8193name = "media"
 8194version = "0.1.0"
 8195dependencies = [
 8196 "anyhow",
 8197 "bindgen 0.70.1",
 8198 "core-foundation 0.9.4",
 8199 "ctor",
 8200 "foreign-types 0.5.0",
 8201 "metal",
 8202 "objc",
 8203]
 8204
 8205[[package]]
 8206name = "memchr"
 8207version = "2.7.4"
 8208source = "registry+https://github.com/rust-lang/crates.io-index"
 8209checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8210
 8211[[package]]
 8212name = "memfd"
 8213version = "0.6.4"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8216dependencies = [
 8217 "rustix",
 8218]
 8219
 8220[[package]]
 8221name = "memmap2"
 8222version = "0.9.5"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8225dependencies = [
 8226 "libc",
 8227]
 8228
 8229[[package]]
 8230name = "memoffset"
 8231version = "0.9.1"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8234dependencies = [
 8235 "autocfg",
 8236]
 8237
 8238[[package]]
 8239name = "menu"
 8240version = "0.1.0"
 8241dependencies = [
 8242 "gpui",
 8243 "serde",
 8244]
 8245
 8246[[package]]
 8247name = "metal"
 8248version = "0.31.0"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8251dependencies = [
 8252 "bitflags 2.8.0",
 8253 "block",
 8254 "core-graphics-types 0.1.3",
 8255 "foreign-types 0.5.0",
 8256 "log",
 8257 "objc",
 8258 "paste",
 8259]
 8260
 8261[[package]]
 8262name = "migrator"
 8263version = "0.1.0"
 8264dependencies = [
 8265 "anyhow",
 8266 "collections",
 8267 "convert_case 0.8.0",
 8268 "log",
 8269 "pretty_assertions",
 8270 "streaming-iterator",
 8271 "tree-sitter",
 8272 "tree-sitter-json",
 8273]
 8274
 8275[[package]]
 8276name = "mimalloc"
 8277version = "0.1.44"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8280dependencies = [
 8281 "libmimalloc-sys",
 8282]
 8283
 8284[[package]]
 8285name = "mime"
 8286version = "0.3.17"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8289
 8290[[package]]
 8291name = "mime_guess"
 8292version = "2.0.5"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8295dependencies = [
 8296 "mime",
 8297 "unicase",
 8298]
 8299
 8300[[package]]
 8301name = "minimal-lexical"
 8302version = "0.2.1"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8305
 8306[[package]]
 8307name = "miniz_oxide"
 8308version = "0.8.0"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8311dependencies = [
 8312 "adler2",
 8313 "simd-adler32",
 8314]
 8315
 8316[[package]]
 8317name = "mint"
 8318version = "0.5.9"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8321
 8322[[package]]
 8323name = "mio"
 8324version = "0.8.11"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8327dependencies = [
 8328 "libc",
 8329 "log",
 8330 "wasi 0.11.0+wasi-snapshot-preview1",
 8331 "windows-sys 0.48.0",
 8332]
 8333
 8334[[package]]
 8335name = "mio"
 8336version = "1.0.3"
 8337source = "registry+https://github.com/rust-lang/crates.io-index"
 8338checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8339dependencies = [
 8340 "libc",
 8341 "log",
 8342 "wasi 0.11.0+wasi-snapshot-preview1",
 8343 "windows-sys 0.52.0",
 8344]
 8345
 8346[[package]]
 8347name = "miow"
 8348version = "0.6.0"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8351dependencies = [
 8352 "windows-sys 0.48.0",
 8353]
 8354
 8355[[package]]
 8356name = "mistral"
 8357version = "0.1.0"
 8358dependencies = [
 8359 "anyhow",
 8360 "futures 0.3.31",
 8361 "http_client",
 8362 "schemars",
 8363 "serde",
 8364 "serde_json",
 8365 "strum",
 8366]
 8367
 8368[[package]]
 8369name = "mlua"
 8370version = "0.10.3"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8373dependencies = [
 8374 "bstr",
 8375 "either",
 8376 "futures-util",
 8377 "mlua-sys",
 8378 "num-traits",
 8379 "parking_lot",
 8380 "rustc-hash 2.1.1",
 8381]
 8382
 8383[[package]]
 8384name = "mlua-sys"
 8385version = "0.6.7"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8388dependencies = [
 8389 "cc",
 8390 "cfg-if",
 8391 "lua-src",
 8392 "luajit-src",
 8393 "pkg-config",
 8394]
 8395
 8396[[package]]
 8397name = "msvc_spectre_libs"
 8398version = "0.1.2"
 8399source = "registry+https://github.com/rust-lang/crates.io-index"
 8400checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8401dependencies = [
 8402 "cc",
 8403]
 8404
 8405[[package]]
 8406name = "multi_buffer"
 8407version = "0.1.0"
 8408dependencies = [
 8409 "anyhow",
 8410 "buffer_diff",
 8411 "clock",
 8412 "collections",
 8413 "ctor",
 8414 "env_logger 0.11.7",
 8415 "futures 0.3.31",
 8416 "gpui",
 8417 "indoc",
 8418 "itertools 0.14.0",
 8419 "language",
 8420 "log",
 8421 "parking_lot",
 8422 "pretty_assertions",
 8423 "project",
 8424 "rand 0.8.5",
 8425 "rope",
 8426 "serde",
 8427 "settings",
 8428 "smallvec",
 8429 "smol",
 8430 "sum_tree",
 8431 "text",
 8432 "theme",
 8433 "tree-sitter",
 8434 "util",
 8435]
 8436
 8437[[package]]
 8438name = "multimap"
 8439version = "0.8.3"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8442
 8443[[package]]
 8444name = "multimap"
 8445version = "0.10.0"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8448
 8449[[package]]
 8450name = "naga"
 8451version = "23.1.0"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8454dependencies = [
 8455 "arrayvec",
 8456 "bit-set 0.8.0",
 8457 "bitflags 2.8.0",
 8458 "cfg_aliases 0.1.1",
 8459 "codespan-reporting",
 8460 "hexf-parse",
 8461 "indexmap",
 8462 "log",
 8463 "rustc-hash 1.1.0",
 8464 "spirv",
 8465 "termcolor",
 8466 "thiserror 1.0.69",
 8467 "unicode-xid",
 8468]
 8469
 8470[[package]]
 8471name = "nanoid"
 8472version = "0.4.0"
 8473source = "registry+https://github.com/rust-lang/crates.io-index"
 8474checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8475dependencies = [
 8476 "rand 0.8.5",
 8477]
 8478
 8479[[package]]
 8480name = "nanorand"
 8481version = "0.7.0"
 8482source = "registry+https://github.com/rust-lang/crates.io-index"
 8483checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8484dependencies = [
 8485 "getrandom 0.2.15",
 8486]
 8487
 8488[[package]]
 8489name = "native-tls"
 8490version = "0.2.12"
 8491source = "registry+https://github.com/rust-lang/crates.io-index"
 8492checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8493dependencies = [
 8494 "libc",
 8495 "log",
 8496 "openssl",
 8497 "openssl-probe",
 8498 "openssl-sys",
 8499 "schannel",
 8500 "security-framework 2.11.1",
 8501 "security-framework-sys",
 8502 "tempfile",
 8503]
 8504
 8505[[package]]
 8506name = "nbformat"
 8507version = "0.10.0"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8510dependencies = [
 8511 "anyhow",
 8512 "chrono",
 8513 "jupyter-protocol",
 8514 "serde",
 8515 "serde_json",
 8516 "thiserror 1.0.69",
 8517 "uuid",
 8518]
 8519
 8520[[package]]
 8521name = "ndk"
 8522version = "0.8.0"
 8523source = "registry+https://github.com/rust-lang/crates.io-index"
 8524checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8525dependencies = [
 8526 "bitflags 2.8.0",
 8527 "jni-sys",
 8528 "log",
 8529 "ndk-sys",
 8530 "num_enum",
 8531 "thiserror 1.0.69",
 8532]
 8533
 8534[[package]]
 8535name = "ndk-context"
 8536version = "0.1.1"
 8537source = "registry+https://github.com/rust-lang/crates.io-index"
 8538checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8539
 8540[[package]]
 8541name = "ndk-sys"
 8542version = "0.5.0+25.2.9519653"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8545dependencies = [
 8546 "jni-sys",
 8547]
 8548
 8549[[package]]
 8550name = "new_debug_unreachable"
 8551version = "1.0.6"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8554
 8555[[package]]
 8556name = "nix"
 8557version = "0.29.0"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8560dependencies = [
 8561 "bitflags 2.8.0",
 8562 "cfg-if",
 8563 "cfg_aliases 0.2.1",
 8564 "libc",
 8565 "memoffset",
 8566]
 8567
 8568[[package]]
 8569name = "node_runtime"
 8570version = "0.1.0"
 8571dependencies = [
 8572 "anyhow",
 8573 "async-compression",
 8574 "async-std",
 8575 "async-tar",
 8576 "async-trait",
 8577 "async-watch",
 8578 "async_zip",
 8579 "futures 0.3.31",
 8580 "http_client",
 8581 "log",
 8582 "paths",
 8583 "semver",
 8584 "serde",
 8585 "serde_json",
 8586 "smol",
 8587 "tempfile",
 8588 "util",
 8589 "walkdir",
 8590 "which 6.0.3",
 8591]
 8592
 8593[[package]]
 8594name = "nom"
 8595version = "7.1.3"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8598dependencies = [
 8599 "memchr",
 8600 "minimal-lexical",
 8601]
 8602
 8603[[package]]
 8604name = "noop_proc_macro"
 8605version = "0.3.0"
 8606source = "registry+https://github.com/rust-lang/crates.io-index"
 8607checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8608
 8609[[package]]
 8610name = "normpath"
 8611version = "1.3.0"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8614dependencies = [
 8615 "windows-sys 0.59.0",
 8616]
 8617
 8618[[package]]
 8619name = "notifications"
 8620version = "0.1.0"
 8621dependencies = [
 8622 "anyhow",
 8623 "channel",
 8624 "client",
 8625 "collections",
 8626 "component",
 8627 "db",
 8628 "gpui",
 8629 "linkme",
 8630 "rpc",
 8631 "settings",
 8632 "sum_tree",
 8633 "time",
 8634 "ui",
 8635 "util",
 8636 "workspace",
 8637]
 8638
 8639[[package]]
 8640name = "notify"
 8641version = "6.1.1"
 8642source = "registry+https://github.com/rust-lang/crates.io-index"
 8643checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8644dependencies = [
 8645 "bitflags 2.8.0",
 8646 "crossbeam-channel",
 8647 "filetime",
 8648 "fsevent-sys 4.1.0",
 8649 "inotify 0.9.6",
 8650 "kqueue",
 8651 "libc",
 8652 "log",
 8653 "mio 0.8.11",
 8654 "walkdir",
 8655 "windows-sys 0.48.0",
 8656]
 8657
 8658[[package]]
 8659name = "notify"
 8660version = "8.0.0"
 8661source = "registry+https://github.com/rust-lang/crates.io-index"
 8662checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8663dependencies = [
 8664 "bitflags 2.8.0",
 8665 "filetime",
 8666 "fsevent-sys 4.1.0",
 8667 "inotify 0.11.0",
 8668 "kqueue",
 8669 "libc",
 8670 "log",
 8671 "mio 1.0.3",
 8672 "notify-types",
 8673 "walkdir",
 8674 "windows-sys 0.59.0",
 8675]
 8676
 8677[[package]]
 8678name = "notify-debouncer-mini"
 8679version = "0.6.0"
 8680source = "registry+https://github.com/rust-lang/crates.io-index"
 8681checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8682dependencies = [
 8683 "log",
 8684 "notify 8.0.0",
 8685 "notify-types",
 8686 "tempfile",
 8687]
 8688
 8689[[package]]
 8690name = "notify-types"
 8691version = "2.0.0"
 8692source = "registry+https://github.com/rust-lang/crates.io-index"
 8693checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8694
 8695[[package]]
 8696name = "ntapi"
 8697version = "0.4.1"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8700dependencies = [
 8701 "winapi",
 8702]
 8703
 8704[[package]]
 8705name = "nu-ansi-term"
 8706version = "0.46.0"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8709dependencies = [
 8710 "overload",
 8711 "winapi",
 8712]
 8713
 8714[[package]]
 8715name = "num"
 8716version = "0.4.3"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8719dependencies = [
 8720 "num-bigint",
 8721 "num-complex",
 8722 "num-integer",
 8723 "num-iter",
 8724 "num-rational",
 8725 "num-traits",
 8726]
 8727
 8728[[package]]
 8729name = "num-bigint"
 8730version = "0.4.6"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8733dependencies = [
 8734 "num-integer",
 8735 "num-traits",
 8736]
 8737
 8738[[package]]
 8739name = "num-bigint-dig"
 8740version = "0.8.4"
 8741source = "registry+https://github.com/rust-lang/crates.io-index"
 8742checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8743dependencies = [
 8744 "byteorder",
 8745 "lazy_static",
 8746 "libm",
 8747 "num-integer",
 8748 "num-iter",
 8749 "num-traits",
 8750 "rand 0.8.5",
 8751 "serde",
 8752 "smallvec",
 8753 "zeroize",
 8754]
 8755
 8756[[package]]
 8757name = "num-complex"
 8758version = "0.4.6"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8761dependencies = [
 8762 "num-traits",
 8763]
 8764
 8765[[package]]
 8766name = "num-conv"
 8767version = "0.1.0"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8770
 8771[[package]]
 8772name = "num-derive"
 8773version = "0.4.2"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8776dependencies = [
 8777 "proc-macro2",
 8778 "quote",
 8779 "syn 2.0.100",
 8780]
 8781
 8782[[package]]
 8783name = "num-format"
 8784version = "0.4.4"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8787dependencies = [
 8788 "arrayvec",
 8789 "itoa",
 8790]
 8791
 8792[[package]]
 8793name = "num-integer"
 8794version = "0.1.46"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8797dependencies = [
 8798 "num-traits",
 8799]
 8800
 8801[[package]]
 8802name = "num-iter"
 8803version = "0.1.45"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8806dependencies = [
 8807 "autocfg",
 8808 "num-integer",
 8809 "num-traits",
 8810]
 8811
 8812[[package]]
 8813name = "num-modular"
 8814version = "0.6.1"
 8815source = "registry+https://github.com/rust-lang/crates.io-index"
 8816checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8817
 8818[[package]]
 8819name = "num-order"
 8820version = "1.2.0"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8823dependencies = [
 8824 "num-modular",
 8825]
 8826
 8827[[package]]
 8828name = "num-rational"
 8829version = "0.4.2"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8832dependencies = [
 8833 "num-bigint",
 8834 "num-integer",
 8835 "num-traits",
 8836]
 8837
 8838[[package]]
 8839name = "num-traits"
 8840version = "0.2.19"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8843dependencies = [
 8844 "autocfg",
 8845 "libm",
 8846]
 8847
 8848[[package]]
 8849name = "num_cpus"
 8850version = "1.16.0"
 8851source = "registry+https://github.com/rust-lang/crates.io-index"
 8852checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8853dependencies = [
 8854 "hermit-abi 0.3.9",
 8855 "libc",
 8856]
 8857
 8858[[package]]
 8859name = "num_enum"
 8860version = "0.7.3"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8863dependencies = [
 8864 "num_enum_derive",
 8865]
 8866
 8867[[package]]
 8868name = "num_enum_derive"
 8869version = "0.7.3"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8872dependencies = [
 8873 "proc-macro-crate",
 8874 "proc-macro2",
 8875 "quote",
 8876 "syn 2.0.100",
 8877]
 8878
 8879[[package]]
 8880name = "num_threads"
 8881version = "0.1.7"
 8882source = "registry+https://github.com/rust-lang/crates.io-index"
 8883checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8884dependencies = [
 8885 "libc",
 8886]
 8887
 8888[[package]]
 8889name = "nvim-rs"
 8890version = "0.8.0-pre"
 8891source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8892dependencies = [
 8893 "async-trait",
 8894 "futures 0.3.31",
 8895 "log",
 8896 "parity-tokio-ipc",
 8897 "rmp",
 8898 "rmpv",
 8899 "tokio",
 8900 "tokio-util",
 8901 "winapi",
 8902]
 8903
 8904[[package]]
 8905name = "objc"
 8906version = "0.2.7"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8909dependencies = [
 8910 "malloc_buf",
 8911]
 8912
 8913[[package]]
 8914name = "objc-sys"
 8915version = "0.3.5"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8918
 8919[[package]]
 8920name = "objc2"
 8921version = "0.5.2"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8924dependencies = [
 8925 "objc-sys",
 8926 "objc2-encode",
 8927]
 8928
 8929[[package]]
 8930name = "objc2-app-kit"
 8931version = "0.2.2"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8934dependencies = [
 8935 "bitflags 2.8.0",
 8936 "block2",
 8937 "libc",
 8938 "objc2",
 8939 "objc2-core-data",
 8940 "objc2-core-image",
 8941 "objc2-foundation",
 8942 "objc2-quartz-core",
 8943]
 8944
 8945[[package]]
 8946name = "objc2-cloud-kit"
 8947version = "0.2.2"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8950dependencies = [
 8951 "bitflags 2.8.0",
 8952 "block2",
 8953 "objc2",
 8954 "objc2-core-location",
 8955 "objc2-foundation",
 8956]
 8957
 8958[[package]]
 8959name = "objc2-contacts"
 8960version = "0.2.2"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8963dependencies = [
 8964 "block2",
 8965 "objc2",
 8966 "objc2-foundation",
 8967]
 8968
 8969[[package]]
 8970name = "objc2-core-data"
 8971version = "0.2.2"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8974dependencies = [
 8975 "bitflags 2.8.0",
 8976 "block2",
 8977 "objc2",
 8978 "objc2-foundation",
 8979]
 8980
 8981[[package]]
 8982name = "objc2-core-image"
 8983version = "0.2.2"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8986dependencies = [
 8987 "block2",
 8988 "objc2",
 8989 "objc2-foundation",
 8990 "objc2-metal",
 8991]
 8992
 8993[[package]]
 8994name = "objc2-core-location"
 8995version = "0.2.2"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8998dependencies = [
 8999 "block2",
 9000 "objc2",
 9001 "objc2-contacts",
 9002 "objc2-foundation",
 9003]
 9004
 9005[[package]]
 9006name = "objc2-encode"
 9007version = "4.0.3"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9010
 9011[[package]]
 9012name = "objc2-foundation"
 9013version = "0.2.2"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9016dependencies = [
 9017 "bitflags 2.8.0",
 9018 "block2",
 9019 "libc",
 9020 "objc2",
 9021]
 9022
 9023[[package]]
 9024name = "objc2-link-presentation"
 9025version = "0.2.2"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9028dependencies = [
 9029 "block2",
 9030 "objc2",
 9031 "objc2-app-kit",
 9032 "objc2-foundation",
 9033]
 9034
 9035[[package]]
 9036name = "objc2-metal"
 9037version = "0.2.2"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9040dependencies = [
 9041 "bitflags 2.8.0",
 9042 "block2",
 9043 "objc2",
 9044 "objc2-foundation",
 9045]
 9046
 9047[[package]]
 9048name = "objc2-quartz-core"
 9049version = "0.2.2"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9052dependencies = [
 9053 "bitflags 2.8.0",
 9054 "block2",
 9055 "objc2",
 9056 "objc2-foundation",
 9057 "objc2-metal",
 9058]
 9059
 9060[[package]]
 9061name = "objc2-symbols"
 9062version = "0.2.2"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9065dependencies = [
 9066 "objc2",
 9067 "objc2-foundation",
 9068]
 9069
 9070[[package]]
 9071name = "objc2-ui-kit"
 9072version = "0.2.2"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9075dependencies = [
 9076 "bitflags 2.8.0",
 9077 "block2",
 9078 "objc2",
 9079 "objc2-cloud-kit",
 9080 "objc2-core-data",
 9081 "objc2-core-image",
 9082 "objc2-core-location",
 9083 "objc2-foundation",
 9084 "objc2-link-presentation",
 9085 "objc2-quartz-core",
 9086 "objc2-symbols",
 9087 "objc2-uniform-type-identifiers",
 9088 "objc2-user-notifications",
 9089]
 9090
 9091[[package]]
 9092name = "objc2-uniform-type-identifiers"
 9093version = "0.2.2"
 9094source = "registry+https://github.com/rust-lang/crates.io-index"
 9095checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9096dependencies = [
 9097 "block2",
 9098 "objc2",
 9099 "objc2-foundation",
 9100]
 9101
 9102[[package]]
 9103name = "objc2-user-notifications"
 9104version = "0.2.2"
 9105source = "registry+https://github.com/rust-lang/crates.io-index"
 9106checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9107dependencies = [
 9108 "bitflags 2.8.0",
 9109 "block2",
 9110 "objc2",
 9111 "objc2-core-location",
 9112 "objc2-foundation",
 9113]
 9114
 9115[[package]]
 9116name = "object"
 9117version = "0.36.5"
 9118source = "registry+https://github.com/rust-lang/crates.io-index"
 9119checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9120dependencies = [
 9121 "crc32fast",
 9122 "hashbrown 0.15.2",
 9123 "indexmap",
 9124 "memchr",
 9125]
 9126
 9127[[package]]
 9128name = "oboe"
 9129version = "0.6.1"
 9130source = "registry+https://github.com/rust-lang/crates.io-index"
 9131checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9132dependencies = [
 9133 "jni",
 9134 "ndk",
 9135 "ndk-context",
 9136 "num-derive",
 9137 "num-traits",
 9138 "oboe-sys",
 9139]
 9140
 9141[[package]]
 9142name = "oboe-sys"
 9143version = "0.6.1"
 9144source = "registry+https://github.com/rust-lang/crates.io-index"
 9145checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9146dependencies = [
 9147 "cc",
 9148]
 9149
 9150[[package]]
 9151name = "ollama"
 9152version = "0.1.0"
 9153dependencies = [
 9154 "anyhow",
 9155 "futures 0.3.31",
 9156 "http_client",
 9157 "schemars",
 9158 "serde",
 9159 "serde_json",
 9160]
 9161
 9162[[package]]
 9163name = "once_cell"
 9164version = "1.20.3"
 9165source = "registry+https://github.com/rust-lang/crates.io-index"
 9166checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9167
 9168[[package]]
 9169name = "oo7"
 9170version = "0.4.1"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9173dependencies = [
 9174 "aes",
 9175 "ashpd",
 9176 "async-fs",
 9177 "async-io",
 9178 "async-lock",
 9179 "blocking",
 9180 "cbc",
 9181 "cipher",
 9182 "digest",
 9183 "endi",
 9184 "futures-lite 2.6.0",
 9185 "futures-util",
 9186 "getrandom 0.3.1",
 9187 "hkdf",
 9188 "hmac",
 9189 "md-5",
 9190 "num",
 9191 "num-bigint-dig",
 9192 "pbkdf2 0.12.2",
 9193 "rand 0.9.0",
 9194 "serde",
 9195 "sha2",
 9196 "subtle",
 9197 "zbus",
 9198 "zbus_macros",
 9199 "zeroize",
 9200 "zvariant",
 9201]
 9202
 9203[[package]]
 9204name = "oorandom"
 9205version = "11.1.4"
 9206source = "registry+https://github.com/rust-lang/crates.io-index"
 9207checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9208
 9209[[package]]
 9210name = "open"
 9211version = "5.3.2"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9214dependencies = [
 9215 "is-wsl",
 9216 "libc",
 9217 "pathdiff",
 9218]
 9219
 9220[[package]]
 9221name = "open_ai"
 9222version = "0.1.0"
 9223dependencies = [
 9224 "anyhow",
 9225 "futures 0.3.31",
 9226 "http_client",
 9227 "schemars",
 9228 "serde",
 9229 "serde_json",
 9230 "strum",
 9231]
 9232
 9233[[package]]
 9234name = "opener"
 9235version = "0.7.2"
 9236source = "registry+https://github.com/rust-lang/crates.io-index"
 9237checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9238dependencies = [
 9239 "bstr",
 9240 "dbus",
 9241 "normpath",
 9242 "windows-sys 0.59.0",
 9243]
 9244
 9245[[package]]
 9246name = "openssl"
 9247version = "0.10.70"
 9248source = "registry+https://github.com/rust-lang/crates.io-index"
 9249checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9250dependencies = [
 9251 "bitflags 2.8.0",
 9252 "cfg-if",
 9253 "foreign-types 0.3.2",
 9254 "libc",
 9255 "once_cell",
 9256 "openssl-macros",
 9257 "openssl-sys",
 9258]
 9259
 9260[[package]]
 9261name = "openssl-macros"
 9262version = "0.1.1"
 9263source = "registry+https://github.com/rust-lang/crates.io-index"
 9264checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9265dependencies = [
 9266 "proc-macro2",
 9267 "quote",
 9268 "syn 2.0.100",
 9269]
 9270
 9271[[package]]
 9272name = "openssl-probe"
 9273version = "0.1.5"
 9274source = "registry+https://github.com/rust-lang/crates.io-index"
 9275checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9276
 9277[[package]]
 9278name = "openssl-src"
 9279version = "300.4.1+3.4.0"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9282dependencies = [
 9283 "cc",
 9284]
 9285
 9286[[package]]
 9287name = "openssl-sys"
 9288version = "0.9.105"
 9289source = "registry+https://github.com/rust-lang/crates.io-index"
 9290checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9291dependencies = [
 9292 "cc",
 9293 "libc",
 9294 "openssl-src",
 9295 "pkg-config",
 9296 "vcpkg",
 9297]
 9298
 9299[[package]]
 9300name = "option-ext"
 9301version = "0.2.0"
 9302source = "registry+https://github.com/rust-lang/crates.io-index"
 9303checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9304
 9305[[package]]
 9306name = "ordered-float"
 9307version = "2.10.1"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9310dependencies = [
 9311 "num-traits",
 9312]
 9313
 9314[[package]]
 9315name = "ordered-float"
 9316version = "3.9.2"
 9317source = "registry+https://github.com/rust-lang/crates.io-index"
 9318checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9319dependencies = [
 9320 "num-traits",
 9321]
 9322
 9323[[package]]
 9324name = "ordered-stream"
 9325version = "0.2.0"
 9326source = "registry+https://github.com/rust-lang/crates.io-index"
 9327checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9328dependencies = [
 9329 "futures-core",
 9330 "pin-project-lite",
 9331]
 9332
 9333[[package]]
 9334name = "ouroboros"
 9335version = "0.18.4"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9338dependencies = [
 9339 "aliasable",
 9340 "ouroboros_macro",
 9341 "static_assertions",
 9342]
 9343
 9344[[package]]
 9345name = "ouroboros_macro"
 9346version = "0.18.4"
 9347source = "registry+https://github.com/rust-lang/crates.io-index"
 9348checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9349dependencies = [
 9350 "heck 0.4.1",
 9351 "itertools 0.12.1",
 9352 "proc-macro2",
 9353 "proc-macro2-diagnostics",
 9354 "quote",
 9355 "syn 2.0.100",
 9356]
 9357
 9358[[package]]
 9359name = "outline"
 9360version = "0.1.0"
 9361dependencies = [
 9362 "editor",
 9363 "fuzzy",
 9364 "gpui",
 9365 "indoc",
 9366 "language",
 9367 "menu",
 9368 "ordered-float 2.10.1",
 9369 "picker",
 9370 "project",
 9371 "rope",
 9372 "serde_json",
 9373 "settings",
 9374 "smol",
 9375 "theme",
 9376 "tree-sitter-rust",
 9377 "tree-sitter-typescript",
 9378 "ui",
 9379 "util",
 9380 "workspace",
 9381 "zed_actions",
 9382]
 9383
 9384[[package]]
 9385name = "outline_panel"
 9386version = "0.1.0"
 9387dependencies = [
 9388 "anyhow",
 9389 "collections",
 9390 "db",
 9391 "editor",
 9392 "file_icons",
 9393 "fuzzy",
 9394 "gpui",
 9395 "itertools 0.14.0",
 9396 "language",
 9397 "log",
 9398 "menu",
 9399 "outline",
 9400 "pretty_assertions",
 9401 "project",
 9402 "schemars",
 9403 "search",
 9404 "serde",
 9405 "serde_json",
 9406 "settings",
 9407 "smallvec",
 9408 "smol",
 9409 "theme",
 9410 "ui",
 9411 "util",
 9412 "workspace",
 9413 "worktree",
 9414 "zed_actions",
 9415]
 9416
 9417[[package]]
 9418name = "outref"
 9419version = "0.5.1"
 9420source = "registry+https://github.com/rust-lang/crates.io-index"
 9421checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9422
 9423[[package]]
 9424name = "overload"
 9425version = "0.1.1"
 9426source = "registry+https://github.com/rust-lang/crates.io-index"
 9427checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9428
 9429[[package]]
 9430name = "p256"
 9431version = "0.11.1"
 9432source = "registry+https://github.com/rust-lang/crates.io-index"
 9433checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9434dependencies = [
 9435 "ecdsa",
 9436 "elliptic-curve",
 9437 "sha2",
 9438]
 9439
 9440[[package]]
 9441name = "page_size"
 9442version = "0.6.0"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9445dependencies = [
 9446 "libc",
 9447 "winapi",
 9448]
 9449
 9450[[package]]
 9451name = "palette"
 9452version = "0.7.6"
 9453source = "registry+https://github.com/rust-lang/crates.io-index"
 9454checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9455dependencies = [
 9456 "approx",
 9457 "fast-srgb8",
 9458 "palette_derive",
 9459]
 9460
 9461[[package]]
 9462name = "palette_derive"
 9463version = "0.7.6"
 9464source = "registry+https://github.com/rust-lang/crates.io-index"
 9465checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9466dependencies = [
 9467 "by_address",
 9468 "proc-macro2",
 9469 "quote",
 9470 "syn 2.0.100",
 9471]
 9472
 9473[[package]]
 9474name = "panel"
 9475version = "0.1.0"
 9476dependencies = [
 9477 "editor",
 9478 "gpui",
 9479 "settings",
 9480 "theme",
 9481 "ui",
 9482 "workspace",
 9483]
 9484
 9485[[package]]
 9486name = "parity-tokio-ipc"
 9487version = "0.9.0"
 9488source = "registry+https://github.com/rust-lang/crates.io-index"
 9489checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9490dependencies = [
 9491 "futures 0.3.31",
 9492 "libc",
 9493 "log",
 9494 "rand 0.7.3",
 9495 "tokio",
 9496 "winapi",
 9497]
 9498
 9499[[package]]
 9500name = "parking"
 9501version = "2.2.1"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9504
 9505[[package]]
 9506name = "parking_lot"
 9507version = "0.12.3"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9510dependencies = [
 9511 "lock_api",
 9512 "parking_lot_core",
 9513]
 9514
 9515[[package]]
 9516name = "parking_lot_core"
 9517version = "0.9.10"
 9518source = "registry+https://github.com/rust-lang/crates.io-index"
 9519checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9520dependencies = [
 9521 "cfg-if",
 9522 "libc",
 9523 "redox_syscall 0.5.8",
 9524 "smallvec",
 9525 "windows-targets 0.52.6",
 9526]
 9527
 9528[[package]]
 9529name = "password-hash"
 9530version = "0.4.2"
 9531source = "registry+https://github.com/rust-lang/crates.io-index"
 9532checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9533dependencies = [
 9534 "base64ct",
 9535 "rand_core 0.6.4",
 9536 "subtle",
 9537]
 9538
 9539[[package]]
 9540name = "password-hash"
 9541version = "0.5.0"
 9542source = "registry+https://github.com/rust-lang/crates.io-index"
 9543checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9544dependencies = [
 9545 "base64ct",
 9546 "rand_core 0.6.4",
 9547 "subtle",
 9548]
 9549
 9550[[package]]
 9551name = "paste"
 9552version = "1.0.15"
 9553source = "registry+https://github.com/rust-lang/crates.io-index"
 9554checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9555
 9556[[package]]
 9557name = "pathdiff"
 9558version = "0.2.3"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9561
 9562[[package]]
 9563name = "pathfinder_geometry"
 9564version = "0.5.1"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9567dependencies = [
 9568 "log",
 9569 "pathfinder_simd",
 9570]
 9571
 9572[[package]]
 9573name = "pathfinder_simd"
 9574version = "0.5.4"
 9575source = "registry+https://github.com/rust-lang/crates.io-index"
 9576checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9577dependencies = [
 9578 "rustc_version",
 9579]
 9580
 9581[[package]]
 9582name = "paths"
 9583version = "0.1.0"
 9584dependencies = [
 9585 "dirs 4.0.0",
 9586 "util",
 9587]
 9588
 9589[[package]]
 9590name = "pbjson"
 9591version = "0.6.0"
 9592source = "registry+https://github.com/rust-lang/crates.io-index"
 9593checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9594dependencies = [
 9595 "base64 0.21.7",
 9596 "serde",
 9597]
 9598
 9599[[package]]
 9600name = "pbjson-build"
 9601version = "0.6.2"
 9602source = "registry+https://github.com/rust-lang/crates.io-index"
 9603checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9604dependencies = [
 9605 "heck 0.4.1",
 9606 "itertools 0.11.0",
 9607 "prost 0.12.6",
 9608 "prost-types 0.12.6",
 9609]
 9610
 9611[[package]]
 9612name = "pbjson-types"
 9613version = "0.6.0"
 9614source = "registry+https://github.com/rust-lang/crates.io-index"
 9615checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9616dependencies = [
 9617 "bytes 1.10.1",
 9618 "chrono",
 9619 "pbjson",
 9620 "pbjson-build",
 9621 "prost 0.12.6",
 9622 "prost-build 0.12.6",
 9623 "serde",
 9624]
 9625
 9626[[package]]
 9627name = "pbkdf2"
 9628version = "0.11.0"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9631dependencies = [
 9632 "digest",
 9633 "hmac",
 9634 "password-hash 0.4.2",
 9635 "sha2",
 9636]
 9637
 9638[[package]]
 9639name = "pbkdf2"
 9640version = "0.12.2"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9643dependencies = [
 9644 "digest",
 9645 "hmac",
 9646]
 9647
 9648[[package]]
 9649name = "pem"
 9650version = "3.0.4"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9653dependencies = [
 9654 "base64 0.22.1",
 9655 "serde",
 9656]
 9657
 9658[[package]]
 9659name = "pem-rfc7468"
 9660version = "0.7.0"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9663dependencies = [
 9664 "base64ct",
 9665]
 9666
 9667[[package]]
 9668name = "percent-encoding"
 9669version = "2.3.1"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9672
 9673[[package]]
 9674name = "perplexity"
 9675version = "0.1.0"
 9676dependencies = [
 9677 "serde",
 9678 "zed_extension_api 0.3.0",
 9679]
 9680
 9681[[package]]
 9682name = "pest"
 9683version = "2.7.15"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9686dependencies = [
 9687 "memchr",
 9688 "thiserror 2.0.12",
 9689 "ucd-trie",
 9690]
 9691
 9692[[package]]
 9693name = "pest_derive"
 9694version = "2.7.15"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9697dependencies = [
 9698 "pest",
 9699 "pest_generator",
 9700]
 9701
 9702[[package]]
 9703name = "pest_generator"
 9704version = "2.7.15"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9707dependencies = [
 9708 "pest",
 9709 "pest_meta",
 9710 "proc-macro2",
 9711 "quote",
 9712 "syn 2.0.100",
 9713]
 9714
 9715[[package]]
 9716name = "pest_meta"
 9717version = "2.7.15"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9720dependencies = [
 9721 "once_cell",
 9722 "pest",
 9723 "sha2",
 9724]
 9725
 9726[[package]]
 9727name = "pet"
 9728version = "0.1.0"
 9729source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9730dependencies = [
 9731 "clap",
 9732 "env_logger 0.10.2",
 9733 "lazy_static",
 9734 "log",
 9735 "msvc_spectre_libs",
 9736 "pet-conda",
 9737 "pet-core",
 9738 "pet-env-var-path",
 9739 "pet-fs",
 9740 "pet-global-virtualenvs",
 9741 "pet-homebrew",
 9742 "pet-jsonrpc",
 9743 "pet-linux-global-python",
 9744 "pet-mac-commandlinetools",
 9745 "pet-mac-python-org",
 9746 "pet-mac-xcode",
 9747 "pet-pipenv",
 9748 "pet-pixi",
 9749 "pet-poetry",
 9750 "pet-pyenv",
 9751 "pet-python-utils",
 9752 "pet-reporter",
 9753 "pet-telemetry",
 9754 "pet-venv",
 9755 "pet-virtualenv",
 9756 "pet-virtualenvwrapper",
 9757 "pet-windows-registry",
 9758 "pet-windows-store",
 9759 "serde",
 9760 "serde_json",
 9761]
 9762
 9763[[package]]
 9764name = "pet-conda"
 9765version = "0.1.0"
 9766source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9767dependencies = [
 9768 "env_logger 0.10.2",
 9769 "lazy_static",
 9770 "log",
 9771 "msvc_spectre_libs",
 9772 "pet-core",
 9773 "pet-fs",
 9774 "pet-python-utils",
 9775 "pet-reporter",
 9776 "regex",
 9777 "serde",
 9778 "serde_json",
 9779 "yaml-rust2",
 9780]
 9781
 9782[[package]]
 9783name = "pet-core"
 9784version = "0.1.0"
 9785source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9786dependencies = [
 9787 "clap",
 9788 "lazy_static",
 9789 "log",
 9790 "msvc_spectre_libs",
 9791 "pet-fs",
 9792 "regex",
 9793 "serde",
 9794 "serde_json",
 9795]
 9796
 9797[[package]]
 9798name = "pet-env-var-path"
 9799version = "0.1.0"
 9800source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9801dependencies = [
 9802 "lazy_static",
 9803 "log",
 9804 "msvc_spectre_libs",
 9805 "pet-conda",
 9806 "pet-core",
 9807 "pet-fs",
 9808 "pet-python-utils",
 9809 "pet-virtualenv",
 9810 "regex",
 9811]
 9812
 9813[[package]]
 9814name = "pet-fs"
 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]
 9821
 9822[[package]]
 9823name = "pet-global-virtualenvs"
 9824version = "0.1.0"
 9825source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9826dependencies = [
 9827 "log",
 9828 "msvc_spectre_libs",
 9829 "pet-conda",
 9830 "pet-core",
 9831 "pet-fs",
 9832 "pet-virtualenv",
 9833]
 9834
 9835[[package]]
 9836name = "pet-homebrew"
 9837version = "0.1.0"
 9838source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9839dependencies = [
 9840 "lazy_static",
 9841 "log",
 9842 "msvc_spectre_libs",
 9843 "pet-conda",
 9844 "pet-core",
 9845 "pet-fs",
 9846 "pet-python-utils",
 9847 "pet-virtualenv",
 9848 "regex",
 9849 "serde",
 9850 "serde_json",
 9851]
 9852
 9853[[package]]
 9854name = "pet-jsonrpc"
 9855version = "0.1.0"
 9856source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9857dependencies = [
 9858 "env_logger 0.10.2",
 9859 "log",
 9860 "msvc_spectre_libs",
 9861 "pet-core",
 9862 "serde",
 9863 "serde_json",
 9864]
 9865
 9866[[package]]
 9867name = "pet-linux-global-python"
 9868version = "0.1.0"
 9869source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9870dependencies = [
 9871 "log",
 9872 "msvc_spectre_libs",
 9873 "pet-core",
 9874 "pet-fs",
 9875 "pet-python-utils",
 9876 "pet-virtualenv",
 9877]
 9878
 9879[[package]]
 9880name = "pet-mac-commandlinetools"
 9881version = "0.1.0"
 9882source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9883dependencies = [
 9884 "log",
 9885 "msvc_spectre_libs",
 9886 "pet-core",
 9887 "pet-fs",
 9888 "pet-python-utils",
 9889 "pet-virtualenv",
 9890]
 9891
 9892[[package]]
 9893name = "pet-mac-python-org"
 9894version = "0.1.0"
 9895source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9896dependencies = [
 9897 "log",
 9898 "msvc_spectre_libs",
 9899 "pet-core",
 9900 "pet-fs",
 9901 "pet-python-utils",
 9902 "pet-virtualenv",
 9903]
 9904
 9905[[package]]
 9906name = "pet-mac-xcode"
 9907version = "0.1.0"
 9908source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9909dependencies = [
 9910 "log",
 9911 "msvc_spectre_libs",
 9912 "pet-core",
 9913 "pet-fs",
 9914 "pet-python-utils",
 9915 "pet-virtualenv",
 9916]
 9917
 9918[[package]]
 9919name = "pet-pipenv"
 9920version = "0.1.0"
 9921source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9922dependencies = [
 9923 "log",
 9924 "msvc_spectre_libs",
 9925 "pet-core",
 9926 "pet-fs",
 9927 "pet-python-utils",
 9928 "pet-virtualenv",
 9929]
 9930
 9931[[package]]
 9932name = "pet-pixi"
 9933version = "0.1.0"
 9934source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9935dependencies = [
 9936 "log",
 9937 "msvc_spectre_libs",
 9938 "pet-conda",
 9939 "pet-core",
 9940 "pet-python-utils",
 9941]
 9942
 9943[[package]]
 9944name = "pet-poetry"
 9945version = "0.1.0"
 9946source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9947dependencies = [
 9948 "base64 0.22.1",
 9949 "lazy_static",
 9950 "log",
 9951 "msvc_spectre_libs",
 9952 "pet-core",
 9953 "pet-fs",
 9954 "pet-python-utils",
 9955 "pet-reporter",
 9956 "pet-virtualenv",
 9957 "regex",
 9958 "serde",
 9959 "serde_json",
 9960 "sha2",
 9961 "toml 0.8.20",
 9962]
 9963
 9964[[package]]
 9965name = "pet-pyenv"
 9966version = "0.1.0"
 9967source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9968dependencies = [
 9969 "lazy_static",
 9970 "log",
 9971 "msvc_spectre_libs",
 9972 "pet-conda",
 9973 "pet-core",
 9974 "pet-fs",
 9975 "pet-python-utils",
 9976 "pet-reporter",
 9977 "regex",
 9978 "serde",
 9979 "serde_json",
 9980]
 9981
 9982[[package]]
 9983name = "pet-python-utils"
 9984version = "0.1.0"
 9985source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9986dependencies = [
 9987 "env_logger 0.10.2",
 9988 "lazy_static",
 9989 "log",
 9990 "msvc_spectre_libs",
 9991 "pet-core",
 9992 "pet-fs",
 9993 "regex",
 9994 "serde",
 9995 "serde_json",
 9996 "sha2",
 9997]
 9998
 9999[[package]]
10000name = "pet-reporter"
10001version = "0.1.0"
10002source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10003dependencies = [
10004 "env_logger 0.10.2",
10005 "log",
10006 "msvc_spectre_libs",
10007 "pet-core",
10008 "pet-jsonrpc",
10009 "serde",
10010 "serde_json",
10011]
10012
10013[[package]]
10014name = "pet-telemetry"
10015version = "0.1.0"
10016source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10017dependencies = [
10018 "env_logger 0.10.2",
10019 "lazy_static",
10020 "log",
10021 "msvc_spectre_libs",
10022 "pet-core",
10023 "pet-fs",
10024 "pet-python-utils",
10025 "regex",
10026]
10027
10028[[package]]
10029name = "pet-venv"
10030version = "0.1.0"
10031source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10032dependencies = [
10033 "log",
10034 "msvc_spectre_libs",
10035 "pet-core",
10036 "pet-python-utils",
10037 "pet-virtualenv",
10038]
10039
10040[[package]]
10041name = "pet-virtualenv"
10042version = "0.1.0"
10043source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10044dependencies = [
10045 "log",
10046 "msvc_spectre_libs",
10047 "pet-core",
10048 "pet-fs",
10049 "pet-python-utils",
10050]
10051
10052[[package]]
10053name = "pet-virtualenvwrapper"
10054version = "0.1.0"
10055source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10056dependencies = [
10057 "log",
10058 "msvc_spectre_libs",
10059 "pet-core",
10060 "pet-fs",
10061 "pet-python-utils",
10062 "pet-virtualenv",
10063]
10064
10065[[package]]
10066name = "pet-windows-registry"
10067version = "0.1.0"
10068source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10069dependencies = [
10070 "lazy_static",
10071 "log",
10072 "msvc_spectre_libs",
10073 "pet-conda",
10074 "pet-core",
10075 "pet-fs",
10076 "pet-python-utils",
10077 "pet-virtualenv",
10078 "pet-windows-store",
10079 "regex",
10080 "winreg 0.52.0",
10081]
10082
10083[[package]]
10084name = "pet-windows-store"
10085version = "0.1.0"
10086source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10087dependencies = [
10088 "lazy_static",
10089 "log",
10090 "msvc_spectre_libs",
10091 "pet-core",
10092 "pet-fs",
10093 "pet-python-utils",
10094 "pet-virtualenv",
10095 "regex",
10096 "winreg 0.52.0",
10097]
10098
10099[[package]]
10100name = "petgraph"
10101version = "0.6.5"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10104dependencies = [
10105 "fixedbitset",
10106 "indexmap",
10107]
10108
10109[[package]]
10110name = "pgvector"
10111version = "0.4.0"
10112source = "registry+https://github.com/rust-lang/crates.io-index"
10113checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10114dependencies = [
10115 "serde",
10116]
10117
10118[[package]]
10119name = "phf"
10120version = "0.11.2"
10121source = "registry+https://github.com/rust-lang/crates.io-index"
10122checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10123dependencies = [
10124 "phf_macros",
10125 "phf_shared 0.11.2",
10126]
10127
10128[[package]]
10129name = "phf_codegen"
10130version = "0.11.2"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10133dependencies = [
10134 "phf_generator 0.11.2",
10135 "phf_shared 0.11.2",
10136]
10137
10138[[package]]
10139name = "phf_generator"
10140version = "0.10.0"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10143dependencies = [
10144 "phf_shared 0.10.0",
10145 "rand 0.8.5",
10146]
10147
10148[[package]]
10149name = "phf_generator"
10150version = "0.11.2"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10153dependencies = [
10154 "phf_shared 0.11.2",
10155 "rand 0.8.5",
10156]
10157
10158[[package]]
10159name = "phf_macros"
10160version = "0.11.2"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10163dependencies = [
10164 "phf_generator 0.11.2",
10165 "phf_shared 0.11.2",
10166 "proc-macro2",
10167 "quote",
10168 "syn 2.0.100",
10169]
10170
10171[[package]]
10172name = "phf_shared"
10173version = "0.10.0"
10174source = "registry+https://github.com/rust-lang/crates.io-index"
10175checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10176dependencies = [
10177 "siphasher 0.3.11",
10178]
10179
10180[[package]]
10181name = "phf_shared"
10182version = "0.11.2"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10185dependencies = [
10186 "siphasher 0.3.11",
10187]
10188
10189[[package]]
10190name = "picker"
10191version = "0.1.0"
10192dependencies = [
10193 "anyhow",
10194 "ctor",
10195 "editor",
10196 "env_logger 0.11.7",
10197 "gpui",
10198 "menu",
10199 "schemars",
10200 "serde",
10201 "serde_json",
10202 "ui",
10203 "util",
10204 "workspace",
10205]
10206
10207[[package]]
10208name = "pico-args"
10209version = "0.5.0"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10212
10213[[package]]
10214name = "pin-project"
10215version = "1.1.7"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10218dependencies = [
10219 "pin-project-internal",
10220]
10221
10222[[package]]
10223name = "pin-project-internal"
10224version = "1.1.7"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10227dependencies = [
10228 "proc-macro2",
10229 "quote",
10230 "syn 2.0.100",
10231]
10232
10233[[package]]
10234name = "pin-project-lite"
10235version = "0.2.16"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10238
10239[[package]]
10240name = "pin-utils"
10241version = "0.1.0"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10244
10245[[package]]
10246name = "piper"
10247version = "0.2.4"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10250dependencies = [
10251 "atomic-waker",
10252 "fastrand 2.3.0",
10253 "futures-io",
10254]
10255
10256[[package]]
10257name = "pkcs1"
10258version = "0.7.5"
10259source = "registry+https://github.com/rust-lang/crates.io-index"
10260checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10261dependencies = [
10262 "der 0.7.9",
10263 "pkcs8 0.10.2",
10264 "spki 0.7.3",
10265]
10266
10267[[package]]
10268name = "pkcs8"
10269version = "0.9.0"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10272dependencies = [
10273 "der 0.6.1",
10274 "spki 0.6.0",
10275]
10276
10277[[package]]
10278name = "pkcs8"
10279version = "0.10.2"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10282dependencies = [
10283 "der 0.7.9",
10284 "spki 0.7.3",
10285]
10286
10287[[package]]
10288name = "pkg-config"
10289version = "0.3.31"
10290source = "registry+https://github.com/rust-lang/crates.io-index"
10291checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10292
10293[[package]]
10294name = "plist"
10295version = "1.7.0"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10298dependencies = [
10299 "base64 0.22.1",
10300 "indexmap",
10301 "quick-xml 0.32.0",
10302 "serde",
10303 "time",
10304]
10305
10306[[package]]
10307name = "plotters"
10308version = "0.3.7"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10311dependencies = [
10312 "num-traits",
10313 "plotters-backend",
10314 "plotters-svg",
10315 "wasm-bindgen",
10316 "web-sys",
10317]
10318
10319[[package]]
10320name = "plotters-backend"
10321version = "0.3.7"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10324
10325[[package]]
10326name = "plotters-svg"
10327version = "0.3.7"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10330dependencies = [
10331 "plotters-backend",
10332]
10333
10334[[package]]
10335name = "png"
10336version = "0.17.15"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10339dependencies = [
10340 "bitflags 1.3.2",
10341 "crc32fast",
10342 "fdeflate",
10343 "flate2",
10344 "miniz_oxide",
10345]
10346
10347[[package]]
10348name = "polling"
10349version = "3.7.4"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10352dependencies = [
10353 "cfg-if",
10354 "concurrent-queue",
10355 "hermit-abi 0.4.0",
10356 "pin-project-lite",
10357 "rustix",
10358 "tracing",
10359 "windows-sys 0.59.0",
10360]
10361
10362[[package]]
10363name = "pollster"
10364version = "0.2.5"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10367
10368[[package]]
10369name = "portable-atomic"
10370version = "1.11.0"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10373
10374[[package]]
10375name = "portable-atomic-util"
10376version = "0.2.4"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10379dependencies = [
10380 "portable-atomic",
10381]
10382
10383[[package]]
10384name = "postage"
10385version = "0.5.0"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10388dependencies = [
10389 "atomic",
10390 "crossbeam-queue",
10391 "futures 0.3.31",
10392 "log",
10393 "parking_lot",
10394 "pin-project",
10395 "pollster",
10396 "static_assertions",
10397 "thiserror 1.0.69",
10398]
10399
10400[[package]]
10401name = "postcard"
10402version = "1.1.1"
10403source = "registry+https://github.com/rust-lang/crates.io-index"
10404checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10405dependencies = [
10406 "cobs",
10407 "embedded-io 0.4.0",
10408 "embedded-io 0.6.1",
10409 "serde",
10410]
10411
10412[[package]]
10413name = "powerfmt"
10414version = "0.2.0"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10417
10418[[package]]
10419name = "ppv-lite86"
10420version = "0.2.20"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10423dependencies = [
10424 "zerocopy 0.7.35",
10425]
10426
10427[[package]]
10428name = "precomputed-hash"
10429version = "0.1.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10432
10433[[package]]
10434name = "prettier"
10435version = "0.1.0"
10436dependencies = [
10437 "anyhow",
10438 "collections",
10439 "fs",
10440 "gpui",
10441 "language",
10442 "log",
10443 "lsp",
10444 "node_runtime",
10445 "parking_lot",
10446 "paths",
10447 "serde",
10448 "serde_json",
10449 "util",
10450]
10451
10452[[package]]
10453name = "pretty_assertions"
10454version = "1.4.1"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10457dependencies = [
10458 "diff",
10459 "yansi",
10460]
10461
10462[[package]]
10463name = "prettyplease"
10464version = "0.2.25"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10467dependencies = [
10468 "proc-macro2",
10469 "syn 2.0.100",
10470]
10471
10472[[package]]
10473name = "proc-macro-crate"
10474version = "3.2.0"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10477dependencies = [
10478 "toml_edit",
10479]
10480
10481[[package]]
10482name = "proc-macro-error-attr2"
10483version = "2.0.0"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10486dependencies = [
10487 "proc-macro2",
10488 "quote",
10489]
10490
10491[[package]]
10492name = "proc-macro-error2"
10493version = "2.0.1"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10496dependencies = [
10497 "proc-macro-error-attr2",
10498 "proc-macro2",
10499 "quote",
10500 "syn 2.0.100",
10501]
10502
10503[[package]]
10504name = "proc-macro2"
10505version = "1.0.94"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10508dependencies = [
10509 "unicode-ident",
10510]
10511
10512[[package]]
10513name = "proc-macro2-diagnostics"
10514version = "0.10.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10517dependencies = [
10518 "proc-macro2",
10519 "quote",
10520 "syn 2.0.100",
10521 "version_check",
10522 "yansi",
10523]
10524
10525[[package]]
10526name = "profiling"
10527version = "1.0.16"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10530dependencies = [
10531 "profiling-procmacros",
10532]
10533
10534[[package]]
10535name = "profiling-procmacros"
10536version = "1.0.16"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10539dependencies = [
10540 "quote",
10541 "syn 2.0.100",
10542]
10543
10544[[package]]
10545name = "project"
10546version = "0.1.0"
10547dependencies = [
10548 "aho-corasick",
10549 "anyhow",
10550 "askpass",
10551 "async-trait",
10552 "buffer_diff",
10553 "circular-buffer",
10554 "client",
10555 "clock",
10556 "collections",
10557 "dap",
10558 "dap_adapters",
10559 "env_logger 0.11.7",
10560 "extension",
10561 "fancy-regex 0.14.0",
10562 "fs",
10563 "futures 0.3.31",
10564 "fuzzy",
10565 "git",
10566 "git2",
10567 "globset",
10568 "gpui",
10569 "http_client",
10570 "image",
10571 "indexmap",
10572 "itertools 0.14.0",
10573 "language",
10574 "log",
10575 "lsp",
10576 "node_runtime",
10577 "parking_lot",
10578 "pathdiff",
10579 "paths",
10580 "postage",
10581 "prettier",
10582 "pretty_assertions",
10583 "rand 0.8.5",
10584 "regex",
10585 "release_channel",
10586 "remote",
10587 "rpc",
10588 "schemars",
10589 "serde",
10590 "serde_json",
10591 "settings",
10592 "sha2",
10593 "shellexpand 2.1.2",
10594 "shlex",
10595 "smol",
10596 "snippet",
10597 "snippet_provider",
10598 "sum_tree",
10599 "task",
10600 "tempfile",
10601 "terminal",
10602 "text",
10603 "toml 0.8.20",
10604 "unindent",
10605 "url",
10606 "util",
10607 "which 6.0.3",
10608 "worktree",
10609 "zlog",
10610]
10611
10612[[package]]
10613name = "project_panel"
10614version = "0.1.0"
10615dependencies = [
10616 "anyhow",
10617 "client",
10618 "collections",
10619 "command_palette_hooks",
10620 "db",
10621 "editor",
10622 "file_icons",
10623 "git",
10624 "gpui",
10625 "indexmap",
10626 "language",
10627 "menu",
10628 "pretty_assertions",
10629 "project",
10630 "schemars",
10631 "search",
10632 "serde",
10633 "serde_derive",
10634 "serde_json",
10635 "settings",
10636 "smallvec",
10637 "theme",
10638 "ui",
10639 "util",
10640 "workspace",
10641 "worktree",
10642 "zed_actions",
10643]
10644
10645[[package]]
10646name = "project_symbols"
10647version = "0.1.0"
10648dependencies = [
10649 "anyhow",
10650 "editor",
10651 "futures 0.3.31",
10652 "fuzzy",
10653 "gpui",
10654 "language",
10655 "lsp",
10656 "ordered-float 2.10.1",
10657 "picker",
10658 "project",
10659 "release_channel",
10660 "serde_json",
10661 "settings",
10662 "theme",
10663 "util",
10664 "workspace",
10665]
10666
10667[[package]]
10668name = "prometheus"
10669version = "0.13.4"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10672dependencies = [
10673 "cfg-if",
10674 "fnv",
10675 "lazy_static",
10676 "memchr",
10677 "parking_lot",
10678 "protobuf",
10679 "thiserror 1.0.69",
10680]
10681
10682[[package]]
10683name = "prompt_library"
10684version = "0.1.0"
10685dependencies = [
10686 "anyhow",
10687 "collections",
10688 "editor",
10689 "gpui",
10690 "language",
10691 "language_model",
10692 "log",
10693 "menu",
10694 "picker",
10695 "prompt_store",
10696 "release_channel",
10697 "rope",
10698 "serde",
10699 "settings",
10700 "theme",
10701 "ui",
10702 "util",
10703 "workspace",
10704 "zed_actions",
10705]
10706
10707[[package]]
10708name = "prompt_store"
10709version = "0.1.0"
10710dependencies = [
10711 "anyhow",
10712 "assets",
10713 "chrono",
10714 "collections",
10715 "fs",
10716 "futures 0.3.31",
10717 "fuzzy",
10718 "gpui",
10719 "handlebars 4.5.0",
10720 "heed",
10721 "language",
10722 "log",
10723 "parking_lot",
10724 "paths",
10725 "rope",
10726 "serde",
10727 "text",
10728 "util",
10729 "uuid",
10730]
10731
10732[[package]]
10733name = "prost"
10734version = "0.9.0"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10737dependencies = [
10738 "bytes 1.10.1",
10739 "prost-derive 0.9.0",
10740]
10741
10742[[package]]
10743name = "prost"
10744version = "0.12.6"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10747dependencies = [
10748 "bytes 1.10.1",
10749 "prost-derive 0.12.6",
10750]
10751
10752[[package]]
10753name = "prost-build"
10754version = "0.9.0"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10757dependencies = [
10758 "bytes 1.10.1",
10759 "heck 0.3.3",
10760 "itertools 0.10.5",
10761 "lazy_static",
10762 "log",
10763 "multimap 0.8.3",
10764 "petgraph",
10765 "prost 0.9.0",
10766 "prost-types 0.9.0",
10767 "regex",
10768 "tempfile",
10769 "which 4.4.2",
10770]
10771
10772[[package]]
10773name = "prost-build"
10774version = "0.12.6"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10777dependencies = [
10778 "bytes 1.10.1",
10779 "heck 0.5.0",
10780 "itertools 0.12.1",
10781 "log",
10782 "multimap 0.10.0",
10783 "once_cell",
10784 "petgraph",
10785 "prettyplease",
10786 "prost 0.12.6",
10787 "prost-types 0.12.6",
10788 "regex",
10789 "syn 2.0.100",
10790 "tempfile",
10791]
10792
10793[[package]]
10794name = "prost-derive"
10795version = "0.9.0"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10798dependencies = [
10799 "anyhow",
10800 "itertools 0.10.5",
10801 "proc-macro2",
10802 "quote",
10803 "syn 1.0.109",
10804]
10805
10806[[package]]
10807name = "prost-derive"
10808version = "0.12.6"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10811dependencies = [
10812 "anyhow",
10813 "itertools 0.12.1",
10814 "proc-macro2",
10815 "quote",
10816 "syn 2.0.100",
10817]
10818
10819[[package]]
10820name = "prost-types"
10821version = "0.9.0"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10824dependencies = [
10825 "bytes 1.10.1",
10826 "prost 0.9.0",
10827]
10828
10829[[package]]
10830name = "prost-types"
10831version = "0.12.6"
10832source = "registry+https://github.com/rust-lang/crates.io-index"
10833checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10834dependencies = [
10835 "prost 0.12.6",
10836]
10837
10838[[package]]
10839name = "proto"
10840version = "0.1.0"
10841dependencies = [
10842 "anyhow",
10843 "collections",
10844 "prost 0.9.0",
10845 "prost-build 0.9.0",
10846 "serde",
10847]
10848
10849[[package]]
10850name = "protobuf"
10851version = "2.28.0"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10854
10855[[package]]
10856name = "psm"
10857version = "0.1.24"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10860dependencies = [
10861 "cc",
10862]
10863
10864[[package]]
10865name = "ptr_meta"
10866version = "0.1.4"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10869dependencies = [
10870 "ptr_meta_derive",
10871]
10872
10873[[package]]
10874name = "ptr_meta_derive"
10875version = "0.1.4"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10878dependencies = [
10879 "proc-macro2",
10880 "quote",
10881 "syn 1.0.109",
10882]
10883
10884[[package]]
10885name = "pulldown-cmark"
10886version = "0.10.3"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10889dependencies = [
10890 "bitflags 2.8.0",
10891 "memchr",
10892 "pulldown-cmark-escape",
10893 "unicase",
10894]
10895
10896[[package]]
10897name = "pulldown-cmark"
10898version = "0.12.2"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10901dependencies = [
10902 "bitflags 2.8.0",
10903 "memchr",
10904 "unicase",
10905]
10906
10907[[package]]
10908name = "pulldown-cmark-escape"
10909version = "0.10.1"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10912
10913[[package]]
10914name = "pulley-interpreter"
10915version = "29.0.1"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10918dependencies = [
10919 "cranelift-bitset",
10920 "log",
10921 "sptr",
10922 "wasmtime-math",
10923]
10924
10925[[package]]
10926name = "qoi"
10927version = "0.4.1"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10930dependencies = [
10931 "bytemuck",
10932]
10933
10934[[package]]
10935name = "quick-error"
10936version = "2.0.1"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10939
10940[[package]]
10941name = "quick-xml"
10942version = "0.32.0"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10945dependencies = [
10946 "memchr",
10947]
10948
10949[[package]]
10950name = "quick-xml"
10951version = "0.37.2"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10954dependencies = [
10955 "memchr",
10956]
10957
10958[[package]]
10959name = "quinn"
10960version = "0.11.6"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10963dependencies = [
10964 "bytes 1.10.1",
10965 "pin-project-lite",
10966 "quinn-proto",
10967 "quinn-udp",
10968 "rustc-hash 2.1.1",
10969 "rustls 0.23.25",
10970 "socket2",
10971 "thiserror 2.0.12",
10972 "tokio",
10973 "tracing",
10974]
10975
10976[[package]]
10977name = "quinn-proto"
10978version = "0.11.9"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10981dependencies = [
10982 "bytes 1.10.1",
10983 "getrandom 0.2.15",
10984 "rand 0.8.5",
10985 "ring",
10986 "rustc-hash 2.1.1",
10987 "rustls 0.23.25",
10988 "rustls-pki-types",
10989 "slab",
10990 "thiserror 2.0.12",
10991 "tinyvec",
10992 "tracing",
10993 "web-time",
10994]
10995
10996[[package]]
10997name = "quinn-udp"
10998version = "0.5.9"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11001dependencies = [
11002 "cfg_aliases 0.2.1",
11003 "libc",
11004 "once_cell",
11005 "socket2",
11006 "tracing",
11007 "windows-sys 0.59.0",
11008]
11009
11010[[package]]
11011name = "quote"
11012version = "1.0.40"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11015dependencies = [
11016 "proc-macro2",
11017]
11018
11019[[package]]
11020name = "radium"
11021version = "0.7.0"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11024
11025[[package]]
11026name = "rand"
11027version = "0.7.3"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11030dependencies = [
11031 "getrandom 0.1.16",
11032 "libc",
11033 "rand_chacha 0.2.2",
11034 "rand_core 0.5.1",
11035 "rand_hc",
11036]
11037
11038[[package]]
11039name = "rand"
11040version = "0.8.5"
11041source = "registry+https://github.com/rust-lang/crates.io-index"
11042checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11043dependencies = [
11044 "libc",
11045 "rand_chacha 0.3.1",
11046 "rand_core 0.6.4",
11047]
11048
11049[[package]]
11050name = "rand"
11051version = "0.9.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11054dependencies = [
11055 "rand_chacha 0.9.0",
11056 "rand_core 0.9.0",
11057 "zerocopy 0.8.18",
11058]
11059
11060[[package]]
11061name = "rand_chacha"
11062version = "0.2.2"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11065dependencies = [
11066 "ppv-lite86",
11067 "rand_core 0.5.1",
11068]
11069
11070[[package]]
11071name = "rand_chacha"
11072version = "0.3.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11075dependencies = [
11076 "ppv-lite86",
11077 "rand_core 0.6.4",
11078]
11079
11080[[package]]
11081name = "rand_chacha"
11082version = "0.9.0"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11085dependencies = [
11086 "ppv-lite86",
11087 "rand_core 0.9.0",
11088]
11089
11090[[package]]
11091name = "rand_core"
11092version = "0.5.1"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11095dependencies = [
11096 "getrandom 0.1.16",
11097]
11098
11099[[package]]
11100name = "rand_core"
11101version = "0.6.4"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11104dependencies = [
11105 "getrandom 0.2.15",
11106]
11107
11108[[package]]
11109name = "rand_core"
11110version = "0.9.0"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11113dependencies = [
11114 "getrandom 0.3.1",
11115 "zerocopy 0.8.18",
11116]
11117
11118[[package]]
11119name = "rand_hc"
11120version = "0.2.0"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11123dependencies = [
11124 "rand_core 0.5.1",
11125]
11126
11127[[package]]
11128name = "rangemap"
11129version = "1.5.1"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11132
11133[[package]]
11134name = "rav1e"
11135version = "0.7.1"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11138dependencies = [
11139 "arbitrary",
11140 "arg_enum_proc_macro",
11141 "arrayvec",
11142 "av1-grain",
11143 "bitstream-io",
11144 "built",
11145 "cfg-if",
11146 "interpolate_name",
11147 "itertools 0.12.1",
11148 "libc",
11149 "libfuzzer-sys",
11150 "log",
11151 "maybe-rayon",
11152 "new_debug_unreachable",
11153 "noop_proc_macro",
11154 "num-derive",
11155 "num-traits",
11156 "once_cell",
11157 "paste",
11158 "profiling",
11159 "rand 0.8.5",
11160 "rand_chacha 0.3.1",
11161 "simd_helpers",
11162 "system-deps",
11163 "thiserror 1.0.69",
11164 "v_frame",
11165 "wasm-bindgen",
11166]
11167
11168[[package]]
11169name = "ravif"
11170version = "0.11.11"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11173dependencies = [
11174 "avif-serialize",
11175 "imgref",
11176 "loop9",
11177 "quick-error",
11178 "rav1e",
11179 "rayon",
11180 "rgb",
11181]
11182
11183[[package]]
11184name = "raw-window-handle"
11185version = "0.6.2"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11188
11189[[package]]
11190name = "raw-window-metal"
11191version = "0.4.0"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11194dependencies = [
11195 "cocoa 0.25.0",
11196 "core-graphics 0.23.2",
11197 "objc",
11198 "raw-window-handle",
11199]
11200
11201[[package]]
11202name = "rayon"
11203version = "1.10.0"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11206dependencies = [
11207 "either",
11208 "rayon-core",
11209]
11210
11211[[package]]
11212name = "rayon-core"
11213version = "1.12.1"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11216dependencies = [
11217 "crossbeam-deque",
11218 "crossbeam-utils",
11219]
11220
11221[[package]]
11222name = "read-fonts"
11223version = "0.25.3"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11226dependencies = [
11227 "bytemuck",
11228 "font-types",
11229]
11230
11231[[package]]
11232name = "recent_projects"
11233version = "0.1.0"
11234dependencies = [
11235 "anyhow",
11236 "auto_update",
11237 "dap",
11238 "editor",
11239 "extension_host",
11240 "file_finder",
11241 "futures 0.3.31",
11242 "fuzzy",
11243 "gpui",
11244 "language",
11245 "log",
11246 "markdown",
11247 "menu",
11248 "ordered-float 2.10.1",
11249 "paths",
11250 "picker",
11251 "project",
11252 "release_channel",
11253 "remote",
11254 "schemars",
11255 "serde",
11256 "serde_json",
11257 "settings",
11258 "smol",
11259 "task",
11260 "telemetry",
11261 "theme",
11262 "ui",
11263 "util",
11264 "workspace",
11265 "zed_actions",
11266]
11267
11268[[package]]
11269name = "redox_syscall"
11270version = "0.2.16"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11273dependencies = [
11274 "bitflags 1.3.2",
11275]
11276
11277[[package]]
11278name = "redox_syscall"
11279version = "0.5.8"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11282dependencies = [
11283 "bitflags 2.8.0",
11284]
11285
11286[[package]]
11287name = "redox_users"
11288version = "0.4.6"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11291dependencies = [
11292 "getrandom 0.2.15",
11293 "libredox",
11294 "thiserror 1.0.69",
11295]
11296
11297[[package]]
11298name = "refineable"
11299version = "0.1.0"
11300dependencies = [
11301 "derive_refineable",
11302]
11303
11304[[package]]
11305name = "regalloc2"
11306version = "0.11.1"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11309dependencies = [
11310 "allocator-api2",
11311 "bumpalo",
11312 "hashbrown 0.15.2",
11313 "log",
11314 "rustc-hash 2.1.1",
11315 "smallvec",
11316]
11317
11318[[package]]
11319name = "regex"
11320version = "1.11.1"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11323dependencies = [
11324 "aho-corasick",
11325 "memchr",
11326 "regex-automata 0.4.9",
11327 "regex-syntax 0.8.5",
11328]
11329
11330[[package]]
11331name = "regex-automata"
11332version = "0.1.10"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11335dependencies = [
11336 "regex-syntax 0.6.29",
11337]
11338
11339[[package]]
11340name = "regex-automata"
11341version = "0.4.9"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11344dependencies = [
11345 "aho-corasick",
11346 "memchr",
11347 "regex-syntax 0.8.5",
11348]
11349
11350[[package]]
11351name = "regex-lite"
11352version = "0.1.6"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11355
11356[[package]]
11357name = "regex-syntax"
11358version = "0.6.29"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11361
11362[[package]]
11363name = "regex-syntax"
11364version = "0.8.5"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11367
11368[[package]]
11369name = "release_channel"
11370version = "0.1.0"
11371dependencies = [
11372 "gpui",
11373]
11374
11375[[package]]
11376name = "remote"
11377version = "0.1.0"
11378dependencies = [
11379 "anyhow",
11380 "askpass",
11381 "async-trait",
11382 "collections",
11383 "fs",
11384 "futures 0.3.31",
11385 "gpui",
11386 "itertools 0.14.0",
11387 "log",
11388 "parking_lot",
11389 "paths",
11390 "prost 0.9.0",
11391 "release_channel",
11392 "rpc",
11393 "schemars",
11394 "serde",
11395 "serde_json",
11396 "shlex",
11397 "smol",
11398 "tempfile",
11399 "thiserror 2.0.12",
11400 "urlencoding",
11401 "util",
11402]
11403
11404[[package]]
11405name = "remote_server"
11406version = "0.1.0"
11407dependencies = [
11408 "anyhow",
11409 "async-watch",
11410 "backtrace",
11411 "cargo_toml",
11412 "chrono",
11413 "clap",
11414 "client",
11415 "clock",
11416 "env_logger 0.11.7",
11417 "extension",
11418 "extension_host",
11419 "fork",
11420 "fs",
11421 "futures 0.3.31",
11422 "git",
11423 "git_hosting_providers",
11424 "gpui",
11425 "gpui_tokio",
11426 "http_client",
11427 "language",
11428 "language_extension",
11429 "languages",
11430 "libc",
11431 "log",
11432 "lsp",
11433 "node_runtime",
11434 "paths",
11435 "project",
11436 "proto",
11437 "release_channel",
11438 "remote",
11439 "reqwest_client",
11440 "rpc",
11441 "rust-embed",
11442 "serde",
11443 "serde_json",
11444 "settings",
11445 "shellexpand 2.1.2",
11446 "smol",
11447 "sysinfo",
11448 "telemetry_events",
11449 "toml 0.8.20",
11450 "unindent",
11451 "util",
11452 "worktree",
11453]
11454
11455[[package]]
11456name = "rend"
11457version = "0.4.2"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11460dependencies = [
11461 "bytecheck",
11462]
11463
11464[[package]]
11465name = "repl"
11466version = "0.1.0"
11467dependencies = [
11468 "alacritty_terminal",
11469 "anyhow",
11470 "async-dispatcher",
11471 "async-tungstenite",
11472 "base64 0.22.1",
11473 "client",
11474 "collections",
11475 "command_palette_hooks",
11476 "editor",
11477 "env_logger 0.11.7",
11478 "feature_flags",
11479 "file_icons",
11480 "futures 0.3.31",
11481 "gpui",
11482 "http_client",
11483 "image",
11484 "indoc",
11485 "jupyter-protocol",
11486 "jupyter-websocket-client",
11487 "language",
11488 "languages",
11489 "log",
11490 "markdown_preview",
11491 "menu",
11492 "multi_buffer",
11493 "nbformat",
11494 "picker",
11495 "project",
11496 "runtimelib",
11497 "schemars",
11498 "serde",
11499 "serde_json",
11500 "settings",
11501 "smol",
11502 "telemetry",
11503 "terminal",
11504 "terminal_view",
11505 "theme",
11506 "tree-sitter-md",
11507 "tree-sitter-python",
11508 "tree-sitter-typescript",
11509 "ui",
11510 "util",
11511 "uuid",
11512 "workspace",
11513]
11514
11515[[package]]
11516name = "reqwest"
11517version = "0.11.27"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11520dependencies = [
11521 "base64 0.21.7",
11522 "bytes 1.10.1",
11523 "encoding_rs",
11524 "futures-core",
11525 "futures-util",
11526 "h2 0.3.26",
11527 "http 0.2.12",
11528 "http-body 0.4.6",
11529 "hyper 0.14.32",
11530 "hyper-rustls 0.24.2",
11531 "hyper-tls",
11532 "ipnet",
11533 "js-sys",
11534 "log",
11535 "mime",
11536 "native-tls",
11537 "once_cell",
11538 "percent-encoding",
11539 "pin-project-lite",
11540 "rustls 0.21.12",
11541 "rustls-native-certs 0.6.3",
11542 "rustls-pemfile 1.0.4",
11543 "serde",
11544 "serde_json",
11545 "serde_urlencoded",
11546 "sync_wrapper 0.1.2",
11547 "system-configuration 0.5.1",
11548 "tokio",
11549 "tokio-native-tls",
11550 "tokio-rustls 0.24.1",
11551 "tower-service",
11552 "url",
11553 "wasm-bindgen",
11554 "wasm-bindgen-futures",
11555 "web-sys",
11556 "winreg 0.50.0",
11557]
11558
11559[[package]]
11560name = "reqwest"
11561version = "0.12.8"
11562source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11563dependencies = [
11564 "base64 0.22.1",
11565 "bytes 1.10.1",
11566 "encoding_rs",
11567 "futures-core",
11568 "futures-util",
11569 "h2 0.4.7",
11570 "http 1.2.0",
11571 "http-body 1.0.1",
11572 "http-body-util",
11573 "hyper 1.5.1",
11574 "hyper-rustls 0.27.3",
11575 "hyper-util",
11576 "ipnet",
11577 "js-sys",
11578 "log",
11579 "mime",
11580 "once_cell",
11581 "percent-encoding",
11582 "pin-project-lite",
11583 "quinn",
11584 "rustls 0.23.25",
11585 "rustls-native-certs 0.8.1",
11586 "rustls-pemfile 2.2.0",
11587 "rustls-pki-types",
11588 "serde",
11589 "serde_json",
11590 "serde_urlencoded",
11591 "sync_wrapper 1.0.2",
11592 "system-configuration 0.6.1",
11593 "tokio",
11594 "tokio-rustls 0.26.1",
11595 "tokio-socks",
11596 "tokio-util",
11597 "tower-service",
11598 "url",
11599 "wasm-bindgen",
11600 "wasm-bindgen-futures",
11601 "wasm-streams",
11602 "web-sys",
11603 "windows-registry",
11604]
11605
11606[[package]]
11607name = "reqwest_client"
11608version = "0.1.0"
11609dependencies = [
11610 "anyhow",
11611 "bytes 1.10.1",
11612 "futures 0.3.31",
11613 "gpui",
11614 "http_client",
11615 "http_client_tls",
11616 "log",
11617 "regex",
11618 "reqwest 0.12.8",
11619 "serde",
11620 "smol",
11621 "tokio",
11622]
11623
11624[[package]]
11625name = "resvg"
11626version = "0.45.0"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11629dependencies = [
11630 "log",
11631 "pico-args",
11632 "rgb",
11633 "svgtypes",
11634 "tiny-skia",
11635 "usvg",
11636]
11637
11638[[package]]
11639name = "rfc6979"
11640version = "0.3.1"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11643dependencies = [
11644 "crypto-bigint 0.4.9",
11645 "hmac",
11646 "zeroize",
11647]
11648
11649[[package]]
11650name = "rgb"
11651version = "0.8.50"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11654dependencies = [
11655 "bytemuck",
11656]
11657
11658[[package]]
11659name = "rich_text"
11660version = "0.1.0"
11661dependencies = [
11662 "futures 0.3.31",
11663 "gpui",
11664 "language",
11665 "linkify",
11666 "pulldown-cmark 0.12.2",
11667 "theme",
11668 "ui",
11669 "util",
11670]
11671
11672[[package]]
11673name = "ring"
11674version = "0.17.8"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11677dependencies = [
11678 "cc",
11679 "cfg-if",
11680 "getrandom 0.2.15",
11681 "libc",
11682 "spin",
11683 "untrusted",
11684 "windows-sys 0.52.0",
11685]
11686
11687[[package]]
11688name = "rkyv"
11689version = "0.7.45"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11692dependencies = [
11693 "bitvec",
11694 "bytecheck",
11695 "bytes 1.10.1",
11696 "hashbrown 0.12.3",
11697 "ptr_meta",
11698 "rend",
11699 "rkyv_derive",
11700 "seahash",
11701 "tinyvec",
11702 "uuid",
11703]
11704
11705[[package]]
11706name = "rkyv_derive"
11707version = "0.7.45"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11710dependencies = [
11711 "proc-macro2",
11712 "quote",
11713 "syn 1.0.109",
11714]
11715
11716[[package]]
11717name = "rmp"
11718version = "0.8.14"
11719source = "registry+https://github.com/rust-lang/crates.io-index"
11720checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11721dependencies = [
11722 "byteorder",
11723 "num-traits",
11724 "paste",
11725]
11726
11727[[package]]
11728name = "rmpv"
11729version = "1.3.0"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11732dependencies = [
11733 "num-traits",
11734 "rmp",
11735]
11736
11737[[package]]
11738name = "rodio"
11739version = "0.20.1"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11742dependencies = [
11743 "cpal",
11744 "hound",
11745]
11746
11747[[package]]
11748name = "rope"
11749version = "0.1.0"
11750dependencies = [
11751 "arrayvec",
11752 "criterion",
11753 "ctor",
11754 "env_logger 0.11.7",
11755 "gpui",
11756 "log",
11757 "rand 0.8.5",
11758 "rayon",
11759 "smallvec",
11760 "sum_tree",
11761 "unicode-segmentation",
11762 "util",
11763]
11764
11765[[package]]
11766name = "roxmltree"
11767version = "0.20.0"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11770
11771[[package]]
11772name = "rpc"
11773version = "0.1.0"
11774dependencies = [
11775 "anyhow",
11776 "async-tungstenite",
11777 "base64 0.22.1",
11778 "chrono",
11779 "collections",
11780 "env_logger 0.11.7",
11781 "futures 0.3.31",
11782 "gpui",
11783 "parking_lot",
11784 "proto",
11785 "rand 0.8.5",
11786 "rsa",
11787 "serde",
11788 "serde_json",
11789 "sha2",
11790 "strum",
11791 "tracing",
11792 "util",
11793 "zstd",
11794]
11795
11796[[package]]
11797name = "rsa"
11798version = "0.9.8"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11801dependencies = [
11802 "const-oid",
11803 "digest",
11804 "num-bigint-dig",
11805 "num-integer",
11806 "num-traits",
11807 "pkcs1",
11808 "pkcs8 0.10.2",
11809 "rand_core 0.6.4",
11810 "signature 2.2.0",
11811 "spki 0.7.3",
11812 "subtle",
11813 "zeroize",
11814]
11815
11816[[package]]
11817name = "runtimelib"
11818version = "0.25.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11821dependencies = [
11822 "anyhow",
11823 "async-dispatcher",
11824 "async-std",
11825 "base64 0.22.1",
11826 "bytes 1.10.1",
11827 "chrono",
11828 "data-encoding",
11829 "dirs 5.0.1",
11830 "futures 0.3.31",
11831 "glob",
11832 "jupyter-protocol",
11833 "ring",
11834 "serde",
11835 "serde_json",
11836 "shellexpand 3.1.0",
11837 "smol",
11838 "uuid",
11839 "zeromq",
11840]
11841
11842[[package]]
11843name = "rust-embed"
11844version = "8.5.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11847dependencies = [
11848 "rust-embed-impl",
11849 "rust-embed-utils",
11850 "walkdir",
11851]
11852
11853[[package]]
11854name = "rust-embed-impl"
11855version = "8.5.0"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11858dependencies = [
11859 "proc-macro2",
11860 "quote",
11861 "rust-embed-utils",
11862 "syn 2.0.100",
11863 "walkdir",
11864]
11865
11866[[package]]
11867name = "rust-embed-utils"
11868version = "8.5.0"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11871dependencies = [
11872 "globset",
11873 "sha2",
11874 "walkdir",
11875]
11876
11877[[package]]
11878name = "rust_decimal"
11879version = "1.36.0"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11882dependencies = [
11883 "arrayvec",
11884 "borsh",
11885 "bytes 1.10.1",
11886 "num-traits",
11887 "rand 0.8.5",
11888 "rkyv",
11889 "serde",
11890 "serde_json",
11891]
11892
11893[[package]]
11894name = "rustc-demangle"
11895version = "0.1.24"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11898
11899[[package]]
11900name = "rustc-hash"
11901version = "1.1.0"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11904
11905[[package]]
11906name = "rustc-hash"
11907version = "2.1.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11910
11911[[package]]
11912name = "rustc_version"
11913version = "0.4.1"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11916dependencies = [
11917 "semver",
11918]
11919
11920[[package]]
11921name = "rustix"
11922version = "0.38.42"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11925dependencies = [
11926 "bitflags 2.8.0",
11927 "errno 0.3.10",
11928 "itoa",
11929 "libc",
11930 "linux-raw-sys",
11931 "once_cell",
11932 "windows-sys 0.59.0",
11933]
11934
11935[[package]]
11936name = "rustix-openpty"
11937version = "0.1.1"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11940dependencies = [
11941 "errno 0.3.10",
11942 "libc",
11943 "rustix",
11944]
11945
11946[[package]]
11947name = "rustls"
11948version = "0.21.12"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11951dependencies = [
11952 "log",
11953 "ring",
11954 "rustls-webpki 0.101.7",
11955 "sct",
11956]
11957
11958[[package]]
11959name = "rustls"
11960version = "0.23.25"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11963dependencies = [
11964 "aws-lc-rs",
11965 "log",
11966 "once_cell",
11967 "ring",
11968 "rustls-pki-types",
11969 "rustls-webpki 0.103.0",
11970 "subtle",
11971 "zeroize",
11972]
11973
11974[[package]]
11975name = "rustls-native-certs"
11976version = "0.6.3"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11979dependencies = [
11980 "openssl-probe",
11981 "rustls-pemfile 1.0.4",
11982 "schannel",
11983 "security-framework 2.11.1",
11984]
11985
11986[[package]]
11987name = "rustls-native-certs"
11988version = "0.8.1"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11991dependencies = [
11992 "openssl-probe",
11993 "rustls-pki-types",
11994 "schannel",
11995 "security-framework 3.0.1",
11996]
11997
11998[[package]]
11999name = "rustls-pemfile"
12000version = "1.0.4"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12003dependencies = [
12004 "base64 0.21.7",
12005]
12006
12007[[package]]
12008name = "rustls-pemfile"
12009version = "2.2.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12012dependencies = [
12013 "rustls-pki-types",
12014]
12015
12016[[package]]
12017name = "rustls-pki-types"
12018version = "1.11.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12021dependencies = [
12022 "web-time",
12023]
12024
12025[[package]]
12026name = "rustls-platform-verifier"
12027version = "0.5.1"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12030dependencies = [
12031 "core-foundation 0.10.0",
12032 "core-foundation-sys",
12033 "jni",
12034 "log",
12035 "once_cell",
12036 "rustls 0.23.25",
12037 "rustls-native-certs 0.8.1",
12038 "rustls-platform-verifier-android",
12039 "rustls-webpki 0.103.0",
12040 "security-framework 3.0.1",
12041 "security-framework-sys",
12042 "webpki-root-certs",
12043 "windows-sys 0.59.0",
12044]
12045
12046[[package]]
12047name = "rustls-platform-verifier-android"
12048version = "0.1.1"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12051
12052[[package]]
12053name = "rustls-webpki"
12054version = "0.101.7"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12057dependencies = [
12058 "ring",
12059 "untrusted",
12060]
12061
12062[[package]]
12063name = "rustls-webpki"
12064version = "0.103.0"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12067dependencies = [
12068 "aws-lc-rs",
12069 "ring",
12070 "rustls-pki-types",
12071 "untrusted",
12072]
12073
12074[[package]]
12075name = "rustversion"
12076version = "1.0.18"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12079
12080[[package]]
12081name = "rustybuzz"
12082version = "0.14.1"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12085dependencies = [
12086 "bitflags 2.8.0",
12087 "bytemuck",
12088 "libm",
12089 "smallvec",
12090 "ttf-parser 0.21.1",
12091 "unicode-bidi-mirroring 0.2.0",
12092 "unicode-ccc 0.2.0",
12093 "unicode-properties",
12094 "unicode-script",
12095]
12096
12097[[package]]
12098name = "rustybuzz"
12099version = "0.20.1"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12102dependencies = [
12103 "bitflags 2.8.0",
12104 "bytemuck",
12105 "core_maths",
12106 "log",
12107 "smallvec",
12108 "ttf-parser 0.25.1",
12109 "unicode-bidi-mirroring 0.4.0",
12110 "unicode-ccc 0.4.0",
12111 "unicode-properties",
12112 "unicode-script",
12113]
12114
12115[[package]]
12116name = "ryu"
12117version = "1.0.18"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12120
12121[[package]]
12122name = "salsa20"
12123version = "0.10.2"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12126dependencies = [
12127 "cipher",
12128]
12129
12130[[package]]
12131name = "same-file"
12132version = "1.0.6"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12135dependencies = [
12136 "winapi-util",
12137]
12138
12139[[package]]
12140name = "schannel"
12141version = "0.1.27"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12144dependencies = [
12145 "windows-sys 0.59.0",
12146]
12147
12148[[package]]
12149name = "schema_generator"
12150version = "0.1.0"
12151dependencies = [
12152 "anyhow",
12153 "clap",
12154 "env_logger 0.11.7",
12155 "schemars",
12156 "serde",
12157 "serde_json",
12158 "theme",
12159]
12160
12161[[package]]
12162name = "schemars"
12163version = "0.8.22"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12166dependencies = [
12167 "dyn-clone",
12168 "indexmap",
12169 "schemars_derive",
12170 "serde",
12171 "serde_json",
12172]
12173
12174[[package]]
12175name = "schemars_derive"
12176version = "0.8.22"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12179dependencies = [
12180 "proc-macro2",
12181 "quote",
12182 "serde_derive_internals",
12183 "syn 2.0.100",
12184]
12185
12186[[package]]
12187name = "scoped-tls"
12188version = "1.0.1"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12191
12192[[package]]
12193name = "scopeguard"
12194version = "1.2.0"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12197
12198[[package]]
12199name = "scratch"
12200version = "1.0.7"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12203
12204[[package]]
12205name = "scripting_tool"
12206version = "0.1.0"
12207dependencies = [
12208 "anyhow",
12209 "buffer_diff",
12210 "clock",
12211 "collections",
12212 "futures 0.3.31",
12213 "gpui",
12214 "language",
12215 "log",
12216 "mlua",
12217 "parking_lot",
12218 "project",
12219 "rand 0.8.5",
12220 "regex",
12221 "schemars",
12222 "serde",
12223 "serde_json",
12224 "settings",
12225 "util",
12226]
12227
12228[[package]]
12229name = "scrypt"
12230version = "0.11.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12233dependencies = [
12234 "password-hash 0.5.0",
12235 "pbkdf2 0.12.2",
12236 "salsa20",
12237 "sha2",
12238]
12239
12240[[package]]
12241name = "sct"
12242version = "0.7.1"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12245dependencies = [
12246 "ring",
12247 "untrusted",
12248]
12249
12250[[package]]
12251name = "sea-bae"
12252version = "0.2.1"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12255dependencies = [
12256 "heck 0.4.1",
12257 "proc-macro-error2",
12258 "proc-macro2",
12259 "quote",
12260 "syn 2.0.100",
12261]
12262
12263[[package]]
12264name = "sea-orm"
12265version = "1.1.7"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12268dependencies = [
12269 "async-stream",
12270 "async-trait",
12271 "bigdecimal",
12272 "chrono",
12273 "futures-util",
12274 "log",
12275 "ouroboros",
12276 "pgvector",
12277 "rust_decimal",
12278 "sea-orm-macros",
12279 "sea-query",
12280 "sea-query-binder",
12281 "serde",
12282 "serde_json",
12283 "sqlx",
12284 "strum",
12285 "thiserror 1.0.69",
12286 "time",
12287 "tracing",
12288 "url",
12289 "uuid",
12290]
12291
12292[[package]]
12293name = "sea-orm-macros"
12294version = "1.1.7"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12297dependencies = [
12298 "heck 0.4.1",
12299 "proc-macro2",
12300 "quote",
12301 "sea-bae",
12302 "syn 2.0.100",
12303 "unicode-ident",
12304]
12305
12306[[package]]
12307name = "sea-query"
12308version = "0.32.1"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12311dependencies = [
12312 "bigdecimal",
12313 "chrono",
12314 "inherent",
12315 "ordered-float 3.9.2",
12316 "rust_decimal",
12317 "serde_json",
12318 "time",
12319 "uuid",
12320]
12321
12322[[package]]
12323name = "sea-query-binder"
12324version = "0.7.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12327dependencies = [
12328 "bigdecimal",
12329 "chrono",
12330 "rust_decimal",
12331 "sea-query",
12332 "serde_json",
12333 "sqlx",
12334 "time",
12335 "uuid",
12336]
12337
12338[[package]]
12339name = "seahash"
12340version = "4.1.0"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12343
12344[[package]]
12345name = "search"
12346version = "0.1.0"
12347dependencies = [
12348 "any_vec",
12349 "anyhow",
12350 "bitflags 2.8.0",
12351 "client",
12352 "collections",
12353 "editor",
12354 "futures 0.3.31",
12355 "gpui",
12356 "language",
12357 "menu",
12358 "project",
12359 "schemars",
12360 "serde",
12361 "serde_json",
12362 "settings",
12363 "smol",
12364 "theme",
12365 "ui",
12366 "unindent",
12367 "util",
12368 "workspace",
12369 "zed_actions",
12370]
12371
12372[[package]]
12373name = "sec1"
12374version = "0.3.0"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12377dependencies = [
12378 "base16ct",
12379 "der 0.6.1",
12380 "generic-array",
12381 "pkcs8 0.9.0",
12382 "subtle",
12383 "zeroize",
12384]
12385
12386[[package]]
12387name = "security-framework"
12388version = "2.11.1"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12391dependencies = [
12392 "bitflags 2.8.0",
12393 "core-foundation 0.9.4",
12394 "core-foundation-sys",
12395 "libc",
12396 "security-framework-sys",
12397]
12398
12399[[package]]
12400name = "security-framework"
12401version = "3.0.1"
12402source = "registry+https://github.com/rust-lang/crates.io-index"
12403checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12404dependencies = [
12405 "bitflags 2.8.0",
12406 "core-foundation 0.10.0",
12407 "core-foundation-sys",
12408 "libc",
12409 "security-framework-sys",
12410]
12411
12412[[package]]
12413name = "security-framework-sys"
12414version = "2.12.1"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12417dependencies = [
12418 "core-foundation-sys",
12419 "libc",
12420]
12421
12422[[package]]
12423name = "self_cell"
12424version = "1.1.0"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12427
12428[[package]]
12429name = "semantic_index"
12430version = "0.1.0"
12431dependencies = [
12432 "anyhow",
12433 "arrayvec",
12434 "blake3",
12435 "client",
12436 "clock",
12437 "collections",
12438 "env_logger 0.11.7",
12439 "feature_flags",
12440 "fs",
12441 "futures 0.3.31",
12442 "futures-batch",
12443 "gpui",
12444 "heed",
12445 "http_client",
12446 "language",
12447 "language_model",
12448 "languages",
12449 "log",
12450 "open_ai",
12451 "parking_lot",
12452 "project",
12453 "reqwest_client",
12454 "serde",
12455 "serde_json",
12456 "settings",
12457 "sha2",
12458 "smol",
12459 "streaming-iterator",
12460 "tempfile",
12461 "theme",
12462 "tree-sitter",
12463 "ui",
12464 "unindent",
12465 "util",
12466 "workspace",
12467 "worktree",
12468]
12469
12470[[package]]
12471name = "semantic_version"
12472version = "0.1.0"
12473dependencies = [
12474 "anyhow",
12475 "serde",
12476]
12477
12478[[package]]
12479name = "semver"
12480version = "1.0.26"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12483dependencies = [
12484 "serde",
12485]
12486
12487[[package]]
12488name = "serde"
12489version = "1.0.218"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12492dependencies = [
12493 "serde_derive",
12494]
12495
12496[[package]]
12497name = "serde_derive"
12498version = "1.0.218"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12501dependencies = [
12502 "proc-macro2",
12503 "quote",
12504 "syn 2.0.100",
12505]
12506
12507[[package]]
12508name = "serde_derive_internals"
12509version = "0.29.1"
12510source = "registry+https://github.com/rust-lang/crates.io-index"
12511checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12512dependencies = [
12513 "proc-macro2",
12514 "quote",
12515 "syn 2.0.100",
12516]
12517
12518[[package]]
12519name = "serde_fmt"
12520version = "1.0.3"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12523dependencies = [
12524 "serde",
12525]
12526
12527[[package]]
12528name = "serde_json"
12529version = "1.0.140"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12532dependencies = [
12533 "indexmap",
12534 "itoa",
12535 "memchr",
12536 "ryu",
12537 "serde",
12538]
12539
12540[[package]]
12541name = "serde_json_lenient"
12542version = "0.2.4"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12545dependencies = [
12546 "indexmap",
12547 "itoa",
12548 "memchr",
12549 "ryu",
12550 "serde",
12551]
12552
12553[[package]]
12554name = "serde_path_to_error"
12555version = "0.1.16"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12558dependencies = [
12559 "itoa",
12560 "serde",
12561]
12562
12563[[package]]
12564name = "serde_qs"
12565version = "0.8.5"
12566source = "registry+https://github.com/rust-lang/crates.io-index"
12567checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12568dependencies = [
12569 "percent-encoding",
12570 "serde",
12571 "thiserror 1.0.69",
12572]
12573
12574[[package]]
12575name = "serde_qs"
12576version = "0.10.1"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12579dependencies = [
12580 "percent-encoding",
12581 "serde",
12582 "thiserror 1.0.69",
12583]
12584
12585[[package]]
12586name = "serde_repr"
12587version = "0.1.20"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12590dependencies = [
12591 "proc-macro2",
12592 "quote",
12593 "syn 2.0.100",
12594]
12595
12596[[package]]
12597name = "serde_spanned"
12598version = "0.6.8"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12601dependencies = [
12602 "serde",
12603]
12604
12605[[package]]
12606name = "serde_urlencoded"
12607version = "0.7.1"
12608source = "registry+https://github.com/rust-lang/crates.io-index"
12609checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12610dependencies = [
12611 "form_urlencoded",
12612 "itoa",
12613 "ryu",
12614 "serde",
12615]
12616
12617[[package]]
12618name = "session"
12619version = "0.1.0"
12620dependencies = [
12621 "db",
12622 "gpui",
12623 "serde_json",
12624 "util",
12625 "uuid",
12626]
12627
12628[[package]]
12629name = "settings"
12630version = "0.1.0"
12631dependencies = [
12632 "anyhow",
12633 "collections",
12634 "ec4rs",
12635 "fs",
12636 "futures 0.3.31",
12637 "gpui",
12638 "indoc",
12639 "inventory",
12640 "log",
12641 "paths",
12642 "pretty_assertions",
12643 "release_channel",
12644 "rust-embed",
12645 "schemars",
12646 "serde",
12647 "serde_derive",
12648 "serde_json",
12649 "serde_json_lenient",
12650 "smallvec",
12651 "streaming-iterator",
12652 "tree-sitter",
12653 "tree-sitter-json",
12654 "unindent",
12655 "util",
12656]
12657
12658[[package]]
12659name = "settings_ui"
12660version = "0.1.0"
12661dependencies = [
12662 "command_palette_hooks",
12663 "editor",
12664 "feature_flags",
12665 "gpui",
12666 "settings",
12667 "theme",
12668 "ui",
12669 "workspace",
12670]
12671
12672[[package]]
12673name = "sha1"
12674version = "0.10.6"
12675source = "registry+https://github.com/rust-lang/crates.io-index"
12676checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12677dependencies = [
12678 "cfg-if",
12679 "cpufeatures",
12680 "digest",
12681]
12682
12683[[package]]
12684name = "sha1_smol"
12685version = "1.0.1"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12688
12689[[package]]
12690name = "sha2"
12691version = "0.10.8"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12694dependencies = [
12695 "cfg-if",
12696 "cpufeatures",
12697 "digest",
12698]
12699
12700[[package]]
12701name = "sharded-slab"
12702version = "0.1.7"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12705dependencies = [
12706 "lazy_static",
12707]
12708
12709[[package]]
12710name = "shell-words"
12711version = "1.1.0"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12714
12715[[package]]
12716name = "shellexpand"
12717version = "2.1.2"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12720dependencies = [
12721 "dirs 4.0.0",
12722]
12723
12724[[package]]
12725name = "shellexpand"
12726version = "3.1.0"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12729dependencies = [
12730 "dirs 5.0.1",
12731]
12732
12733[[package]]
12734name = "shlex"
12735version = "1.3.0"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12738
12739[[package]]
12740name = "signal-hook"
12741version = "0.3.17"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12744dependencies = [
12745 "libc",
12746 "signal-hook-registry",
12747]
12748
12749[[package]]
12750name = "signal-hook-registry"
12751version = "1.4.2"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12754dependencies = [
12755 "libc",
12756]
12757
12758[[package]]
12759name = "signature"
12760version = "1.6.4"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12763dependencies = [
12764 "digest",
12765 "rand_core 0.6.4",
12766]
12767
12768[[package]]
12769name = "signature"
12770version = "2.2.0"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12773dependencies = [
12774 "digest",
12775 "rand_core 0.6.4",
12776]
12777
12778[[package]]
12779name = "simd-adler32"
12780version = "0.3.7"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12783
12784[[package]]
12785name = "simd_helpers"
12786version = "0.1.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12789dependencies = [
12790 "quote",
12791]
12792
12793[[package]]
12794name = "simdutf8"
12795version = "0.1.5"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12798
12799[[package]]
12800name = "simple_asn1"
12801version = "0.6.2"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12804dependencies = [
12805 "num-bigint",
12806 "num-traits",
12807 "thiserror 1.0.69",
12808 "time",
12809]
12810
12811[[package]]
12812name = "simplecss"
12813version = "0.2.1"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12816dependencies = [
12817 "log",
12818]
12819
12820[[package]]
12821name = "simplelog"
12822version = "0.12.2"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12825dependencies = [
12826 "log",
12827 "termcolor",
12828 "time",
12829]
12830
12831[[package]]
12832name = "siphasher"
12833version = "0.3.11"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12836
12837[[package]]
12838name = "siphasher"
12839version = "1.0.1"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12842
12843[[package]]
12844name = "skrifa"
12845version = "0.26.6"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12848dependencies = [
12849 "bytemuck",
12850 "read-fonts",
12851]
12852
12853[[package]]
12854name = "slab"
12855version = "0.4.9"
12856source = "registry+https://github.com/rust-lang/crates.io-index"
12857checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12858dependencies = [
12859 "autocfg",
12860]
12861
12862[[package]]
12863name = "slash_commands_example"
12864version = "0.1.0"
12865dependencies = [
12866 "zed_extension_api 0.1.0",
12867]
12868
12869[[package]]
12870name = "slotmap"
12871version = "1.0.7"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12874dependencies = [
12875 "version_check",
12876]
12877
12878[[package]]
12879name = "smallvec"
12880version = "1.14.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12883dependencies = [
12884 "serde",
12885]
12886
12887[[package]]
12888name = "smart-default"
12889version = "0.6.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12892dependencies = [
12893 "proc-macro2",
12894 "quote",
12895 "syn 1.0.109",
12896]
12897
12898[[package]]
12899name = "smol"
12900version = "2.0.2"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12903dependencies = [
12904 "async-channel 2.3.1",
12905 "async-executor",
12906 "async-fs",
12907 "async-io",
12908 "async-lock",
12909 "async-net",
12910 "async-process",
12911 "blocking",
12912 "futures-lite 2.6.0",
12913]
12914
12915[[package]]
12916name = "smol_str"
12917version = "0.1.24"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12920dependencies = [
12921 "serde",
12922]
12923
12924[[package]]
12925name = "smol_str"
12926version = "0.2.2"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12929
12930[[package]]
12931name = "snippet"
12932version = "0.1.0"
12933dependencies = [
12934 "anyhow",
12935 "smallvec",
12936]
12937
12938[[package]]
12939name = "snippet_provider"
12940version = "0.1.0"
12941dependencies = [
12942 "anyhow",
12943 "collections",
12944 "extension",
12945 "fs",
12946 "futures 0.3.31",
12947 "gpui",
12948 "parking_lot",
12949 "paths",
12950 "schemars",
12951 "serde",
12952 "serde_json_lenient",
12953 "snippet",
12954 "util",
12955]
12956
12957[[package]]
12958name = "snippets_ui"
12959version = "0.1.0"
12960dependencies = [
12961 "fuzzy",
12962 "gpui",
12963 "language",
12964 "paths",
12965 "picker",
12966 "ui",
12967 "util",
12968 "workspace",
12969]
12970
12971[[package]]
12972name = "socket2"
12973version = "0.5.8"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12976dependencies = [
12977 "libc",
12978 "windows-sys 0.52.0",
12979]
12980
12981[[package]]
12982name = "spdx"
12983version = "0.10.7"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12986dependencies = [
12987 "smallvec",
12988]
12989
12990[[package]]
12991name = "spin"
12992version = "0.9.8"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12995dependencies = [
12996 "lock_api",
12997]
12998
12999[[package]]
13000name = "spirv"
13001version = "0.3.0+sdk-1.3.268.0"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
13004dependencies = [
13005 "bitflags 2.8.0",
13006]
13007
13008[[package]]
13009name = "spki"
13010version = "0.6.0"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13013dependencies = [
13014 "base64ct",
13015 "der 0.6.1",
13016]
13017
13018[[package]]
13019name = "spki"
13020version = "0.7.3"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13023dependencies = [
13024 "base64ct",
13025 "der 0.7.9",
13026]
13027
13028[[package]]
13029name = "sptr"
13030version = "0.3.2"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13033
13034[[package]]
13035name = "sqlez"
13036version = "0.1.0"
13037dependencies = [
13038 "anyhow",
13039 "collections",
13040 "futures 0.3.31",
13041 "indoc",
13042 "libsqlite3-sys",
13043 "parking_lot",
13044 "smol",
13045 "sqlformat",
13046 "thread_local",
13047 "util",
13048 "uuid",
13049]
13050
13051[[package]]
13052name = "sqlez_macros"
13053version = "0.1.0"
13054dependencies = [
13055 "sqlez",
13056 "sqlformat",
13057 "syn 1.0.109",
13058]
13059
13060[[package]]
13061name = "sqlformat"
13062version = "0.2.6"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13065dependencies = [
13066 "nom",
13067 "unicode_categories",
13068]
13069
13070[[package]]
13071name = "sqlx"
13072version = "0.8.3"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13075dependencies = [
13076 "sqlx-core",
13077 "sqlx-macros",
13078 "sqlx-mysql",
13079 "sqlx-postgres",
13080 "sqlx-sqlite",
13081]
13082
13083[[package]]
13084name = "sqlx-core"
13085version = "0.8.3"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13088dependencies = [
13089 "bigdecimal",
13090 "bytes 1.10.1",
13091 "chrono",
13092 "crc",
13093 "crossbeam-queue",
13094 "either",
13095 "event-listener 5.3.1",
13096 "futures-core",
13097 "futures-intrusive",
13098 "futures-io",
13099 "futures-util",
13100 "hashbrown 0.15.2",
13101 "hashlink 0.10.0",
13102 "indexmap",
13103 "log",
13104 "memchr",
13105 "once_cell",
13106 "percent-encoding",
13107 "rust_decimal",
13108 "rustls 0.23.25",
13109 "rustls-pemfile 2.2.0",
13110 "serde",
13111 "serde_json",
13112 "sha2",
13113 "smallvec",
13114 "thiserror 2.0.12",
13115 "time",
13116 "tokio",
13117 "tokio-stream",
13118 "tracing",
13119 "url",
13120 "uuid",
13121 "webpki-roots",
13122]
13123
13124[[package]]
13125name = "sqlx-macros"
13126version = "0.8.3"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13129dependencies = [
13130 "proc-macro2",
13131 "quote",
13132 "sqlx-core",
13133 "sqlx-macros-core",
13134 "syn 2.0.100",
13135]
13136
13137[[package]]
13138name = "sqlx-macros-core"
13139version = "0.8.3"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13142dependencies = [
13143 "dotenvy",
13144 "either",
13145 "heck 0.5.0",
13146 "hex",
13147 "once_cell",
13148 "proc-macro2",
13149 "quote",
13150 "serde",
13151 "serde_json",
13152 "sha2",
13153 "sqlx-core",
13154 "sqlx-mysql",
13155 "sqlx-postgres",
13156 "sqlx-sqlite",
13157 "syn 2.0.100",
13158 "tempfile",
13159 "tokio",
13160 "url",
13161]
13162
13163[[package]]
13164name = "sqlx-mysql"
13165version = "0.8.3"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13168dependencies = [
13169 "atoi",
13170 "base64 0.22.1",
13171 "bigdecimal",
13172 "bitflags 2.8.0",
13173 "byteorder",
13174 "bytes 1.10.1",
13175 "chrono",
13176 "crc",
13177 "digest",
13178 "dotenvy",
13179 "either",
13180 "futures-channel",
13181 "futures-core",
13182 "futures-io",
13183 "futures-util",
13184 "generic-array",
13185 "hex",
13186 "hkdf",
13187 "hmac",
13188 "itoa",
13189 "log",
13190 "md-5",
13191 "memchr",
13192 "once_cell",
13193 "percent-encoding",
13194 "rand 0.8.5",
13195 "rsa",
13196 "rust_decimal",
13197 "serde",
13198 "sha1",
13199 "sha2",
13200 "smallvec",
13201 "sqlx-core",
13202 "stringprep",
13203 "thiserror 2.0.12",
13204 "time",
13205 "tracing",
13206 "uuid",
13207 "whoami",
13208]
13209
13210[[package]]
13211name = "sqlx-postgres"
13212version = "0.8.3"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13215dependencies = [
13216 "atoi",
13217 "base64 0.22.1",
13218 "bigdecimal",
13219 "bitflags 2.8.0",
13220 "byteorder",
13221 "chrono",
13222 "crc",
13223 "dotenvy",
13224 "etcetera",
13225 "futures-channel",
13226 "futures-core",
13227 "futures-util",
13228 "hex",
13229 "hkdf",
13230 "hmac",
13231 "home",
13232 "itoa",
13233 "log",
13234 "md-5",
13235 "memchr",
13236 "num-bigint",
13237 "once_cell",
13238 "rand 0.8.5",
13239 "rust_decimal",
13240 "serde",
13241 "serde_json",
13242 "sha2",
13243 "smallvec",
13244 "sqlx-core",
13245 "stringprep",
13246 "thiserror 2.0.12",
13247 "time",
13248 "tracing",
13249 "uuid",
13250 "whoami",
13251]
13252
13253[[package]]
13254name = "sqlx-sqlite"
13255version = "0.8.3"
13256source = "registry+https://github.com/rust-lang/crates.io-index"
13257checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13258dependencies = [
13259 "atoi",
13260 "chrono",
13261 "flume",
13262 "futures-channel",
13263 "futures-core",
13264 "futures-executor",
13265 "futures-intrusive",
13266 "futures-util",
13267 "libsqlite3-sys",
13268 "log",
13269 "percent-encoding",
13270 "serde",
13271 "serde_urlencoded",
13272 "sqlx-core",
13273 "time",
13274 "tracing",
13275 "url",
13276 "uuid",
13277]
13278
13279[[package]]
13280name = "stable_deref_trait"
13281version = "1.2.0"
13282source = "registry+https://github.com/rust-lang/crates.io-index"
13283checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13284
13285[[package]]
13286name = "static_assertions"
13287version = "1.1.0"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13290
13291[[package]]
13292name = "story"
13293version = "0.1.0"
13294dependencies = [
13295 "gpui",
13296 "itertools 0.14.0",
13297 "smallvec",
13298]
13299
13300[[package]]
13301name = "storybook"
13302version = "0.1.0"
13303dependencies = [
13304 "anyhow",
13305 "clap",
13306 "collab_ui",
13307 "ctrlc",
13308 "dialoguer",
13309 "editor",
13310 "fuzzy",
13311 "gpui",
13312 "indoc",
13313 "language",
13314 "log",
13315 "menu",
13316 "picker",
13317 "project",
13318 "reqwest_client",
13319 "rust-embed",
13320 "settings",
13321 "simplelog",
13322 "story",
13323 "strum",
13324 "theme",
13325 "title_bar",
13326 "ui",
13327]
13328
13329[[package]]
13330name = "streaming-iterator"
13331version = "0.1.9"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13334
13335[[package]]
13336name = "streaming_diff"
13337version = "0.1.0"
13338dependencies = [
13339 "ordered-float 2.10.1",
13340 "rand 0.8.5",
13341 "rope",
13342 "util",
13343]
13344
13345[[package]]
13346name = "strict-num"
13347version = "0.1.1"
13348source = "registry+https://github.com/rust-lang/crates.io-index"
13349checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13350dependencies = [
13351 "float-cmp",
13352]
13353
13354[[package]]
13355name = "string_cache"
13356version = "0.8.7"
13357source = "registry+https://github.com/rust-lang/crates.io-index"
13358checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13359dependencies = [
13360 "new_debug_unreachable",
13361 "once_cell",
13362 "parking_lot",
13363 "phf_shared 0.10.0",
13364 "precomputed-hash",
13365 "serde",
13366]
13367
13368[[package]]
13369name = "string_cache_codegen"
13370version = "0.5.2"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13373dependencies = [
13374 "phf_generator 0.10.0",
13375 "phf_shared 0.10.0",
13376 "proc-macro2",
13377 "quote",
13378]
13379
13380[[package]]
13381name = "stringprep"
13382version = "0.1.5"
13383source = "registry+https://github.com/rust-lang/crates.io-index"
13384checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13385dependencies = [
13386 "unicode-bidi",
13387 "unicode-normalization",
13388 "unicode-properties",
13389]
13390
13391[[package]]
13392name = "strsim"
13393version = "0.11.1"
13394source = "registry+https://github.com/rust-lang/crates.io-index"
13395checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13396
13397[[package]]
13398name = "strum"
13399version = "0.26.3"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13402dependencies = [
13403 "strum_macros",
13404]
13405
13406[[package]]
13407name = "strum_macros"
13408version = "0.26.4"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13411dependencies = [
13412 "heck 0.5.0",
13413 "proc-macro2",
13414 "quote",
13415 "rustversion",
13416 "syn 2.0.100",
13417]
13418
13419[[package]]
13420name = "subtle"
13421version = "2.6.1"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13424
13425[[package]]
13426name = "sum_tree"
13427version = "0.1.0"
13428dependencies = [
13429 "arrayvec",
13430 "ctor",
13431 "env_logger 0.11.7",
13432 "log",
13433 "rand 0.8.5",
13434 "rayon",
13435]
13436
13437[[package]]
13438name = "supermaven"
13439version = "0.1.0"
13440dependencies = [
13441 "anyhow",
13442 "client",
13443 "collections",
13444 "editor",
13445 "env_logger 0.11.7",
13446 "futures 0.3.31",
13447 "gpui",
13448 "http_client",
13449 "inline_completion",
13450 "language",
13451 "log",
13452 "postage",
13453 "project",
13454 "serde",
13455 "serde_json",
13456 "settings",
13457 "smol",
13458 "supermaven_api",
13459 "text",
13460 "theme",
13461 "ui",
13462 "unicode-segmentation",
13463 "util",
13464]
13465
13466[[package]]
13467name = "supermaven_api"
13468version = "0.1.0"
13469dependencies = [
13470 "anyhow",
13471 "futures 0.3.31",
13472 "http_client",
13473 "paths",
13474 "serde",
13475 "serde_json",
13476 "smol",
13477]
13478
13479[[package]]
13480name = "sval"
13481version = "2.13.2"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13484
13485[[package]]
13486name = "sval_buffer"
13487version = "2.13.2"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13490dependencies = [
13491 "sval",
13492 "sval_ref",
13493]
13494
13495[[package]]
13496name = "sval_dynamic"
13497version = "2.13.2"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13500dependencies = [
13501 "sval",
13502]
13503
13504[[package]]
13505name = "sval_fmt"
13506version = "2.13.2"
13507source = "registry+https://github.com/rust-lang/crates.io-index"
13508checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13509dependencies = [
13510 "itoa",
13511 "ryu",
13512 "sval",
13513]
13514
13515[[package]]
13516name = "sval_json"
13517version = "2.13.2"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13520dependencies = [
13521 "itoa",
13522 "ryu",
13523 "sval",
13524]
13525
13526[[package]]
13527name = "sval_nested"
13528version = "2.13.2"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13531dependencies = [
13532 "sval",
13533 "sval_buffer",
13534 "sval_ref",
13535]
13536
13537[[package]]
13538name = "sval_ref"
13539version = "2.13.2"
13540source = "registry+https://github.com/rust-lang/crates.io-index"
13541checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13542dependencies = [
13543 "sval",
13544]
13545
13546[[package]]
13547name = "sval_serde"
13548version = "2.13.2"
13549source = "registry+https://github.com/rust-lang/crates.io-index"
13550checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13551dependencies = [
13552 "serde",
13553 "sval",
13554 "sval_nested",
13555]
13556
13557[[package]]
13558name = "svg_fmt"
13559version = "0.4.4"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13562
13563[[package]]
13564name = "svgtypes"
13565version = "0.15.3"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13568dependencies = [
13569 "kurbo",
13570 "siphasher 1.0.1",
13571]
13572
13573[[package]]
13574name = "swash"
13575version = "0.2.1"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13578dependencies = [
13579 "skrifa",
13580 "yazi",
13581 "zeno",
13582]
13583
13584[[package]]
13585name = "syn"
13586version = "1.0.109"
13587source = "registry+https://github.com/rust-lang/crates.io-index"
13588checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13589dependencies = [
13590 "proc-macro2",
13591 "quote",
13592 "unicode-ident",
13593]
13594
13595[[package]]
13596name = "syn"
13597version = "2.0.100"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13600dependencies = [
13601 "proc-macro2",
13602 "quote",
13603 "unicode-ident",
13604]
13605
13606[[package]]
13607name = "sync_wrapper"
13608version = "0.1.2"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13611
13612[[package]]
13613name = "sync_wrapper"
13614version = "1.0.2"
13615source = "registry+https://github.com/rust-lang/crates.io-index"
13616checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13617dependencies = [
13618 "futures-core",
13619]
13620
13621[[package]]
13622name = "synchronoise"
13623version = "1.0.1"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13626dependencies = [
13627 "crossbeam-queue",
13628]
13629
13630[[package]]
13631name = "synstructure"
13632version = "0.13.1"
13633source = "registry+https://github.com/rust-lang/crates.io-index"
13634checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13635dependencies = [
13636 "proc-macro2",
13637 "quote",
13638 "syn 2.0.100",
13639]
13640
13641[[package]]
13642name = "sys-locale"
13643version = "0.3.2"
13644source = "registry+https://github.com/rust-lang/crates.io-index"
13645checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13646dependencies = [
13647 "libc",
13648]
13649
13650[[package]]
13651name = "sysinfo"
13652version = "0.31.4"
13653source = "registry+https://github.com/rust-lang/crates.io-index"
13654checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13655dependencies = [
13656 "core-foundation-sys",
13657 "libc",
13658 "memchr",
13659 "ntapi",
13660 "rayon",
13661 "windows 0.57.0",
13662]
13663
13664[[package]]
13665name = "system-configuration"
13666version = "0.5.1"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13669dependencies = [
13670 "bitflags 1.3.2",
13671 "core-foundation 0.9.4",
13672 "system-configuration-sys 0.5.0",
13673]
13674
13675[[package]]
13676name = "system-configuration"
13677version = "0.6.1"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13680dependencies = [
13681 "bitflags 2.8.0",
13682 "core-foundation 0.9.4",
13683 "system-configuration-sys 0.6.0",
13684]
13685
13686[[package]]
13687name = "system-configuration-sys"
13688version = "0.5.0"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13691dependencies = [
13692 "core-foundation-sys",
13693 "libc",
13694]
13695
13696[[package]]
13697name = "system-configuration-sys"
13698version = "0.6.0"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13701dependencies = [
13702 "core-foundation-sys",
13703 "libc",
13704]
13705
13706[[package]]
13707name = "system-deps"
13708version = "6.2.2"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13711dependencies = [
13712 "cfg-expr",
13713 "heck 0.5.0",
13714 "pkg-config",
13715 "toml 0.8.20",
13716 "version-compare",
13717]
13718
13719[[package]]
13720name = "system-interface"
13721version = "0.27.3"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13724dependencies = [
13725 "bitflags 2.8.0",
13726 "cap-fs-ext",
13727 "cap-std",
13728 "fd-lock",
13729 "io-lifetimes",
13730 "rustix",
13731 "windows-sys 0.59.0",
13732 "winx",
13733]
13734
13735[[package]]
13736name = "tab_switcher"
13737version = "0.1.0"
13738dependencies = [
13739 "anyhow",
13740 "collections",
13741 "ctor",
13742 "editor",
13743 "env_logger 0.11.7",
13744 "gpui",
13745 "language",
13746 "menu",
13747 "picker",
13748 "project",
13749 "schemars",
13750 "serde",
13751 "serde_json",
13752 "settings",
13753 "theme",
13754 "ui",
13755 "util",
13756 "workspace",
13757]
13758
13759[[package]]
13760name = "taffy"
13761version = "0.4.4"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13764dependencies = [
13765 "arrayvec",
13766 "grid",
13767 "num-traits",
13768 "serde",
13769 "slotmap",
13770]
13771
13772[[package]]
13773name = "take-until"
13774version = "0.2.0"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13777
13778[[package]]
13779name = "tap"
13780version = "1.0.1"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13783
13784[[package]]
13785name = "target-lexicon"
13786version = "0.12.16"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13789
13790[[package]]
13791name = "target-lexicon"
13792version = "0.13.2"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13795
13796[[package]]
13797name = "task"
13798version = "0.1.0"
13799dependencies = [
13800 "anyhow",
13801 "collections",
13802 "dap-types",
13803 "futures 0.3.31",
13804 "gpui",
13805 "hex",
13806 "parking_lot",
13807 "schemars",
13808 "serde",
13809 "serde_json",
13810 "serde_json_lenient",
13811 "sha2",
13812 "shellexpand 2.1.2",
13813 "util",
13814 "zed_actions",
13815]
13816
13817[[package]]
13818name = "tasks_ui"
13819version = "0.1.0"
13820dependencies = [
13821 "anyhow",
13822 "debugger_ui",
13823 "editor",
13824 "feature_flags",
13825 "file_icons",
13826 "fuzzy",
13827 "gpui",
13828 "language",
13829 "menu",
13830 "picker",
13831 "project",
13832 "schemars",
13833 "serde",
13834 "serde_json",
13835 "settings",
13836 "task",
13837 "tree-sitter-rust",
13838 "tree-sitter-typescript",
13839 "ui",
13840 "util",
13841 "workspace",
13842 "zed_actions",
13843]
13844
13845[[package]]
13846name = "telemetry"
13847version = "0.1.0"
13848dependencies = [
13849 "futures 0.3.31",
13850 "serde",
13851 "serde_json",
13852 "telemetry_events",
13853]
13854
13855[[package]]
13856name = "telemetry_events"
13857version = "0.1.0"
13858dependencies = [
13859 "semantic_version",
13860 "serde",
13861 "serde_json",
13862]
13863
13864[[package]]
13865name = "tempfile"
13866version = "3.17.1"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13869dependencies = [
13870 "cfg-if",
13871 "fastrand 2.3.0",
13872 "getrandom 0.3.1",
13873 "once_cell",
13874 "rustix",
13875 "windows-sys 0.59.0",
13876]
13877
13878[[package]]
13879name = "tendril"
13880version = "0.4.3"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13883dependencies = [
13884 "futf",
13885 "mac",
13886 "utf-8",
13887]
13888
13889[[package]]
13890name = "termcolor"
13891version = "1.4.1"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13894dependencies = [
13895 "winapi-util",
13896]
13897
13898[[package]]
13899name = "terminal"
13900version = "0.1.0"
13901dependencies = [
13902 "alacritty_terminal",
13903 "anyhow",
13904 "collections",
13905 "dirs 4.0.0",
13906 "futures 0.3.31",
13907 "gpui",
13908 "libc",
13909 "rand 0.8.5",
13910 "regex",
13911 "release_channel",
13912 "schemars",
13913 "serde",
13914 "serde_derive",
13915 "settings",
13916 "smol",
13917 "sysinfo",
13918 "task",
13919 "theme",
13920 "thiserror 2.0.12",
13921 "util",
13922 "windows 0.61.1",
13923]
13924
13925[[package]]
13926name = "terminal_size"
13927version = "0.4.1"
13928source = "registry+https://github.com/rust-lang/crates.io-index"
13929checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13930dependencies = [
13931 "rustix",
13932 "windows-sys 0.59.0",
13933]
13934
13935[[package]]
13936name = "terminal_view"
13937version = "0.1.0"
13938dependencies = [
13939 "anyhow",
13940 "async-recursion 1.1.1",
13941 "breadcrumbs",
13942 "client",
13943 "collections",
13944 "db",
13945 "dirs 4.0.0",
13946 "editor",
13947 "futures 0.3.31",
13948 "gpui",
13949 "itertools 0.14.0",
13950 "language",
13951 "log",
13952 "project",
13953 "rand 0.8.5",
13954 "schemars",
13955 "search",
13956 "serde",
13957 "serde_json",
13958 "settings",
13959 "shellexpand 2.1.2",
13960 "smol",
13961 "task",
13962 "terminal",
13963 "theme",
13964 "ui",
13965 "util",
13966 "workspace",
13967 "zed_actions",
13968]
13969
13970[[package]]
13971name = "text"
13972version = "0.1.0"
13973dependencies = [
13974 "anyhow",
13975 "clock",
13976 "collections",
13977 "ctor",
13978 "env_logger 0.11.7",
13979 "gpui",
13980 "http_client",
13981 "log",
13982 "parking_lot",
13983 "postage",
13984 "rand 0.8.5",
13985 "regex",
13986 "rope",
13987 "smallvec",
13988 "sum_tree",
13989 "util",
13990]
13991
13992[[package]]
13993name = "theme"
13994version = "0.1.0"
13995dependencies = [
13996 "anyhow",
13997 "collections",
13998 "derive_more",
13999 "fs",
14000 "futures 0.3.31",
14001 "gpui",
14002 "indexmap",
14003 "log",
14004 "palette",
14005 "parking_lot",
14006 "refineable",
14007 "schemars",
14008 "serde",
14009 "serde_derive",
14010 "serde_json",
14011 "serde_json_lenient",
14012 "serde_repr",
14013 "settings",
14014 "strum",
14015 "thiserror 2.0.12",
14016 "util",
14017 "uuid",
14018]
14019
14020[[package]]
14021name = "theme_extension"
14022version = "0.1.0"
14023dependencies = [
14024 "anyhow",
14025 "extension",
14026 "fs",
14027 "gpui",
14028 "theme",
14029]
14030
14031[[package]]
14032name = "theme_importer"
14033version = "0.1.0"
14034dependencies = [
14035 "anyhow",
14036 "clap",
14037 "gpui",
14038 "indexmap",
14039 "log",
14040 "palette",
14041 "rust-embed",
14042 "serde",
14043 "serde_json",
14044 "serde_json_lenient",
14045 "simplelog",
14046 "strum",
14047 "theme",
14048 "vscode_theme",
14049]
14050
14051[[package]]
14052name = "theme_selector"
14053version = "0.1.0"
14054dependencies = [
14055 "fs",
14056 "fuzzy",
14057 "gpui",
14058 "log",
14059 "picker",
14060 "serde",
14061 "settings",
14062 "telemetry",
14063 "theme",
14064 "ui",
14065 "util",
14066 "workspace",
14067 "zed_actions",
14068]
14069
14070[[package]]
14071name = "thiserror"
14072version = "1.0.69"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14075dependencies = [
14076 "thiserror-impl 1.0.69",
14077]
14078
14079[[package]]
14080name = "thiserror"
14081version = "2.0.12"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14084dependencies = [
14085 "thiserror-impl 2.0.12",
14086]
14087
14088[[package]]
14089name = "thiserror-impl"
14090version = "1.0.69"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14093dependencies = [
14094 "proc-macro2",
14095 "quote",
14096 "syn 2.0.100",
14097]
14098
14099[[package]]
14100name = "thiserror-impl"
14101version = "2.0.12"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14104dependencies = [
14105 "proc-macro2",
14106 "quote",
14107 "syn 2.0.100",
14108]
14109
14110[[package]]
14111name = "thread_local"
14112version = "1.1.8"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14115dependencies = [
14116 "cfg-if",
14117 "once_cell",
14118]
14119
14120[[package]]
14121name = "tiff"
14122version = "0.9.1"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14125dependencies = [
14126 "flate2",
14127 "jpeg-decoder",
14128 "weezl",
14129]
14130
14131[[package]]
14132name = "tiktoken-rs"
14133version = "0.6.0"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14136dependencies = [
14137 "anyhow",
14138 "base64 0.21.7",
14139 "bstr",
14140 "fancy-regex 0.13.0",
14141 "lazy_static",
14142 "parking_lot",
14143 "regex",
14144 "rustc-hash 1.1.0",
14145]
14146
14147[[package]]
14148name = "time"
14149version = "0.3.40"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14152dependencies = [
14153 "deranged",
14154 "itoa",
14155 "libc",
14156 "num-conv",
14157 "num_threads",
14158 "powerfmt",
14159 "serde",
14160 "time-core",
14161 "time-macros",
14162]
14163
14164[[package]]
14165name = "time-core"
14166version = "0.1.4"
14167source = "registry+https://github.com/rust-lang/crates.io-index"
14168checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14169
14170[[package]]
14171name = "time-macros"
14172version = "0.2.21"
14173source = "registry+https://github.com/rust-lang/crates.io-index"
14174checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14175dependencies = [
14176 "num-conv",
14177 "time-core",
14178]
14179
14180[[package]]
14181name = "time_format"
14182version = "0.1.0"
14183dependencies = [
14184 "core-foundation 0.9.4",
14185 "core-foundation-sys",
14186 "sys-locale",
14187 "time",
14188]
14189
14190[[package]]
14191name = "tiny-keccak"
14192version = "2.0.2"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14195dependencies = [
14196 "crunchy",
14197]
14198
14199[[package]]
14200name = "tiny-skia"
14201version = "0.11.4"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14204dependencies = [
14205 "arrayref",
14206 "arrayvec",
14207 "bytemuck",
14208 "cfg-if",
14209 "log",
14210 "png",
14211 "tiny-skia-path",
14212]
14213
14214[[package]]
14215name = "tiny-skia-path"
14216version = "0.11.4"
14217source = "registry+https://github.com/rust-lang/crates.io-index"
14218checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14219dependencies = [
14220 "arrayref",
14221 "bytemuck",
14222 "strict-num",
14223]
14224
14225[[package]]
14226name = "tiny_http"
14227version = "0.8.2"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14230dependencies = [
14231 "ascii",
14232 "chrono",
14233 "chunked_transfer",
14234 "log",
14235 "url",
14236]
14237
14238[[package]]
14239name = "tinystr"
14240version = "0.7.6"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14243dependencies = [
14244 "displaydoc",
14245 "zerovec",
14246]
14247
14248[[package]]
14249name = "tinytemplate"
14250version = "1.2.1"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14253dependencies = [
14254 "serde",
14255 "serde_json",
14256]
14257
14258[[package]]
14259name = "tinyvec"
14260version = "1.8.0"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14263dependencies = [
14264 "tinyvec_macros",
14265]
14266
14267[[package]]
14268name = "tinyvec_macros"
14269version = "0.1.1"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14272
14273[[package]]
14274name = "title_bar"
14275version = "0.1.0"
14276dependencies = [
14277 "auto_update",
14278 "call",
14279 "client",
14280 "collections",
14281 "feature_flags",
14282 "git_ui",
14283 "gpui",
14284 "http_client",
14285 "notifications",
14286 "pretty_assertions",
14287 "project",
14288 "remote",
14289 "rpc",
14290 "schemars",
14291 "serde",
14292 "settings",
14293 "smallvec",
14294 "story",
14295 "telemetry",
14296 "theme",
14297 "tree-sitter-md",
14298 "ui",
14299 "util",
14300 "windows 0.61.1",
14301 "workspace",
14302 "zed_actions",
14303 "zeta",
14304]
14305
14306[[package]]
14307name = "tokio"
14308version = "1.43.0"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14311dependencies = [
14312 "backtrace",
14313 "bytes 1.10.1",
14314 "libc",
14315 "mio 1.0.3",
14316 "parking_lot",
14317 "pin-project-lite",
14318 "signal-hook-registry",
14319 "socket2",
14320 "tokio-macros",
14321 "windows-sys 0.52.0",
14322]
14323
14324[[package]]
14325name = "tokio-io"
14326version = "0.1.13"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14329dependencies = [
14330 "bytes 0.4.12",
14331 "futures 0.1.31",
14332 "log",
14333]
14334
14335[[package]]
14336name = "tokio-macros"
14337version = "2.5.0"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14340dependencies = [
14341 "proc-macro2",
14342 "quote",
14343 "syn 2.0.100",
14344]
14345
14346[[package]]
14347name = "tokio-native-tls"
14348version = "0.3.1"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14351dependencies = [
14352 "native-tls",
14353 "tokio",
14354]
14355
14356[[package]]
14357name = "tokio-rustls"
14358version = "0.24.1"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14361dependencies = [
14362 "rustls 0.21.12",
14363 "tokio",
14364]
14365
14366[[package]]
14367name = "tokio-rustls"
14368version = "0.26.1"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14371dependencies = [
14372 "rustls 0.23.25",
14373 "tokio",
14374]
14375
14376[[package]]
14377name = "tokio-socks"
14378version = "0.5.2"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14381dependencies = [
14382 "either",
14383 "futures-io",
14384 "futures-util",
14385 "thiserror 1.0.69",
14386 "tokio",
14387]
14388
14389[[package]]
14390name = "tokio-stream"
14391version = "0.1.17"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14394dependencies = [
14395 "futures-core",
14396 "pin-project-lite",
14397 "tokio",
14398]
14399
14400[[package]]
14401name = "tokio-tungstenite"
14402version = "0.20.1"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14405dependencies = [
14406 "futures-util",
14407 "log",
14408 "rustls 0.21.12",
14409 "rustls-native-certs 0.6.3",
14410 "tokio",
14411 "tokio-rustls 0.24.1",
14412 "tungstenite 0.20.1",
14413]
14414
14415[[package]]
14416name = "tokio-tungstenite"
14417version = "0.21.0"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14420dependencies = [
14421 "futures-util",
14422 "log",
14423 "tokio",
14424 "tungstenite 0.21.0",
14425]
14426
14427[[package]]
14428name = "tokio-util"
14429version = "0.7.13"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14432dependencies = [
14433 "bytes 1.10.1",
14434 "futures-core",
14435 "futures-io",
14436 "futures-sink",
14437 "pin-project-lite",
14438 "tokio",
14439]
14440
14441[[package]]
14442name = "toml"
14443version = "0.5.11"
14444source = "registry+https://github.com/rust-lang/crates.io-index"
14445checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14446dependencies = [
14447 "serde",
14448]
14449
14450[[package]]
14451name = "toml"
14452version = "0.8.20"
14453source = "registry+https://github.com/rust-lang/crates.io-index"
14454checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14455dependencies = [
14456 "serde",
14457 "serde_spanned",
14458 "toml_datetime",
14459 "toml_edit",
14460]
14461
14462[[package]]
14463name = "toml_datetime"
14464version = "0.6.8"
14465source = "registry+https://github.com/rust-lang/crates.io-index"
14466checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14467dependencies = [
14468 "serde",
14469]
14470
14471[[package]]
14472name = "toml_edit"
14473version = "0.22.23"
14474source = "registry+https://github.com/rust-lang/crates.io-index"
14475checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14476dependencies = [
14477 "indexmap",
14478 "serde",
14479 "serde_spanned",
14480 "toml_datetime",
14481 "winnow 0.7.1",
14482]
14483
14484[[package]]
14485name = "toolchain_selector"
14486version = "0.1.0"
14487dependencies = [
14488 "editor",
14489 "fuzzy",
14490 "gpui",
14491 "language",
14492 "picker",
14493 "project",
14494 "ui",
14495 "util",
14496 "workspace",
14497]
14498
14499[[package]]
14500name = "topological-sort"
14501version = "0.2.2"
14502source = "registry+https://github.com/rust-lang/crates.io-index"
14503checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14504
14505[[package]]
14506name = "tower"
14507version = "0.4.13"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14510dependencies = [
14511 "futures-core",
14512 "futures-util",
14513 "pin-project",
14514 "pin-project-lite",
14515 "tokio",
14516 "tower-layer",
14517 "tower-service",
14518 "tracing",
14519]
14520
14521[[package]]
14522name = "tower-http"
14523version = "0.3.5"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14526dependencies = [
14527 "bitflags 1.3.2",
14528 "bytes 1.10.1",
14529 "futures-core",
14530 "futures-util",
14531 "http 0.2.12",
14532 "http-body 0.4.6",
14533 "http-range-header",
14534 "pin-project-lite",
14535 "tower-layer",
14536 "tower-service",
14537]
14538
14539[[package]]
14540name = "tower-http"
14541version = "0.4.4"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14544dependencies = [
14545 "bitflags 2.8.0",
14546 "bytes 1.10.1",
14547 "futures-core",
14548 "futures-util",
14549 "http 0.2.12",
14550 "http-body 0.4.6",
14551 "http-range-header",
14552 "pin-project-lite",
14553 "tower-layer",
14554 "tower-service",
14555 "tracing",
14556]
14557
14558[[package]]
14559name = "tower-layer"
14560version = "0.3.3"
14561source = "registry+https://github.com/rust-lang/crates.io-index"
14562checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14563
14564[[package]]
14565name = "tower-service"
14566version = "0.3.3"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14569
14570[[package]]
14571name = "tracing"
14572version = "0.1.41"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14575dependencies = [
14576 "log",
14577 "pin-project-lite",
14578 "tracing-attributes",
14579 "tracing-core",
14580]
14581
14582[[package]]
14583name = "tracing-attributes"
14584version = "0.1.28"
14585source = "registry+https://github.com/rust-lang/crates.io-index"
14586checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14587dependencies = [
14588 "proc-macro2",
14589 "quote",
14590 "syn 2.0.100",
14591]
14592
14593[[package]]
14594name = "tracing-core"
14595version = "0.1.33"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14598dependencies = [
14599 "once_cell",
14600 "valuable",
14601]
14602
14603[[package]]
14604name = "tracing-log"
14605version = "0.2.0"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14608dependencies = [
14609 "log",
14610 "once_cell",
14611 "tracing-core",
14612]
14613
14614[[package]]
14615name = "tracing-serde"
14616version = "0.2.0"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14619dependencies = [
14620 "serde",
14621 "tracing-core",
14622]
14623
14624[[package]]
14625name = "tracing-subscriber"
14626version = "0.3.19"
14627source = "registry+https://github.com/rust-lang/crates.io-index"
14628checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14629dependencies = [
14630 "matchers",
14631 "nu-ansi-term",
14632 "once_cell",
14633 "regex",
14634 "serde",
14635 "serde_json",
14636 "sharded-slab",
14637 "smallvec",
14638 "thread_local",
14639 "tracing",
14640 "tracing-core",
14641 "tracing-log",
14642 "tracing-serde",
14643]
14644
14645[[package]]
14646name = "trait-variant"
14647version = "0.1.2"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14650dependencies = [
14651 "proc-macro2",
14652 "quote",
14653 "syn 2.0.100",
14654]
14655
14656[[package]]
14657name = "tree-sitter"
14658version = "0.25.3"
14659source = "registry+https://github.com/rust-lang/crates.io-index"
14660checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14661dependencies = [
14662 "cc",
14663 "regex",
14664 "regex-syntax 0.8.5",
14665 "serde_json",
14666 "streaming-iterator",
14667 "tree-sitter-language",
14668 "wasmtime-c-api-impl",
14669]
14670
14671[[package]]
14672name = "tree-sitter-bash"
14673version = "0.23.3"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14676dependencies = [
14677 "cc",
14678 "tree-sitter-language",
14679]
14680
14681[[package]]
14682name = "tree-sitter-c"
14683version = "0.23.4"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14686dependencies = [
14687 "cc",
14688 "tree-sitter-language",
14689]
14690
14691[[package]]
14692name = "tree-sitter-cpp"
14693version = "0.23.4"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14696dependencies = [
14697 "cc",
14698 "tree-sitter-language",
14699]
14700
14701[[package]]
14702name = "tree-sitter-css"
14703version = "0.23.2"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14706dependencies = [
14707 "cc",
14708 "tree-sitter-language",
14709]
14710
14711[[package]]
14712name = "tree-sitter-diff"
14713version = "0.1.0"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14716dependencies = [
14717 "cc",
14718 "tree-sitter-language",
14719]
14720
14721[[package]]
14722name = "tree-sitter-elixir"
14723version = "0.3.4"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14726dependencies = [
14727 "cc",
14728 "tree-sitter-language",
14729]
14730
14731[[package]]
14732name = "tree-sitter-embedded-template"
14733version = "0.23.2"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14736dependencies = [
14737 "cc",
14738 "tree-sitter-language",
14739]
14740
14741[[package]]
14742name = "tree-sitter-gitcommit"
14743version = "0.0.1"
14744source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14745dependencies = [
14746 "cc",
14747 "tree-sitter-language",
14748]
14749
14750[[package]]
14751name = "tree-sitter-go"
14752version = "0.23.4"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14755dependencies = [
14756 "cc",
14757 "tree-sitter-language",
14758]
14759
14760[[package]]
14761name = "tree-sitter-gomod"
14762version = "1.1.1"
14763source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14764dependencies = [
14765 "cc",
14766 "tree-sitter-language",
14767]
14768
14769[[package]]
14770name = "tree-sitter-gowork"
14771version = "0.0.1"
14772source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14773dependencies = [
14774 "cc",
14775 "tree-sitter-language",
14776]
14777
14778[[package]]
14779name = "tree-sitter-heex"
14780version = "0.0.1"
14781source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14782dependencies = [
14783 "cc",
14784 "tree-sitter-language",
14785]
14786
14787[[package]]
14788name = "tree-sitter-html"
14789version = "0.23.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14792dependencies = [
14793 "cc",
14794 "tree-sitter-language",
14795]
14796
14797[[package]]
14798name = "tree-sitter-jsdoc"
14799version = "0.23.2"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14802dependencies = [
14803 "cc",
14804 "tree-sitter-language",
14805]
14806
14807[[package]]
14808name = "tree-sitter-json"
14809version = "0.24.8"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14812dependencies = [
14813 "cc",
14814 "tree-sitter-language",
14815]
14816
14817[[package]]
14818name = "tree-sitter-language"
14819version = "0.1.3"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14822
14823[[package]]
14824name = "tree-sitter-md"
14825version = "0.3.2"
14826source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14827dependencies = [
14828 "cc",
14829 "tree-sitter-language",
14830]
14831
14832[[package]]
14833name = "tree-sitter-python"
14834version = "0.23.6"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14837dependencies = [
14838 "cc",
14839 "tree-sitter-language",
14840]
14841
14842[[package]]
14843name = "tree-sitter-regex"
14844version = "0.24.3"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14847dependencies = [
14848 "cc",
14849 "tree-sitter-language",
14850]
14851
14852[[package]]
14853name = "tree-sitter-ruby"
14854version = "0.23.1"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14857dependencies = [
14858 "cc",
14859 "tree-sitter-language",
14860]
14861
14862[[package]]
14863name = "tree-sitter-rust"
14864version = "0.23.2"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14867dependencies = [
14868 "cc",
14869 "tree-sitter-language",
14870]
14871
14872[[package]]
14873name = "tree-sitter-typescript"
14874version = "0.23.2"
14875source = "registry+https://github.com/rust-lang/crates.io-index"
14876checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14877dependencies = [
14878 "cc",
14879 "tree-sitter-language",
14880]
14881
14882[[package]]
14883name = "tree-sitter-yaml"
14884version = "0.6.1"
14885source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14886dependencies = [
14887 "cc",
14888 "tree-sitter-language",
14889]
14890
14891[[package]]
14892name = "try-lock"
14893version = "0.2.5"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14896
14897[[package]]
14898name = "ttf-parser"
14899version = "0.20.0"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14902
14903[[package]]
14904name = "ttf-parser"
14905version = "0.21.1"
14906source = "registry+https://github.com/rust-lang/crates.io-index"
14907checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14908
14909[[package]]
14910name = "ttf-parser"
14911version = "0.25.1"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14914dependencies = [
14915 "core_maths",
14916]
14917
14918[[package]]
14919name = "tungstenite"
14920version = "0.20.1"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14923dependencies = [
14924 "byteorder",
14925 "bytes 1.10.1",
14926 "data-encoding",
14927 "http 0.2.12",
14928 "httparse",
14929 "log",
14930 "rand 0.8.5",
14931 "rustls 0.21.12",
14932 "sha1",
14933 "thiserror 1.0.69",
14934 "url",
14935 "utf-8",
14936]
14937
14938[[package]]
14939name = "tungstenite"
14940version = "0.21.0"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14943dependencies = [
14944 "byteorder",
14945 "bytes 1.10.1",
14946 "data-encoding",
14947 "http 1.2.0",
14948 "httparse",
14949 "log",
14950 "rand 0.8.5",
14951 "sha1",
14952 "thiserror 1.0.69",
14953 "url",
14954 "utf-8",
14955]
14956
14957[[package]]
14958name = "tungstenite"
14959version = "0.24.0"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14962dependencies = [
14963 "byteorder",
14964 "bytes 1.10.1",
14965 "data-encoding",
14966 "http 1.2.0",
14967 "httparse",
14968 "log",
14969 "rand 0.8.5",
14970 "sha1",
14971 "thiserror 1.0.69",
14972 "utf-8",
14973]
14974
14975[[package]]
14976name = "typeid"
14977version = "1.0.2"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14980
14981[[package]]
14982name = "typenum"
14983version = "1.17.0"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14986
14987[[package]]
14988name = "ucd-trie"
14989version = "0.1.7"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14992
14993[[package]]
14994name = "uds_windows"
14995version = "1.1.0"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14998dependencies = [
14999 "memoffset",
15000 "tempfile",
15001 "winapi",
15002]
15003
15004[[package]]
15005name = "ui"
15006version = "0.1.0"
15007dependencies = [
15008 "chrono",
15009 "component",
15010 "gpui",
15011 "itertools 0.14.0",
15012 "linkme",
15013 "menu",
15014 "serde",
15015 "settings",
15016 "smallvec",
15017 "story",
15018 "strum",
15019 "theme",
15020 "ui_macros",
15021 "util",
15022 "windows 0.61.1",
15023]
15024
15025[[package]]
15026name = "ui_input"
15027version = "0.1.0"
15028dependencies = [
15029 "editor",
15030 "gpui",
15031 "settings",
15032 "theme",
15033 "ui",
15034]
15035
15036[[package]]
15037name = "ui_macros"
15038version = "0.1.0"
15039dependencies = [
15040 "convert_case 0.8.0",
15041 "linkme",
15042 "proc-macro2",
15043 "quote",
15044 "syn 1.0.109",
15045]
15046
15047[[package]]
15048name = "ui_prompt"
15049version = "0.1.0"
15050dependencies = [
15051 "gpui",
15052 "markdown",
15053 "menu",
15054 "settings",
15055 "theme",
15056 "ui",
15057 "workspace",
15058]
15059
15060[[package]]
15061name = "unicase"
15062version = "2.8.1"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15065
15066[[package]]
15067name = "unicode-bidi"
15068version = "0.3.17"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15071
15072[[package]]
15073name = "unicode-bidi-mirroring"
15074version = "0.2.0"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15077
15078[[package]]
15079name = "unicode-bidi-mirroring"
15080version = "0.4.0"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15083
15084[[package]]
15085name = "unicode-ccc"
15086version = "0.2.0"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15089
15090[[package]]
15091name = "unicode-ccc"
15092version = "0.4.0"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15095
15096[[package]]
15097name = "unicode-ident"
15098version = "1.0.14"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15101
15102[[package]]
15103name = "unicode-linebreak"
15104version = "0.1.5"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15107
15108[[package]]
15109name = "unicode-normalization"
15110version = "0.1.24"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15113dependencies = [
15114 "tinyvec",
15115]
15116
15117[[package]]
15118name = "unicode-properties"
15119version = "0.1.3"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15122
15123[[package]]
15124name = "unicode-script"
15125version = "0.5.7"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15128
15129[[package]]
15130name = "unicode-segmentation"
15131version = "1.12.0"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15134
15135[[package]]
15136name = "unicode-vo"
15137version = "0.1.0"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15140
15141[[package]]
15142name = "unicode-width"
15143version = "0.1.14"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15146
15147[[package]]
15148name = "unicode-xid"
15149version = "0.2.6"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15152
15153[[package]]
15154name = "unicode_categories"
15155version = "0.1.1"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15158
15159[[package]]
15160name = "unindent"
15161version = "0.2.4"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15164
15165[[package]]
15166name = "untrusted"
15167version = "0.9.0"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15170
15171[[package]]
15172name = "url"
15173version = "2.5.4"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15176dependencies = [
15177 "form_urlencoded",
15178 "idna",
15179 "percent-encoding",
15180 "serde",
15181]
15182
15183[[package]]
15184name = "urlencoding"
15185version = "2.1.3"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15188
15189[[package]]
15190name = "usvg"
15191version = "0.45.0"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15194dependencies = [
15195 "base64 0.22.1",
15196 "data-url",
15197 "flate2",
15198 "fontdb 0.23.0",
15199 "imagesize",
15200 "kurbo",
15201 "log",
15202 "pico-args",
15203 "roxmltree",
15204 "rustybuzz 0.20.1",
15205 "simplecss",
15206 "siphasher 1.0.1",
15207 "strict-num",
15208 "svgtypes",
15209 "tiny-skia-path",
15210 "unicode-bidi",
15211 "unicode-script",
15212 "unicode-vo",
15213 "xmlwriter",
15214]
15215
15216[[package]]
15217name = "utf-8"
15218version = "0.7.6"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15221
15222[[package]]
15223name = "utf16_iter"
15224version = "1.0.5"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15227
15228[[package]]
15229name = "utf8_iter"
15230version = "1.0.4"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15233
15234[[package]]
15235name = "utf8parse"
15236version = "0.2.2"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15239
15240[[package]]
15241name = "util"
15242version = "0.1.0"
15243dependencies = [
15244 "anyhow",
15245 "async-fs",
15246 "collections",
15247 "dirs 4.0.0",
15248 "dunce",
15249 "futures 0.3.31",
15250 "futures-lite 1.13.0",
15251 "git2",
15252 "globset",
15253 "itertools 0.14.0",
15254 "libc",
15255 "log",
15256 "rand 0.8.5",
15257 "regex",
15258 "rust-embed",
15259 "serde",
15260 "serde_json",
15261 "smol",
15262 "take-until",
15263 "tempfile",
15264 "tendril",
15265 "unicase",
15266 "util_macros",
15267]
15268
15269[[package]]
15270name = "util_macros"
15271version = "0.1.0"
15272dependencies = [
15273 "quote",
15274 "syn 1.0.109",
15275]
15276
15277[[package]]
15278name = "uuid"
15279version = "1.13.2"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15282dependencies = [
15283 "getrandom 0.3.1",
15284 "serde",
15285 "sha1_smol",
15286]
15287
15288[[package]]
15289name = "v_frame"
15290version = "0.3.8"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15293dependencies = [
15294 "aligned-vec",
15295 "num-traits",
15296 "wasm-bindgen",
15297]
15298
15299[[package]]
15300name = "valuable"
15301version = "0.1.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15304
15305[[package]]
15306name = "value-bag"
15307version = "1.10.0"
15308source = "registry+https://github.com/rust-lang/crates.io-index"
15309checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15310dependencies = [
15311 "value-bag-serde1",
15312 "value-bag-sval2",
15313]
15314
15315[[package]]
15316name = "value-bag-serde1"
15317version = "1.10.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15320dependencies = [
15321 "erased-serde",
15322 "serde",
15323 "serde_fmt",
15324]
15325
15326[[package]]
15327name = "value-bag-sval2"
15328version = "1.10.0"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15331dependencies = [
15332 "sval",
15333 "sval_buffer",
15334 "sval_dynamic",
15335 "sval_fmt",
15336 "sval_json",
15337 "sval_ref",
15338 "sval_serde",
15339]
15340
15341[[package]]
15342name = "vcpkg"
15343version = "0.2.15"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15346
15347[[package]]
15348name = "version-compare"
15349version = "0.2.0"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15352
15353[[package]]
15354name = "version_check"
15355version = "0.9.5"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15358
15359[[package]]
15360name = "vim"
15361version = "0.1.0"
15362dependencies = [
15363 "anyhow",
15364 "assets",
15365 "async-compat",
15366 "async-trait",
15367 "collections",
15368 "command_palette",
15369 "command_palette_hooks",
15370 "db",
15371 "editor",
15372 "futures 0.3.31",
15373 "git_ui",
15374 "gpui",
15375 "indoc",
15376 "itertools 0.14.0",
15377 "language",
15378 "libc",
15379 "log",
15380 "lsp",
15381 "multi_buffer",
15382 "nvim-rs",
15383 "parking_lot",
15384 "picker",
15385 "project",
15386 "project_panel",
15387 "regex",
15388 "release_channel",
15389 "schemars",
15390 "search",
15391 "serde",
15392 "serde_derive",
15393 "serde_json",
15394 "settings",
15395 "task",
15396 "text",
15397 "theme",
15398 "tokio",
15399 "ui",
15400 "util",
15401 "vim_mode_setting",
15402 "workspace",
15403 "zed_actions",
15404]
15405
15406[[package]]
15407name = "vim_mode_setting"
15408version = "0.1.0"
15409dependencies = [
15410 "anyhow",
15411 "gpui",
15412 "settings",
15413]
15414
15415[[package]]
15416name = "vscode_theme"
15417version = "0.2.0"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15420dependencies = [
15421 "serde",
15422]
15423
15424[[package]]
15425name = "vsimd"
15426version = "0.8.0"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15429
15430[[package]]
15431name = "vswhom"
15432version = "0.1.0"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15435dependencies = [
15436 "libc",
15437 "vswhom-sys",
15438]
15439
15440[[package]]
15441name = "vswhom-sys"
15442version = "0.1.2"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15445dependencies = [
15446 "cc",
15447 "libc",
15448]
15449
15450[[package]]
15451name = "vte"
15452version = "0.15.0"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15455dependencies = [
15456 "arrayvec",
15457 "bitflags 2.8.0",
15458 "cursor-icon",
15459 "log",
15460 "memchr",
15461 "serde",
15462]
15463
15464[[package]]
15465name = "waker-fn"
15466version = "1.2.0"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15469
15470[[package]]
15471name = "walkdir"
15472version = "2.5.0"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15475dependencies = [
15476 "same-file",
15477 "winapi-util",
15478]
15479
15480[[package]]
15481name = "want"
15482version = "0.3.1"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15485dependencies = [
15486 "try-lock",
15487]
15488
15489[[package]]
15490name = "warp"
15491version = "0.3.7"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15494dependencies = [
15495 "bytes 1.10.1",
15496 "futures-channel",
15497 "futures-util",
15498 "headers",
15499 "http 0.2.12",
15500 "hyper 0.14.32",
15501 "log",
15502 "mime",
15503 "mime_guess",
15504 "percent-encoding",
15505 "pin-project",
15506 "scoped-tls",
15507 "serde",
15508 "serde_json",
15509 "serde_urlencoded",
15510 "tokio",
15511 "tokio-tungstenite 0.21.0",
15512 "tokio-util",
15513 "tower-service",
15514 "tracing",
15515]
15516
15517[[package]]
15518name = "wasi"
15519version = "0.9.0+wasi-snapshot-preview1"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15522
15523[[package]]
15524name = "wasi"
15525version = "0.11.0+wasi-snapshot-preview1"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15528
15529[[package]]
15530name = "wasi"
15531version = "0.13.3+wasi-0.2.2"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15534dependencies = [
15535 "wit-bindgen-rt 0.33.0",
15536]
15537
15538[[package]]
15539name = "wasite"
15540version = "0.1.0"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15543
15544[[package]]
15545name = "wasm-bindgen"
15546version = "0.2.99"
15547source = "registry+https://github.com/rust-lang/crates.io-index"
15548checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15549dependencies = [
15550 "cfg-if",
15551 "once_cell",
15552 "wasm-bindgen-macro",
15553]
15554
15555[[package]]
15556name = "wasm-bindgen-backend"
15557version = "0.2.99"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15560dependencies = [
15561 "bumpalo",
15562 "log",
15563 "proc-macro2",
15564 "quote",
15565 "syn 2.0.100",
15566 "wasm-bindgen-shared",
15567]
15568
15569[[package]]
15570name = "wasm-bindgen-futures"
15571version = "0.4.49"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15574dependencies = [
15575 "cfg-if",
15576 "js-sys",
15577 "once_cell",
15578 "wasm-bindgen",
15579 "web-sys",
15580]
15581
15582[[package]]
15583name = "wasm-bindgen-macro"
15584version = "0.2.99"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15587dependencies = [
15588 "quote",
15589 "wasm-bindgen-macro-support",
15590]
15591
15592[[package]]
15593name = "wasm-bindgen-macro-support"
15594version = "0.2.99"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15597dependencies = [
15598 "proc-macro2",
15599 "quote",
15600 "syn 2.0.100",
15601 "wasm-bindgen-backend",
15602 "wasm-bindgen-shared",
15603]
15604
15605[[package]]
15606name = "wasm-bindgen-shared"
15607version = "0.2.99"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15610
15611[[package]]
15612name = "wasm-encoder"
15613version = "0.201.0"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15616dependencies = [
15617 "leb128",
15618]
15619
15620[[package]]
15621name = "wasm-encoder"
15622version = "0.221.3"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15625dependencies = [
15626 "leb128",
15627 "wasmparser 0.221.3",
15628]
15629
15630[[package]]
15631name = "wasm-metadata"
15632version = "0.201.0"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15635dependencies = [
15636 "anyhow",
15637 "indexmap",
15638 "serde",
15639 "serde_derive",
15640 "serde_json",
15641 "spdx",
15642 "wasm-encoder 0.201.0",
15643 "wasmparser 0.201.0",
15644]
15645
15646[[package]]
15647name = "wasm-metadata"
15648version = "0.221.3"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15651dependencies = [
15652 "anyhow",
15653 "indexmap",
15654 "serde",
15655 "serde_derive",
15656 "serde_json",
15657 "spdx",
15658 "wasm-encoder 0.221.3",
15659 "wasmparser 0.221.3",
15660]
15661
15662[[package]]
15663name = "wasm-streams"
15664version = "0.4.2"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15667dependencies = [
15668 "futures-util",
15669 "js-sys",
15670 "wasm-bindgen",
15671 "wasm-bindgen-futures",
15672 "web-sys",
15673]
15674
15675[[package]]
15676name = "wasmparser"
15677version = "0.201.0"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15680dependencies = [
15681 "bitflags 2.8.0",
15682 "indexmap",
15683 "semver",
15684]
15685
15686[[package]]
15687name = "wasmparser"
15688version = "0.221.3"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15691dependencies = [
15692 "bitflags 2.8.0",
15693 "hashbrown 0.15.2",
15694 "indexmap",
15695 "semver",
15696 "serde",
15697]
15698
15699[[package]]
15700name = "wasmprinter"
15701version = "0.221.3"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15704dependencies = [
15705 "anyhow",
15706 "termcolor",
15707 "wasmparser 0.221.3",
15708]
15709
15710[[package]]
15711name = "wasmtime"
15712version = "29.0.1"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15715dependencies = [
15716 "anyhow",
15717 "async-trait",
15718 "bitflags 2.8.0",
15719 "bumpalo",
15720 "cc",
15721 "cfg-if",
15722 "encoding_rs",
15723 "hashbrown 0.14.5",
15724 "indexmap",
15725 "libc",
15726 "log",
15727 "mach2",
15728 "memfd",
15729 "object",
15730 "once_cell",
15731 "paste",
15732 "postcard",
15733 "psm",
15734 "pulley-interpreter",
15735 "rustix",
15736 "semver",
15737 "serde",
15738 "serde_derive",
15739 "smallvec",
15740 "sptr",
15741 "target-lexicon 0.13.2",
15742 "trait-variant",
15743 "wasmparser 0.221.3",
15744 "wasmtime-asm-macros",
15745 "wasmtime-component-macro",
15746 "wasmtime-component-util",
15747 "wasmtime-cranelift",
15748 "wasmtime-environ",
15749 "wasmtime-fiber",
15750 "wasmtime-jit-icache-coherence",
15751 "wasmtime-math",
15752 "wasmtime-slab",
15753 "wasmtime-versioned-export-macros",
15754 "wasmtime-winch",
15755 "windows-sys 0.59.0",
15756]
15757
15758[[package]]
15759name = "wasmtime-asm-macros"
15760version = "29.0.1"
15761source = "registry+https://github.com/rust-lang/crates.io-index"
15762checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15763dependencies = [
15764 "cfg-if",
15765]
15766
15767[[package]]
15768name = "wasmtime-c-api-impl"
15769version = "29.0.1"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15772dependencies = [
15773 "anyhow",
15774 "log",
15775 "tracing",
15776 "wasmtime",
15777 "wasmtime-c-api-macros",
15778]
15779
15780[[package]]
15781name = "wasmtime-c-api-macros"
15782version = "29.0.1"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15785dependencies = [
15786 "proc-macro2",
15787 "quote",
15788]
15789
15790[[package]]
15791name = "wasmtime-component-macro"
15792version = "29.0.1"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15795dependencies = [
15796 "anyhow",
15797 "proc-macro2",
15798 "quote",
15799 "syn 2.0.100",
15800 "wasmtime-component-util",
15801 "wasmtime-wit-bindgen",
15802 "wit-parser 0.221.3",
15803]
15804
15805[[package]]
15806name = "wasmtime-component-util"
15807version = "29.0.1"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15810
15811[[package]]
15812name = "wasmtime-cranelift"
15813version = "29.0.1"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15816dependencies = [
15817 "anyhow",
15818 "cfg-if",
15819 "cranelift-codegen",
15820 "cranelift-control",
15821 "cranelift-entity",
15822 "cranelift-frontend",
15823 "cranelift-native",
15824 "gimli",
15825 "itertools 0.12.1",
15826 "log",
15827 "object",
15828 "smallvec",
15829 "target-lexicon 0.13.2",
15830 "thiserror 1.0.69",
15831 "wasmparser 0.221.3",
15832 "wasmtime-environ",
15833 "wasmtime-versioned-export-macros",
15834]
15835
15836[[package]]
15837name = "wasmtime-environ"
15838version = "29.0.1"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15841dependencies = [
15842 "anyhow",
15843 "cpp_demangle",
15844 "cranelift-bitset",
15845 "cranelift-entity",
15846 "gimli",
15847 "indexmap",
15848 "log",
15849 "object",
15850 "postcard",
15851 "rustc-demangle",
15852 "semver",
15853 "serde",
15854 "serde_derive",
15855 "smallvec",
15856 "target-lexicon 0.13.2",
15857 "wasm-encoder 0.221.3",
15858 "wasmparser 0.221.3",
15859 "wasmprinter",
15860 "wasmtime-component-util",
15861]
15862
15863[[package]]
15864name = "wasmtime-fiber"
15865version = "29.0.1"
15866source = "registry+https://github.com/rust-lang/crates.io-index"
15867checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15868dependencies = [
15869 "anyhow",
15870 "cc",
15871 "cfg-if",
15872 "rustix",
15873 "wasmtime-asm-macros",
15874 "wasmtime-versioned-export-macros",
15875 "windows-sys 0.59.0",
15876]
15877
15878[[package]]
15879name = "wasmtime-jit-icache-coherence"
15880version = "29.0.1"
15881source = "registry+https://github.com/rust-lang/crates.io-index"
15882checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15883dependencies = [
15884 "anyhow",
15885 "cfg-if",
15886 "libc",
15887 "windows-sys 0.59.0",
15888]
15889
15890[[package]]
15891name = "wasmtime-math"
15892version = "29.0.1"
15893source = "registry+https://github.com/rust-lang/crates.io-index"
15894checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15895dependencies = [
15896 "libm",
15897]
15898
15899[[package]]
15900name = "wasmtime-slab"
15901version = "29.0.1"
15902source = "registry+https://github.com/rust-lang/crates.io-index"
15903checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15904
15905[[package]]
15906name = "wasmtime-versioned-export-macros"
15907version = "29.0.1"
15908source = "registry+https://github.com/rust-lang/crates.io-index"
15909checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15910dependencies = [
15911 "proc-macro2",
15912 "quote",
15913 "syn 2.0.100",
15914]
15915
15916[[package]]
15917name = "wasmtime-wasi"
15918version = "29.0.1"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15921dependencies = [
15922 "anyhow",
15923 "async-trait",
15924 "bitflags 2.8.0",
15925 "bytes 1.10.1",
15926 "cap-fs-ext",
15927 "cap-net-ext",
15928 "cap-rand",
15929 "cap-std",
15930 "cap-time-ext",
15931 "fs-set-times",
15932 "futures 0.3.31",
15933 "io-extras",
15934 "io-lifetimes",
15935 "rustix",
15936 "system-interface",
15937 "thiserror 1.0.69",
15938 "tokio",
15939 "tracing",
15940 "trait-variant",
15941 "url",
15942 "wasmtime",
15943 "wiggle",
15944 "windows-sys 0.59.0",
15945]
15946
15947[[package]]
15948name = "wasmtime-winch"
15949version = "29.0.1"
15950source = "registry+https://github.com/rust-lang/crates.io-index"
15951checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15952dependencies = [
15953 "anyhow",
15954 "cranelift-codegen",
15955 "gimli",
15956 "object",
15957 "target-lexicon 0.13.2",
15958 "wasmparser 0.221.3",
15959 "wasmtime-cranelift",
15960 "wasmtime-environ",
15961 "winch-codegen",
15962]
15963
15964[[package]]
15965name = "wasmtime-wit-bindgen"
15966version = "29.0.1"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15969dependencies = [
15970 "anyhow",
15971 "heck 0.5.0",
15972 "indexmap",
15973 "wit-parser 0.221.3",
15974]
15975
15976[[package]]
15977name = "wast"
15978version = "35.0.2"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15981dependencies = [
15982 "leb128",
15983]
15984
15985[[package]]
15986name = "wayland-backend"
15987version = "0.3.8"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15990dependencies = [
15991 "cc",
15992 "downcast-rs",
15993 "rustix",
15994 "scoped-tls",
15995 "smallvec",
15996 "wayland-sys",
15997]
15998
15999[[package]]
16000name = "wayland-client"
16001version = "0.31.8"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16004dependencies = [
16005 "bitflags 2.8.0",
16006 "rustix",
16007 "wayland-backend",
16008 "wayland-scanner",
16009]
16010
16011[[package]]
16012name = "wayland-cursor"
16013version = "0.31.8"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16016dependencies = [
16017 "rustix",
16018 "wayland-client",
16019 "xcursor",
16020]
16021
16022[[package]]
16023name = "wayland-protocols"
16024version = "0.31.2"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16027dependencies = [
16028 "bitflags 2.8.0",
16029 "wayland-backend",
16030 "wayland-client",
16031 "wayland-scanner",
16032]
16033
16034[[package]]
16035name = "wayland-protocols-plasma"
16036version = "0.2.0"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16039dependencies = [
16040 "bitflags 2.8.0",
16041 "wayland-backend",
16042 "wayland-client",
16043 "wayland-protocols",
16044 "wayland-scanner",
16045]
16046
16047[[package]]
16048name = "wayland-scanner"
16049version = "0.31.6"
16050source = "registry+https://github.com/rust-lang/crates.io-index"
16051checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16052dependencies = [
16053 "proc-macro2",
16054 "quick-xml 0.37.2",
16055 "quote",
16056]
16057
16058[[package]]
16059name = "wayland-sys"
16060version = "0.31.6"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16063dependencies = [
16064 "dlib",
16065 "log",
16066 "once_cell",
16067 "pkg-config",
16068]
16069
16070[[package]]
16071name = "web-sys"
16072version = "0.3.76"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16075dependencies = [
16076 "js-sys",
16077 "wasm-bindgen",
16078]
16079
16080[[package]]
16081name = "web-time"
16082version = "1.1.0"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16085dependencies = [
16086 "js-sys",
16087 "wasm-bindgen",
16088]
16089
16090[[package]]
16091name = "webpki-root-certs"
16092version = "0.26.8"
16093source = "registry+https://github.com/rust-lang/crates.io-index"
16094checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16095dependencies = [
16096 "rustls-pki-types",
16097]
16098
16099[[package]]
16100name = "webpki-roots"
16101version = "0.26.7"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16104dependencies = [
16105 "rustls-pki-types",
16106]
16107
16108[[package]]
16109name = "webrtc-sys"
16110version = "0.3.5"
16111source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16112dependencies = [
16113 "cc",
16114 "cxx",
16115 "cxx-build",
16116 "glob",
16117 "log",
16118 "webrtc-sys-build",
16119]
16120
16121[[package]]
16122name = "webrtc-sys-build"
16123version = "0.3.5"
16124source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16125dependencies = [
16126 "fs2",
16127 "regex",
16128 "reqwest 0.11.27",
16129 "scratch",
16130 "semver",
16131 "zip",
16132]
16133
16134[[package]]
16135name = "weezl"
16136version = "0.1.8"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16139
16140[[package]]
16141name = "welcome"
16142version = "0.1.0"
16143dependencies = [
16144 "anyhow",
16145 "client",
16146 "db",
16147 "editor",
16148 "fuzzy",
16149 "gpui",
16150 "install_cli",
16151 "language",
16152 "picker",
16153 "project",
16154 "schemars",
16155 "serde",
16156 "settings",
16157 "telemetry",
16158 "ui",
16159 "util",
16160 "vim_mode_setting",
16161 "workspace",
16162 "zed_actions",
16163]
16164
16165[[package]]
16166name = "which"
16167version = "4.4.2"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16170dependencies = [
16171 "either",
16172 "home",
16173 "once_cell",
16174 "rustix",
16175]
16176
16177[[package]]
16178name = "which"
16179version = "6.0.3"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16182dependencies = [
16183 "either",
16184 "home",
16185 "rustix",
16186 "winsafe",
16187]
16188
16189[[package]]
16190name = "which"
16191version = "7.0.2"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16194dependencies = [
16195 "either",
16196 "env_home",
16197 "rustix",
16198 "winsafe",
16199]
16200
16201[[package]]
16202name = "whoami"
16203version = "1.5.2"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16206dependencies = [
16207 "redox_syscall 0.5.8",
16208 "wasite",
16209]
16210
16211[[package]]
16212name = "wiggle"
16213version = "29.0.1"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16216dependencies = [
16217 "anyhow",
16218 "async-trait",
16219 "bitflags 2.8.0",
16220 "thiserror 1.0.69",
16221 "tracing",
16222 "wasmtime",
16223 "wiggle-macro",
16224]
16225
16226[[package]]
16227name = "wiggle-generate"
16228version = "29.0.1"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16231dependencies = [
16232 "anyhow",
16233 "heck 0.5.0",
16234 "proc-macro2",
16235 "quote",
16236 "shellexpand 2.1.2",
16237 "syn 2.0.100",
16238 "witx",
16239]
16240
16241[[package]]
16242name = "wiggle-macro"
16243version = "29.0.1"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16246dependencies = [
16247 "proc-macro2",
16248 "quote",
16249 "syn 2.0.100",
16250 "wiggle-generate",
16251]
16252
16253[[package]]
16254name = "winapi"
16255version = "0.3.9"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16258dependencies = [
16259 "winapi-i686-pc-windows-gnu",
16260 "winapi-x86_64-pc-windows-gnu",
16261]
16262
16263[[package]]
16264name = "winapi-i686-pc-windows-gnu"
16265version = "0.4.0"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16268
16269[[package]]
16270name = "winapi-util"
16271version = "0.1.9"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16274dependencies = [
16275 "windows-sys 0.59.0",
16276]
16277
16278[[package]]
16279name = "winapi-x86_64-pc-windows-gnu"
16280version = "0.4.0"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16283
16284[[package]]
16285name = "winch-codegen"
16286version = "29.0.1"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16289dependencies = [
16290 "anyhow",
16291 "cranelift-codegen",
16292 "gimli",
16293 "regalloc2",
16294 "smallvec",
16295 "target-lexicon 0.13.2",
16296 "thiserror 1.0.69",
16297 "wasmparser 0.221.3",
16298 "wasmtime-cranelift",
16299 "wasmtime-environ",
16300]
16301
16302[[package]]
16303name = "windows"
16304version = "0.54.0"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16307dependencies = [
16308 "windows-core 0.54.0",
16309 "windows-targets 0.52.6",
16310]
16311
16312[[package]]
16313name = "windows"
16314version = "0.57.0"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16317dependencies = [
16318 "windows-core 0.57.0",
16319 "windows-targets 0.52.6",
16320]
16321
16322[[package]]
16323name = "windows"
16324version = "0.58.0"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16327dependencies = [
16328 "windows-core 0.58.0",
16329 "windows-targets 0.52.6",
16330]
16331
16332[[package]]
16333name = "windows"
16334version = "0.61.1"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16337dependencies = [
16338 "windows-collections",
16339 "windows-core 0.61.0",
16340 "windows-future",
16341 "windows-link",
16342 "windows-numerics",
16343]
16344
16345[[package]]
16346name = "windows-collections"
16347version = "0.2.0"
16348source = "registry+https://github.com/rust-lang/crates.io-index"
16349checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16350dependencies = [
16351 "windows-core 0.61.0",
16352]
16353
16354[[package]]
16355name = "windows-core"
16356version = "0.52.0"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16359dependencies = [
16360 "windows-targets 0.52.6",
16361]
16362
16363[[package]]
16364name = "windows-core"
16365version = "0.54.0"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16368dependencies = [
16369 "windows-result 0.1.2",
16370 "windows-targets 0.52.6",
16371]
16372
16373[[package]]
16374name = "windows-core"
16375version = "0.57.0"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16378dependencies = [
16379 "windows-implement 0.57.0",
16380 "windows-interface 0.57.0",
16381 "windows-result 0.1.2",
16382 "windows-targets 0.52.6",
16383]
16384
16385[[package]]
16386name = "windows-core"
16387version = "0.58.0"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16390dependencies = [
16391 "windows-implement 0.58.0",
16392 "windows-interface 0.58.0",
16393 "windows-result 0.2.0",
16394 "windows-strings 0.1.0",
16395 "windows-targets 0.52.6",
16396]
16397
16398[[package]]
16399name = "windows-core"
16400version = "0.61.0"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16403dependencies = [
16404 "windows-implement 0.60.0",
16405 "windows-interface 0.59.1",
16406 "windows-link",
16407 "windows-result 0.3.2",
16408 "windows-strings 0.4.0",
16409]
16410
16411[[package]]
16412name = "windows-future"
16413version = "0.2.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16416dependencies = [
16417 "windows-core 0.61.0",
16418 "windows-link",
16419]
16420
16421[[package]]
16422name = "windows-implement"
16423version = "0.57.0"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16426dependencies = [
16427 "proc-macro2",
16428 "quote",
16429 "syn 2.0.100",
16430]
16431
16432[[package]]
16433name = "windows-implement"
16434version = "0.58.0"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16437dependencies = [
16438 "proc-macro2",
16439 "quote",
16440 "syn 2.0.100",
16441]
16442
16443[[package]]
16444name = "windows-implement"
16445version = "0.60.0"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16448dependencies = [
16449 "proc-macro2",
16450 "quote",
16451 "syn 2.0.100",
16452]
16453
16454[[package]]
16455name = "windows-interface"
16456version = "0.57.0"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16459dependencies = [
16460 "proc-macro2",
16461 "quote",
16462 "syn 2.0.100",
16463]
16464
16465[[package]]
16466name = "windows-interface"
16467version = "0.58.0"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16470dependencies = [
16471 "proc-macro2",
16472 "quote",
16473 "syn 2.0.100",
16474]
16475
16476[[package]]
16477name = "windows-interface"
16478version = "0.59.1"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16481dependencies = [
16482 "proc-macro2",
16483 "quote",
16484 "syn 2.0.100",
16485]
16486
16487[[package]]
16488name = "windows-link"
16489version = "0.1.1"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16492
16493[[package]]
16494name = "windows-numerics"
16495version = "0.2.0"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16498dependencies = [
16499 "windows-core 0.61.0",
16500 "windows-link",
16501]
16502
16503[[package]]
16504name = "windows-registry"
16505version = "0.2.0"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16508dependencies = [
16509 "windows-result 0.2.0",
16510 "windows-strings 0.1.0",
16511 "windows-targets 0.52.6",
16512]
16513
16514[[package]]
16515name = "windows-result"
16516version = "0.1.2"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16519dependencies = [
16520 "windows-targets 0.52.6",
16521]
16522
16523[[package]]
16524name = "windows-result"
16525version = "0.2.0"
16526source = "registry+https://github.com/rust-lang/crates.io-index"
16527checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16528dependencies = [
16529 "windows-targets 0.52.6",
16530]
16531
16532[[package]]
16533name = "windows-result"
16534version = "0.3.2"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16537dependencies = [
16538 "windows-link",
16539]
16540
16541[[package]]
16542name = "windows-strings"
16543version = "0.1.0"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16546dependencies = [
16547 "windows-result 0.2.0",
16548 "windows-targets 0.52.6",
16549]
16550
16551[[package]]
16552name = "windows-strings"
16553version = "0.4.0"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16556dependencies = [
16557 "windows-link",
16558]
16559
16560[[package]]
16561name = "windows-sys"
16562version = "0.45.0"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16565dependencies = [
16566 "windows-targets 0.42.2",
16567]
16568
16569[[package]]
16570name = "windows-sys"
16571version = "0.48.0"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16574dependencies = [
16575 "windows-targets 0.48.5",
16576]
16577
16578[[package]]
16579name = "windows-sys"
16580version = "0.52.0"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16583dependencies = [
16584 "windows-targets 0.52.6",
16585]
16586
16587[[package]]
16588name = "windows-sys"
16589version = "0.59.0"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16592dependencies = [
16593 "windows-targets 0.52.6",
16594]
16595
16596[[package]]
16597name = "windows-targets"
16598version = "0.42.2"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16601dependencies = [
16602 "windows_aarch64_gnullvm 0.42.2",
16603 "windows_aarch64_msvc 0.42.2",
16604 "windows_i686_gnu 0.42.2",
16605 "windows_i686_msvc 0.42.2",
16606 "windows_x86_64_gnu 0.42.2",
16607 "windows_x86_64_gnullvm 0.42.2",
16608 "windows_x86_64_msvc 0.42.2",
16609]
16610
16611[[package]]
16612name = "windows-targets"
16613version = "0.48.5"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16616dependencies = [
16617 "windows_aarch64_gnullvm 0.48.5",
16618 "windows_aarch64_msvc 0.48.5",
16619 "windows_i686_gnu 0.48.5",
16620 "windows_i686_msvc 0.48.5",
16621 "windows_x86_64_gnu 0.48.5",
16622 "windows_x86_64_gnullvm 0.48.5",
16623 "windows_x86_64_msvc 0.48.5",
16624]
16625
16626[[package]]
16627name = "windows-targets"
16628version = "0.52.6"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16631dependencies = [
16632 "windows_aarch64_gnullvm 0.52.6",
16633 "windows_aarch64_msvc 0.52.6",
16634 "windows_i686_gnu 0.52.6",
16635 "windows_i686_gnullvm",
16636 "windows_i686_msvc 0.52.6",
16637 "windows_x86_64_gnu 0.52.6",
16638 "windows_x86_64_gnullvm 0.52.6",
16639 "windows_x86_64_msvc 0.52.6",
16640]
16641
16642[[package]]
16643name = "windows_aarch64_gnullvm"
16644version = "0.42.2"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16647
16648[[package]]
16649name = "windows_aarch64_gnullvm"
16650version = "0.48.5"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16653
16654[[package]]
16655name = "windows_aarch64_gnullvm"
16656version = "0.52.6"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16659
16660[[package]]
16661name = "windows_aarch64_msvc"
16662version = "0.42.2"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16665
16666[[package]]
16667name = "windows_aarch64_msvc"
16668version = "0.48.5"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16671
16672[[package]]
16673name = "windows_aarch64_msvc"
16674version = "0.52.6"
16675source = "registry+https://github.com/rust-lang/crates.io-index"
16676checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16677
16678[[package]]
16679name = "windows_i686_gnu"
16680version = "0.42.2"
16681source = "registry+https://github.com/rust-lang/crates.io-index"
16682checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16683
16684[[package]]
16685name = "windows_i686_gnu"
16686version = "0.48.5"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16689
16690[[package]]
16691name = "windows_i686_gnu"
16692version = "0.52.6"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16695
16696[[package]]
16697name = "windows_i686_gnullvm"
16698version = "0.52.6"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16701
16702[[package]]
16703name = "windows_i686_msvc"
16704version = "0.42.2"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16707
16708[[package]]
16709name = "windows_i686_msvc"
16710version = "0.48.5"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16713
16714[[package]]
16715name = "windows_i686_msvc"
16716version = "0.52.6"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16719
16720[[package]]
16721name = "windows_x86_64_gnu"
16722version = "0.42.2"
16723source = "registry+https://github.com/rust-lang/crates.io-index"
16724checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16725
16726[[package]]
16727name = "windows_x86_64_gnu"
16728version = "0.48.5"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16731
16732[[package]]
16733name = "windows_x86_64_gnu"
16734version = "0.52.6"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16737
16738[[package]]
16739name = "windows_x86_64_gnullvm"
16740version = "0.42.2"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16743
16744[[package]]
16745name = "windows_x86_64_gnullvm"
16746version = "0.48.5"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16749
16750[[package]]
16751name = "windows_x86_64_gnullvm"
16752version = "0.52.6"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16755
16756[[package]]
16757name = "windows_x86_64_msvc"
16758version = "0.42.2"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16761
16762[[package]]
16763name = "windows_x86_64_msvc"
16764version = "0.48.5"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16767
16768[[package]]
16769name = "windows_x86_64_msvc"
16770version = "0.52.6"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16773
16774[[package]]
16775name = "winnow"
16776version = "0.6.20"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16779dependencies = [
16780 "memchr",
16781]
16782
16783[[package]]
16784name = "winnow"
16785version = "0.7.1"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16788dependencies = [
16789 "memchr",
16790]
16791
16792[[package]]
16793name = "winreg"
16794version = "0.50.0"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16797dependencies = [
16798 "cfg-if",
16799 "windows-sys 0.48.0",
16800]
16801
16802[[package]]
16803name = "winreg"
16804version = "0.52.0"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16807dependencies = [
16808 "cfg-if",
16809 "windows-sys 0.48.0",
16810]
16811
16812[[package]]
16813name = "winresource"
16814version = "0.1.20"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16817dependencies = [
16818 "toml 0.8.20",
16819 "version_check",
16820]
16821
16822[[package]]
16823name = "winsafe"
16824version = "0.0.19"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16827
16828[[package]]
16829name = "winx"
16830version = "0.36.4"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16833dependencies = [
16834 "bitflags 2.8.0",
16835 "windows-sys 0.59.0",
16836]
16837
16838[[package]]
16839name = "wio"
16840version = "0.2.2"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16843dependencies = [
16844 "winapi",
16845]
16846
16847[[package]]
16848name = "wit-bindgen"
16849version = "0.22.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16852dependencies = [
16853 "bitflags 2.8.0",
16854 "wit-bindgen-rt 0.22.0",
16855 "wit-bindgen-rust-macro",
16856]
16857
16858[[package]]
16859name = "wit-bindgen-core"
16860version = "0.22.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16863dependencies = [
16864 "anyhow",
16865 "wit-parser 0.201.0",
16866]
16867
16868[[package]]
16869name = "wit-bindgen-rt"
16870version = "0.22.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16873
16874[[package]]
16875name = "wit-bindgen-rt"
16876version = "0.33.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16879dependencies = [
16880 "bitflags 2.8.0",
16881]
16882
16883[[package]]
16884name = "wit-bindgen-rust"
16885version = "0.22.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16888dependencies = [
16889 "anyhow",
16890 "heck 0.4.1",
16891 "indexmap",
16892 "wasm-metadata 0.201.0",
16893 "wit-bindgen-core",
16894 "wit-component 0.201.0",
16895]
16896
16897[[package]]
16898name = "wit-bindgen-rust-macro"
16899version = "0.22.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16902dependencies = [
16903 "anyhow",
16904 "proc-macro2",
16905 "quote",
16906 "syn 2.0.100",
16907 "wit-bindgen-core",
16908 "wit-bindgen-rust",
16909]
16910
16911[[package]]
16912name = "wit-component"
16913version = "0.201.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16916dependencies = [
16917 "anyhow",
16918 "bitflags 2.8.0",
16919 "indexmap",
16920 "log",
16921 "serde",
16922 "serde_derive",
16923 "serde_json",
16924 "wasm-encoder 0.201.0",
16925 "wasm-metadata 0.201.0",
16926 "wasmparser 0.201.0",
16927 "wit-parser 0.201.0",
16928]
16929
16930[[package]]
16931name = "wit-component"
16932version = "0.221.3"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16935dependencies = [
16936 "anyhow",
16937 "bitflags 2.8.0",
16938 "indexmap",
16939 "log",
16940 "serde",
16941 "serde_derive",
16942 "serde_json",
16943 "wasm-encoder 0.221.3",
16944 "wasm-metadata 0.221.3",
16945 "wasmparser 0.221.3",
16946 "wit-parser 0.221.3",
16947]
16948
16949[[package]]
16950name = "wit-parser"
16951version = "0.201.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16954dependencies = [
16955 "anyhow",
16956 "id-arena",
16957 "indexmap",
16958 "log",
16959 "semver",
16960 "serde",
16961 "serde_derive",
16962 "serde_json",
16963 "unicode-xid",
16964 "wasmparser 0.201.0",
16965]
16966
16967[[package]]
16968name = "wit-parser"
16969version = "0.221.3"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16972dependencies = [
16973 "anyhow",
16974 "id-arena",
16975 "indexmap",
16976 "log",
16977 "semver",
16978 "serde",
16979 "serde_derive",
16980 "serde_json",
16981 "unicode-xid",
16982 "wasmparser 0.221.3",
16983]
16984
16985[[package]]
16986name = "witx"
16987version = "0.9.1"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16990dependencies = [
16991 "anyhow",
16992 "log",
16993 "thiserror 1.0.69",
16994 "wast",
16995]
16996
16997[[package]]
16998name = "workspace"
16999version = "0.1.0"
17000dependencies = [
17001 "any_vec",
17002 "anyhow",
17003 "async-recursion 1.1.1",
17004 "bincode",
17005 "call",
17006 "client",
17007 "clock",
17008 "collections",
17009 "component",
17010 "db",
17011 "derive_more",
17012 "env_logger 0.11.7",
17013 "fs",
17014 "futures 0.3.31",
17015 "gpui",
17016 "http_client",
17017 "itertools 0.14.0",
17018 "language",
17019 "log",
17020 "node_runtime",
17021 "parking_lot",
17022 "postage",
17023 "project",
17024 "remote",
17025 "schemars",
17026 "serde",
17027 "serde_json",
17028 "session",
17029 "settings",
17030 "smallvec",
17031 "sqlez",
17032 "strum",
17033 "task",
17034 "telemetry",
17035 "tempfile",
17036 "theme",
17037 "ui",
17038 "util",
17039 "uuid",
17040 "zed_actions",
17041]
17042
17043[[package]]
17044name = "worktree"
17045version = "0.1.0"
17046dependencies = [
17047 "anyhow",
17048 "clock",
17049 "collections",
17050 "env_logger 0.11.7",
17051 "fs",
17052 "futures 0.3.31",
17053 "fuzzy",
17054 "git",
17055 "git2",
17056 "git_hosting_providers",
17057 "gpui",
17058 "http_client",
17059 "ignore",
17060 "language",
17061 "log",
17062 "parking_lot",
17063 "paths",
17064 "postage",
17065 "pretty_assertions",
17066 "rand 0.8.5",
17067 "rpc",
17068 "schemars",
17069 "serde",
17070 "serde_json",
17071 "settings",
17072 "smallvec",
17073 "smol",
17074 "sum_tree",
17075 "text",
17076 "util",
17077]
17078
17079[[package]]
17080name = "write16"
17081version = "1.0.0"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17084
17085[[package]]
17086name = "writeable"
17087version = "0.5.5"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17090
17091[[package]]
17092name = "wyz"
17093version = "0.5.1"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17096dependencies = [
17097 "tap",
17098]
17099
17100[[package]]
17101name = "x11-clipboard"
17102version = "0.9.3"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17105dependencies = [
17106 "libc",
17107 "x11rb",
17108]
17109
17110[[package]]
17111name = "x11rb"
17112version = "0.13.1"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17115dependencies = [
17116 "as-raw-xcb-connection",
17117 "gethostname",
17118 "libc",
17119 "rustix",
17120 "x11rb-protocol",
17121]
17122
17123[[package]]
17124name = "x11rb-protocol"
17125version = "0.13.1"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17128
17129[[package]]
17130name = "xattr"
17131version = "0.2.3"
17132source = "registry+https://github.com/rust-lang/crates.io-index"
17133checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17134dependencies = [
17135 "libc",
17136]
17137
17138[[package]]
17139name = "xcursor"
17140version = "0.3.8"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17143
17144[[package]]
17145name = "xdg-home"
17146version = "1.3.0"
17147source = "registry+https://github.com/rust-lang/crates.io-index"
17148checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17149dependencies = [
17150 "libc",
17151 "windows-sys 0.59.0",
17152]
17153
17154[[package]]
17155name = "xim"
17156version = "0.4.0"
17157source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17158dependencies = [
17159 "ahash 0.8.11",
17160 "hashbrown 0.14.5",
17161 "log",
17162 "x11rb",
17163 "xim-ctext",
17164 "xim-parser",
17165]
17166
17167[[package]]
17168name = "xim-ctext"
17169version = "0.3.0"
17170source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17171dependencies = [
17172 "encoding_rs",
17173]
17174
17175[[package]]
17176name = "xim-parser"
17177version = "0.2.1"
17178source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17179dependencies = [
17180 "bitflags 2.8.0",
17181]
17182
17183[[package]]
17184name = "xkbcommon"
17185version = "0.8.0"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17188dependencies = [
17189 "as-raw-xcb-connection",
17190 "libc",
17191 "memmap2",
17192 "xkeysym",
17193]
17194
17195[[package]]
17196name = "xkeysym"
17197version = "0.2.1"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17200
17201[[package]]
17202name = "xml5ever"
17203version = "0.18.1"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17206dependencies = [
17207 "log",
17208 "mac",
17209 "markup5ever",
17210]
17211
17212[[package]]
17213name = "xmlparser"
17214version = "0.13.6"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17217
17218[[package]]
17219name = "xmlwriter"
17220version = "0.1.0"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17223
17224[[package]]
17225name = "xtask"
17226version = "0.1.0"
17227dependencies = [
17228 "anyhow",
17229 "cargo_metadata",
17230 "cargo_toml",
17231 "clap",
17232]
17233
17234[[package]]
17235name = "yaml-rust2"
17236version = "0.8.1"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17239dependencies = [
17240 "arraydeque",
17241 "encoding_rs",
17242 "hashlink 0.8.4",
17243]
17244
17245[[package]]
17246name = "yansi"
17247version = "1.0.1"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17250
17251[[package]]
17252name = "yazi"
17253version = "0.2.1"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17256
17257[[package]]
17258name = "yeslogic-fontconfig-sys"
17259version = "6.0.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17262dependencies = [
17263 "dlib",
17264 "once_cell",
17265 "pkg-config",
17266]
17267
17268[[package]]
17269name = "yoke"
17270version = "0.7.5"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17273dependencies = [
17274 "serde",
17275 "stable_deref_trait",
17276 "yoke-derive",
17277 "zerofrom",
17278]
17279
17280[[package]]
17281name = "yoke-derive"
17282version = "0.7.5"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17285dependencies = [
17286 "proc-macro2",
17287 "quote",
17288 "syn 2.0.100",
17289 "synstructure",
17290]
17291
17292[[package]]
17293name = "zbus"
17294version = "5.5.0"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17297dependencies = [
17298 "async-broadcast",
17299 "async-executor",
17300 "async-fs",
17301 "async-io",
17302 "async-lock",
17303 "async-process",
17304 "async-recursion 1.1.1",
17305 "async-task",
17306 "async-trait",
17307 "blocking",
17308 "enumflags2",
17309 "event-listener 5.3.1",
17310 "futures-core",
17311 "futures-lite 2.6.0",
17312 "hex",
17313 "nix",
17314 "ordered-stream",
17315 "serde",
17316 "serde_repr",
17317 "static_assertions",
17318 "tracing",
17319 "uds_windows",
17320 "windows-sys 0.59.0",
17321 "winnow 0.7.1",
17322 "xdg-home",
17323 "zbus_macros",
17324 "zbus_names",
17325 "zvariant",
17326]
17327
17328[[package]]
17329name = "zbus_macros"
17330version = "5.5.0"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17333dependencies = [
17334 "proc-macro-crate",
17335 "proc-macro2",
17336 "quote",
17337 "syn 2.0.100",
17338 "zbus_names",
17339 "zvariant",
17340 "zvariant_utils",
17341]
17342
17343[[package]]
17344name = "zbus_names"
17345version = "4.1.0"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17348dependencies = [
17349 "serde",
17350 "static_assertions",
17351 "winnow 0.6.20",
17352 "zvariant",
17353]
17354
17355[[package]]
17356name = "zed"
17357version = "0.180.0"
17358dependencies = [
17359 "activity_indicator",
17360 "anyhow",
17361 "ashpd",
17362 "assets",
17363 "assistant",
17364 "assistant2",
17365 "assistant_context_editor",
17366 "assistant_settings",
17367 "assistant_tools",
17368 "async-watch",
17369 "audio",
17370 "auto_update",
17371 "auto_update_ui",
17372 "backtrace",
17373 "breadcrumbs",
17374 "call",
17375 "channel",
17376 "chrono",
17377 "clap",
17378 "cli",
17379 "client",
17380 "collab_ui",
17381 "collections",
17382 "command_palette",
17383 "command_palette_hooks",
17384 "component_preview",
17385 "copilot",
17386 "db",
17387 "debugger_tools",
17388 "debugger_ui",
17389 "diagnostics",
17390 "editor",
17391 "env_logger 0.11.7",
17392 "extension",
17393 "extension_host",
17394 "extensions_ui",
17395 "feature_flags",
17396 "feedback",
17397 "file_finder",
17398 "fs",
17399 "futures 0.3.31",
17400 "git",
17401 "git_hosting_providers",
17402 "git_ui",
17403 "go_to_line",
17404 "gpui",
17405 "gpui_tokio",
17406 "http_client",
17407 "image_viewer",
17408 "inline_completion_button",
17409 "install_cli",
17410 "journal",
17411 "language",
17412 "language_extension",
17413 "language_model",
17414 "language_models",
17415 "language_selector",
17416 "language_tools",
17417 "languages",
17418 "libc",
17419 "log",
17420 "markdown_preview",
17421 "menu",
17422 "migrator",
17423 "mimalloc",
17424 "nix",
17425 "node_runtime",
17426 "notifications",
17427 "outline",
17428 "outline_panel",
17429 "parking_lot",
17430 "paths",
17431 "picker",
17432 "profiling",
17433 "project",
17434 "project_panel",
17435 "project_symbols",
17436 "prompt_store",
17437 "proto",
17438 "recent_projects",
17439 "release_channel",
17440 "remote",
17441 "repl",
17442 "reqwest_client",
17443 "rope",
17444 "search",
17445 "serde",
17446 "serde_json",
17447 "session",
17448 "settings",
17449 "settings_ui",
17450 "shellexpand 2.1.2",
17451 "simplelog",
17452 "smol",
17453 "snippet_provider",
17454 "snippets_ui",
17455 "supermaven",
17456 "sysinfo",
17457 "tab_switcher",
17458 "task",
17459 "tasks_ui",
17460 "telemetry",
17461 "telemetry_events",
17462 "terminal_view",
17463 "theme",
17464 "theme_extension",
17465 "theme_selector",
17466 "time",
17467 "toolchain_selector",
17468 "tree-sitter-md",
17469 "tree-sitter-rust",
17470 "ui",
17471 "ui_prompt",
17472 "url",
17473 "urlencoding",
17474 "util",
17475 "uuid",
17476 "vim",
17477 "vim_mode_setting",
17478 "welcome",
17479 "windows 0.61.1",
17480 "winresource",
17481 "workspace",
17482 "zed_actions",
17483 "zeta",
17484 "zlog_settings",
17485]
17486
17487[[package]]
17488name = "zed_actions"
17489version = "0.1.0"
17490dependencies = [
17491 "gpui",
17492 "schemars",
17493 "serde",
17494]
17495
17496[[package]]
17497name = "zed_emmet"
17498version = "0.0.3"
17499dependencies = [
17500 "zed_extension_api 0.1.0",
17501]
17502
17503[[package]]
17504name = "zed_extension_api"
17505version = "0.1.0"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17508dependencies = [
17509 "serde",
17510 "serde_json",
17511 "wit-bindgen",
17512]
17513
17514[[package]]
17515name = "zed_extension_api"
17516version = "0.3.0"
17517dependencies = [
17518 "serde",
17519 "serde_json",
17520 "wit-bindgen",
17521]
17522
17523[[package]]
17524name = "zed_glsl"
17525version = "0.1.0"
17526dependencies = [
17527 "zed_extension_api 0.1.0",
17528]
17529
17530[[package]]
17531name = "zed_html"
17532version = "0.1.6"
17533dependencies = [
17534 "zed_extension_api 0.1.0",
17535]
17536
17537[[package]]
17538name = "zed_llm_client"
17539version = "0.4.1"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17542dependencies = [
17543 "serde",
17544 "serde_json",
17545 "uuid",
17546]
17547
17548[[package]]
17549name = "zed_proto"
17550version = "0.2.1"
17551dependencies = [
17552 "zed_extension_api 0.1.0",
17553]
17554
17555[[package]]
17556name = "zed_ruff"
17557version = "0.1.0"
17558dependencies = [
17559 "zed_extension_api 0.1.0",
17560]
17561
17562[[package]]
17563name = "zed_snippets"
17564version = "0.0.5"
17565dependencies = [
17566 "serde_json",
17567 "zed_extension_api 0.1.0",
17568]
17569
17570[[package]]
17571name = "zed_test_extension"
17572version = "0.1.0"
17573dependencies = [
17574 "zed_extension_api 0.3.0",
17575]
17576
17577[[package]]
17578name = "zed_toml"
17579version = "0.1.3"
17580dependencies = [
17581 "zed_extension_api 0.1.0",
17582]
17583
17584[[package]]
17585name = "zeno"
17586version = "0.3.2"
17587source = "registry+https://github.com/rust-lang/crates.io-index"
17588checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17589
17590[[package]]
17591name = "zerocopy"
17592version = "0.7.35"
17593source = "registry+https://github.com/rust-lang/crates.io-index"
17594checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17595dependencies = [
17596 "byteorder",
17597 "zerocopy-derive 0.7.35",
17598]
17599
17600[[package]]
17601name = "zerocopy"
17602version = "0.8.18"
17603source = "registry+https://github.com/rust-lang/crates.io-index"
17604checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17605dependencies = [
17606 "zerocopy-derive 0.8.18",
17607]
17608
17609[[package]]
17610name = "zerocopy-derive"
17611version = "0.7.35"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17614dependencies = [
17615 "proc-macro2",
17616 "quote",
17617 "syn 2.0.100",
17618]
17619
17620[[package]]
17621name = "zerocopy-derive"
17622version = "0.8.18"
17623source = "registry+https://github.com/rust-lang/crates.io-index"
17624checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17625dependencies = [
17626 "proc-macro2",
17627 "quote",
17628 "syn 2.0.100",
17629]
17630
17631[[package]]
17632name = "zerofrom"
17633version = "0.1.5"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17636dependencies = [
17637 "zerofrom-derive",
17638]
17639
17640[[package]]
17641name = "zerofrom-derive"
17642version = "0.1.5"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17645dependencies = [
17646 "proc-macro2",
17647 "quote",
17648 "syn 2.0.100",
17649 "synstructure",
17650]
17651
17652[[package]]
17653name = "zeroize"
17654version = "1.8.1"
17655source = "registry+https://github.com/rust-lang/crates.io-index"
17656checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17657dependencies = [
17658 "zeroize_derive",
17659]
17660
17661[[package]]
17662name = "zeroize_derive"
17663version = "1.4.2"
17664source = "registry+https://github.com/rust-lang/crates.io-index"
17665checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17666dependencies = [
17667 "proc-macro2",
17668 "quote",
17669 "syn 2.0.100",
17670]
17671
17672[[package]]
17673name = "zeromq"
17674version = "0.5.0-pre"
17675source = "registry+https://github.com/rust-lang/crates.io-index"
17676checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17677dependencies = [
17678 "async-dispatcher",
17679 "async-std",
17680 "async-trait",
17681 "asynchronous-codec",
17682 "bytes 1.10.1",
17683 "crossbeam-queue",
17684 "dashmap 5.5.3",
17685 "futures 0.3.31",
17686 "log",
17687 "num-traits",
17688 "once_cell",
17689 "parking_lot",
17690 "rand 0.8.5",
17691 "regex",
17692 "thiserror 1.0.69",
17693 "uuid",
17694]
17695
17696[[package]]
17697name = "zerovec"
17698version = "0.10.4"
17699source = "registry+https://github.com/rust-lang/crates.io-index"
17700checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17701dependencies = [
17702 "yoke",
17703 "zerofrom",
17704 "zerovec-derive",
17705]
17706
17707[[package]]
17708name = "zerovec-derive"
17709version = "0.10.3"
17710source = "registry+https://github.com/rust-lang/crates.io-index"
17711checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17712dependencies = [
17713 "proc-macro2",
17714 "quote",
17715 "syn 2.0.100",
17716]
17717
17718[[package]]
17719name = "zeta"
17720version = "0.1.0"
17721dependencies = [
17722 "anyhow",
17723 "arrayvec",
17724 "call",
17725 "chrono",
17726 "client",
17727 "clock",
17728 "collections",
17729 "command_palette_hooks",
17730 "ctor",
17731 "db",
17732 "editor",
17733 "env_logger 0.11.7",
17734 "feature_flags",
17735 "fs",
17736 "futures 0.3.31",
17737 "gpui",
17738 "http_client",
17739 "indoc",
17740 "inline_completion",
17741 "language",
17742 "language_model",
17743 "log",
17744 "menu",
17745 "migrator",
17746 "paths",
17747 "postage",
17748 "project",
17749 "regex",
17750 "release_channel",
17751 "reqwest_client",
17752 "rpc",
17753 "serde",
17754 "serde_json",
17755 "settings",
17756 "telemetry",
17757 "telemetry_events",
17758 "theme",
17759 "thiserror 2.0.12",
17760 "tree-sitter-go",
17761 "tree-sitter-rust",
17762 "ui",
17763 "unindent",
17764 "util",
17765 "uuid",
17766 "workspace",
17767 "worktree",
17768 "zed_actions",
17769 "zed_llm_client",
17770]
17771
17772[[package]]
17773name = "zip"
17774version = "0.6.6"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17777dependencies = [
17778 "aes",
17779 "byteorder",
17780 "bzip2",
17781 "constant_time_eq 0.1.5",
17782 "crc32fast",
17783 "crossbeam-utils",
17784 "flate2",
17785 "hmac",
17786 "pbkdf2 0.11.0",
17787 "sha1",
17788 "time",
17789 "zstd",
17790]
17791
17792[[package]]
17793name = "zlog"
17794version = "0.1.0"
17795dependencies = [
17796 "log",
17797]
17798
17799[[package]]
17800name = "zlog_settings"
17801version = "0.1.0"
17802dependencies = [
17803 "anyhow",
17804 "gpui",
17805 "schemars",
17806 "serde",
17807 "settings",
17808 "zlog",
17809]
17810
17811[[package]]
17812name = "zstd"
17813version = "0.11.2+zstd.1.5.2"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17816dependencies = [
17817 "zstd-safe",
17818]
17819
17820[[package]]
17821name = "zstd-safe"
17822version = "5.0.2+zstd.1.5.2"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17825dependencies = [
17826 "libc",
17827 "zstd-sys",
17828]
17829
17830[[package]]
17831name = "zstd-sys"
17832version = "2.0.13+zstd.1.5.6"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17835dependencies = [
17836 "cc",
17837 "pkg-config",
17838]
17839
17840[[package]]
17841name = "zune-core"
17842version = "0.4.12"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17845
17846[[package]]
17847name = "zune-inflate"
17848version = "0.2.54"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17851dependencies = [
17852 "simd-adler32",
17853]
17854
17855[[package]]
17856name = "zune-jpeg"
17857version = "0.4.13"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17860dependencies = [
17861 "zune-core",
17862]
17863
17864[[package]]
17865name = "zvariant"
17866version = "5.4.0"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17869dependencies = [
17870 "endi",
17871 "enumflags2",
17872 "serde",
17873 "static_assertions",
17874 "url",
17875 "winnow 0.7.1",
17876 "zvariant_derive",
17877 "zvariant_utils",
17878]
17879
17880[[package]]
17881name = "zvariant_derive"
17882version = "5.4.0"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17885dependencies = [
17886 "proc-macro-crate",
17887 "proc-macro2",
17888 "quote",
17889 "syn 2.0.100",
17890 "zvariant_utils",
17891]
17892
17893[[package]]
17894name = "zvariant_utils"
17895version = "3.2.0"
17896source = "registry+https://github.com/rust-lang/crates.io-index"
17897checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17898dependencies = [
17899 "proc-macro2",
17900 "quote",
17901 "serde",
17902 "static_assertions",
17903 "syn 2.0.100",
17904 "winnow 0.7.1",
17905]