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 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "parking_lot",
  486 "paths",
  487 "picker",
  488 "project",
  489 "prompt_library",
  490 "prompt_store",
  491 "proto",
  492 "rand 0.8.5",
  493 "rope",
  494 "scripting_tool",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smol",
  499 "streaming_diff",
  500 "telemetry",
  501 "telemetry_events",
  502 "terminal",
  503 "terminal_view",
  504 "text",
  505 "theme",
  506 "time",
  507 "time_format",
  508 "ui",
  509 "util",
  510 "uuid",
  511 "vim_mode_setting",
  512 "workspace",
  513 "zed_actions",
  514]
  515
  516[[package]]
  517name = "assistant_context_editor"
  518version = "0.1.0"
  519dependencies = [
  520 "anyhow",
  521 "assistant_settings",
  522 "assistant_slash_command",
  523 "assistant_slash_commands",
  524 "chrono",
  525 "client",
  526 "clock",
  527 "collections",
  528 "context_server",
  529 "editor",
  530 "fs",
  531 "futures 0.3.31",
  532 "fuzzy",
  533 "gpui",
  534 "indexed_docs",
  535 "language",
  536 "language_model",
  537 "language_model_selector",
  538 "languages",
  539 "log",
  540 "multi_buffer",
  541 "open_ai",
  542 "parking_lot",
  543 "paths",
  544 "picker",
  545 "pretty_assertions",
  546 "project",
  547 "prompt_store",
  548 "rand 0.8.5",
  549 "regex",
  550 "rope",
  551 "rpc",
  552 "serde",
  553 "serde_json",
  554 "settings",
  555 "smallvec",
  556 "smol",
  557 "strum",
  558 "telemetry_events",
  559 "text",
  560 "theme",
  561 "tree-sitter-md",
  562 "ui",
  563 "unindent",
  564 "util",
  565 "uuid",
  566 "workspace",
  567]
  568
  569[[package]]
  570name = "assistant_eval"
  571version = "0.1.0"
  572dependencies = [
  573 "anyhow",
  574 "assistant2",
  575 "assistant_tool",
  576 "assistant_tools",
  577 "clap",
  578 "client",
  579 "collections",
  580 "context_server",
  581 "env_logger 0.11.7",
  582 "fs",
  583 "futures 0.3.31",
  584 "gpui",
  585 "gpui_tokio",
  586 "itertools 0.14.0",
  587 "language",
  588 "language_model",
  589 "language_models",
  590 "node_runtime",
  591 "project",
  592 "prompt_store",
  593 "regex",
  594 "release_channel",
  595 "reqwest_client",
  596 "serde",
  597 "serde_json",
  598 "serde_json_lenient",
  599 "settings",
  600 "smol",
  601 "util",
  602]
  603
  604[[package]]
  605name = "assistant_settings"
  606version = "0.1.0"
  607dependencies = [
  608 "anthropic",
  609 "anyhow",
  610 "collections",
  611 "deepseek",
  612 "feature_flags",
  613 "fs",
  614 "gpui",
  615 "language_model",
  616 "lmstudio",
  617 "log",
  618 "ollama",
  619 "open_ai",
  620 "paths",
  621 "schemars",
  622 "serde",
  623 "serde_json_lenient",
  624 "settings",
  625]
  626
  627[[package]]
  628name = "assistant_slash_command"
  629version = "0.1.0"
  630dependencies = [
  631 "anyhow",
  632 "async-trait",
  633 "collections",
  634 "derive_more",
  635 "extension",
  636 "futures 0.3.31",
  637 "gpui",
  638 "language",
  639 "language_model",
  640 "parking_lot",
  641 "pretty_assertions",
  642 "serde",
  643 "serde_json",
  644 "ui",
  645 "workspace",
  646]
  647
  648[[package]]
  649name = "assistant_slash_commands"
  650version = "0.1.0"
  651dependencies = [
  652 "anyhow",
  653 "assistant_slash_command",
  654 "cargo_toml",
  655 "chrono",
  656 "collections",
  657 "context_server",
  658 "editor",
  659 "env_logger 0.11.7",
  660 "feature_flags",
  661 "fs",
  662 "futures 0.3.31",
  663 "fuzzy",
  664 "globset",
  665 "gpui",
  666 "html_to_markdown",
  667 "http_client",
  668 "indexed_docs",
  669 "language",
  670 "language_model",
  671 "log",
  672 "pretty_assertions",
  673 "project",
  674 "prompt_store",
  675 "rope",
  676 "schemars",
  677 "semantic_index",
  678 "serde",
  679 "serde_json",
  680 "settings",
  681 "smol",
  682 "terminal_view",
  683 "text",
  684 "toml 0.8.20",
  685 "ui",
  686 "util",
  687 "workspace",
  688 "worktree",
  689]
  690
  691[[package]]
  692name = "assistant_tool"
  693version = "0.1.0"
  694dependencies = [
  695 "anyhow",
  696 "clock",
  697 "collections",
  698 "derive_more",
  699 "gpui",
  700 "language",
  701 "language_model",
  702 "parking_lot",
  703 "project",
  704 "serde",
  705 "serde_json",
  706]
  707
  708[[package]]
  709name = "assistant_tools"
  710version = "0.1.0"
  711dependencies = [
  712 "anyhow",
  713 "assistant_tool",
  714 "chrono",
  715 "collections",
  716 "feature_flags",
  717 "futures 0.3.31",
  718 "gpui",
  719 "html_to_markdown",
  720 "http_client",
  721 "itertools 0.14.0",
  722 "language",
  723 "language_model",
  724 "project",
  725 "rand 0.8.5",
  726 "release_channel",
  727 "schemars",
  728 "serde",
  729 "serde_json",
  730 "settings",
  731 "theme",
  732 "ui",
  733 "unindent",
  734 "util",
  735 "workspace",
  736 "worktree",
  737]
  738
  739[[package]]
  740name = "async-attributes"
  741version = "1.1.2"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  744dependencies = [
  745 "quote",
  746 "syn 1.0.109",
  747]
  748
  749[[package]]
  750name = "async-broadcast"
  751version = "0.7.2"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  754dependencies = [
  755 "event-listener 5.3.1",
  756 "event-listener-strategy",
  757 "futures-core",
  758 "pin-project-lite",
  759]
  760
  761[[package]]
  762name = "async-channel"
  763version = "1.9.0"
  764source = "registry+https://github.com/rust-lang/crates.io-index"
  765checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  766dependencies = [
  767 "concurrent-queue",
  768 "event-listener 2.5.3",
  769 "futures-core",
  770]
  771
  772[[package]]
  773name = "async-channel"
  774version = "2.3.1"
  775source = "registry+https://github.com/rust-lang/crates.io-index"
  776checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  777dependencies = [
  778 "concurrent-queue",
  779 "event-listener-strategy",
  780 "futures-core",
  781 "pin-project-lite",
  782]
  783
  784[[package]]
  785name = "async-compat"
  786version = "0.2.4"
  787source = "registry+https://github.com/rust-lang/crates.io-index"
  788checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  789dependencies = [
  790 "futures-core",
  791 "futures-io",
  792 "once_cell",
  793 "pin-project-lite",
  794 "tokio",
  795]
  796
  797[[package]]
  798name = "async-compression"
  799version = "0.4.21"
  800source = "registry+https://github.com/rust-lang/crates.io-index"
  801checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  802dependencies = [
  803 "deflate64",
  804 "flate2",
  805 "futures-core",
  806 "futures-io",
  807 "memchr",
  808 "pin-project-lite",
  809]
  810
  811[[package]]
  812name = "async-dispatcher"
  813version = "0.1.2"
  814source = "registry+https://github.com/rust-lang/crates.io-index"
  815checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  816dependencies = [
  817 "async-task",
  818 "futures-lite 1.13.0",
  819]
  820
  821[[package]]
  822name = "async-executor"
  823version = "1.13.1"
  824source = "registry+https://github.com/rust-lang/crates.io-index"
  825checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  826dependencies = [
  827 "async-task",
  828 "concurrent-queue",
  829 "fastrand 2.3.0",
  830 "futures-lite 2.6.0",
  831 "slab",
  832]
  833
  834[[package]]
  835name = "async-fs"
  836version = "2.1.2"
  837source = "registry+https://github.com/rust-lang/crates.io-index"
  838checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  839dependencies = [
  840 "async-lock",
  841 "blocking",
  842 "futures-lite 2.6.0",
  843]
  844
  845[[package]]
  846name = "async-global-executor"
  847version = "2.4.1"
  848source = "registry+https://github.com/rust-lang/crates.io-index"
  849checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  850dependencies = [
  851 "async-channel 2.3.1",
  852 "async-executor",
  853 "async-io",
  854 "async-lock",
  855 "blocking",
  856 "futures-lite 2.6.0",
  857 "once_cell",
  858]
  859
  860[[package]]
  861name = "async-io"
  862version = "2.4.0"
  863source = "registry+https://github.com/rust-lang/crates.io-index"
  864checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  865dependencies = [
  866 "async-lock",
  867 "cfg-if",
  868 "concurrent-queue",
  869 "futures-io",
  870 "futures-lite 2.6.0",
  871 "parking",
  872 "polling",
  873 "rustix",
  874 "slab",
  875 "tracing",
  876 "windows-sys 0.59.0",
  877]
  878
  879[[package]]
  880name = "async-lock"
  881version = "3.4.0"
  882source = "registry+https://github.com/rust-lang/crates.io-index"
  883checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  884dependencies = [
  885 "event-listener 5.3.1",
  886 "event-listener-strategy",
  887 "pin-project-lite",
  888]
  889
  890[[package]]
  891name = "async-native-tls"
  892version = "0.5.0"
  893source = "registry+https://github.com/rust-lang/crates.io-index"
  894checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  895dependencies = [
  896 "futures-util",
  897 "native-tls",
  898 "thiserror 1.0.69",
  899 "url",
  900]
  901
  902[[package]]
  903name = "async-net"
  904version = "2.0.0"
  905source = "registry+https://github.com/rust-lang/crates.io-index"
  906checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  907dependencies = [
  908 "async-io",
  909 "blocking",
  910 "futures-lite 2.6.0",
  911]
  912
  913[[package]]
  914name = "async-pipe"
  915version = "0.1.3"
  916source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  917dependencies = [
  918 "futures 0.3.31",
  919 "log",
  920]
  921
  922[[package]]
  923name = "async-process"
  924version = "2.3.0"
  925source = "registry+https://github.com/rust-lang/crates.io-index"
  926checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  927dependencies = [
  928 "async-channel 2.3.1",
  929 "async-io",
  930 "async-lock",
  931 "async-signal",
  932 "async-task",
  933 "blocking",
  934 "cfg-if",
  935 "event-listener 5.3.1",
  936 "futures-lite 2.6.0",
  937 "rustix",
  938 "tracing",
  939]
  940
  941[[package]]
  942name = "async-recursion"
  943version = "0.3.2"
  944source = "registry+https://github.com/rust-lang/crates.io-index"
  945checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  946dependencies = [
  947 "proc-macro2",
  948 "quote",
  949 "syn 1.0.109",
  950]
  951
  952[[package]]
  953name = "async-recursion"
  954version = "1.1.1"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  957dependencies = [
  958 "proc-macro2",
  959 "quote",
  960 "syn 2.0.100",
  961]
  962
  963[[package]]
  964name = "async-signal"
  965version = "0.2.10"
  966source = "registry+https://github.com/rust-lang/crates.io-index"
  967checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  968dependencies = [
  969 "async-io",
  970 "async-lock",
  971 "atomic-waker",
  972 "cfg-if",
  973 "futures-core",
  974 "futures-io",
  975 "rustix",
  976 "signal-hook-registry",
  977 "slab",
  978 "windows-sys 0.59.0",
  979]
  980
  981[[package]]
  982name = "async-std"
  983version = "1.13.1"
  984source = "registry+https://github.com/rust-lang/crates.io-index"
  985checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  986dependencies = [
  987 "async-attributes",
  988 "async-channel 1.9.0",
  989 "async-global-executor",
  990 "async-io",
  991 "async-lock",
  992 "async-process",
  993 "crossbeam-utils",
  994 "futures-channel",
  995 "futures-core",
  996 "futures-io",
  997 "futures-lite 2.6.0",
  998 "gloo-timers",
  999 "kv-log-macro",
 1000 "log",
 1001 "memchr",
 1002 "once_cell",
 1003 "pin-project-lite",
 1004 "pin-utils",
 1005 "slab",
 1006 "wasm-bindgen-futures",
 1007]
 1008
 1009[[package]]
 1010name = "async-stream"
 1011version = "0.3.6"
 1012source = "registry+https://github.com/rust-lang/crates.io-index"
 1013checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1014dependencies = [
 1015 "async-stream-impl",
 1016 "futures-core",
 1017 "pin-project-lite",
 1018]
 1019
 1020[[package]]
 1021name = "async-stream-impl"
 1022version = "0.3.6"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1025dependencies = [
 1026 "proc-macro2",
 1027 "quote",
 1028 "syn 2.0.100",
 1029]
 1030
 1031[[package]]
 1032name = "async-stripe"
 1033version = "0.40.0"
 1034source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1035dependencies = [
 1036 "chrono",
 1037 "futures-util",
 1038 "http-types",
 1039 "hyper 0.14.32",
 1040 "hyper-rustls 0.24.2",
 1041 "serde",
 1042 "serde_json",
 1043 "serde_path_to_error",
 1044 "serde_qs 0.10.1",
 1045 "smart-default",
 1046 "smol_str",
 1047 "thiserror 1.0.69",
 1048 "tokio",
 1049]
 1050
 1051[[package]]
 1052name = "async-tar"
 1053version = "0.5.0"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1056dependencies = [
 1057 "async-std",
 1058 "filetime",
 1059 "libc",
 1060 "pin-project",
 1061 "redox_syscall 0.2.16",
 1062 "xattr",
 1063]
 1064
 1065[[package]]
 1066name = "async-task"
 1067version = "4.7.1"
 1068source = "registry+https://github.com/rust-lang/crates.io-index"
 1069checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1070
 1071[[package]]
 1072name = "async-tls"
 1073version = "0.13.0"
 1074source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1075dependencies = [
 1076 "futures-core",
 1077 "futures-io",
 1078 "rustls 0.23.25",
 1079 "rustls-pemfile 2.2.0",
 1080 "webpki-roots",
 1081]
 1082
 1083[[package]]
 1084name = "async-trait"
 1085version = "0.1.88"
 1086source = "registry+https://github.com/rust-lang/crates.io-index"
 1087checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1088dependencies = [
 1089 "proc-macro2",
 1090 "quote",
 1091 "syn 2.0.100",
 1092]
 1093
 1094[[package]]
 1095name = "async-tungstenite"
 1096version = "0.28.2"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1099dependencies = [
 1100 "async-std",
 1101 "async-tls",
 1102 "atomic-waker",
 1103 "futures-core",
 1104 "futures-io",
 1105 "futures-task",
 1106 "futures-util",
 1107 "log",
 1108 "pin-project-lite",
 1109 "tungstenite 0.24.0",
 1110]
 1111
 1112[[package]]
 1113name = "async-watch"
 1114version = "0.3.1"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1117dependencies = [
 1118 "event-listener 2.5.3",
 1119]
 1120
 1121[[package]]
 1122name = "async_zip"
 1123version = "0.0.17"
 1124source = "registry+https://github.com/rust-lang/crates.io-index"
 1125checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1126dependencies = [
 1127 "async-compression",
 1128 "crc32fast",
 1129 "futures-lite 2.6.0",
 1130 "pin-project",
 1131 "thiserror 1.0.69",
 1132]
 1133
 1134[[package]]
 1135name = "asynchronous-codec"
 1136version = "0.7.0"
 1137source = "registry+https://github.com/rust-lang/crates.io-index"
 1138checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1139dependencies = [
 1140 "bytes 1.10.1",
 1141 "futures-sink",
 1142 "futures-util",
 1143 "memchr",
 1144 "pin-project-lite",
 1145]
 1146
 1147[[package]]
 1148name = "atoi"
 1149version = "2.0.0"
 1150source = "registry+https://github.com/rust-lang/crates.io-index"
 1151checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1152dependencies = [
 1153 "num-traits",
 1154]
 1155
 1156[[package]]
 1157name = "atomic"
 1158version = "0.5.3"
 1159source = "registry+https://github.com/rust-lang/crates.io-index"
 1160checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1161
 1162[[package]]
 1163name = "atomic-waker"
 1164version = "1.1.2"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1167
 1168[[package]]
 1169name = "audio"
 1170version = "0.1.0"
 1171dependencies = [
 1172 "anyhow",
 1173 "collections",
 1174 "derive_more",
 1175 "gpui",
 1176 "parking_lot",
 1177 "rodio",
 1178 "util",
 1179]
 1180
 1181[[package]]
 1182name = "auto_update"
 1183version = "0.1.0"
 1184dependencies = [
 1185 "anyhow",
 1186 "client",
 1187 "db",
 1188 "gpui",
 1189 "http_client",
 1190 "log",
 1191 "paths",
 1192 "release_channel",
 1193 "schemars",
 1194 "serde",
 1195 "serde_json",
 1196 "settings",
 1197 "smol",
 1198 "tempfile",
 1199 "which 6.0.3",
 1200 "workspace",
 1201]
 1202
 1203[[package]]
 1204name = "auto_update_ui"
 1205version = "0.1.0"
 1206dependencies = [
 1207 "anyhow",
 1208 "auto_update",
 1209 "client",
 1210 "editor",
 1211 "gpui",
 1212 "http_client",
 1213 "markdown_preview",
 1214 "release_channel",
 1215 "serde",
 1216 "serde_json",
 1217 "smol",
 1218 "util",
 1219 "workspace",
 1220]
 1221
 1222[[package]]
 1223name = "autocfg"
 1224version = "1.4.0"
 1225source = "registry+https://github.com/rust-lang/crates.io-index"
 1226checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1227
 1228[[package]]
 1229name = "av1-grain"
 1230version = "0.2.3"
 1231source = "registry+https://github.com/rust-lang/crates.io-index"
 1232checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1233dependencies = [
 1234 "anyhow",
 1235 "arrayvec",
 1236 "log",
 1237 "nom",
 1238 "num-rational",
 1239 "v_frame",
 1240]
 1241
 1242[[package]]
 1243name = "avif-serialize"
 1244version = "0.8.2"
 1245source = "registry+https://github.com/rust-lang/crates.io-index"
 1246checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1247dependencies = [
 1248 "arrayvec",
 1249]
 1250
 1251[[package]]
 1252name = "aws-config"
 1253version = "1.5.16"
 1254source = "registry+https://github.com/rust-lang/crates.io-index"
 1255checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1256dependencies = [
 1257 "aws-credential-types",
 1258 "aws-runtime",
 1259 "aws-sdk-sso",
 1260 "aws-sdk-ssooidc",
 1261 "aws-sdk-sts",
 1262 "aws-smithy-async",
 1263 "aws-smithy-http",
 1264 "aws-smithy-json",
 1265 "aws-smithy-runtime",
 1266 "aws-smithy-runtime-api",
 1267 "aws-smithy-types",
 1268 "aws-types",
 1269 "bytes 1.10.1",
 1270 "fastrand 2.3.0",
 1271 "hex",
 1272 "http 0.2.12",
 1273 "ring",
 1274 "time",
 1275 "tokio",
 1276 "tracing",
 1277 "url",
 1278 "zeroize",
 1279]
 1280
 1281[[package]]
 1282name = "aws-credential-types"
 1283version = "1.2.1"
 1284source = "registry+https://github.com/rust-lang/crates.io-index"
 1285checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1286dependencies = [
 1287 "aws-smithy-async",
 1288 "aws-smithy-runtime-api",
 1289 "aws-smithy-types",
 1290 "zeroize",
 1291]
 1292
 1293[[package]]
 1294name = "aws-lc-rs"
 1295version = "1.12.6"
 1296source = "registry+https://github.com/rust-lang/crates.io-index"
 1297checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1298dependencies = [
 1299 "aws-lc-sys",
 1300 "zeroize",
 1301]
 1302
 1303[[package]]
 1304name = "aws-lc-sys"
 1305version = "0.27.0"
 1306source = "registry+https://github.com/rust-lang/crates.io-index"
 1307checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1308dependencies = [
 1309 "bindgen 0.69.5",
 1310 "cc",
 1311 "cmake",
 1312 "dunce",
 1313 "fs_extra",
 1314]
 1315
 1316[[package]]
 1317name = "aws-runtime"
 1318version = "1.5.5"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1321dependencies = [
 1322 "aws-credential-types",
 1323 "aws-sigv4",
 1324 "aws-smithy-async",
 1325 "aws-smithy-eventstream",
 1326 "aws-smithy-http",
 1327 "aws-smithy-runtime",
 1328 "aws-smithy-runtime-api",
 1329 "aws-smithy-types",
 1330 "aws-types",
 1331 "bytes 1.10.1",
 1332 "fastrand 2.3.0",
 1333 "http 0.2.12",
 1334 "http-body 0.4.6",
 1335 "once_cell",
 1336 "percent-encoding",
 1337 "pin-project-lite",
 1338 "tracing",
 1339 "uuid",
 1340]
 1341
 1342[[package]]
 1343name = "aws-sdk-bedrockruntime"
 1344version = "1.74.0"
 1345source = "registry+https://github.com/rust-lang/crates.io-index"
 1346checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1347dependencies = [
 1348 "aws-credential-types",
 1349 "aws-runtime",
 1350 "aws-smithy-async",
 1351 "aws-smithy-eventstream",
 1352 "aws-smithy-http",
 1353 "aws-smithy-json",
 1354 "aws-smithy-runtime",
 1355 "aws-smithy-runtime-api",
 1356 "aws-smithy-types",
 1357 "aws-types",
 1358 "bytes 1.10.1",
 1359 "fastrand 2.3.0",
 1360 "http 0.2.12",
 1361 "once_cell",
 1362 "regex-lite",
 1363 "tracing",
 1364]
 1365
 1366[[package]]
 1367name = "aws-sdk-kinesis"
 1368version = "1.61.0"
 1369source = "registry+https://github.com/rust-lang/crates.io-index"
 1370checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1371dependencies = [
 1372 "aws-credential-types",
 1373 "aws-runtime",
 1374 "aws-smithy-async",
 1375 "aws-smithy-http",
 1376 "aws-smithy-json",
 1377 "aws-smithy-runtime",
 1378 "aws-smithy-runtime-api",
 1379 "aws-smithy-types",
 1380 "aws-types",
 1381 "bytes 1.10.1",
 1382 "http 0.2.12",
 1383 "once_cell",
 1384 "regex-lite",
 1385 "tracing",
 1386]
 1387
 1388[[package]]
 1389name = "aws-sdk-s3"
 1390version = "1.76.0"
 1391source = "registry+https://github.com/rust-lang/crates.io-index"
 1392checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1393dependencies = [
 1394 "aws-credential-types",
 1395 "aws-runtime",
 1396 "aws-sigv4",
 1397 "aws-smithy-async",
 1398 "aws-smithy-checksums",
 1399 "aws-smithy-eventstream",
 1400 "aws-smithy-http",
 1401 "aws-smithy-json",
 1402 "aws-smithy-runtime",
 1403 "aws-smithy-runtime-api",
 1404 "aws-smithy-types",
 1405 "aws-smithy-xml",
 1406 "aws-types",
 1407 "bytes 1.10.1",
 1408 "fastrand 2.3.0",
 1409 "hex",
 1410 "hmac",
 1411 "http 0.2.12",
 1412 "http-body 0.4.6",
 1413 "lru",
 1414 "once_cell",
 1415 "percent-encoding",
 1416 "regex-lite",
 1417 "sha2",
 1418 "tracing",
 1419 "url",
 1420]
 1421
 1422[[package]]
 1423name = "aws-sdk-sso"
 1424version = "1.58.0"
 1425source = "registry+https://github.com/rust-lang/crates.io-index"
 1426checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1427dependencies = [
 1428 "aws-credential-types",
 1429 "aws-runtime",
 1430 "aws-smithy-async",
 1431 "aws-smithy-http",
 1432 "aws-smithy-json",
 1433 "aws-smithy-runtime",
 1434 "aws-smithy-runtime-api",
 1435 "aws-smithy-types",
 1436 "aws-types",
 1437 "bytes 1.10.1",
 1438 "http 0.2.12",
 1439 "once_cell",
 1440 "regex-lite",
 1441 "tracing",
 1442]
 1443
 1444[[package]]
 1445name = "aws-sdk-ssooidc"
 1446version = "1.59.0"
 1447source = "registry+https://github.com/rust-lang/crates.io-index"
 1448checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1449dependencies = [
 1450 "aws-credential-types",
 1451 "aws-runtime",
 1452 "aws-smithy-async",
 1453 "aws-smithy-http",
 1454 "aws-smithy-json",
 1455 "aws-smithy-runtime",
 1456 "aws-smithy-runtime-api",
 1457 "aws-smithy-types",
 1458 "aws-types",
 1459 "bytes 1.10.1",
 1460 "http 0.2.12",
 1461 "once_cell",
 1462 "regex-lite",
 1463 "tracing",
 1464]
 1465
 1466[[package]]
 1467name = "aws-sdk-sts"
 1468version = "1.59.0"
 1469source = "registry+https://github.com/rust-lang/crates.io-index"
 1470checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1471dependencies = [
 1472 "aws-credential-types",
 1473 "aws-runtime",
 1474 "aws-smithy-async",
 1475 "aws-smithy-http",
 1476 "aws-smithy-json",
 1477 "aws-smithy-query",
 1478 "aws-smithy-runtime",
 1479 "aws-smithy-runtime-api",
 1480 "aws-smithy-types",
 1481 "aws-smithy-xml",
 1482 "aws-types",
 1483 "http 0.2.12",
 1484 "once_cell",
 1485 "regex-lite",
 1486 "tracing",
 1487]
 1488
 1489[[package]]
 1490name = "aws-sigv4"
 1491version = "1.2.9"
 1492source = "registry+https://github.com/rust-lang/crates.io-index"
 1493checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1494dependencies = [
 1495 "aws-credential-types",
 1496 "aws-smithy-eventstream",
 1497 "aws-smithy-http",
 1498 "aws-smithy-runtime-api",
 1499 "aws-smithy-types",
 1500 "bytes 1.10.1",
 1501 "crypto-bigint 0.5.5",
 1502 "form_urlencoded",
 1503 "hex",
 1504 "hmac",
 1505 "http 0.2.12",
 1506 "http 1.2.0",
 1507 "once_cell",
 1508 "p256",
 1509 "percent-encoding",
 1510 "ring",
 1511 "sha2",
 1512 "subtle",
 1513 "time",
 1514 "tracing",
 1515 "zeroize",
 1516]
 1517
 1518[[package]]
 1519name = "aws-smithy-async"
 1520version = "1.2.4"
 1521source = "registry+https://github.com/rust-lang/crates.io-index"
 1522checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1523dependencies = [
 1524 "futures-util",
 1525 "pin-project-lite",
 1526 "tokio",
 1527]
 1528
 1529[[package]]
 1530name = "aws-smithy-checksums"
 1531version = "0.62.0"
 1532source = "registry+https://github.com/rust-lang/crates.io-index"
 1533checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1534dependencies = [
 1535 "aws-smithy-http",
 1536 "aws-smithy-types",
 1537 "bytes 1.10.1",
 1538 "crc32c",
 1539 "crc32fast",
 1540 "crc64fast-nvme",
 1541 "hex",
 1542 "http 0.2.12",
 1543 "http-body 0.4.6",
 1544 "md-5",
 1545 "pin-project-lite",
 1546 "sha1",
 1547 "sha2",
 1548 "tracing",
 1549]
 1550
 1551[[package]]
 1552name = "aws-smithy-eventstream"
 1553version = "0.60.6"
 1554source = "registry+https://github.com/rust-lang/crates.io-index"
 1555checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1556dependencies = [
 1557 "aws-smithy-types",
 1558 "bytes 1.10.1",
 1559 "crc32fast",
 1560]
 1561
 1562[[package]]
 1563name = "aws-smithy-http"
 1564version = "0.60.12"
 1565source = "registry+https://github.com/rust-lang/crates.io-index"
 1566checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1567dependencies = [
 1568 "aws-smithy-eventstream",
 1569 "aws-smithy-runtime-api",
 1570 "aws-smithy-types",
 1571 "bytes 1.10.1",
 1572 "bytes-utils",
 1573 "futures-core",
 1574 "http 0.2.12",
 1575 "http-body 0.4.6",
 1576 "once_cell",
 1577 "percent-encoding",
 1578 "pin-project-lite",
 1579 "pin-utils",
 1580 "tracing",
 1581]
 1582
 1583[[package]]
 1584name = "aws-smithy-json"
 1585version = "0.61.2"
 1586source = "registry+https://github.com/rust-lang/crates.io-index"
 1587checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1588dependencies = [
 1589 "aws-smithy-types",
 1590]
 1591
 1592[[package]]
 1593name = "aws-smithy-query"
 1594version = "0.60.7"
 1595source = "registry+https://github.com/rust-lang/crates.io-index"
 1596checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1597dependencies = [
 1598 "aws-smithy-types",
 1599 "urlencoding",
 1600]
 1601
 1602[[package]]
 1603name = "aws-smithy-runtime"
 1604version = "1.7.8"
 1605source = "registry+https://github.com/rust-lang/crates.io-index"
 1606checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1607dependencies = [
 1608 "aws-smithy-async",
 1609 "aws-smithy-http",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "bytes 1.10.1",
 1613 "fastrand 2.3.0",
 1614 "h2 0.3.26",
 1615 "http 0.2.12",
 1616 "http-body 0.4.6",
 1617 "http-body 1.0.1",
 1618 "httparse",
 1619 "hyper 0.14.32",
 1620 "hyper-rustls 0.24.2",
 1621 "once_cell",
 1622 "pin-project-lite",
 1623 "pin-utils",
 1624 "rustls 0.21.12",
 1625 "tokio",
 1626 "tracing",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-runtime-api"
 1631version = "1.7.3"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1634dependencies = [
 1635 "aws-smithy-async",
 1636 "aws-smithy-types",
 1637 "bytes 1.10.1",
 1638 "http 0.2.12",
 1639 "http 1.2.0",
 1640 "pin-project-lite",
 1641 "tokio",
 1642 "tracing",
 1643 "zeroize",
 1644]
 1645
 1646[[package]]
 1647name = "aws-smithy-types"
 1648version = "1.2.13"
 1649source = "registry+https://github.com/rust-lang/crates.io-index"
 1650checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1651dependencies = [
 1652 "base64-simd",
 1653 "bytes 1.10.1",
 1654 "bytes-utils",
 1655 "futures-core",
 1656 "http 0.2.12",
 1657 "http 1.2.0",
 1658 "http-body 0.4.6",
 1659 "http-body 1.0.1",
 1660 "http-body-util",
 1661 "itoa",
 1662 "num-integer",
 1663 "pin-project-lite",
 1664 "pin-utils",
 1665 "ryu",
 1666 "serde",
 1667 "time",
 1668 "tokio",
 1669 "tokio-util",
 1670]
 1671
 1672[[package]]
 1673name = "aws-smithy-xml"
 1674version = "0.60.9"
 1675source = "registry+https://github.com/rust-lang/crates.io-index"
 1676checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1677dependencies = [
 1678 "xmlparser",
 1679]
 1680
 1681[[package]]
 1682name = "aws-types"
 1683version = "1.3.5"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1686dependencies = [
 1687 "aws-credential-types",
 1688 "aws-smithy-async",
 1689 "aws-smithy-runtime-api",
 1690 "aws-smithy-types",
 1691 "rustc_version",
 1692 "tracing",
 1693]
 1694
 1695[[package]]
 1696name = "aws_http_client"
 1697version = "0.1.0"
 1698dependencies = [
 1699 "aws-smithy-runtime-api",
 1700 "aws-smithy-types",
 1701 "futures 0.3.31",
 1702 "http_client",
 1703 "tokio",
 1704]
 1705
 1706[[package]]
 1707name = "axum"
 1708version = "0.6.20"
 1709source = "registry+https://github.com/rust-lang/crates.io-index"
 1710checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1711dependencies = [
 1712 "async-trait",
 1713 "axum-core",
 1714 "base64 0.21.7",
 1715 "bitflags 1.3.2",
 1716 "bytes 1.10.1",
 1717 "futures-util",
 1718 "headers",
 1719 "http 0.2.12",
 1720 "http-body 0.4.6",
 1721 "hyper 0.14.32",
 1722 "itoa",
 1723 "matchit",
 1724 "memchr",
 1725 "mime",
 1726 "percent-encoding",
 1727 "pin-project-lite",
 1728 "rustversion",
 1729 "serde",
 1730 "serde_json",
 1731 "serde_path_to_error",
 1732 "serde_urlencoded",
 1733 "sha1",
 1734 "sync_wrapper 0.1.2",
 1735 "tokio",
 1736 "tokio-tungstenite 0.20.1",
 1737 "tower",
 1738 "tower-layer",
 1739 "tower-service",
 1740]
 1741
 1742[[package]]
 1743name = "axum-core"
 1744version = "0.3.4"
 1745source = "registry+https://github.com/rust-lang/crates.io-index"
 1746checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1747dependencies = [
 1748 "async-trait",
 1749 "bytes 1.10.1",
 1750 "futures-util",
 1751 "http 0.2.12",
 1752 "http-body 0.4.6",
 1753 "mime",
 1754 "rustversion",
 1755 "tower-layer",
 1756 "tower-service",
 1757]
 1758
 1759[[package]]
 1760name = "axum-extra"
 1761version = "0.4.2"
 1762source = "registry+https://github.com/rust-lang/crates.io-index"
 1763checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1764dependencies = [
 1765 "axum",
 1766 "bytes 1.10.1",
 1767 "futures-util",
 1768 "http 0.2.12",
 1769 "mime",
 1770 "pin-project-lite",
 1771 "serde",
 1772 "serde_json",
 1773 "tokio",
 1774 "tower",
 1775 "tower-http 0.3.5",
 1776 "tower-layer",
 1777 "tower-service",
 1778]
 1779
 1780[[package]]
 1781name = "backtrace"
 1782version = "0.3.74"
 1783source = "registry+https://github.com/rust-lang/crates.io-index"
 1784checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1785dependencies = [
 1786 "addr2line",
 1787 "cfg-if",
 1788 "libc",
 1789 "miniz_oxide",
 1790 "object",
 1791 "rustc-demangle",
 1792 "windows-targets 0.52.6",
 1793]
 1794
 1795[[package]]
 1796name = "base16ct"
 1797version = "0.1.1"
 1798source = "registry+https://github.com/rust-lang/crates.io-index"
 1799checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1800
 1801[[package]]
 1802name = "base64"
 1803version = "0.13.1"
 1804source = "registry+https://github.com/rust-lang/crates.io-index"
 1805checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1806
 1807[[package]]
 1808name = "base64"
 1809version = "0.21.7"
 1810source = "registry+https://github.com/rust-lang/crates.io-index"
 1811checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1812
 1813[[package]]
 1814name = "base64"
 1815version = "0.22.1"
 1816source = "registry+https://github.com/rust-lang/crates.io-index"
 1817checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1818
 1819[[package]]
 1820name = "base64-simd"
 1821version = "0.8.0"
 1822source = "registry+https://github.com/rust-lang/crates.io-index"
 1823checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1824dependencies = [
 1825 "outref",
 1826 "vsimd",
 1827]
 1828
 1829[[package]]
 1830name = "base64ct"
 1831version = "1.6.0"
 1832source = "registry+https://github.com/rust-lang/crates.io-index"
 1833checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1834
 1835[[package]]
 1836name = "bedrock"
 1837version = "0.1.0"
 1838dependencies = [
 1839 "anyhow",
 1840 "aws-sdk-bedrockruntime",
 1841 "aws-smithy-types",
 1842 "futures 0.3.31",
 1843 "schemars",
 1844 "serde",
 1845 "serde_json",
 1846 "strum",
 1847 "thiserror 2.0.12",
 1848 "tokio",
 1849]
 1850
 1851[[package]]
 1852name = "bigdecimal"
 1853version = "0.4.7"
 1854source = "registry+https://github.com/rust-lang/crates.io-index"
 1855checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1856dependencies = [
 1857 "autocfg",
 1858 "libm",
 1859 "num-bigint",
 1860 "num-integer",
 1861 "num-traits",
 1862 "serde",
 1863]
 1864
 1865[[package]]
 1866name = "bincode"
 1867version = "1.3.3"
 1868source = "registry+https://github.com/rust-lang/crates.io-index"
 1869checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1870dependencies = [
 1871 "serde",
 1872]
 1873
 1874[[package]]
 1875name = "bindgen"
 1876version = "0.69.5"
 1877source = "registry+https://github.com/rust-lang/crates.io-index"
 1878checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1879dependencies = [
 1880 "bitflags 2.8.0",
 1881 "cexpr",
 1882 "clang-sys",
 1883 "itertools 0.10.5",
 1884 "lazy_static",
 1885 "lazycell",
 1886 "log",
 1887 "prettyplease",
 1888 "proc-macro2",
 1889 "quote",
 1890 "regex",
 1891 "rustc-hash 1.1.0",
 1892 "shlex",
 1893 "syn 2.0.100",
 1894 "which 4.4.2",
 1895]
 1896
 1897[[package]]
 1898name = "bindgen"
 1899version = "0.70.1"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1902dependencies = [
 1903 "bitflags 2.8.0",
 1904 "cexpr",
 1905 "clang-sys",
 1906 "itertools 0.10.5",
 1907 "log",
 1908 "prettyplease",
 1909 "proc-macro2",
 1910 "quote",
 1911 "regex",
 1912 "rustc-hash 1.1.0",
 1913 "shlex",
 1914 "syn 2.0.100",
 1915]
 1916
 1917[[package]]
 1918name = "bit-set"
 1919version = "0.5.3"
 1920source = "registry+https://github.com/rust-lang/crates.io-index"
 1921checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1922dependencies = [
 1923 "bit-vec 0.6.3",
 1924]
 1925
 1926[[package]]
 1927name = "bit-set"
 1928version = "0.8.0"
 1929source = "registry+https://github.com/rust-lang/crates.io-index"
 1930checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1931dependencies = [
 1932 "bit-vec 0.8.0",
 1933]
 1934
 1935[[package]]
 1936name = "bit-vec"
 1937version = "0.6.3"
 1938source = "registry+https://github.com/rust-lang/crates.io-index"
 1939checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1940
 1941[[package]]
 1942name = "bit-vec"
 1943version = "0.8.0"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1946
 1947[[package]]
 1948name = "bit_field"
 1949version = "0.10.2"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1952
 1953[[package]]
 1954name = "bitflags"
 1955version = "1.3.2"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1958
 1959[[package]]
 1960name = "bitflags"
 1961version = "2.8.0"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1964dependencies = [
 1965 "serde",
 1966]
 1967
 1968[[package]]
 1969name = "bitstream-io"
 1970version = "2.6.0"
 1971source = "registry+https://github.com/rust-lang/crates.io-index"
 1972checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1973
 1974[[package]]
 1975name = "bitvec"
 1976version = "1.0.1"
 1977source = "registry+https://github.com/rust-lang/crates.io-index"
 1978checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1979dependencies = [
 1980 "funty",
 1981 "radium",
 1982 "tap",
 1983 "wyz",
 1984]
 1985
 1986[[package]]
 1987name = "blade-graphics"
 1988version = "0.6.0"
 1989source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1990dependencies = [
 1991 "ash",
 1992 "ash-window",
 1993 "bitflags 2.8.0",
 1994 "bytemuck",
 1995 "codespan-reporting",
 1996 "glow",
 1997 "gpu-alloc",
 1998 "gpu-alloc-ash",
 1999 "hidden-trait",
 2000 "js-sys",
 2001 "khronos-egl",
 2002 "libloading",
 2003 "log",
 2004 "mint",
 2005 "naga",
 2006 "objc2",
 2007 "objc2-app-kit",
 2008 "objc2-foundation",
 2009 "objc2-metal",
 2010 "objc2-quartz-core",
 2011 "objc2-ui-kit",
 2012 "raw-window-handle",
 2013 "slab",
 2014 "wasm-bindgen",
 2015 "web-sys",
 2016]
 2017
 2018[[package]]
 2019name = "blade-macros"
 2020version = "0.3.0"
 2021source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2022dependencies = [
 2023 "proc-macro2",
 2024 "quote",
 2025 "syn 2.0.100",
 2026]
 2027
 2028[[package]]
 2029name = "blade-util"
 2030version = "0.2.0"
 2031source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2032dependencies = [
 2033 "blade-graphics",
 2034 "bytemuck",
 2035 "log",
 2036 "profiling",
 2037]
 2038
 2039[[package]]
 2040name = "blake3"
 2041version = "1.6.1"
 2042source = "registry+https://github.com/rust-lang/crates.io-index"
 2043checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2044dependencies = [
 2045 "arrayref",
 2046 "arrayvec",
 2047 "cc",
 2048 "cfg-if",
 2049 "constant_time_eq 0.3.1",
 2050]
 2051
 2052[[package]]
 2053name = "block"
 2054version = "0.1.6"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2057
 2058[[package]]
 2059name = "block-buffer"
 2060version = "0.10.4"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2063dependencies = [
 2064 "generic-array",
 2065]
 2066
 2067[[package]]
 2068name = "block-padding"
 2069version = "0.3.3"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2072dependencies = [
 2073 "generic-array",
 2074]
 2075
 2076[[package]]
 2077name = "block2"
 2078version = "0.5.1"
 2079source = "registry+https://github.com/rust-lang/crates.io-index"
 2080checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2081dependencies = [
 2082 "objc2",
 2083]
 2084
 2085[[package]]
 2086name = "blocking"
 2087version = "1.6.1"
 2088source = "registry+https://github.com/rust-lang/crates.io-index"
 2089checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2090dependencies = [
 2091 "async-channel 2.3.1",
 2092 "async-task",
 2093 "futures-io",
 2094 "futures-lite 2.6.0",
 2095 "piper",
 2096]
 2097
 2098[[package]]
 2099name = "borsh"
 2100version = "1.5.3"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2103dependencies = [
 2104 "borsh-derive",
 2105 "cfg_aliases 0.2.1",
 2106]
 2107
 2108[[package]]
 2109name = "borsh-derive"
 2110version = "1.5.3"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2113dependencies = [
 2114 "once_cell",
 2115 "proc-macro-crate",
 2116 "proc-macro2",
 2117 "quote",
 2118 "syn 2.0.100",
 2119]
 2120
 2121[[package]]
 2122name = "breadcrumbs"
 2123version = "0.1.0"
 2124dependencies = [
 2125 "editor",
 2126 "gpui",
 2127 "itertools 0.14.0",
 2128 "theme",
 2129 "ui",
 2130 "workspace",
 2131 "zed_actions",
 2132]
 2133
 2134[[package]]
 2135name = "bstr"
 2136version = "1.11.1"
 2137source = "registry+https://github.com/rust-lang/crates.io-index"
 2138checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2139dependencies = [
 2140 "memchr",
 2141 "regex-automata 0.4.9",
 2142 "serde",
 2143]
 2144
 2145[[package]]
 2146name = "buffer_diff"
 2147version = "0.1.0"
 2148dependencies = [
 2149 "anyhow",
 2150 "clock",
 2151 "ctor",
 2152 "env_logger 0.11.7",
 2153 "futures 0.3.31",
 2154 "git2",
 2155 "gpui",
 2156 "language",
 2157 "log",
 2158 "pretty_assertions",
 2159 "rand 0.8.5",
 2160 "rope",
 2161 "serde_json",
 2162 "sum_tree",
 2163 "text",
 2164 "unindent",
 2165 "util",
 2166]
 2167
 2168[[package]]
 2169name = "built"
 2170version = "0.7.5"
 2171source = "registry+https://github.com/rust-lang/crates.io-index"
 2172checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2173
 2174[[package]]
 2175name = "bumpalo"
 2176version = "3.16.0"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2179dependencies = [
 2180 "allocator-api2",
 2181]
 2182
 2183[[package]]
 2184name = "by_address"
 2185version = "1.2.1"
 2186source = "registry+https://github.com/rust-lang/crates.io-index"
 2187checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2188
 2189[[package]]
 2190name = "bytecheck"
 2191version = "0.6.12"
 2192source = "registry+https://github.com/rust-lang/crates.io-index"
 2193checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2194dependencies = [
 2195 "bytecheck_derive",
 2196 "ptr_meta",
 2197 "simdutf8",
 2198]
 2199
 2200[[package]]
 2201name = "bytecheck_derive"
 2202version = "0.6.12"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2205dependencies = [
 2206 "proc-macro2",
 2207 "quote",
 2208 "syn 1.0.109",
 2209]
 2210
 2211[[package]]
 2212name = "bytemuck"
 2213version = "1.21.0"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2216dependencies = [
 2217 "bytemuck_derive",
 2218]
 2219
 2220[[package]]
 2221name = "bytemuck_derive"
 2222version = "1.8.0"
 2223source = "registry+https://github.com/rust-lang/crates.io-index"
 2224checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2225dependencies = [
 2226 "proc-macro2",
 2227 "quote",
 2228 "syn 2.0.100",
 2229]
 2230
 2231[[package]]
 2232name = "byteorder"
 2233version = "1.5.0"
 2234source = "registry+https://github.com/rust-lang/crates.io-index"
 2235checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2236
 2237[[package]]
 2238name = "byteorder-lite"
 2239version = "0.1.0"
 2240source = "registry+https://github.com/rust-lang/crates.io-index"
 2241checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2242
 2243[[package]]
 2244name = "bytes"
 2245version = "0.4.12"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2248dependencies = [
 2249 "byteorder",
 2250 "iovec",
 2251]
 2252
 2253[[package]]
 2254name = "bytes"
 2255version = "1.10.1"
 2256source = "registry+https://github.com/rust-lang/crates.io-index"
 2257checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2258
 2259[[package]]
 2260name = "bytes-utils"
 2261version = "0.1.4"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2264dependencies = [
 2265 "bytes 1.10.1",
 2266 "either",
 2267]
 2268
 2269[[package]]
 2270name = "bzip2"
 2271version = "0.4.4"
 2272source = "registry+https://github.com/rust-lang/crates.io-index"
 2273checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2274dependencies = [
 2275 "bzip2-sys",
 2276 "libc",
 2277]
 2278
 2279[[package]]
 2280name = "bzip2-sys"
 2281version = "0.1.11+1.0.8"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2284dependencies = [
 2285 "cc",
 2286 "libc",
 2287 "pkg-config",
 2288]
 2289
 2290[[package]]
 2291name = "call"
 2292version = "0.1.0"
 2293dependencies = [
 2294 "anyhow",
 2295 "audio",
 2296 "client",
 2297 "collections",
 2298 "fs",
 2299 "futures 0.3.31",
 2300 "gpui",
 2301 "http_client",
 2302 "language",
 2303 "livekit_client",
 2304 "livekit_client_macos",
 2305 "log",
 2306 "postage",
 2307 "project",
 2308 "schemars",
 2309 "serde",
 2310 "serde_derive",
 2311 "settings",
 2312 "telemetry",
 2313 "util",
 2314]
 2315
 2316[[package]]
 2317name = "calloop"
 2318version = "0.13.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2321dependencies = [
 2322 "bitflags 2.8.0",
 2323 "log",
 2324 "polling",
 2325 "rustix",
 2326 "slab",
 2327 "thiserror 1.0.69",
 2328]
 2329
 2330[[package]]
 2331name = "calloop-wayland-source"
 2332version = "0.3.0"
 2333source = "registry+https://github.com/rust-lang/crates.io-index"
 2334checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2335dependencies = [
 2336 "calloop",
 2337 "rustix",
 2338 "wayland-backend",
 2339 "wayland-client",
 2340]
 2341
 2342[[package]]
 2343name = "camino"
 2344version = "1.1.9"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2347dependencies = [
 2348 "serde",
 2349]
 2350
 2351[[package]]
 2352name = "cap-fs-ext"
 2353version = "3.4.2"
 2354source = "registry+https://github.com/rust-lang/crates.io-index"
 2355checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2356dependencies = [
 2357 "cap-primitives",
 2358 "cap-std",
 2359 "io-lifetimes",
 2360 "windows-sys 0.59.0",
 2361]
 2362
 2363[[package]]
 2364name = "cap-net-ext"
 2365version = "3.4.2"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2368dependencies = [
 2369 "cap-primitives",
 2370 "cap-std",
 2371 "rustix",
 2372 "smallvec",
 2373]
 2374
 2375[[package]]
 2376name = "cap-primitives"
 2377version = "3.4.2"
 2378source = "registry+https://github.com/rust-lang/crates.io-index"
 2379checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2380dependencies = [
 2381 "ambient-authority",
 2382 "fs-set-times",
 2383 "io-extras",
 2384 "io-lifetimes",
 2385 "ipnet",
 2386 "maybe-owned",
 2387 "rustix",
 2388 "windows-sys 0.59.0",
 2389 "winx",
 2390]
 2391
 2392[[package]]
 2393name = "cap-rand"
 2394version = "3.4.2"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2397dependencies = [
 2398 "ambient-authority",
 2399 "rand 0.8.5",
 2400]
 2401
 2402[[package]]
 2403name = "cap-std"
 2404version = "3.4.2"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2407dependencies = [
 2408 "cap-primitives",
 2409 "io-extras",
 2410 "io-lifetimes",
 2411 "rustix",
 2412]
 2413
 2414[[package]]
 2415name = "cap-time-ext"
 2416version = "3.4.2"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2419dependencies = [
 2420 "ambient-authority",
 2421 "cap-primitives",
 2422 "iana-time-zone",
 2423 "once_cell",
 2424 "rustix",
 2425 "winx",
 2426]
 2427
 2428[[package]]
 2429name = "cargo-platform"
 2430version = "0.1.9"
 2431source = "registry+https://github.com/rust-lang/crates.io-index"
 2432checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2433dependencies = [
 2434 "serde",
 2435]
 2436
 2437[[package]]
 2438name = "cargo_metadata"
 2439version = "0.19.2"
 2440source = "registry+https://github.com/rust-lang/crates.io-index"
 2441checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2442dependencies = [
 2443 "camino",
 2444 "cargo-platform",
 2445 "semver",
 2446 "serde",
 2447 "serde_json",
 2448 "thiserror 2.0.12",
 2449]
 2450
 2451[[package]]
 2452name = "cargo_toml"
 2453version = "0.21.0"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2456dependencies = [
 2457 "serde",
 2458 "toml 0.8.20",
 2459]
 2460
 2461[[package]]
 2462name = "cast"
 2463version = "0.3.0"
 2464source = "registry+https://github.com/rust-lang/crates.io-index"
 2465checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2466
 2467[[package]]
 2468name = "cbc"
 2469version = "0.1.2"
 2470source = "registry+https://github.com/rust-lang/crates.io-index"
 2471checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2472dependencies = [
 2473 "cipher",
 2474]
 2475
 2476[[package]]
 2477name = "cbindgen"
 2478version = "0.27.0"
 2479source = "registry+https://github.com/rust-lang/crates.io-index"
 2480checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2481dependencies = [
 2482 "clap",
 2483 "heck 0.4.1",
 2484 "indexmap",
 2485 "log",
 2486 "proc-macro2",
 2487 "quote",
 2488 "serde",
 2489 "serde_json",
 2490 "syn 2.0.100",
 2491 "tempfile",
 2492 "toml 0.8.20",
 2493]
 2494
 2495[[package]]
 2496name = "cbindgen"
 2497version = "0.28.0"
 2498source = "registry+https://github.com/rust-lang/crates.io-index"
 2499checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2500dependencies = [
 2501 "heck 0.4.1",
 2502 "indexmap",
 2503 "log",
 2504 "proc-macro2",
 2505 "quote",
 2506 "serde",
 2507 "serde_json",
 2508 "syn 2.0.100",
 2509 "tempfile",
 2510 "toml 0.8.20",
 2511]
 2512
 2513[[package]]
 2514name = "cc"
 2515version = "1.2.12"
 2516source = "registry+https://github.com/rust-lang/crates.io-index"
 2517checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2518dependencies = [
 2519 "jobserver",
 2520 "libc",
 2521 "shlex",
 2522]
 2523
 2524[[package]]
 2525name = "cesu8"
 2526version = "1.1.0"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2529
 2530[[package]]
 2531name = "cexpr"
 2532version = "0.6.0"
 2533source = "registry+https://github.com/rust-lang/crates.io-index"
 2534checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2535dependencies = [
 2536 "nom",
 2537]
 2538
 2539[[package]]
 2540name = "cfg-expr"
 2541version = "0.15.8"
 2542source = "registry+https://github.com/rust-lang/crates.io-index"
 2543checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2544dependencies = [
 2545 "smallvec",
 2546 "target-lexicon 0.12.16",
 2547]
 2548
 2549[[package]]
 2550name = "cfg-if"
 2551version = "1.0.0"
 2552source = "registry+https://github.com/rust-lang/crates.io-index"
 2553checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2554
 2555[[package]]
 2556name = "cfg_aliases"
 2557version = "0.1.1"
 2558source = "registry+https://github.com/rust-lang/crates.io-index"
 2559checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2560
 2561[[package]]
 2562name = "cfg_aliases"
 2563version = "0.2.1"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2566
 2567[[package]]
 2568name = "channel"
 2569version = "0.1.0"
 2570dependencies = [
 2571 "anyhow",
 2572 "client",
 2573 "clock",
 2574 "collections",
 2575 "futures 0.3.31",
 2576 "gpui",
 2577 "http_client",
 2578 "language",
 2579 "log",
 2580 "rand 0.8.5",
 2581 "release_channel",
 2582 "rpc",
 2583 "settings",
 2584 "sum_tree",
 2585 "text",
 2586 "time",
 2587 "util",
 2588]
 2589
 2590[[package]]
 2591name = "chrono"
 2592version = "0.4.40"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2595dependencies = [
 2596 "android-tzdata",
 2597 "iana-time-zone",
 2598 "js-sys",
 2599 "num-traits",
 2600 "serde",
 2601 "wasm-bindgen",
 2602 "windows-link",
 2603]
 2604
 2605[[package]]
 2606name = "chunked_transfer"
 2607version = "1.5.0"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2610
 2611[[package]]
 2612name = "ciborium"
 2613version = "0.2.2"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2616dependencies = [
 2617 "ciborium-io",
 2618 "ciborium-ll",
 2619 "serde",
 2620]
 2621
 2622[[package]]
 2623name = "ciborium-io"
 2624version = "0.2.2"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2627
 2628[[package]]
 2629name = "ciborium-ll"
 2630version = "0.2.2"
 2631source = "registry+https://github.com/rust-lang/crates.io-index"
 2632checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2633dependencies = [
 2634 "ciborium-io",
 2635 "half",
 2636]
 2637
 2638[[package]]
 2639name = "cipher"
 2640version = "0.4.4"
 2641source = "registry+https://github.com/rust-lang/crates.io-index"
 2642checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2643dependencies = [
 2644 "crypto-common",
 2645 "inout",
 2646 "zeroize",
 2647]
 2648
 2649[[package]]
 2650name = "circular-buffer"
 2651version = "1.0.0"
 2652source = "registry+https://github.com/rust-lang/crates.io-index"
 2653checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2654
 2655[[package]]
 2656name = "clang-sys"
 2657version = "1.8.1"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2660dependencies = [
 2661 "glob",
 2662 "libc",
 2663 "libloading",
 2664]
 2665
 2666[[package]]
 2667name = "clap"
 2668version = "4.5.32"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2671dependencies = [
 2672 "clap_builder",
 2673 "clap_derive",
 2674]
 2675
 2676[[package]]
 2677name = "clap_builder"
 2678version = "4.5.32"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2681dependencies = [
 2682 "anstream",
 2683 "anstyle",
 2684 "clap_lex",
 2685 "strsim",
 2686 "terminal_size",
 2687]
 2688
 2689[[package]]
 2690name = "clap_complete"
 2691version = "4.5.38"
 2692source = "registry+https://github.com/rust-lang/crates.io-index"
 2693checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2694dependencies = [
 2695 "clap",
 2696]
 2697
 2698[[package]]
 2699name = "clap_derive"
 2700version = "4.5.32"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2703dependencies = [
 2704 "heck 0.5.0",
 2705 "proc-macro2",
 2706 "quote",
 2707 "syn 2.0.100",
 2708]
 2709
 2710[[package]]
 2711name = "clap_lex"
 2712version = "0.7.4"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2715
 2716[[package]]
 2717name = "cli"
 2718version = "0.1.0"
 2719dependencies = [
 2720 "anyhow",
 2721 "clap",
 2722 "collections",
 2723 "core-foundation 0.9.4",
 2724 "core-services",
 2725 "exec",
 2726 "fork",
 2727 "ipc-channel",
 2728 "parking_lot",
 2729 "paths",
 2730 "plist",
 2731 "release_channel",
 2732 "serde",
 2733 "tempfile",
 2734 "util",
 2735 "windows 0.60.0",
 2736]
 2737
 2738[[package]]
 2739name = "client"
 2740version = "0.1.0"
 2741dependencies = [
 2742 "anyhow",
 2743 "async-native-tls",
 2744 "async-recursion 0.3.2",
 2745 "async-tungstenite",
 2746 "chrono",
 2747 "clock",
 2748 "cocoa 0.26.0",
 2749 "collections",
 2750 "credentials_provider",
 2751 "feature_flags",
 2752 "futures 0.3.31",
 2753 "gpui",
 2754 "http_client",
 2755 "http_client_tls",
 2756 "log",
 2757 "parking_lot",
 2758 "paths",
 2759 "postage",
 2760 "rand 0.8.5",
 2761 "release_channel",
 2762 "rpc",
 2763 "schemars",
 2764 "serde",
 2765 "serde_json",
 2766 "settings",
 2767 "sha2",
 2768 "smol",
 2769 "telemetry",
 2770 "telemetry_events",
 2771 "text",
 2772 "thiserror 2.0.12",
 2773 "time",
 2774 "tiny_http",
 2775 "tokio-socks",
 2776 "url",
 2777 "util",
 2778 "windows 0.60.0",
 2779 "worktree",
 2780]
 2781
 2782[[package]]
 2783name = "clock"
 2784version = "0.1.0"
 2785dependencies = [
 2786 "parking_lot",
 2787 "serde",
 2788 "smallvec",
 2789]
 2790
 2791[[package]]
 2792name = "cmake"
 2793version = "0.1.53"
 2794source = "registry+https://github.com/rust-lang/crates.io-index"
 2795checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2796dependencies = [
 2797 "cc",
 2798]
 2799
 2800[[package]]
 2801name = "cobs"
 2802version = "0.2.3"
 2803source = "registry+https://github.com/rust-lang/crates.io-index"
 2804checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2805
 2806[[package]]
 2807name = "cocoa"
 2808version = "0.25.0"
 2809source = "registry+https://github.com/rust-lang/crates.io-index"
 2810checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2811dependencies = [
 2812 "bitflags 1.3.2",
 2813 "block",
 2814 "cocoa-foundation 0.1.2",
 2815 "core-foundation 0.9.4",
 2816 "core-graphics 0.23.2",
 2817 "foreign-types 0.5.0",
 2818 "libc",
 2819 "objc",
 2820]
 2821
 2822[[package]]
 2823name = "cocoa"
 2824version = "0.26.0"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2827dependencies = [
 2828 "bitflags 2.8.0",
 2829 "block",
 2830 "cocoa-foundation 0.2.0",
 2831 "core-foundation 0.10.0",
 2832 "core-graphics 0.24.0",
 2833 "foreign-types 0.5.0",
 2834 "libc",
 2835 "objc",
 2836]
 2837
 2838[[package]]
 2839name = "cocoa-foundation"
 2840version = "0.1.2"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2843dependencies = [
 2844 "bitflags 1.3.2",
 2845 "block",
 2846 "core-foundation 0.9.4",
 2847 "core-graphics-types 0.1.3",
 2848 "libc",
 2849 "objc",
 2850]
 2851
 2852[[package]]
 2853name = "cocoa-foundation"
 2854version = "0.2.0"
 2855source = "registry+https://github.com/rust-lang/crates.io-index"
 2856checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2857dependencies = [
 2858 "bitflags 2.8.0",
 2859 "block",
 2860 "core-foundation 0.10.0",
 2861 "core-graphics-types 0.2.0",
 2862 "libc",
 2863 "objc",
 2864]
 2865
 2866[[package]]
 2867name = "codespan-reporting"
 2868version = "0.11.1"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2871dependencies = [
 2872 "termcolor",
 2873 "unicode-width",
 2874]
 2875
 2876[[package]]
 2877name = "collab"
 2878version = "0.44.0"
 2879dependencies = [
 2880 "anthropic",
 2881 "anyhow",
 2882 "assistant",
 2883 "assistant_context_editor",
 2884 "assistant_slash_command",
 2885 "assistant_tool",
 2886 "async-stripe",
 2887 "async-trait",
 2888 "async-tungstenite",
 2889 "audio",
 2890 "aws-config",
 2891 "aws-sdk-kinesis",
 2892 "aws-sdk-s3",
 2893 "axum",
 2894 "axum-extra",
 2895 "base64 0.22.1",
 2896 "buffer_diff",
 2897 "call",
 2898 "channel",
 2899 "chrono",
 2900 "client",
 2901 "clock",
 2902 "collab_ui",
 2903 "collections",
 2904 "command_palette_hooks",
 2905 "context_server",
 2906 "ctor",
 2907 "dap",
 2908 "dashmap 6.1.0",
 2909 "debugger_ui",
 2910 "derive_more",
 2911 "editor",
 2912 "env_logger 0.11.7",
 2913 "envy",
 2914 "extension",
 2915 "file_finder",
 2916 "fs",
 2917 "futures 0.3.31",
 2918 "git",
 2919 "git_hosting_providers",
 2920 "git_ui",
 2921 "google_ai",
 2922 "gpui",
 2923 "hex",
 2924 "http_client",
 2925 "hyper 0.14.32",
 2926 "indoc",
 2927 "jsonwebtoken",
 2928 "language",
 2929 "language_model",
 2930 "livekit_api",
 2931 "livekit_client",
 2932 "livekit_client_macos",
 2933 "log",
 2934 "lsp",
 2935 "menu",
 2936 "multi_buffer",
 2937 "nanoid",
 2938 "node_runtime",
 2939 "notifications",
 2940 "open_ai",
 2941 "parking_lot",
 2942 "pretty_assertions",
 2943 "project",
 2944 "prometheus",
 2945 "prompt_store",
 2946 "prost 0.9.0",
 2947 "rand 0.8.5",
 2948 "recent_projects",
 2949 "release_channel",
 2950 "remote",
 2951 "remote_server",
 2952 "reqwest 0.11.27",
 2953 "reqwest_client",
 2954 "rpc",
 2955 "rustc-demangle",
 2956 "scrypt",
 2957 "sea-orm",
 2958 "semantic_version",
 2959 "semver",
 2960 "serde",
 2961 "serde_derive",
 2962 "serde_json",
 2963 "session",
 2964 "settings",
 2965 "sha2",
 2966 "sqlx",
 2967 "strum",
 2968 "subtle",
 2969 "supermaven_api",
 2970 "telemetry_events",
 2971 "text",
 2972 "theme",
 2973 "thiserror 2.0.12",
 2974 "time",
 2975 "tokio",
 2976 "toml 0.8.20",
 2977 "tower",
 2978 "tower-http 0.4.4",
 2979 "tracing",
 2980 "tracing-subscriber",
 2981 "unindent",
 2982 "util",
 2983 "uuid",
 2984 "workspace",
 2985 "worktree",
 2986]
 2987
 2988[[package]]
 2989name = "collab_ui"
 2990version = "0.1.0"
 2991dependencies = [
 2992 "anyhow",
 2993 "call",
 2994 "channel",
 2995 "chrono",
 2996 "client",
 2997 "collections",
 2998 "db",
 2999 "editor",
 3000 "emojis",
 3001 "futures 0.3.31",
 3002 "fuzzy",
 3003 "gpui",
 3004 "http_client",
 3005 "language",
 3006 "menu",
 3007 "notifications",
 3008 "picker",
 3009 "pretty_assertions",
 3010 "project",
 3011 "release_channel",
 3012 "rich_text",
 3013 "rpc",
 3014 "schemars",
 3015 "serde",
 3016 "serde_derive",
 3017 "serde_json",
 3018 "settings",
 3019 "smallvec",
 3020 "story",
 3021 "telemetry",
 3022 "theme",
 3023 "time",
 3024 "time_format",
 3025 "title_bar",
 3026 "tree-sitter-md",
 3027 "ui",
 3028 "util",
 3029 "workspace",
 3030]
 3031
 3032[[package]]
 3033name = "collections"
 3034version = "0.1.0"
 3035dependencies = [
 3036 "indexmap",
 3037 "rustc-hash 2.1.1",
 3038]
 3039
 3040[[package]]
 3041name = "color_quant"
 3042version = "1.1.0"
 3043source = "registry+https://github.com/rust-lang/crates.io-index"
 3044checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3045
 3046[[package]]
 3047name = "colorchoice"
 3048version = "1.0.3"
 3049source = "registry+https://github.com/rust-lang/crates.io-index"
 3050checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3051
 3052[[package]]
 3053name = "combine"
 3054version = "4.6.7"
 3055source = "registry+https://github.com/rust-lang/crates.io-index"
 3056checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3057dependencies = [
 3058 "bytes 1.10.1",
 3059 "memchr",
 3060]
 3061
 3062[[package]]
 3063name = "command_palette"
 3064version = "0.1.0"
 3065dependencies = [
 3066 "client",
 3067 "collections",
 3068 "command_palette_hooks",
 3069 "ctor",
 3070 "editor",
 3071 "env_logger 0.11.7",
 3072 "fuzzy",
 3073 "go_to_line",
 3074 "gpui",
 3075 "language",
 3076 "menu",
 3077 "picker",
 3078 "postage",
 3079 "project",
 3080 "serde",
 3081 "serde_json",
 3082 "settings",
 3083 "telemetry",
 3084 "theme",
 3085 "ui",
 3086 "util",
 3087 "workspace",
 3088 "zed_actions",
 3089]
 3090
 3091[[package]]
 3092name = "command_palette_hooks"
 3093version = "0.1.0"
 3094dependencies = [
 3095 "collections",
 3096 "derive_more",
 3097 "gpui",
 3098]
 3099
 3100[[package]]
 3101name = "component"
 3102version = "0.1.0"
 3103dependencies = [
 3104 "collections",
 3105 "gpui",
 3106 "linkme",
 3107 "parking_lot",
 3108 "theme",
 3109]
 3110
 3111[[package]]
 3112name = "component_preview"
 3113version = "0.1.0"
 3114dependencies = [
 3115 "client",
 3116 "collections",
 3117 "component",
 3118 "gpui",
 3119 "languages",
 3120 "notifications",
 3121 "project",
 3122 "ui",
 3123 "workspace",
 3124]
 3125
 3126[[package]]
 3127name = "concurrent-queue"
 3128version = "2.5.0"
 3129source = "registry+https://github.com/rust-lang/crates.io-index"
 3130checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3131dependencies = [
 3132 "crossbeam-utils",
 3133]
 3134
 3135[[package]]
 3136name = "console"
 3137version = "0.15.8"
 3138source = "registry+https://github.com/rust-lang/crates.io-index"
 3139checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3140dependencies = [
 3141 "encode_unicode",
 3142 "lazy_static",
 3143 "libc",
 3144 "unicode-width",
 3145 "windows-sys 0.52.0",
 3146]
 3147
 3148[[package]]
 3149name = "const-oid"
 3150version = "0.9.6"
 3151source = "registry+https://github.com/rust-lang/crates.io-index"
 3152checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3153
 3154[[package]]
 3155name = "const-random"
 3156version = "0.1.18"
 3157source = "registry+https://github.com/rust-lang/crates.io-index"
 3158checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3159dependencies = [
 3160 "const-random-macro",
 3161]
 3162
 3163[[package]]
 3164name = "const-random-macro"
 3165version = "0.1.16"
 3166source = "registry+https://github.com/rust-lang/crates.io-index"
 3167checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3168dependencies = [
 3169 "getrandom 0.2.15",
 3170 "once_cell",
 3171 "tiny-keccak",
 3172]
 3173
 3174[[package]]
 3175name = "constant_time_eq"
 3176version = "0.1.5"
 3177source = "registry+https://github.com/rust-lang/crates.io-index"
 3178checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3179
 3180[[package]]
 3181name = "constant_time_eq"
 3182version = "0.3.1"
 3183source = "registry+https://github.com/rust-lang/crates.io-index"
 3184checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3185
 3186[[package]]
 3187name = "context_server"
 3188version = "0.1.0"
 3189dependencies = [
 3190 "anyhow",
 3191 "assistant_tool",
 3192 "async-trait",
 3193 "collections",
 3194 "command_palette_hooks",
 3195 "context_server_settings",
 3196 "extension",
 3197 "futures 0.3.31",
 3198 "gpui",
 3199 "language_model",
 3200 "log",
 3201 "parking_lot",
 3202 "postage",
 3203 "project",
 3204 "serde",
 3205 "serde_json",
 3206 "settings",
 3207 "smol",
 3208 "url",
 3209 "util",
 3210]
 3211
 3212[[package]]
 3213name = "context_server_settings"
 3214version = "0.1.0"
 3215dependencies = [
 3216 "anyhow",
 3217 "collections",
 3218 "gpui",
 3219 "schemars",
 3220 "serde",
 3221 "serde_json",
 3222 "settings",
 3223]
 3224
 3225[[package]]
 3226name = "convert_case"
 3227version = "0.4.0"
 3228source = "registry+https://github.com/rust-lang/crates.io-index"
 3229checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3230
 3231[[package]]
 3232name = "convert_case"
 3233version = "0.8.0"
 3234source = "registry+https://github.com/rust-lang/crates.io-index"
 3235checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3236dependencies = [
 3237 "unicode-segmentation",
 3238]
 3239
 3240[[package]]
 3241name = "copilot"
 3242version = "0.1.0"
 3243dependencies = [
 3244 "anyhow",
 3245 "async-compression",
 3246 "async-std",
 3247 "async-tar",
 3248 "chrono",
 3249 "client",
 3250 "clock",
 3251 "collections",
 3252 "command_palette_hooks",
 3253 "ctor",
 3254 "editor",
 3255 "env_logger 0.11.7",
 3256 "fs",
 3257 "futures 0.3.31",
 3258 "gpui",
 3259 "http_client",
 3260 "indoc",
 3261 "inline_completion",
 3262 "language",
 3263 "log",
 3264 "lsp",
 3265 "menu",
 3266 "node_runtime",
 3267 "parking_lot",
 3268 "paths",
 3269 "project",
 3270 "rpc",
 3271 "schemars",
 3272 "serde",
 3273 "serde_json",
 3274 "settings",
 3275 "smol",
 3276 "strum",
 3277 "task",
 3278 "theme",
 3279 "ui",
 3280 "util",
 3281 "workspace",
 3282]
 3283
 3284[[package]]
 3285name = "core-foundation"
 3286version = "0.9.4"
 3287source = "registry+https://github.com/rust-lang/crates.io-index"
 3288checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3289dependencies = [
 3290 "core-foundation-sys",
 3291 "libc",
 3292]
 3293
 3294[[package]]
 3295name = "core-foundation"
 3296version = "0.10.0"
 3297source = "registry+https://github.com/rust-lang/crates.io-index"
 3298checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3299dependencies = [
 3300 "core-foundation-sys",
 3301 "libc",
 3302]
 3303
 3304[[package]]
 3305name = "core-foundation-sys"
 3306version = "0.8.7"
 3307source = "registry+https://github.com/rust-lang/crates.io-index"
 3308checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3309
 3310[[package]]
 3311name = "core-graphics"
 3312version = "0.23.2"
 3313source = "registry+https://github.com/rust-lang/crates.io-index"
 3314checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3315dependencies = [
 3316 "bitflags 1.3.2",
 3317 "core-foundation 0.9.4",
 3318 "core-graphics-types 0.1.3",
 3319 "foreign-types 0.5.0",
 3320 "libc",
 3321]
 3322
 3323[[package]]
 3324name = "core-graphics"
 3325version = "0.24.0"
 3326source = "registry+https://github.com/rust-lang/crates.io-index"
 3327checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3328dependencies = [
 3329 "bitflags 2.8.0",
 3330 "core-foundation 0.10.0",
 3331 "core-graphics-types 0.2.0",
 3332 "foreign-types 0.5.0",
 3333 "libc",
 3334]
 3335
 3336[[package]]
 3337name = "core-graphics-types"
 3338version = "0.1.3"
 3339source = "registry+https://github.com/rust-lang/crates.io-index"
 3340checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3341dependencies = [
 3342 "bitflags 1.3.2",
 3343 "core-foundation 0.9.4",
 3344 "libc",
 3345]
 3346
 3347[[package]]
 3348name = "core-graphics-types"
 3349version = "0.2.0"
 3350source = "registry+https://github.com/rust-lang/crates.io-index"
 3351checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3352dependencies = [
 3353 "bitflags 2.8.0",
 3354 "core-foundation 0.10.0",
 3355 "libc",
 3356]
 3357
 3358[[package]]
 3359name = "core-services"
 3360version = "0.2.1"
 3361source = "registry+https://github.com/rust-lang/crates.io-index"
 3362checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3363dependencies = [
 3364 "core-foundation 0.9.4",
 3365]
 3366
 3367[[package]]
 3368name = "core-text"
 3369version = "20.1.0"
 3370source = "registry+https://github.com/rust-lang/crates.io-index"
 3371checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3372dependencies = [
 3373 "core-foundation 0.9.4",
 3374 "core-graphics 0.23.2",
 3375 "foreign-types 0.5.0",
 3376 "libc",
 3377]
 3378
 3379[[package]]
 3380name = "core_maths"
 3381version = "0.1.1"
 3382source = "registry+https://github.com/rust-lang/crates.io-index"
 3383checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3384dependencies = [
 3385 "libm",
 3386]
 3387
 3388[[package]]
 3389name = "coreaudio-rs"
 3390version = "0.11.3"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3393dependencies = [
 3394 "bitflags 1.3.2",
 3395 "core-foundation-sys",
 3396 "coreaudio-sys",
 3397]
 3398
 3399[[package]]
 3400name = "coreaudio-rs"
 3401version = "0.12.1"
 3402source = "registry+https://github.com/rust-lang/crates.io-index"
 3403checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3404dependencies = [
 3405 "bitflags 1.3.2",
 3406 "core-foundation-sys",
 3407 "coreaudio-sys",
 3408]
 3409
 3410[[package]]
 3411name = "coreaudio-sys"
 3412version = "0.2.16"
 3413source = "registry+https://github.com/rust-lang/crates.io-index"
 3414checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3415dependencies = [
 3416 "bindgen 0.70.1",
 3417]
 3418
 3419[[package]]
 3420name = "cosmic-text"
 3421version = "0.11.2"
 3422source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3423dependencies = [
 3424 "bitflags 2.8.0",
 3425 "fontdb 0.18.0",
 3426 "log",
 3427 "rangemap",
 3428 "rayon",
 3429 "rustc-hash 1.1.0",
 3430 "rustybuzz 0.14.1",
 3431 "self_cell",
 3432 "swash",
 3433 "sys-locale",
 3434 "ttf-parser 0.21.1",
 3435 "unicode-bidi",
 3436 "unicode-linebreak",
 3437 "unicode-script",
 3438 "unicode-segmentation",
 3439]
 3440
 3441[[package]]
 3442name = "cpal"
 3443version = "0.15.3"
 3444source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3445dependencies = [
 3446 "alsa",
 3447 "core-foundation-sys",
 3448 "coreaudio-rs 0.11.3",
 3449 "dasp_sample",
 3450 "jni",
 3451 "js-sys",
 3452 "libc",
 3453 "mach2",
 3454 "ndk",
 3455 "ndk-context",
 3456 "oboe",
 3457 "wasm-bindgen",
 3458 "wasm-bindgen-futures",
 3459 "web-sys",
 3460 "windows 0.54.0",
 3461]
 3462
 3463[[package]]
 3464name = "cpp_demangle"
 3465version = "0.4.4"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3468dependencies = [
 3469 "cfg-if",
 3470]
 3471
 3472[[package]]
 3473name = "cpufeatures"
 3474version = "0.2.16"
 3475source = "registry+https://github.com/rust-lang/crates.io-index"
 3476checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3477dependencies = [
 3478 "libc",
 3479]
 3480
 3481[[package]]
 3482name = "cranelift-bforest"
 3483version = "0.116.1"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3486dependencies = [
 3487 "cranelift-entity",
 3488]
 3489
 3490[[package]]
 3491name = "cranelift-bitset"
 3492version = "0.116.1"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3495dependencies = [
 3496 "serde",
 3497 "serde_derive",
 3498]
 3499
 3500[[package]]
 3501name = "cranelift-codegen"
 3502version = "0.116.1"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3505dependencies = [
 3506 "bumpalo",
 3507 "cranelift-bforest",
 3508 "cranelift-bitset",
 3509 "cranelift-codegen-meta",
 3510 "cranelift-codegen-shared",
 3511 "cranelift-control",
 3512 "cranelift-entity",
 3513 "cranelift-isle",
 3514 "gimli",
 3515 "hashbrown 0.14.5",
 3516 "log",
 3517 "regalloc2",
 3518 "rustc-hash 2.1.1",
 3519 "serde",
 3520 "smallvec",
 3521 "target-lexicon 0.13.2",
 3522]
 3523
 3524[[package]]
 3525name = "cranelift-codegen-meta"
 3526version = "0.116.1"
 3527source = "registry+https://github.com/rust-lang/crates.io-index"
 3528checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3529dependencies = [
 3530 "cranelift-codegen-shared",
 3531]
 3532
 3533[[package]]
 3534name = "cranelift-codegen-shared"
 3535version = "0.116.1"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3538
 3539[[package]]
 3540name = "cranelift-control"
 3541version = "0.116.1"
 3542source = "registry+https://github.com/rust-lang/crates.io-index"
 3543checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3544dependencies = [
 3545 "arbitrary",
 3546]
 3547
 3548[[package]]
 3549name = "cranelift-entity"
 3550version = "0.116.1"
 3551source = "registry+https://github.com/rust-lang/crates.io-index"
 3552checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3553dependencies = [
 3554 "cranelift-bitset",
 3555 "serde",
 3556 "serde_derive",
 3557]
 3558
 3559[[package]]
 3560name = "cranelift-frontend"
 3561version = "0.116.1"
 3562source = "registry+https://github.com/rust-lang/crates.io-index"
 3563checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3564dependencies = [
 3565 "cranelift-codegen",
 3566 "log",
 3567 "smallvec",
 3568 "target-lexicon 0.13.2",
 3569]
 3570
 3571[[package]]
 3572name = "cranelift-isle"
 3573version = "0.116.1"
 3574source = "registry+https://github.com/rust-lang/crates.io-index"
 3575checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3576
 3577[[package]]
 3578name = "cranelift-native"
 3579version = "0.116.1"
 3580source = "registry+https://github.com/rust-lang/crates.io-index"
 3581checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3582dependencies = [
 3583 "cranelift-codegen",
 3584 "libc",
 3585 "target-lexicon 0.13.2",
 3586]
 3587
 3588[[package]]
 3589name = "crc"
 3590version = "3.2.1"
 3591source = "registry+https://github.com/rust-lang/crates.io-index"
 3592checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3593dependencies = [
 3594 "crc-catalog",
 3595]
 3596
 3597[[package]]
 3598name = "crc-catalog"
 3599version = "2.4.0"
 3600source = "registry+https://github.com/rust-lang/crates.io-index"
 3601checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3602
 3603[[package]]
 3604name = "crc32c"
 3605version = "0.6.8"
 3606source = "registry+https://github.com/rust-lang/crates.io-index"
 3607checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3608dependencies = [
 3609 "rustc_version",
 3610]
 3611
 3612[[package]]
 3613name = "crc32fast"
 3614version = "1.4.2"
 3615source = "registry+https://github.com/rust-lang/crates.io-index"
 3616checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3617dependencies = [
 3618 "cfg-if",
 3619]
 3620
 3621[[package]]
 3622name = "crc64fast-nvme"
 3623version = "1.1.1"
 3624source = "registry+https://github.com/rust-lang/crates.io-index"
 3625checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3626dependencies = [
 3627 "cbindgen 0.27.0",
 3628 "crc",
 3629]
 3630
 3631[[package]]
 3632name = "credentials_provider"
 3633version = "0.1.0"
 3634dependencies = [
 3635 "anyhow",
 3636 "futures 0.3.31",
 3637 "gpui",
 3638 "paths",
 3639 "release_channel",
 3640 "serde",
 3641 "serde_json",
 3642]
 3643
 3644[[package]]
 3645name = "criterion"
 3646version = "0.5.1"
 3647source = "registry+https://github.com/rust-lang/crates.io-index"
 3648checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3649dependencies = [
 3650 "anes",
 3651 "cast",
 3652 "ciborium",
 3653 "clap",
 3654 "criterion-plot",
 3655 "is-terminal",
 3656 "itertools 0.10.5",
 3657 "num-traits",
 3658 "once_cell",
 3659 "oorandom",
 3660 "plotters",
 3661 "rayon",
 3662 "regex",
 3663 "serde",
 3664 "serde_derive",
 3665 "serde_json",
 3666 "tinytemplate",
 3667 "walkdir",
 3668]
 3669
 3670[[package]]
 3671name = "criterion-plot"
 3672version = "0.5.0"
 3673source = "registry+https://github.com/rust-lang/crates.io-index"
 3674checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3675dependencies = [
 3676 "cast",
 3677 "itertools 0.10.5",
 3678]
 3679
 3680[[package]]
 3681name = "crossbeam-channel"
 3682version = "0.5.13"
 3683source = "registry+https://github.com/rust-lang/crates.io-index"
 3684checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3685dependencies = [
 3686 "crossbeam-utils",
 3687]
 3688
 3689[[package]]
 3690name = "crossbeam-deque"
 3691version = "0.8.5"
 3692source = "registry+https://github.com/rust-lang/crates.io-index"
 3693checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3694dependencies = [
 3695 "crossbeam-epoch",
 3696 "crossbeam-utils",
 3697]
 3698
 3699[[package]]
 3700name = "crossbeam-epoch"
 3701version = "0.9.18"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3704dependencies = [
 3705 "crossbeam-utils",
 3706]
 3707
 3708[[package]]
 3709name = "crossbeam-queue"
 3710version = "0.3.11"
 3711source = "registry+https://github.com/rust-lang/crates.io-index"
 3712checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3713dependencies = [
 3714 "crossbeam-utils",
 3715]
 3716
 3717[[package]]
 3718name = "crossbeam-utils"
 3719version = "0.8.20"
 3720source = "registry+https://github.com/rust-lang/crates.io-index"
 3721checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3722
 3723[[package]]
 3724name = "crunchy"
 3725version = "0.2.2"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3728
 3729[[package]]
 3730name = "crypto-bigint"
 3731version = "0.4.9"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3734dependencies = [
 3735 "generic-array",
 3736 "rand_core 0.6.4",
 3737 "subtle",
 3738 "zeroize",
 3739]
 3740
 3741[[package]]
 3742name = "crypto-bigint"
 3743version = "0.5.5"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3746dependencies = [
 3747 "rand_core 0.6.4",
 3748 "subtle",
 3749]
 3750
 3751[[package]]
 3752name = "crypto-common"
 3753version = "0.1.6"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3756dependencies = [
 3757 "generic-array",
 3758 "rand_core 0.6.4",
 3759 "typenum",
 3760]
 3761
 3762[[package]]
 3763name = "ctor"
 3764version = "0.4.1"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3767dependencies = [
 3768 "ctor-proc-macro",
 3769 "dtor",
 3770]
 3771
 3772[[package]]
 3773name = "ctor-proc-macro"
 3774version = "0.0.5"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3777
 3778[[package]]
 3779name = "ctrlc"
 3780version = "3.4.5"
 3781source = "registry+https://github.com/rust-lang/crates.io-index"
 3782checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3783dependencies = [
 3784 "nix",
 3785 "windows-sys 0.59.0",
 3786]
 3787
 3788[[package]]
 3789name = "cursor-icon"
 3790version = "1.1.0"
 3791source = "registry+https://github.com/rust-lang/crates.io-index"
 3792checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3793
 3794[[package]]
 3795name = "cxx"
 3796version = "1.0.134"
 3797source = "registry+https://github.com/rust-lang/crates.io-index"
 3798checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3799dependencies = [
 3800 "cc",
 3801 "cxxbridge-cmd",
 3802 "cxxbridge-flags",
 3803 "cxxbridge-macro",
 3804 "foldhash",
 3805 "link-cplusplus",
 3806]
 3807
 3808[[package]]
 3809name = "cxx-build"
 3810version = "1.0.134"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3813dependencies = [
 3814 "cc",
 3815 "codespan-reporting",
 3816 "proc-macro2",
 3817 "quote",
 3818 "scratch",
 3819 "syn 2.0.100",
 3820]
 3821
 3822[[package]]
 3823name = "cxxbridge-cmd"
 3824version = "1.0.134"
 3825source = "registry+https://github.com/rust-lang/crates.io-index"
 3826checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3827dependencies = [
 3828 "clap",
 3829 "codespan-reporting",
 3830 "proc-macro2",
 3831 "quote",
 3832 "syn 2.0.100",
 3833]
 3834
 3835[[package]]
 3836name = "cxxbridge-flags"
 3837version = "1.0.134"
 3838source = "registry+https://github.com/rust-lang/crates.io-index"
 3839checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3840
 3841[[package]]
 3842name = "cxxbridge-macro"
 3843version = "1.0.134"
 3844source = "registry+https://github.com/rust-lang/crates.io-index"
 3845checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3846dependencies = [
 3847 "proc-macro2",
 3848 "quote",
 3849 "rustversion",
 3850 "syn 2.0.100",
 3851]
 3852
 3853[[package]]
 3854name = "dap"
 3855version = "0.1.0"
 3856dependencies = [
 3857 "anyhow",
 3858 "async-compression",
 3859 "async-pipe",
 3860 "async-tar",
 3861 "async-trait",
 3862 "client",
 3863 "collections",
 3864 "dap-types",
 3865 "env_logger 0.11.7",
 3866 "fs",
 3867 "futures 0.3.31",
 3868 "gpui",
 3869 "http_client",
 3870 "language",
 3871 "log",
 3872 "node_runtime",
 3873 "parking_lot",
 3874 "paths",
 3875 "schemars",
 3876 "serde",
 3877 "serde_json",
 3878 "settings",
 3879 "smallvec",
 3880 "smol",
 3881 "task",
 3882 "util",
 3883]
 3884
 3885[[package]]
 3886name = "dap-types"
 3887version = "0.0.1"
 3888source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3889dependencies = [
 3890 "schemars",
 3891 "serde",
 3892 "serde_json",
 3893]
 3894
 3895[[package]]
 3896name = "dap_adapters"
 3897version = "0.1.0"
 3898dependencies = [
 3899 "anyhow",
 3900 "async-trait",
 3901 "dap",
 3902 "gpui",
 3903 "language",
 3904 "paths",
 3905 "regex",
 3906 "serde",
 3907 "serde_json",
 3908 "sysinfo",
 3909 "task",
 3910 "util",
 3911]
 3912
 3913[[package]]
 3914name = "dashmap"
 3915version = "5.5.3"
 3916source = "registry+https://github.com/rust-lang/crates.io-index"
 3917checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3918dependencies = [
 3919 "cfg-if",
 3920 "hashbrown 0.14.5",
 3921 "lock_api",
 3922 "once_cell",
 3923 "parking_lot_core",
 3924]
 3925
 3926[[package]]
 3927name = "dashmap"
 3928version = "6.1.0"
 3929source = "registry+https://github.com/rust-lang/crates.io-index"
 3930checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3931dependencies = [
 3932 "cfg-if",
 3933 "crossbeam-utils",
 3934 "hashbrown 0.14.5",
 3935 "lock_api",
 3936 "once_cell",
 3937 "parking_lot_core",
 3938]
 3939
 3940[[package]]
 3941name = "dasp_sample"
 3942version = "0.11.0"
 3943source = "registry+https://github.com/rust-lang/crates.io-index"
 3944checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3945
 3946[[package]]
 3947name = "data-encoding"
 3948version = "2.6.0"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3951
 3952[[package]]
 3953name = "data-url"
 3954version = "0.3.1"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3957
 3958[[package]]
 3959name = "db"
 3960version = "0.1.0"
 3961dependencies = [
 3962 "anyhow",
 3963 "gpui",
 3964 "indoc",
 3965 "log",
 3966 "paths",
 3967 "release_channel",
 3968 "smol",
 3969 "sqlez",
 3970 "sqlez_macros",
 3971 "tempfile",
 3972 "util",
 3973]
 3974
 3975[[package]]
 3976name = "dbus"
 3977version = "0.9.7"
 3978source = "registry+https://github.com/rust-lang/crates.io-index"
 3979checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3980dependencies = [
 3981 "libc",
 3982 "libdbus-sys",
 3983 "winapi",
 3984]
 3985
 3986[[package]]
 3987name = "debugger_tools"
 3988version = "0.1.0"
 3989dependencies = [
 3990 "anyhow",
 3991 "dap",
 3992 "editor",
 3993 "futures 0.3.31",
 3994 "gpui",
 3995 "project",
 3996 "serde_json",
 3997 "settings",
 3998 "smol",
 3999 "util",
 4000 "workspace",
 4001]
 4002
 4003[[package]]
 4004name = "debugger_ui"
 4005version = "0.1.0"
 4006dependencies = [
 4007 "anyhow",
 4008 "client",
 4009 "collections",
 4010 "command_palette_hooks",
 4011 "dap",
 4012 "editor",
 4013 "env_logger 0.11.7",
 4014 "feature_flags",
 4015 "futures 0.3.31",
 4016 "fuzzy",
 4017 "gpui",
 4018 "language",
 4019 "log",
 4020 "menu",
 4021 "picker",
 4022 "pretty_assertions",
 4023 "project",
 4024 "rpc",
 4025 "serde",
 4026 "serde_json",
 4027 "settings",
 4028 "sysinfo",
 4029 "task",
 4030 "terminal_view",
 4031 "theme",
 4032 "ui",
 4033 "unindent",
 4034 "util",
 4035 "workspace",
 4036]
 4037
 4038[[package]]
 4039name = "deepseek"
 4040version = "0.1.0"
 4041dependencies = [
 4042 "anyhow",
 4043 "futures 0.3.31",
 4044 "http_client",
 4045 "schemars",
 4046 "serde",
 4047 "serde_json",
 4048]
 4049
 4050[[package]]
 4051name = "deflate64"
 4052version = "0.1.9"
 4053source = "registry+https://github.com/rust-lang/crates.io-index"
 4054checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4055
 4056[[package]]
 4057name = "der"
 4058version = "0.6.1"
 4059source = "registry+https://github.com/rust-lang/crates.io-index"
 4060checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4061dependencies = [
 4062 "const-oid",
 4063 "zeroize",
 4064]
 4065
 4066[[package]]
 4067name = "der"
 4068version = "0.7.9"
 4069source = "registry+https://github.com/rust-lang/crates.io-index"
 4070checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4071dependencies = [
 4072 "const-oid",
 4073 "pem-rfc7468",
 4074 "zeroize",
 4075]
 4076
 4077[[package]]
 4078name = "deranged"
 4079version = "0.4.0"
 4080source = "registry+https://github.com/rust-lang/crates.io-index"
 4081checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4082dependencies = [
 4083 "powerfmt",
 4084 "serde",
 4085]
 4086
 4087[[package]]
 4088name = "derive_more"
 4089version = "0.99.19"
 4090source = "registry+https://github.com/rust-lang/crates.io-index"
 4091checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4092dependencies = [
 4093 "convert_case 0.4.0",
 4094 "proc-macro2",
 4095 "quote",
 4096 "rustc_version",
 4097 "syn 2.0.100",
 4098]
 4099
 4100[[package]]
 4101name = "derive_refineable"
 4102version = "0.1.0"
 4103dependencies = [
 4104 "proc-macro2",
 4105 "quote",
 4106 "syn 1.0.109",
 4107]
 4108
 4109[[package]]
 4110name = "diagnostics"
 4111version = "0.1.0"
 4112dependencies = [
 4113 "anyhow",
 4114 "client",
 4115 "collections",
 4116 "ctor",
 4117 "editor",
 4118 "env_logger 0.11.7",
 4119 "gpui",
 4120 "language",
 4121 "log",
 4122 "lsp",
 4123 "pretty_assertions",
 4124 "project",
 4125 "rand 0.8.5",
 4126 "serde",
 4127 "serde_json",
 4128 "settings",
 4129 "theme",
 4130 "ui",
 4131 "unindent",
 4132 "util",
 4133 "workspace",
 4134]
 4135
 4136[[package]]
 4137name = "dialoguer"
 4138version = "0.11.0"
 4139source = "registry+https://github.com/rust-lang/crates.io-index"
 4140checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4141dependencies = [
 4142 "console",
 4143 "fuzzy-matcher",
 4144 "shell-words",
 4145 "tempfile",
 4146 "thiserror 1.0.69",
 4147 "zeroize",
 4148]
 4149
 4150[[package]]
 4151name = "diff"
 4152version = "0.1.13"
 4153source = "registry+https://github.com/rust-lang/crates.io-index"
 4154checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4155
 4156[[package]]
 4157name = "digest"
 4158version = "0.10.7"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4161dependencies = [
 4162 "block-buffer",
 4163 "const-oid",
 4164 "crypto-common",
 4165 "subtle",
 4166]
 4167
 4168[[package]]
 4169name = "dirs"
 4170version = "4.0.0"
 4171source = "registry+https://github.com/rust-lang/crates.io-index"
 4172checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4173dependencies = [
 4174 "dirs-sys 0.3.7",
 4175]
 4176
 4177[[package]]
 4178name = "dirs"
 4179version = "5.0.1"
 4180source = "registry+https://github.com/rust-lang/crates.io-index"
 4181checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4182dependencies = [
 4183 "dirs-sys 0.4.1",
 4184]
 4185
 4186[[package]]
 4187name = "dirs-sys"
 4188version = "0.3.7"
 4189source = "registry+https://github.com/rust-lang/crates.io-index"
 4190checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4191dependencies = [
 4192 "libc",
 4193 "redox_users",
 4194 "winapi",
 4195]
 4196
 4197[[package]]
 4198name = "dirs-sys"
 4199version = "0.4.1"
 4200source = "registry+https://github.com/rust-lang/crates.io-index"
 4201checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4202dependencies = [
 4203 "libc",
 4204 "option-ext",
 4205 "redox_users",
 4206 "windows-sys 0.48.0",
 4207]
 4208
 4209[[package]]
 4210name = "displaydoc"
 4211version = "0.2.5"
 4212source = "registry+https://github.com/rust-lang/crates.io-index"
 4213checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4214dependencies = [
 4215 "proc-macro2",
 4216 "quote",
 4217 "syn 2.0.100",
 4218]
 4219
 4220[[package]]
 4221name = "dlib"
 4222version = "0.5.2"
 4223source = "registry+https://github.com/rust-lang/crates.io-index"
 4224checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4225dependencies = [
 4226 "libloading",
 4227]
 4228
 4229[[package]]
 4230name = "docs_preprocessor"
 4231version = "0.1.0"
 4232dependencies = [
 4233 "anyhow",
 4234 "clap",
 4235 "mdbook",
 4236 "regex",
 4237 "serde",
 4238 "serde_json",
 4239 "settings",
 4240 "util",
 4241]
 4242
 4243[[package]]
 4244name = "dotenvy"
 4245version = "0.15.7"
 4246source = "registry+https://github.com/rust-lang/crates.io-index"
 4247checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4248
 4249[[package]]
 4250name = "downcast-rs"
 4251version = "1.2.1"
 4252source = "registry+https://github.com/rust-lang/crates.io-index"
 4253checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4254
 4255[[package]]
 4256name = "doxygen-rs"
 4257version = "0.4.2"
 4258source = "registry+https://github.com/rust-lang/crates.io-index"
 4259checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4260dependencies = [
 4261 "phf",
 4262]
 4263
 4264[[package]]
 4265name = "dtor"
 4266version = "0.0.5"
 4267source = "registry+https://github.com/rust-lang/crates.io-index"
 4268checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4269dependencies = [
 4270 "dtor-proc-macro",
 4271]
 4272
 4273[[package]]
 4274name = "dtor-proc-macro"
 4275version = "0.0.5"
 4276source = "registry+https://github.com/rust-lang/crates.io-index"
 4277checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4278
 4279[[package]]
 4280name = "dunce"
 4281version = "1.0.5"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4284
 4285[[package]]
 4286name = "dwrote"
 4287version = "0.11.2"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4290dependencies = [
 4291 "lazy_static",
 4292 "libc",
 4293 "winapi",
 4294 "wio",
 4295]
 4296
 4297[[package]]
 4298name = "dyn-clone"
 4299version = "1.0.17"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4302
 4303[[package]]
 4304name = "ec4rs"
 4305version = "1.1.1"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4308
 4309[[package]]
 4310name = "ecdsa"
 4311version = "0.14.8"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4314dependencies = [
 4315 "der 0.6.1",
 4316 "elliptic-curve",
 4317 "rfc6979",
 4318 "signature 1.6.4",
 4319]
 4320
 4321[[package]]
 4322name = "editor"
 4323version = "0.1.0"
 4324dependencies = [
 4325 "aho-corasick",
 4326 "anyhow",
 4327 "assets",
 4328 "buffer_diff",
 4329 "chrono",
 4330 "client",
 4331 "clock",
 4332 "collections",
 4333 "convert_case 0.8.0",
 4334 "ctor",
 4335 "db",
 4336 "emojis",
 4337 "env_logger 0.11.7",
 4338 "feature_flags",
 4339 "file_icons",
 4340 "fs",
 4341 "futures 0.3.31",
 4342 "fuzzy",
 4343 "git",
 4344 "gpui",
 4345 "http_client",
 4346 "indoc",
 4347 "inline_completion",
 4348 "itertools 0.14.0",
 4349 "language",
 4350 "languages",
 4351 "linkify",
 4352 "log",
 4353 "lsp",
 4354 "markdown",
 4355 "menu",
 4356 "multi_buffer",
 4357 "ordered-float 2.10.1",
 4358 "parking_lot",
 4359 "pretty_assertions",
 4360 "project",
 4361 "rand 0.8.5",
 4362 "release_channel",
 4363 "rpc",
 4364 "schemars",
 4365 "serde",
 4366 "serde_json",
 4367 "settings",
 4368 "smallvec",
 4369 "smol",
 4370 "snippet",
 4371 "sum_tree",
 4372 "task",
 4373 "telemetry",
 4374 "tempfile",
 4375 "text",
 4376 "theme",
 4377 "time",
 4378 "time_format",
 4379 "tree-sitter-html",
 4380 "tree-sitter-rust",
 4381 "tree-sitter-typescript",
 4382 "ui",
 4383 "unicode-script",
 4384 "unicode-segmentation",
 4385 "unindent",
 4386 "url",
 4387 "util",
 4388 "uuid",
 4389 "workspace",
 4390 "zed_actions",
 4391]
 4392
 4393[[package]]
 4394name = "either"
 4395version = "1.13.0"
 4396source = "registry+https://github.com/rust-lang/crates.io-index"
 4397checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4398dependencies = [
 4399 "serde",
 4400]
 4401
 4402[[package]]
 4403name = "elasticlunr-rs"
 4404version = "3.0.2"
 4405source = "registry+https://github.com/rust-lang/crates.io-index"
 4406checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4407dependencies = [
 4408 "regex",
 4409 "serde",
 4410 "serde_derive",
 4411 "serde_json",
 4412]
 4413
 4414[[package]]
 4415name = "elliptic-curve"
 4416version = "0.12.3"
 4417source = "registry+https://github.com/rust-lang/crates.io-index"
 4418checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4419dependencies = [
 4420 "base16ct",
 4421 "crypto-bigint 0.4.9",
 4422 "der 0.6.1",
 4423 "digest",
 4424 "ff",
 4425 "generic-array",
 4426 "group",
 4427 "pkcs8 0.9.0",
 4428 "rand_core 0.6.4",
 4429 "sec1",
 4430 "subtle",
 4431 "zeroize",
 4432]
 4433
 4434[[package]]
 4435name = "embed-resource"
 4436version = "3.0.2"
 4437source = "registry+https://github.com/rust-lang/crates.io-index"
 4438checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4439dependencies = [
 4440 "cc",
 4441 "memchr",
 4442 "rustc_version",
 4443 "toml 0.8.20",
 4444 "vswhom",
 4445 "winreg 0.52.0",
 4446]
 4447
 4448[[package]]
 4449name = "embedded-io"
 4450version = "0.4.0"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4453
 4454[[package]]
 4455name = "embedded-io"
 4456version = "0.6.1"
 4457source = "registry+https://github.com/rust-lang/crates.io-index"
 4458checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4459
 4460[[package]]
 4461name = "emojis"
 4462version = "0.6.4"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4465dependencies = [
 4466 "phf",
 4467]
 4468
 4469[[package]]
 4470name = "encode_unicode"
 4471version = "0.3.6"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4474
 4475[[package]]
 4476name = "encoding_rs"
 4477version = "0.8.35"
 4478source = "registry+https://github.com/rust-lang/crates.io-index"
 4479checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4480dependencies = [
 4481 "cfg-if",
 4482]
 4483
 4484[[package]]
 4485name = "endi"
 4486version = "1.1.0"
 4487source = "registry+https://github.com/rust-lang/crates.io-index"
 4488checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4489
 4490[[package]]
 4491name = "enumflags2"
 4492version = "0.7.10"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4495dependencies = [
 4496 "enumflags2_derive",
 4497 "serde",
 4498]
 4499
 4500[[package]]
 4501name = "enumflags2_derive"
 4502version = "0.7.10"
 4503source = "registry+https://github.com/rust-lang/crates.io-index"
 4504checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4505dependencies = [
 4506 "proc-macro2",
 4507 "quote",
 4508 "syn 2.0.100",
 4509]
 4510
 4511[[package]]
 4512name = "env_filter"
 4513version = "0.1.2"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4516dependencies = [
 4517 "log",
 4518 "regex",
 4519]
 4520
 4521[[package]]
 4522name = "env_home"
 4523version = "0.1.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4526
 4527[[package]]
 4528name = "env_logger"
 4529version = "0.10.2"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4532dependencies = [
 4533 "humantime",
 4534 "is-terminal",
 4535 "log",
 4536 "regex",
 4537 "termcolor",
 4538]
 4539
 4540[[package]]
 4541name = "env_logger"
 4542version = "0.11.7"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4545dependencies = [
 4546 "anstream",
 4547 "anstyle",
 4548 "env_filter",
 4549 "jiff",
 4550 "log",
 4551]
 4552
 4553[[package]]
 4554name = "envy"
 4555version = "0.4.2"
 4556source = "registry+https://github.com/rust-lang/crates.io-index"
 4557checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4558dependencies = [
 4559 "serde",
 4560]
 4561
 4562[[package]]
 4563name = "equivalent"
 4564version = "1.0.1"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4567
 4568[[package]]
 4569name = "erased-serde"
 4570version = "0.4.5"
 4571source = "registry+https://github.com/rust-lang/crates.io-index"
 4572checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4573dependencies = [
 4574 "serde",
 4575 "typeid",
 4576]
 4577
 4578[[package]]
 4579name = "errno"
 4580version = "0.2.8"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4583dependencies = [
 4584 "errno-dragonfly",
 4585 "libc",
 4586 "winapi",
 4587]
 4588
 4589[[package]]
 4590name = "errno"
 4591version = "0.3.10"
 4592source = "registry+https://github.com/rust-lang/crates.io-index"
 4593checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4594dependencies = [
 4595 "libc",
 4596 "windows-sys 0.59.0",
 4597]
 4598
 4599[[package]]
 4600name = "errno-dragonfly"
 4601version = "0.1.2"
 4602source = "registry+https://github.com/rust-lang/crates.io-index"
 4603checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4604dependencies = [
 4605 "cc",
 4606 "libc",
 4607]
 4608
 4609[[package]]
 4610name = "etagere"
 4611version = "0.2.15"
 4612source = "registry+https://github.com/rust-lang/crates.io-index"
 4613checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4614dependencies = [
 4615 "euclid",
 4616 "svg_fmt",
 4617]
 4618
 4619[[package]]
 4620name = "etcetera"
 4621version = "0.8.0"
 4622source = "registry+https://github.com/rust-lang/crates.io-index"
 4623checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4624dependencies = [
 4625 "cfg-if",
 4626 "home",
 4627 "windows-sys 0.48.0",
 4628]
 4629
 4630[[package]]
 4631name = "euclid"
 4632version = "0.22.11"
 4633source = "registry+https://github.com/rust-lang/crates.io-index"
 4634checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4635dependencies = [
 4636 "num-traits",
 4637]
 4638
 4639[[package]]
 4640name = "evals"
 4641version = "0.1.0"
 4642dependencies = [
 4643 "anyhow",
 4644 "clap",
 4645 "client",
 4646 "clock",
 4647 "collections",
 4648 "env_logger 0.11.7",
 4649 "feature_flags",
 4650 "fs",
 4651 "gpui",
 4652 "http_client",
 4653 "language",
 4654 "languages",
 4655 "node_runtime",
 4656 "open_ai",
 4657 "project",
 4658 "reqwest_client",
 4659 "semantic_index",
 4660 "serde",
 4661 "serde_json",
 4662 "settings",
 4663 "smol",
 4664 "util",
 4665]
 4666
 4667[[package]]
 4668name = "event-listener"
 4669version = "2.5.3"
 4670source = "registry+https://github.com/rust-lang/crates.io-index"
 4671checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4672
 4673[[package]]
 4674name = "event-listener"
 4675version = "5.3.1"
 4676source = "registry+https://github.com/rust-lang/crates.io-index"
 4677checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4678dependencies = [
 4679 "concurrent-queue",
 4680 "parking",
 4681 "pin-project-lite",
 4682]
 4683
 4684[[package]]
 4685name = "event-listener-strategy"
 4686version = "0.5.3"
 4687source = "registry+https://github.com/rust-lang/crates.io-index"
 4688checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4689dependencies = [
 4690 "event-listener 5.3.1",
 4691 "pin-project-lite",
 4692]
 4693
 4694[[package]]
 4695name = "exec"
 4696version = "0.3.1"
 4697source = "registry+https://github.com/rust-lang/crates.io-index"
 4698checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4699dependencies = [
 4700 "errno 0.2.8",
 4701 "libc",
 4702]
 4703
 4704[[package]]
 4705name = "exr"
 4706version = "1.73.0"
 4707source = "registry+https://github.com/rust-lang/crates.io-index"
 4708checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4709dependencies = [
 4710 "bit_field",
 4711 "half",
 4712 "lebe",
 4713 "miniz_oxide",
 4714 "rayon-core",
 4715 "smallvec",
 4716 "zune-inflate",
 4717]
 4718
 4719[[package]]
 4720name = "extension"
 4721version = "0.1.0"
 4722dependencies = [
 4723 "anyhow",
 4724 "async-compression",
 4725 "async-tar",
 4726 "async-trait",
 4727 "collections",
 4728 "convert_case 0.8.0",
 4729 "fs",
 4730 "futures 0.3.31",
 4731 "gpui",
 4732 "http_client",
 4733 "language",
 4734 "log",
 4735 "lsp",
 4736 "parking_lot",
 4737 "semantic_version",
 4738 "serde",
 4739 "serde_json",
 4740 "toml 0.8.20",
 4741 "util",
 4742 "wasm-encoder 0.221.3",
 4743 "wasmparser 0.221.3",
 4744 "wit-component 0.221.3",
 4745]
 4746
 4747[[package]]
 4748name = "extension_cli"
 4749version = "0.1.0"
 4750dependencies = [
 4751 "anyhow",
 4752 "clap",
 4753 "env_logger 0.11.7",
 4754 "extension",
 4755 "fs",
 4756 "language",
 4757 "log",
 4758 "reqwest_client",
 4759 "rpc",
 4760 "serde",
 4761 "serde_json",
 4762 "theme",
 4763 "tokio",
 4764 "toml 0.8.20",
 4765 "tree-sitter",
 4766 "wasmtime",
 4767]
 4768
 4769[[package]]
 4770name = "extension_host"
 4771version = "0.1.0"
 4772dependencies = [
 4773 "anyhow",
 4774 "async-compression",
 4775 "async-tar",
 4776 "async-trait",
 4777 "client",
 4778 "collections",
 4779 "context_server_settings",
 4780 "ctor",
 4781 "env_logger 0.11.7",
 4782 "extension",
 4783 "fs",
 4784 "futures 0.3.31",
 4785 "gpui",
 4786 "http_client",
 4787 "language",
 4788 "language_extension",
 4789 "log",
 4790 "lsp",
 4791 "node_runtime",
 4792 "parking_lot",
 4793 "paths",
 4794 "project",
 4795 "release_channel",
 4796 "remote",
 4797 "reqwest_client",
 4798 "schemars",
 4799 "semantic_version",
 4800 "serde",
 4801 "serde_json",
 4802 "serde_json_lenient",
 4803 "settings",
 4804 "task",
 4805 "telemetry",
 4806 "tempfile",
 4807 "theme",
 4808 "theme_extension",
 4809 "toml 0.8.20",
 4810 "url",
 4811 "util",
 4812 "wasmparser 0.221.3",
 4813 "wasmtime",
 4814 "wasmtime-wasi",
 4815]
 4816
 4817[[package]]
 4818name = "extensions_ui"
 4819version = "0.1.0"
 4820dependencies = [
 4821 "anyhow",
 4822 "client",
 4823 "collections",
 4824 "db",
 4825 "editor",
 4826 "extension_host",
 4827 "fs",
 4828 "fuzzy",
 4829 "gpui",
 4830 "language",
 4831 "num-format",
 4832 "picker",
 4833 "project",
 4834 "release_channel",
 4835 "semantic_version",
 4836 "serde",
 4837 "settings",
 4838 "smallvec",
 4839 "strum",
 4840 "telemetry",
 4841 "theme",
 4842 "ui",
 4843 "util",
 4844 "vim_mode_setting",
 4845 "workspace",
 4846 "zed_actions",
 4847]
 4848
 4849[[package]]
 4850name = "fallible-iterator"
 4851version = "0.3.0"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4854
 4855[[package]]
 4856name = "fancy-regex"
 4857version = "0.13.0"
 4858source = "registry+https://github.com/rust-lang/crates.io-index"
 4859checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4860dependencies = [
 4861 "bit-set 0.5.3",
 4862 "regex-automata 0.4.9",
 4863 "regex-syntax 0.8.5",
 4864]
 4865
 4866[[package]]
 4867name = "fancy-regex"
 4868version = "0.14.0"
 4869source = "registry+https://github.com/rust-lang/crates.io-index"
 4870checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4871dependencies = [
 4872 "bit-set 0.8.0",
 4873 "regex-automata 0.4.9",
 4874 "regex-syntax 0.8.5",
 4875]
 4876
 4877[[package]]
 4878name = "fast-srgb8"
 4879version = "1.0.0"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4882
 4883[[package]]
 4884name = "fastrand"
 4885version = "1.9.0"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4888dependencies = [
 4889 "instant",
 4890]
 4891
 4892[[package]]
 4893name = "fastrand"
 4894version = "2.3.0"
 4895source = "registry+https://github.com/rust-lang/crates.io-index"
 4896checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4897
 4898[[package]]
 4899name = "fd-lock"
 4900version = "4.0.2"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4903dependencies = [
 4904 "cfg-if",
 4905 "rustix",
 4906 "windows-sys 0.52.0",
 4907]
 4908
 4909[[package]]
 4910name = "fdeflate"
 4911version = "0.3.7"
 4912source = "registry+https://github.com/rust-lang/crates.io-index"
 4913checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4914dependencies = [
 4915 "simd-adler32",
 4916]
 4917
 4918[[package]]
 4919name = "feature_flags"
 4920version = "0.1.0"
 4921dependencies = [
 4922 "futures 0.3.31",
 4923 "gpui",
 4924 "smol",
 4925]
 4926
 4927[[package]]
 4928name = "feedback"
 4929version = "0.1.0"
 4930dependencies = [
 4931 "client",
 4932 "editor",
 4933 "gpui",
 4934 "human_bytes",
 4935 "menu",
 4936 "release_channel",
 4937 "serde",
 4938 "sysinfo",
 4939 "ui",
 4940 "urlencoding",
 4941 "util",
 4942 "workspace",
 4943 "zed_actions",
 4944]
 4945
 4946[[package]]
 4947name = "ff"
 4948version = "0.12.1"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4951dependencies = [
 4952 "rand_core 0.6.4",
 4953 "subtle",
 4954]
 4955
 4956[[package]]
 4957name = "file_finder"
 4958version = "0.1.0"
 4959dependencies = [
 4960 "anyhow",
 4961 "collections",
 4962 "ctor",
 4963 "editor",
 4964 "env_logger 0.11.7",
 4965 "file_icons",
 4966 "futures 0.3.31",
 4967 "fuzzy",
 4968 "gpui",
 4969 "language",
 4970 "menu",
 4971 "picker",
 4972 "project",
 4973 "schemars",
 4974 "serde",
 4975 "serde_derive",
 4976 "serde_json",
 4977 "settings",
 4978 "text",
 4979 "theme",
 4980 "ui",
 4981 "util",
 4982 "workspace",
 4983]
 4984
 4985[[package]]
 4986name = "file_icons"
 4987version = "0.1.0"
 4988dependencies = [
 4989 "gpui",
 4990 "serde",
 4991 "settings",
 4992 "theme",
 4993 "util",
 4994]
 4995
 4996[[package]]
 4997name = "filedescriptor"
 4998version = "0.8.3"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5001dependencies = [
 5002 "libc",
 5003 "thiserror 1.0.69",
 5004 "winapi",
 5005]
 5006
 5007[[package]]
 5008name = "filetime"
 5009version = "0.2.25"
 5010source = "registry+https://github.com/rust-lang/crates.io-index"
 5011checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5012dependencies = [
 5013 "cfg-if",
 5014 "libc",
 5015 "libredox",
 5016 "windows-sys 0.59.0",
 5017]
 5018
 5019[[package]]
 5020name = "fixedbitset"
 5021version = "0.4.2"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5024
 5025[[package]]
 5026name = "flate2"
 5027version = "1.0.35"
 5028source = "registry+https://github.com/rust-lang/crates.io-index"
 5029checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5030dependencies = [
 5031 "crc32fast",
 5032 "miniz_oxide",
 5033]
 5034
 5035[[package]]
 5036name = "float-cmp"
 5037version = "0.9.0"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5040
 5041[[package]]
 5042name = "float-ord"
 5043version = "0.3.2"
 5044source = "registry+https://github.com/rust-lang/crates.io-index"
 5045checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5046
 5047[[package]]
 5048name = "float_next_after"
 5049version = "1.0.0"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5052
 5053[[package]]
 5054name = "flume"
 5055version = "0.11.1"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5058dependencies = [
 5059 "futures-core",
 5060 "futures-sink",
 5061 "nanorand",
 5062 "spin",
 5063]
 5064
 5065[[package]]
 5066name = "fnv"
 5067version = "1.0.7"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5070
 5071[[package]]
 5072name = "foldhash"
 5073version = "0.1.3"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5076
 5077[[package]]
 5078name = "font-kit"
 5079version = "0.14.1"
 5080source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5081dependencies = [
 5082 "bitflags 2.8.0",
 5083 "byteorder",
 5084 "core-foundation 0.9.4",
 5085 "core-graphics 0.23.2",
 5086 "core-text",
 5087 "dirs 5.0.1",
 5088 "dwrote",
 5089 "float-ord",
 5090 "freetype-sys",
 5091 "lazy_static",
 5092 "libc",
 5093 "log",
 5094 "pathfinder_geometry",
 5095 "pathfinder_simd",
 5096 "walkdir",
 5097 "winapi",
 5098 "yeslogic-fontconfig-sys",
 5099]
 5100
 5101[[package]]
 5102name = "font-types"
 5103version = "0.7.3"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5106dependencies = [
 5107 "bytemuck",
 5108]
 5109
 5110[[package]]
 5111name = "fontconfig-parser"
 5112version = "0.5.7"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5115dependencies = [
 5116 "roxmltree",
 5117]
 5118
 5119[[package]]
 5120name = "fontdb"
 5121version = "0.18.0"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5124dependencies = [
 5125 "fontconfig-parser",
 5126 "log",
 5127 "memmap2",
 5128 "slotmap",
 5129 "tinyvec",
 5130 "ttf-parser 0.21.1",
 5131]
 5132
 5133[[package]]
 5134name = "fontdb"
 5135version = "0.23.0"
 5136source = "registry+https://github.com/rust-lang/crates.io-index"
 5137checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5138dependencies = [
 5139 "fontconfig-parser",
 5140 "log",
 5141 "memmap2",
 5142 "slotmap",
 5143 "tinyvec",
 5144 "ttf-parser 0.25.1",
 5145]
 5146
 5147[[package]]
 5148name = "foreign-types"
 5149version = "0.3.2"
 5150source = "registry+https://github.com/rust-lang/crates.io-index"
 5151checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5152dependencies = [
 5153 "foreign-types-shared 0.1.1",
 5154]
 5155
 5156[[package]]
 5157name = "foreign-types"
 5158version = "0.5.0"
 5159source = "registry+https://github.com/rust-lang/crates.io-index"
 5160checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5161dependencies = [
 5162 "foreign-types-macros",
 5163 "foreign-types-shared 0.3.1",
 5164]
 5165
 5166[[package]]
 5167name = "foreign-types-macros"
 5168version = "0.2.3"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5171dependencies = [
 5172 "proc-macro2",
 5173 "quote",
 5174 "syn 2.0.100",
 5175]
 5176
 5177[[package]]
 5178name = "foreign-types-shared"
 5179version = "0.1.1"
 5180source = "registry+https://github.com/rust-lang/crates.io-index"
 5181checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5182
 5183[[package]]
 5184name = "foreign-types-shared"
 5185version = "0.3.1"
 5186source = "registry+https://github.com/rust-lang/crates.io-index"
 5187checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5188
 5189[[package]]
 5190name = "fork"
 5191version = "0.2.0"
 5192source = "registry+https://github.com/rust-lang/crates.io-index"
 5193checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5194dependencies = [
 5195 "libc",
 5196]
 5197
 5198[[package]]
 5199name = "form_urlencoded"
 5200version = "1.2.1"
 5201source = "registry+https://github.com/rust-lang/crates.io-index"
 5202checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5203dependencies = [
 5204 "percent-encoding",
 5205]
 5206
 5207[[package]]
 5208name = "freetype-sys"
 5209version = "0.20.1"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5212dependencies = [
 5213 "cc",
 5214 "libc",
 5215 "pkg-config",
 5216]
 5217
 5218[[package]]
 5219name = "fs"
 5220version = "0.1.0"
 5221dependencies = [
 5222 "anyhow",
 5223 "ashpd",
 5224 "async-tar",
 5225 "async-trait",
 5226 "cocoa 0.26.0",
 5227 "collections",
 5228 "fsevent",
 5229 "futures 0.3.31",
 5230 "git",
 5231 "gpui",
 5232 "ignore",
 5233 "libc",
 5234 "log",
 5235 "notify 6.1.1",
 5236 "objc",
 5237 "parking_lot",
 5238 "paths",
 5239 "proto",
 5240 "rope",
 5241 "serde",
 5242 "serde_json",
 5243 "smol",
 5244 "tempfile",
 5245 "text",
 5246 "time",
 5247 "util",
 5248 "windows 0.60.0",
 5249]
 5250
 5251[[package]]
 5252name = "fs-set-times"
 5253version = "0.20.2"
 5254source = "registry+https://github.com/rust-lang/crates.io-index"
 5255checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5256dependencies = [
 5257 "io-lifetimes",
 5258 "rustix",
 5259 "windows-sys 0.59.0",
 5260]
 5261
 5262[[package]]
 5263name = "fs2"
 5264version = "0.4.3"
 5265source = "registry+https://github.com/rust-lang/crates.io-index"
 5266checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5267dependencies = [
 5268 "libc",
 5269 "winapi",
 5270]
 5271
 5272[[package]]
 5273name = "fs_extra"
 5274version = "1.3.0"
 5275source = "registry+https://github.com/rust-lang/crates.io-index"
 5276checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5277
 5278[[package]]
 5279name = "fsevent"
 5280version = "0.1.0"
 5281dependencies = [
 5282 "bitflags 2.8.0",
 5283 "core-foundation 0.9.4",
 5284 "fsevent-sys 3.1.0",
 5285 "parking_lot",
 5286 "tempfile",
 5287]
 5288
 5289[[package]]
 5290name = "fsevent-sys"
 5291version = "3.1.0"
 5292source = "registry+https://github.com/rust-lang/crates.io-index"
 5293checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5294dependencies = [
 5295 "libc",
 5296]
 5297
 5298[[package]]
 5299name = "fsevent-sys"
 5300version = "4.1.0"
 5301source = "registry+https://github.com/rust-lang/crates.io-index"
 5302checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5303dependencies = [
 5304 "libc",
 5305]
 5306
 5307[[package]]
 5308name = "funty"
 5309version = "2.0.0"
 5310source = "registry+https://github.com/rust-lang/crates.io-index"
 5311checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5312
 5313[[package]]
 5314name = "futf"
 5315version = "0.1.5"
 5316source = "registry+https://github.com/rust-lang/crates.io-index"
 5317checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5318dependencies = [
 5319 "mac",
 5320 "new_debug_unreachable",
 5321]
 5322
 5323[[package]]
 5324name = "futures"
 5325version = "0.1.31"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5328
 5329[[package]]
 5330name = "futures"
 5331version = "0.3.31"
 5332source = "registry+https://github.com/rust-lang/crates.io-index"
 5333checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5334dependencies = [
 5335 "futures-channel",
 5336 "futures-core",
 5337 "futures-executor",
 5338 "futures-io",
 5339 "futures-sink",
 5340 "futures-task",
 5341 "futures-util",
 5342]
 5343
 5344[[package]]
 5345name = "futures-batch"
 5346version = "0.6.1"
 5347source = "registry+https://github.com/rust-lang/crates.io-index"
 5348checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5349dependencies = [
 5350 "futures 0.3.31",
 5351 "futures-timer",
 5352 "pin-utils",
 5353]
 5354
 5355[[package]]
 5356name = "futures-channel"
 5357version = "0.3.31"
 5358source = "registry+https://github.com/rust-lang/crates.io-index"
 5359checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5360dependencies = [
 5361 "futures-core",
 5362 "futures-sink",
 5363]
 5364
 5365[[package]]
 5366name = "futures-core"
 5367version = "0.3.31"
 5368source = "registry+https://github.com/rust-lang/crates.io-index"
 5369checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5370
 5371[[package]]
 5372name = "futures-executor"
 5373version = "0.3.31"
 5374source = "registry+https://github.com/rust-lang/crates.io-index"
 5375checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5376dependencies = [
 5377 "futures-core",
 5378 "futures-task",
 5379 "futures-util",
 5380]
 5381
 5382[[package]]
 5383name = "futures-intrusive"
 5384version = "0.5.0"
 5385source = "registry+https://github.com/rust-lang/crates.io-index"
 5386checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5387dependencies = [
 5388 "futures-core",
 5389 "lock_api",
 5390 "parking_lot",
 5391]
 5392
 5393[[package]]
 5394name = "futures-io"
 5395version = "0.3.31"
 5396source = "registry+https://github.com/rust-lang/crates.io-index"
 5397checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5398
 5399[[package]]
 5400name = "futures-lite"
 5401version = "1.13.0"
 5402source = "registry+https://github.com/rust-lang/crates.io-index"
 5403checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5404dependencies = [
 5405 "fastrand 1.9.0",
 5406 "futures-core",
 5407 "futures-io",
 5408 "memchr",
 5409 "parking",
 5410 "pin-project-lite",
 5411 "waker-fn",
 5412]
 5413
 5414[[package]]
 5415name = "futures-lite"
 5416version = "2.6.0"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5419dependencies = [
 5420 "fastrand 2.3.0",
 5421 "futures-core",
 5422 "futures-io",
 5423 "parking",
 5424 "pin-project-lite",
 5425]
 5426
 5427[[package]]
 5428name = "futures-macro"
 5429version = "0.3.31"
 5430source = "registry+https://github.com/rust-lang/crates.io-index"
 5431checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5432dependencies = [
 5433 "proc-macro2",
 5434 "quote",
 5435 "syn 2.0.100",
 5436]
 5437
 5438[[package]]
 5439name = "futures-sink"
 5440version = "0.3.31"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5443
 5444[[package]]
 5445name = "futures-task"
 5446version = "0.3.31"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5449
 5450[[package]]
 5451name = "futures-timer"
 5452version = "3.0.3"
 5453source = "registry+https://github.com/rust-lang/crates.io-index"
 5454checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5455
 5456[[package]]
 5457name = "futures-util"
 5458version = "0.3.31"
 5459source = "registry+https://github.com/rust-lang/crates.io-index"
 5460checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5461dependencies = [
 5462 "futures 0.1.31",
 5463 "futures-channel",
 5464 "futures-core",
 5465 "futures-io",
 5466 "futures-macro",
 5467 "futures-sink",
 5468 "futures-task",
 5469 "memchr",
 5470 "pin-project-lite",
 5471 "pin-utils",
 5472 "slab",
 5473 "tokio-io",
 5474]
 5475
 5476[[package]]
 5477name = "fuzzy"
 5478version = "0.1.0"
 5479dependencies = [
 5480 "gpui",
 5481 "log",
 5482 "util",
 5483]
 5484
 5485[[package]]
 5486name = "fuzzy-matcher"
 5487version = "0.3.7"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5490dependencies = [
 5491 "thread_local",
 5492]
 5493
 5494[[package]]
 5495name = "generic-array"
 5496version = "0.14.7"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5499dependencies = [
 5500 "typenum",
 5501 "version_check",
 5502]
 5503
 5504[[package]]
 5505name = "gethostname"
 5506version = "0.4.3"
 5507source = "registry+https://github.com/rust-lang/crates.io-index"
 5508checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5509dependencies = [
 5510 "libc",
 5511 "windows-targets 0.48.5",
 5512]
 5513
 5514[[package]]
 5515name = "getrandom"
 5516version = "0.1.16"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5519dependencies = [
 5520 "cfg-if",
 5521 "libc",
 5522 "wasi 0.9.0+wasi-snapshot-preview1",
 5523]
 5524
 5525[[package]]
 5526name = "getrandom"
 5527version = "0.2.15"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5530dependencies = [
 5531 "cfg-if",
 5532 "js-sys",
 5533 "libc",
 5534 "wasi 0.11.0+wasi-snapshot-preview1",
 5535 "wasm-bindgen",
 5536]
 5537
 5538[[package]]
 5539name = "getrandom"
 5540version = "0.3.1"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5543dependencies = [
 5544 "cfg-if",
 5545 "libc",
 5546 "wasi 0.13.3+wasi-0.2.2",
 5547 "windows-targets 0.52.6",
 5548]
 5549
 5550[[package]]
 5551name = "gif"
 5552version = "0.13.1"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5555dependencies = [
 5556 "color_quant",
 5557 "weezl",
 5558]
 5559
 5560[[package]]
 5561name = "gimli"
 5562version = "0.31.1"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5565dependencies = [
 5566 "fallible-iterator",
 5567 "indexmap",
 5568 "stable_deref_trait",
 5569]
 5570
 5571[[package]]
 5572name = "git"
 5573version = "0.1.0"
 5574dependencies = [
 5575 "anyhow",
 5576 "askpass",
 5577 "async-trait",
 5578 "collections",
 5579 "derive_more",
 5580 "futures 0.3.31",
 5581 "git2",
 5582 "gpui",
 5583 "http_client",
 5584 "log",
 5585 "parking_lot",
 5586 "pretty_assertions",
 5587 "regex",
 5588 "rope",
 5589 "schemars",
 5590 "serde",
 5591 "serde_json",
 5592 "smol",
 5593 "sum_tree",
 5594 "tempfile",
 5595 "text",
 5596 "time",
 5597 "unindent",
 5598 "url",
 5599 "util",
 5600 "uuid",
 5601]
 5602
 5603[[package]]
 5604name = "git2"
 5605version = "0.20.1"
 5606source = "registry+https://github.com/rust-lang/crates.io-index"
 5607checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5608dependencies = [
 5609 "bitflags 2.8.0",
 5610 "libc",
 5611 "libgit2-sys",
 5612 "log",
 5613 "url",
 5614]
 5615
 5616[[package]]
 5617name = "git_hosting_providers"
 5618version = "0.1.0"
 5619dependencies = [
 5620 "anyhow",
 5621 "async-trait",
 5622 "futures 0.3.31",
 5623 "git",
 5624 "gpui",
 5625 "http_client",
 5626 "indoc",
 5627 "pretty_assertions",
 5628 "regex",
 5629 "schemars",
 5630 "serde",
 5631 "serde_json",
 5632 "settings",
 5633 "url",
 5634 "util",
 5635]
 5636
 5637[[package]]
 5638name = "git_ui"
 5639version = "0.1.0"
 5640dependencies = [
 5641 "anyhow",
 5642 "askpass",
 5643 "assistant_settings",
 5644 "buffer_diff",
 5645 "chrono",
 5646 "collections",
 5647 "command_palette_hooks",
 5648 "component",
 5649 "ctor",
 5650 "db",
 5651 "editor",
 5652 "env_logger 0.11.7",
 5653 "futures 0.3.31",
 5654 "fuzzy",
 5655 "git",
 5656 "gpui",
 5657 "itertools 0.14.0",
 5658 "language",
 5659 "language_model",
 5660 "linkify",
 5661 "linkme",
 5662 "log",
 5663 "menu",
 5664 "multi_buffer",
 5665 "notifications",
 5666 "panel",
 5667 "picker",
 5668 "postage",
 5669 "pretty_assertions",
 5670 "project",
 5671 "schemars",
 5672 "serde",
 5673 "serde_derive",
 5674 "serde_json",
 5675 "settings",
 5676 "strum",
 5677 "telemetry",
 5678 "theme",
 5679 "time",
 5680 "time_format",
 5681 "ui",
 5682 "unindent",
 5683 "util",
 5684 "windows 0.60.0",
 5685 "workspace",
 5686 "zed_actions",
 5687]
 5688
 5689[[package]]
 5690name = "glob"
 5691version = "0.3.1"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5694
 5695[[package]]
 5696name = "globset"
 5697version = "0.4.16"
 5698source = "registry+https://github.com/rust-lang/crates.io-index"
 5699checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5700dependencies = [
 5701 "aho-corasick",
 5702 "bstr",
 5703 "log",
 5704 "regex-automata 0.4.9",
 5705 "regex-syntax 0.8.5",
 5706]
 5707
 5708[[package]]
 5709name = "gloo-timers"
 5710version = "0.3.0"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5713dependencies = [
 5714 "futures-channel",
 5715 "futures-core",
 5716 "js-sys",
 5717 "wasm-bindgen",
 5718]
 5719
 5720[[package]]
 5721name = "glow"
 5722version = "0.14.2"
 5723source = "registry+https://github.com/rust-lang/crates.io-index"
 5724checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5725dependencies = [
 5726 "js-sys",
 5727 "slotmap",
 5728 "wasm-bindgen",
 5729 "web-sys",
 5730]
 5731
 5732[[package]]
 5733name = "go_to_line"
 5734version = "0.1.0"
 5735dependencies = [
 5736 "anyhow",
 5737 "editor",
 5738 "gpui",
 5739 "indoc",
 5740 "language",
 5741 "menu",
 5742 "project",
 5743 "rope",
 5744 "schemars",
 5745 "serde",
 5746 "serde_json",
 5747 "settings",
 5748 "text",
 5749 "theme",
 5750 "tree-sitter-rust",
 5751 "tree-sitter-typescript",
 5752 "ui",
 5753 "util",
 5754 "workspace",
 5755]
 5756
 5757[[package]]
 5758name = "google_ai"
 5759version = "0.1.0"
 5760dependencies = [
 5761 "anyhow",
 5762 "futures 0.3.31",
 5763 "http_client",
 5764 "schemars",
 5765 "serde",
 5766 "serde_json",
 5767 "strum",
 5768]
 5769
 5770[[package]]
 5771name = "gpu-alloc"
 5772version = "0.6.0"
 5773source = "registry+https://github.com/rust-lang/crates.io-index"
 5774checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5775dependencies = [
 5776 "bitflags 2.8.0",
 5777 "gpu-alloc-types",
 5778]
 5779
 5780[[package]]
 5781name = "gpu-alloc-ash"
 5782version = "0.7.0"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5785dependencies = [
 5786 "ash",
 5787 "gpu-alloc-types",
 5788 "tinyvec",
 5789]
 5790
 5791[[package]]
 5792name = "gpu-alloc-types"
 5793version = "0.3.0"
 5794source = "registry+https://github.com/rust-lang/crates.io-index"
 5795checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5796dependencies = [
 5797 "bitflags 2.8.0",
 5798]
 5799
 5800[[package]]
 5801name = "gpui"
 5802version = "0.1.0"
 5803dependencies = [
 5804 "anyhow",
 5805 "as-raw-xcb-connection",
 5806 "ashpd",
 5807 "async-task",
 5808 "backtrace",
 5809 "bindgen 0.70.1",
 5810 "blade-graphics",
 5811 "blade-macros",
 5812 "blade-util",
 5813 "block",
 5814 "bytemuck",
 5815 "calloop",
 5816 "calloop-wayland-source",
 5817 "cbindgen 0.28.0",
 5818 "cocoa 0.26.0",
 5819 "collections",
 5820 "core-foundation 0.9.4",
 5821 "core-foundation-sys",
 5822 "core-graphics 0.23.2",
 5823 "core-text",
 5824 "cosmic-text",
 5825 "ctor",
 5826 "derive_more",
 5827 "embed-resource",
 5828 "env_logger 0.11.7",
 5829 "etagere",
 5830 "filedescriptor",
 5831 "flume",
 5832 "font-kit",
 5833 "foreign-types 0.5.0",
 5834 "futures 0.3.31",
 5835 "gpui_macros",
 5836 "http_client",
 5837 "image",
 5838 "inventory",
 5839 "itertools 0.14.0",
 5840 "log",
 5841 "lyon",
 5842 "media",
 5843 "metal",
 5844 "naga",
 5845 "num_cpus",
 5846 "objc",
 5847 "objc2",
 5848 "objc2-metal",
 5849 "oo7",
 5850 "open",
 5851 "parking",
 5852 "parking_lot",
 5853 "pathfinder_geometry",
 5854 "postage",
 5855 "profiling",
 5856 "rand 0.8.5",
 5857 "raw-window-handle",
 5858 "refineable",
 5859 "reqwest_client",
 5860 "resvg",
 5861 "schemars",
 5862 "seahash",
 5863 "semantic_version",
 5864 "serde",
 5865 "serde_derive",
 5866 "serde_json",
 5867 "slotmap",
 5868 "smallvec",
 5869 "smol",
 5870 "strum",
 5871 "sum_tree",
 5872 "taffy",
 5873 "thiserror 2.0.12",
 5874 "unicode-segmentation",
 5875 "usvg",
 5876 "util",
 5877 "uuid",
 5878 "waker-fn",
 5879 "wayland-backend",
 5880 "wayland-client",
 5881 "wayland-cursor",
 5882 "wayland-protocols",
 5883 "wayland-protocols-plasma",
 5884 "windows 0.60.0",
 5885 "windows-core 0.60.1",
 5886 "x11-clipboard",
 5887 "x11rb",
 5888 "xim",
 5889 "xkbcommon",
 5890]
 5891
 5892[[package]]
 5893name = "gpui_macros"
 5894version = "0.1.0"
 5895dependencies = [
 5896 "gpui",
 5897 "proc-macro2",
 5898 "quote",
 5899 "syn 1.0.109",
 5900]
 5901
 5902[[package]]
 5903name = "gpui_tokio"
 5904version = "0.1.0"
 5905dependencies = [
 5906 "gpui",
 5907 "tokio",
 5908 "util",
 5909]
 5910
 5911[[package]]
 5912name = "grid"
 5913version = "0.13.0"
 5914source = "registry+https://github.com/rust-lang/crates.io-index"
 5915checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5916
 5917[[package]]
 5918name = "group"
 5919version = "0.12.1"
 5920source = "registry+https://github.com/rust-lang/crates.io-index"
 5921checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5922dependencies = [
 5923 "ff",
 5924 "rand_core 0.6.4",
 5925 "subtle",
 5926]
 5927
 5928[[package]]
 5929name = "h2"
 5930version = "0.3.26"
 5931source = "registry+https://github.com/rust-lang/crates.io-index"
 5932checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5933dependencies = [
 5934 "bytes 1.10.1",
 5935 "fnv",
 5936 "futures-core",
 5937 "futures-sink",
 5938 "futures-util",
 5939 "http 0.2.12",
 5940 "indexmap",
 5941 "slab",
 5942 "tokio",
 5943 "tokio-util",
 5944 "tracing",
 5945]
 5946
 5947[[package]]
 5948name = "h2"
 5949version = "0.4.7"
 5950source = "registry+https://github.com/rust-lang/crates.io-index"
 5951checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5952dependencies = [
 5953 "atomic-waker",
 5954 "bytes 1.10.1",
 5955 "fnv",
 5956 "futures-core",
 5957 "futures-sink",
 5958 "http 1.2.0",
 5959 "indexmap",
 5960 "slab",
 5961 "tokio",
 5962 "tokio-util",
 5963 "tracing",
 5964]
 5965
 5966[[package]]
 5967name = "half"
 5968version = "2.4.1"
 5969source = "registry+https://github.com/rust-lang/crates.io-index"
 5970checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5971dependencies = [
 5972 "cfg-if",
 5973 "crunchy",
 5974]
 5975
 5976[[package]]
 5977name = "handlebars"
 5978version = "4.5.0"
 5979source = "registry+https://github.com/rust-lang/crates.io-index"
 5980checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5981dependencies = [
 5982 "log",
 5983 "pest",
 5984 "pest_derive",
 5985 "serde",
 5986 "serde_json",
 5987 "thiserror 1.0.69",
 5988]
 5989
 5990[[package]]
 5991name = "handlebars"
 5992version = "6.2.0"
 5993source = "registry+https://github.com/rust-lang/crates.io-index"
 5994checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5995dependencies = [
 5996 "log",
 5997 "num-order",
 5998 "pest",
 5999 "pest_derive",
 6000 "serde",
 6001 "serde_json",
 6002 "thiserror 1.0.69",
 6003]
 6004
 6005[[package]]
 6006name = "hashbrown"
 6007version = "0.12.3"
 6008source = "registry+https://github.com/rust-lang/crates.io-index"
 6009checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6010dependencies = [
 6011 "ahash 0.7.8",
 6012]
 6013
 6014[[package]]
 6015name = "hashbrown"
 6016version = "0.14.5"
 6017source = "registry+https://github.com/rust-lang/crates.io-index"
 6018checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6019dependencies = [
 6020 "ahash 0.8.11",
 6021 "allocator-api2",
 6022]
 6023
 6024[[package]]
 6025name = "hashbrown"
 6026version = "0.15.2"
 6027source = "registry+https://github.com/rust-lang/crates.io-index"
 6028checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6029dependencies = [
 6030 "allocator-api2",
 6031 "equivalent",
 6032 "foldhash",
 6033 "serde",
 6034]
 6035
 6036[[package]]
 6037name = "hashlink"
 6038version = "0.8.4"
 6039source = "registry+https://github.com/rust-lang/crates.io-index"
 6040checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6041dependencies = [
 6042 "hashbrown 0.14.5",
 6043]
 6044
 6045[[package]]
 6046name = "hashlink"
 6047version = "0.10.0"
 6048source = "registry+https://github.com/rust-lang/crates.io-index"
 6049checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6050dependencies = [
 6051 "hashbrown 0.15.2",
 6052]
 6053
 6054[[package]]
 6055name = "headers"
 6056version = "0.3.9"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6059dependencies = [
 6060 "base64 0.21.7",
 6061 "bytes 1.10.1",
 6062 "headers-core",
 6063 "http 0.2.12",
 6064 "httpdate",
 6065 "mime",
 6066 "sha1",
 6067]
 6068
 6069[[package]]
 6070name = "headers-core"
 6071version = "0.2.0"
 6072source = "registry+https://github.com/rust-lang/crates.io-index"
 6073checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6074dependencies = [
 6075 "http 0.2.12",
 6076]
 6077
 6078[[package]]
 6079name = "heck"
 6080version = "0.3.3"
 6081source = "registry+https://github.com/rust-lang/crates.io-index"
 6082checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6083dependencies = [
 6084 "unicode-segmentation",
 6085]
 6086
 6087[[package]]
 6088name = "heck"
 6089version = "0.4.1"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6092dependencies = [
 6093 "unicode-segmentation",
 6094]
 6095
 6096[[package]]
 6097name = "heck"
 6098version = "0.5.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6101
 6102[[package]]
 6103name = "heed"
 6104version = "0.21.0"
 6105source = "registry+https://github.com/rust-lang/crates.io-index"
 6106checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6107dependencies = [
 6108 "bitflags 2.8.0",
 6109 "byteorder",
 6110 "heed-traits",
 6111 "heed-types",
 6112 "libc",
 6113 "lmdb-master-sys",
 6114 "once_cell",
 6115 "page_size",
 6116 "serde",
 6117 "synchronoise",
 6118 "url",
 6119]
 6120
 6121[[package]]
 6122name = "heed-traits"
 6123version = "0.20.0"
 6124source = "registry+https://github.com/rust-lang/crates.io-index"
 6125checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6126
 6127[[package]]
 6128name = "heed-types"
 6129version = "0.21.0"
 6130source = "registry+https://github.com/rust-lang/crates.io-index"
 6131checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6132dependencies = [
 6133 "bincode",
 6134 "byteorder",
 6135 "heed-traits",
 6136 "serde",
 6137 "serde_json",
 6138]
 6139
 6140[[package]]
 6141name = "hermit-abi"
 6142version = "0.3.9"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6145
 6146[[package]]
 6147name = "hermit-abi"
 6148version = "0.4.0"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6151
 6152[[package]]
 6153name = "hex"
 6154version = "0.4.3"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6157
 6158[[package]]
 6159name = "hexf-parse"
 6160version = "0.2.1"
 6161source = "registry+https://github.com/rust-lang/crates.io-index"
 6162checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6163
 6164[[package]]
 6165name = "hidden-trait"
 6166version = "0.1.2"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6169dependencies = [
 6170 "proc-macro2",
 6171 "quote",
 6172 "syn 1.0.109",
 6173]
 6174
 6175[[package]]
 6176name = "hkdf"
 6177version = "0.12.4"
 6178source = "registry+https://github.com/rust-lang/crates.io-index"
 6179checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6180dependencies = [
 6181 "hmac",
 6182]
 6183
 6184[[package]]
 6185name = "hmac"
 6186version = "0.12.1"
 6187source = "registry+https://github.com/rust-lang/crates.io-index"
 6188checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6189dependencies = [
 6190 "digest",
 6191]
 6192
 6193[[package]]
 6194name = "home"
 6195version = "0.5.9"
 6196source = "registry+https://github.com/rust-lang/crates.io-index"
 6197checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6198dependencies = [
 6199 "windows-sys 0.52.0",
 6200]
 6201
 6202[[package]]
 6203name = "hound"
 6204version = "3.5.1"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6207
 6208[[package]]
 6209name = "html5ever"
 6210version = "0.27.0"
 6211source = "registry+https://github.com/rust-lang/crates.io-index"
 6212checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6213dependencies = [
 6214 "log",
 6215 "mac",
 6216 "markup5ever",
 6217 "proc-macro2",
 6218 "quote",
 6219 "syn 2.0.100",
 6220]
 6221
 6222[[package]]
 6223name = "html_to_markdown"
 6224version = "0.1.0"
 6225dependencies = [
 6226 "anyhow",
 6227 "html5ever",
 6228 "indoc",
 6229 "markup5ever_rcdom",
 6230 "pretty_assertions",
 6231 "regex",
 6232]
 6233
 6234[[package]]
 6235name = "http"
 6236version = "0.2.12"
 6237source = "registry+https://github.com/rust-lang/crates.io-index"
 6238checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6239dependencies = [
 6240 "bytes 1.10.1",
 6241 "fnv",
 6242 "itoa",
 6243]
 6244
 6245[[package]]
 6246name = "http"
 6247version = "1.2.0"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6250dependencies = [
 6251 "bytes 1.10.1",
 6252 "fnv",
 6253 "itoa",
 6254]
 6255
 6256[[package]]
 6257name = "http-body"
 6258version = "0.4.6"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6261dependencies = [
 6262 "bytes 1.10.1",
 6263 "http 0.2.12",
 6264 "pin-project-lite",
 6265]
 6266
 6267[[package]]
 6268name = "http-body"
 6269version = "1.0.1"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6272dependencies = [
 6273 "bytes 1.10.1",
 6274 "http 1.2.0",
 6275]
 6276
 6277[[package]]
 6278name = "http-body-util"
 6279version = "0.1.2"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6282dependencies = [
 6283 "bytes 1.10.1",
 6284 "futures-util",
 6285 "http 1.2.0",
 6286 "http-body 1.0.1",
 6287 "pin-project-lite",
 6288]
 6289
 6290[[package]]
 6291name = "http-range-header"
 6292version = "0.3.1"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6295
 6296[[package]]
 6297name = "http-types"
 6298version = "2.12.0"
 6299source = "registry+https://github.com/rust-lang/crates.io-index"
 6300checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6301dependencies = [
 6302 "anyhow",
 6303 "async-channel 1.9.0",
 6304 "base64 0.13.1",
 6305 "futures-lite 1.13.0",
 6306 "http 0.2.12",
 6307 "infer",
 6308 "pin-project-lite",
 6309 "rand 0.7.3",
 6310 "serde",
 6311 "serde_json",
 6312 "serde_qs 0.8.5",
 6313 "serde_urlencoded",
 6314 "url",
 6315]
 6316
 6317[[package]]
 6318name = "http_client"
 6319version = "0.1.0"
 6320dependencies = [
 6321 "anyhow",
 6322 "bytes 1.10.1",
 6323 "derive_more",
 6324 "futures 0.3.31",
 6325 "http 1.2.0",
 6326 "log",
 6327 "serde",
 6328 "serde_json",
 6329 "url",
 6330]
 6331
 6332[[package]]
 6333name = "http_client_tls"
 6334version = "0.1.0"
 6335dependencies = [
 6336 "rustls 0.23.25",
 6337 "rustls-platform-verifier",
 6338]
 6339
 6340[[package]]
 6341name = "httparse"
 6342version = "1.9.5"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6345
 6346[[package]]
 6347name = "httpdate"
 6348version = "1.0.3"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6351
 6352[[package]]
 6353name = "human_bytes"
 6354version = "0.4.3"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6357
 6358[[package]]
 6359name = "humantime"
 6360version = "2.1.0"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6363
 6364[[package]]
 6365name = "hyper"
 6366version = "0.14.32"
 6367source = "registry+https://github.com/rust-lang/crates.io-index"
 6368checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6369dependencies = [
 6370 "bytes 1.10.1",
 6371 "futures-channel",
 6372 "futures-core",
 6373 "futures-util",
 6374 "h2 0.3.26",
 6375 "http 0.2.12",
 6376 "http-body 0.4.6",
 6377 "httparse",
 6378 "httpdate",
 6379 "itoa",
 6380 "pin-project-lite",
 6381 "socket2",
 6382 "tokio",
 6383 "tower-service",
 6384 "tracing",
 6385 "want",
 6386]
 6387
 6388[[package]]
 6389name = "hyper"
 6390version = "1.5.1"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6393dependencies = [
 6394 "bytes 1.10.1",
 6395 "futures-channel",
 6396 "futures-util",
 6397 "h2 0.4.7",
 6398 "http 1.2.0",
 6399 "http-body 1.0.1",
 6400 "httparse",
 6401 "itoa",
 6402 "pin-project-lite",
 6403 "smallvec",
 6404 "tokio",
 6405 "want",
 6406]
 6407
 6408[[package]]
 6409name = "hyper-rustls"
 6410version = "0.24.2"
 6411source = "registry+https://github.com/rust-lang/crates.io-index"
 6412checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6413dependencies = [
 6414 "futures-util",
 6415 "http 0.2.12",
 6416 "hyper 0.14.32",
 6417 "log",
 6418 "rustls 0.21.12",
 6419 "rustls-native-certs 0.6.3",
 6420 "tokio",
 6421 "tokio-rustls 0.24.1",
 6422]
 6423
 6424[[package]]
 6425name = "hyper-rustls"
 6426version = "0.27.3"
 6427source = "registry+https://github.com/rust-lang/crates.io-index"
 6428checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6429dependencies = [
 6430 "futures-util",
 6431 "http 1.2.0",
 6432 "hyper 1.5.1",
 6433 "hyper-util",
 6434 "rustls 0.23.25",
 6435 "rustls-native-certs 0.8.1",
 6436 "rustls-pki-types",
 6437 "tokio",
 6438 "tokio-rustls 0.26.1",
 6439 "tower-service",
 6440]
 6441
 6442[[package]]
 6443name = "hyper-tls"
 6444version = "0.5.0"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6447dependencies = [
 6448 "bytes 1.10.1",
 6449 "hyper 0.14.32",
 6450 "native-tls",
 6451 "tokio",
 6452 "tokio-native-tls",
 6453]
 6454
 6455[[package]]
 6456name = "hyper-util"
 6457version = "0.1.10"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6460dependencies = [
 6461 "bytes 1.10.1",
 6462 "futures-channel",
 6463 "futures-util",
 6464 "http 1.2.0",
 6465 "http-body 1.0.1",
 6466 "hyper 1.5.1",
 6467 "pin-project-lite",
 6468 "socket2",
 6469 "tokio",
 6470 "tower-service",
 6471 "tracing",
 6472]
 6473
 6474[[package]]
 6475name = "iana-time-zone"
 6476version = "0.1.61"
 6477source = "registry+https://github.com/rust-lang/crates.io-index"
 6478checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6479dependencies = [
 6480 "android_system_properties",
 6481 "core-foundation-sys",
 6482 "iana-time-zone-haiku",
 6483 "js-sys",
 6484 "wasm-bindgen",
 6485 "windows-core 0.52.0",
 6486]
 6487
 6488[[package]]
 6489name = "iana-time-zone-haiku"
 6490version = "0.1.2"
 6491source = "registry+https://github.com/rust-lang/crates.io-index"
 6492checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6493dependencies = [
 6494 "cc",
 6495]
 6496
 6497[[package]]
 6498name = "icu_collections"
 6499version = "1.5.0"
 6500source = "registry+https://github.com/rust-lang/crates.io-index"
 6501checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6502dependencies = [
 6503 "displaydoc",
 6504 "yoke",
 6505 "zerofrom",
 6506 "zerovec",
 6507]
 6508
 6509[[package]]
 6510name = "icu_locid"
 6511version = "1.5.0"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6514dependencies = [
 6515 "displaydoc",
 6516 "litemap",
 6517 "tinystr",
 6518 "writeable",
 6519 "zerovec",
 6520]
 6521
 6522[[package]]
 6523name = "icu_locid_transform"
 6524version = "1.5.0"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6527dependencies = [
 6528 "displaydoc",
 6529 "icu_locid",
 6530 "icu_locid_transform_data",
 6531 "icu_provider",
 6532 "tinystr",
 6533 "zerovec",
 6534]
 6535
 6536[[package]]
 6537name = "icu_locid_transform_data"
 6538version = "1.5.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6541
 6542[[package]]
 6543name = "icu_normalizer"
 6544version = "1.5.0"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6547dependencies = [
 6548 "displaydoc",
 6549 "icu_collections",
 6550 "icu_normalizer_data",
 6551 "icu_properties",
 6552 "icu_provider",
 6553 "smallvec",
 6554 "utf16_iter",
 6555 "utf8_iter",
 6556 "write16",
 6557 "zerovec",
 6558]
 6559
 6560[[package]]
 6561name = "icu_normalizer_data"
 6562version = "1.5.0"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6565
 6566[[package]]
 6567name = "icu_properties"
 6568version = "1.5.1"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6571dependencies = [
 6572 "displaydoc",
 6573 "icu_collections",
 6574 "icu_locid_transform",
 6575 "icu_properties_data",
 6576 "icu_provider",
 6577 "tinystr",
 6578 "zerovec",
 6579]
 6580
 6581[[package]]
 6582name = "icu_properties_data"
 6583version = "1.5.0"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6586
 6587[[package]]
 6588name = "icu_provider"
 6589version = "1.5.0"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6592dependencies = [
 6593 "displaydoc",
 6594 "icu_locid",
 6595 "icu_provider_macros",
 6596 "stable_deref_trait",
 6597 "tinystr",
 6598 "writeable",
 6599 "yoke",
 6600 "zerofrom",
 6601 "zerovec",
 6602]
 6603
 6604[[package]]
 6605name = "icu_provider_macros"
 6606version = "1.5.0"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6609dependencies = [
 6610 "proc-macro2",
 6611 "quote",
 6612 "syn 2.0.100",
 6613]
 6614
 6615[[package]]
 6616name = "id-arena"
 6617version = "2.2.1"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6620
 6621[[package]]
 6622name = "idna"
 6623version = "1.0.3"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6626dependencies = [
 6627 "idna_adapter",
 6628 "smallvec",
 6629 "utf8_iter",
 6630]
 6631
 6632[[package]]
 6633name = "idna_adapter"
 6634version = "1.2.0"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6637dependencies = [
 6638 "icu_normalizer",
 6639 "icu_properties",
 6640]
 6641
 6642[[package]]
 6643name = "ignore"
 6644version = "0.4.23"
 6645source = "registry+https://github.com/rust-lang/crates.io-index"
 6646checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6647dependencies = [
 6648 "crossbeam-deque",
 6649 "globset",
 6650 "log",
 6651 "memchr",
 6652 "regex-automata 0.4.9",
 6653 "same-file",
 6654 "walkdir",
 6655 "winapi-util",
 6656]
 6657
 6658[[package]]
 6659name = "image"
 6660version = "0.25.5"
 6661source = "registry+https://github.com/rust-lang/crates.io-index"
 6662checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6663dependencies = [
 6664 "bytemuck",
 6665 "byteorder-lite",
 6666 "color_quant",
 6667 "exr",
 6668 "gif",
 6669 "image-webp",
 6670 "num-traits",
 6671 "png",
 6672 "qoi",
 6673 "ravif",
 6674 "rayon",
 6675 "rgb",
 6676 "tiff",
 6677 "zune-core",
 6678 "zune-jpeg",
 6679]
 6680
 6681[[package]]
 6682name = "image-webp"
 6683version = "0.2.0"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6686dependencies = [
 6687 "byteorder-lite",
 6688 "quick-error",
 6689]
 6690
 6691[[package]]
 6692name = "image_viewer"
 6693version = "0.1.0"
 6694dependencies = [
 6695 "anyhow",
 6696 "db",
 6697 "editor",
 6698 "file_icons",
 6699 "gpui",
 6700 "project",
 6701 "schemars",
 6702 "serde",
 6703 "settings",
 6704 "theme",
 6705 "ui",
 6706 "util",
 6707 "workspace",
 6708]
 6709
 6710[[package]]
 6711name = "imagesize"
 6712version = "0.13.0"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6715
 6716[[package]]
 6717name = "imara-diff"
 6718version = "0.1.8"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6721dependencies = [
 6722 "hashbrown 0.15.2",
 6723]
 6724
 6725[[package]]
 6726name = "imgref"
 6727version = "1.11.0"
 6728source = "registry+https://github.com/rust-lang/crates.io-index"
 6729checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6730
 6731[[package]]
 6732name = "indexed_docs"
 6733version = "0.1.0"
 6734dependencies = [
 6735 "anyhow",
 6736 "async-trait",
 6737 "cargo_metadata",
 6738 "collections",
 6739 "derive_more",
 6740 "extension",
 6741 "fs",
 6742 "futures 0.3.31",
 6743 "fuzzy",
 6744 "gpui",
 6745 "heed",
 6746 "html_to_markdown",
 6747 "http_client",
 6748 "indexmap",
 6749 "indoc",
 6750 "parking_lot",
 6751 "paths",
 6752 "pretty_assertions",
 6753 "serde",
 6754 "strum",
 6755 "util",
 6756]
 6757
 6758[[package]]
 6759name = "indexmap"
 6760version = "2.7.1"
 6761source = "registry+https://github.com/rust-lang/crates.io-index"
 6762checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6763dependencies = [
 6764 "equivalent",
 6765 "hashbrown 0.15.2",
 6766 "serde",
 6767]
 6768
 6769[[package]]
 6770name = "indoc"
 6771version = "2.0.6"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6774
 6775[[package]]
 6776name = "infer"
 6777version = "0.2.3"
 6778source = "registry+https://github.com/rust-lang/crates.io-index"
 6779checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6780
 6781[[package]]
 6782name = "inherent"
 6783version = "1.0.11"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6786dependencies = [
 6787 "proc-macro2",
 6788 "quote",
 6789 "syn 2.0.100",
 6790]
 6791
 6792[[package]]
 6793name = "inline_completion"
 6794version = "0.1.0"
 6795dependencies = [
 6796 "gpui",
 6797 "language",
 6798 "project",
 6799]
 6800
 6801[[package]]
 6802name = "inline_completion_button"
 6803version = "0.1.0"
 6804dependencies = [
 6805 "anyhow",
 6806 "client",
 6807 "copilot",
 6808 "editor",
 6809 "feature_flags",
 6810 "fs",
 6811 "futures 0.3.31",
 6812 "gpui",
 6813 "indoc",
 6814 "inline_completion",
 6815 "language",
 6816 "lsp",
 6817 "paths",
 6818 "project",
 6819 "regex",
 6820 "serde_json",
 6821 "settings",
 6822 "supermaven",
 6823 "telemetry",
 6824 "theme",
 6825 "ui",
 6826 "workspace",
 6827 "zed_actions",
 6828 "zeta",
 6829]
 6830
 6831[[package]]
 6832name = "inotify"
 6833version = "0.9.6"
 6834source = "registry+https://github.com/rust-lang/crates.io-index"
 6835checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6836dependencies = [
 6837 "bitflags 1.3.2",
 6838 "inotify-sys",
 6839 "libc",
 6840]
 6841
 6842[[package]]
 6843name = "inotify"
 6844version = "0.11.0"
 6845source = "registry+https://github.com/rust-lang/crates.io-index"
 6846checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6847dependencies = [
 6848 "bitflags 2.8.0",
 6849 "inotify-sys",
 6850 "libc",
 6851]
 6852
 6853[[package]]
 6854name = "inotify-sys"
 6855version = "0.1.5"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6858dependencies = [
 6859 "libc",
 6860]
 6861
 6862[[package]]
 6863name = "inout"
 6864version = "0.1.3"
 6865source = "registry+https://github.com/rust-lang/crates.io-index"
 6866checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6867dependencies = [
 6868 "block-padding",
 6869 "generic-array",
 6870]
 6871
 6872[[package]]
 6873name = "install_cli"
 6874version = "0.1.0"
 6875dependencies = [
 6876 "anyhow",
 6877 "gpui",
 6878 "smol",
 6879 "util",
 6880]
 6881
 6882[[package]]
 6883name = "instant"
 6884version = "0.1.13"
 6885source = "registry+https://github.com/rust-lang/crates.io-index"
 6886checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6887dependencies = [
 6888 "cfg-if",
 6889]
 6890
 6891[[package]]
 6892name = "interpolate_name"
 6893version = "0.2.4"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6896dependencies = [
 6897 "proc-macro2",
 6898 "quote",
 6899 "syn 2.0.100",
 6900]
 6901
 6902[[package]]
 6903name = "inventory"
 6904version = "0.3.20"
 6905source = "registry+https://github.com/rust-lang/crates.io-index"
 6906checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6907dependencies = [
 6908 "rustversion",
 6909]
 6910
 6911[[package]]
 6912name = "io-extras"
 6913version = "0.18.4"
 6914source = "registry+https://github.com/rust-lang/crates.io-index"
 6915checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6916dependencies = [
 6917 "io-lifetimes",
 6918 "windows-sys 0.59.0",
 6919]
 6920
 6921[[package]]
 6922name = "io-lifetimes"
 6923version = "2.0.4"
 6924source = "registry+https://github.com/rust-lang/crates.io-index"
 6925checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6926
 6927[[package]]
 6928name = "iovec"
 6929version = "0.1.4"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6932dependencies = [
 6933 "libc",
 6934]
 6935
 6936[[package]]
 6937name = "ipc-channel"
 6938version = "0.19.0"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6941dependencies = [
 6942 "bincode",
 6943 "crossbeam-channel",
 6944 "fnv",
 6945 "lazy_static",
 6946 "libc",
 6947 "mio 1.0.3",
 6948 "rand 0.8.5",
 6949 "serde",
 6950 "tempfile",
 6951 "uuid",
 6952 "windows 0.58.0",
 6953]
 6954
 6955[[package]]
 6956name = "ipnet"
 6957version = "2.10.1"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6960
 6961[[package]]
 6962name = "is-docker"
 6963version = "0.2.0"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6966dependencies = [
 6967 "once_cell",
 6968]
 6969
 6970[[package]]
 6971name = "is-terminal"
 6972version = "0.4.13"
 6973source = "registry+https://github.com/rust-lang/crates.io-index"
 6974checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6975dependencies = [
 6976 "hermit-abi 0.4.0",
 6977 "libc",
 6978 "windows-sys 0.52.0",
 6979]
 6980
 6981[[package]]
 6982name = "is-wsl"
 6983version = "0.4.0"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6986dependencies = [
 6987 "is-docker",
 6988 "once_cell",
 6989]
 6990
 6991[[package]]
 6992name = "is_terminal_polyfill"
 6993version = "1.70.1"
 6994source = "registry+https://github.com/rust-lang/crates.io-index"
 6995checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6996
 6997[[package]]
 6998name = "itertools"
 6999version = "0.10.5"
 7000source = "registry+https://github.com/rust-lang/crates.io-index"
 7001checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7002dependencies = [
 7003 "either",
 7004]
 7005
 7006[[package]]
 7007name = "itertools"
 7008version = "0.11.0"
 7009source = "registry+https://github.com/rust-lang/crates.io-index"
 7010checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7011dependencies = [
 7012 "either",
 7013]
 7014
 7015[[package]]
 7016name = "itertools"
 7017version = "0.12.1"
 7018source = "registry+https://github.com/rust-lang/crates.io-index"
 7019checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7020dependencies = [
 7021 "either",
 7022]
 7023
 7024[[package]]
 7025name = "itertools"
 7026version = "0.14.0"
 7027source = "registry+https://github.com/rust-lang/crates.io-index"
 7028checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7029dependencies = [
 7030 "either",
 7031]
 7032
 7033[[package]]
 7034name = "itoa"
 7035version = "1.0.14"
 7036source = "registry+https://github.com/rust-lang/crates.io-index"
 7037checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7038
 7039[[package]]
 7040name = "jiff"
 7041version = "0.2.4"
 7042source = "registry+https://github.com/rust-lang/crates.io-index"
 7043checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7044dependencies = [
 7045 "jiff-static",
 7046 "log",
 7047 "portable-atomic",
 7048 "portable-atomic-util",
 7049 "serde",
 7050]
 7051
 7052[[package]]
 7053name = "jiff-static"
 7054version = "0.2.4"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7057dependencies = [
 7058 "proc-macro2",
 7059 "quote",
 7060 "syn 2.0.100",
 7061]
 7062
 7063[[package]]
 7064name = "jni"
 7065version = "0.21.1"
 7066source = "registry+https://github.com/rust-lang/crates.io-index"
 7067checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7068dependencies = [
 7069 "cesu8",
 7070 "cfg-if",
 7071 "combine",
 7072 "jni-sys",
 7073 "log",
 7074 "thiserror 1.0.69",
 7075 "walkdir",
 7076 "windows-sys 0.45.0",
 7077]
 7078
 7079[[package]]
 7080name = "jni-sys"
 7081version = "0.3.0"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7084
 7085[[package]]
 7086name = "jobserver"
 7087version = "0.1.32"
 7088source = "registry+https://github.com/rust-lang/crates.io-index"
 7089checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7090dependencies = [
 7091 "libc",
 7092]
 7093
 7094[[package]]
 7095name = "journal"
 7096version = "0.1.0"
 7097dependencies = [
 7098 "anyhow",
 7099 "chrono",
 7100 "editor",
 7101 "gpui",
 7102 "log",
 7103 "schemars",
 7104 "serde",
 7105 "settings",
 7106 "shellexpand 2.1.2",
 7107 "workspace",
 7108]
 7109
 7110[[package]]
 7111name = "jpeg-decoder"
 7112version = "0.3.1"
 7113source = "registry+https://github.com/rust-lang/crates.io-index"
 7114checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7115
 7116[[package]]
 7117name = "js-sys"
 7118version = "0.3.76"
 7119source = "registry+https://github.com/rust-lang/crates.io-index"
 7120checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7121dependencies = [
 7122 "once_cell",
 7123 "wasm-bindgen",
 7124]
 7125
 7126[[package]]
 7127name = "jsonwebtoken"
 7128version = "9.3.1"
 7129source = "registry+https://github.com/rust-lang/crates.io-index"
 7130checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7131dependencies = [
 7132 "base64 0.22.1",
 7133 "js-sys",
 7134 "pem",
 7135 "ring",
 7136 "serde",
 7137 "serde_json",
 7138 "simple_asn1",
 7139]
 7140
 7141[[package]]
 7142name = "jupyter-protocol"
 7143version = "0.6.0"
 7144source = "registry+https://github.com/rust-lang/crates.io-index"
 7145checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7146dependencies = [
 7147 "anyhow",
 7148 "async-trait",
 7149 "bytes 1.10.1",
 7150 "chrono",
 7151 "futures 0.3.31",
 7152 "serde",
 7153 "serde_json",
 7154 "uuid",
 7155]
 7156
 7157[[package]]
 7158name = "jupyter-websocket-client"
 7159version = "0.9.0"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7162dependencies = [
 7163 "anyhow",
 7164 "async-trait",
 7165 "async-tungstenite",
 7166 "futures 0.3.31",
 7167 "jupyter-protocol",
 7168 "serde",
 7169 "serde_json",
 7170 "url",
 7171 "uuid",
 7172]
 7173
 7174[[package]]
 7175name = "khronos-egl"
 7176version = "6.0.0"
 7177source = "registry+https://github.com/rust-lang/crates.io-index"
 7178checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7179dependencies = [
 7180 "libc",
 7181 "libloading",
 7182]
 7183
 7184[[package]]
 7185name = "kqueue"
 7186version = "1.0.8"
 7187source = "registry+https://github.com/rust-lang/crates.io-index"
 7188checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7189dependencies = [
 7190 "kqueue-sys",
 7191 "libc",
 7192]
 7193
 7194[[package]]
 7195name = "kqueue-sys"
 7196version = "1.0.4"
 7197source = "registry+https://github.com/rust-lang/crates.io-index"
 7198checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7199dependencies = [
 7200 "bitflags 1.3.2",
 7201 "libc",
 7202]
 7203
 7204[[package]]
 7205name = "kurbo"
 7206version = "0.11.1"
 7207source = "registry+https://github.com/rust-lang/crates.io-index"
 7208checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7209dependencies = [
 7210 "arrayvec",
 7211 "smallvec",
 7212]
 7213
 7214[[package]]
 7215name = "kv-log-macro"
 7216version = "1.0.7"
 7217source = "registry+https://github.com/rust-lang/crates.io-index"
 7218checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7219dependencies = [
 7220 "log",
 7221]
 7222
 7223[[package]]
 7224name = "language"
 7225version = "0.1.0"
 7226dependencies = [
 7227 "anyhow",
 7228 "async-trait",
 7229 "async-watch",
 7230 "clock",
 7231 "collections",
 7232 "ctor",
 7233 "ec4rs",
 7234 "env_logger 0.11.7",
 7235 "fs",
 7236 "futures 0.3.31",
 7237 "fuzzy",
 7238 "globset",
 7239 "gpui",
 7240 "http_client",
 7241 "imara-diff",
 7242 "indoc",
 7243 "itertools 0.14.0",
 7244 "log",
 7245 "lsp",
 7246 "parking_lot",
 7247 "postage",
 7248 "pretty_assertions",
 7249 "rand 0.8.5",
 7250 "regex",
 7251 "rpc",
 7252 "schemars",
 7253 "serde",
 7254 "serde_json",
 7255 "settings",
 7256 "smallvec",
 7257 "smol",
 7258 "streaming-iterator",
 7259 "strsim",
 7260 "sum_tree",
 7261 "task",
 7262 "text",
 7263 "theme",
 7264 "tree-sitter",
 7265 "tree-sitter-elixir",
 7266 "tree-sitter-embedded-template",
 7267 "tree-sitter-heex",
 7268 "tree-sitter-html",
 7269 "tree-sitter-json",
 7270 "tree-sitter-md",
 7271 "tree-sitter-ruby",
 7272 "tree-sitter-rust",
 7273 "tree-sitter-typescript",
 7274 "unicase",
 7275 "unindent",
 7276 "util",
 7277]
 7278
 7279[[package]]
 7280name = "language_extension"
 7281version = "0.1.0"
 7282dependencies = [
 7283 "anyhow",
 7284 "async-trait",
 7285 "collections",
 7286 "extension",
 7287 "fs",
 7288 "futures 0.3.31",
 7289 "gpui",
 7290 "language",
 7291 "lsp",
 7292 "serde",
 7293 "serde_json",
 7294 "util",
 7295]
 7296
 7297[[package]]
 7298name = "language_model"
 7299version = "0.1.0"
 7300dependencies = [
 7301 "anthropic",
 7302 "anyhow",
 7303 "base64 0.22.1",
 7304 "client",
 7305 "collections",
 7306 "futures 0.3.31",
 7307 "google_ai",
 7308 "gpui",
 7309 "http_client",
 7310 "image",
 7311 "log",
 7312 "open_ai",
 7313 "parking_lot",
 7314 "proto",
 7315 "schemars",
 7316 "serde",
 7317 "serde_json",
 7318 "smol",
 7319 "strum",
 7320 "telemetry_events",
 7321 "thiserror 2.0.12",
 7322 "ui",
 7323 "util",
 7324]
 7325
 7326[[package]]
 7327name = "language_model_selector"
 7328version = "0.1.0"
 7329dependencies = [
 7330 "feature_flags",
 7331 "gpui",
 7332 "language_model",
 7333 "log",
 7334 "picker",
 7335 "proto",
 7336 "ui",
 7337 "workspace",
 7338 "zed_actions",
 7339]
 7340
 7341[[package]]
 7342name = "language_models"
 7343version = "0.1.0"
 7344dependencies = [
 7345 "anthropic",
 7346 "anyhow",
 7347 "aws-config",
 7348 "aws-credential-types",
 7349 "aws_http_client",
 7350 "bedrock",
 7351 "client",
 7352 "collections",
 7353 "copilot",
 7354 "credentials_provider",
 7355 "deepseek",
 7356 "editor",
 7357 "feature_flags",
 7358 "fs",
 7359 "futures 0.3.31",
 7360 "google_ai",
 7361 "gpui",
 7362 "gpui_tokio",
 7363 "http_client",
 7364 "language_model",
 7365 "lmstudio",
 7366 "log",
 7367 "menu",
 7368 "mistral",
 7369 "ollama",
 7370 "open_ai",
 7371 "project",
 7372 "proto",
 7373 "schemars",
 7374 "serde",
 7375 "serde_json",
 7376 "settings",
 7377 "smol",
 7378 "strum",
 7379 "theme",
 7380 "tiktoken-rs",
 7381 "tokio",
 7382 "ui",
 7383 "util",
 7384]
 7385
 7386[[package]]
 7387name = "language_selector"
 7388version = "0.1.0"
 7389dependencies = [
 7390 "anyhow",
 7391 "editor",
 7392 "file_finder",
 7393 "file_icons",
 7394 "fuzzy",
 7395 "gpui",
 7396 "language",
 7397 "picker",
 7398 "project",
 7399 "settings",
 7400 "ui",
 7401 "util",
 7402 "workspace",
 7403]
 7404
 7405[[package]]
 7406name = "language_tools"
 7407version = "0.1.0"
 7408dependencies = [
 7409 "anyhow",
 7410 "client",
 7411 "collections",
 7412 "copilot",
 7413 "editor",
 7414 "env_logger 0.11.7",
 7415 "futures 0.3.31",
 7416 "gpui",
 7417 "itertools 0.14.0",
 7418 "language",
 7419 "lsp",
 7420 "project",
 7421 "release_channel",
 7422 "serde_json",
 7423 "settings",
 7424 "theme",
 7425 "tree-sitter",
 7426 "ui",
 7427 "util",
 7428 "workspace",
 7429 "zed_actions",
 7430]
 7431
 7432[[package]]
 7433name = "languages"
 7434version = "0.1.0"
 7435dependencies = [
 7436 "anyhow",
 7437 "async-compression",
 7438 "async-tar",
 7439 "async-trait",
 7440 "collections",
 7441 "futures 0.3.31",
 7442 "gpui",
 7443 "http_client",
 7444 "language",
 7445 "log",
 7446 "lsp",
 7447 "node_runtime",
 7448 "paths",
 7449 "pet",
 7450 "pet-conda",
 7451 "pet-core",
 7452 "pet-fs",
 7453 "pet-poetry",
 7454 "pet-reporter",
 7455 "pretty_assertions",
 7456 "project",
 7457 "regex",
 7458 "rope",
 7459 "rust-embed",
 7460 "serde",
 7461 "serde_json",
 7462 "settings",
 7463 "smol",
 7464 "snippet_provider",
 7465 "task",
 7466 "text",
 7467 "theme",
 7468 "toml 0.8.20",
 7469 "tree-sitter",
 7470 "tree-sitter-bash",
 7471 "tree-sitter-c",
 7472 "tree-sitter-cpp",
 7473 "tree-sitter-css",
 7474 "tree-sitter-diff",
 7475 "tree-sitter-gitcommit",
 7476 "tree-sitter-go",
 7477 "tree-sitter-gomod",
 7478 "tree-sitter-gowork",
 7479 "tree-sitter-jsdoc",
 7480 "tree-sitter-json",
 7481 "tree-sitter-md",
 7482 "tree-sitter-python",
 7483 "tree-sitter-regex",
 7484 "tree-sitter-rust",
 7485 "tree-sitter-typescript",
 7486 "tree-sitter-yaml",
 7487 "unindent",
 7488 "util",
 7489 "workspace",
 7490]
 7491
 7492[[package]]
 7493name = "lazy_static"
 7494version = "1.5.0"
 7495source = "registry+https://github.com/rust-lang/crates.io-index"
 7496checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7497dependencies = [
 7498 "spin",
 7499]
 7500
 7501[[package]]
 7502name = "lazycell"
 7503version = "1.3.0"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7506
 7507[[package]]
 7508name = "leb128"
 7509version = "0.2.5"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7512
 7513[[package]]
 7514name = "lebe"
 7515version = "0.5.2"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7518
 7519[[package]]
 7520name = "libc"
 7521version = "0.2.171"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7524
 7525[[package]]
 7526name = "libdbus-sys"
 7527version = "0.2.5"
 7528source = "registry+https://github.com/rust-lang/crates.io-index"
 7529checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7530dependencies = [
 7531 "cc",
 7532 "pkg-config",
 7533]
 7534
 7535[[package]]
 7536name = "libfuzzer-sys"
 7537version = "0.4.8"
 7538source = "registry+https://github.com/rust-lang/crates.io-index"
 7539checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7540dependencies = [
 7541 "arbitrary",
 7542 "cc",
 7543]
 7544
 7545[[package]]
 7546name = "libgit2-sys"
 7547version = "0.18.1+1.9.0"
 7548source = "registry+https://github.com/rust-lang/crates.io-index"
 7549checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7550dependencies = [
 7551 "cc",
 7552 "libc",
 7553 "libz-sys",
 7554 "pkg-config",
 7555]
 7556
 7557[[package]]
 7558name = "libloading"
 7559version = "0.8.6"
 7560source = "registry+https://github.com/rust-lang/crates.io-index"
 7561checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7562dependencies = [
 7563 "cfg-if",
 7564 "windows-targets 0.52.6",
 7565]
 7566
 7567[[package]]
 7568name = "libm"
 7569version = "0.2.11"
 7570source = "registry+https://github.com/rust-lang/crates.io-index"
 7571checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7572
 7573[[package]]
 7574name = "libmimalloc-sys"
 7575version = "0.1.40"
 7576source = "registry+https://github.com/rust-lang/crates.io-index"
 7577checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7578dependencies = [
 7579 "cc",
 7580 "libc",
 7581]
 7582
 7583[[package]]
 7584name = "libredox"
 7585version = "0.1.3"
 7586source = "registry+https://github.com/rust-lang/crates.io-index"
 7587checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7588dependencies = [
 7589 "bitflags 2.8.0",
 7590 "libc",
 7591 "redox_syscall 0.5.8",
 7592]
 7593
 7594[[package]]
 7595name = "libsqlite3-sys"
 7596version = "0.30.1"
 7597source = "registry+https://github.com/rust-lang/crates.io-index"
 7598checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7599dependencies = [
 7600 "cc",
 7601 "pkg-config",
 7602 "vcpkg",
 7603]
 7604
 7605[[package]]
 7606name = "libwebrtc"
 7607version = "0.3.7"
 7608source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7609dependencies = [
 7610 "cxx",
 7611 "jni",
 7612 "js-sys",
 7613 "lazy_static",
 7614 "livekit-protocol",
 7615 "livekit-runtime",
 7616 "log",
 7617 "parking_lot",
 7618 "serde",
 7619 "serde_json",
 7620 "thiserror 1.0.69",
 7621 "tokio",
 7622 "wasm-bindgen",
 7623 "wasm-bindgen-futures",
 7624 "web-sys",
 7625 "webrtc-sys",
 7626]
 7627
 7628[[package]]
 7629name = "libz-sys"
 7630version = "1.1.20"
 7631source = "registry+https://github.com/rust-lang/crates.io-index"
 7632checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7633dependencies = [
 7634 "cc",
 7635 "libc",
 7636 "pkg-config",
 7637 "vcpkg",
 7638]
 7639
 7640[[package]]
 7641name = "link-cplusplus"
 7642version = "1.0.9"
 7643source = "registry+https://github.com/rust-lang/crates.io-index"
 7644checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7645dependencies = [
 7646 "cc",
 7647]
 7648
 7649[[package]]
 7650name = "linkify"
 7651version = "0.10.0"
 7652source = "registry+https://github.com/rust-lang/crates.io-index"
 7653checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7654dependencies = [
 7655 "memchr",
 7656]
 7657
 7658[[package]]
 7659name = "linkme"
 7660version = "0.3.32"
 7661source = "registry+https://github.com/rust-lang/crates.io-index"
 7662checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7663dependencies = [
 7664 "linkme-impl",
 7665]
 7666
 7667[[package]]
 7668name = "linkme-impl"
 7669version = "0.3.32"
 7670source = "registry+https://github.com/rust-lang/crates.io-index"
 7671checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7672dependencies = [
 7673 "proc-macro2",
 7674 "quote",
 7675 "syn 2.0.100",
 7676]
 7677
 7678[[package]]
 7679name = "linux-raw-sys"
 7680version = "0.4.14"
 7681source = "registry+https://github.com/rust-lang/crates.io-index"
 7682checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7683
 7684[[package]]
 7685name = "litemap"
 7686version = "0.7.4"
 7687source = "registry+https://github.com/rust-lang/crates.io-index"
 7688checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7689
 7690[[package]]
 7691name = "livekit"
 7692version = "0.7.0"
 7693source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7694dependencies = [
 7695 "chrono",
 7696 "futures-util",
 7697 "lazy_static",
 7698 "libwebrtc",
 7699 "livekit-api",
 7700 "livekit-protocol",
 7701 "livekit-runtime",
 7702 "log",
 7703 "parking_lot",
 7704 "prost 0.12.6",
 7705 "semver",
 7706 "serde",
 7707 "serde_json",
 7708 "thiserror 1.0.69",
 7709 "tokio",
 7710]
 7711
 7712[[package]]
 7713name = "livekit-api"
 7714version = "0.4.1"
 7715source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7716dependencies = [
 7717 "async-tungstenite",
 7718 "futures-util",
 7719 "http 0.2.12",
 7720 "jsonwebtoken",
 7721 "livekit-protocol",
 7722 "livekit-runtime",
 7723 "log",
 7724 "parking_lot",
 7725 "prost 0.12.6",
 7726 "reqwest 0.11.27",
 7727 "scopeguard",
 7728 "serde",
 7729 "serde_json",
 7730 "sha2",
 7731 "thiserror 1.0.69",
 7732 "tokio",
 7733 "tokio-tungstenite 0.20.1",
 7734 "url",
 7735]
 7736
 7737[[package]]
 7738name = "livekit-protocol"
 7739version = "0.3.6"
 7740source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7741dependencies = [
 7742 "futures-util",
 7743 "livekit-runtime",
 7744 "parking_lot",
 7745 "pbjson",
 7746 "pbjson-types",
 7747 "prost 0.12.6",
 7748 "prost-types 0.12.6",
 7749 "serde",
 7750 "thiserror 1.0.69",
 7751 "tokio",
 7752]
 7753
 7754[[package]]
 7755name = "livekit-runtime"
 7756version = "0.3.1"
 7757source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7758dependencies = [
 7759 "async-io",
 7760 "async-std",
 7761 "async-task",
 7762 "futures 0.3.31",
 7763]
 7764
 7765[[package]]
 7766name = "livekit_api"
 7767version = "0.1.0"
 7768dependencies = [
 7769 "anyhow",
 7770 "async-trait",
 7771 "jsonwebtoken",
 7772 "log",
 7773 "prost 0.9.0",
 7774 "prost-build 0.9.0",
 7775 "prost-types 0.9.0",
 7776 "reqwest 0.12.8",
 7777 "serde",
 7778]
 7779
 7780[[package]]
 7781name = "livekit_client"
 7782version = "0.1.0"
 7783dependencies = [
 7784 "anyhow",
 7785 "async-trait",
 7786 "collections",
 7787 "core-foundation 0.9.4",
 7788 "coreaudio-rs 0.12.1",
 7789 "cpal",
 7790 "futures 0.3.31",
 7791 "gpui",
 7792 "http 0.2.12",
 7793 "http_client",
 7794 "image",
 7795 "livekit",
 7796 "livekit_api",
 7797 "log",
 7798 "media",
 7799 "nanoid",
 7800 "parking_lot",
 7801 "postage",
 7802 "serde",
 7803 "serde_json",
 7804 "sha2",
 7805 "simplelog",
 7806 "smallvec",
 7807 "util",
 7808]
 7809
 7810[[package]]
 7811name = "livekit_client_macos"
 7812version = "0.1.0"
 7813dependencies = [
 7814 "anyhow",
 7815 "async-broadcast",
 7816 "async-trait",
 7817 "collections",
 7818 "core-foundation 0.9.4",
 7819 "futures 0.3.31",
 7820 "gpui",
 7821 "livekit_api",
 7822 "log",
 7823 "media",
 7824 "nanoid",
 7825 "parking_lot",
 7826 "postage",
 7827 "serde",
 7828 "serde_json",
 7829 "sha2",
 7830 "simplelog",
 7831]
 7832
 7833[[package]]
 7834name = "lmdb-master-sys"
 7835version = "0.2.4"
 7836source = "registry+https://github.com/rust-lang/crates.io-index"
 7837checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7838dependencies = [
 7839 "cc",
 7840 "doxygen-rs",
 7841 "libc",
 7842]
 7843
 7844[[package]]
 7845name = "lmstudio"
 7846version = "0.1.0"
 7847dependencies = [
 7848 "anyhow",
 7849 "futures 0.3.31",
 7850 "http_client",
 7851 "schemars",
 7852 "serde",
 7853 "serde_json",
 7854]
 7855
 7856[[package]]
 7857name = "lock_api"
 7858version = "0.4.12"
 7859source = "registry+https://github.com/rust-lang/crates.io-index"
 7860checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7861dependencies = [
 7862 "autocfg",
 7863 "scopeguard",
 7864]
 7865
 7866[[package]]
 7867name = "log"
 7868version = "0.4.26"
 7869source = "registry+https://github.com/rust-lang/crates.io-index"
 7870checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7871dependencies = [
 7872 "serde",
 7873 "value-bag",
 7874]
 7875
 7876[[package]]
 7877name = "loop9"
 7878version = "0.1.5"
 7879source = "registry+https://github.com/rust-lang/crates.io-index"
 7880checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7881dependencies = [
 7882 "imgref",
 7883]
 7884
 7885[[package]]
 7886name = "lru"
 7887version = "0.12.5"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7890dependencies = [
 7891 "hashbrown 0.15.2",
 7892]
 7893
 7894[[package]]
 7895name = "lsp"
 7896version = "0.1.0"
 7897dependencies = [
 7898 "anyhow",
 7899 "async-pipe",
 7900 "collections",
 7901 "ctor",
 7902 "env_logger 0.11.7",
 7903 "futures 0.3.31",
 7904 "gpui",
 7905 "log",
 7906 "lsp-types",
 7907 "parking_lot",
 7908 "postage",
 7909 "release_channel",
 7910 "schemars",
 7911 "serde",
 7912 "serde_json",
 7913 "smol",
 7914 "util",
 7915]
 7916
 7917[[package]]
 7918name = "lsp-types"
 7919version = "0.95.1"
 7920source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7921dependencies = [
 7922 "bitflags 1.3.2",
 7923 "serde",
 7924 "serde_json",
 7925 "serde_repr",
 7926 "url",
 7927]
 7928
 7929[[package]]
 7930name = "lua-src"
 7931version = "547.0.0"
 7932source = "registry+https://github.com/rust-lang/crates.io-index"
 7933checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7934dependencies = [
 7935 "cc",
 7936]
 7937
 7938[[package]]
 7939name = "luajit-src"
 7940version = "210.5.12+a4f56a4"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7943dependencies = [
 7944 "cc",
 7945 "which 7.0.2",
 7946]
 7947
 7948[[package]]
 7949name = "lyon"
 7950version = "1.0.1"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7953dependencies = [
 7954 "lyon_algorithms",
 7955 "lyon_extra",
 7956 "lyon_tessellation",
 7957]
 7958
 7959[[package]]
 7960name = "lyon_algorithms"
 7961version = "1.0.5"
 7962source = "registry+https://github.com/rust-lang/crates.io-index"
 7963checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7964dependencies = [
 7965 "lyon_path",
 7966 "num-traits",
 7967]
 7968
 7969[[package]]
 7970name = "lyon_extra"
 7971version = "1.0.3"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7974dependencies = [
 7975 "lyon_path",
 7976 "thiserror 1.0.69",
 7977]
 7978
 7979[[package]]
 7980name = "lyon_geom"
 7981version = "1.0.6"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7984dependencies = [
 7985 "arrayvec",
 7986 "euclid",
 7987 "num-traits",
 7988]
 7989
 7990[[package]]
 7991name = "lyon_path"
 7992version = "1.0.6"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7995dependencies = [
 7996 "lyon_geom",
 7997 "num-traits",
 7998]
 7999
 8000[[package]]
 8001name = "lyon_tessellation"
 8002version = "1.0.15"
 8003source = "registry+https://github.com/rust-lang/crates.io-index"
 8004checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8005dependencies = [
 8006 "float_next_after",
 8007 "lyon_path",
 8008 "num-traits",
 8009]
 8010
 8011[[package]]
 8012name = "mac"
 8013version = "0.1.1"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8016
 8017[[package]]
 8018name = "mach2"
 8019version = "0.4.2"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8022dependencies = [
 8023 "libc",
 8024]
 8025
 8026[[package]]
 8027name = "malloc_buf"
 8028version = "0.0.6"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8031dependencies = [
 8032 "libc",
 8033]
 8034
 8035[[package]]
 8036name = "maplit"
 8037version = "1.0.2"
 8038source = "registry+https://github.com/rust-lang/crates.io-index"
 8039checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8040
 8041[[package]]
 8042name = "markdown"
 8043version = "0.1.0"
 8044dependencies = [
 8045 "anyhow",
 8046 "assets",
 8047 "env_logger 0.11.7",
 8048 "gpui",
 8049 "language",
 8050 "languages",
 8051 "linkify",
 8052 "log",
 8053 "node_runtime",
 8054 "pulldown-cmark 0.12.2",
 8055 "settings",
 8056 "theme",
 8057 "ui",
 8058 "util",
 8059]
 8060
 8061[[package]]
 8062name = "markdown_preview"
 8063version = "0.1.0"
 8064dependencies = [
 8065 "anyhow",
 8066 "async-recursion 1.1.1",
 8067 "collections",
 8068 "editor",
 8069 "gpui",
 8070 "language",
 8071 "linkify",
 8072 "log",
 8073 "pretty_assertions",
 8074 "pulldown-cmark 0.12.2",
 8075 "settings",
 8076 "theme",
 8077 "ui",
 8078 "util",
 8079 "workspace",
 8080]
 8081
 8082[[package]]
 8083name = "markup5ever"
 8084version = "0.12.1"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8087dependencies = [
 8088 "log",
 8089 "phf",
 8090 "phf_codegen",
 8091 "string_cache",
 8092 "string_cache_codegen",
 8093 "tendril",
 8094]
 8095
 8096[[package]]
 8097name = "markup5ever_rcdom"
 8098version = "0.3.0"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8101dependencies = [
 8102 "html5ever",
 8103 "markup5ever",
 8104 "tendril",
 8105 "xml5ever",
 8106]
 8107
 8108[[package]]
 8109name = "matchers"
 8110version = "0.1.0"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8113dependencies = [
 8114 "regex-automata 0.1.10",
 8115]
 8116
 8117[[package]]
 8118name = "matchit"
 8119version = "0.7.3"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8122
 8123[[package]]
 8124name = "maybe-owned"
 8125version = "0.3.4"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8128
 8129[[package]]
 8130name = "maybe-rayon"
 8131version = "0.1.1"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8134dependencies = [
 8135 "cfg-if",
 8136 "rayon",
 8137]
 8138
 8139[[package]]
 8140name = "md-5"
 8141version = "0.10.6"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8144dependencies = [
 8145 "cfg-if",
 8146 "digest",
 8147]
 8148
 8149[[package]]
 8150name = "mdbook"
 8151version = "0.4.47"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8154dependencies = [
 8155 "ammonia",
 8156 "anyhow",
 8157 "chrono",
 8158 "clap",
 8159 "clap_complete",
 8160 "elasticlunr-rs",
 8161 "env_logger 0.11.7",
 8162 "futures-util",
 8163 "handlebars 6.2.0",
 8164 "hex",
 8165 "ignore",
 8166 "log",
 8167 "memchr",
 8168 "notify 8.0.0",
 8169 "notify-debouncer-mini",
 8170 "once_cell",
 8171 "opener",
 8172 "pathdiff",
 8173 "pulldown-cmark 0.10.3",
 8174 "regex",
 8175 "serde",
 8176 "serde_json",
 8177 "sha2",
 8178 "shlex",
 8179 "tempfile",
 8180 "tokio",
 8181 "toml 0.5.11",
 8182 "topological-sort",
 8183 "walkdir",
 8184 "warp",
 8185]
 8186
 8187[[package]]
 8188name = "media"
 8189version = "0.1.0"
 8190dependencies = [
 8191 "anyhow",
 8192 "bindgen 0.70.1",
 8193 "core-foundation 0.9.4",
 8194 "ctor",
 8195 "foreign-types 0.5.0",
 8196 "metal",
 8197 "objc",
 8198]
 8199
 8200[[package]]
 8201name = "memchr"
 8202version = "2.7.4"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8205
 8206[[package]]
 8207name = "memfd"
 8208version = "0.6.4"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8211dependencies = [
 8212 "rustix",
 8213]
 8214
 8215[[package]]
 8216name = "memmap2"
 8217version = "0.9.5"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8220dependencies = [
 8221 "libc",
 8222]
 8223
 8224[[package]]
 8225name = "memoffset"
 8226version = "0.9.1"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8229dependencies = [
 8230 "autocfg",
 8231]
 8232
 8233[[package]]
 8234name = "menu"
 8235version = "0.1.0"
 8236dependencies = [
 8237 "gpui",
 8238 "serde",
 8239]
 8240
 8241[[package]]
 8242name = "metal"
 8243version = "0.31.0"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8246dependencies = [
 8247 "bitflags 2.8.0",
 8248 "block",
 8249 "core-graphics-types 0.1.3",
 8250 "foreign-types 0.5.0",
 8251 "log",
 8252 "objc",
 8253 "paste",
 8254]
 8255
 8256[[package]]
 8257name = "migrator"
 8258version = "0.1.0"
 8259dependencies = [
 8260 "anyhow",
 8261 "collections",
 8262 "convert_case 0.8.0",
 8263 "log",
 8264 "pretty_assertions",
 8265 "streaming-iterator",
 8266 "tree-sitter",
 8267 "tree-sitter-json",
 8268]
 8269
 8270[[package]]
 8271name = "mimalloc"
 8272version = "0.1.44"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8275dependencies = [
 8276 "libmimalloc-sys",
 8277]
 8278
 8279[[package]]
 8280name = "mime"
 8281version = "0.3.17"
 8282source = "registry+https://github.com/rust-lang/crates.io-index"
 8283checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8284
 8285[[package]]
 8286name = "mime_guess"
 8287version = "2.0.5"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8290dependencies = [
 8291 "mime",
 8292 "unicase",
 8293]
 8294
 8295[[package]]
 8296name = "minimal-lexical"
 8297version = "0.2.1"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8300
 8301[[package]]
 8302name = "miniz_oxide"
 8303version = "0.8.0"
 8304source = "registry+https://github.com/rust-lang/crates.io-index"
 8305checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8306dependencies = [
 8307 "adler2",
 8308 "simd-adler32",
 8309]
 8310
 8311[[package]]
 8312name = "mint"
 8313version = "0.5.9"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8316
 8317[[package]]
 8318name = "mio"
 8319version = "0.8.11"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8322dependencies = [
 8323 "libc",
 8324 "log",
 8325 "wasi 0.11.0+wasi-snapshot-preview1",
 8326 "windows-sys 0.48.0",
 8327]
 8328
 8329[[package]]
 8330name = "mio"
 8331version = "1.0.3"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8334dependencies = [
 8335 "libc",
 8336 "log",
 8337 "wasi 0.11.0+wasi-snapshot-preview1",
 8338 "windows-sys 0.52.0",
 8339]
 8340
 8341[[package]]
 8342name = "miow"
 8343version = "0.6.0"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8346dependencies = [
 8347 "windows-sys 0.48.0",
 8348]
 8349
 8350[[package]]
 8351name = "mistral"
 8352version = "0.1.0"
 8353dependencies = [
 8354 "anyhow",
 8355 "futures 0.3.31",
 8356 "http_client",
 8357 "schemars",
 8358 "serde",
 8359 "serde_json",
 8360 "strum",
 8361]
 8362
 8363[[package]]
 8364name = "mlua"
 8365version = "0.10.3"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8368dependencies = [
 8369 "bstr",
 8370 "either",
 8371 "futures-util",
 8372 "mlua-sys",
 8373 "num-traits",
 8374 "parking_lot",
 8375 "rustc-hash 2.1.1",
 8376]
 8377
 8378[[package]]
 8379name = "mlua-sys"
 8380version = "0.6.7"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8383dependencies = [
 8384 "cc",
 8385 "cfg-if",
 8386 "lua-src",
 8387 "luajit-src",
 8388 "pkg-config",
 8389]
 8390
 8391[[package]]
 8392name = "msvc_spectre_libs"
 8393version = "0.1.2"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8396dependencies = [
 8397 "cc",
 8398]
 8399
 8400[[package]]
 8401name = "multi_buffer"
 8402version = "0.1.0"
 8403dependencies = [
 8404 "anyhow",
 8405 "buffer_diff",
 8406 "clock",
 8407 "collections",
 8408 "ctor",
 8409 "env_logger 0.11.7",
 8410 "futures 0.3.31",
 8411 "gpui",
 8412 "indoc",
 8413 "itertools 0.14.0",
 8414 "language",
 8415 "log",
 8416 "parking_lot",
 8417 "pretty_assertions",
 8418 "project",
 8419 "rand 0.8.5",
 8420 "rope",
 8421 "serde",
 8422 "settings",
 8423 "smallvec",
 8424 "smol",
 8425 "sum_tree",
 8426 "text",
 8427 "theme",
 8428 "tree-sitter",
 8429 "util",
 8430]
 8431
 8432[[package]]
 8433name = "multimap"
 8434version = "0.8.3"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8437
 8438[[package]]
 8439name = "multimap"
 8440version = "0.10.0"
 8441source = "registry+https://github.com/rust-lang/crates.io-index"
 8442checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8443
 8444[[package]]
 8445name = "naga"
 8446version = "23.1.0"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8449dependencies = [
 8450 "arrayvec",
 8451 "bit-set 0.8.0",
 8452 "bitflags 2.8.0",
 8453 "cfg_aliases 0.1.1",
 8454 "codespan-reporting",
 8455 "hexf-parse",
 8456 "indexmap",
 8457 "log",
 8458 "rustc-hash 1.1.0",
 8459 "spirv",
 8460 "termcolor",
 8461 "thiserror 1.0.69",
 8462 "unicode-xid",
 8463]
 8464
 8465[[package]]
 8466name = "nanoid"
 8467version = "0.4.0"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8470dependencies = [
 8471 "rand 0.8.5",
 8472]
 8473
 8474[[package]]
 8475name = "nanorand"
 8476version = "0.7.0"
 8477source = "registry+https://github.com/rust-lang/crates.io-index"
 8478checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8479dependencies = [
 8480 "getrandom 0.2.15",
 8481]
 8482
 8483[[package]]
 8484name = "native-tls"
 8485version = "0.2.12"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8488dependencies = [
 8489 "libc",
 8490 "log",
 8491 "openssl",
 8492 "openssl-probe",
 8493 "openssl-sys",
 8494 "schannel",
 8495 "security-framework 2.11.1",
 8496 "security-framework-sys",
 8497 "tempfile",
 8498]
 8499
 8500[[package]]
 8501name = "nbformat"
 8502version = "0.10.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8505dependencies = [
 8506 "anyhow",
 8507 "chrono",
 8508 "jupyter-protocol",
 8509 "serde",
 8510 "serde_json",
 8511 "thiserror 1.0.69",
 8512 "uuid",
 8513]
 8514
 8515[[package]]
 8516name = "ndk"
 8517version = "0.8.0"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8520dependencies = [
 8521 "bitflags 2.8.0",
 8522 "jni-sys",
 8523 "log",
 8524 "ndk-sys",
 8525 "num_enum",
 8526 "thiserror 1.0.69",
 8527]
 8528
 8529[[package]]
 8530name = "ndk-context"
 8531version = "0.1.1"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8534
 8535[[package]]
 8536name = "ndk-sys"
 8537version = "0.5.0+25.2.9519653"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8540dependencies = [
 8541 "jni-sys",
 8542]
 8543
 8544[[package]]
 8545name = "new_debug_unreachable"
 8546version = "1.0.6"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8549
 8550[[package]]
 8551name = "nix"
 8552version = "0.29.0"
 8553source = "registry+https://github.com/rust-lang/crates.io-index"
 8554checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8555dependencies = [
 8556 "bitflags 2.8.0",
 8557 "cfg-if",
 8558 "cfg_aliases 0.2.1",
 8559 "libc",
 8560 "memoffset",
 8561]
 8562
 8563[[package]]
 8564name = "node_runtime"
 8565version = "0.1.0"
 8566dependencies = [
 8567 "anyhow",
 8568 "async-compression",
 8569 "async-std",
 8570 "async-tar",
 8571 "async-trait",
 8572 "async-watch",
 8573 "async_zip",
 8574 "futures 0.3.31",
 8575 "http_client",
 8576 "log",
 8577 "paths",
 8578 "semver",
 8579 "serde",
 8580 "serde_json",
 8581 "smol",
 8582 "tempfile",
 8583 "util",
 8584 "walkdir",
 8585 "which 6.0.3",
 8586]
 8587
 8588[[package]]
 8589name = "nom"
 8590version = "7.1.3"
 8591source = "registry+https://github.com/rust-lang/crates.io-index"
 8592checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8593dependencies = [
 8594 "memchr",
 8595 "minimal-lexical",
 8596]
 8597
 8598[[package]]
 8599name = "noop_proc_macro"
 8600version = "0.3.0"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8603
 8604[[package]]
 8605name = "normpath"
 8606version = "1.3.0"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8609dependencies = [
 8610 "windows-sys 0.59.0",
 8611]
 8612
 8613[[package]]
 8614name = "notifications"
 8615version = "0.1.0"
 8616dependencies = [
 8617 "anyhow",
 8618 "channel",
 8619 "client",
 8620 "collections",
 8621 "component",
 8622 "db",
 8623 "gpui",
 8624 "linkme",
 8625 "rpc",
 8626 "settings",
 8627 "sum_tree",
 8628 "time",
 8629 "ui",
 8630 "util",
 8631 "workspace",
 8632]
 8633
 8634[[package]]
 8635name = "notify"
 8636version = "6.1.1"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8639dependencies = [
 8640 "bitflags 2.8.0",
 8641 "crossbeam-channel",
 8642 "filetime",
 8643 "fsevent-sys 4.1.0",
 8644 "inotify 0.9.6",
 8645 "kqueue",
 8646 "libc",
 8647 "log",
 8648 "mio 0.8.11",
 8649 "walkdir",
 8650 "windows-sys 0.48.0",
 8651]
 8652
 8653[[package]]
 8654name = "notify"
 8655version = "8.0.0"
 8656source = "registry+https://github.com/rust-lang/crates.io-index"
 8657checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8658dependencies = [
 8659 "bitflags 2.8.0",
 8660 "filetime",
 8661 "fsevent-sys 4.1.0",
 8662 "inotify 0.11.0",
 8663 "kqueue",
 8664 "libc",
 8665 "log",
 8666 "mio 1.0.3",
 8667 "notify-types",
 8668 "walkdir",
 8669 "windows-sys 0.59.0",
 8670]
 8671
 8672[[package]]
 8673name = "notify-debouncer-mini"
 8674version = "0.6.0"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8677dependencies = [
 8678 "log",
 8679 "notify 8.0.0",
 8680 "notify-types",
 8681 "tempfile",
 8682]
 8683
 8684[[package]]
 8685name = "notify-types"
 8686version = "2.0.0"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8689
 8690[[package]]
 8691name = "ntapi"
 8692version = "0.4.1"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8695dependencies = [
 8696 "winapi",
 8697]
 8698
 8699[[package]]
 8700name = "nu-ansi-term"
 8701version = "0.46.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8704dependencies = [
 8705 "overload",
 8706 "winapi",
 8707]
 8708
 8709[[package]]
 8710name = "num"
 8711version = "0.4.3"
 8712source = "registry+https://github.com/rust-lang/crates.io-index"
 8713checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8714dependencies = [
 8715 "num-bigint",
 8716 "num-complex",
 8717 "num-integer",
 8718 "num-iter",
 8719 "num-rational",
 8720 "num-traits",
 8721]
 8722
 8723[[package]]
 8724name = "num-bigint"
 8725version = "0.4.6"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8728dependencies = [
 8729 "num-integer",
 8730 "num-traits",
 8731]
 8732
 8733[[package]]
 8734name = "num-bigint-dig"
 8735version = "0.8.4"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8738dependencies = [
 8739 "byteorder",
 8740 "lazy_static",
 8741 "libm",
 8742 "num-integer",
 8743 "num-iter",
 8744 "num-traits",
 8745 "rand 0.8.5",
 8746 "serde",
 8747 "smallvec",
 8748 "zeroize",
 8749]
 8750
 8751[[package]]
 8752name = "num-complex"
 8753version = "0.4.6"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8756dependencies = [
 8757 "num-traits",
 8758]
 8759
 8760[[package]]
 8761name = "num-conv"
 8762version = "0.1.0"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8765
 8766[[package]]
 8767name = "num-derive"
 8768version = "0.4.2"
 8769source = "registry+https://github.com/rust-lang/crates.io-index"
 8770checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8771dependencies = [
 8772 "proc-macro2",
 8773 "quote",
 8774 "syn 2.0.100",
 8775]
 8776
 8777[[package]]
 8778name = "num-format"
 8779version = "0.4.4"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8782dependencies = [
 8783 "arrayvec",
 8784 "itoa",
 8785]
 8786
 8787[[package]]
 8788name = "num-integer"
 8789version = "0.1.46"
 8790source = "registry+https://github.com/rust-lang/crates.io-index"
 8791checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8792dependencies = [
 8793 "num-traits",
 8794]
 8795
 8796[[package]]
 8797name = "num-iter"
 8798version = "0.1.45"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8801dependencies = [
 8802 "autocfg",
 8803 "num-integer",
 8804 "num-traits",
 8805]
 8806
 8807[[package]]
 8808name = "num-modular"
 8809version = "0.6.1"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8812
 8813[[package]]
 8814name = "num-order"
 8815version = "1.2.0"
 8816source = "registry+https://github.com/rust-lang/crates.io-index"
 8817checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8818dependencies = [
 8819 "num-modular",
 8820]
 8821
 8822[[package]]
 8823name = "num-rational"
 8824version = "0.4.2"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8827dependencies = [
 8828 "num-bigint",
 8829 "num-integer",
 8830 "num-traits",
 8831]
 8832
 8833[[package]]
 8834name = "num-traits"
 8835version = "0.2.19"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8838dependencies = [
 8839 "autocfg",
 8840 "libm",
 8841]
 8842
 8843[[package]]
 8844name = "num_cpus"
 8845version = "1.16.0"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8848dependencies = [
 8849 "hermit-abi 0.3.9",
 8850 "libc",
 8851]
 8852
 8853[[package]]
 8854name = "num_enum"
 8855version = "0.7.3"
 8856source = "registry+https://github.com/rust-lang/crates.io-index"
 8857checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8858dependencies = [
 8859 "num_enum_derive",
 8860]
 8861
 8862[[package]]
 8863name = "num_enum_derive"
 8864version = "0.7.3"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8867dependencies = [
 8868 "proc-macro-crate",
 8869 "proc-macro2",
 8870 "quote",
 8871 "syn 2.0.100",
 8872]
 8873
 8874[[package]]
 8875name = "num_threads"
 8876version = "0.1.7"
 8877source = "registry+https://github.com/rust-lang/crates.io-index"
 8878checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8879dependencies = [
 8880 "libc",
 8881]
 8882
 8883[[package]]
 8884name = "nvim-rs"
 8885version = "0.8.0-pre"
 8886source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8887dependencies = [
 8888 "async-trait",
 8889 "futures 0.3.31",
 8890 "log",
 8891 "parity-tokio-ipc",
 8892 "rmp",
 8893 "rmpv",
 8894 "tokio",
 8895 "tokio-util",
 8896 "winapi",
 8897]
 8898
 8899[[package]]
 8900name = "objc"
 8901version = "0.2.7"
 8902source = "registry+https://github.com/rust-lang/crates.io-index"
 8903checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8904dependencies = [
 8905 "malloc_buf",
 8906]
 8907
 8908[[package]]
 8909name = "objc-sys"
 8910version = "0.3.5"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8913
 8914[[package]]
 8915name = "objc2"
 8916version = "0.5.2"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8919dependencies = [
 8920 "objc-sys",
 8921 "objc2-encode",
 8922]
 8923
 8924[[package]]
 8925name = "objc2-app-kit"
 8926version = "0.2.2"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8929dependencies = [
 8930 "bitflags 2.8.0",
 8931 "block2",
 8932 "libc",
 8933 "objc2",
 8934 "objc2-core-data",
 8935 "objc2-core-image",
 8936 "objc2-foundation",
 8937 "objc2-quartz-core",
 8938]
 8939
 8940[[package]]
 8941name = "objc2-cloud-kit"
 8942version = "0.2.2"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8945dependencies = [
 8946 "bitflags 2.8.0",
 8947 "block2",
 8948 "objc2",
 8949 "objc2-core-location",
 8950 "objc2-foundation",
 8951]
 8952
 8953[[package]]
 8954name = "objc2-contacts"
 8955version = "0.2.2"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8958dependencies = [
 8959 "block2",
 8960 "objc2",
 8961 "objc2-foundation",
 8962]
 8963
 8964[[package]]
 8965name = "objc2-core-data"
 8966version = "0.2.2"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8969dependencies = [
 8970 "bitflags 2.8.0",
 8971 "block2",
 8972 "objc2",
 8973 "objc2-foundation",
 8974]
 8975
 8976[[package]]
 8977name = "objc2-core-image"
 8978version = "0.2.2"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8981dependencies = [
 8982 "block2",
 8983 "objc2",
 8984 "objc2-foundation",
 8985 "objc2-metal",
 8986]
 8987
 8988[[package]]
 8989name = "objc2-core-location"
 8990version = "0.2.2"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8993dependencies = [
 8994 "block2",
 8995 "objc2",
 8996 "objc2-contacts",
 8997 "objc2-foundation",
 8998]
 8999
 9000[[package]]
 9001name = "objc2-encode"
 9002version = "4.0.3"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9005
 9006[[package]]
 9007name = "objc2-foundation"
 9008version = "0.2.2"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9011dependencies = [
 9012 "bitflags 2.8.0",
 9013 "block2",
 9014 "libc",
 9015 "objc2",
 9016]
 9017
 9018[[package]]
 9019name = "objc2-link-presentation"
 9020version = "0.2.2"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9023dependencies = [
 9024 "block2",
 9025 "objc2",
 9026 "objc2-app-kit",
 9027 "objc2-foundation",
 9028]
 9029
 9030[[package]]
 9031name = "objc2-metal"
 9032version = "0.2.2"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9035dependencies = [
 9036 "bitflags 2.8.0",
 9037 "block2",
 9038 "objc2",
 9039 "objc2-foundation",
 9040]
 9041
 9042[[package]]
 9043name = "objc2-quartz-core"
 9044version = "0.2.2"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9047dependencies = [
 9048 "bitflags 2.8.0",
 9049 "block2",
 9050 "objc2",
 9051 "objc2-foundation",
 9052 "objc2-metal",
 9053]
 9054
 9055[[package]]
 9056name = "objc2-symbols"
 9057version = "0.2.2"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9060dependencies = [
 9061 "objc2",
 9062 "objc2-foundation",
 9063]
 9064
 9065[[package]]
 9066name = "objc2-ui-kit"
 9067version = "0.2.2"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9070dependencies = [
 9071 "bitflags 2.8.0",
 9072 "block2",
 9073 "objc2",
 9074 "objc2-cloud-kit",
 9075 "objc2-core-data",
 9076 "objc2-core-image",
 9077 "objc2-core-location",
 9078 "objc2-foundation",
 9079 "objc2-link-presentation",
 9080 "objc2-quartz-core",
 9081 "objc2-symbols",
 9082 "objc2-uniform-type-identifiers",
 9083 "objc2-user-notifications",
 9084]
 9085
 9086[[package]]
 9087name = "objc2-uniform-type-identifiers"
 9088version = "0.2.2"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9091dependencies = [
 9092 "block2",
 9093 "objc2",
 9094 "objc2-foundation",
 9095]
 9096
 9097[[package]]
 9098name = "objc2-user-notifications"
 9099version = "0.2.2"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9102dependencies = [
 9103 "bitflags 2.8.0",
 9104 "block2",
 9105 "objc2",
 9106 "objc2-core-location",
 9107 "objc2-foundation",
 9108]
 9109
 9110[[package]]
 9111name = "object"
 9112version = "0.36.5"
 9113source = "registry+https://github.com/rust-lang/crates.io-index"
 9114checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9115dependencies = [
 9116 "crc32fast",
 9117 "hashbrown 0.15.2",
 9118 "indexmap",
 9119 "memchr",
 9120]
 9121
 9122[[package]]
 9123name = "oboe"
 9124version = "0.6.1"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9127dependencies = [
 9128 "jni",
 9129 "ndk",
 9130 "ndk-context",
 9131 "num-derive",
 9132 "num-traits",
 9133 "oboe-sys",
 9134]
 9135
 9136[[package]]
 9137name = "oboe-sys"
 9138version = "0.6.1"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9141dependencies = [
 9142 "cc",
 9143]
 9144
 9145[[package]]
 9146name = "ollama"
 9147version = "0.1.0"
 9148dependencies = [
 9149 "anyhow",
 9150 "futures 0.3.31",
 9151 "http_client",
 9152 "schemars",
 9153 "serde",
 9154 "serde_json",
 9155]
 9156
 9157[[package]]
 9158name = "once_cell"
 9159version = "1.20.3"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9162
 9163[[package]]
 9164name = "oo7"
 9165version = "0.4.1"
 9166source = "registry+https://github.com/rust-lang/crates.io-index"
 9167checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9168dependencies = [
 9169 "aes",
 9170 "ashpd",
 9171 "async-fs",
 9172 "async-io",
 9173 "async-lock",
 9174 "blocking",
 9175 "cbc",
 9176 "cipher",
 9177 "digest",
 9178 "endi",
 9179 "futures-lite 2.6.0",
 9180 "futures-util",
 9181 "getrandom 0.3.1",
 9182 "hkdf",
 9183 "hmac",
 9184 "md-5",
 9185 "num",
 9186 "num-bigint-dig",
 9187 "pbkdf2 0.12.2",
 9188 "rand 0.9.0",
 9189 "serde",
 9190 "sha2",
 9191 "subtle",
 9192 "zbus",
 9193 "zbus_macros",
 9194 "zeroize",
 9195 "zvariant",
 9196]
 9197
 9198[[package]]
 9199name = "oorandom"
 9200version = "11.1.4"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9203
 9204[[package]]
 9205name = "open"
 9206version = "5.3.2"
 9207source = "registry+https://github.com/rust-lang/crates.io-index"
 9208checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9209dependencies = [
 9210 "is-wsl",
 9211 "libc",
 9212 "pathdiff",
 9213]
 9214
 9215[[package]]
 9216name = "open_ai"
 9217version = "0.1.0"
 9218dependencies = [
 9219 "anyhow",
 9220 "futures 0.3.31",
 9221 "http_client",
 9222 "schemars",
 9223 "serde",
 9224 "serde_json",
 9225 "strum",
 9226]
 9227
 9228[[package]]
 9229name = "opener"
 9230version = "0.7.2"
 9231source = "registry+https://github.com/rust-lang/crates.io-index"
 9232checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9233dependencies = [
 9234 "bstr",
 9235 "dbus",
 9236 "normpath",
 9237 "windows-sys 0.59.0",
 9238]
 9239
 9240[[package]]
 9241name = "openssl"
 9242version = "0.10.70"
 9243source = "registry+https://github.com/rust-lang/crates.io-index"
 9244checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9245dependencies = [
 9246 "bitflags 2.8.0",
 9247 "cfg-if",
 9248 "foreign-types 0.3.2",
 9249 "libc",
 9250 "once_cell",
 9251 "openssl-macros",
 9252 "openssl-sys",
 9253]
 9254
 9255[[package]]
 9256name = "openssl-macros"
 9257version = "0.1.1"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9260dependencies = [
 9261 "proc-macro2",
 9262 "quote",
 9263 "syn 2.0.100",
 9264]
 9265
 9266[[package]]
 9267name = "openssl-probe"
 9268version = "0.1.5"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9271
 9272[[package]]
 9273name = "openssl-src"
 9274version = "300.4.1+3.4.0"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9277dependencies = [
 9278 "cc",
 9279]
 9280
 9281[[package]]
 9282name = "openssl-sys"
 9283version = "0.9.105"
 9284source = "registry+https://github.com/rust-lang/crates.io-index"
 9285checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9286dependencies = [
 9287 "cc",
 9288 "libc",
 9289 "openssl-src",
 9290 "pkg-config",
 9291 "vcpkg",
 9292]
 9293
 9294[[package]]
 9295name = "option-ext"
 9296version = "0.2.0"
 9297source = "registry+https://github.com/rust-lang/crates.io-index"
 9298checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9299
 9300[[package]]
 9301name = "ordered-float"
 9302version = "2.10.1"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9305dependencies = [
 9306 "num-traits",
 9307]
 9308
 9309[[package]]
 9310name = "ordered-float"
 9311version = "3.9.2"
 9312source = "registry+https://github.com/rust-lang/crates.io-index"
 9313checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9314dependencies = [
 9315 "num-traits",
 9316]
 9317
 9318[[package]]
 9319name = "ordered-stream"
 9320version = "0.2.0"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9323dependencies = [
 9324 "futures-core",
 9325 "pin-project-lite",
 9326]
 9327
 9328[[package]]
 9329name = "ouroboros"
 9330version = "0.18.4"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9333dependencies = [
 9334 "aliasable",
 9335 "ouroboros_macro",
 9336 "static_assertions",
 9337]
 9338
 9339[[package]]
 9340name = "ouroboros_macro"
 9341version = "0.18.4"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9344dependencies = [
 9345 "heck 0.4.1",
 9346 "itertools 0.12.1",
 9347 "proc-macro2",
 9348 "proc-macro2-diagnostics",
 9349 "quote",
 9350 "syn 2.0.100",
 9351]
 9352
 9353[[package]]
 9354name = "outline"
 9355version = "0.1.0"
 9356dependencies = [
 9357 "editor",
 9358 "fuzzy",
 9359 "gpui",
 9360 "indoc",
 9361 "language",
 9362 "menu",
 9363 "ordered-float 2.10.1",
 9364 "picker",
 9365 "project",
 9366 "rope",
 9367 "serde_json",
 9368 "settings",
 9369 "smol",
 9370 "theme",
 9371 "tree-sitter-rust",
 9372 "tree-sitter-typescript",
 9373 "ui",
 9374 "util",
 9375 "workspace",
 9376 "zed_actions",
 9377]
 9378
 9379[[package]]
 9380name = "outline_panel"
 9381version = "0.1.0"
 9382dependencies = [
 9383 "anyhow",
 9384 "collections",
 9385 "db",
 9386 "editor",
 9387 "file_icons",
 9388 "fuzzy",
 9389 "gpui",
 9390 "itertools 0.14.0",
 9391 "language",
 9392 "log",
 9393 "menu",
 9394 "outline",
 9395 "pretty_assertions",
 9396 "project",
 9397 "schemars",
 9398 "search",
 9399 "serde",
 9400 "serde_json",
 9401 "settings",
 9402 "smallvec",
 9403 "smol",
 9404 "theme",
 9405 "ui",
 9406 "util",
 9407 "workspace",
 9408 "worktree",
 9409 "zed_actions",
 9410]
 9411
 9412[[package]]
 9413name = "outref"
 9414version = "0.5.1"
 9415source = "registry+https://github.com/rust-lang/crates.io-index"
 9416checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9417
 9418[[package]]
 9419name = "overload"
 9420version = "0.1.1"
 9421source = "registry+https://github.com/rust-lang/crates.io-index"
 9422checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9423
 9424[[package]]
 9425name = "p256"
 9426version = "0.11.1"
 9427source = "registry+https://github.com/rust-lang/crates.io-index"
 9428checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9429dependencies = [
 9430 "ecdsa",
 9431 "elliptic-curve",
 9432 "sha2",
 9433]
 9434
 9435[[package]]
 9436name = "page_size"
 9437version = "0.6.0"
 9438source = "registry+https://github.com/rust-lang/crates.io-index"
 9439checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9440dependencies = [
 9441 "libc",
 9442 "winapi",
 9443]
 9444
 9445[[package]]
 9446name = "palette"
 9447version = "0.7.6"
 9448source = "registry+https://github.com/rust-lang/crates.io-index"
 9449checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9450dependencies = [
 9451 "approx",
 9452 "fast-srgb8",
 9453 "palette_derive",
 9454]
 9455
 9456[[package]]
 9457name = "palette_derive"
 9458version = "0.7.6"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9461dependencies = [
 9462 "by_address",
 9463 "proc-macro2",
 9464 "quote",
 9465 "syn 2.0.100",
 9466]
 9467
 9468[[package]]
 9469name = "panel"
 9470version = "0.1.0"
 9471dependencies = [
 9472 "editor",
 9473 "gpui",
 9474 "settings",
 9475 "theme",
 9476 "ui",
 9477 "workspace",
 9478]
 9479
 9480[[package]]
 9481name = "parity-tokio-ipc"
 9482version = "0.9.0"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9485dependencies = [
 9486 "futures 0.3.31",
 9487 "libc",
 9488 "log",
 9489 "rand 0.7.3",
 9490 "tokio",
 9491 "winapi",
 9492]
 9493
 9494[[package]]
 9495name = "parking"
 9496version = "2.2.1"
 9497source = "registry+https://github.com/rust-lang/crates.io-index"
 9498checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9499
 9500[[package]]
 9501name = "parking_lot"
 9502version = "0.12.3"
 9503source = "registry+https://github.com/rust-lang/crates.io-index"
 9504checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9505dependencies = [
 9506 "lock_api",
 9507 "parking_lot_core",
 9508]
 9509
 9510[[package]]
 9511name = "parking_lot_core"
 9512version = "0.9.10"
 9513source = "registry+https://github.com/rust-lang/crates.io-index"
 9514checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9515dependencies = [
 9516 "cfg-if",
 9517 "libc",
 9518 "redox_syscall 0.5.8",
 9519 "smallvec",
 9520 "windows-targets 0.52.6",
 9521]
 9522
 9523[[package]]
 9524name = "password-hash"
 9525version = "0.4.2"
 9526source = "registry+https://github.com/rust-lang/crates.io-index"
 9527checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9528dependencies = [
 9529 "base64ct",
 9530 "rand_core 0.6.4",
 9531 "subtle",
 9532]
 9533
 9534[[package]]
 9535name = "password-hash"
 9536version = "0.5.0"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9539dependencies = [
 9540 "base64ct",
 9541 "rand_core 0.6.4",
 9542 "subtle",
 9543]
 9544
 9545[[package]]
 9546name = "paste"
 9547version = "1.0.15"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9550
 9551[[package]]
 9552name = "pathdiff"
 9553version = "0.2.3"
 9554source = "registry+https://github.com/rust-lang/crates.io-index"
 9555checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9556
 9557[[package]]
 9558name = "pathfinder_geometry"
 9559version = "0.5.1"
 9560source = "registry+https://github.com/rust-lang/crates.io-index"
 9561checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9562dependencies = [
 9563 "log",
 9564 "pathfinder_simd",
 9565]
 9566
 9567[[package]]
 9568name = "pathfinder_simd"
 9569version = "0.5.4"
 9570source = "registry+https://github.com/rust-lang/crates.io-index"
 9571checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9572dependencies = [
 9573 "rustc_version",
 9574]
 9575
 9576[[package]]
 9577name = "paths"
 9578version = "0.1.0"
 9579dependencies = [
 9580 "dirs 4.0.0",
 9581 "util",
 9582]
 9583
 9584[[package]]
 9585name = "pbjson"
 9586version = "0.6.0"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9589dependencies = [
 9590 "base64 0.21.7",
 9591 "serde",
 9592]
 9593
 9594[[package]]
 9595name = "pbjson-build"
 9596version = "0.6.2"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9599dependencies = [
 9600 "heck 0.4.1",
 9601 "itertools 0.11.0",
 9602 "prost 0.12.6",
 9603 "prost-types 0.12.6",
 9604]
 9605
 9606[[package]]
 9607name = "pbjson-types"
 9608version = "0.6.0"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9611dependencies = [
 9612 "bytes 1.10.1",
 9613 "chrono",
 9614 "pbjson",
 9615 "pbjson-build",
 9616 "prost 0.12.6",
 9617 "prost-build 0.12.6",
 9618 "serde",
 9619]
 9620
 9621[[package]]
 9622name = "pbkdf2"
 9623version = "0.11.0"
 9624source = "registry+https://github.com/rust-lang/crates.io-index"
 9625checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9626dependencies = [
 9627 "digest",
 9628 "hmac",
 9629 "password-hash 0.4.2",
 9630 "sha2",
 9631]
 9632
 9633[[package]]
 9634name = "pbkdf2"
 9635version = "0.12.2"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9638dependencies = [
 9639 "digest",
 9640 "hmac",
 9641]
 9642
 9643[[package]]
 9644name = "pem"
 9645version = "3.0.4"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9648dependencies = [
 9649 "base64 0.22.1",
 9650 "serde",
 9651]
 9652
 9653[[package]]
 9654name = "pem-rfc7468"
 9655version = "0.7.0"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9658dependencies = [
 9659 "base64ct",
 9660]
 9661
 9662[[package]]
 9663name = "percent-encoding"
 9664version = "2.3.1"
 9665source = "registry+https://github.com/rust-lang/crates.io-index"
 9666checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9667
 9668[[package]]
 9669name = "perplexity"
 9670version = "0.1.0"
 9671dependencies = [
 9672 "serde",
 9673 "zed_extension_api 0.3.0",
 9674]
 9675
 9676[[package]]
 9677name = "pest"
 9678version = "2.7.15"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9681dependencies = [
 9682 "memchr",
 9683 "thiserror 2.0.12",
 9684 "ucd-trie",
 9685]
 9686
 9687[[package]]
 9688name = "pest_derive"
 9689version = "2.7.15"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9692dependencies = [
 9693 "pest",
 9694 "pest_generator",
 9695]
 9696
 9697[[package]]
 9698name = "pest_generator"
 9699version = "2.7.15"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9702dependencies = [
 9703 "pest",
 9704 "pest_meta",
 9705 "proc-macro2",
 9706 "quote",
 9707 "syn 2.0.100",
 9708]
 9709
 9710[[package]]
 9711name = "pest_meta"
 9712version = "2.7.15"
 9713source = "registry+https://github.com/rust-lang/crates.io-index"
 9714checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9715dependencies = [
 9716 "once_cell",
 9717 "pest",
 9718 "sha2",
 9719]
 9720
 9721[[package]]
 9722name = "pet"
 9723version = "0.1.0"
 9724source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9725dependencies = [
 9726 "clap",
 9727 "env_logger 0.10.2",
 9728 "lazy_static",
 9729 "log",
 9730 "msvc_spectre_libs",
 9731 "pet-conda",
 9732 "pet-core",
 9733 "pet-env-var-path",
 9734 "pet-fs",
 9735 "pet-global-virtualenvs",
 9736 "pet-homebrew",
 9737 "pet-jsonrpc",
 9738 "pet-linux-global-python",
 9739 "pet-mac-commandlinetools",
 9740 "pet-mac-python-org",
 9741 "pet-mac-xcode",
 9742 "pet-pipenv",
 9743 "pet-pixi",
 9744 "pet-poetry",
 9745 "pet-pyenv",
 9746 "pet-python-utils",
 9747 "pet-reporter",
 9748 "pet-telemetry",
 9749 "pet-venv",
 9750 "pet-virtualenv",
 9751 "pet-virtualenvwrapper",
 9752 "pet-windows-registry",
 9753 "pet-windows-store",
 9754 "serde",
 9755 "serde_json",
 9756]
 9757
 9758[[package]]
 9759name = "pet-conda"
 9760version = "0.1.0"
 9761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9762dependencies = [
 9763 "env_logger 0.10.2",
 9764 "lazy_static",
 9765 "log",
 9766 "msvc_spectre_libs",
 9767 "pet-core",
 9768 "pet-fs",
 9769 "pet-python-utils",
 9770 "pet-reporter",
 9771 "regex",
 9772 "serde",
 9773 "serde_json",
 9774 "yaml-rust2",
 9775]
 9776
 9777[[package]]
 9778name = "pet-core"
 9779version = "0.1.0"
 9780source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9781dependencies = [
 9782 "clap",
 9783 "lazy_static",
 9784 "log",
 9785 "msvc_spectre_libs",
 9786 "pet-fs",
 9787 "regex",
 9788 "serde",
 9789 "serde_json",
 9790]
 9791
 9792[[package]]
 9793name = "pet-env-var-path"
 9794version = "0.1.0"
 9795source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9796dependencies = [
 9797 "lazy_static",
 9798 "log",
 9799 "msvc_spectre_libs",
 9800 "pet-conda",
 9801 "pet-core",
 9802 "pet-fs",
 9803 "pet-python-utils",
 9804 "pet-virtualenv",
 9805 "regex",
 9806]
 9807
 9808[[package]]
 9809name = "pet-fs"
 9810version = "0.1.0"
 9811source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9812dependencies = [
 9813 "log",
 9814 "msvc_spectre_libs",
 9815]
 9816
 9817[[package]]
 9818name = "pet-global-virtualenvs"
 9819version = "0.1.0"
 9820source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9821dependencies = [
 9822 "log",
 9823 "msvc_spectre_libs",
 9824 "pet-conda",
 9825 "pet-core",
 9826 "pet-fs",
 9827 "pet-virtualenv",
 9828]
 9829
 9830[[package]]
 9831name = "pet-homebrew"
 9832version = "0.1.0"
 9833source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9834dependencies = [
 9835 "lazy_static",
 9836 "log",
 9837 "msvc_spectre_libs",
 9838 "pet-conda",
 9839 "pet-core",
 9840 "pet-fs",
 9841 "pet-python-utils",
 9842 "pet-virtualenv",
 9843 "regex",
 9844 "serde",
 9845 "serde_json",
 9846]
 9847
 9848[[package]]
 9849name = "pet-jsonrpc"
 9850version = "0.1.0"
 9851source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9852dependencies = [
 9853 "env_logger 0.10.2",
 9854 "log",
 9855 "msvc_spectre_libs",
 9856 "pet-core",
 9857 "serde",
 9858 "serde_json",
 9859]
 9860
 9861[[package]]
 9862name = "pet-linux-global-python"
 9863version = "0.1.0"
 9864source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9865dependencies = [
 9866 "log",
 9867 "msvc_spectre_libs",
 9868 "pet-core",
 9869 "pet-fs",
 9870 "pet-python-utils",
 9871 "pet-virtualenv",
 9872]
 9873
 9874[[package]]
 9875name = "pet-mac-commandlinetools"
 9876version = "0.1.0"
 9877source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9878dependencies = [
 9879 "log",
 9880 "msvc_spectre_libs",
 9881 "pet-core",
 9882 "pet-fs",
 9883 "pet-python-utils",
 9884 "pet-virtualenv",
 9885]
 9886
 9887[[package]]
 9888name = "pet-mac-python-org"
 9889version = "0.1.0"
 9890source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9891dependencies = [
 9892 "log",
 9893 "msvc_spectre_libs",
 9894 "pet-core",
 9895 "pet-fs",
 9896 "pet-python-utils",
 9897 "pet-virtualenv",
 9898]
 9899
 9900[[package]]
 9901name = "pet-mac-xcode"
 9902version = "0.1.0"
 9903source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9904dependencies = [
 9905 "log",
 9906 "msvc_spectre_libs",
 9907 "pet-core",
 9908 "pet-fs",
 9909 "pet-python-utils",
 9910 "pet-virtualenv",
 9911]
 9912
 9913[[package]]
 9914name = "pet-pipenv"
 9915version = "0.1.0"
 9916source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9917dependencies = [
 9918 "log",
 9919 "msvc_spectre_libs",
 9920 "pet-core",
 9921 "pet-fs",
 9922 "pet-python-utils",
 9923 "pet-virtualenv",
 9924]
 9925
 9926[[package]]
 9927name = "pet-pixi"
 9928version = "0.1.0"
 9929source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9930dependencies = [
 9931 "log",
 9932 "msvc_spectre_libs",
 9933 "pet-conda",
 9934 "pet-core",
 9935 "pet-python-utils",
 9936]
 9937
 9938[[package]]
 9939name = "pet-poetry"
 9940version = "0.1.0"
 9941source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9942dependencies = [
 9943 "base64 0.22.1",
 9944 "lazy_static",
 9945 "log",
 9946 "msvc_spectre_libs",
 9947 "pet-core",
 9948 "pet-fs",
 9949 "pet-python-utils",
 9950 "pet-reporter",
 9951 "pet-virtualenv",
 9952 "regex",
 9953 "serde",
 9954 "serde_json",
 9955 "sha2",
 9956 "toml 0.8.20",
 9957]
 9958
 9959[[package]]
 9960name = "pet-pyenv"
 9961version = "0.1.0"
 9962source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9963dependencies = [
 9964 "lazy_static",
 9965 "log",
 9966 "msvc_spectre_libs",
 9967 "pet-conda",
 9968 "pet-core",
 9969 "pet-fs",
 9970 "pet-python-utils",
 9971 "pet-reporter",
 9972 "regex",
 9973 "serde",
 9974 "serde_json",
 9975]
 9976
 9977[[package]]
 9978name = "pet-python-utils"
 9979version = "0.1.0"
 9980source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9981dependencies = [
 9982 "env_logger 0.10.2",
 9983 "lazy_static",
 9984 "log",
 9985 "msvc_spectre_libs",
 9986 "pet-core",
 9987 "pet-fs",
 9988 "regex",
 9989 "serde",
 9990 "serde_json",
 9991 "sha2",
 9992]
 9993
 9994[[package]]
 9995name = "pet-reporter"
 9996version = "0.1.0"
 9997source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9998dependencies = [
 9999 "env_logger 0.10.2",
10000 "log",
10001 "msvc_spectre_libs",
10002 "pet-core",
10003 "pet-jsonrpc",
10004 "serde",
10005 "serde_json",
10006]
10007
10008[[package]]
10009name = "pet-telemetry"
10010version = "0.1.0"
10011source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10012dependencies = [
10013 "env_logger 0.10.2",
10014 "lazy_static",
10015 "log",
10016 "msvc_spectre_libs",
10017 "pet-core",
10018 "pet-fs",
10019 "pet-python-utils",
10020 "regex",
10021]
10022
10023[[package]]
10024name = "pet-venv"
10025version = "0.1.0"
10026source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10027dependencies = [
10028 "log",
10029 "msvc_spectre_libs",
10030 "pet-core",
10031 "pet-python-utils",
10032 "pet-virtualenv",
10033]
10034
10035[[package]]
10036name = "pet-virtualenv"
10037version = "0.1.0"
10038source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10039dependencies = [
10040 "log",
10041 "msvc_spectre_libs",
10042 "pet-core",
10043 "pet-fs",
10044 "pet-python-utils",
10045]
10046
10047[[package]]
10048name = "pet-virtualenvwrapper"
10049version = "0.1.0"
10050source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10051dependencies = [
10052 "log",
10053 "msvc_spectre_libs",
10054 "pet-core",
10055 "pet-fs",
10056 "pet-python-utils",
10057 "pet-virtualenv",
10058]
10059
10060[[package]]
10061name = "pet-windows-registry"
10062version = "0.1.0"
10063source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10064dependencies = [
10065 "lazy_static",
10066 "log",
10067 "msvc_spectre_libs",
10068 "pet-conda",
10069 "pet-core",
10070 "pet-fs",
10071 "pet-python-utils",
10072 "pet-virtualenv",
10073 "pet-windows-store",
10074 "regex",
10075 "winreg 0.52.0",
10076]
10077
10078[[package]]
10079name = "pet-windows-store"
10080version = "0.1.0"
10081source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10082dependencies = [
10083 "lazy_static",
10084 "log",
10085 "msvc_spectre_libs",
10086 "pet-core",
10087 "pet-fs",
10088 "pet-python-utils",
10089 "pet-virtualenv",
10090 "regex",
10091 "winreg 0.52.0",
10092]
10093
10094[[package]]
10095name = "petgraph"
10096version = "0.6.5"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10099dependencies = [
10100 "fixedbitset",
10101 "indexmap",
10102]
10103
10104[[package]]
10105name = "pgvector"
10106version = "0.4.0"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10109dependencies = [
10110 "serde",
10111]
10112
10113[[package]]
10114name = "phf"
10115version = "0.11.2"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10118dependencies = [
10119 "phf_macros",
10120 "phf_shared 0.11.2",
10121]
10122
10123[[package]]
10124name = "phf_codegen"
10125version = "0.11.2"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10128dependencies = [
10129 "phf_generator 0.11.2",
10130 "phf_shared 0.11.2",
10131]
10132
10133[[package]]
10134name = "phf_generator"
10135version = "0.10.0"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10138dependencies = [
10139 "phf_shared 0.10.0",
10140 "rand 0.8.5",
10141]
10142
10143[[package]]
10144name = "phf_generator"
10145version = "0.11.2"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10148dependencies = [
10149 "phf_shared 0.11.2",
10150 "rand 0.8.5",
10151]
10152
10153[[package]]
10154name = "phf_macros"
10155version = "0.11.2"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10158dependencies = [
10159 "phf_generator 0.11.2",
10160 "phf_shared 0.11.2",
10161 "proc-macro2",
10162 "quote",
10163 "syn 2.0.100",
10164]
10165
10166[[package]]
10167name = "phf_shared"
10168version = "0.10.0"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10171dependencies = [
10172 "siphasher 0.3.11",
10173]
10174
10175[[package]]
10176name = "phf_shared"
10177version = "0.11.2"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10180dependencies = [
10181 "siphasher 0.3.11",
10182]
10183
10184[[package]]
10185name = "picker"
10186version = "0.1.0"
10187dependencies = [
10188 "anyhow",
10189 "ctor",
10190 "editor",
10191 "env_logger 0.11.7",
10192 "gpui",
10193 "menu",
10194 "schemars",
10195 "serde",
10196 "serde_json",
10197 "ui",
10198 "util",
10199 "workspace",
10200]
10201
10202[[package]]
10203name = "pico-args"
10204version = "0.5.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10207
10208[[package]]
10209name = "pin-project"
10210version = "1.1.7"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10213dependencies = [
10214 "pin-project-internal",
10215]
10216
10217[[package]]
10218name = "pin-project-internal"
10219version = "1.1.7"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10222dependencies = [
10223 "proc-macro2",
10224 "quote",
10225 "syn 2.0.100",
10226]
10227
10228[[package]]
10229name = "pin-project-lite"
10230version = "0.2.16"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10233
10234[[package]]
10235name = "pin-utils"
10236version = "0.1.0"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10239
10240[[package]]
10241name = "piper"
10242version = "0.2.4"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10245dependencies = [
10246 "atomic-waker",
10247 "fastrand 2.3.0",
10248 "futures-io",
10249]
10250
10251[[package]]
10252name = "pkcs1"
10253version = "0.7.5"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10256dependencies = [
10257 "der 0.7.9",
10258 "pkcs8 0.10.2",
10259 "spki 0.7.3",
10260]
10261
10262[[package]]
10263name = "pkcs8"
10264version = "0.9.0"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10267dependencies = [
10268 "der 0.6.1",
10269 "spki 0.6.0",
10270]
10271
10272[[package]]
10273name = "pkcs8"
10274version = "0.10.2"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10277dependencies = [
10278 "der 0.7.9",
10279 "spki 0.7.3",
10280]
10281
10282[[package]]
10283name = "pkg-config"
10284version = "0.3.31"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10287
10288[[package]]
10289name = "plist"
10290version = "1.7.0"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10293dependencies = [
10294 "base64 0.22.1",
10295 "indexmap",
10296 "quick-xml 0.32.0",
10297 "serde",
10298 "time",
10299]
10300
10301[[package]]
10302name = "plotters"
10303version = "0.3.7"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10306dependencies = [
10307 "num-traits",
10308 "plotters-backend",
10309 "plotters-svg",
10310 "wasm-bindgen",
10311 "web-sys",
10312]
10313
10314[[package]]
10315name = "plotters-backend"
10316version = "0.3.7"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10319
10320[[package]]
10321name = "plotters-svg"
10322version = "0.3.7"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10325dependencies = [
10326 "plotters-backend",
10327]
10328
10329[[package]]
10330name = "png"
10331version = "0.17.15"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10334dependencies = [
10335 "bitflags 1.3.2",
10336 "crc32fast",
10337 "fdeflate",
10338 "flate2",
10339 "miniz_oxide",
10340]
10341
10342[[package]]
10343name = "polling"
10344version = "3.7.4"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10347dependencies = [
10348 "cfg-if",
10349 "concurrent-queue",
10350 "hermit-abi 0.4.0",
10351 "pin-project-lite",
10352 "rustix",
10353 "tracing",
10354 "windows-sys 0.59.0",
10355]
10356
10357[[package]]
10358name = "pollster"
10359version = "0.2.5"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10362
10363[[package]]
10364name = "portable-atomic"
10365version = "1.11.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10368
10369[[package]]
10370name = "portable-atomic-util"
10371version = "0.2.4"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10374dependencies = [
10375 "portable-atomic",
10376]
10377
10378[[package]]
10379name = "postage"
10380version = "0.5.0"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10383dependencies = [
10384 "atomic",
10385 "crossbeam-queue",
10386 "futures 0.3.31",
10387 "log",
10388 "parking_lot",
10389 "pin-project",
10390 "pollster",
10391 "static_assertions",
10392 "thiserror 1.0.69",
10393]
10394
10395[[package]]
10396name = "postcard"
10397version = "1.1.1"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10400dependencies = [
10401 "cobs",
10402 "embedded-io 0.4.0",
10403 "embedded-io 0.6.1",
10404 "serde",
10405]
10406
10407[[package]]
10408name = "powerfmt"
10409version = "0.2.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10412
10413[[package]]
10414name = "ppv-lite86"
10415version = "0.2.20"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10418dependencies = [
10419 "zerocopy 0.7.35",
10420]
10421
10422[[package]]
10423name = "precomputed-hash"
10424version = "0.1.1"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10427
10428[[package]]
10429name = "prettier"
10430version = "0.1.0"
10431dependencies = [
10432 "anyhow",
10433 "collections",
10434 "fs",
10435 "gpui",
10436 "language",
10437 "log",
10438 "lsp",
10439 "node_runtime",
10440 "parking_lot",
10441 "paths",
10442 "serde",
10443 "serde_json",
10444 "util",
10445]
10446
10447[[package]]
10448name = "pretty_assertions"
10449version = "1.4.1"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10452dependencies = [
10453 "diff",
10454 "yansi",
10455]
10456
10457[[package]]
10458name = "prettyplease"
10459version = "0.2.25"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10462dependencies = [
10463 "proc-macro2",
10464 "syn 2.0.100",
10465]
10466
10467[[package]]
10468name = "proc-macro-crate"
10469version = "3.2.0"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10472dependencies = [
10473 "toml_edit",
10474]
10475
10476[[package]]
10477name = "proc-macro-error-attr2"
10478version = "2.0.0"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10481dependencies = [
10482 "proc-macro2",
10483 "quote",
10484]
10485
10486[[package]]
10487name = "proc-macro-error2"
10488version = "2.0.1"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10491dependencies = [
10492 "proc-macro-error-attr2",
10493 "proc-macro2",
10494 "quote",
10495 "syn 2.0.100",
10496]
10497
10498[[package]]
10499name = "proc-macro2"
10500version = "1.0.94"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10503dependencies = [
10504 "unicode-ident",
10505]
10506
10507[[package]]
10508name = "proc-macro2-diagnostics"
10509version = "0.10.1"
10510source = "registry+https://github.com/rust-lang/crates.io-index"
10511checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10512dependencies = [
10513 "proc-macro2",
10514 "quote",
10515 "syn 2.0.100",
10516 "version_check",
10517 "yansi",
10518]
10519
10520[[package]]
10521name = "profiling"
10522version = "1.0.16"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10525dependencies = [
10526 "profiling-procmacros",
10527]
10528
10529[[package]]
10530name = "profiling-procmacros"
10531version = "1.0.16"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10534dependencies = [
10535 "quote",
10536 "syn 2.0.100",
10537]
10538
10539[[package]]
10540name = "project"
10541version = "0.1.0"
10542dependencies = [
10543 "aho-corasick",
10544 "anyhow",
10545 "askpass",
10546 "async-trait",
10547 "buffer_diff",
10548 "circular-buffer",
10549 "client",
10550 "clock",
10551 "collections",
10552 "dap",
10553 "dap_adapters",
10554 "env_logger 0.11.7",
10555 "extension",
10556 "fancy-regex 0.14.0",
10557 "fs",
10558 "futures 0.3.31",
10559 "fuzzy",
10560 "git",
10561 "git2",
10562 "globset",
10563 "gpui",
10564 "http_client",
10565 "image",
10566 "indexmap",
10567 "itertools 0.14.0",
10568 "language",
10569 "log",
10570 "lsp",
10571 "node_runtime",
10572 "parking_lot",
10573 "pathdiff",
10574 "paths",
10575 "postage",
10576 "prettier",
10577 "pretty_assertions",
10578 "rand 0.8.5",
10579 "regex",
10580 "release_channel",
10581 "remote",
10582 "rpc",
10583 "schemars",
10584 "serde",
10585 "serde_json",
10586 "settings",
10587 "sha2",
10588 "shellexpand 2.1.2",
10589 "shlex",
10590 "smol",
10591 "snippet",
10592 "snippet_provider",
10593 "task",
10594 "tempfile",
10595 "terminal",
10596 "text",
10597 "toml 0.8.20",
10598 "unindent",
10599 "url",
10600 "util",
10601 "which 6.0.3",
10602 "worktree",
10603]
10604
10605[[package]]
10606name = "project_panel"
10607version = "0.1.0"
10608dependencies = [
10609 "anyhow",
10610 "client",
10611 "collections",
10612 "command_palette_hooks",
10613 "db",
10614 "editor",
10615 "file_icons",
10616 "git",
10617 "gpui",
10618 "indexmap",
10619 "language",
10620 "menu",
10621 "pretty_assertions",
10622 "project",
10623 "schemars",
10624 "search",
10625 "serde",
10626 "serde_derive",
10627 "serde_json",
10628 "settings",
10629 "smallvec",
10630 "theme",
10631 "ui",
10632 "util",
10633 "workspace",
10634 "worktree",
10635 "zed_actions",
10636]
10637
10638[[package]]
10639name = "project_symbols"
10640version = "0.1.0"
10641dependencies = [
10642 "anyhow",
10643 "editor",
10644 "futures 0.3.31",
10645 "fuzzy",
10646 "gpui",
10647 "language",
10648 "lsp",
10649 "ordered-float 2.10.1",
10650 "picker",
10651 "project",
10652 "release_channel",
10653 "serde_json",
10654 "settings",
10655 "theme",
10656 "util",
10657 "workspace",
10658]
10659
10660[[package]]
10661name = "prometheus"
10662version = "0.13.4"
10663source = "registry+https://github.com/rust-lang/crates.io-index"
10664checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10665dependencies = [
10666 "cfg-if",
10667 "fnv",
10668 "lazy_static",
10669 "memchr",
10670 "parking_lot",
10671 "protobuf",
10672 "thiserror 1.0.69",
10673]
10674
10675[[package]]
10676name = "prompt_library"
10677version = "0.1.0"
10678dependencies = [
10679 "anyhow",
10680 "collections",
10681 "editor",
10682 "gpui",
10683 "language",
10684 "language_model",
10685 "log",
10686 "menu",
10687 "picker",
10688 "prompt_store",
10689 "release_channel",
10690 "rope",
10691 "serde",
10692 "settings",
10693 "theme",
10694 "ui",
10695 "util",
10696 "workspace",
10697 "zed_actions",
10698]
10699
10700[[package]]
10701name = "prompt_store"
10702version = "0.1.0"
10703dependencies = [
10704 "anyhow",
10705 "assets",
10706 "chrono",
10707 "collections",
10708 "fs",
10709 "futures 0.3.31",
10710 "fuzzy",
10711 "gpui",
10712 "handlebars 4.5.0",
10713 "heed",
10714 "language",
10715 "log",
10716 "parking_lot",
10717 "paths",
10718 "rope",
10719 "serde",
10720 "text",
10721 "util",
10722 "uuid",
10723]
10724
10725[[package]]
10726name = "prost"
10727version = "0.9.0"
10728source = "registry+https://github.com/rust-lang/crates.io-index"
10729checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10730dependencies = [
10731 "bytes 1.10.1",
10732 "prost-derive 0.9.0",
10733]
10734
10735[[package]]
10736name = "prost"
10737version = "0.12.6"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10740dependencies = [
10741 "bytes 1.10.1",
10742 "prost-derive 0.12.6",
10743]
10744
10745[[package]]
10746name = "prost-build"
10747version = "0.9.0"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10750dependencies = [
10751 "bytes 1.10.1",
10752 "heck 0.3.3",
10753 "itertools 0.10.5",
10754 "lazy_static",
10755 "log",
10756 "multimap 0.8.3",
10757 "petgraph",
10758 "prost 0.9.0",
10759 "prost-types 0.9.0",
10760 "regex",
10761 "tempfile",
10762 "which 4.4.2",
10763]
10764
10765[[package]]
10766name = "prost-build"
10767version = "0.12.6"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10770dependencies = [
10771 "bytes 1.10.1",
10772 "heck 0.5.0",
10773 "itertools 0.10.5",
10774 "log",
10775 "multimap 0.10.0",
10776 "once_cell",
10777 "petgraph",
10778 "prettyplease",
10779 "prost 0.12.6",
10780 "prost-types 0.12.6",
10781 "regex",
10782 "syn 2.0.100",
10783 "tempfile",
10784]
10785
10786[[package]]
10787name = "prost-derive"
10788version = "0.9.0"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10791dependencies = [
10792 "anyhow",
10793 "itertools 0.10.5",
10794 "proc-macro2",
10795 "quote",
10796 "syn 1.0.109",
10797]
10798
10799[[package]]
10800name = "prost-derive"
10801version = "0.12.6"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10804dependencies = [
10805 "anyhow",
10806 "itertools 0.10.5",
10807 "proc-macro2",
10808 "quote",
10809 "syn 2.0.100",
10810]
10811
10812[[package]]
10813name = "prost-types"
10814version = "0.9.0"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10817dependencies = [
10818 "bytes 1.10.1",
10819 "prost 0.9.0",
10820]
10821
10822[[package]]
10823name = "prost-types"
10824version = "0.12.6"
10825source = "registry+https://github.com/rust-lang/crates.io-index"
10826checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10827dependencies = [
10828 "prost 0.12.6",
10829]
10830
10831[[package]]
10832name = "proto"
10833version = "0.1.0"
10834dependencies = [
10835 "anyhow",
10836 "collections",
10837 "prost 0.9.0",
10838 "prost-build 0.9.0",
10839 "serde",
10840]
10841
10842[[package]]
10843name = "protobuf"
10844version = "2.28.0"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10847
10848[[package]]
10849name = "psm"
10850version = "0.1.24"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10853dependencies = [
10854 "cc",
10855]
10856
10857[[package]]
10858name = "ptr_meta"
10859version = "0.1.4"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10862dependencies = [
10863 "ptr_meta_derive",
10864]
10865
10866[[package]]
10867name = "ptr_meta_derive"
10868version = "0.1.4"
10869source = "registry+https://github.com/rust-lang/crates.io-index"
10870checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10871dependencies = [
10872 "proc-macro2",
10873 "quote",
10874 "syn 1.0.109",
10875]
10876
10877[[package]]
10878name = "pulldown-cmark"
10879version = "0.10.3"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10882dependencies = [
10883 "bitflags 2.8.0",
10884 "memchr",
10885 "pulldown-cmark-escape",
10886 "unicase",
10887]
10888
10889[[package]]
10890name = "pulldown-cmark"
10891version = "0.12.2"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10894dependencies = [
10895 "bitflags 2.8.0",
10896 "memchr",
10897 "unicase",
10898]
10899
10900[[package]]
10901name = "pulldown-cmark-escape"
10902version = "0.10.1"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10905
10906[[package]]
10907name = "pulley-interpreter"
10908version = "29.0.1"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10911dependencies = [
10912 "cranelift-bitset",
10913 "log",
10914 "sptr",
10915 "wasmtime-math",
10916]
10917
10918[[package]]
10919name = "qoi"
10920version = "0.4.1"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10923dependencies = [
10924 "bytemuck",
10925]
10926
10927[[package]]
10928name = "quick-error"
10929version = "2.0.1"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10932
10933[[package]]
10934name = "quick-xml"
10935version = "0.32.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10938dependencies = [
10939 "memchr",
10940]
10941
10942[[package]]
10943name = "quick-xml"
10944version = "0.37.2"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10947dependencies = [
10948 "memchr",
10949]
10950
10951[[package]]
10952name = "quinn"
10953version = "0.11.6"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10956dependencies = [
10957 "bytes 1.10.1",
10958 "pin-project-lite",
10959 "quinn-proto",
10960 "quinn-udp",
10961 "rustc-hash 2.1.1",
10962 "rustls 0.23.25",
10963 "socket2",
10964 "thiserror 2.0.12",
10965 "tokio",
10966 "tracing",
10967]
10968
10969[[package]]
10970name = "quinn-proto"
10971version = "0.11.9"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10974dependencies = [
10975 "bytes 1.10.1",
10976 "getrandom 0.2.15",
10977 "rand 0.8.5",
10978 "ring",
10979 "rustc-hash 2.1.1",
10980 "rustls 0.23.25",
10981 "rustls-pki-types",
10982 "slab",
10983 "thiserror 2.0.12",
10984 "tinyvec",
10985 "tracing",
10986 "web-time",
10987]
10988
10989[[package]]
10990name = "quinn-udp"
10991version = "0.5.9"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10994dependencies = [
10995 "cfg_aliases 0.2.1",
10996 "libc",
10997 "once_cell",
10998 "socket2",
10999 "tracing",
11000 "windows-sys 0.59.0",
11001]
11002
11003[[package]]
11004name = "quote"
11005version = "1.0.40"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11008dependencies = [
11009 "proc-macro2",
11010]
11011
11012[[package]]
11013name = "radium"
11014version = "0.7.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11017
11018[[package]]
11019name = "rand"
11020version = "0.7.3"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11023dependencies = [
11024 "getrandom 0.1.16",
11025 "libc",
11026 "rand_chacha 0.2.2",
11027 "rand_core 0.5.1",
11028 "rand_hc",
11029]
11030
11031[[package]]
11032name = "rand"
11033version = "0.8.5"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11036dependencies = [
11037 "libc",
11038 "rand_chacha 0.3.1",
11039 "rand_core 0.6.4",
11040]
11041
11042[[package]]
11043name = "rand"
11044version = "0.9.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11047dependencies = [
11048 "rand_chacha 0.9.0",
11049 "rand_core 0.9.0",
11050 "zerocopy 0.8.18",
11051]
11052
11053[[package]]
11054name = "rand_chacha"
11055version = "0.2.2"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11058dependencies = [
11059 "ppv-lite86",
11060 "rand_core 0.5.1",
11061]
11062
11063[[package]]
11064name = "rand_chacha"
11065version = "0.3.1"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11068dependencies = [
11069 "ppv-lite86",
11070 "rand_core 0.6.4",
11071]
11072
11073[[package]]
11074name = "rand_chacha"
11075version = "0.9.0"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11078dependencies = [
11079 "ppv-lite86",
11080 "rand_core 0.9.0",
11081]
11082
11083[[package]]
11084name = "rand_core"
11085version = "0.5.1"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11088dependencies = [
11089 "getrandom 0.1.16",
11090]
11091
11092[[package]]
11093name = "rand_core"
11094version = "0.6.4"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11097dependencies = [
11098 "getrandom 0.2.15",
11099]
11100
11101[[package]]
11102name = "rand_core"
11103version = "0.9.0"
11104source = "registry+https://github.com/rust-lang/crates.io-index"
11105checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11106dependencies = [
11107 "getrandom 0.3.1",
11108 "zerocopy 0.8.18",
11109]
11110
11111[[package]]
11112name = "rand_hc"
11113version = "0.2.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11116dependencies = [
11117 "rand_core 0.5.1",
11118]
11119
11120[[package]]
11121name = "rangemap"
11122version = "1.5.1"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11125
11126[[package]]
11127name = "rav1e"
11128version = "0.7.1"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11131dependencies = [
11132 "arbitrary",
11133 "arg_enum_proc_macro",
11134 "arrayvec",
11135 "av1-grain",
11136 "bitstream-io",
11137 "built",
11138 "cfg-if",
11139 "interpolate_name",
11140 "itertools 0.12.1",
11141 "libc",
11142 "libfuzzer-sys",
11143 "log",
11144 "maybe-rayon",
11145 "new_debug_unreachable",
11146 "noop_proc_macro",
11147 "num-derive",
11148 "num-traits",
11149 "once_cell",
11150 "paste",
11151 "profiling",
11152 "rand 0.8.5",
11153 "rand_chacha 0.3.1",
11154 "simd_helpers",
11155 "system-deps",
11156 "thiserror 1.0.69",
11157 "v_frame",
11158 "wasm-bindgen",
11159]
11160
11161[[package]]
11162name = "ravif"
11163version = "0.11.11"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11166dependencies = [
11167 "avif-serialize",
11168 "imgref",
11169 "loop9",
11170 "quick-error",
11171 "rav1e",
11172 "rayon",
11173 "rgb",
11174]
11175
11176[[package]]
11177name = "raw-window-handle"
11178version = "0.6.2"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11181
11182[[package]]
11183name = "raw-window-metal"
11184version = "0.4.0"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11187dependencies = [
11188 "cocoa 0.25.0",
11189 "core-graphics 0.23.2",
11190 "objc",
11191 "raw-window-handle",
11192]
11193
11194[[package]]
11195name = "rayon"
11196version = "1.10.0"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11199dependencies = [
11200 "either",
11201 "rayon-core",
11202]
11203
11204[[package]]
11205name = "rayon-core"
11206version = "1.12.1"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11209dependencies = [
11210 "crossbeam-deque",
11211 "crossbeam-utils",
11212]
11213
11214[[package]]
11215name = "read-fonts"
11216version = "0.22.5"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11219dependencies = [
11220 "bytemuck",
11221 "font-types",
11222]
11223
11224[[package]]
11225name = "recent_projects"
11226version = "0.1.0"
11227dependencies = [
11228 "anyhow",
11229 "auto_update",
11230 "dap",
11231 "editor",
11232 "extension_host",
11233 "file_finder",
11234 "futures 0.3.31",
11235 "fuzzy",
11236 "gpui",
11237 "language",
11238 "log",
11239 "markdown",
11240 "menu",
11241 "ordered-float 2.10.1",
11242 "paths",
11243 "picker",
11244 "project",
11245 "release_channel",
11246 "remote",
11247 "schemars",
11248 "serde",
11249 "serde_json",
11250 "settings",
11251 "smol",
11252 "task",
11253 "telemetry",
11254 "theme",
11255 "ui",
11256 "util",
11257 "workspace",
11258 "zed_actions",
11259]
11260
11261[[package]]
11262name = "redox_syscall"
11263version = "0.2.16"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11266dependencies = [
11267 "bitflags 1.3.2",
11268]
11269
11270[[package]]
11271name = "redox_syscall"
11272version = "0.5.8"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11275dependencies = [
11276 "bitflags 2.8.0",
11277]
11278
11279[[package]]
11280name = "redox_users"
11281version = "0.4.6"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11284dependencies = [
11285 "getrandom 0.2.15",
11286 "libredox",
11287 "thiserror 1.0.69",
11288]
11289
11290[[package]]
11291name = "refineable"
11292version = "0.1.0"
11293dependencies = [
11294 "derive_refineable",
11295]
11296
11297[[package]]
11298name = "regalloc2"
11299version = "0.11.1"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11302dependencies = [
11303 "allocator-api2",
11304 "bumpalo",
11305 "hashbrown 0.15.2",
11306 "log",
11307 "rustc-hash 2.1.1",
11308 "smallvec",
11309]
11310
11311[[package]]
11312name = "regex"
11313version = "1.11.1"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11316dependencies = [
11317 "aho-corasick",
11318 "memchr",
11319 "regex-automata 0.4.9",
11320 "regex-syntax 0.8.5",
11321]
11322
11323[[package]]
11324name = "regex-automata"
11325version = "0.1.10"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11328dependencies = [
11329 "regex-syntax 0.6.29",
11330]
11331
11332[[package]]
11333name = "regex-automata"
11334version = "0.4.9"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11337dependencies = [
11338 "aho-corasick",
11339 "memchr",
11340 "regex-syntax 0.8.5",
11341]
11342
11343[[package]]
11344name = "regex-lite"
11345version = "0.1.6"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11348
11349[[package]]
11350name = "regex-syntax"
11351version = "0.6.29"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11354
11355[[package]]
11356name = "regex-syntax"
11357version = "0.8.5"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11360
11361[[package]]
11362name = "release_channel"
11363version = "0.1.0"
11364dependencies = [
11365 "gpui",
11366]
11367
11368[[package]]
11369name = "remote"
11370version = "0.1.0"
11371dependencies = [
11372 "anyhow",
11373 "askpass",
11374 "async-trait",
11375 "collections",
11376 "fs",
11377 "futures 0.3.31",
11378 "gpui",
11379 "itertools 0.14.0",
11380 "log",
11381 "parking_lot",
11382 "paths",
11383 "prost 0.9.0",
11384 "release_channel",
11385 "rpc",
11386 "schemars",
11387 "serde",
11388 "serde_json",
11389 "shlex",
11390 "smol",
11391 "tempfile",
11392 "thiserror 2.0.12",
11393 "urlencoding",
11394 "util",
11395]
11396
11397[[package]]
11398name = "remote_server"
11399version = "0.1.0"
11400dependencies = [
11401 "anyhow",
11402 "async-watch",
11403 "backtrace",
11404 "cargo_toml",
11405 "chrono",
11406 "clap",
11407 "client",
11408 "clock",
11409 "env_logger 0.11.7",
11410 "extension",
11411 "extension_host",
11412 "fork",
11413 "fs",
11414 "futures 0.3.31",
11415 "git",
11416 "git_hosting_providers",
11417 "gpui",
11418 "gpui_tokio",
11419 "http_client",
11420 "language",
11421 "language_extension",
11422 "languages",
11423 "libc",
11424 "log",
11425 "lsp",
11426 "node_runtime",
11427 "paths",
11428 "project",
11429 "proto",
11430 "release_channel",
11431 "remote",
11432 "reqwest_client",
11433 "rpc",
11434 "rust-embed",
11435 "serde",
11436 "serde_json",
11437 "settings",
11438 "shellexpand 2.1.2",
11439 "smol",
11440 "sysinfo",
11441 "telemetry_events",
11442 "toml 0.8.20",
11443 "unindent",
11444 "util",
11445 "worktree",
11446]
11447
11448[[package]]
11449name = "rend"
11450version = "0.4.2"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11453dependencies = [
11454 "bytecheck",
11455]
11456
11457[[package]]
11458name = "repl"
11459version = "0.1.0"
11460dependencies = [
11461 "alacritty_terminal",
11462 "anyhow",
11463 "async-dispatcher",
11464 "async-tungstenite",
11465 "base64 0.22.1",
11466 "client",
11467 "collections",
11468 "command_palette_hooks",
11469 "editor",
11470 "env_logger 0.11.7",
11471 "feature_flags",
11472 "file_icons",
11473 "futures 0.3.31",
11474 "gpui",
11475 "http_client",
11476 "image",
11477 "indoc",
11478 "jupyter-protocol",
11479 "jupyter-websocket-client",
11480 "language",
11481 "languages",
11482 "log",
11483 "markdown_preview",
11484 "menu",
11485 "multi_buffer",
11486 "nbformat",
11487 "picker",
11488 "project",
11489 "runtimelib",
11490 "schemars",
11491 "serde",
11492 "serde_json",
11493 "settings",
11494 "smol",
11495 "telemetry",
11496 "terminal",
11497 "terminal_view",
11498 "theme",
11499 "tree-sitter-md",
11500 "tree-sitter-python",
11501 "tree-sitter-typescript",
11502 "ui",
11503 "util",
11504 "uuid",
11505 "workspace",
11506]
11507
11508[[package]]
11509name = "reqwest"
11510version = "0.11.27"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11513dependencies = [
11514 "base64 0.21.7",
11515 "bytes 1.10.1",
11516 "encoding_rs",
11517 "futures-core",
11518 "futures-util",
11519 "h2 0.3.26",
11520 "http 0.2.12",
11521 "http-body 0.4.6",
11522 "hyper 0.14.32",
11523 "hyper-rustls 0.24.2",
11524 "hyper-tls",
11525 "ipnet",
11526 "js-sys",
11527 "log",
11528 "mime",
11529 "native-tls",
11530 "once_cell",
11531 "percent-encoding",
11532 "pin-project-lite",
11533 "rustls 0.21.12",
11534 "rustls-native-certs 0.6.3",
11535 "rustls-pemfile 1.0.4",
11536 "serde",
11537 "serde_json",
11538 "serde_urlencoded",
11539 "sync_wrapper 0.1.2",
11540 "system-configuration 0.5.1",
11541 "tokio",
11542 "tokio-native-tls",
11543 "tokio-rustls 0.24.1",
11544 "tower-service",
11545 "url",
11546 "wasm-bindgen",
11547 "wasm-bindgen-futures",
11548 "web-sys",
11549 "winreg 0.50.0",
11550]
11551
11552[[package]]
11553name = "reqwest"
11554version = "0.12.8"
11555source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11556dependencies = [
11557 "base64 0.22.1",
11558 "bytes 1.10.1",
11559 "encoding_rs",
11560 "futures-core",
11561 "futures-util",
11562 "h2 0.4.7",
11563 "http 1.2.0",
11564 "http-body 1.0.1",
11565 "http-body-util",
11566 "hyper 1.5.1",
11567 "hyper-rustls 0.27.3",
11568 "hyper-util",
11569 "ipnet",
11570 "js-sys",
11571 "log",
11572 "mime",
11573 "once_cell",
11574 "percent-encoding",
11575 "pin-project-lite",
11576 "quinn",
11577 "rustls 0.23.25",
11578 "rustls-native-certs 0.8.1",
11579 "rustls-pemfile 2.2.0",
11580 "rustls-pki-types",
11581 "serde",
11582 "serde_json",
11583 "serde_urlencoded",
11584 "sync_wrapper 1.0.2",
11585 "system-configuration 0.6.1",
11586 "tokio",
11587 "tokio-rustls 0.26.1",
11588 "tokio-socks",
11589 "tokio-util",
11590 "tower-service",
11591 "url",
11592 "wasm-bindgen",
11593 "wasm-bindgen-futures",
11594 "wasm-streams",
11595 "web-sys",
11596 "windows-registry",
11597]
11598
11599[[package]]
11600name = "reqwest_client"
11601version = "0.1.0"
11602dependencies = [
11603 "anyhow",
11604 "bytes 1.10.1",
11605 "futures 0.3.31",
11606 "gpui",
11607 "http_client",
11608 "http_client_tls",
11609 "log",
11610 "regex",
11611 "reqwest 0.12.8",
11612 "serde",
11613 "smol",
11614 "tokio",
11615]
11616
11617[[package]]
11618name = "resvg"
11619version = "0.45.0"
11620source = "registry+https://github.com/rust-lang/crates.io-index"
11621checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11622dependencies = [
11623 "log",
11624 "pico-args",
11625 "rgb",
11626 "svgtypes",
11627 "tiny-skia",
11628 "usvg",
11629]
11630
11631[[package]]
11632name = "rfc6979"
11633version = "0.3.1"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11636dependencies = [
11637 "crypto-bigint 0.4.9",
11638 "hmac",
11639 "zeroize",
11640]
11641
11642[[package]]
11643name = "rgb"
11644version = "0.8.50"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11647dependencies = [
11648 "bytemuck",
11649]
11650
11651[[package]]
11652name = "rich_text"
11653version = "0.1.0"
11654dependencies = [
11655 "futures 0.3.31",
11656 "gpui",
11657 "language",
11658 "linkify",
11659 "pulldown-cmark 0.12.2",
11660 "theme",
11661 "ui",
11662 "util",
11663]
11664
11665[[package]]
11666name = "ring"
11667version = "0.17.8"
11668source = "registry+https://github.com/rust-lang/crates.io-index"
11669checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11670dependencies = [
11671 "cc",
11672 "cfg-if",
11673 "getrandom 0.2.15",
11674 "libc",
11675 "spin",
11676 "untrusted",
11677 "windows-sys 0.52.0",
11678]
11679
11680[[package]]
11681name = "rkyv"
11682version = "0.7.45"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11685dependencies = [
11686 "bitvec",
11687 "bytecheck",
11688 "bytes 1.10.1",
11689 "hashbrown 0.12.3",
11690 "ptr_meta",
11691 "rend",
11692 "rkyv_derive",
11693 "seahash",
11694 "tinyvec",
11695 "uuid",
11696]
11697
11698[[package]]
11699name = "rkyv_derive"
11700version = "0.7.45"
11701source = "registry+https://github.com/rust-lang/crates.io-index"
11702checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11703dependencies = [
11704 "proc-macro2",
11705 "quote",
11706 "syn 1.0.109",
11707]
11708
11709[[package]]
11710name = "rmp"
11711version = "0.8.14"
11712source = "registry+https://github.com/rust-lang/crates.io-index"
11713checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11714dependencies = [
11715 "byteorder",
11716 "num-traits",
11717 "paste",
11718]
11719
11720[[package]]
11721name = "rmpv"
11722version = "1.3.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11725dependencies = [
11726 "num-traits",
11727 "rmp",
11728]
11729
11730[[package]]
11731name = "rodio"
11732version = "0.20.1"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11735dependencies = [
11736 "cpal",
11737 "hound",
11738]
11739
11740[[package]]
11741name = "rope"
11742version = "0.1.0"
11743dependencies = [
11744 "arrayvec",
11745 "criterion",
11746 "ctor",
11747 "env_logger 0.11.7",
11748 "gpui",
11749 "log",
11750 "rand 0.8.5",
11751 "rayon",
11752 "smallvec",
11753 "sum_tree",
11754 "unicode-segmentation",
11755 "util",
11756]
11757
11758[[package]]
11759name = "roxmltree"
11760version = "0.20.0"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11763
11764[[package]]
11765name = "rpc"
11766version = "0.1.0"
11767dependencies = [
11768 "anyhow",
11769 "async-tungstenite",
11770 "base64 0.22.1",
11771 "chrono",
11772 "collections",
11773 "env_logger 0.11.7",
11774 "futures 0.3.31",
11775 "gpui",
11776 "parking_lot",
11777 "proto",
11778 "rand 0.8.5",
11779 "rsa",
11780 "serde",
11781 "serde_json",
11782 "sha2",
11783 "strum",
11784 "tracing",
11785 "util",
11786 "zstd",
11787]
11788
11789[[package]]
11790name = "rsa"
11791version = "0.9.8"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11794dependencies = [
11795 "const-oid",
11796 "digest",
11797 "num-bigint-dig",
11798 "num-integer",
11799 "num-traits",
11800 "pkcs1",
11801 "pkcs8 0.10.2",
11802 "rand_core 0.6.4",
11803 "signature 2.2.0",
11804 "spki 0.7.3",
11805 "subtle",
11806 "zeroize",
11807]
11808
11809[[package]]
11810name = "runtimelib"
11811version = "0.25.0"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11814dependencies = [
11815 "anyhow",
11816 "async-dispatcher",
11817 "async-std",
11818 "base64 0.22.1",
11819 "bytes 1.10.1",
11820 "chrono",
11821 "data-encoding",
11822 "dirs 5.0.1",
11823 "futures 0.3.31",
11824 "glob",
11825 "jupyter-protocol",
11826 "ring",
11827 "serde",
11828 "serde_json",
11829 "shellexpand 3.1.0",
11830 "smol",
11831 "uuid",
11832 "zeromq",
11833]
11834
11835[[package]]
11836name = "rust-embed"
11837version = "8.5.0"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11840dependencies = [
11841 "rust-embed-impl",
11842 "rust-embed-utils",
11843 "walkdir",
11844]
11845
11846[[package]]
11847name = "rust-embed-impl"
11848version = "8.5.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11851dependencies = [
11852 "proc-macro2",
11853 "quote",
11854 "rust-embed-utils",
11855 "syn 2.0.100",
11856 "walkdir",
11857]
11858
11859[[package]]
11860name = "rust-embed-utils"
11861version = "8.5.0"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11864dependencies = [
11865 "globset",
11866 "sha2",
11867 "walkdir",
11868]
11869
11870[[package]]
11871name = "rust_decimal"
11872version = "1.36.0"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11875dependencies = [
11876 "arrayvec",
11877 "borsh",
11878 "bytes 1.10.1",
11879 "num-traits",
11880 "rand 0.8.5",
11881 "rkyv",
11882 "serde",
11883 "serde_json",
11884]
11885
11886[[package]]
11887name = "rustc-demangle"
11888version = "0.1.24"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11891
11892[[package]]
11893name = "rustc-hash"
11894version = "1.1.0"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11897
11898[[package]]
11899name = "rustc-hash"
11900version = "2.1.1"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11903
11904[[package]]
11905name = "rustc_version"
11906version = "0.4.1"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11909dependencies = [
11910 "semver",
11911]
11912
11913[[package]]
11914name = "rustix"
11915version = "0.38.42"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11918dependencies = [
11919 "bitflags 2.8.0",
11920 "errno 0.3.10",
11921 "itoa",
11922 "libc",
11923 "linux-raw-sys",
11924 "once_cell",
11925 "windows-sys 0.59.0",
11926]
11927
11928[[package]]
11929name = "rustix-openpty"
11930version = "0.1.1"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11933dependencies = [
11934 "errno 0.3.10",
11935 "libc",
11936 "rustix",
11937]
11938
11939[[package]]
11940name = "rustls"
11941version = "0.21.12"
11942source = "registry+https://github.com/rust-lang/crates.io-index"
11943checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11944dependencies = [
11945 "log",
11946 "ring",
11947 "rustls-webpki 0.101.7",
11948 "sct",
11949]
11950
11951[[package]]
11952name = "rustls"
11953version = "0.23.25"
11954source = "registry+https://github.com/rust-lang/crates.io-index"
11955checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11956dependencies = [
11957 "aws-lc-rs",
11958 "log",
11959 "once_cell",
11960 "ring",
11961 "rustls-pki-types",
11962 "rustls-webpki 0.103.0",
11963 "subtle",
11964 "zeroize",
11965]
11966
11967[[package]]
11968name = "rustls-native-certs"
11969version = "0.6.3"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11972dependencies = [
11973 "openssl-probe",
11974 "rustls-pemfile 1.0.4",
11975 "schannel",
11976 "security-framework 2.11.1",
11977]
11978
11979[[package]]
11980name = "rustls-native-certs"
11981version = "0.8.1"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11984dependencies = [
11985 "openssl-probe",
11986 "rustls-pki-types",
11987 "schannel",
11988 "security-framework 3.0.1",
11989]
11990
11991[[package]]
11992name = "rustls-pemfile"
11993version = "1.0.4"
11994source = "registry+https://github.com/rust-lang/crates.io-index"
11995checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11996dependencies = [
11997 "base64 0.21.7",
11998]
11999
12000[[package]]
12001name = "rustls-pemfile"
12002version = "2.2.0"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12005dependencies = [
12006 "rustls-pki-types",
12007]
12008
12009[[package]]
12010name = "rustls-pki-types"
12011version = "1.11.0"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12014dependencies = [
12015 "web-time",
12016]
12017
12018[[package]]
12019name = "rustls-platform-verifier"
12020version = "0.5.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12023dependencies = [
12024 "core-foundation 0.10.0",
12025 "core-foundation-sys",
12026 "jni",
12027 "log",
12028 "once_cell",
12029 "rustls 0.23.25",
12030 "rustls-native-certs 0.8.1",
12031 "rustls-platform-verifier-android",
12032 "rustls-webpki 0.103.0",
12033 "security-framework 3.0.1",
12034 "security-framework-sys",
12035 "webpki-root-certs",
12036 "windows-sys 0.59.0",
12037]
12038
12039[[package]]
12040name = "rustls-platform-verifier-android"
12041version = "0.1.1"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12044
12045[[package]]
12046name = "rustls-webpki"
12047version = "0.101.7"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12050dependencies = [
12051 "ring",
12052 "untrusted",
12053]
12054
12055[[package]]
12056name = "rustls-webpki"
12057version = "0.103.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12060dependencies = [
12061 "aws-lc-rs",
12062 "ring",
12063 "rustls-pki-types",
12064 "untrusted",
12065]
12066
12067[[package]]
12068name = "rustversion"
12069version = "1.0.18"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12072
12073[[package]]
12074name = "rustybuzz"
12075version = "0.14.1"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12078dependencies = [
12079 "bitflags 2.8.0",
12080 "bytemuck",
12081 "libm",
12082 "smallvec",
12083 "ttf-parser 0.21.1",
12084 "unicode-bidi-mirroring 0.2.0",
12085 "unicode-ccc 0.2.0",
12086 "unicode-properties",
12087 "unicode-script",
12088]
12089
12090[[package]]
12091name = "rustybuzz"
12092version = "0.20.1"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12095dependencies = [
12096 "bitflags 2.8.0",
12097 "bytemuck",
12098 "core_maths",
12099 "log",
12100 "smallvec",
12101 "ttf-parser 0.25.1",
12102 "unicode-bidi-mirroring 0.4.0",
12103 "unicode-ccc 0.4.0",
12104 "unicode-properties",
12105 "unicode-script",
12106]
12107
12108[[package]]
12109name = "ryu"
12110version = "1.0.18"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12113
12114[[package]]
12115name = "salsa20"
12116version = "0.10.2"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12119dependencies = [
12120 "cipher",
12121]
12122
12123[[package]]
12124name = "same-file"
12125version = "1.0.6"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12128dependencies = [
12129 "winapi-util",
12130]
12131
12132[[package]]
12133name = "schannel"
12134version = "0.1.27"
12135source = "registry+https://github.com/rust-lang/crates.io-index"
12136checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12137dependencies = [
12138 "windows-sys 0.59.0",
12139]
12140
12141[[package]]
12142name = "schema_generator"
12143version = "0.1.0"
12144dependencies = [
12145 "anyhow",
12146 "clap",
12147 "env_logger 0.11.7",
12148 "schemars",
12149 "serde",
12150 "serde_json",
12151 "theme",
12152]
12153
12154[[package]]
12155name = "schemars"
12156version = "0.8.22"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12159dependencies = [
12160 "dyn-clone",
12161 "indexmap",
12162 "schemars_derive",
12163 "serde",
12164 "serde_json",
12165]
12166
12167[[package]]
12168name = "schemars_derive"
12169version = "0.8.22"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12172dependencies = [
12173 "proc-macro2",
12174 "quote",
12175 "serde_derive_internals",
12176 "syn 2.0.100",
12177]
12178
12179[[package]]
12180name = "scoped-tls"
12181version = "1.0.1"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12184
12185[[package]]
12186name = "scopeguard"
12187version = "1.2.0"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12190
12191[[package]]
12192name = "scratch"
12193version = "1.0.7"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12196
12197[[package]]
12198name = "scripting_tool"
12199version = "0.1.0"
12200dependencies = [
12201 "anyhow",
12202 "buffer_diff",
12203 "clock",
12204 "collections",
12205 "futures 0.3.31",
12206 "gpui",
12207 "language",
12208 "log",
12209 "mlua",
12210 "parking_lot",
12211 "project",
12212 "rand 0.8.5",
12213 "regex",
12214 "schemars",
12215 "serde",
12216 "serde_json",
12217 "settings",
12218 "util",
12219]
12220
12221[[package]]
12222name = "scrypt"
12223version = "0.11.0"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12226dependencies = [
12227 "password-hash 0.5.0",
12228 "pbkdf2 0.12.2",
12229 "salsa20",
12230 "sha2",
12231]
12232
12233[[package]]
12234name = "sct"
12235version = "0.7.1"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12238dependencies = [
12239 "ring",
12240 "untrusted",
12241]
12242
12243[[package]]
12244name = "sea-bae"
12245version = "0.2.1"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12248dependencies = [
12249 "heck 0.4.1",
12250 "proc-macro-error2",
12251 "proc-macro2",
12252 "quote",
12253 "syn 2.0.100",
12254]
12255
12256[[package]]
12257name = "sea-orm"
12258version = "1.1.7"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12261dependencies = [
12262 "async-stream",
12263 "async-trait",
12264 "bigdecimal",
12265 "chrono",
12266 "futures-util",
12267 "log",
12268 "ouroboros",
12269 "pgvector",
12270 "rust_decimal",
12271 "sea-orm-macros",
12272 "sea-query",
12273 "sea-query-binder",
12274 "serde",
12275 "serde_json",
12276 "sqlx",
12277 "strum",
12278 "thiserror 1.0.69",
12279 "time",
12280 "tracing",
12281 "url",
12282 "uuid",
12283]
12284
12285[[package]]
12286name = "sea-orm-macros"
12287version = "1.1.7"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12290dependencies = [
12291 "heck 0.4.1",
12292 "proc-macro2",
12293 "quote",
12294 "sea-bae",
12295 "syn 2.0.100",
12296 "unicode-ident",
12297]
12298
12299[[package]]
12300name = "sea-query"
12301version = "0.32.1"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12304dependencies = [
12305 "bigdecimal",
12306 "chrono",
12307 "inherent",
12308 "ordered-float 3.9.2",
12309 "rust_decimal",
12310 "serde_json",
12311 "time",
12312 "uuid",
12313]
12314
12315[[package]]
12316name = "sea-query-binder"
12317version = "0.7.0"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12320dependencies = [
12321 "bigdecimal",
12322 "chrono",
12323 "rust_decimal",
12324 "sea-query",
12325 "serde_json",
12326 "sqlx",
12327 "time",
12328 "uuid",
12329]
12330
12331[[package]]
12332name = "seahash"
12333version = "4.1.0"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12336
12337[[package]]
12338name = "search"
12339version = "0.1.0"
12340dependencies = [
12341 "any_vec",
12342 "anyhow",
12343 "bitflags 2.8.0",
12344 "client",
12345 "collections",
12346 "editor",
12347 "futures 0.3.31",
12348 "gpui",
12349 "language",
12350 "menu",
12351 "project",
12352 "schemars",
12353 "serde",
12354 "serde_json",
12355 "settings",
12356 "smol",
12357 "theme",
12358 "ui",
12359 "unindent",
12360 "util",
12361 "workspace",
12362 "zed_actions",
12363]
12364
12365[[package]]
12366name = "sec1"
12367version = "0.3.0"
12368source = "registry+https://github.com/rust-lang/crates.io-index"
12369checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12370dependencies = [
12371 "base16ct",
12372 "der 0.6.1",
12373 "generic-array",
12374 "pkcs8 0.9.0",
12375 "subtle",
12376 "zeroize",
12377]
12378
12379[[package]]
12380name = "security-framework"
12381version = "2.11.1"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12384dependencies = [
12385 "bitflags 2.8.0",
12386 "core-foundation 0.9.4",
12387 "core-foundation-sys",
12388 "libc",
12389 "security-framework-sys",
12390]
12391
12392[[package]]
12393name = "security-framework"
12394version = "3.0.1"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12397dependencies = [
12398 "bitflags 2.8.0",
12399 "core-foundation 0.10.0",
12400 "core-foundation-sys",
12401 "libc",
12402 "security-framework-sys",
12403]
12404
12405[[package]]
12406name = "security-framework-sys"
12407version = "2.12.1"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12410dependencies = [
12411 "core-foundation-sys",
12412 "libc",
12413]
12414
12415[[package]]
12416name = "self_cell"
12417version = "1.1.0"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12420
12421[[package]]
12422name = "semantic_index"
12423version = "0.1.0"
12424dependencies = [
12425 "anyhow",
12426 "arrayvec",
12427 "blake3",
12428 "client",
12429 "clock",
12430 "collections",
12431 "env_logger 0.11.7",
12432 "feature_flags",
12433 "fs",
12434 "futures 0.3.31",
12435 "futures-batch",
12436 "gpui",
12437 "heed",
12438 "http_client",
12439 "language",
12440 "language_model",
12441 "languages",
12442 "log",
12443 "open_ai",
12444 "parking_lot",
12445 "project",
12446 "reqwest_client",
12447 "serde",
12448 "serde_json",
12449 "settings",
12450 "sha2",
12451 "smol",
12452 "streaming-iterator",
12453 "tempfile",
12454 "theme",
12455 "tree-sitter",
12456 "ui",
12457 "unindent",
12458 "util",
12459 "workspace",
12460 "worktree",
12461]
12462
12463[[package]]
12464name = "semantic_version"
12465version = "0.1.0"
12466dependencies = [
12467 "anyhow",
12468 "serde",
12469]
12470
12471[[package]]
12472name = "semver"
12473version = "1.0.26"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12476dependencies = [
12477 "serde",
12478]
12479
12480[[package]]
12481name = "serde"
12482version = "1.0.218"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12485dependencies = [
12486 "serde_derive",
12487]
12488
12489[[package]]
12490name = "serde_derive"
12491version = "1.0.218"
12492source = "registry+https://github.com/rust-lang/crates.io-index"
12493checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12494dependencies = [
12495 "proc-macro2",
12496 "quote",
12497 "syn 2.0.100",
12498]
12499
12500[[package]]
12501name = "serde_derive_internals"
12502version = "0.29.1"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12505dependencies = [
12506 "proc-macro2",
12507 "quote",
12508 "syn 2.0.100",
12509]
12510
12511[[package]]
12512name = "serde_fmt"
12513version = "1.0.3"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12516dependencies = [
12517 "serde",
12518]
12519
12520[[package]]
12521name = "serde_json"
12522version = "1.0.140"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12525dependencies = [
12526 "indexmap",
12527 "itoa",
12528 "memchr",
12529 "ryu",
12530 "serde",
12531]
12532
12533[[package]]
12534name = "serde_json_lenient"
12535version = "0.2.4"
12536source = "registry+https://github.com/rust-lang/crates.io-index"
12537checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12538dependencies = [
12539 "indexmap",
12540 "itoa",
12541 "memchr",
12542 "ryu",
12543 "serde",
12544]
12545
12546[[package]]
12547name = "serde_path_to_error"
12548version = "0.1.16"
12549source = "registry+https://github.com/rust-lang/crates.io-index"
12550checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12551dependencies = [
12552 "itoa",
12553 "serde",
12554]
12555
12556[[package]]
12557name = "serde_qs"
12558version = "0.8.5"
12559source = "registry+https://github.com/rust-lang/crates.io-index"
12560checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12561dependencies = [
12562 "percent-encoding",
12563 "serde",
12564 "thiserror 1.0.69",
12565]
12566
12567[[package]]
12568name = "serde_qs"
12569version = "0.10.1"
12570source = "registry+https://github.com/rust-lang/crates.io-index"
12571checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12572dependencies = [
12573 "percent-encoding",
12574 "serde",
12575 "thiserror 1.0.69",
12576]
12577
12578[[package]]
12579name = "serde_repr"
12580version = "0.1.20"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12583dependencies = [
12584 "proc-macro2",
12585 "quote",
12586 "syn 2.0.100",
12587]
12588
12589[[package]]
12590name = "serde_spanned"
12591version = "0.6.8"
12592source = "registry+https://github.com/rust-lang/crates.io-index"
12593checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12594dependencies = [
12595 "serde",
12596]
12597
12598[[package]]
12599name = "serde_urlencoded"
12600version = "0.7.1"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12603dependencies = [
12604 "form_urlencoded",
12605 "itoa",
12606 "ryu",
12607 "serde",
12608]
12609
12610[[package]]
12611name = "session"
12612version = "0.1.0"
12613dependencies = [
12614 "db",
12615 "gpui",
12616 "serde_json",
12617 "util",
12618 "uuid",
12619]
12620
12621[[package]]
12622name = "settings"
12623version = "0.1.0"
12624dependencies = [
12625 "anyhow",
12626 "collections",
12627 "ec4rs",
12628 "fs",
12629 "futures 0.3.31",
12630 "gpui",
12631 "indoc",
12632 "inventory",
12633 "log",
12634 "paths",
12635 "pretty_assertions",
12636 "release_channel",
12637 "rust-embed",
12638 "schemars",
12639 "serde",
12640 "serde_derive",
12641 "serde_json",
12642 "serde_json_lenient",
12643 "smallvec",
12644 "streaming-iterator",
12645 "tree-sitter",
12646 "tree-sitter-json",
12647 "unindent",
12648 "util",
12649]
12650
12651[[package]]
12652name = "settings_ui"
12653version = "0.1.0"
12654dependencies = [
12655 "command_palette_hooks",
12656 "editor",
12657 "feature_flags",
12658 "gpui",
12659 "settings",
12660 "theme",
12661 "ui",
12662 "workspace",
12663]
12664
12665[[package]]
12666name = "sha1"
12667version = "0.10.6"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12670dependencies = [
12671 "cfg-if",
12672 "cpufeatures",
12673 "digest",
12674]
12675
12676[[package]]
12677name = "sha1_smol"
12678version = "1.0.1"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12681
12682[[package]]
12683name = "sha2"
12684version = "0.10.8"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12687dependencies = [
12688 "cfg-if",
12689 "cpufeatures",
12690 "digest",
12691]
12692
12693[[package]]
12694name = "sharded-slab"
12695version = "0.1.7"
12696source = "registry+https://github.com/rust-lang/crates.io-index"
12697checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12698dependencies = [
12699 "lazy_static",
12700]
12701
12702[[package]]
12703name = "shell-words"
12704version = "1.1.0"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12707
12708[[package]]
12709name = "shellexpand"
12710version = "2.1.2"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12713dependencies = [
12714 "dirs 4.0.0",
12715]
12716
12717[[package]]
12718name = "shellexpand"
12719version = "3.1.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12722dependencies = [
12723 "dirs 5.0.1",
12724]
12725
12726[[package]]
12727name = "shlex"
12728version = "1.3.0"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12731
12732[[package]]
12733name = "signal-hook"
12734version = "0.3.17"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12737dependencies = [
12738 "libc",
12739 "signal-hook-registry",
12740]
12741
12742[[package]]
12743name = "signal-hook-registry"
12744version = "1.4.2"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12747dependencies = [
12748 "libc",
12749]
12750
12751[[package]]
12752name = "signature"
12753version = "1.6.4"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12756dependencies = [
12757 "digest",
12758 "rand_core 0.6.4",
12759]
12760
12761[[package]]
12762name = "signature"
12763version = "2.2.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12766dependencies = [
12767 "digest",
12768 "rand_core 0.6.4",
12769]
12770
12771[[package]]
12772name = "simd-adler32"
12773version = "0.3.7"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12776
12777[[package]]
12778name = "simd_helpers"
12779version = "0.1.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12782dependencies = [
12783 "quote",
12784]
12785
12786[[package]]
12787name = "simdutf8"
12788version = "0.1.5"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12791
12792[[package]]
12793name = "simple_asn1"
12794version = "0.6.2"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12797dependencies = [
12798 "num-bigint",
12799 "num-traits",
12800 "thiserror 1.0.69",
12801 "time",
12802]
12803
12804[[package]]
12805name = "simplecss"
12806version = "0.2.1"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12809dependencies = [
12810 "log",
12811]
12812
12813[[package]]
12814name = "simplelog"
12815version = "0.12.2"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12818dependencies = [
12819 "log",
12820 "termcolor",
12821 "time",
12822]
12823
12824[[package]]
12825name = "siphasher"
12826version = "0.3.11"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12829
12830[[package]]
12831name = "siphasher"
12832version = "1.0.1"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12835
12836[[package]]
12837name = "skrifa"
12838version = "0.22.3"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12841dependencies = [
12842 "bytemuck",
12843 "read-fonts",
12844]
12845
12846[[package]]
12847name = "slab"
12848version = "0.4.9"
12849source = "registry+https://github.com/rust-lang/crates.io-index"
12850checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12851dependencies = [
12852 "autocfg",
12853]
12854
12855[[package]]
12856name = "slash_commands_example"
12857version = "0.1.0"
12858dependencies = [
12859 "zed_extension_api 0.1.0",
12860]
12861
12862[[package]]
12863name = "slotmap"
12864version = "1.0.7"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12867dependencies = [
12868 "version_check",
12869]
12870
12871[[package]]
12872name = "smallvec"
12873version = "1.14.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12876dependencies = [
12877 "serde",
12878]
12879
12880[[package]]
12881name = "smart-default"
12882version = "0.6.0"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12885dependencies = [
12886 "proc-macro2",
12887 "quote",
12888 "syn 1.0.109",
12889]
12890
12891[[package]]
12892name = "smol"
12893version = "2.0.2"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12896dependencies = [
12897 "async-channel 2.3.1",
12898 "async-executor",
12899 "async-fs",
12900 "async-io",
12901 "async-lock",
12902 "async-net",
12903 "async-process",
12904 "blocking",
12905 "futures-lite 2.6.0",
12906]
12907
12908[[package]]
12909name = "smol_str"
12910version = "0.1.24"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12913dependencies = [
12914 "serde",
12915]
12916
12917[[package]]
12918name = "snippet"
12919version = "0.1.0"
12920dependencies = [
12921 "anyhow",
12922 "smallvec",
12923]
12924
12925[[package]]
12926name = "snippet_provider"
12927version = "0.1.0"
12928dependencies = [
12929 "anyhow",
12930 "collections",
12931 "extension",
12932 "fs",
12933 "futures 0.3.31",
12934 "gpui",
12935 "parking_lot",
12936 "paths",
12937 "schemars",
12938 "serde",
12939 "serde_json_lenient",
12940 "snippet",
12941 "util",
12942]
12943
12944[[package]]
12945name = "snippets_ui"
12946version = "0.1.0"
12947dependencies = [
12948 "fuzzy",
12949 "gpui",
12950 "language",
12951 "paths",
12952 "picker",
12953 "ui",
12954 "util",
12955 "workspace",
12956]
12957
12958[[package]]
12959name = "socket2"
12960version = "0.5.8"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12963dependencies = [
12964 "libc",
12965 "windows-sys 0.52.0",
12966]
12967
12968[[package]]
12969name = "spdx"
12970version = "0.10.7"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12973dependencies = [
12974 "smallvec",
12975]
12976
12977[[package]]
12978name = "spin"
12979version = "0.9.8"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12982dependencies = [
12983 "lock_api",
12984]
12985
12986[[package]]
12987name = "spirv"
12988version = "0.3.0+sdk-1.3.268.0"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12991dependencies = [
12992 "bitflags 2.8.0",
12993]
12994
12995[[package]]
12996name = "spki"
12997version = "0.6.0"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13000dependencies = [
13001 "base64ct",
13002 "der 0.6.1",
13003]
13004
13005[[package]]
13006name = "spki"
13007version = "0.7.3"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13010dependencies = [
13011 "base64ct",
13012 "der 0.7.9",
13013]
13014
13015[[package]]
13016name = "sptr"
13017version = "0.3.2"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13020
13021[[package]]
13022name = "sqlez"
13023version = "0.1.0"
13024dependencies = [
13025 "anyhow",
13026 "collections",
13027 "futures 0.3.31",
13028 "indoc",
13029 "libsqlite3-sys",
13030 "parking_lot",
13031 "smol",
13032 "sqlformat",
13033 "thread_local",
13034 "util",
13035 "uuid",
13036]
13037
13038[[package]]
13039name = "sqlez_macros"
13040version = "0.1.0"
13041dependencies = [
13042 "sqlez",
13043 "sqlformat",
13044 "syn 1.0.109",
13045]
13046
13047[[package]]
13048name = "sqlformat"
13049version = "0.2.6"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13052dependencies = [
13053 "nom",
13054 "unicode_categories",
13055]
13056
13057[[package]]
13058name = "sqlx"
13059version = "0.8.3"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13062dependencies = [
13063 "sqlx-core",
13064 "sqlx-macros",
13065 "sqlx-mysql",
13066 "sqlx-postgres",
13067 "sqlx-sqlite",
13068]
13069
13070[[package]]
13071name = "sqlx-core"
13072version = "0.8.3"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13075dependencies = [
13076 "bigdecimal",
13077 "bytes 1.10.1",
13078 "chrono",
13079 "crc",
13080 "crossbeam-queue",
13081 "either",
13082 "event-listener 5.3.1",
13083 "futures-core",
13084 "futures-intrusive",
13085 "futures-io",
13086 "futures-util",
13087 "hashbrown 0.15.2",
13088 "hashlink 0.10.0",
13089 "indexmap",
13090 "log",
13091 "memchr",
13092 "once_cell",
13093 "percent-encoding",
13094 "rust_decimal",
13095 "rustls 0.23.25",
13096 "rustls-pemfile 2.2.0",
13097 "serde",
13098 "serde_json",
13099 "sha2",
13100 "smallvec",
13101 "thiserror 2.0.12",
13102 "time",
13103 "tokio",
13104 "tokio-stream",
13105 "tracing",
13106 "url",
13107 "uuid",
13108 "webpki-roots",
13109]
13110
13111[[package]]
13112name = "sqlx-macros"
13113version = "0.8.3"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13116dependencies = [
13117 "proc-macro2",
13118 "quote",
13119 "sqlx-core",
13120 "sqlx-macros-core",
13121 "syn 2.0.100",
13122]
13123
13124[[package]]
13125name = "sqlx-macros-core"
13126version = "0.8.3"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13129dependencies = [
13130 "dotenvy",
13131 "either",
13132 "heck 0.5.0",
13133 "hex",
13134 "once_cell",
13135 "proc-macro2",
13136 "quote",
13137 "serde",
13138 "serde_json",
13139 "sha2",
13140 "sqlx-core",
13141 "sqlx-mysql",
13142 "sqlx-postgres",
13143 "sqlx-sqlite",
13144 "syn 2.0.100",
13145 "tempfile",
13146 "tokio",
13147 "url",
13148]
13149
13150[[package]]
13151name = "sqlx-mysql"
13152version = "0.8.3"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13155dependencies = [
13156 "atoi",
13157 "base64 0.22.1",
13158 "bigdecimal",
13159 "bitflags 2.8.0",
13160 "byteorder",
13161 "bytes 1.10.1",
13162 "chrono",
13163 "crc",
13164 "digest",
13165 "dotenvy",
13166 "either",
13167 "futures-channel",
13168 "futures-core",
13169 "futures-io",
13170 "futures-util",
13171 "generic-array",
13172 "hex",
13173 "hkdf",
13174 "hmac",
13175 "itoa",
13176 "log",
13177 "md-5",
13178 "memchr",
13179 "once_cell",
13180 "percent-encoding",
13181 "rand 0.8.5",
13182 "rsa",
13183 "rust_decimal",
13184 "serde",
13185 "sha1",
13186 "sha2",
13187 "smallvec",
13188 "sqlx-core",
13189 "stringprep",
13190 "thiserror 2.0.12",
13191 "time",
13192 "tracing",
13193 "uuid",
13194 "whoami",
13195]
13196
13197[[package]]
13198name = "sqlx-postgres"
13199version = "0.8.3"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13202dependencies = [
13203 "atoi",
13204 "base64 0.22.1",
13205 "bigdecimal",
13206 "bitflags 2.8.0",
13207 "byteorder",
13208 "chrono",
13209 "crc",
13210 "dotenvy",
13211 "etcetera",
13212 "futures-channel",
13213 "futures-core",
13214 "futures-util",
13215 "hex",
13216 "hkdf",
13217 "hmac",
13218 "home",
13219 "itoa",
13220 "log",
13221 "md-5",
13222 "memchr",
13223 "num-bigint",
13224 "once_cell",
13225 "rand 0.8.5",
13226 "rust_decimal",
13227 "serde",
13228 "serde_json",
13229 "sha2",
13230 "smallvec",
13231 "sqlx-core",
13232 "stringprep",
13233 "thiserror 2.0.12",
13234 "time",
13235 "tracing",
13236 "uuid",
13237 "whoami",
13238]
13239
13240[[package]]
13241name = "sqlx-sqlite"
13242version = "0.8.3"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13245dependencies = [
13246 "atoi",
13247 "chrono",
13248 "flume",
13249 "futures-channel",
13250 "futures-core",
13251 "futures-executor",
13252 "futures-intrusive",
13253 "futures-util",
13254 "libsqlite3-sys",
13255 "log",
13256 "percent-encoding",
13257 "serde",
13258 "serde_urlencoded",
13259 "sqlx-core",
13260 "time",
13261 "tracing",
13262 "url",
13263 "uuid",
13264]
13265
13266[[package]]
13267name = "stable_deref_trait"
13268version = "1.2.0"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13271
13272[[package]]
13273name = "static_assertions"
13274version = "1.1.0"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13277
13278[[package]]
13279name = "story"
13280version = "0.1.0"
13281dependencies = [
13282 "gpui",
13283 "itertools 0.14.0",
13284 "smallvec",
13285]
13286
13287[[package]]
13288name = "storybook"
13289version = "0.1.0"
13290dependencies = [
13291 "anyhow",
13292 "clap",
13293 "collab_ui",
13294 "ctrlc",
13295 "dialoguer",
13296 "editor",
13297 "fuzzy",
13298 "gpui",
13299 "indoc",
13300 "language",
13301 "log",
13302 "menu",
13303 "picker",
13304 "project",
13305 "reqwest_client",
13306 "rust-embed",
13307 "settings",
13308 "simplelog",
13309 "story",
13310 "strum",
13311 "theme",
13312 "title_bar",
13313 "ui",
13314]
13315
13316[[package]]
13317name = "streaming-iterator"
13318version = "0.1.9"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13321
13322[[package]]
13323name = "streaming_diff"
13324version = "0.1.0"
13325dependencies = [
13326 "ordered-float 2.10.1",
13327 "rand 0.8.5",
13328 "rope",
13329 "util",
13330]
13331
13332[[package]]
13333name = "strict-num"
13334version = "0.1.1"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13337dependencies = [
13338 "float-cmp",
13339]
13340
13341[[package]]
13342name = "string_cache"
13343version = "0.8.7"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13346dependencies = [
13347 "new_debug_unreachable",
13348 "once_cell",
13349 "parking_lot",
13350 "phf_shared 0.10.0",
13351 "precomputed-hash",
13352 "serde",
13353]
13354
13355[[package]]
13356name = "string_cache_codegen"
13357version = "0.5.2"
13358source = "registry+https://github.com/rust-lang/crates.io-index"
13359checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13360dependencies = [
13361 "phf_generator 0.10.0",
13362 "phf_shared 0.10.0",
13363 "proc-macro2",
13364 "quote",
13365]
13366
13367[[package]]
13368name = "stringprep"
13369version = "0.1.5"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13372dependencies = [
13373 "unicode-bidi",
13374 "unicode-normalization",
13375 "unicode-properties",
13376]
13377
13378[[package]]
13379name = "strsim"
13380version = "0.11.1"
13381source = "registry+https://github.com/rust-lang/crates.io-index"
13382checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13383
13384[[package]]
13385name = "strum"
13386version = "0.26.3"
13387source = "registry+https://github.com/rust-lang/crates.io-index"
13388checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13389dependencies = [
13390 "strum_macros",
13391]
13392
13393[[package]]
13394name = "strum_macros"
13395version = "0.26.4"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13398dependencies = [
13399 "heck 0.5.0",
13400 "proc-macro2",
13401 "quote",
13402 "rustversion",
13403 "syn 2.0.100",
13404]
13405
13406[[package]]
13407name = "subtle"
13408version = "2.6.1"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13411
13412[[package]]
13413name = "sum_tree"
13414version = "0.1.0"
13415dependencies = [
13416 "arrayvec",
13417 "ctor",
13418 "env_logger 0.11.7",
13419 "log",
13420 "rand 0.8.5",
13421 "rayon",
13422]
13423
13424[[package]]
13425name = "supermaven"
13426version = "0.1.0"
13427dependencies = [
13428 "anyhow",
13429 "client",
13430 "collections",
13431 "editor",
13432 "env_logger 0.11.7",
13433 "futures 0.3.31",
13434 "gpui",
13435 "http_client",
13436 "inline_completion",
13437 "language",
13438 "log",
13439 "postage",
13440 "project",
13441 "serde",
13442 "serde_json",
13443 "settings",
13444 "smol",
13445 "supermaven_api",
13446 "text",
13447 "theme",
13448 "ui",
13449 "unicode-segmentation",
13450 "util",
13451]
13452
13453[[package]]
13454name = "supermaven_api"
13455version = "0.1.0"
13456dependencies = [
13457 "anyhow",
13458 "futures 0.3.31",
13459 "http_client",
13460 "paths",
13461 "serde",
13462 "serde_json",
13463 "smol",
13464]
13465
13466[[package]]
13467name = "sval"
13468version = "2.13.2"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13471
13472[[package]]
13473name = "sval_buffer"
13474version = "2.13.2"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13477dependencies = [
13478 "sval",
13479 "sval_ref",
13480]
13481
13482[[package]]
13483name = "sval_dynamic"
13484version = "2.13.2"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13487dependencies = [
13488 "sval",
13489]
13490
13491[[package]]
13492name = "sval_fmt"
13493version = "2.13.2"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13496dependencies = [
13497 "itoa",
13498 "ryu",
13499 "sval",
13500]
13501
13502[[package]]
13503name = "sval_json"
13504version = "2.13.2"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13507dependencies = [
13508 "itoa",
13509 "ryu",
13510 "sval",
13511]
13512
13513[[package]]
13514name = "sval_nested"
13515version = "2.13.2"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13518dependencies = [
13519 "sval",
13520 "sval_buffer",
13521 "sval_ref",
13522]
13523
13524[[package]]
13525name = "sval_ref"
13526version = "2.13.2"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13529dependencies = [
13530 "sval",
13531]
13532
13533[[package]]
13534name = "sval_serde"
13535version = "2.13.2"
13536source = "registry+https://github.com/rust-lang/crates.io-index"
13537checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13538dependencies = [
13539 "serde",
13540 "sval",
13541 "sval_nested",
13542]
13543
13544[[package]]
13545name = "svg_fmt"
13546version = "0.4.4"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13549
13550[[package]]
13551name = "svgtypes"
13552version = "0.15.3"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13555dependencies = [
13556 "kurbo",
13557 "siphasher 1.0.1",
13558]
13559
13560[[package]]
13561name = "swash"
13562version = "0.1.19"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13565dependencies = [
13566 "skrifa",
13567 "yazi",
13568 "zeno",
13569]
13570
13571[[package]]
13572name = "syn"
13573version = "1.0.109"
13574source = "registry+https://github.com/rust-lang/crates.io-index"
13575checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13576dependencies = [
13577 "proc-macro2",
13578 "quote",
13579 "unicode-ident",
13580]
13581
13582[[package]]
13583name = "syn"
13584version = "2.0.100"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13587dependencies = [
13588 "proc-macro2",
13589 "quote",
13590 "unicode-ident",
13591]
13592
13593[[package]]
13594name = "sync_wrapper"
13595version = "0.1.2"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13598
13599[[package]]
13600name = "sync_wrapper"
13601version = "1.0.2"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13604dependencies = [
13605 "futures-core",
13606]
13607
13608[[package]]
13609name = "synchronoise"
13610version = "1.0.1"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13613dependencies = [
13614 "crossbeam-queue",
13615]
13616
13617[[package]]
13618name = "synstructure"
13619version = "0.13.1"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13622dependencies = [
13623 "proc-macro2",
13624 "quote",
13625 "syn 2.0.100",
13626]
13627
13628[[package]]
13629name = "sys-locale"
13630version = "0.3.2"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13633dependencies = [
13634 "libc",
13635]
13636
13637[[package]]
13638name = "sysinfo"
13639version = "0.31.4"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13642dependencies = [
13643 "core-foundation-sys",
13644 "libc",
13645 "memchr",
13646 "ntapi",
13647 "rayon",
13648 "windows 0.57.0",
13649]
13650
13651[[package]]
13652name = "system-configuration"
13653version = "0.5.1"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13656dependencies = [
13657 "bitflags 1.3.2",
13658 "core-foundation 0.9.4",
13659 "system-configuration-sys 0.5.0",
13660]
13661
13662[[package]]
13663name = "system-configuration"
13664version = "0.6.1"
13665source = "registry+https://github.com/rust-lang/crates.io-index"
13666checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13667dependencies = [
13668 "bitflags 2.8.0",
13669 "core-foundation 0.9.4",
13670 "system-configuration-sys 0.6.0",
13671]
13672
13673[[package]]
13674name = "system-configuration-sys"
13675version = "0.5.0"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13678dependencies = [
13679 "core-foundation-sys",
13680 "libc",
13681]
13682
13683[[package]]
13684name = "system-configuration-sys"
13685version = "0.6.0"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13688dependencies = [
13689 "core-foundation-sys",
13690 "libc",
13691]
13692
13693[[package]]
13694name = "system-deps"
13695version = "6.2.2"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13698dependencies = [
13699 "cfg-expr",
13700 "heck 0.5.0",
13701 "pkg-config",
13702 "toml 0.8.20",
13703 "version-compare",
13704]
13705
13706[[package]]
13707name = "system-interface"
13708version = "0.27.3"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13711dependencies = [
13712 "bitflags 2.8.0",
13713 "cap-fs-ext",
13714 "cap-std",
13715 "fd-lock",
13716 "io-lifetimes",
13717 "rustix",
13718 "windows-sys 0.59.0",
13719 "winx",
13720]
13721
13722[[package]]
13723name = "tab_switcher"
13724version = "0.1.0"
13725dependencies = [
13726 "anyhow",
13727 "collections",
13728 "ctor",
13729 "editor",
13730 "env_logger 0.11.7",
13731 "gpui",
13732 "language",
13733 "menu",
13734 "picker",
13735 "project",
13736 "schemars",
13737 "serde",
13738 "serde_json",
13739 "settings",
13740 "theme",
13741 "ui",
13742 "util",
13743 "workspace",
13744]
13745
13746[[package]]
13747name = "taffy"
13748version = "0.4.4"
13749source = "registry+https://github.com/rust-lang/crates.io-index"
13750checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13751dependencies = [
13752 "arrayvec",
13753 "grid",
13754 "num-traits",
13755 "serde",
13756 "slotmap",
13757]
13758
13759[[package]]
13760name = "take-until"
13761version = "0.2.0"
13762source = "registry+https://github.com/rust-lang/crates.io-index"
13763checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13764
13765[[package]]
13766name = "tap"
13767version = "1.0.1"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13770
13771[[package]]
13772name = "target-lexicon"
13773version = "0.12.16"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13776
13777[[package]]
13778name = "target-lexicon"
13779version = "0.13.2"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13782
13783[[package]]
13784name = "task"
13785version = "0.1.0"
13786dependencies = [
13787 "anyhow",
13788 "collections",
13789 "dap-types",
13790 "futures 0.3.31",
13791 "gpui",
13792 "hex",
13793 "parking_lot",
13794 "schemars",
13795 "serde",
13796 "serde_json",
13797 "serde_json_lenient",
13798 "sha2",
13799 "shellexpand 2.1.2",
13800 "util",
13801 "zed_actions",
13802]
13803
13804[[package]]
13805name = "tasks_ui"
13806version = "0.1.0"
13807dependencies = [
13808 "anyhow",
13809 "debugger_ui",
13810 "editor",
13811 "feature_flags",
13812 "file_icons",
13813 "fuzzy",
13814 "gpui",
13815 "language",
13816 "menu",
13817 "picker",
13818 "project",
13819 "schemars",
13820 "serde",
13821 "serde_json",
13822 "settings",
13823 "task",
13824 "tree-sitter-rust",
13825 "tree-sitter-typescript",
13826 "ui",
13827 "util",
13828 "workspace",
13829 "zed_actions",
13830]
13831
13832[[package]]
13833name = "telemetry"
13834version = "0.1.0"
13835dependencies = [
13836 "futures 0.3.31",
13837 "serde",
13838 "serde_json",
13839 "telemetry_events",
13840]
13841
13842[[package]]
13843name = "telemetry_events"
13844version = "0.1.0"
13845dependencies = [
13846 "semantic_version",
13847 "serde",
13848 "serde_json",
13849]
13850
13851[[package]]
13852name = "tempfile"
13853version = "3.17.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13856dependencies = [
13857 "cfg-if",
13858 "fastrand 2.3.0",
13859 "getrandom 0.3.1",
13860 "once_cell",
13861 "rustix",
13862 "windows-sys 0.59.0",
13863]
13864
13865[[package]]
13866name = "tendril"
13867version = "0.4.3"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13870dependencies = [
13871 "futf",
13872 "mac",
13873 "utf-8",
13874]
13875
13876[[package]]
13877name = "termcolor"
13878version = "1.4.1"
13879source = "registry+https://github.com/rust-lang/crates.io-index"
13880checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13881dependencies = [
13882 "winapi-util",
13883]
13884
13885[[package]]
13886name = "terminal"
13887version = "0.1.0"
13888dependencies = [
13889 "alacritty_terminal",
13890 "anyhow",
13891 "collections",
13892 "dirs 4.0.0",
13893 "futures 0.3.31",
13894 "gpui",
13895 "libc",
13896 "rand 0.8.5",
13897 "regex",
13898 "release_channel",
13899 "schemars",
13900 "serde",
13901 "serde_derive",
13902 "settings",
13903 "smol",
13904 "sysinfo",
13905 "task",
13906 "theme",
13907 "thiserror 2.0.12",
13908 "util",
13909 "windows 0.60.0",
13910]
13911
13912[[package]]
13913name = "terminal_size"
13914version = "0.4.1"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13917dependencies = [
13918 "rustix",
13919 "windows-sys 0.59.0",
13920]
13921
13922[[package]]
13923name = "terminal_view"
13924version = "0.1.0"
13925dependencies = [
13926 "anyhow",
13927 "async-recursion 1.1.1",
13928 "breadcrumbs",
13929 "client",
13930 "collections",
13931 "db",
13932 "dirs 4.0.0",
13933 "editor",
13934 "futures 0.3.31",
13935 "gpui",
13936 "itertools 0.14.0",
13937 "language",
13938 "log",
13939 "project",
13940 "rand 0.8.5",
13941 "schemars",
13942 "search",
13943 "serde",
13944 "serde_json",
13945 "settings",
13946 "shellexpand 2.1.2",
13947 "smol",
13948 "task",
13949 "terminal",
13950 "theme",
13951 "ui",
13952 "util",
13953 "workspace",
13954 "zed_actions",
13955]
13956
13957[[package]]
13958name = "text"
13959version = "0.1.0"
13960dependencies = [
13961 "anyhow",
13962 "clock",
13963 "collections",
13964 "ctor",
13965 "env_logger 0.11.7",
13966 "gpui",
13967 "http_client",
13968 "log",
13969 "parking_lot",
13970 "postage",
13971 "rand 0.8.5",
13972 "regex",
13973 "rope",
13974 "smallvec",
13975 "sum_tree",
13976 "util",
13977]
13978
13979[[package]]
13980name = "theme"
13981version = "0.1.0"
13982dependencies = [
13983 "anyhow",
13984 "collections",
13985 "derive_more",
13986 "fs",
13987 "futures 0.3.31",
13988 "gpui",
13989 "indexmap",
13990 "log",
13991 "palette",
13992 "parking_lot",
13993 "refineable",
13994 "schemars",
13995 "serde",
13996 "serde_derive",
13997 "serde_json",
13998 "serde_json_lenient",
13999 "serde_repr",
14000 "settings",
14001 "strum",
14002 "thiserror 2.0.12",
14003 "util",
14004 "uuid",
14005]
14006
14007[[package]]
14008name = "theme_extension"
14009version = "0.1.0"
14010dependencies = [
14011 "anyhow",
14012 "extension",
14013 "fs",
14014 "gpui",
14015 "theme",
14016]
14017
14018[[package]]
14019name = "theme_importer"
14020version = "0.1.0"
14021dependencies = [
14022 "anyhow",
14023 "clap",
14024 "gpui",
14025 "indexmap",
14026 "log",
14027 "palette",
14028 "rust-embed",
14029 "serde",
14030 "serde_json",
14031 "serde_json_lenient",
14032 "simplelog",
14033 "strum",
14034 "theme",
14035 "vscode_theme",
14036]
14037
14038[[package]]
14039name = "theme_selector"
14040version = "0.1.0"
14041dependencies = [
14042 "fs",
14043 "fuzzy",
14044 "gpui",
14045 "log",
14046 "picker",
14047 "serde",
14048 "settings",
14049 "telemetry",
14050 "theme",
14051 "ui",
14052 "util",
14053 "workspace",
14054 "zed_actions",
14055]
14056
14057[[package]]
14058name = "thiserror"
14059version = "1.0.69"
14060source = "registry+https://github.com/rust-lang/crates.io-index"
14061checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14062dependencies = [
14063 "thiserror-impl 1.0.69",
14064]
14065
14066[[package]]
14067name = "thiserror"
14068version = "2.0.12"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14071dependencies = [
14072 "thiserror-impl 2.0.12",
14073]
14074
14075[[package]]
14076name = "thiserror-impl"
14077version = "1.0.69"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14080dependencies = [
14081 "proc-macro2",
14082 "quote",
14083 "syn 2.0.100",
14084]
14085
14086[[package]]
14087name = "thiserror-impl"
14088version = "2.0.12"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14091dependencies = [
14092 "proc-macro2",
14093 "quote",
14094 "syn 2.0.100",
14095]
14096
14097[[package]]
14098name = "thread_local"
14099version = "1.1.8"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14102dependencies = [
14103 "cfg-if",
14104 "once_cell",
14105]
14106
14107[[package]]
14108name = "tiff"
14109version = "0.9.1"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14112dependencies = [
14113 "flate2",
14114 "jpeg-decoder",
14115 "weezl",
14116]
14117
14118[[package]]
14119name = "tiktoken-rs"
14120version = "0.6.0"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14123dependencies = [
14124 "anyhow",
14125 "base64 0.21.7",
14126 "bstr",
14127 "fancy-regex 0.13.0",
14128 "lazy_static",
14129 "parking_lot",
14130 "regex",
14131 "rustc-hash 1.1.0",
14132]
14133
14134[[package]]
14135name = "time"
14136version = "0.3.40"
14137source = "registry+https://github.com/rust-lang/crates.io-index"
14138checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14139dependencies = [
14140 "deranged",
14141 "itoa",
14142 "libc",
14143 "num-conv",
14144 "num_threads",
14145 "powerfmt",
14146 "serde",
14147 "time-core",
14148 "time-macros",
14149]
14150
14151[[package]]
14152name = "time-core"
14153version = "0.1.4"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14156
14157[[package]]
14158name = "time-macros"
14159version = "0.2.21"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14162dependencies = [
14163 "num-conv",
14164 "time-core",
14165]
14166
14167[[package]]
14168name = "time_format"
14169version = "0.1.0"
14170dependencies = [
14171 "core-foundation 0.9.4",
14172 "core-foundation-sys",
14173 "sys-locale",
14174 "time",
14175]
14176
14177[[package]]
14178name = "tiny-keccak"
14179version = "2.0.2"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14182dependencies = [
14183 "crunchy",
14184]
14185
14186[[package]]
14187name = "tiny-skia"
14188version = "0.11.4"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14191dependencies = [
14192 "arrayref",
14193 "arrayvec",
14194 "bytemuck",
14195 "cfg-if",
14196 "log",
14197 "png",
14198 "tiny-skia-path",
14199]
14200
14201[[package]]
14202name = "tiny-skia-path"
14203version = "0.11.4"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14206dependencies = [
14207 "arrayref",
14208 "bytemuck",
14209 "strict-num",
14210]
14211
14212[[package]]
14213name = "tiny_http"
14214version = "0.8.2"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14217dependencies = [
14218 "ascii",
14219 "chrono",
14220 "chunked_transfer",
14221 "log",
14222 "url",
14223]
14224
14225[[package]]
14226name = "tinystr"
14227version = "0.7.6"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14230dependencies = [
14231 "displaydoc",
14232 "zerovec",
14233]
14234
14235[[package]]
14236name = "tinytemplate"
14237version = "1.2.1"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14240dependencies = [
14241 "serde",
14242 "serde_json",
14243]
14244
14245[[package]]
14246name = "tinyvec"
14247version = "1.8.0"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14250dependencies = [
14251 "tinyvec_macros",
14252]
14253
14254[[package]]
14255name = "tinyvec_macros"
14256version = "0.1.1"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14259
14260[[package]]
14261name = "title_bar"
14262version = "0.1.0"
14263dependencies = [
14264 "auto_update",
14265 "call",
14266 "client",
14267 "collections",
14268 "feature_flags",
14269 "git_ui",
14270 "gpui",
14271 "http_client",
14272 "notifications",
14273 "pretty_assertions",
14274 "project",
14275 "remote",
14276 "rpc",
14277 "schemars",
14278 "serde",
14279 "settings",
14280 "smallvec",
14281 "story",
14282 "telemetry",
14283 "theme",
14284 "tree-sitter-md",
14285 "ui",
14286 "util",
14287 "windows 0.60.0",
14288 "workspace",
14289 "zed_actions",
14290 "zeta",
14291]
14292
14293[[package]]
14294name = "tokio"
14295version = "1.43.0"
14296source = "registry+https://github.com/rust-lang/crates.io-index"
14297checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14298dependencies = [
14299 "backtrace",
14300 "bytes 1.10.1",
14301 "libc",
14302 "mio 1.0.3",
14303 "parking_lot",
14304 "pin-project-lite",
14305 "signal-hook-registry",
14306 "socket2",
14307 "tokio-macros",
14308 "windows-sys 0.52.0",
14309]
14310
14311[[package]]
14312name = "tokio-io"
14313version = "0.1.13"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14316dependencies = [
14317 "bytes 0.4.12",
14318 "futures 0.1.31",
14319 "log",
14320]
14321
14322[[package]]
14323name = "tokio-macros"
14324version = "2.5.0"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14327dependencies = [
14328 "proc-macro2",
14329 "quote",
14330 "syn 2.0.100",
14331]
14332
14333[[package]]
14334name = "tokio-native-tls"
14335version = "0.3.1"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14338dependencies = [
14339 "native-tls",
14340 "tokio",
14341]
14342
14343[[package]]
14344name = "tokio-rustls"
14345version = "0.24.1"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14348dependencies = [
14349 "rustls 0.21.12",
14350 "tokio",
14351]
14352
14353[[package]]
14354name = "tokio-rustls"
14355version = "0.26.1"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14358dependencies = [
14359 "rustls 0.23.25",
14360 "tokio",
14361]
14362
14363[[package]]
14364name = "tokio-socks"
14365version = "0.5.2"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14368dependencies = [
14369 "either",
14370 "futures-io",
14371 "futures-util",
14372 "thiserror 1.0.69",
14373 "tokio",
14374]
14375
14376[[package]]
14377name = "tokio-stream"
14378version = "0.1.17"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14381dependencies = [
14382 "futures-core",
14383 "pin-project-lite",
14384 "tokio",
14385]
14386
14387[[package]]
14388name = "tokio-tungstenite"
14389version = "0.20.1"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14392dependencies = [
14393 "futures-util",
14394 "log",
14395 "rustls 0.21.12",
14396 "rustls-native-certs 0.6.3",
14397 "tokio",
14398 "tokio-rustls 0.24.1",
14399 "tungstenite 0.20.1",
14400]
14401
14402[[package]]
14403name = "tokio-tungstenite"
14404version = "0.21.0"
14405source = "registry+https://github.com/rust-lang/crates.io-index"
14406checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14407dependencies = [
14408 "futures-util",
14409 "log",
14410 "tokio",
14411 "tungstenite 0.21.0",
14412]
14413
14414[[package]]
14415name = "tokio-util"
14416version = "0.7.13"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14419dependencies = [
14420 "bytes 1.10.1",
14421 "futures-core",
14422 "futures-io",
14423 "futures-sink",
14424 "pin-project-lite",
14425 "tokio",
14426]
14427
14428[[package]]
14429name = "toml"
14430version = "0.5.11"
14431source = "registry+https://github.com/rust-lang/crates.io-index"
14432checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14433dependencies = [
14434 "serde",
14435]
14436
14437[[package]]
14438name = "toml"
14439version = "0.8.20"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14442dependencies = [
14443 "serde",
14444 "serde_spanned",
14445 "toml_datetime",
14446 "toml_edit",
14447]
14448
14449[[package]]
14450name = "toml_datetime"
14451version = "0.6.8"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14454dependencies = [
14455 "serde",
14456]
14457
14458[[package]]
14459name = "toml_edit"
14460version = "0.22.23"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14463dependencies = [
14464 "indexmap",
14465 "serde",
14466 "serde_spanned",
14467 "toml_datetime",
14468 "winnow 0.7.1",
14469]
14470
14471[[package]]
14472name = "toolchain_selector"
14473version = "0.1.0"
14474dependencies = [
14475 "editor",
14476 "fuzzy",
14477 "gpui",
14478 "language",
14479 "picker",
14480 "project",
14481 "ui",
14482 "util",
14483 "workspace",
14484]
14485
14486[[package]]
14487name = "topological-sort"
14488version = "0.2.2"
14489source = "registry+https://github.com/rust-lang/crates.io-index"
14490checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14491
14492[[package]]
14493name = "tower"
14494version = "0.4.13"
14495source = "registry+https://github.com/rust-lang/crates.io-index"
14496checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14497dependencies = [
14498 "futures-core",
14499 "futures-util",
14500 "pin-project",
14501 "pin-project-lite",
14502 "tokio",
14503 "tower-layer",
14504 "tower-service",
14505 "tracing",
14506]
14507
14508[[package]]
14509name = "tower-http"
14510version = "0.3.5"
14511source = "registry+https://github.com/rust-lang/crates.io-index"
14512checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14513dependencies = [
14514 "bitflags 1.3.2",
14515 "bytes 1.10.1",
14516 "futures-core",
14517 "futures-util",
14518 "http 0.2.12",
14519 "http-body 0.4.6",
14520 "http-range-header",
14521 "pin-project-lite",
14522 "tower-layer",
14523 "tower-service",
14524]
14525
14526[[package]]
14527name = "tower-http"
14528version = "0.4.4"
14529source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14531dependencies = [
14532 "bitflags 2.8.0",
14533 "bytes 1.10.1",
14534 "futures-core",
14535 "futures-util",
14536 "http 0.2.12",
14537 "http-body 0.4.6",
14538 "http-range-header",
14539 "pin-project-lite",
14540 "tower-layer",
14541 "tower-service",
14542 "tracing",
14543]
14544
14545[[package]]
14546name = "tower-layer"
14547version = "0.3.3"
14548source = "registry+https://github.com/rust-lang/crates.io-index"
14549checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14550
14551[[package]]
14552name = "tower-service"
14553version = "0.3.3"
14554source = "registry+https://github.com/rust-lang/crates.io-index"
14555checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14556
14557[[package]]
14558name = "tracing"
14559version = "0.1.41"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14562dependencies = [
14563 "log",
14564 "pin-project-lite",
14565 "tracing-attributes",
14566 "tracing-core",
14567]
14568
14569[[package]]
14570name = "tracing-attributes"
14571version = "0.1.28"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14574dependencies = [
14575 "proc-macro2",
14576 "quote",
14577 "syn 2.0.100",
14578]
14579
14580[[package]]
14581name = "tracing-core"
14582version = "0.1.33"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14585dependencies = [
14586 "once_cell",
14587 "valuable",
14588]
14589
14590[[package]]
14591name = "tracing-log"
14592version = "0.2.0"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14595dependencies = [
14596 "log",
14597 "once_cell",
14598 "tracing-core",
14599]
14600
14601[[package]]
14602name = "tracing-serde"
14603version = "0.2.0"
14604source = "registry+https://github.com/rust-lang/crates.io-index"
14605checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14606dependencies = [
14607 "serde",
14608 "tracing-core",
14609]
14610
14611[[package]]
14612name = "tracing-subscriber"
14613version = "0.3.19"
14614source = "registry+https://github.com/rust-lang/crates.io-index"
14615checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14616dependencies = [
14617 "matchers",
14618 "nu-ansi-term",
14619 "once_cell",
14620 "regex",
14621 "serde",
14622 "serde_json",
14623 "sharded-slab",
14624 "smallvec",
14625 "thread_local",
14626 "tracing",
14627 "tracing-core",
14628 "tracing-log",
14629 "tracing-serde",
14630]
14631
14632[[package]]
14633name = "trait-variant"
14634version = "0.1.2"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14637dependencies = [
14638 "proc-macro2",
14639 "quote",
14640 "syn 2.0.100",
14641]
14642
14643[[package]]
14644name = "tree-sitter"
14645version = "0.25.3"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14648dependencies = [
14649 "cc",
14650 "regex",
14651 "regex-syntax 0.8.5",
14652 "serde_json",
14653 "streaming-iterator",
14654 "tree-sitter-language",
14655 "wasmtime-c-api-impl",
14656]
14657
14658[[package]]
14659name = "tree-sitter-bash"
14660version = "0.23.3"
14661source = "registry+https://github.com/rust-lang/crates.io-index"
14662checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14663dependencies = [
14664 "cc",
14665 "tree-sitter-language",
14666]
14667
14668[[package]]
14669name = "tree-sitter-c"
14670version = "0.23.4"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14673dependencies = [
14674 "cc",
14675 "tree-sitter-language",
14676]
14677
14678[[package]]
14679name = "tree-sitter-cpp"
14680version = "0.23.4"
14681source = "registry+https://github.com/rust-lang/crates.io-index"
14682checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14683dependencies = [
14684 "cc",
14685 "tree-sitter-language",
14686]
14687
14688[[package]]
14689name = "tree-sitter-css"
14690version = "0.23.2"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14693dependencies = [
14694 "cc",
14695 "tree-sitter-language",
14696]
14697
14698[[package]]
14699name = "tree-sitter-diff"
14700version = "0.1.0"
14701source = "registry+https://github.com/rust-lang/crates.io-index"
14702checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14703dependencies = [
14704 "cc",
14705 "tree-sitter-language",
14706]
14707
14708[[package]]
14709name = "tree-sitter-elixir"
14710version = "0.3.4"
14711source = "registry+https://github.com/rust-lang/crates.io-index"
14712checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14713dependencies = [
14714 "cc",
14715 "tree-sitter-language",
14716]
14717
14718[[package]]
14719name = "tree-sitter-embedded-template"
14720version = "0.23.2"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14723dependencies = [
14724 "cc",
14725 "tree-sitter-language",
14726]
14727
14728[[package]]
14729name = "tree-sitter-gitcommit"
14730version = "0.0.1"
14731source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14732dependencies = [
14733 "cc",
14734 "tree-sitter-language",
14735]
14736
14737[[package]]
14738name = "tree-sitter-go"
14739version = "0.23.4"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14742dependencies = [
14743 "cc",
14744 "tree-sitter-language",
14745]
14746
14747[[package]]
14748name = "tree-sitter-gomod"
14749version = "1.1.1"
14750source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14751dependencies = [
14752 "cc",
14753 "tree-sitter-language",
14754]
14755
14756[[package]]
14757name = "tree-sitter-gowork"
14758version = "0.0.1"
14759source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14760dependencies = [
14761 "cc",
14762 "tree-sitter-language",
14763]
14764
14765[[package]]
14766name = "tree-sitter-heex"
14767version = "0.0.1"
14768source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14769dependencies = [
14770 "cc",
14771 "tree-sitter-language",
14772]
14773
14774[[package]]
14775name = "tree-sitter-html"
14776version = "0.23.2"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14779dependencies = [
14780 "cc",
14781 "tree-sitter-language",
14782]
14783
14784[[package]]
14785name = "tree-sitter-jsdoc"
14786version = "0.23.2"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14789dependencies = [
14790 "cc",
14791 "tree-sitter-language",
14792]
14793
14794[[package]]
14795name = "tree-sitter-json"
14796version = "0.24.8"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14799dependencies = [
14800 "cc",
14801 "tree-sitter-language",
14802]
14803
14804[[package]]
14805name = "tree-sitter-language"
14806version = "0.1.3"
14807source = "registry+https://github.com/rust-lang/crates.io-index"
14808checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14809
14810[[package]]
14811name = "tree-sitter-md"
14812version = "0.3.2"
14813source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14814dependencies = [
14815 "cc",
14816 "tree-sitter-language",
14817]
14818
14819[[package]]
14820name = "tree-sitter-python"
14821version = "0.23.6"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14824dependencies = [
14825 "cc",
14826 "tree-sitter-language",
14827]
14828
14829[[package]]
14830name = "tree-sitter-regex"
14831version = "0.24.3"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14834dependencies = [
14835 "cc",
14836 "tree-sitter-language",
14837]
14838
14839[[package]]
14840name = "tree-sitter-ruby"
14841version = "0.23.1"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14844dependencies = [
14845 "cc",
14846 "tree-sitter-language",
14847]
14848
14849[[package]]
14850name = "tree-sitter-rust"
14851version = "0.23.2"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14854dependencies = [
14855 "cc",
14856 "tree-sitter-language",
14857]
14858
14859[[package]]
14860name = "tree-sitter-typescript"
14861version = "0.23.2"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14864dependencies = [
14865 "cc",
14866 "tree-sitter-language",
14867]
14868
14869[[package]]
14870name = "tree-sitter-yaml"
14871version = "0.6.1"
14872source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14873dependencies = [
14874 "cc",
14875 "tree-sitter-language",
14876]
14877
14878[[package]]
14879name = "try-lock"
14880version = "0.2.5"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14883
14884[[package]]
14885name = "ttf-parser"
14886version = "0.21.1"
14887source = "registry+https://github.com/rust-lang/crates.io-index"
14888checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14889
14890[[package]]
14891name = "ttf-parser"
14892version = "0.25.1"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14895dependencies = [
14896 "core_maths",
14897]
14898
14899[[package]]
14900name = "tungstenite"
14901version = "0.20.1"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14904dependencies = [
14905 "byteorder",
14906 "bytes 1.10.1",
14907 "data-encoding",
14908 "http 0.2.12",
14909 "httparse",
14910 "log",
14911 "rand 0.8.5",
14912 "rustls 0.21.12",
14913 "sha1",
14914 "thiserror 1.0.69",
14915 "url",
14916 "utf-8",
14917]
14918
14919[[package]]
14920name = "tungstenite"
14921version = "0.21.0"
14922source = "registry+https://github.com/rust-lang/crates.io-index"
14923checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14924dependencies = [
14925 "byteorder",
14926 "bytes 1.10.1",
14927 "data-encoding",
14928 "http 1.2.0",
14929 "httparse",
14930 "log",
14931 "rand 0.8.5",
14932 "sha1",
14933 "thiserror 1.0.69",
14934 "url",
14935 "utf-8",
14936]
14937
14938[[package]]
14939name = "tungstenite"
14940version = "0.24.0"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
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 "utf-8",
14954]
14955
14956[[package]]
14957name = "typeid"
14958version = "1.0.2"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14961
14962[[package]]
14963name = "typenum"
14964version = "1.17.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14967
14968[[package]]
14969name = "ucd-trie"
14970version = "0.1.7"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14973
14974[[package]]
14975name = "uds_windows"
14976version = "1.1.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14979dependencies = [
14980 "memoffset",
14981 "tempfile",
14982 "winapi",
14983]
14984
14985[[package]]
14986name = "ui"
14987version = "0.1.0"
14988dependencies = [
14989 "chrono",
14990 "component",
14991 "gpui",
14992 "itertools 0.14.0",
14993 "linkme",
14994 "menu",
14995 "serde",
14996 "settings",
14997 "smallvec",
14998 "story",
14999 "strum",
15000 "theme",
15001 "ui_macros",
15002 "util",
15003 "windows 0.60.0",
15004]
15005
15006[[package]]
15007name = "ui_input"
15008version = "0.1.0"
15009dependencies = [
15010 "editor",
15011 "gpui",
15012 "settings",
15013 "theme",
15014 "ui",
15015]
15016
15017[[package]]
15018name = "ui_macros"
15019version = "0.1.0"
15020dependencies = [
15021 "convert_case 0.8.0",
15022 "linkme",
15023 "proc-macro2",
15024 "quote",
15025 "syn 1.0.109",
15026]
15027
15028[[package]]
15029name = "ui_prompt"
15030version = "0.1.0"
15031dependencies = [
15032 "gpui",
15033 "markdown",
15034 "menu",
15035 "settings",
15036 "theme",
15037 "ui",
15038 "workspace",
15039]
15040
15041[[package]]
15042name = "unicase"
15043version = "2.8.1"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15046
15047[[package]]
15048name = "unicode-bidi"
15049version = "0.3.17"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15052
15053[[package]]
15054name = "unicode-bidi-mirroring"
15055version = "0.2.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15058
15059[[package]]
15060name = "unicode-bidi-mirroring"
15061version = "0.4.0"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15064
15065[[package]]
15066name = "unicode-ccc"
15067version = "0.2.0"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15070
15071[[package]]
15072name = "unicode-ccc"
15073version = "0.4.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15076
15077[[package]]
15078name = "unicode-ident"
15079version = "1.0.14"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15082
15083[[package]]
15084name = "unicode-linebreak"
15085version = "0.1.5"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15088
15089[[package]]
15090name = "unicode-normalization"
15091version = "0.1.24"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15094dependencies = [
15095 "tinyvec",
15096]
15097
15098[[package]]
15099name = "unicode-properties"
15100version = "0.1.3"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15103
15104[[package]]
15105name = "unicode-script"
15106version = "0.5.7"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15109
15110[[package]]
15111name = "unicode-segmentation"
15112version = "1.12.0"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15115
15116[[package]]
15117name = "unicode-vo"
15118version = "0.1.0"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15121
15122[[package]]
15123name = "unicode-width"
15124version = "0.1.14"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15127
15128[[package]]
15129name = "unicode-xid"
15130version = "0.2.6"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15133
15134[[package]]
15135name = "unicode_categories"
15136version = "0.1.1"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15139
15140[[package]]
15141name = "unindent"
15142version = "0.2.4"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15145
15146[[package]]
15147name = "untrusted"
15148version = "0.9.0"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15151
15152[[package]]
15153name = "url"
15154version = "2.5.4"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15157dependencies = [
15158 "form_urlencoded",
15159 "idna",
15160 "percent-encoding",
15161 "serde",
15162]
15163
15164[[package]]
15165name = "urlencoding"
15166version = "2.1.3"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15169
15170[[package]]
15171name = "usvg"
15172version = "0.45.0"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15175dependencies = [
15176 "base64 0.22.1",
15177 "data-url",
15178 "flate2",
15179 "fontdb 0.23.0",
15180 "imagesize",
15181 "kurbo",
15182 "log",
15183 "pico-args",
15184 "roxmltree",
15185 "rustybuzz 0.20.1",
15186 "simplecss",
15187 "siphasher 1.0.1",
15188 "strict-num",
15189 "svgtypes",
15190 "tiny-skia-path",
15191 "unicode-bidi",
15192 "unicode-script",
15193 "unicode-vo",
15194 "xmlwriter",
15195]
15196
15197[[package]]
15198name = "utf-8"
15199version = "0.7.6"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15202
15203[[package]]
15204name = "utf16_iter"
15205version = "1.0.5"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15208
15209[[package]]
15210name = "utf8_iter"
15211version = "1.0.4"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15214
15215[[package]]
15216name = "utf8parse"
15217version = "0.2.2"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15220
15221[[package]]
15222name = "util"
15223version = "0.1.0"
15224dependencies = [
15225 "anyhow",
15226 "async-fs",
15227 "collections",
15228 "dirs 4.0.0",
15229 "dunce",
15230 "futures 0.3.31",
15231 "futures-lite 1.13.0",
15232 "git2",
15233 "globset",
15234 "itertools 0.14.0",
15235 "libc",
15236 "log",
15237 "rand 0.8.5",
15238 "regex",
15239 "rust-embed",
15240 "serde",
15241 "serde_json",
15242 "smol",
15243 "take-until",
15244 "tempfile",
15245 "tendril",
15246 "unicase",
15247 "util_macros",
15248]
15249
15250[[package]]
15251name = "util_macros"
15252version = "0.1.0"
15253dependencies = [
15254 "quote",
15255 "syn 1.0.109",
15256]
15257
15258[[package]]
15259name = "uuid"
15260version = "1.13.2"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15263dependencies = [
15264 "getrandom 0.3.1",
15265 "serde",
15266 "sha1_smol",
15267]
15268
15269[[package]]
15270name = "v_frame"
15271version = "0.3.8"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15274dependencies = [
15275 "aligned-vec",
15276 "num-traits",
15277 "wasm-bindgen",
15278]
15279
15280[[package]]
15281name = "valuable"
15282version = "0.1.0"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15285
15286[[package]]
15287name = "value-bag"
15288version = "1.10.0"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15291dependencies = [
15292 "value-bag-serde1",
15293 "value-bag-sval2",
15294]
15295
15296[[package]]
15297name = "value-bag-serde1"
15298version = "1.10.0"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15301dependencies = [
15302 "erased-serde",
15303 "serde",
15304 "serde_fmt",
15305]
15306
15307[[package]]
15308name = "value-bag-sval2"
15309version = "1.10.0"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15312dependencies = [
15313 "sval",
15314 "sval_buffer",
15315 "sval_dynamic",
15316 "sval_fmt",
15317 "sval_json",
15318 "sval_ref",
15319 "sval_serde",
15320]
15321
15322[[package]]
15323name = "vcpkg"
15324version = "0.2.15"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15327
15328[[package]]
15329name = "version-compare"
15330version = "0.2.0"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15333
15334[[package]]
15335name = "version_check"
15336version = "0.9.5"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15339
15340[[package]]
15341name = "vim"
15342version = "0.1.0"
15343dependencies = [
15344 "anyhow",
15345 "assets",
15346 "async-compat",
15347 "async-trait",
15348 "collections",
15349 "command_palette",
15350 "command_palette_hooks",
15351 "db",
15352 "editor",
15353 "futures 0.3.31",
15354 "git_ui",
15355 "gpui",
15356 "indoc",
15357 "itertools 0.14.0",
15358 "language",
15359 "libc",
15360 "log",
15361 "lsp",
15362 "multi_buffer",
15363 "nvim-rs",
15364 "parking_lot",
15365 "picker",
15366 "project",
15367 "project_panel",
15368 "regex",
15369 "release_channel",
15370 "schemars",
15371 "search",
15372 "serde",
15373 "serde_derive",
15374 "serde_json",
15375 "settings",
15376 "task",
15377 "text",
15378 "theme",
15379 "tokio",
15380 "ui",
15381 "util",
15382 "vim_mode_setting",
15383 "workspace",
15384 "zed_actions",
15385]
15386
15387[[package]]
15388name = "vim_mode_setting"
15389version = "0.1.0"
15390dependencies = [
15391 "anyhow",
15392 "gpui",
15393 "settings",
15394]
15395
15396[[package]]
15397name = "vscode_theme"
15398version = "0.2.0"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15401dependencies = [
15402 "serde",
15403]
15404
15405[[package]]
15406name = "vsimd"
15407version = "0.8.0"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15410
15411[[package]]
15412name = "vswhom"
15413version = "0.1.0"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15416dependencies = [
15417 "libc",
15418 "vswhom-sys",
15419]
15420
15421[[package]]
15422name = "vswhom-sys"
15423version = "0.1.2"
15424source = "registry+https://github.com/rust-lang/crates.io-index"
15425checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15426dependencies = [
15427 "cc",
15428 "libc",
15429]
15430
15431[[package]]
15432name = "vte"
15433version = "0.15.0"
15434source = "registry+https://github.com/rust-lang/crates.io-index"
15435checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15436dependencies = [
15437 "arrayvec",
15438 "bitflags 2.8.0",
15439 "cursor-icon",
15440 "log",
15441 "memchr",
15442 "serde",
15443]
15444
15445[[package]]
15446name = "waker-fn"
15447version = "1.2.0"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15450
15451[[package]]
15452name = "walkdir"
15453version = "2.5.0"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15456dependencies = [
15457 "same-file",
15458 "winapi-util",
15459]
15460
15461[[package]]
15462name = "want"
15463version = "0.3.1"
15464source = "registry+https://github.com/rust-lang/crates.io-index"
15465checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15466dependencies = [
15467 "try-lock",
15468]
15469
15470[[package]]
15471name = "warp"
15472version = "0.3.7"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15475dependencies = [
15476 "bytes 1.10.1",
15477 "futures-channel",
15478 "futures-util",
15479 "headers",
15480 "http 0.2.12",
15481 "hyper 0.14.32",
15482 "log",
15483 "mime",
15484 "mime_guess",
15485 "percent-encoding",
15486 "pin-project",
15487 "scoped-tls",
15488 "serde",
15489 "serde_json",
15490 "serde_urlencoded",
15491 "tokio",
15492 "tokio-tungstenite 0.21.0",
15493 "tokio-util",
15494 "tower-service",
15495 "tracing",
15496]
15497
15498[[package]]
15499name = "wasi"
15500version = "0.9.0+wasi-snapshot-preview1"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15503
15504[[package]]
15505name = "wasi"
15506version = "0.11.0+wasi-snapshot-preview1"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15509
15510[[package]]
15511name = "wasi"
15512version = "0.13.3+wasi-0.2.2"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15515dependencies = [
15516 "wit-bindgen-rt 0.33.0",
15517]
15518
15519[[package]]
15520name = "wasite"
15521version = "0.1.0"
15522source = "registry+https://github.com/rust-lang/crates.io-index"
15523checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15524
15525[[package]]
15526name = "wasm-bindgen"
15527version = "0.2.99"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15530dependencies = [
15531 "cfg-if",
15532 "once_cell",
15533 "wasm-bindgen-macro",
15534]
15535
15536[[package]]
15537name = "wasm-bindgen-backend"
15538version = "0.2.99"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15541dependencies = [
15542 "bumpalo",
15543 "log",
15544 "proc-macro2",
15545 "quote",
15546 "syn 2.0.100",
15547 "wasm-bindgen-shared",
15548]
15549
15550[[package]]
15551name = "wasm-bindgen-futures"
15552version = "0.4.49"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15555dependencies = [
15556 "cfg-if",
15557 "js-sys",
15558 "once_cell",
15559 "wasm-bindgen",
15560 "web-sys",
15561]
15562
15563[[package]]
15564name = "wasm-bindgen-macro"
15565version = "0.2.99"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15568dependencies = [
15569 "quote",
15570 "wasm-bindgen-macro-support",
15571]
15572
15573[[package]]
15574name = "wasm-bindgen-macro-support"
15575version = "0.2.99"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15578dependencies = [
15579 "proc-macro2",
15580 "quote",
15581 "syn 2.0.100",
15582 "wasm-bindgen-backend",
15583 "wasm-bindgen-shared",
15584]
15585
15586[[package]]
15587name = "wasm-bindgen-shared"
15588version = "0.2.99"
15589source = "registry+https://github.com/rust-lang/crates.io-index"
15590checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15591
15592[[package]]
15593name = "wasm-encoder"
15594version = "0.201.0"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15597dependencies = [
15598 "leb128",
15599]
15600
15601[[package]]
15602name = "wasm-encoder"
15603version = "0.221.3"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15606dependencies = [
15607 "leb128",
15608 "wasmparser 0.221.3",
15609]
15610
15611[[package]]
15612name = "wasm-metadata"
15613version = "0.201.0"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15616dependencies = [
15617 "anyhow",
15618 "indexmap",
15619 "serde",
15620 "serde_derive",
15621 "serde_json",
15622 "spdx",
15623 "wasm-encoder 0.201.0",
15624 "wasmparser 0.201.0",
15625]
15626
15627[[package]]
15628name = "wasm-metadata"
15629version = "0.221.3"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15632dependencies = [
15633 "anyhow",
15634 "indexmap",
15635 "serde",
15636 "serde_derive",
15637 "serde_json",
15638 "spdx",
15639 "wasm-encoder 0.221.3",
15640 "wasmparser 0.221.3",
15641]
15642
15643[[package]]
15644name = "wasm-streams"
15645version = "0.4.2"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15648dependencies = [
15649 "futures-util",
15650 "js-sys",
15651 "wasm-bindgen",
15652 "wasm-bindgen-futures",
15653 "web-sys",
15654]
15655
15656[[package]]
15657name = "wasmparser"
15658version = "0.201.0"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15661dependencies = [
15662 "bitflags 2.8.0",
15663 "indexmap",
15664 "semver",
15665]
15666
15667[[package]]
15668name = "wasmparser"
15669version = "0.221.3"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15672dependencies = [
15673 "bitflags 2.8.0",
15674 "hashbrown 0.15.2",
15675 "indexmap",
15676 "semver",
15677 "serde",
15678]
15679
15680[[package]]
15681name = "wasmprinter"
15682version = "0.221.3"
15683source = "registry+https://github.com/rust-lang/crates.io-index"
15684checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15685dependencies = [
15686 "anyhow",
15687 "termcolor",
15688 "wasmparser 0.221.3",
15689]
15690
15691[[package]]
15692name = "wasmtime"
15693version = "29.0.1"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15696dependencies = [
15697 "anyhow",
15698 "async-trait",
15699 "bitflags 2.8.0",
15700 "bumpalo",
15701 "cc",
15702 "cfg-if",
15703 "encoding_rs",
15704 "hashbrown 0.14.5",
15705 "indexmap",
15706 "libc",
15707 "log",
15708 "mach2",
15709 "memfd",
15710 "object",
15711 "once_cell",
15712 "paste",
15713 "postcard",
15714 "psm",
15715 "pulley-interpreter",
15716 "rustix",
15717 "semver",
15718 "serde",
15719 "serde_derive",
15720 "smallvec",
15721 "sptr",
15722 "target-lexicon 0.13.2",
15723 "trait-variant",
15724 "wasmparser 0.221.3",
15725 "wasmtime-asm-macros",
15726 "wasmtime-component-macro",
15727 "wasmtime-component-util",
15728 "wasmtime-cranelift",
15729 "wasmtime-environ",
15730 "wasmtime-fiber",
15731 "wasmtime-jit-icache-coherence",
15732 "wasmtime-math",
15733 "wasmtime-slab",
15734 "wasmtime-versioned-export-macros",
15735 "wasmtime-winch",
15736 "windows-sys 0.59.0",
15737]
15738
15739[[package]]
15740name = "wasmtime-asm-macros"
15741version = "29.0.1"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15744dependencies = [
15745 "cfg-if",
15746]
15747
15748[[package]]
15749name = "wasmtime-c-api-impl"
15750version = "29.0.1"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15753dependencies = [
15754 "anyhow",
15755 "log",
15756 "tracing",
15757 "wasmtime",
15758 "wasmtime-c-api-macros",
15759]
15760
15761[[package]]
15762name = "wasmtime-c-api-macros"
15763version = "29.0.1"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15766dependencies = [
15767 "proc-macro2",
15768 "quote",
15769]
15770
15771[[package]]
15772name = "wasmtime-component-macro"
15773version = "29.0.1"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15776dependencies = [
15777 "anyhow",
15778 "proc-macro2",
15779 "quote",
15780 "syn 2.0.100",
15781 "wasmtime-component-util",
15782 "wasmtime-wit-bindgen",
15783 "wit-parser 0.221.3",
15784]
15785
15786[[package]]
15787name = "wasmtime-component-util"
15788version = "29.0.1"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15791
15792[[package]]
15793name = "wasmtime-cranelift"
15794version = "29.0.1"
15795source = "registry+https://github.com/rust-lang/crates.io-index"
15796checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15797dependencies = [
15798 "anyhow",
15799 "cfg-if",
15800 "cranelift-codegen",
15801 "cranelift-control",
15802 "cranelift-entity",
15803 "cranelift-frontend",
15804 "cranelift-native",
15805 "gimli",
15806 "itertools 0.12.1",
15807 "log",
15808 "object",
15809 "smallvec",
15810 "target-lexicon 0.13.2",
15811 "thiserror 1.0.69",
15812 "wasmparser 0.221.3",
15813 "wasmtime-environ",
15814 "wasmtime-versioned-export-macros",
15815]
15816
15817[[package]]
15818name = "wasmtime-environ"
15819version = "29.0.1"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15822dependencies = [
15823 "anyhow",
15824 "cpp_demangle",
15825 "cranelift-bitset",
15826 "cranelift-entity",
15827 "gimli",
15828 "indexmap",
15829 "log",
15830 "object",
15831 "postcard",
15832 "rustc-demangle",
15833 "semver",
15834 "serde",
15835 "serde_derive",
15836 "smallvec",
15837 "target-lexicon 0.13.2",
15838 "wasm-encoder 0.221.3",
15839 "wasmparser 0.221.3",
15840 "wasmprinter",
15841 "wasmtime-component-util",
15842]
15843
15844[[package]]
15845name = "wasmtime-fiber"
15846version = "29.0.1"
15847source = "registry+https://github.com/rust-lang/crates.io-index"
15848checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15849dependencies = [
15850 "anyhow",
15851 "cc",
15852 "cfg-if",
15853 "rustix",
15854 "wasmtime-asm-macros",
15855 "wasmtime-versioned-export-macros",
15856 "windows-sys 0.59.0",
15857]
15858
15859[[package]]
15860name = "wasmtime-jit-icache-coherence"
15861version = "29.0.1"
15862source = "registry+https://github.com/rust-lang/crates.io-index"
15863checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15864dependencies = [
15865 "anyhow",
15866 "cfg-if",
15867 "libc",
15868 "windows-sys 0.59.0",
15869]
15870
15871[[package]]
15872name = "wasmtime-math"
15873version = "29.0.1"
15874source = "registry+https://github.com/rust-lang/crates.io-index"
15875checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15876dependencies = [
15877 "libm",
15878]
15879
15880[[package]]
15881name = "wasmtime-slab"
15882version = "29.0.1"
15883source = "registry+https://github.com/rust-lang/crates.io-index"
15884checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15885
15886[[package]]
15887name = "wasmtime-versioned-export-macros"
15888version = "29.0.1"
15889source = "registry+https://github.com/rust-lang/crates.io-index"
15890checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15891dependencies = [
15892 "proc-macro2",
15893 "quote",
15894 "syn 2.0.100",
15895]
15896
15897[[package]]
15898name = "wasmtime-wasi"
15899version = "29.0.1"
15900source = "registry+https://github.com/rust-lang/crates.io-index"
15901checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15902dependencies = [
15903 "anyhow",
15904 "async-trait",
15905 "bitflags 2.8.0",
15906 "bytes 1.10.1",
15907 "cap-fs-ext",
15908 "cap-net-ext",
15909 "cap-rand",
15910 "cap-std",
15911 "cap-time-ext",
15912 "fs-set-times",
15913 "futures 0.3.31",
15914 "io-extras",
15915 "io-lifetimes",
15916 "rustix",
15917 "system-interface",
15918 "thiserror 1.0.69",
15919 "tokio",
15920 "tracing",
15921 "trait-variant",
15922 "url",
15923 "wasmtime",
15924 "wiggle",
15925 "windows-sys 0.59.0",
15926]
15927
15928[[package]]
15929name = "wasmtime-winch"
15930version = "29.0.1"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15933dependencies = [
15934 "anyhow",
15935 "cranelift-codegen",
15936 "gimli",
15937 "object",
15938 "target-lexicon 0.13.2",
15939 "wasmparser 0.221.3",
15940 "wasmtime-cranelift",
15941 "wasmtime-environ",
15942 "winch-codegen",
15943]
15944
15945[[package]]
15946name = "wasmtime-wit-bindgen"
15947version = "29.0.1"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15950dependencies = [
15951 "anyhow",
15952 "heck 0.5.0",
15953 "indexmap",
15954 "wit-parser 0.221.3",
15955]
15956
15957[[package]]
15958name = "wast"
15959version = "35.0.2"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15962dependencies = [
15963 "leb128",
15964]
15965
15966[[package]]
15967name = "wayland-backend"
15968version = "0.3.8"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15971dependencies = [
15972 "cc",
15973 "downcast-rs",
15974 "rustix",
15975 "scoped-tls",
15976 "smallvec",
15977 "wayland-sys",
15978]
15979
15980[[package]]
15981name = "wayland-client"
15982version = "0.31.8"
15983source = "registry+https://github.com/rust-lang/crates.io-index"
15984checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15985dependencies = [
15986 "bitflags 2.8.0",
15987 "rustix",
15988 "wayland-backend",
15989 "wayland-scanner",
15990]
15991
15992[[package]]
15993name = "wayland-cursor"
15994version = "0.31.8"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15997dependencies = [
15998 "rustix",
15999 "wayland-client",
16000 "xcursor",
16001]
16002
16003[[package]]
16004name = "wayland-protocols"
16005version = "0.31.2"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16008dependencies = [
16009 "bitflags 2.8.0",
16010 "wayland-backend",
16011 "wayland-client",
16012 "wayland-scanner",
16013]
16014
16015[[package]]
16016name = "wayland-protocols-plasma"
16017version = "0.2.0"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16020dependencies = [
16021 "bitflags 2.8.0",
16022 "wayland-backend",
16023 "wayland-client",
16024 "wayland-protocols",
16025 "wayland-scanner",
16026]
16027
16028[[package]]
16029name = "wayland-scanner"
16030version = "0.31.6"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16033dependencies = [
16034 "proc-macro2",
16035 "quick-xml 0.37.2",
16036 "quote",
16037]
16038
16039[[package]]
16040name = "wayland-sys"
16041version = "0.31.6"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16044dependencies = [
16045 "dlib",
16046 "log",
16047 "once_cell",
16048 "pkg-config",
16049]
16050
16051[[package]]
16052name = "web-sys"
16053version = "0.3.76"
16054source = "registry+https://github.com/rust-lang/crates.io-index"
16055checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16056dependencies = [
16057 "js-sys",
16058 "wasm-bindgen",
16059]
16060
16061[[package]]
16062name = "web-time"
16063version = "1.1.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16066dependencies = [
16067 "js-sys",
16068 "wasm-bindgen",
16069]
16070
16071[[package]]
16072name = "webpki-root-certs"
16073version = "0.26.8"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16076dependencies = [
16077 "rustls-pki-types",
16078]
16079
16080[[package]]
16081name = "webpki-roots"
16082version = "0.26.7"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16085dependencies = [
16086 "rustls-pki-types",
16087]
16088
16089[[package]]
16090name = "webrtc-sys"
16091version = "0.3.5"
16092source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16093dependencies = [
16094 "cc",
16095 "cxx",
16096 "cxx-build",
16097 "glob",
16098 "log",
16099 "webrtc-sys-build",
16100]
16101
16102[[package]]
16103name = "webrtc-sys-build"
16104version = "0.3.5"
16105source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16106dependencies = [
16107 "fs2",
16108 "regex",
16109 "reqwest 0.11.27",
16110 "scratch",
16111 "semver",
16112 "zip",
16113]
16114
16115[[package]]
16116name = "weezl"
16117version = "0.1.8"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16120
16121[[package]]
16122name = "welcome"
16123version = "0.1.0"
16124dependencies = [
16125 "anyhow",
16126 "client",
16127 "db",
16128 "editor",
16129 "fuzzy",
16130 "gpui",
16131 "install_cli",
16132 "language",
16133 "picker",
16134 "project",
16135 "schemars",
16136 "serde",
16137 "settings",
16138 "telemetry",
16139 "ui",
16140 "util",
16141 "vim_mode_setting",
16142 "workspace",
16143 "zed_actions",
16144]
16145
16146[[package]]
16147name = "which"
16148version = "4.4.2"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16151dependencies = [
16152 "either",
16153 "home",
16154 "once_cell",
16155 "rustix",
16156]
16157
16158[[package]]
16159name = "which"
16160version = "6.0.3"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16163dependencies = [
16164 "either",
16165 "home",
16166 "rustix",
16167 "winsafe",
16168]
16169
16170[[package]]
16171name = "which"
16172version = "7.0.2"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16175dependencies = [
16176 "either",
16177 "env_home",
16178 "rustix",
16179 "winsafe",
16180]
16181
16182[[package]]
16183name = "whoami"
16184version = "1.5.2"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16187dependencies = [
16188 "redox_syscall 0.5.8",
16189 "wasite",
16190]
16191
16192[[package]]
16193name = "wiggle"
16194version = "29.0.1"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16197dependencies = [
16198 "anyhow",
16199 "async-trait",
16200 "bitflags 2.8.0",
16201 "thiserror 1.0.69",
16202 "tracing",
16203 "wasmtime",
16204 "wiggle-macro",
16205]
16206
16207[[package]]
16208name = "wiggle-generate"
16209version = "29.0.1"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16212dependencies = [
16213 "anyhow",
16214 "heck 0.5.0",
16215 "proc-macro2",
16216 "quote",
16217 "shellexpand 2.1.2",
16218 "syn 2.0.100",
16219 "witx",
16220]
16221
16222[[package]]
16223name = "wiggle-macro"
16224version = "29.0.1"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16227dependencies = [
16228 "proc-macro2",
16229 "quote",
16230 "syn 2.0.100",
16231 "wiggle-generate",
16232]
16233
16234[[package]]
16235name = "winapi"
16236version = "0.3.9"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16239dependencies = [
16240 "winapi-i686-pc-windows-gnu",
16241 "winapi-x86_64-pc-windows-gnu",
16242]
16243
16244[[package]]
16245name = "winapi-i686-pc-windows-gnu"
16246version = "0.4.0"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16249
16250[[package]]
16251name = "winapi-util"
16252version = "0.1.9"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16255dependencies = [
16256 "windows-sys 0.59.0",
16257]
16258
16259[[package]]
16260name = "winapi-x86_64-pc-windows-gnu"
16261version = "0.4.0"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16264
16265[[package]]
16266name = "winch-codegen"
16267version = "29.0.1"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16270dependencies = [
16271 "anyhow",
16272 "cranelift-codegen",
16273 "gimli",
16274 "regalloc2",
16275 "smallvec",
16276 "target-lexicon 0.13.2",
16277 "thiserror 1.0.69",
16278 "wasmparser 0.221.3",
16279 "wasmtime-cranelift",
16280 "wasmtime-environ",
16281]
16282
16283[[package]]
16284name = "windows"
16285version = "0.54.0"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16288dependencies = [
16289 "windows-core 0.54.0",
16290 "windows-targets 0.52.6",
16291]
16292
16293[[package]]
16294name = "windows"
16295version = "0.57.0"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16298dependencies = [
16299 "windows-core 0.57.0",
16300 "windows-targets 0.52.6",
16301]
16302
16303[[package]]
16304name = "windows"
16305version = "0.58.0"
16306source = "registry+https://github.com/rust-lang/crates.io-index"
16307checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16308dependencies = [
16309 "windows-core 0.58.0",
16310 "windows-targets 0.52.6",
16311]
16312
16313[[package]]
16314name = "windows"
16315version = "0.60.0"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16318dependencies = [
16319 "windows-collections",
16320 "windows-core 0.60.1",
16321 "windows-future",
16322 "windows-link",
16323 "windows-numerics",
16324]
16325
16326[[package]]
16327name = "windows-collections"
16328version = "0.1.1"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16331dependencies = [
16332 "windows-core 0.60.1",
16333]
16334
16335[[package]]
16336name = "windows-core"
16337version = "0.52.0"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16340dependencies = [
16341 "windows-targets 0.52.6",
16342]
16343
16344[[package]]
16345name = "windows-core"
16346version = "0.54.0"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16349dependencies = [
16350 "windows-result 0.1.2",
16351 "windows-targets 0.52.6",
16352]
16353
16354[[package]]
16355name = "windows-core"
16356version = "0.57.0"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16359dependencies = [
16360 "windows-implement 0.57.0",
16361 "windows-interface 0.57.0",
16362 "windows-result 0.1.2",
16363 "windows-targets 0.52.6",
16364]
16365
16366[[package]]
16367name = "windows-core"
16368version = "0.58.0"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16371dependencies = [
16372 "windows-implement 0.58.0",
16373 "windows-interface 0.58.0",
16374 "windows-result 0.2.0",
16375 "windows-strings 0.1.0",
16376 "windows-targets 0.52.6",
16377]
16378
16379[[package]]
16380name = "windows-core"
16381version = "0.60.1"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16384dependencies = [
16385 "windows-implement 0.59.0",
16386 "windows-interface 0.59.0",
16387 "windows-link",
16388 "windows-result 0.3.1",
16389 "windows-strings 0.3.1",
16390]
16391
16392[[package]]
16393name = "windows-future"
16394version = "0.1.1"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16397dependencies = [
16398 "windows-core 0.60.1",
16399 "windows-link",
16400]
16401
16402[[package]]
16403name = "windows-implement"
16404version = "0.57.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16407dependencies = [
16408 "proc-macro2",
16409 "quote",
16410 "syn 2.0.100",
16411]
16412
16413[[package]]
16414name = "windows-implement"
16415version = "0.58.0"
16416source = "registry+https://github.com/rust-lang/crates.io-index"
16417checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16418dependencies = [
16419 "proc-macro2",
16420 "quote",
16421 "syn 2.0.100",
16422]
16423
16424[[package]]
16425name = "windows-implement"
16426version = "0.59.0"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16429dependencies = [
16430 "proc-macro2",
16431 "quote",
16432 "syn 2.0.100",
16433]
16434
16435[[package]]
16436name = "windows-interface"
16437version = "0.57.0"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16440dependencies = [
16441 "proc-macro2",
16442 "quote",
16443 "syn 2.0.100",
16444]
16445
16446[[package]]
16447name = "windows-interface"
16448version = "0.58.0"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16451dependencies = [
16452 "proc-macro2",
16453 "quote",
16454 "syn 2.0.100",
16455]
16456
16457[[package]]
16458name = "windows-interface"
16459version = "0.59.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16462dependencies = [
16463 "proc-macro2",
16464 "quote",
16465 "syn 2.0.100",
16466]
16467
16468[[package]]
16469name = "windows-link"
16470version = "0.1.0"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16473
16474[[package]]
16475name = "windows-numerics"
16476version = "0.1.1"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16479dependencies = [
16480 "windows-core 0.60.1",
16481 "windows-link",
16482]
16483
16484[[package]]
16485name = "windows-registry"
16486version = "0.2.0"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16489dependencies = [
16490 "windows-result 0.2.0",
16491 "windows-strings 0.1.0",
16492 "windows-targets 0.52.6",
16493]
16494
16495[[package]]
16496name = "windows-result"
16497version = "0.1.2"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16500dependencies = [
16501 "windows-targets 0.52.6",
16502]
16503
16504[[package]]
16505name = "windows-result"
16506version = "0.2.0"
16507source = "registry+https://github.com/rust-lang/crates.io-index"
16508checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16509dependencies = [
16510 "windows-targets 0.52.6",
16511]
16512
16513[[package]]
16514name = "windows-result"
16515version = "0.3.1"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16518dependencies = [
16519 "windows-link",
16520]
16521
16522[[package]]
16523name = "windows-strings"
16524version = "0.1.0"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16527dependencies = [
16528 "windows-result 0.2.0",
16529 "windows-targets 0.52.6",
16530]
16531
16532[[package]]
16533name = "windows-strings"
16534version = "0.3.1"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16537dependencies = [
16538 "windows-link",
16539]
16540
16541[[package]]
16542name = "windows-sys"
16543version = "0.45.0"
16544source = "registry+https://github.com/rust-lang/crates.io-index"
16545checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16546dependencies = [
16547 "windows-targets 0.42.2",
16548]
16549
16550[[package]]
16551name = "windows-sys"
16552version = "0.48.0"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16555dependencies = [
16556 "windows-targets 0.48.5",
16557]
16558
16559[[package]]
16560name = "windows-sys"
16561version = "0.52.0"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16564dependencies = [
16565 "windows-targets 0.52.6",
16566]
16567
16568[[package]]
16569name = "windows-sys"
16570version = "0.59.0"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16573dependencies = [
16574 "windows-targets 0.52.6",
16575]
16576
16577[[package]]
16578name = "windows-targets"
16579version = "0.42.2"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16582dependencies = [
16583 "windows_aarch64_gnullvm 0.42.2",
16584 "windows_aarch64_msvc 0.42.2",
16585 "windows_i686_gnu 0.42.2",
16586 "windows_i686_msvc 0.42.2",
16587 "windows_x86_64_gnu 0.42.2",
16588 "windows_x86_64_gnullvm 0.42.2",
16589 "windows_x86_64_msvc 0.42.2",
16590]
16591
16592[[package]]
16593name = "windows-targets"
16594version = "0.48.5"
16595source = "registry+https://github.com/rust-lang/crates.io-index"
16596checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16597dependencies = [
16598 "windows_aarch64_gnullvm 0.48.5",
16599 "windows_aarch64_msvc 0.48.5",
16600 "windows_i686_gnu 0.48.5",
16601 "windows_i686_msvc 0.48.5",
16602 "windows_x86_64_gnu 0.48.5",
16603 "windows_x86_64_gnullvm 0.48.5",
16604 "windows_x86_64_msvc 0.48.5",
16605]
16606
16607[[package]]
16608name = "windows-targets"
16609version = "0.52.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16612dependencies = [
16613 "windows_aarch64_gnullvm 0.52.6",
16614 "windows_aarch64_msvc 0.52.6",
16615 "windows_i686_gnu 0.52.6",
16616 "windows_i686_gnullvm",
16617 "windows_i686_msvc 0.52.6",
16618 "windows_x86_64_gnu 0.52.6",
16619 "windows_x86_64_gnullvm 0.52.6",
16620 "windows_x86_64_msvc 0.52.6",
16621]
16622
16623[[package]]
16624name = "windows_aarch64_gnullvm"
16625version = "0.42.2"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16628
16629[[package]]
16630name = "windows_aarch64_gnullvm"
16631version = "0.48.5"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16634
16635[[package]]
16636name = "windows_aarch64_gnullvm"
16637version = "0.52.6"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16640
16641[[package]]
16642name = "windows_aarch64_msvc"
16643version = "0.42.2"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16646
16647[[package]]
16648name = "windows_aarch64_msvc"
16649version = "0.48.5"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16652
16653[[package]]
16654name = "windows_aarch64_msvc"
16655version = "0.52.6"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16658
16659[[package]]
16660name = "windows_i686_gnu"
16661version = "0.42.2"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16664
16665[[package]]
16666name = "windows_i686_gnu"
16667version = "0.48.5"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16670
16671[[package]]
16672name = "windows_i686_gnu"
16673version = "0.52.6"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16676
16677[[package]]
16678name = "windows_i686_gnullvm"
16679version = "0.52.6"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16682
16683[[package]]
16684name = "windows_i686_msvc"
16685version = "0.42.2"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16688
16689[[package]]
16690name = "windows_i686_msvc"
16691version = "0.48.5"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16694
16695[[package]]
16696name = "windows_i686_msvc"
16697version = "0.52.6"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16700
16701[[package]]
16702name = "windows_x86_64_gnu"
16703version = "0.42.2"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16706
16707[[package]]
16708name = "windows_x86_64_gnu"
16709version = "0.48.5"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16712
16713[[package]]
16714name = "windows_x86_64_gnu"
16715version = "0.52.6"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16718
16719[[package]]
16720name = "windows_x86_64_gnullvm"
16721version = "0.42.2"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16724
16725[[package]]
16726name = "windows_x86_64_gnullvm"
16727version = "0.48.5"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16730
16731[[package]]
16732name = "windows_x86_64_gnullvm"
16733version = "0.52.6"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16736
16737[[package]]
16738name = "windows_x86_64_msvc"
16739version = "0.42.2"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16742
16743[[package]]
16744name = "windows_x86_64_msvc"
16745version = "0.48.5"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16748
16749[[package]]
16750name = "windows_x86_64_msvc"
16751version = "0.52.6"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16754
16755[[package]]
16756name = "winnow"
16757version = "0.6.20"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16760dependencies = [
16761 "memchr",
16762]
16763
16764[[package]]
16765name = "winnow"
16766version = "0.7.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16769dependencies = [
16770 "memchr",
16771]
16772
16773[[package]]
16774name = "winreg"
16775version = "0.50.0"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16778dependencies = [
16779 "cfg-if",
16780 "windows-sys 0.48.0",
16781]
16782
16783[[package]]
16784name = "winreg"
16785version = "0.52.0"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16788dependencies = [
16789 "cfg-if",
16790 "windows-sys 0.48.0",
16791]
16792
16793[[package]]
16794name = "winresource"
16795version = "0.1.20"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16798dependencies = [
16799 "toml 0.8.20",
16800 "version_check",
16801]
16802
16803[[package]]
16804name = "winsafe"
16805version = "0.0.19"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16808
16809[[package]]
16810name = "winx"
16811version = "0.36.4"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16814dependencies = [
16815 "bitflags 2.8.0",
16816 "windows-sys 0.59.0",
16817]
16818
16819[[package]]
16820name = "wio"
16821version = "0.2.2"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16824dependencies = [
16825 "winapi",
16826]
16827
16828[[package]]
16829name = "wit-bindgen"
16830version = "0.22.0"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16833dependencies = [
16834 "bitflags 2.8.0",
16835 "wit-bindgen-rt 0.22.0",
16836 "wit-bindgen-rust-macro",
16837]
16838
16839[[package]]
16840name = "wit-bindgen-core"
16841version = "0.22.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16844dependencies = [
16845 "anyhow",
16846 "wit-parser 0.201.0",
16847]
16848
16849[[package]]
16850name = "wit-bindgen-rt"
16851version = "0.22.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16854
16855[[package]]
16856name = "wit-bindgen-rt"
16857version = "0.33.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16860dependencies = [
16861 "bitflags 2.8.0",
16862]
16863
16864[[package]]
16865name = "wit-bindgen-rust"
16866version = "0.22.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16869dependencies = [
16870 "anyhow",
16871 "heck 0.4.1",
16872 "indexmap",
16873 "wasm-metadata 0.201.0",
16874 "wit-bindgen-core",
16875 "wit-component 0.201.0",
16876]
16877
16878[[package]]
16879name = "wit-bindgen-rust-macro"
16880version = "0.22.0"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16883dependencies = [
16884 "anyhow",
16885 "proc-macro2",
16886 "quote",
16887 "syn 2.0.100",
16888 "wit-bindgen-core",
16889 "wit-bindgen-rust",
16890]
16891
16892[[package]]
16893name = "wit-component"
16894version = "0.201.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16897dependencies = [
16898 "anyhow",
16899 "bitflags 2.8.0",
16900 "indexmap",
16901 "log",
16902 "serde",
16903 "serde_derive",
16904 "serde_json",
16905 "wasm-encoder 0.201.0",
16906 "wasm-metadata 0.201.0",
16907 "wasmparser 0.201.0",
16908 "wit-parser 0.201.0",
16909]
16910
16911[[package]]
16912name = "wit-component"
16913version = "0.221.3"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16916dependencies = [
16917 "anyhow",
16918 "bitflags 2.8.0",
16919 "indexmap",
16920 "log",
16921 "serde",
16922 "serde_derive",
16923 "serde_json",
16924 "wasm-encoder 0.221.3",
16925 "wasm-metadata 0.221.3",
16926 "wasmparser 0.221.3",
16927 "wit-parser 0.221.3",
16928]
16929
16930[[package]]
16931name = "wit-parser"
16932version = "0.201.0"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16935dependencies = [
16936 "anyhow",
16937 "id-arena",
16938 "indexmap",
16939 "log",
16940 "semver",
16941 "serde",
16942 "serde_derive",
16943 "serde_json",
16944 "unicode-xid",
16945 "wasmparser 0.201.0",
16946]
16947
16948[[package]]
16949name = "wit-parser"
16950version = "0.221.3"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16953dependencies = [
16954 "anyhow",
16955 "id-arena",
16956 "indexmap",
16957 "log",
16958 "semver",
16959 "serde",
16960 "serde_derive",
16961 "serde_json",
16962 "unicode-xid",
16963 "wasmparser 0.221.3",
16964]
16965
16966[[package]]
16967name = "witx"
16968version = "0.9.1"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16971dependencies = [
16972 "anyhow",
16973 "log",
16974 "thiserror 1.0.69",
16975 "wast",
16976]
16977
16978[[package]]
16979name = "workspace"
16980version = "0.1.0"
16981dependencies = [
16982 "any_vec",
16983 "anyhow",
16984 "async-recursion 1.1.1",
16985 "bincode",
16986 "call",
16987 "client",
16988 "clock",
16989 "collections",
16990 "component",
16991 "db",
16992 "derive_more",
16993 "env_logger 0.11.7",
16994 "fs",
16995 "futures 0.3.31",
16996 "gpui",
16997 "http_client",
16998 "itertools 0.14.0",
16999 "language",
17000 "log",
17001 "node_runtime",
17002 "parking_lot",
17003 "postage",
17004 "project",
17005 "remote",
17006 "schemars",
17007 "serde",
17008 "serde_json",
17009 "session",
17010 "settings",
17011 "smallvec",
17012 "sqlez",
17013 "strum",
17014 "task",
17015 "telemetry",
17016 "tempfile",
17017 "theme",
17018 "ui",
17019 "util",
17020 "uuid",
17021 "zed_actions",
17022]
17023
17024[[package]]
17025name = "worktree"
17026version = "0.1.0"
17027dependencies = [
17028 "anyhow",
17029 "clock",
17030 "collections",
17031 "env_logger 0.11.7",
17032 "fs",
17033 "futures 0.3.31",
17034 "fuzzy",
17035 "git",
17036 "git2",
17037 "git_hosting_providers",
17038 "gpui",
17039 "http_client",
17040 "ignore",
17041 "language",
17042 "log",
17043 "parking_lot",
17044 "paths",
17045 "postage",
17046 "pretty_assertions",
17047 "rand 0.8.5",
17048 "rpc",
17049 "schemars",
17050 "serde",
17051 "serde_json",
17052 "settings",
17053 "smallvec",
17054 "smol",
17055 "sum_tree",
17056 "text",
17057 "util",
17058]
17059
17060[[package]]
17061name = "write16"
17062version = "1.0.0"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17065
17066[[package]]
17067name = "writeable"
17068version = "0.5.5"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17071
17072[[package]]
17073name = "wyz"
17074version = "0.5.1"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17077dependencies = [
17078 "tap",
17079]
17080
17081[[package]]
17082name = "x11-clipboard"
17083version = "0.9.3"
17084source = "registry+https://github.com/rust-lang/crates.io-index"
17085checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17086dependencies = [
17087 "libc",
17088 "x11rb",
17089]
17090
17091[[package]]
17092name = "x11rb"
17093version = "0.13.1"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17096dependencies = [
17097 "as-raw-xcb-connection",
17098 "gethostname",
17099 "libc",
17100 "rustix",
17101 "x11rb-protocol",
17102]
17103
17104[[package]]
17105name = "x11rb-protocol"
17106version = "0.13.1"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17109
17110[[package]]
17111name = "xattr"
17112version = "0.2.3"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17115dependencies = [
17116 "libc",
17117]
17118
17119[[package]]
17120name = "xcursor"
17121version = "0.3.8"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17124
17125[[package]]
17126name = "xdg-home"
17127version = "1.3.0"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17130dependencies = [
17131 "libc",
17132 "windows-sys 0.59.0",
17133]
17134
17135[[package]]
17136name = "xim"
17137version = "0.4.0"
17138source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17139dependencies = [
17140 "ahash 0.8.11",
17141 "hashbrown 0.14.5",
17142 "log",
17143 "x11rb",
17144 "xim-ctext",
17145 "xim-parser",
17146]
17147
17148[[package]]
17149name = "xim-ctext"
17150version = "0.3.0"
17151source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17152dependencies = [
17153 "encoding_rs",
17154]
17155
17156[[package]]
17157name = "xim-parser"
17158version = "0.2.1"
17159source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17160dependencies = [
17161 "bitflags 2.8.0",
17162]
17163
17164[[package]]
17165name = "xkbcommon"
17166version = "0.7.0"
17167source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17168dependencies = [
17169 "as-raw-xcb-connection",
17170 "libc",
17171 "memmap2",
17172 "xkeysym",
17173]
17174
17175[[package]]
17176name = "xkeysym"
17177version = "0.2.1"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17180
17181[[package]]
17182name = "xml5ever"
17183version = "0.18.1"
17184source = "registry+https://github.com/rust-lang/crates.io-index"
17185checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17186dependencies = [
17187 "log",
17188 "mac",
17189 "markup5ever",
17190]
17191
17192[[package]]
17193name = "xmlparser"
17194version = "0.13.6"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17197
17198[[package]]
17199name = "xmlwriter"
17200version = "0.1.0"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17203
17204[[package]]
17205name = "xtask"
17206version = "0.1.0"
17207dependencies = [
17208 "anyhow",
17209 "cargo_metadata",
17210 "cargo_toml",
17211 "clap",
17212]
17213
17214[[package]]
17215name = "yaml-rust2"
17216version = "0.8.1"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17219dependencies = [
17220 "arraydeque",
17221 "encoding_rs",
17222 "hashlink 0.8.4",
17223]
17224
17225[[package]]
17226name = "yansi"
17227version = "1.0.1"
17228source = "registry+https://github.com/rust-lang/crates.io-index"
17229checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17230
17231[[package]]
17232name = "yazi"
17233version = "0.1.6"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17236
17237[[package]]
17238name = "yeslogic-fontconfig-sys"
17239version = "6.0.0"
17240source = "registry+https://github.com/rust-lang/crates.io-index"
17241checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17242dependencies = [
17243 "dlib",
17244 "once_cell",
17245 "pkg-config",
17246]
17247
17248[[package]]
17249name = "yoke"
17250version = "0.7.5"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17253dependencies = [
17254 "serde",
17255 "stable_deref_trait",
17256 "yoke-derive",
17257 "zerofrom",
17258]
17259
17260[[package]]
17261name = "yoke-derive"
17262version = "0.7.5"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17265dependencies = [
17266 "proc-macro2",
17267 "quote",
17268 "syn 2.0.100",
17269 "synstructure",
17270]
17271
17272[[package]]
17273name = "zbus"
17274version = "5.5.0"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17277dependencies = [
17278 "async-broadcast",
17279 "async-executor",
17280 "async-fs",
17281 "async-io",
17282 "async-lock",
17283 "async-process",
17284 "async-recursion 1.1.1",
17285 "async-task",
17286 "async-trait",
17287 "blocking",
17288 "enumflags2",
17289 "event-listener 5.3.1",
17290 "futures-core",
17291 "futures-lite 2.6.0",
17292 "hex",
17293 "nix",
17294 "ordered-stream",
17295 "serde",
17296 "serde_repr",
17297 "static_assertions",
17298 "tracing",
17299 "uds_windows",
17300 "windows-sys 0.59.0",
17301 "winnow 0.7.1",
17302 "xdg-home",
17303 "zbus_macros",
17304 "zbus_names",
17305 "zvariant",
17306]
17307
17308[[package]]
17309name = "zbus_macros"
17310version = "5.5.0"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17313dependencies = [
17314 "proc-macro-crate",
17315 "proc-macro2",
17316 "quote",
17317 "syn 2.0.100",
17318 "zbus_names",
17319 "zvariant",
17320 "zvariant_utils",
17321]
17322
17323[[package]]
17324name = "zbus_names"
17325version = "4.1.0"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17328dependencies = [
17329 "serde",
17330 "static_assertions",
17331 "winnow 0.6.20",
17332 "zvariant",
17333]
17334
17335[[package]]
17336name = "zed"
17337version = "0.180.0"
17338dependencies = [
17339 "activity_indicator",
17340 "anyhow",
17341 "ashpd",
17342 "assets",
17343 "assistant",
17344 "assistant2",
17345 "assistant_context_editor",
17346 "assistant_settings",
17347 "assistant_tools",
17348 "async-watch",
17349 "audio",
17350 "auto_update",
17351 "auto_update_ui",
17352 "backtrace",
17353 "breadcrumbs",
17354 "call",
17355 "channel",
17356 "chrono",
17357 "clap",
17358 "cli",
17359 "client",
17360 "collab_ui",
17361 "collections",
17362 "command_palette",
17363 "command_palette_hooks",
17364 "component_preview",
17365 "copilot",
17366 "db",
17367 "debugger_tools",
17368 "debugger_ui",
17369 "diagnostics",
17370 "editor",
17371 "env_logger 0.11.7",
17372 "extension",
17373 "extension_host",
17374 "extensions_ui",
17375 "feature_flags",
17376 "feedback",
17377 "file_finder",
17378 "fs",
17379 "futures 0.3.31",
17380 "git",
17381 "git_hosting_providers",
17382 "git_ui",
17383 "go_to_line",
17384 "gpui",
17385 "gpui_tokio",
17386 "http_client",
17387 "image_viewer",
17388 "inline_completion_button",
17389 "install_cli",
17390 "journal",
17391 "language",
17392 "language_extension",
17393 "language_model",
17394 "language_models",
17395 "language_selector",
17396 "language_tools",
17397 "languages",
17398 "libc",
17399 "log",
17400 "markdown_preview",
17401 "menu",
17402 "migrator",
17403 "mimalloc",
17404 "nix",
17405 "node_runtime",
17406 "notifications",
17407 "outline",
17408 "outline_panel",
17409 "parking_lot",
17410 "paths",
17411 "picker",
17412 "profiling",
17413 "project",
17414 "project_panel",
17415 "project_symbols",
17416 "prompt_store",
17417 "proto",
17418 "recent_projects",
17419 "release_channel",
17420 "remote",
17421 "repl",
17422 "reqwest_client",
17423 "rope",
17424 "search",
17425 "serde",
17426 "serde_json",
17427 "session",
17428 "settings",
17429 "settings_ui",
17430 "shellexpand 2.1.2",
17431 "simplelog",
17432 "smol",
17433 "snippet_provider",
17434 "snippets_ui",
17435 "supermaven",
17436 "sysinfo",
17437 "tab_switcher",
17438 "task",
17439 "tasks_ui",
17440 "telemetry",
17441 "telemetry_events",
17442 "terminal_view",
17443 "theme",
17444 "theme_extension",
17445 "theme_selector",
17446 "time",
17447 "toolchain_selector",
17448 "tree-sitter-md",
17449 "tree-sitter-rust",
17450 "ui",
17451 "ui_prompt",
17452 "url",
17453 "urlencoding",
17454 "util",
17455 "uuid",
17456 "vim",
17457 "vim_mode_setting",
17458 "welcome",
17459 "windows 0.60.0",
17460 "winresource",
17461 "workspace",
17462 "zed_actions",
17463 "zeta",
17464]
17465
17466[[package]]
17467name = "zed_actions"
17468version = "0.1.0"
17469dependencies = [
17470 "gpui",
17471 "schemars",
17472 "serde",
17473]
17474
17475[[package]]
17476name = "zed_emmet"
17477version = "0.0.3"
17478dependencies = [
17479 "zed_extension_api 0.1.0",
17480]
17481
17482[[package]]
17483name = "zed_extension_api"
17484version = "0.1.0"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17487dependencies = [
17488 "serde",
17489 "serde_json",
17490 "wit-bindgen",
17491]
17492
17493[[package]]
17494name = "zed_extension_api"
17495version = "0.3.0"
17496dependencies = [
17497 "serde",
17498 "serde_json",
17499 "wit-bindgen",
17500]
17501
17502[[package]]
17503name = "zed_glsl"
17504version = "0.1.0"
17505dependencies = [
17506 "zed_extension_api 0.1.0",
17507]
17508
17509[[package]]
17510name = "zed_html"
17511version = "0.1.6"
17512dependencies = [
17513 "zed_extension_api 0.1.0",
17514]
17515
17516[[package]]
17517name = "zed_llm_client"
17518version = "0.4.1"
17519source = "registry+https://github.com/rust-lang/crates.io-index"
17520checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17521dependencies = [
17522 "serde",
17523 "serde_json",
17524 "uuid",
17525]
17526
17527[[package]]
17528name = "zed_proto"
17529version = "0.2.1"
17530dependencies = [
17531 "zed_extension_api 0.1.0",
17532]
17533
17534[[package]]
17535name = "zed_ruff"
17536version = "0.1.0"
17537dependencies = [
17538 "zed_extension_api 0.1.0",
17539]
17540
17541[[package]]
17542name = "zed_snippets"
17543version = "0.0.5"
17544dependencies = [
17545 "serde_json",
17546 "zed_extension_api 0.1.0",
17547]
17548
17549[[package]]
17550name = "zed_test_extension"
17551version = "0.1.0"
17552dependencies = [
17553 "zed_extension_api 0.3.0",
17554]
17555
17556[[package]]
17557name = "zed_toml"
17558version = "0.1.3"
17559dependencies = [
17560 "zed_extension_api 0.1.0",
17561]
17562
17563[[package]]
17564name = "zeno"
17565version = "0.2.3"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17568
17569[[package]]
17570name = "zerocopy"
17571version = "0.7.35"
17572source = "registry+https://github.com/rust-lang/crates.io-index"
17573checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17574dependencies = [
17575 "byteorder",
17576 "zerocopy-derive 0.7.35",
17577]
17578
17579[[package]]
17580name = "zerocopy"
17581version = "0.8.18"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17584dependencies = [
17585 "zerocopy-derive 0.8.18",
17586]
17587
17588[[package]]
17589name = "zerocopy-derive"
17590version = "0.7.35"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17593dependencies = [
17594 "proc-macro2",
17595 "quote",
17596 "syn 2.0.100",
17597]
17598
17599[[package]]
17600name = "zerocopy-derive"
17601version = "0.8.18"
17602source = "registry+https://github.com/rust-lang/crates.io-index"
17603checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17604dependencies = [
17605 "proc-macro2",
17606 "quote",
17607 "syn 2.0.100",
17608]
17609
17610[[package]]
17611name = "zerofrom"
17612version = "0.1.5"
17613source = "registry+https://github.com/rust-lang/crates.io-index"
17614checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17615dependencies = [
17616 "zerofrom-derive",
17617]
17618
17619[[package]]
17620name = "zerofrom-derive"
17621version = "0.1.5"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17624dependencies = [
17625 "proc-macro2",
17626 "quote",
17627 "syn 2.0.100",
17628 "synstructure",
17629]
17630
17631[[package]]
17632name = "zeroize"
17633version = "1.8.1"
17634source = "registry+https://github.com/rust-lang/crates.io-index"
17635checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17636dependencies = [
17637 "zeroize_derive",
17638]
17639
17640[[package]]
17641name = "zeroize_derive"
17642version = "1.4.2"
17643source = "registry+https://github.com/rust-lang/crates.io-index"
17644checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17645dependencies = [
17646 "proc-macro2",
17647 "quote",
17648 "syn 2.0.100",
17649]
17650
17651[[package]]
17652name = "zeromq"
17653version = "0.5.0-pre"
17654source = "registry+https://github.com/rust-lang/crates.io-index"
17655checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17656dependencies = [
17657 "async-dispatcher",
17658 "async-std",
17659 "async-trait",
17660 "asynchronous-codec",
17661 "bytes 1.10.1",
17662 "crossbeam-queue",
17663 "dashmap 5.5.3",
17664 "futures 0.3.31",
17665 "log",
17666 "num-traits",
17667 "once_cell",
17668 "parking_lot",
17669 "rand 0.8.5",
17670 "regex",
17671 "thiserror 1.0.69",
17672 "uuid",
17673]
17674
17675[[package]]
17676name = "zerovec"
17677version = "0.10.4"
17678source = "registry+https://github.com/rust-lang/crates.io-index"
17679checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17680dependencies = [
17681 "yoke",
17682 "zerofrom",
17683 "zerovec-derive",
17684]
17685
17686[[package]]
17687name = "zerovec-derive"
17688version = "0.10.3"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17691dependencies = [
17692 "proc-macro2",
17693 "quote",
17694 "syn 2.0.100",
17695]
17696
17697[[package]]
17698name = "zeta"
17699version = "0.1.0"
17700dependencies = [
17701 "anyhow",
17702 "arrayvec",
17703 "call",
17704 "chrono",
17705 "client",
17706 "clock",
17707 "collections",
17708 "command_palette_hooks",
17709 "ctor",
17710 "db",
17711 "editor",
17712 "env_logger 0.11.7",
17713 "feature_flags",
17714 "fs",
17715 "futures 0.3.31",
17716 "gpui",
17717 "http_client",
17718 "indoc",
17719 "inline_completion",
17720 "language",
17721 "language_model",
17722 "log",
17723 "menu",
17724 "migrator",
17725 "paths",
17726 "postage",
17727 "project",
17728 "regex",
17729 "release_channel",
17730 "reqwest_client",
17731 "rpc",
17732 "serde",
17733 "serde_json",
17734 "settings",
17735 "telemetry",
17736 "telemetry_events",
17737 "theme",
17738 "thiserror 2.0.12",
17739 "tree-sitter-go",
17740 "tree-sitter-rust",
17741 "ui",
17742 "unindent",
17743 "util",
17744 "uuid",
17745 "workspace",
17746 "worktree",
17747 "zed_actions",
17748 "zed_llm_client",
17749]
17750
17751[[package]]
17752name = "zip"
17753version = "0.6.6"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17756dependencies = [
17757 "aes",
17758 "byteorder",
17759 "bzip2",
17760 "constant_time_eq 0.1.5",
17761 "crc32fast",
17762 "crossbeam-utils",
17763 "flate2",
17764 "hmac",
17765 "pbkdf2 0.11.0",
17766 "sha1",
17767 "time",
17768 "zstd",
17769]
17770
17771[[package]]
17772name = "zstd"
17773version = "0.11.2+zstd.1.5.2"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17776dependencies = [
17777 "zstd-safe",
17778]
17779
17780[[package]]
17781name = "zstd-safe"
17782version = "5.0.2+zstd.1.5.2"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17785dependencies = [
17786 "libc",
17787 "zstd-sys",
17788]
17789
17790[[package]]
17791name = "zstd-sys"
17792version = "2.0.13+zstd.1.5.6"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17795dependencies = [
17796 "cc",
17797 "pkg-config",
17798]
17799
17800[[package]]
17801name = "zune-core"
17802version = "0.4.12"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17805
17806[[package]]
17807name = "zune-inflate"
17808version = "0.2.54"
17809source = "registry+https://github.com/rust-lang/crates.io-index"
17810checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17811dependencies = [
17812 "simd-adler32",
17813]
17814
17815[[package]]
17816name = "zune-jpeg"
17817version = "0.4.13"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17820dependencies = [
17821 "zune-core",
17822]
17823
17824[[package]]
17825name = "zvariant"
17826version = "5.4.0"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17829dependencies = [
17830 "endi",
17831 "enumflags2",
17832 "serde",
17833 "static_assertions",
17834 "url",
17835 "winnow 0.7.1",
17836 "zvariant_derive",
17837 "zvariant_utils",
17838]
17839
17840[[package]]
17841name = "zvariant_derive"
17842version = "5.4.0"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17845dependencies = [
17846 "proc-macro-crate",
17847 "proc-macro2",
17848 "quote",
17849 "syn 2.0.100",
17850 "zvariant_utils",
17851]
17852
17853[[package]]
17854name = "zvariant_utils"
17855version = "3.2.0"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17858dependencies = [
17859 "proc-macro2",
17860 "quote",
17861 "serde",
17862 "static_assertions",
17863 "syn 2.0.100",
17864 "winnow 0.7.1",
17865]