Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indexmap",
  476 "indoc",
  477 "itertools 0.14.0",
  478 "language",
  479 "language_model",
  480 "language_model_selector",
  481 "log",
  482 "lsp",
  483 "markdown",
  484 "menu",
  485 "multi_buffer",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "rope",
  495 "scripting_tool",
  496 "serde",
  497 "serde_json",
  498 "settings",
  499 "smallvec",
  500 "smol",
  501 "streaming_diff",
  502 "telemetry",
  503 "telemetry_events",
  504 "terminal",
  505 "terminal_view",
  506 "text",
  507 "theme",
  508 "time",
  509 "time_format",
  510 "ui",
  511 "util",
  512 "uuid",
  513 "vim_mode_setting",
  514 "workspace",
  515 "zed_actions",
  516]
  517
  518[[package]]
  519name = "assistant_context_editor"
  520version = "0.1.0"
  521dependencies = [
  522 "anyhow",
  523 "assistant_settings",
  524 "assistant_slash_command",
  525 "assistant_slash_commands",
  526 "chrono",
  527 "client",
  528 "clock",
  529 "collections",
  530 "context_server",
  531 "editor",
  532 "fs",
  533 "futures 0.3.31",
  534 "fuzzy",
  535 "gpui",
  536 "indexed_docs",
  537 "language",
  538 "language_model",
  539 "language_model_selector",
  540 "languages",
  541 "log",
  542 "multi_buffer",
  543 "open_ai",
  544 "parking_lot",
  545 "paths",
  546 "picker",
  547 "pretty_assertions",
  548 "project",
  549 "prompt_store",
  550 "rand 0.8.5",
  551 "regex",
  552 "rope",
  553 "rpc",
  554 "serde",
  555 "serde_json",
  556 "settings",
  557 "smallvec",
  558 "smol",
  559 "strum",
  560 "telemetry_events",
  561 "text",
  562 "theme",
  563 "tree-sitter-md",
  564 "ui",
  565 "unindent",
  566 "util",
  567 "uuid",
  568 "workspace",
  569]
  570
  571[[package]]
  572name = "assistant_eval"
  573version = "0.1.0"
  574dependencies = [
  575 "anyhow",
  576 "assistant2",
  577 "assistant_tool",
  578 "assistant_tools",
  579 "clap",
  580 "client",
  581 "collections",
  582 "context_server",
  583 "env_logger 0.11.7",
  584 "fs",
  585 "futures 0.3.31",
  586 "gpui",
  587 "gpui_tokio",
  588 "itertools 0.14.0",
  589 "language",
  590 "language_model",
  591 "language_models",
  592 "node_runtime",
  593 "project",
  594 "prompt_store",
  595 "regex",
  596 "release_channel",
  597 "reqwest_client",
  598 "serde",
  599 "serde_json",
  600 "serde_json_lenient",
  601 "settings",
  602 "smol",
  603 "util",
  604]
  605
  606[[package]]
  607name = "assistant_settings"
  608version = "0.1.0"
  609dependencies = [
  610 "anthropic",
  611 "anyhow",
  612 "deepseek",
  613 "feature_flags",
  614 "fs",
  615 "gpui",
  616 "indexmap",
  617 "language_model",
  618 "lmstudio",
  619 "log",
  620 "ollama",
  621 "open_ai",
  622 "paths",
  623 "schemars",
  624 "serde",
  625 "serde_json_lenient",
  626 "settings",
  627]
  628
  629[[package]]
  630name = "assistant_slash_command"
  631version = "0.1.0"
  632dependencies = [
  633 "anyhow",
  634 "async-trait",
  635 "collections",
  636 "derive_more",
  637 "extension",
  638 "futures 0.3.31",
  639 "gpui",
  640 "language",
  641 "language_model",
  642 "parking_lot",
  643 "pretty_assertions",
  644 "serde",
  645 "serde_json",
  646 "ui",
  647 "workspace",
  648]
  649
  650[[package]]
  651name = "assistant_slash_commands"
  652version = "0.1.0"
  653dependencies = [
  654 "anyhow",
  655 "assistant_slash_command",
  656 "cargo_toml",
  657 "chrono",
  658 "collections",
  659 "context_server",
  660 "editor",
  661 "env_logger 0.11.7",
  662 "feature_flags",
  663 "fs",
  664 "futures 0.3.31",
  665 "fuzzy",
  666 "globset",
  667 "gpui",
  668 "html_to_markdown",
  669 "http_client",
  670 "indexed_docs",
  671 "language",
  672 "language_model",
  673 "log",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "schemars",
  679 "semantic_index",
  680 "serde",
  681 "serde_json",
  682 "settings",
  683 "smol",
  684 "terminal_view",
  685 "text",
  686 "toml 0.8.20",
  687 "ui",
  688 "util",
  689 "workspace",
  690 "worktree",
  691]
  692
  693[[package]]
  694name = "assistant_tool"
  695version = "0.1.0"
  696dependencies = [
  697 "anyhow",
  698 "clock",
  699 "collections",
  700 "derive_more",
  701 "gpui",
  702 "language",
  703 "language_model",
  704 "parking_lot",
  705 "project",
  706 "serde",
  707 "serde_json",
  708]
  709
  710[[package]]
  711name = "assistant_tools"
  712version = "0.1.0"
  713dependencies = [
  714 "anyhow",
  715 "assistant_tool",
  716 "chrono",
  717 "collections",
  718 "feature_flags",
  719 "futures 0.3.31",
  720 "gpui",
  721 "html_to_markdown",
  722 "http_client",
  723 "itertools 0.14.0",
  724 "language",
  725 "language_model",
  726 "project",
  727 "rand 0.8.5",
  728 "release_channel",
  729 "schemars",
  730 "serde",
  731 "serde_json",
  732 "settings",
  733 "theme",
  734 "ui",
  735 "unindent",
  736 "util",
  737 "workspace",
  738 "worktree",
  739]
  740
  741[[package]]
  742name = "async-attributes"
  743version = "1.1.2"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  746dependencies = [
  747 "quote",
  748 "syn 1.0.109",
  749]
  750
  751[[package]]
  752name = "async-broadcast"
  753version = "0.7.2"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  756dependencies = [
  757 "event-listener 5.3.1",
  758 "event-listener-strategy",
  759 "futures-core",
  760 "pin-project-lite",
  761]
  762
  763[[package]]
  764name = "async-channel"
  765version = "1.9.0"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  768dependencies = [
  769 "concurrent-queue",
  770 "event-listener 2.5.3",
  771 "futures-core",
  772]
  773
  774[[package]]
  775name = "async-channel"
  776version = "2.3.1"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  779dependencies = [
  780 "concurrent-queue",
  781 "event-listener-strategy",
  782 "futures-core",
  783 "pin-project-lite",
  784]
  785
  786[[package]]
  787name = "async-compat"
  788version = "0.2.4"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  791dependencies = [
  792 "futures-core",
  793 "futures-io",
  794 "once_cell",
  795 "pin-project-lite",
  796 "tokio",
  797]
  798
  799[[package]]
  800name = "async-compression"
  801version = "0.4.21"
  802source = "registry+https://github.com/rust-lang/crates.io-index"
  803checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  804dependencies = [
  805 "deflate64",
  806 "flate2",
  807 "futures-core",
  808 "futures-io",
  809 "memchr",
  810 "pin-project-lite",
  811]
  812
  813[[package]]
  814name = "async-dispatcher"
  815version = "0.1.2"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  818dependencies = [
  819 "async-task",
  820 "futures-lite 1.13.0",
  821]
  822
  823[[package]]
  824name = "async-executor"
  825version = "1.13.1"
  826source = "registry+https://github.com/rust-lang/crates.io-index"
  827checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  828dependencies = [
  829 "async-task",
  830 "concurrent-queue",
  831 "fastrand 2.3.0",
  832 "futures-lite 2.6.0",
  833 "slab",
  834]
  835
  836[[package]]
  837name = "async-fs"
  838version = "2.1.2"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  841dependencies = [
  842 "async-lock",
  843 "blocking",
  844 "futures-lite 2.6.0",
  845]
  846
  847[[package]]
  848name = "async-global-executor"
  849version = "2.4.1"
  850source = "registry+https://github.com/rust-lang/crates.io-index"
  851checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  852dependencies = [
  853 "async-channel 2.3.1",
  854 "async-executor",
  855 "async-io",
  856 "async-lock",
  857 "blocking",
  858 "futures-lite 2.6.0",
  859 "once_cell",
  860]
  861
  862[[package]]
  863name = "async-io"
  864version = "2.4.0"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  867dependencies = [
  868 "async-lock",
  869 "cfg-if",
  870 "concurrent-queue",
  871 "futures-io",
  872 "futures-lite 2.6.0",
  873 "parking",
  874 "polling",
  875 "rustix",
  876 "slab",
  877 "tracing",
  878 "windows-sys 0.59.0",
  879]
  880
  881[[package]]
  882name = "async-lock"
  883version = "3.4.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  886dependencies = [
  887 "event-listener 5.3.1",
  888 "event-listener-strategy",
  889 "pin-project-lite",
  890]
  891
  892[[package]]
  893name = "async-native-tls"
  894version = "0.5.0"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  897dependencies = [
  898 "futures-util",
  899 "native-tls",
  900 "thiserror 1.0.69",
  901 "url",
  902]
  903
  904[[package]]
  905name = "async-net"
  906version = "2.0.0"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  909dependencies = [
  910 "async-io",
  911 "blocking",
  912 "futures-lite 2.6.0",
  913]
  914
  915[[package]]
  916name = "async-pipe"
  917version = "0.1.3"
  918source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  919dependencies = [
  920 "futures 0.3.31",
  921 "log",
  922]
  923
  924[[package]]
  925name = "async-process"
  926version = "2.3.0"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  929dependencies = [
  930 "async-channel 2.3.1",
  931 "async-io",
  932 "async-lock",
  933 "async-signal",
  934 "async-task",
  935 "blocking",
  936 "cfg-if",
  937 "event-listener 5.3.1",
  938 "futures-lite 2.6.0",
  939 "rustix",
  940 "tracing",
  941]
  942
  943[[package]]
  944name = "async-recursion"
  945version = "0.3.2"
  946source = "registry+https://github.com/rust-lang/crates.io-index"
  947checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  948dependencies = [
  949 "proc-macro2",
  950 "quote",
  951 "syn 1.0.109",
  952]
  953
  954[[package]]
  955name = "async-recursion"
  956version = "1.1.1"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  959dependencies = [
  960 "proc-macro2",
  961 "quote",
  962 "syn 2.0.100",
  963]
  964
  965[[package]]
  966name = "async-signal"
  967version = "0.2.10"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  970dependencies = [
  971 "async-io",
  972 "async-lock",
  973 "atomic-waker",
  974 "cfg-if",
  975 "futures-core",
  976 "futures-io",
  977 "rustix",
  978 "signal-hook-registry",
  979 "slab",
  980 "windows-sys 0.59.0",
  981]
  982
  983[[package]]
  984name = "async-std"
  985version = "1.13.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  988dependencies = [
  989 "async-attributes",
  990 "async-channel 1.9.0",
  991 "async-global-executor",
  992 "async-io",
  993 "async-lock",
  994 "async-process",
  995 "crossbeam-utils",
  996 "futures-channel",
  997 "futures-core",
  998 "futures-io",
  999 "futures-lite 2.6.0",
 1000 "gloo-timers",
 1001 "kv-log-macro",
 1002 "log",
 1003 "memchr",
 1004 "once_cell",
 1005 "pin-project-lite",
 1006 "pin-utils",
 1007 "slab",
 1008 "wasm-bindgen-futures",
 1009]
 1010
 1011[[package]]
 1012name = "async-stream"
 1013version = "0.3.6"
 1014source = "registry+https://github.com/rust-lang/crates.io-index"
 1015checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1016dependencies = [
 1017 "async-stream-impl",
 1018 "futures-core",
 1019 "pin-project-lite",
 1020]
 1021
 1022[[package]]
 1023name = "async-stream-impl"
 1024version = "0.3.6"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1027dependencies = [
 1028 "proc-macro2",
 1029 "quote",
 1030 "syn 2.0.100",
 1031]
 1032
 1033[[package]]
 1034name = "async-stripe"
 1035version = "0.40.0"
 1036source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1037dependencies = [
 1038 "chrono",
 1039 "futures-util",
 1040 "http-types",
 1041 "hyper 0.14.32",
 1042 "hyper-rustls 0.24.2",
 1043 "serde",
 1044 "serde_json",
 1045 "serde_path_to_error",
 1046 "serde_qs 0.10.1",
 1047 "smart-default",
 1048 "smol_str 0.1.24",
 1049 "thiserror 1.0.69",
 1050 "tokio",
 1051]
 1052
 1053[[package]]
 1054name = "async-tar"
 1055version = "0.5.0"
 1056source = "registry+https://github.com/rust-lang/crates.io-index"
 1057checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1058dependencies = [
 1059 "async-std",
 1060 "filetime",
 1061 "libc",
 1062 "pin-project",
 1063 "redox_syscall 0.2.16",
 1064 "xattr",
 1065]
 1066
 1067[[package]]
 1068name = "async-task"
 1069version = "4.7.1"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1072
 1073[[package]]
 1074name = "async-tls"
 1075version = "0.13.0"
 1076source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1077dependencies = [
 1078 "futures-core",
 1079 "futures-io",
 1080 "rustls 0.23.25",
 1081 "rustls-pemfile 2.2.0",
 1082 "webpki-roots",
 1083]
 1084
 1085[[package]]
 1086name = "async-trait"
 1087version = "0.1.88"
 1088source = "registry+https://github.com/rust-lang/crates.io-index"
 1089checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1090dependencies = [
 1091 "proc-macro2",
 1092 "quote",
 1093 "syn 2.0.100",
 1094]
 1095
 1096[[package]]
 1097name = "async-tungstenite"
 1098version = "0.28.2"
 1099source = "registry+https://github.com/rust-lang/crates.io-index"
 1100checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1101dependencies = [
 1102 "async-std",
 1103 "async-tls",
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "tungstenite 0.24.0",
 1112]
 1113
 1114[[package]]
 1115name = "async-watch"
 1116version = "0.3.1"
 1117source = "registry+https://github.com/rust-lang/crates.io-index"
 1118checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1119dependencies = [
 1120 "event-listener 2.5.3",
 1121]
 1122
 1123[[package]]
 1124name = "async_zip"
 1125version = "0.0.17"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1128dependencies = [
 1129 "async-compression",
 1130 "crc32fast",
 1131 "futures-lite 2.6.0",
 1132 "pin-project",
 1133 "thiserror 1.0.69",
 1134]
 1135
 1136[[package]]
 1137name = "asynchronous-codec"
 1138version = "0.7.0"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1141dependencies = [
 1142 "bytes 1.10.1",
 1143 "futures-sink",
 1144 "futures-util",
 1145 "memchr",
 1146 "pin-project-lite",
 1147]
 1148
 1149[[package]]
 1150name = "atoi"
 1151version = "2.0.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1154dependencies = [
 1155 "num-traits",
 1156]
 1157
 1158[[package]]
 1159name = "atomic"
 1160version = "0.5.3"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1163
 1164[[package]]
 1165name = "atomic-waker"
 1166version = "1.1.2"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1169
 1170[[package]]
 1171name = "audio"
 1172version = "0.1.0"
 1173dependencies = [
 1174 "anyhow",
 1175 "collections",
 1176 "derive_more",
 1177 "gpui",
 1178 "parking_lot",
 1179 "rodio",
 1180 "util",
 1181]
 1182
 1183[[package]]
 1184name = "auto_update"
 1185version = "0.1.0"
 1186dependencies = [
 1187 "anyhow",
 1188 "client",
 1189 "db",
 1190 "gpui",
 1191 "http_client",
 1192 "log",
 1193 "paths",
 1194 "release_channel",
 1195 "schemars",
 1196 "serde",
 1197 "serde_json",
 1198 "settings",
 1199 "smol",
 1200 "tempfile",
 1201 "which 6.0.3",
 1202 "workspace",
 1203]
 1204
 1205[[package]]
 1206name = "auto_update_ui"
 1207version = "0.1.0"
 1208dependencies = [
 1209 "anyhow",
 1210 "auto_update",
 1211 "client",
 1212 "editor",
 1213 "gpui",
 1214 "http_client",
 1215 "markdown_preview",
 1216 "release_channel",
 1217 "serde",
 1218 "serde_json",
 1219 "smol",
 1220 "util",
 1221 "workspace",
 1222]
 1223
 1224[[package]]
 1225name = "autocfg"
 1226version = "1.4.0"
 1227source = "registry+https://github.com/rust-lang/crates.io-index"
 1228checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1229
 1230[[package]]
 1231name = "av1-grain"
 1232version = "0.2.3"
 1233source = "registry+https://github.com/rust-lang/crates.io-index"
 1234checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1235dependencies = [
 1236 "anyhow",
 1237 "arrayvec",
 1238 "log",
 1239 "nom",
 1240 "num-rational",
 1241 "v_frame",
 1242]
 1243
 1244[[package]]
 1245name = "avif-serialize"
 1246version = "0.8.2"
 1247source = "registry+https://github.com/rust-lang/crates.io-index"
 1248checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1249dependencies = [
 1250 "arrayvec",
 1251]
 1252
 1253[[package]]
 1254name = "aws-config"
 1255version = "1.5.16"
 1256source = "registry+https://github.com/rust-lang/crates.io-index"
 1257checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1258dependencies = [
 1259 "aws-credential-types",
 1260 "aws-runtime",
 1261 "aws-sdk-sso",
 1262 "aws-sdk-ssooidc",
 1263 "aws-sdk-sts",
 1264 "aws-smithy-async",
 1265 "aws-smithy-http",
 1266 "aws-smithy-json",
 1267 "aws-smithy-runtime",
 1268 "aws-smithy-runtime-api",
 1269 "aws-smithy-types",
 1270 "aws-types",
 1271 "bytes 1.10.1",
 1272 "fastrand 2.3.0",
 1273 "hex",
 1274 "http 0.2.12",
 1275 "ring",
 1276 "time",
 1277 "tokio",
 1278 "tracing",
 1279 "url",
 1280 "zeroize",
 1281]
 1282
 1283[[package]]
 1284name = "aws-credential-types"
 1285version = "1.2.1"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1288dependencies = [
 1289 "aws-smithy-async",
 1290 "aws-smithy-runtime-api",
 1291 "aws-smithy-types",
 1292 "zeroize",
 1293]
 1294
 1295[[package]]
 1296name = "aws-lc-rs"
 1297version = "1.12.6"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1300dependencies = [
 1301 "aws-lc-sys",
 1302 "zeroize",
 1303]
 1304
 1305[[package]]
 1306name = "aws-lc-sys"
 1307version = "0.27.0"
 1308source = "registry+https://github.com/rust-lang/crates.io-index"
 1309checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1310dependencies = [
 1311 "bindgen 0.69.5",
 1312 "cc",
 1313 "cmake",
 1314 "dunce",
 1315 "fs_extra",
 1316]
 1317
 1318[[package]]
 1319name = "aws-runtime"
 1320version = "1.5.5"
 1321source = "registry+https://github.com/rust-lang/crates.io-index"
 1322checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1323dependencies = [
 1324 "aws-credential-types",
 1325 "aws-sigv4",
 1326 "aws-smithy-async",
 1327 "aws-smithy-eventstream",
 1328 "aws-smithy-http",
 1329 "aws-smithy-runtime",
 1330 "aws-smithy-runtime-api",
 1331 "aws-smithy-types",
 1332 "aws-types",
 1333 "bytes 1.10.1",
 1334 "fastrand 2.3.0",
 1335 "http 0.2.12",
 1336 "http-body 0.4.6",
 1337 "once_cell",
 1338 "percent-encoding",
 1339 "pin-project-lite",
 1340 "tracing",
 1341 "uuid",
 1342]
 1343
 1344[[package]]
 1345name = "aws-sdk-bedrockruntime"
 1346version = "1.74.0"
 1347source = "registry+https://github.com/rust-lang/crates.io-index"
 1348checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1349dependencies = [
 1350 "aws-credential-types",
 1351 "aws-runtime",
 1352 "aws-smithy-async",
 1353 "aws-smithy-eventstream",
 1354 "aws-smithy-http",
 1355 "aws-smithy-json",
 1356 "aws-smithy-runtime",
 1357 "aws-smithy-runtime-api",
 1358 "aws-smithy-types",
 1359 "aws-types",
 1360 "bytes 1.10.1",
 1361 "fastrand 2.3.0",
 1362 "http 0.2.12",
 1363 "once_cell",
 1364 "regex-lite",
 1365 "tracing",
 1366]
 1367
 1368[[package]]
 1369name = "aws-sdk-kinesis"
 1370version = "1.61.0"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1373dependencies = [
 1374 "aws-credential-types",
 1375 "aws-runtime",
 1376 "aws-smithy-async",
 1377 "aws-smithy-http",
 1378 "aws-smithy-json",
 1379 "aws-smithy-runtime",
 1380 "aws-smithy-runtime-api",
 1381 "aws-smithy-types",
 1382 "aws-types",
 1383 "bytes 1.10.1",
 1384 "http 0.2.12",
 1385 "once_cell",
 1386 "regex-lite",
 1387 "tracing",
 1388]
 1389
 1390[[package]]
 1391name = "aws-sdk-s3"
 1392version = "1.76.0"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1395dependencies = [
 1396 "aws-credential-types",
 1397 "aws-runtime",
 1398 "aws-sigv4",
 1399 "aws-smithy-async",
 1400 "aws-smithy-checksums",
 1401 "aws-smithy-eventstream",
 1402 "aws-smithy-http",
 1403 "aws-smithy-json",
 1404 "aws-smithy-runtime",
 1405 "aws-smithy-runtime-api",
 1406 "aws-smithy-types",
 1407 "aws-smithy-xml",
 1408 "aws-types",
 1409 "bytes 1.10.1",
 1410 "fastrand 2.3.0",
 1411 "hex",
 1412 "hmac",
 1413 "http 0.2.12",
 1414 "http-body 0.4.6",
 1415 "lru",
 1416 "once_cell",
 1417 "percent-encoding",
 1418 "regex-lite",
 1419 "sha2",
 1420 "tracing",
 1421 "url",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-sso"
 1426version = "1.58.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-smithy-async",
 1433 "aws-smithy-http",
 1434 "aws-smithy-json",
 1435 "aws-smithy-runtime",
 1436 "aws-smithy-runtime-api",
 1437 "aws-smithy-types",
 1438 "aws-types",
 1439 "bytes 1.10.1",
 1440 "http 0.2.12",
 1441 "once_cell",
 1442 "regex-lite",
 1443 "tracing",
 1444]
 1445
 1446[[package]]
 1447name = "aws-sdk-ssooidc"
 1448version = "1.59.0"
 1449source = "registry+https://github.com/rust-lang/crates.io-index"
 1450checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1451dependencies = [
 1452 "aws-credential-types",
 1453 "aws-runtime",
 1454 "aws-smithy-async",
 1455 "aws-smithy-http",
 1456 "aws-smithy-json",
 1457 "aws-smithy-runtime",
 1458 "aws-smithy-runtime-api",
 1459 "aws-smithy-types",
 1460 "aws-types",
 1461 "bytes 1.10.1",
 1462 "http 0.2.12",
 1463 "once_cell",
 1464 "regex-lite",
 1465 "tracing",
 1466]
 1467
 1468[[package]]
 1469name = "aws-sdk-sts"
 1470version = "1.59.0"
 1471source = "registry+https://github.com/rust-lang/crates.io-index"
 1472checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1473dependencies = [
 1474 "aws-credential-types",
 1475 "aws-runtime",
 1476 "aws-smithy-async",
 1477 "aws-smithy-http",
 1478 "aws-smithy-json",
 1479 "aws-smithy-query",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-smithy-xml",
 1484 "aws-types",
 1485 "http 0.2.12",
 1486 "once_cell",
 1487 "regex-lite",
 1488 "tracing",
 1489]
 1490
 1491[[package]]
 1492name = "aws-sigv4"
 1493version = "1.2.9"
 1494source = "registry+https://github.com/rust-lang/crates.io-index"
 1495checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1496dependencies = [
 1497 "aws-credential-types",
 1498 "aws-smithy-eventstream",
 1499 "aws-smithy-http",
 1500 "aws-smithy-runtime-api",
 1501 "aws-smithy-types",
 1502 "bytes 1.10.1",
 1503 "crypto-bigint 0.5.5",
 1504 "form_urlencoded",
 1505 "hex",
 1506 "hmac",
 1507 "http 0.2.12",
 1508 "http 1.2.0",
 1509 "once_cell",
 1510 "p256",
 1511 "percent-encoding",
 1512 "ring",
 1513 "sha2",
 1514 "subtle",
 1515 "time",
 1516 "tracing",
 1517 "zeroize",
 1518]
 1519
 1520[[package]]
 1521name = "aws-smithy-async"
 1522version = "1.2.4"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1525dependencies = [
 1526 "futures-util",
 1527 "pin-project-lite",
 1528 "tokio",
 1529]
 1530
 1531[[package]]
 1532name = "aws-smithy-checksums"
 1533version = "0.62.0"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1536dependencies = [
 1537 "aws-smithy-http",
 1538 "aws-smithy-types",
 1539 "bytes 1.10.1",
 1540 "crc32c",
 1541 "crc32fast",
 1542 "crc64fast-nvme",
 1543 "hex",
 1544 "http 0.2.12",
 1545 "http-body 0.4.6",
 1546 "md-5",
 1547 "pin-project-lite",
 1548 "sha1",
 1549 "sha2",
 1550 "tracing",
 1551]
 1552
 1553[[package]]
 1554name = "aws-smithy-eventstream"
 1555version = "0.60.6"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1558dependencies = [
 1559 "aws-smithy-types",
 1560 "bytes 1.10.1",
 1561 "crc32fast",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-http"
 1566version = "0.60.12"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1569dependencies = [
 1570 "aws-smithy-eventstream",
 1571 "aws-smithy-runtime-api",
 1572 "aws-smithy-types",
 1573 "bytes 1.10.1",
 1574 "bytes-utils",
 1575 "futures-core",
 1576 "http 0.2.12",
 1577 "http-body 0.4.6",
 1578 "once_cell",
 1579 "percent-encoding",
 1580 "pin-project-lite",
 1581 "pin-utils",
 1582 "tracing",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-json"
 1587version = "0.61.2"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1590dependencies = [
 1591 "aws-smithy-types",
 1592]
 1593
 1594[[package]]
 1595name = "aws-smithy-query"
 1596version = "0.60.7"
 1597source = "registry+https://github.com/rust-lang/crates.io-index"
 1598checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1599dependencies = [
 1600 "aws-smithy-types",
 1601 "urlencoding",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-runtime"
 1606version = "1.7.8"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1609dependencies = [
 1610 "aws-smithy-async",
 1611 "aws-smithy-http",
 1612 "aws-smithy-runtime-api",
 1613 "aws-smithy-types",
 1614 "bytes 1.10.1",
 1615 "fastrand 2.3.0",
 1616 "h2 0.3.26",
 1617 "http 0.2.12",
 1618 "http-body 0.4.6",
 1619 "http-body 1.0.1",
 1620 "httparse",
 1621 "hyper 0.14.32",
 1622 "hyper-rustls 0.24.2",
 1623 "once_cell",
 1624 "pin-project-lite",
 1625 "pin-utils",
 1626 "rustls 0.21.12",
 1627 "tokio",
 1628 "tracing",
 1629]
 1630
 1631[[package]]
 1632name = "aws-smithy-runtime-api"
 1633version = "1.7.3"
 1634source = "registry+https://github.com/rust-lang/crates.io-index"
 1635checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1636dependencies = [
 1637 "aws-smithy-async",
 1638 "aws-smithy-types",
 1639 "bytes 1.10.1",
 1640 "http 0.2.12",
 1641 "http 1.2.0",
 1642 "pin-project-lite",
 1643 "tokio",
 1644 "tracing",
 1645 "zeroize",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-types"
 1650version = "1.2.13"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1653dependencies = [
 1654 "base64-simd",
 1655 "bytes 1.10.1",
 1656 "bytes-utils",
 1657 "futures-core",
 1658 "http 0.2.12",
 1659 "http 1.2.0",
 1660 "http-body 0.4.6",
 1661 "http-body 1.0.1",
 1662 "http-body-util",
 1663 "itoa",
 1664 "num-integer",
 1665 "pin-project-lite",
 1666 "pin-utils",
 1667 "ryu",
 1668 "serde",
 1669 "time",
 1670 "tokio",
 1671 "tokio-util",
 1672]
 1673
 1674[[package]]
 1675name = "aws-smithy-xml"
 1676version = "0.60.9"
 1677source = "registry+https://github.com/rust-lang/crates.io-index"
 1678checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1679dependencies = [
 1680 "xmlparser",
 1681]
 1682
 1683[[package]]
 1684name = "aws-types"
 1685version = "1.3.5"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1688dependencies = [
 1689 "aws-credential-types",
 1690 "aws-smithy-async",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "rustc_version",
 1694 "tracing",
 1695]
 1696
 1697[[package]]
 1698name = "aws_http_client"
 1699version = "0.1.0"
 1700dependencies = [
 1701 "aws-smithy-runtime-api",
 1702 "aws-smithy-types",
 1703 "futures 0.3.31",
 1704 "http_client",
 1705 "tokio",
 1706]
 1707
 1708[[package]]
 1709name = "axum"
 1710version = "0.6.20"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1713dependencies = [
 1714 "async-trait",
 1715 "axum-core",
 1716 "base64 0.21.7",
 1717 "bitflags 1.3.2",
 1718 "bytes 1.10.1",
 1719 "futures-util",
 1720 "headers",
 1721 "http 0.2.12",
 1722 "http-body 0.4.6",
 1723 "hyper 0.14.32",
 1724 "itoa",
 1725 "matchit",
 1726 "memchr",
 1727 "mime",
 1728 "percent-encoding",
 1729 "pin-project-lite",
 1730 "rustversion",
 1731 "serde",
 1732 "serde_json",
 1733 "serde_path_to_error",
 1734 "serde_urlencoded",
 1735 "sha1",
 1736 "sync_wrapper 0.1.2",
 1737 "tokio",
 1738 "tokio-tungstenite 0.20.1",
 1739 "tower",
 1740 "tower-layer",
 1741 "tower-service",
 1742]
 1743
 1744[[package]]
 1745name = "axum-core"
 1746version = "0.3.4"
 1747source = "registry+https://github.com/rust-lang/crates.io-index"
 1748checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1749dependencies = [
 1750 "async-trait",
 1751 "bytes 1.10.1",
 1752 "futures-util",
 1753 "http 0.2.12",
 1754 "http-body 0.4.6",
 1755 "mime",
 1756 "rustversion",
 1757 "tower-layer",
 1758 "tower-service",
 1759]
 1760
 1761[[package]]
 1762name = "axum-extra"
 1763version = "0.4.2"
 1764source = "registry+https://github.com/rust-lang/crates.io-index"
 1765checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1766dependencies = [
 1767 "axum",
 1768 "bytes 1.10.1",
 1769 "futures-util",
 1770 "http 0.2.12",
 1771 "mime",
 1772 "pin-project-lite",
 1773 "serde",
 1774 "serde_json",
 1775 "tokio",
 1776 "tower",
 1777 "tower-http 0.3.5",
 1778 "tower-layer",
 1779 "tower-service",
 1780]
 1781
 1782[[package]]
 1783name = "backtrace"
 1784version = "0.3.74"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1787dependencies = [
 1788 "addr2line",
 1789 "cfg-if",
 1790 "libc",
 1791 "miniz_oxide",
 1792 "object",
 1793 "rustc-demangle",
 1794 "windows-targets 0.52.6",
 1795]
 1796
 1797[[package]]
 1798name = "base16ct"
 1799version = "0.1.1"
 1800source = "registry+https://github.com/rust-lang/crates.io-index"
 1801checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1802
 1803[[package]]
 1804name = "base64"
 1805version = "0.13.1"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1808
 1809[[package]]
 1810name = "base64"
 1811version = "0.21.7"
 1812source = "registry+https://github.com/rust-lang/crates.io-index"
 1813checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1814
 1815[[package]]
 1816name = "base64"
 1817version = "0.22.1"
 1818source = "registry+https://github.com/rust-lang/crates.io-index"
 1819checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1820
 1821[[package]]
 1822name = "base64-simd"
 1823version = "0.8.0"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1826dependencies = [
 1827 "outref",
 1828 "vsimd",
 1829]
 1830
 1831[[package]]
 1832name = "base64ct"
 1833version = "1.6.0"
 1834source = "registry+https://github.com/rust-lang/crates.io-index"
 1835checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1836
 1837[[package]]
 1838name = "bedrock"
 1839version = "0.1.0"
 1840dependencies = [
 1841 "anyhow",
 1842 "aws-sdk-bedrockruntime",
 1843 "aws-smithy-types",
 1844 "futures 0.3.31",
 1845 "schemars",
 1846 "serde",
 1847 "serde_json",
 1848 "strum",
 1849 "thiserror 2.0.12",
 1850 "tokio",
 1851]
 1852
 1853[[package]]
 1854name = "bigdecimal"
 1855version = "0.4.7"
 1856source = "registry+https://github.com/rust-lang/crates.io-index"
 1857checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1858dependencies = [
 1859 "autocfg",
 1860 "libm",
 1861 "num-bigint",
 1862 "num-integer",
 1863 "num-traits",
 1864 "serde",
 1865]
 1866
 1867[[package]]
 1868name = "bincode"
 1869version = "1.3.3"
 1870source = "registry+https://github.com/rust-lang/crates.io-index"
 1871checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1872dependencies = [
 1873 "serde",
 1874]
 1875
 1876[[package]]
 1877name = "bindgen"
 1878version = "0.69.5"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1881dependencies = [
 1882 "bitflags 2.8.0",
 1883 "cexpr",
 1884 "clang-sys",
 1885 "itertools 0.10.5",
 1886 "lazy_static",
 1887 "lazycell",
 1888 "log",
 1889 "prettyplease",
 1890 "proc-macro2",
 1891 "quote",
 1892 "regex",
 1893 "rustc-hash 1.1.0",
 1894 "shlex",
 1895 "syn 2.0.100",
 1896 "which 4.4.2",
 1897]
 1898
 1899[[package]]
 1900name = "bindgen"
 1901version = "0.70.1"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1904dependencies = [
 1905 "bitflags 2.8.0",
 1906 "cexpr",
 1907 "clang-sys",
 1908 "itertools 0.10.5",
 1909 "log",
 1910 "prettyplease",
 1911 "proc-macro2",
 1912 "quote",
 1913 "regex",
 1914 "rustc-hash 1.1.0",
 1915 "shlex",
 1916 "syn 2.0.100",
 1917]
 1918
 1919[[package]]
 1920name = "bit-set"
 1921version = "0.5.3"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1924dependencies = [
 1925 "bit-vec 0.6.3",
 1926]
 1927
 1928[[package]]
 1929name = "bit-set"
 1930version = "0.8.0"
 1931source = "registry+https://github.com/rust-lang/crates.io-index"
 1932checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1933dependencies = [
 1934 "bit-vec 0.8.0",
 1935]
 1936
 1937[[package]]
 1938name = "bit-vec"
 1939version = "0.6.3"
 1940source = "registry+https://github.com/rust-lang/crates.io-index"
 1941checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1942
 1943[[package]]
 1944name = "bit-vec"
 1945version = "0.8.0"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1948
 1949[[package]]
 1950name = "bit_field"
 1951version = "0.10.2"
 1952source = "registry+https://github.com/rust-lang/crates.io-index"
 1953checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1954
 1955[[package]]
 1956name = "bitflags"
 1957version = "1.3.2"
 1958source = "registry+https://github.com/rust-lang/crates.io-index"
 1959checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1960
 1961[[package]]
 1962name = "bitflags"
 1963version = "2.8.0"
 1964source = "registry+https://github.com/rust-lang/crates.io-index"
 1965checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1966dependencies = [
 1967 "serde",
 1968]
 1969
 1970[[package]]
 1971name = "bitstream-io"
 1972version = "2.6.0"
 1973source = "registry+https://github.com/rust-lang/crates.io-index"
 1974checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1975
 1976[[package]]
 1977name = "bitvec"
 1978version = "1.0.1"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1981dependencies = [
 1982 "funty",
 1983 "radium",
 1984 "tap",
 1985 "wyz",
 1986]
 1987
 1988[[package]]
 1989name = "blade-graphics"
 1990version = "0.6.0"
 1991source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1992dependencies = [
 1993 "ash",
 1994 "ash-window",
 1995 "bitflags 2.8.0",
 1996 "bytemuck",
 1997 "codespan-reporting",
 1998 "glow",
 1999 "gpu-alloc",
 2000 "gpu-alloc-ash",
 2001 "hidden-trait",
 2002 "js-sys",
 2003 "khronos-egl",
 2004 "libloading",
 2005 "log",
 2006 "mint",
 2007 "naga",
 2008 "objc2",
 2009 "objc2-app-kit",
 2010 "objc2-foundation",
 2011 "objc2-metal",
 2012 "objc2-quartz-core",
 2013 "objc2-ui-kit",
 2014 "raw-window-handle",
 2015 "slab",
 2016 "wasm-bindgen",
 2017 "web-sys",
 2018]
 2019
 2020[[package]]
 2021name = "blade-macros"
 2022version = "0.3.0"
 2023source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2024dependencies = [
 2025 "proc-macro2",
 2026 "quote",
 2027 "syn 2.0.100",
 2028]
 2029
 2030[[package]]
 2031name = "blade-util"
 2032version = "0.2.0"
 2033source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2034dependencies = [
 2035 "blade-graphics",
 2036 "bytemuck",
 2037 "log",
 2038 "profiling",
 2039]
 2040
 2041[[package]]
 2042name = "blake3"
 2043version = "1.6.1"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2046dependencies = [
 2047 "arrayref",
 2048 "arrayvec",
 2049 "cc",
 2050 "cfg-if",
 2051 "constant_time_eq 0.3.1",
 2052]
 2053
 2054[[package]]
 2055name = "block"
 2056version = "0.1.6"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2059
 2060[[package]]
 2061name = "block-buffer"
 2062version = "0.10.4"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2065dependencies = [
 2066 "generic-array",
 2067]
 2068
 2069[[package]]
 2070name = "block-padding"
 2071version = "0.3.3"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2074dependencies = [
 2075 "generic-array",
 2076]
 2077
 2078[[package]]
 2079name = "block2"
 2080version = "0.5.1"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2083dependencies = [
 2084 "objc2",
 2085]
 2086
 2087[[package]]
 2088name = "blocking"
 2089version = "1.6.1"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2092dependencies = [
 2093 "async-channel 2.3.1",
 2094 "async-task",
 2095 "futures-io",
 2096 "futures-lite 2.6.0",
 2097 "piper",
 2098]
 2099
 2100[[package]]
 2101name = "borsh"
 2102version = "1.5.3"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2105dependencies = [
 2106 "borsh-derive",
 2107 "cfg_aliases 0.2.1",
 2108]
 2109
 2110[[package]]
 2111name = "borsh-derive"
 2112version = "1.5.3"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2115dependencies = [
 2116 "once_cell",
 2117 "proc-macro-crate",
 2118 "proc-macro2",
 2119 "quote",
 2120 "syn 2.0.100",
 2121]
 2122
 2123[[package]]
 2124name = "breadcrumbs"
 2125version = "0.1.0"
 2126dependencies = [
 2127 "editor",
 2128 "gpui",
 2129 "itertools 0.14.0",
 2130 "theme",
 2131 "ui",
 2132 "workspace",
 2133 "zed_actions",
 2134]
 2135
 2136[[package]]
 2137name = "bstr"
 2138version = "1.11.1"
 2139source = "registry+https://github.com/rust-lang/crates.io-index"
 2140checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2141dependencies = [
 2142 "memchr",
 2143 "regex-automata 0.4.9",
 2144 "serde",
 2145]
 2146
 2147[[package]]
 2148name = "buffer_diff"
 2149version = "0.1.0"
 2150dependencies = [
 2151 "anyhow",
 2152 "clock",
 2153 "ctor",
 2154 "env_logger 0.11.7",
 2155 "futures 0.3.31",
 2156 "git2",
 2157 "gpui",
 2158 "language",
 2159 "log",
 2160 "pretty_assertions",
 2161 "rand 0.8.5",
 2162 "rope",
 2163 "serde_json",
 2164 "sum_tree",
 2165 "text",
 2166 "unindent",
 2167 "util",
 2168]
 2169
 2170[[package]]
 2171name = "built"
 2172version = "0.7.5"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2175
 2176[[package]]
 2177name = "bumpalo"
 2178version = "3.16.0"
 2179source = "registry+https://github.com/rust-lang/crates.io-index"
 2180checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2181dependencies = [
 2182 "allocator-api2",
 2183]
 2184
 2185[[package]]
 2186name = "by_address"
 2187version = "1.2.1"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2190
 2191[[package]]
 2192name = "bytecheck"
 2193version = "0.6.12"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2196dependencies = [
 2197 "bytecheck_derive",
 2198 "ptr_meta",
 2199 "simdutf8",
 2200]
 2201
 2202[[package]]
 2203name = "bytecheck_derive"
 2204version = "0.6.12"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2207dependencies = [
 2208 "proc-macro2",
 2209 "quote",
 2210 "syn 1.0.109",
 2211]
 2212
 2213[[package]]
 2214name = "bytemuck"
 2215version = "1.21.0"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2218dependencies = [
 2219 "bytemuck_derive",
 2220]
 2221
 2222[[package]]
 2223name = "bytemuck_derive"
 2224version = "1.8.0"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2227dependencies = [
 2228 "proc-macro2",
 2229 "quote",
 2230 "syn 2.0.100",
 2231]
 2232
 2233[[package]]
 2234name = "byteorder"
 2235version = "1.5.0"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2238
 2239[[package]]
 2240name = "byteorder-lite"
 2241version = "0.1.0"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2244
 2245[[package]]
 2246name = "bytes"
 2247version = "0.4.12"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2250dependencies = [
 2251 "byteorder",
 2252 "iovec",
 2253]
 2254
 2255[[package]]
 2256name = "bytes"
 2257version = "1.10.1"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2260
 2261[[package]]
 2262name = "bytes-utils"
 2263version = "0.1.4"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2266dependencies = [
 2267 "bytes 1.10.1",
 2268 "either",
 2269]
 2270
 2271[[package]]
 2272name = "bzip2"
 2273version = "0.4.4"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2276dependencies = [
 2277 "bzip2-sys",
 2278 "libc",
 2279]
 2280
 2281[[package]]
 2282name = "bzip2-sys"
 2283version = "0.1.11+1.0.8"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2286dependencies = [
 2287 "cc",
 2288 "libc",
 2289 "pkg-config",
 2290]
 2291
 2292[[package]]
 2293name = "call"
 2294version = "0.1.0"
 2295dependencies = [
 2296 "anyhow",
 2297 "audio",
 2298 "client",
 2299 "collections",
 2300 "fs",
 2301 "futures 0.3.31",
 2302 "gpui",
 2303 "http_client",
 2304 "language",
 2305 "livekit_client",
 2306 "livekit_client_macos",
 2307 "log",
 2308 "postage",
 2309 "project",
 2310 "schemars",
 2311 "serde",
 2312 "serde_derive",
 2313 "settings",
 2314 "telemetry",
 2315 "util",
 2316]
 2317
 2318[[package]]
 2319name = "calloop"
 2320version = "0.13.0"
 2321source = "registry+https://github.com/rust-lang/crates.io-index"
 2322checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2323dependencies = [
 2324 "bitflags 2.8.0",
 2325 "log",
 2326 "polling",
 2327 "rustix",
 2328 "slab",
 2329 "thiserror 1.0.69",
 2330]
 2331
 2332[[package]]
 2333name = "calloop-wayland-source"
 2334version = "0.3.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2337dependencies = [
 2338 "calloop",
 2339 "rustix",
 2340 "wayland-backend",
 2341 "wayland-client",
 2342]
 2343
 2344[[package]]
 2345name = "camino"
 2346version = "1.1.9"
 2347source = "registry+https://github.com/rust-lang/crates.io-index"
 2348checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2349dependencies = [
 2350 "serde",
 2351]
 2352
 2353[[package]]
 2354name = "cap-fs-ext"
 2355version = "3.4.2"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2358dependencies = [
 2359 "cap-primitives",
 2360 "cap-std",
 2361 "io-lifetimes",
 2362 "windows-sys 0.59.0",
 2363]
 2364
 2365[[package]]
 2366name = "cap-net-ext"
 2367version = "3.4.2"
 2368source = "registry+https://github.com/rust-lang/crates.io-index"
 2369checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2370dependencies = [
 2371 "cap-primitives",
 2372 "cap-std",
 2373 "rustix",
 2374 "smallvec",
 2375]
 2376
 2377[[package]]
 2378name = "cap-primitives"
 2379version = "3.4.2"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2382dependencies = [
 2383 "ambient-authority",
 2384 "fs-set-times",
 2385 "io-extras",
 2386 "io-lifetimes",
 2387 "ipnet",
 2388 "maybe-owned",
 2389 "rustix",
 2390 "windows-sys 0.59.0",
 2391 "winx",
 2392]
 2393
 2394[[package]]
 2395name = "cap-rand"
 2396version = "3.4.2"
 2397source = "registry+https://github.com/rust-lang/crates.io-index"
 2398checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2399dependencies = [
 2400 "ambient-authority",
 2401 "rand 0.8.5",
 2402]
 2403
 2404[[package]]
 2405name = "cap-std"
 2406version = "3.4.2"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2409dependencies = [
 2410 "cap-primitives",
 2411 "io-extras",
 2412 "io-lifetimes",
 2413 "rustix",
 2414]
 2415
 2416[[package]]
 2417name = "cap-time-ext"
 2418version = "3.4.2"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2421dependencies = [
 2422 "ambient-authority",
 2423 "cap-primitives",
 2424 "iana-time-zone",
 2425 "once_cell",
 2426 "rustix",
 2427 "winx",
 2428]
 2429
 2430[[package]]
 2431name = "cargo-platform"
 2432version = "0.1.9"
 2433source = "registry+https://github.com/rust-lang/crates.io-index"
 2434checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2435dependencies = [
 2436 "serde",
 2437]
 2438
 2439[[package]]
 2440name = "cargo_metadata"
 2441version = "0.19.2"
 2442source = "registry+https://github.com/rust-lang/crates.io-index"
 2443checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2444dependencies = [
 2445 "camino",
 2446 "cargo-platform",
 2447 "semver",
 2448 "serde",
 2449 "serde_json",
 2450 "thiserror 2.0.12",
 2451]
 2452
 2453[[package]]
 2454name = "cargo_toml"
 2455version = "0.21.0"
 2456source = "registry+https://github.com/rust-lang/crates.io-index"
 2457checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2458dependencies = [
 2459 "serde",
 2460 "toml 0.8.20",
 2461]
 2462
 2463[[package]]
 2464name = "cast"
 2465version = "0.3.0"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2468
 2469[[package]]
 2470name = "cbc"
 2471version = "0.1.2"
 2472source = "registry+https://github.com/rust-lang/crates.io-index"
 2473checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2474dependencies = [
 2475 "cipher",
 2476]
 2477
 2478[[package]]
 2479name = "cbindgen"
 2480version = "0.27.0"
 2481source = "registry+https://github.com/rust-lang/crates.io-index"
 2482checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2483dependencies = [
 2484 "clap",
 2485 "heck 0.4.1",
 2486 "indexmap",
 2487 "log",
 2488 "proc-macro2",
 2489 "quote",
 2490 "serde",
 2491 "serde_json",
 2492 "syn 2.0.100",
 2493 "tempfile",
 2494 "toml 0.8.20",
 2495]
 2496
 2497[[package]]
 2498name = "cbindgen"
 2499version = "0.28.0"
 2500source = "registry+https://github.com/rust-lang/crates.io-index"
 2501checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2502dependencies = [
 2503 "heck 0.4.1",
 2504 "indexmap",
 2505 "log",
 2506 "proc-macro2",
 2507 "quote",
 2508 "serde",
 2509 "serde_json",
 2510 "syn 2.0.100",
 2511 "tempfile",
 2512 "toml 0.8.20",
 2513]
 2514
 2515[[package]]
 2516name = "cc"
 2517version = "1.2.12"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2520dependencies = [
 2521 "jobserver",
 2522 "libc",
 2523 "shlex",
 2524]
 2525
 2526[[package]]
 2527name = "cesu8"
 2528version = "1.1.0"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2531
 2532[[package]]
 2533name = "cexpr"
 2534version = "0.6.0"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2537dependencies = [
 2538 "nom",
 2539]
 2540
 2541[[package]]
 2542name = "cfg-expr"
 2543version = "0.15.8"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2546dependencies = [
 2547 "smallvec",
 2548 "target-lexicon 0.12.16",
 2549]
 2550
 2551[[package]]
 2552name = "cfg-if"
 2553version = "1.0.0"
 2554source = "registry+https://github.com/rust-lang/crates.io-index"
 2555checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2556
 2557[[package]]
 2558name = "cfg_aliases"
 2559version = "0.1.1"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2562
 2563[[package]]
 2564name = "cfg_aliases"
 2565version = "0.2.1"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2568
 2569[[package]]
 2570name = "channel"
 2571version = "0.1.0"
 2572dependencies = [
 2573 "anyhow",
 2574 "client",
 2575 "clock",
 2576 "collections",
 2577 "futures 0.3.31",
 2578 "gpui",
 2579 "http_client",
 2580 "language",
 2581 "log",
 2582 "rand 0.8.5",
 2583 "release_channel",
 2584 "rpc",
 2585 "settings",
 2586 "sum_tree",
 2587 "text",
 2588 "time",
 2589 "util",
 2590]
 2591
 2592[[package]]
 2593name = "chrono"
 2594version = "0.4.40"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2597dependencies = [
 2598 "android-tzdata",
 2599 "iana-time-zone",
 2600 "js-sys",
 2601 "num-traits",
 2602 "serde",
 2603 "wasm-bindgen",
 2604 "windows-link",
 2605]
 2606
 2607[[package]]
 2608name = "chunked_transfer"
 2609version = "1.5.0"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2612
 2613[[package]]
 2614name = "ciborium"
 2615version = "0.2.2"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2618dependencies = [
 2619 "ciborium-io",
 2620 "ciborium-ll",
 2621 "serde",
 2622]
 2623
 2624[[package]]
 2625name = "ciborium-io"
 2626version = "0.2.2"
 2627source = "registry+https://github.com/rust-lang/crates.io-index"
 2628checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2629
 2630[[package]]
 2631name = "ciborium-ll"
 2632version = "0.2.2"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2635dependencies = [
 2636 "ciborium-io",
 2637 "half",
 2638]
 2639
 2640[[package]]
 2641name = "cipher"
 2642version = "0.4.4"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2645dependencies = [
 2646 "crypto-common",
 2647 "inout",
 2648 "zeroize",
 2649]
 2650
 2651[[package]]
 2652name = "circular-buffer"
 2653version = "1.0.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2656
 2657[[package]]
 2658name = "clang-sys"
 2659version = "1.8.1"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2662dependencies = [
 2663 "glob",
 2664 "libc",
 2665 "libloading",
 2666]
 2667
 2668[[package]]
 2669name = "clap"
 2670version = "4.5.32"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2673dependencies = [
 2674 "clap_builder",
 2675 "clap_derive",
 2676]
 2677
 2678[[package]]
 2679name = "clap_builder"
 2680version = "4.5.32"
 2681source = "registry+https://github.com/rust-lang/crates.io-index"
 2682checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2683dependencies = [
 2684 "anstream",
 2685 "anstyle",
 2686 "clap_lex",
 2687 "strsim",
 2688 "terminal_size",
 2689]
 2690
 2691[[package]]
 2692name = "clap_complete"
 2693version = "4.5.38"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2696dependencies = [
 2697 "clap",
 2698]
 2699
 2700[[package]]
 2701name = "clap_derive"
 2702version = "4.5.32"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2705dependencies = [
 2706 "heck 0.5.0",
 2707 "proc-macro2",
 2708 "quote",
 2709 "syn 2.0.100",
 2710]
 2711
 2712[[package]]
 2713name = "clap_lex"
 2714version = "0.7.4"
 2715source = "registry+https://github.com/rust-lang/crates.io-index"
 2716checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2717
 2718[[package]]
 2719name = "cli"
 2720version = "0.1.0"
 2721dependencies = [
 2722 "anyhow",
 2723 "clap",
 2724 "collections",
 2725 "core-foundation 0.9.4",
 2726 "core-services",
 2727 "exec",
 2728 "fork",
 2729 "ipc-channel",
 2730 "parking_lot",
 2731 "paths",
 2732 "plist",
 2733 "release_channel",
 2734 "serde",
 2735 "tempfile",
 2736 "util",
 2737 "windows 0.60.0",
 2738]
 2739
 2740[[package]]
 2741name = "client"
 2742version = "0.1.0"
 2743dependencies = [
 2744 "anyhow",
 2745 "async-native-tls",
 2746 "async-recursion 0.3.2",
 2747 "async-tungstenite",
 2748 "chrono",
 2749 "clock",
 2750 "cocoa 0.26.0",
 2751 "collections",
 2752 "credentials_provider",
 2753 "feature_flags",
 2754 "futures 0.3.31",
 2755 "gpui",
 2756 "http_client",
 2757 "http_client_tls",
 2758 "log",
 2759 "parking_lot",
 2760 "paths",
 2761 "postage",
 2762 "rand 0.8.5",
 2763 "release_channel",
 2764 "rpc",
 2765 "schemars",
 2766 "serde",
 2767 "serde_json",
 2768 "settings",
 2769 "sha2",
 2770 "smol",
 2771 "telemetry",
 2772 "telemetry_events",
 2773 "text",
 2774 "thiserror 2.0.12",
 2775 "time",
 2776 "tiny_http",
 2777 "tokio-socks",
 2778 "url",
 2779 "util",
 2780 "windows 0.60.0",
 2781 "worktree",
 2782]
 2783
 2784[[package]]
 2785name = "clock"
 2786version = "0.1.0"
 2787dependencies = [
 2788 "parking_lot",
 2789 "serde",
 2790 "smallvec",
 2791]
 2792
 2793[[package]]
 2794name = "cmake"
 2795version = "0.1.53"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2798dependencies = [
 2799 "cc",
 2800]
 2801
 2802[[package]]
 2803name = "cobs"
 2804version = "0.2.3"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2807
 2808[[package]]
 2809name = "cocoa"
 2810version = "0.25.0"
 2811source = "registry+https://github.com/rust-lang/crates.io-index"
 2812checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2813dependencies = [
 2814 "bitflags 1.3.2",
 2815 "block",
 2816 "cocoa-foundation 0.1.2",
 2817 "core-foundation 0.9.4",
 2818 "core-graphics 0.23.2",
 2819 "foreign-types 0.5.0",
 2820 "libc",
 2821 "objc",
 2822]
 2823
 2824[[package]]
 2825name = "cocoa"
 2826version = "0.26.0"
 2827source = "registry+https://github.com/rust-lang/crates.io-index"
 2828checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2829dependencies = [
 2830 "bitflags 2.8.0",
 2831 "block",
 2832 "cocoa-foundation 0.2.0",
 2833 "core-foundation 0.10.0",
 2834 "core-graphics 0.24.0",
 2835 "foreign-types 0.5.0",
 2836 "libc",
 2837 "objc",
 2838]
 2839
 2840[[package]]
 2841name = "cocoa-foundation"
 2842version = "0.1.2"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2845dependencies = [
 2846 "bitflags 1.3.2",
 2847 "block",
 2848 "core-foundation 0.9.4",
 2849 "core-graphics-types 0.1.3",
 2850 "libc",
 2851 "objc",
 2852]
 2853
 2854[[package]]
 2855name = "cocoa-foundation"
 2856version = "0.2.0"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2859dependencies = [
 2860 "bitflags 2.8.0",
 2861 "block",
 2862 "core-foundation 0.10.0",
 2863 "core-graphics-types 0.2.0",
 2864 "libc",
 2865 "objc",
 2866]
 2867
 2868[[package]]
 2869name = "codespan-reporting"
 2870version = "0.11.1"
 2871source = "registry+https://github.com/rust-lang/crates.io-index"
 2872checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2873dependencies = [
 2874 "termcolor",
 2875 "unicode-width",
 2876]
 2877
 2878[[package]]
 2879name = "collab"
 2880version = "0.44.0"
 2881dependencies = [
 2882 "anthropic",
 2883 "anyhow",
 2884 "assistant",
 2885 "assistant_context_editor",
 2886 "assistant_slash_command",
 2887 "assistant_tool",
 2888 "async-stripe",
 2889 "async-trait",
 2890 "async-tungstenite",
 2891 "audio",
 2892 "aws-config",
 2893 "aws-sdk-kinesis",
 2894 "aws-sdk-s3",
 2895 "axum",
 2896 "axum-extra",
 2897 "base64 0.22.1",
 2898 "buffer_diff",
 2899 "call",
 2900 "channel",
 2901 "chrono",
 2902 "client",
 2903 "clock",
 2904 "collab_ui",
 2905 "collections",
 2906 "command_palette_hooks",
 2907 "context_server",
 2908 "ctor",
 2909 "dap",
 2910 "dashmap 6.1.0",
 2911 "debugger_ui",
 2912 "derive_more",
 2913 "editor",
 2914 "env_logger 0.11.7",
 2915 "envy",
 2916 "extension",
 2917 "file_finder",
 2918 "fs",
 2919 "futures 0.3.31",
 2920 "git",
 2921 "git_hosting_providers",
 2922 "git_ui",
 2923 "google_ai",
 2924 "gpui",
 2925 "hex",
 2926 "http_client",
 2927 "hyper 0.14.32",
 2928 "indoc",
 2929 "jsonwebtoken",
 2930 "language",
 2931 "language_model",
 2932 "livekit_api",
 2933 "livekit_client",
 2934 "livekit_client_macos",
 2935 "log",
 2936 "lsp",
 2937 "menu",
 2938 "multi_buffer",
 2939 "nanoid",
 2940 "node_runtime",
 2941 "notifications",
 2942 "open_ai",
 2943 "parking_lot",
 2944 "pretty_assertions",
 2945 "project",
 2946 "prometheus",
 2947 "prompt_store",
 2948 "prost 0.9.0",
 2949 "rand 0.8.5",
 2950 "recent_projects",
 2951 "release_channel",
 2952 "remote",
 2953 "remote_server",
 2954 "reqwest 0.11.27",
 2955 "reqwest_client",
 2956 "rpc",
 2957 "rustc-demangle",
 2958 "scrypt",
 2959 "sea-orm",
 2960 "semantic_version",
 2961 "semver",
 2962 "serde",
 2963 "serde_derive",
 2964 "serde_json",
 2965 "session",
 2966 "settings",
 2967 "sha2",
 2968 "sqlx",
 2969 "strum",
 2970 "subtle",
 2971 "supermaven_api",
 2972 "telemetry_events",
 2973 "text",
 2974 "theme",
 2975 "thiserror 2.0.12",
 2976 "time",
 2977 "tokio",
 2978 "toml 0.8.20",
 2979 "tower",
 2980 "tower-http 0.4.4",
 2981 "tracing",
 2982 "tracing-subscriber",
 2983 "unindent",
 2984 "util",
 2985 "uuid",
 2986 "workspace",
 2987 "worktree",
 2988]
 2989
 2990[[package]]
 2991name = "collab_ui"
 2992version = "0.1.0"
 2993dependencies = [
 2994 "anyhow",
 2995 "call",
 2996 "channel",
 2997 "chrono",
 2998 "client",
 2999 "collections",
 3000 "db",
 3001 "editor",
 3002 "emojis",
 3003 "futures 0.3.31",
 3004 "fuzzy",
 3005 "gpui",
 3006 "http_client",
 3007 "language",
 3008 "menu",
 3009 "notifications",
 3010 "picker",
 3011 "pretty_assertions",
 3012 "project",
 3013 "release_channel",
 3014 "rich_text",
 3015 "rpc",
 3016 "schemars",
 3017 "serde",
 3018 "serde_derive",
 3019 "serde_json",
 3020 "settings",
 3021 "smallvec",
 3022 "story",
 3023 "telemetry",
 3024 "theme",
 3025 "time",
 3026 "time_format",
 3027 "title_bar",
 3028 "tree-sitter-md",
 3029 "ui",
 3030 "util",
 3031 "workspace",
 3032]
 3033
 3034[[package]]
 3035name = "collections"
 3036version = "0.1.0"
 3037dependencies = [
 3038 "indexmap",
 3039 "rustc-hash 2.1.1",
 3040]
 3041
 3042[[package]]
 3043name = "color_quant"
 3044version = "1.1.0"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3047
 3048[[package]]
 3049name = "colorchoice"
 3050version = "1.0.3"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3053
 3054[[package]]
 3055name = "combine"
 3056version = "4.6.7"
 3057source = "registry+https://github.com/rust-lang/crates.io-index"
 3058checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3059dependencies = [
 3060 "bytes 1.10.1",
 3061 "memchr",
 3062]
 3063
 3064[[package]]
 3065name = "command_palette"
 3066version = "0.1.0"
 3067dependencies = [
 3068 "client",
 3069 "collections",
 3070 "command_palette_hooks",
 3071 "ctor",
 3072 "editor",
 3073 "env_logger 0.11.7",
 3074 "fuzzy",
 3075 "go_to_line",
 3076 "gpui",
 3077 "language",
 3078 "menu",
 3079 "picker",
 3080 "postage",
 3081 "project",
 3082 "serde",
 3083 "serde_json",
 3084 "settings",
 3085 "telemetry",
 3086 "theme",
 3087 "ui",
 3088 "util",
 3089 "workspace",
 3090 "zed_actions",
 3091]
 3092
 3093[[package]]
 3094name = "command_palette_hooks"
 3095version = "0.1.0"
 3096dependencies = [
 3097 "collections",
 3098 "derive_more",
 3099 "gpui",
 3100]
 3101
 3102[[package]]
 3103name = "component"
 3104version = "0.1.0"
 3105dependencies = [
 3106 "collections",
 3107 "gpui",
 3108 "linkme",
 3109 "parking_lot",
 3110 "theme",
 3111]
 3112
 3113[[package]]
 3114name = "component_preview"
 3115version = "0.1.0"
 3116dependencies = [
 3117 "client",
 3118 "collections",
 3119 "component",
 3120 "gpui",
 3121 "languages",
 3122 "notifications",
 3123 "project",
 3124 "ui",
 3125 "workspace",
 3126]
 3127
 3128[[package]]
 3129name = "concurrent-queue"
 3130version = "2.5.0"
 3131source = "registry+https://github.com/rust-lang/crates.io-index"
 3132checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3133dependencies = [
 3134 "crossbeam-utils",
 3135]
 3136
 3137[[package]]
 3138name = "console"
 3139version = "0.15.8"
 3140source = "registry+https://github.com/rust-lang/crates.io-index"
 3141checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3142dependencies = [
 3143 "encode_unicode",
 3144 "lazy_static",
 3145 "libc",
 3146 "unicode-width",
 3147 "windows-sys 0.52.0",
 3148]
 3149
 3150[[package]]
 3151name = "const-oid"
 3152version = "0.9.6"
 3153source = "registry+https://github.com/rust-lang/crates.io-index"
 3154checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3155
 3156[[package]]
 3157name = "const-random"
 3158version = "0.1.18"
 3159source = "registry+https://github.com/rust-lang/crates.io-index"
 3160checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3161dependencies = [
 3162 "const-random-macro",
 3163]
 3164
 3165[[package]]
 3166name = "const-random-macro"
 3167version = "0.1.16"
 3168source = "registry+https://github.com/rust-lang/crates.io-index"
 3169checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3170dependencies = [
 3171 "getrandom 0.2.15",
 3172 "once_cell",
 3173 "tiny-keccak",
 3174]
 3175
 3176[[package]]
 3177name = "constant_time_eq"
 3178version = "0.1.5"
 3179source = "registry+https://github.com/rust-lang/crates.io-index"
 3180checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3181
 3182[[package]]
 3183name = "constant_time_eq"
 3184version = "0.3.1"
 3185source = "registry+https://github.com/rust-lang/crates.io-index"
 3186checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3187
 3188[[package]]
 3189name = "context_server"
 3190version = "0.1.0"
 3191dependencies = [
 3192 "anyhow",
 3193 "assistant_tool",
 3194 "async-trait",
 3195 "collections",
 3196 "command_palette_hooks",
 3197 "context_server_settings",
 3198 "extension",
 3199 "futures 0.3.31",
 3200 "gpui",
 3201 "language_model",
 3202 "log",
 3203 "parking_lot",
 3204 "postage",
 3205 "project",
 3206 "serde",
 3207 "serde_json",
 3208 "settings",
 3209 "smol",
 3210 "url",
 3211 "util",
 3212]
 3213
 3214[[package]]
 3215name = "context_server_settings"
 3216version = "0.1.0"
 3217dependencies = [
 3218 "anyhow",
 3219 "collections",
 3220 "gpui",
 3221 "schemars",
 3222 "serde",
 3223 "serde_json",
 3224 "settings",
 3225]
 3226
 3227[[package]]
 3228name = "convert_case"
 3229version = "0.4.0"
 3230source = "registry+https://github.com/rust-lang/crates.io-index"
 3231checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3232
 3233[[package]]
 3234name = "convert_case"
 3235version = "0.8.0"
 3236source = "registry+https://github.com/rust-lang/crates.io-index"
 3237checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3238dependencies = [
 3239 "unicode-segmentation",
 3240]
 3241
 3242[[package]]
 3243name = "copilot"
 3244version = "0.1.0"
 3245dependencies = [
 3246 "anyhow",
 3247 "async-compression",
 3248 "async-std",
 3249 "async-tar",
 3250 "chrono",
 3251 "client",
 3252 "clock",
 3253 "collections",
 3254 "command_palette_hooks",
 3255 "ctor",
 3256 "editor",
 3257 "env_logger 0.11.7",
 3258 "fs",
 3259 "futures 0.3.31",
 3260 "gpui",
 3261 "http_client",
 3262 "indoc",
 3263 "inline_completion",
 3264 "language",
 3265 "log",
 3266 "lsp",
 3267 "menu",
 3268 "node_runtime",
 3269 "parking_lot",
 3270 "paths",
 3271 "project",
 3272 "rpc",
 3273 "schemars",
 3274 "serde",
 3275 "serde_json",
 3276 "settings",
 3277 "smol",
 3278 "strum",
 3279 "task",
 3280 "theme",
 3281 "ui",
 3282 "util",
 3283 "workspace",
 3284]
 3285
 3286[[package]]
 3287name = "core-foundation"
 3288version = "0.9.4"
 3289source = "registry+https://github.com/rust-lang/crates.io-index"
 3290checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3291dependencies = [
 3292 "core-foundation-sys",
 3293 "libc",
 3294]
 3295
 3296[[package]]
 3297name = "core-foundation"
 3298version = "0.10.0"
 3299source = "registry+https://github.com/rust-lang/crates.io-index"
 3300checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3301dependencies = [
 3302 "core-foundation-sys",
 3303 "libc",
 3304]
 3305
 3306[[package]]
 3307name = "core-foundation-sys"
 3308version = "0.8.7"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3311
 3312[[package]]
 3313name = "core-graphics"
 3314version = "0.23.2"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3317dependencies = [
 3318 "bitflags 1.3.2",
 3319 "core-foundation 0.9.4",
 3320 "core-graphics-types 0.1.3",
 3321 "foreign-types 0.5.0",
 3322 "libc",
 3323]
 3324
 3325[[package]]
 3326name = "core-graphics"
 3327version = "0.24.0"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3330dependencies = [
 3331 "bitflags 2.8.0",
 3332 "core-foundation 0.10.0",
 3333 "core-graphics-types 0.2.0",
 3334 "foreign-types 0.5.0",
 3335 "libc",
 3336]
 3337
 3338[[package]]
 3339name = "core-graphics-types"
 3340version = "0.1.3"
 3341source = "registry+https://github.com/rust-lang/crates.io-index"
 3342checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3343dependencies = [
 3344 "bitflags 1.3.2",
 3345 "core-foundation 0.9.4",
 3346 "libc",
 3347]
 3348
 3349[[package]]
 3350name = "core-graphics-types"
 3351version = "0.2.0"
 3352source = "registry+https://github.com/rust-lang/crates.io-index"
 3353checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3354dependencies = [
 3355 "bitflags 2.8.0",
 3356 "core-foundation 0.10.0",
 3357 "libc",
 3358]
 3359
 3360[[package]]
 3361name = "core-services"
 3362version = "0.2.1"
 3363source = "registry+https://github.com/rust-lang/crates.io-index"
 3364checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3365dependencies = [
 3366 "core-foundation 0.9.4",
 3367]
 3368
 3369[[package]]
 3370name = "core-text"
 3371version = "20.1.0"
 3372source = "registry+https://github.com/rust-lang/crates.io-index"
 3373checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3374dependencies = [
 3375 "core-foundation 0.9.4",
 3376 "core-graphics 0.23.2",
 3377 "foreign-types 0.5.0",
 3378 "libc",
 3379]
 3380
 3381[[package]]
 3382name = "core_maths"
 3383version = "0.1.1"
 3384source = "registry+https://github.com/rust-lang/crates.io-index"
 3385checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3386dependencies = [
 3387 "libm",
 3388]
 3389
 3390[[package]]
 3391name = "coreaudio-rs"
 3392version = "0.11.3"
 3393source = "registry+https://github.com/rust-lang/crates.io-index"
 3394checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3395dependencies = [
 3396 "bitflags 1.3.2",
 3397 "core-foundation-sys",
 3398 "coreaudio-sys",
 3399]
 3400
 3401[[package]]
 3402name = "coreaudio-rs"
 3403version = "0.12.1"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3406dependencies = [
 3407 "bitflags 1.3.2",
 3408 "core-foundation-sys",
 3409 "coreaudio-sys",
 3410]
 3411
 3412[[package]]
 3413name = "coreaudio-sys"
 3414version = "0.2.16"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3417dependencies = [
 3418 "bindgen 0.70.1",
 3419]
 3420
 3421[[package]]
 3422name = "cosmic-text"
 3423version = "0.13.2"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3426dependencies = [
 3427 "bitflags 2.8.0",
 3428 "fontdb 0.16.2",
 3429 "log",
 3430 "rangemap",
 3431 "rustc-hash 1.1.0",
 3432 "rustybuzz 0.14.1",
 3433 "self_cell",
 3434 "smol_str 0.2.2",
 3435 "swash",
 3436 "sys-locale",
 3437 "ttf-parser 0.21.1",
 3438 "unicode-bidi",
 3439 "unicode-linebreak",
 3440 "unicode-script",
 3441 "unicode-segmentation",
 3442]
 3443
 3444[[package]]
 3445name = "cpal"
 3446version = "0.15.3"
 3447source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3448dependencies = [
 3449 "alsa",
 3450 "core-foundation-sys",
 3451 "coreaudio-rs 0.11.3",
 3452 "dasp_sample",
 3453 "jni",
 3454 "js-sys",
 3455 "libc",
 3456 "mach2",
 3457 "ndk",
 3458 "ndk-context",
 3459 "oboe",
 3460 "wasm-bindgen",
 3461 "wasm-bindgen-futures",
 3462 "web-sys",
 3463 "windows 0.54.0",
 3464]
 3465
 3466[[package]]
 3467name = "cpp_demangle"
 3468version = "0.4.4"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3471dependencies = [
 3472 "cfg-if",
 3473]
 3474
 3475[[package]]
 3476name = "cpufeatures"
 3477version = "0.2.16"
 3478source = "registry+https://github.com/rust-lang/crates.io-index"
 3479checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3480dependencies = [
 3481 "libc",
 3482]
 3483
 3484[[package]]
 3485name = "cranelift-bforest"
 3486version = "0.116.1"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3489dependencies = [
 3490 "cranelift-entity",
 3491]
 3492
 3493[[package]]
 3494name = "cranelift-bitset"
 3495version = "0.116.1"
 3496source = "registry+https://github.com/rust-lang/crates.io-index"
 3497checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3498dependencies = [
 3499 "serde",
 3500 "serde_derive",
 3501]
 3502
 3503[[package]]
 3504name = "cranelift-codegen"
 3505version = "0.116.1"
 3506source = "registry+https://github.com/rust-lang/crates.io-index"
 3507checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3508dependencies = [
 3509 "bumpalo",
 3510 "cranelift-bforest",
 3511 "cranelift-bitset",
 3512 "cranelift-codegen-meta",
 3513 "cranelift-codegen-shared",
 3514 "cranelift-control",
 3515 "cranelift-entity",
 3516 "cranelift-isle",
 3517 "gimli",
 3518 "hashbrown 0.14.5",
 3519 "log",
 3520 "regalloc2",
 3521 "rustc-hash 2.1.1",
 3522 "serde",
 3523 "smallvec",
 3524 "target-lexicon 0.13.2",
 3525]
 3526
 3527[[package]]
 3528name = "cranelift-codegen-meta"
 3529version = "0.116.1"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3532dependencies = [
 3533 "cranelift-codegen-shared",
 3534]
 3535
 3536[[package]]
 3537name = "cranelift-codegen-shared"
 3538version = "0.116.1"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3541
 3542[[package]]
 3543name = "cranelift-control"
 3544version = "0.116.1"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3547dependencies = [
 3548 "arbitrary",
 3549]
 3550
 3551[[package]]
 3552name = "cranelift-entity"
 3553version = "0.116.1"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3556dependencies = [
 3557 "cranelift-bitset",
 3558 "serde",
 3559 "serde_derive",
 3560]
 3561
 3562[[package]]
 3563name = "cranelift-frontend"
 3564version = "0.116.1"
 3565source = "registry+https://github.com/rust-lang/crates.io-index"
 3566checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3567dependencies = [
 3568 "cranelift-codegen",
 3569 "log",
 3570 "smallvec",
 3571 "target-lexicon 0.13.2",
 3572]
 3573
 3574[[package]]
 3575name = "cranelift-isle"
 3576version = "0.116.1"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3579
 3580[[package]]
 3581name = "cranelift-native"
 3582version = "0.116.1"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3585dependencies = [
 3586 "cranelift-codegen",
 3587 "libc",
 3588 "target-lexicon 0.13.2",
 3589]
 3590
 3591[[package]]
 3592name = "crc"
 3593version = "3.2.1"
 3594source = "registry+https://github.com/rust-lang/crates.io-index"
 3595checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3596dependencies = [
 3597 "crc-catalog",
 3598]
 3599
 3600[[package]]
 3601name = "crc-catalog"
 3602version = "2.4.0"
 3603source = "registry+https://github.com/rust-lang/crates.io-index"
 3604checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3605
 3606[[package]]
 3607name = "crc32c"
 3608version = "0.6.8"
 3609source = "registry+https://github.com/rust-lang/crates.io-index"
 3610checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3611dependencies = [
 3612 "rustc_version",
 3613]
 3614
 3615[[package]]
 3616name = "crc32fast"
 3617version = "1.4.2"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3620dependencies = [
 3621 "cfg-if",
 3622]
 3623
 3624[[package]]
 3625name = "crc64fast-nvme"
 3626version = "1.1.1"
 3627source = "registry+https://github.com/rust-lang/crates.io-index"
 3628checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3629dependencies = [
 3630 "cbindgen 0.27.0",
 3631 "crc",
 3632]
 3633
 3634[[package]]
 3635name = "credentials_provider"
 3636version = "0.1.0"
 3637dependencies = [
 3638 "anyhow",
 3639 "futures 0.3.31",
 3640 "gpui",
 3641 "paths",
 3642 "release_channel",
 3643 "serde",
 3644 "serde_json",
 3645]
 3646
 3647[[package]]
 3648name = "criterion"
 3649version = "0.5.1"
 3650source = "registry+https://github.com/rust-lang/crates.io-index"
 3651checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3652dependencies = [
 3653 "anes",
 3654 "cast",
 3655 "ciborium",
 3656 "clap",
 3657 "criterion-plot",
 3658 "is-terminal",
 3659 "itertools 0.10.5",
 3660 "num-traits",
 3661 "once_cell",
 3662 "oorandom",
 3663 "plotters",
 3664 "rayon",
 3665 "regex",
 3666 "serde",
 3667 "serde_derive",
 3668 "serde_json",
 3669 "tinytemplate",
 3670 "walkdir",
 3671]
 3672
 3673[[package]]
 3674name = "criterion-plot"
 3675version = "0.5.0"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3678dependencies = [
 3679 "cast",
 3680 "itertools 0.10.5",
 3681]
 3682
 3683[[package]]
 3684name = "crossbeam-channel"
 3685version = "0.5.13"
 3686source = "registry+https://github.com/rust-lang/crates.io-index"
 3687checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3688dependencies = [
 3689 "crossbeam-utils",
 3690]
 3691
 3692[[package]]
 3693name = "crossbeam-deque"
 3694version = "0.8.5"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3697dependencies = [
 3698 "crossbeam-epoch",
 3699 "crossbeam-utils",
 3700]
 3701
 3702[[package]]
 3703name = "crossbeam-epoch"
 3704version = "0.9.18"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3707dependencies = [
 3708 "crossbeam-utils",
 3709]
 3710
 3711[[package]]
 3712name = "crossbeam-queue"
 3713version = "0.3.11"
 3714source = "registry+https://github.com/rust-lang/crates.io-index"
 3715checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3716dependencies = [
 3717 "crossbeam-utils",
 3718]
 3719
 3720[[package]]
 3721name = "crossbeam-utils"
 3722version = "0.8.20"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3725
 3726[[package]]
 3727name = "crunchy"
 3728version = "0.2.2"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3731
 3732[[package]]
 3733name = "crypto-bigint"
 3734version = "0.4.9"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3737dependencies = [
 3738 "generic-array",
 3739 "rand_core 0.6.4",
 3740 "subtle",
 3741 "zeroize",
 3742]
 3743
 3744[[package]]
 3745name = "crypto-bigint"
 3746version = "0.5.5"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3749dependencies = [
 3750 "rand_core 0.6.4",
 3751 "subtle",
 3752]
 3753
 3754[[package]]
 3755name = "crypto-common"
 3756version = "0.1.6"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3759dependencies = [
 3760 "generic-array",
 3761 "rand_core 0.6.4",
 3762 "typenum",
 3763]
 3764
 3765[[package]]
 3766name = "ctor"
 3767version = "0.4.1"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3770dependencies = [
 3771 "ctor-proc-macro",
 3772 "dtor",
 3773]
 3774
 3775[[package]]
 3776name = "ctor-proc-macro"
 3777version = "0.0.5"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3780
 3781[[package]]
 3782name = "ctrlc"
 3783version = "3.4.5"
 3784source = "registry+https://github.com/rust-lang/crates.io-index"
 3785checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3786dependencies = [
 3787 "nix",
 3788 "windows-sys 0.59.0",
 3789]
 3790
 3791[[package]]
 3792name = "cursor-icon"
 3793version = "1.1.0"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3796
 3797[[package]]
 3798name = "cxx"
 3799version = "1.0.134"
 3800source = "registry+https://github.com/rust-lang/crates.io-index"
 3801checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3802dependencies = [
 3803 "cc",
 3804 "cxxbridge-cmd",
 3805 "cxxbridge-flags",
 3806 "cxxbridge-macro",
 3807 "foldhash",
 3808 "link-cplusplus",
 3809]
 3810
 3811[[package]]
 3812name = "cxx-build"
 3813version = "1.0.134"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3816dependencies = [
 3817 "cc",
 3818 "codespan-reporting",
 3819 "proc-macro2",
 3820 "quote",
 3821 "scratch",
 3822 "syn 2.0.100",
 3823]
 3824
 3825[[package]]
 3826name = "cxxbridge-cmd"
 3827version = "1.0.134"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3830dependencies = [
 3831 "clap",
 3832 "codespan-reporting",
 3833 "proc-macro2",
 3834 "quote",
 3835 "syn 2.0.100",
 3836]
 3837
 3838[[package]]
 3839name = "cxxbridge-flags"
 3840version = "1.0.134"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3843
 3844[[package]]
 3845name = "cxxbridge-macro"
 3846version = "1.0.134"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3849dependencies = [
 3850 "proc-macro2",
 3851 "quote",
 3852 "rustversion",
 3853 "syn 2.0.100",
 3854]
 3855
 3856[[package]]
 3857name = "dap"
 3858version = "0.1.0"
 3859dependencies = [
 3860 "anyhow",
 3861 "async-compression",
 3862 "async-pipe",
 3863 "async-tar",
 3864 "async-trait",
 3865 "client",
 3866 "collections",
 3867 "dap-types",
 3868 "env_logger 0.11.7",
 3869 "fs",
 3870 "futures 0.3.31",
 3871 "gpui",
 3872 "http_client",
 3873 "language",
 3874 "log",
 3875 "node_runtime",
 3876 "parking_lot",
 3877 "paths",
 3878 "schemars",
 3879 "serde",
 3880 "serde_json",
 3881 "settings",
 3882 "smallvec",
 3883 "smol",
 3884 "task",
 3885 "util",
 3886]
 3887
 3888[[package]]
 3889name = "dap-types"
 3890version = "0.0.1"
 3891source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3892dependencies = [
 3893 "schemars",
 3894 "serde",
 3895 "serde_json",
 3896]
 3897
 3898[[package]]
 3899name = "dap_adapters"
 3900version = "0.1.0"
 3901dependencies = [
 3902 "anyhow",
 3903 "async-trait",
 3904 "dap",
 3905 "gpui",
 3906 "language",
 3907 "paths",
 3908 "regex",
 3909 "serde",
 3910 "serde_json",
 3911 "sysinfo",
 3912 "task",
 3913 "util",
 3914]
 3915
 3916[[package]]
 3917name = "dashmap"
 3918version = "5.5.3"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3921dependencies = [
 3922 "cfg-if",
 3923 "hashbrown 0.14.5",
 3924 "lock_api",
 3925 "once_cell",
 3926 "parking_lot_core",
 3927]
 3928
 3929[[package]]
 3930name = "dashmap"
 3931version = "6.1.0"
 3932source = "registry+https://github.com/rust-lang/crates.io-index"
 3933checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3934dependencies = [
 3935 "cfg-if",
 3936 "crossbeam-utils",
 3937 "hashbrown 0.14.5",
 3938 "lock_api",
 3939 "once_cell",
 3940 "parking_lot_core",
 3941]
 3942
 3943[[package]]
 3944name = "dasp_sample"
 3945version = "0.11.0"
 3946source = "registry+https://github.com/rust-lang/crates.io-index"
 3947checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3948
 3949[[package]]
 3950name = "data-encoding"
 3951version = "2.6.0"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3954
 3955[[package]]
 3956name = "data-url"
 3957version = "0.3.1"
 3958source = "registry+https://github.com/rust-lang/crates.io-index"
 3959checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3960
 3961[[package]]
 3962name = "db"
 3963version = "0.1.0"
 3964dependencies = [
 3965 "anyhow",
 3966 "gpui",
 3967 "indoc",
 3968 "log",
 3969 "paths",
 3970 "release_channel",
 3971 "smol",
 3972 "sqlez",
 3973 "sqlez_macros",
 3974 "tempfile",
 3975 "util",
 3976]
 3977
 3978[[package]]
 3979name = "dbus"
 3980version = "0.9.7"
 3981source = "registry+https://github.com/rust-lang/crates.io-index"
 3982checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3983dependencies = [
 3984 "libc",
 3985 "libdbus-sys",
 3986 "winapi",
 3987]
 3988
 3989[[package]]
 3990name = "debugger_tools"
 3991version = "0.1.0"
 3992dependencies = [
 3993 "anyhow",
 3994 "dap",
 3995 "editor",
 3996 "futures 0.3.31",
 3997 "gpui",
 3998 "project",
 3999 "serde_json",
 4000 "settings",
 4001 "smol",
 4002 "util",
 4003 "workspace",
 4004]
 4005
 4006[[package]]
 4007name = "debugger_ui"
 4008version = "0.1.0"
 4009dependencies = [
 4010 "anyhow",
 4011 "client",
 4012 "collections",
 4013 "command_palette_hooks",
 4014 "dap",
 4015 "editor",
 4016 "env_logger 0.11.7",
 4017 "feature_flags",
 4018 "futures 0.3.31",
 4019 "fuzzy",
 4020 "gpui",
 4021 "language",
 4022 "log",
 4023 "menu",
 4024 "picker",
 4025 "pretty_assertions",
 4026 "project",
 4027 "rpc",
 4028 "serde",
 4029 "serde_json",
 4030 "settings",
 4031 "sysinfo",
 4032 "task",
 4033 "terminal_view",
 4034 "theme",
 4035 "ui",
 4036 "unindent",
 4037 "util",
 4038 "workspace",
 4039]
 4040
 4041[[package]]
 4042name = "deepseek"
 4043version = "0.1.0"
 4044dependencies = [
 4045 "anyhow",
 4046 "futures 0.3.31",
 4047 "http_client",
 4048 "schemars",
 4049 "serde",
 4050 "serde_json",
 4051]
 4052
 4053[[package]]
 4054name = "deflate64"
 4055version = "0.1.9"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4058
 4059[[package]]
 4060name = "der"
 4061version = "0.6.1"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4064dependencies = [
 4065 "const-oid",
 4066 "zeroize",
 4067]
 4068
 4069[[package]]
 4070name = "der"
 4071version = "0.7.9"
 4072source = "registry+https://github.com/rust-lang/crates.io-index"
 4073checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4074dependencies = [
 4075 "const-oid",
 4076 "pem-rfc7468",
 4077 "zeroize",
 4078]
 4079
 4080[[package]]
 4081name = "deranged"
 4082version = "0.4.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4085dependencies = [
 4086 "powerfmt",
 4087 "serde",
 4088]
 4089
 4090[[package]]
 4091name = "derive_more"
 4092version = "0.99.19"
 4093source = "registry+https://github.com/rust-lang/crates.io-index"
 4094checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4095dependencies = [
 4096 "convert_case 0.4.0",
 4097 "proc-macro2",
 4098 "quote",
 4099 "rustc_version",
 4100 "syn 2.0.100",
 4101]
 4102
 4103[[package]]
 4104name = "derive_refineable"
 4105version = "0.1.0"
 4106dependencies = [
 4107 "proc-macro2",
 4108 "quote",
 4109 "syn 1.0.109",
 4110]
 4111
 4112[[package]]
 4113name = "diagnostics"
 4114version = "0.1.0"
 4115dependencies = [
 4116 "anyhow",
 4117 "client",
 4118 "collections",
 4119 "ctor",
 4120 "editor",
 4121 "env_logger 0.11.7",
 4122 "gpui",
 4123 "language",
 4124 "log",
 4125 "lsp",
 4126 "pretty_assertions",
 4127 "project",
 4128 "rand 0.8.5",
 4129 "serde",
 4130 "serde_json",
 4131 "settings",
 4132 "theme",
 4133 "ui",
 4134 "unindent",
 4135 "util",
 4136 "workspace",
 4137]
 4138
 4139[[package]]
 4140name = "dialoguer"
 4141version = "0.11.0"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4144dependencies = [
 4145 "console",
 4146 "fuzzy-matcher",
 4147 "shell-words",
 4148 "tempfile",
 4149 "thiserror 1.0.69",
 4150 "zeroize",
 4151]
 4152
 4153[[package]]
 4154name = "diff"
 4155version = "0.1.13"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4158
 4159[[package]]
 4160name = "digest"
 4161version = "0.10.7"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4164dependencies = [
 4165 "block-buffer",
 4166 "const-oid",
 4167 "crypto-common",
 4168 "subtle",
 4169]
 4170
 4171[[package]]
 4172name = "dirs"
 4173version = "4.0.0"
 4174source = "registry+https://github.com/rust-lang/crates.io-index"
 4175checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4176dependencies = [
 4177 "dirs-sys 0.3.7",
 4178]
 4179
 4180[[package]]
 4181name = "dirs"
 4182version = "5.0.1"
 4183source = "registry+https://github.com/rust-lang/crates.io-index"
 4184checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4185dependencies = [
 4186 "dirs-sys 0.4.1",
 4187]
 4188
 4189[[package]]
 4190name = "dirs-sys"
 4191version = "0.3.7"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4194dependencies = [
 4195 "libc",
 4196 "redox_users",
 4197 "winapi",
 4198]
 4199
 4200[[package]]
 4201name = "dirs-sys"
 4202version = "0.4.1"
 4203source = "registry+https://github.com/rust-lang/crates.io-index"
 4204checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4205dependencies = [
 4206 "libc",
 4207 "option-ext",
 4208 "redox_users",
 4209 "windows-sys 0.48.0",
 4210]
 4211
 4212[[package]]
 4213name = "displaydoc"
 4214version = "0.2.5"
 4215source = "registry+https://github.com/rust-lang/crates.io-index"
 4216checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4217dependencies = [
 4218 "proc-macro2",
 4219 "quote",
 4220 "syn 2.0.100",
 4221]
 4222
 4223[[package]]
 4224name = "dlib"
 4225version = "0.5.2"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4228dependencies = [
 4229 "libloading",
 4230]
 4231
 4232[[package]]
 4233name = "docs_preprocessor"
 4234version = "0.1.0"
 4235dependencies = [
 4236 "anyhow",
 4237 "clap",
 4238 "mdbook",
 4239 "regex",
 4240 "serde",
 4241 "serde_json",
 4242 "settings",
 4243 "util",
 4244]
 4245
 4246[[package]]
 4247name = "dotenvy"
 4248version = "0.15.7"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4251
 4252[[package]]
 4253name = "downcast-rs"
 4254version = "1.2.1"
 4255source = "registry+https://github.com/rust-lang/crates.io-index"
 4256checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4257
 4258[[package]]
 4259name = "doxygen-rs"
 4260version = "0.4.2"
 4261source = "registry+https://github.com/rust-lang/crates.io-index"
 4262checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4263dependencies = [
 4264 "phf",
 4265]
 4266
 4267[[package]]
 4268name = "dtor"
 4269version = "0.0.5"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4272dependencies = [
 4273 "dtor-proc-macro",
 4274]
 4275
 4276[[package]]
 4277name = "dtor-proc-macro"
 4278version = "0.0.5"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4281
 4282[[package]]
 4283name = "dunce"
 4284version = "1.0.5"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4287
 4288[[package]]
 4289name = "dwrote"
 4290version = "0.11.2"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4293dependencies = [
 4294 "lazy_static",
 4295 "libc",
 4296 "winapi",
 4297 "wio",
 4298]
 4299
 4300[[package]]
 4301name = "dyn-clone"
 4302version = "1.0.17"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4305
 4306[[package]]
 4307name = "ec4rs"
 4308version = "1.1.1"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4311
 4312[[package]]
 4313name = "ecdsa"
 4314version = "0.14.8"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4317dependencies = [
 4318 "der 0.6.1",
 4319 "elliptic-curve",
 4320 "rfc6979",
 4321 "signature 1.6.4",
 4322]
 4323
 4324[[package]]
 4325name = "editor"
 4326version = "0.1.0"
 4327dependencies = [
 4328 "aho-corasick",
 4329 "anyhow",
 4330 "assets",
 4331 "buffer_diff",
 4332 "chrono",
 4333 "client",
 4334 "clock",
 4335 "collections",
 4336 "convert_case 0.8.0",
 4337 "ctor",
 4338 "db",
 4339 "emojis",
 4340 "env_logger 0.11.7",
 4341 "feature_flags",
 4342 "file_icons",
 4343 "fs",
 4344 "futures 0.3.31",
 4345 "fuzzy",
 4346 "git",
 4347 "gpui",
 4348 "http_client",
 4349 "indoc",
 4350 "inline_completion",
 4351 "itertools 0.14.0",
 4352 "language",
 4353 "languages",
 4354 "linkify",
 4355 "log",
 4356 "lsp",
 4357 "markdown",
 4358 "menu",
 4359 "multi_buffer",
 4360 "ordered-float 2.10.1",
 4361 "parking_lot",
 4362 "pretty_assertions",
 4363 "project",
 4364 "rand 0.8.5",
 4365 "release_channel",
 4366 "rpc",
 4367 "schemars",
 4368 "serde",
 4369 "serde_json",
 4370 "settings",
 4371 "smallvec",
 4372 "smol",
 4373 "snippet",
 4374 "sum_tree",
 4375 "task",
 4376 "telemetry",
 4377 "tempfile",
 4378 "text",
 4379 "theme",
 4380 "time",
 4381 "time_format",
 4382 "tree-sitter-html",
 4383 "tree-sitter-rust",
 4384 "tree-sitter-typescript",
 4385 "ui",
 4386 "unicode-script",
 4387 "unicode-segmentation",
 4388 "unindent",
 4389 "url",
 4390 "util",
 4391 "uuid",
 4392 "workspace",
 4393 "zed_actions",
 4394]
 4395
 4396[[package]]
 4397name = "either"
 4398version = "1.13.0"
 4399source = "registry+https://github.com/rust-lang/crates.io-index"
 4400checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4401dependencies = [
 4402 "serde",
 4403]
 4404
 4405[[package]]
 4406name = "elasticlunr-rs"
 4407version = "3.0.2"
 4408source = "registry+https://github.com/rust-lang/crates.io-index"
 4409checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4410dependencies = [
 4411 "regex",
 4412 "serde",
 4413 "serde_derive",
 4414 "serde_json",
 4415]
 4416
 4417[[package]]
 4418name = "elliptic-curve"
 4419version = "0.12.3"
 4420source = "registry+https://github.com/rust-lang/crates.io-index"
 4421checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4422dependencies = [
 4423 "base16ct",
 4424 "crypto-bigint 0.4.9",
 4425 "der 0.6.1",
 4426 "digest",
 4427 "ff",
 4428 "generic-array",
 4429 "group",
 4430 "pkcs8 0.9.0",
 4431 "rand_core 0.6.4",
 4432 "sec1",
 4433 "subtle",
 4434 "zeroize",
 4435]
 4436
 4437[[package]]
 4438name = "embed-resource"
 4439version = "3.0.2"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4442dependencies = [
 4443 "cc",
 4444 "memchr",
 4445 "rustc_version",
 4446 "toml 0.8.20",
 4447 "vswhom",
 4448 "winreg 0.52.0",
 4449]
 4450
 4451[[package]]
 4452name = "embedded-io"
 4453version = "0.4.0"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4456
 4457[[package]]
 4458name = "embedded-io"
 4459version = "0.6.1"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4462
 4463[[package]]
 4464name = "emojis"
 4465version = "0.6.4"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4468dependencies = [
 4469 "phf",
 4470]
 4471
 4472[[package]]
 4473name = "encode_unicode"
 4474version = "0.3.6"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4477
 4478[[package]]
 4479name = "encoding_rs"
 4480version = "0.8.35"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4483dependencies = [
 4484 "cfg-if",
 4485]
 4486
 4487[[package]]
 4488name = "endi"
 4489version = "1.1.0"
 4490source = "registry+https://github.com/rust-lang/crates.io-index"
 4491checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4492
 4493[[package]]
 4494name = "enumflags2"
 4495version = "0.7.10"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4498dependencies = [
 4499 "enumflags2_derive",
 4500 "serde",
 4501]
 4502
 4503[[package]]
 4504name = "enumflags2_derive"
 4505version = "0.7.10"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4508dependencies = [
 4509 "proc-macro2",
 4510 "quote",
 4511 "syn 2.0.100",
 4512]
 4513
 4514[[package]]
 4515name = "env_filter"
 4516version = "0.1.2"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4519dependencies = [
 4520 "log",
 4521 "regex",
 4522]
 4523
 4524[[package]]
 4525name = "env_home"
 4526version = "0.1.0"
 4527source = "registry+https://github.com/rust-lang/crates.io-index"
 4528checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4529
 4530[[package]]
 4531name = "env_logger"
 4532version = "0.10.2"
 4533source = "registry+https://github.com/rust-lang/crates.io-index"
 4534checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4535dependencies = [
 4536 "humantime",
 4537 "is-terminal",
 4538 "log",
 4539 "regex",
 4540 "termcolor",
 4541]
 4542
 4543[[package]]
 4544name = "env_logger"
 4545version = "0.11.7"
 4546source = "registry+https://github.com/rust-lang/crates.io-index"
 4547checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4548dependencies = [
 4549 "anstream",
 4550 "anstyle",
 4551 "env_filter",
 4552 "jiff",
 4553 "log",
 4554]
 4555
 4556[[package]]
 4557name = "envy"
 4558version = "0.4.2"
 4559source = "registry+https://github.com/rust-lang/crates.io-index"
 4560checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4561dependencies = [
 4562 "serde",
 4563]
 4564
 4565[[package]]
 4566name = "equivalent"
 4567version = "1.0.1"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4570
 4571[[package]]
 4572name = "erased-serde"
 4573version = "0.4.5"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4576dependencies = [
 4577 "serde",
 4578 "typeid",
 4579]
 4580
 4581[[package]]
 4582name = "errno"
 4583version = "0.2.8"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4586dependencies = [
 4587 "errno-dragonfly",
 4588 "libc",
 4589 "winapi",
 4590]
 4591
 4592[[package]]
 4593name = "errno"
 4594version = "0.3.10"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4597dependencies = [
 4598 "libc",
 4599 "windows-sys 0.59.0",
 4600]
 4601
 4602[[package]]
 4603name = "errno-dragonfly"
 4604version = "0.1.2"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4607dependencies = [
 4608 "cc",
 4609 "libc",
 4610]
 4611
 4612[[package]]
 4613name = "etagere"
 4614version = "0.2.15"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4617dependencies = [
 4618 "euclid",
 4619 "svg_fmt",
 4620]
 4621
 4622[[package]]
 4623name = "etcetera"
 4624version = "0.8.0"
 4625source = "registry+https://github.com/rust-lang/crates.io-index"
 4626checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4627dependencies = [
 4628 "cfg-if",
 4629 "home",
 4630 "windows-sys 0.48.0",
 4631]
 4632
 4633[[package]]
 4634name = "euclid"
 4635version = "0.22.11"
 4636source = "registry+https://github.com/rust-lang/crates.io-index"
 4637checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4638dependencies = [
 4639 "num-traits",
 4640]
 4641
 4642[[package]]
 4643name = "evals"
 4644version = "0.1.0"
 4645dependencies = [
 4646 "anyhow",
 4647 "clap",
 4648 "client",
 4649 "clock",
 4650 "collections",
 4651 "env_logger 0.11.7",
 4652 "feature_flags",
 4653 "fs",
 4654 "gpui",
 4655 "http_client",
 4656 "language",
 4657 "languages",
 4658 "node_runtime",
 4659 "open_ai",
 4660 "project",
 4661 "reqwest_client",
 4662 "semantic_index",
 4663 "serde",
 4664 "serde_json",
 4665 "settings",
 4666 "smol",
 4667 "util",
 4668]
 4669
 4670[[package]]
 4671name = "event-listener"
 4672version = "2.5.3"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4675
 4676[[package]]
 4677name = "event-listener"
 4678version = "5.3.1"
 4679source = "registry+https://github.com/rust-lang/crates.io-index"
 4680checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4681dependencies = [
 4682 "concurrent-queue",
 4683 "parking",
 4684 "pin-project-lite",
 4685]
 4686
 4687[[package]]
 4688name = "event-listener-strategy"
 4689version = "0.5.3"
 4690source = "registry+https://github.com/rust-lang/crates.io-index"
 4691checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4692dependencies = [
 4693 "event-listener 5.3.1",
 4694 "pin-project-lite",
 4695]
 4696
 4697[[package]]
 4698name = "exec"
 4699version = "0.3.1"
 4700source = "registry+https://github.com/rust-lang/crates.io-index"
 4701checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4702dependencies = [
 4703 "errno 0.2.8",
 4704 "libc",
 4705]
 4706
 4707[[package]]
 4708name = "exr"
 4709version = "1.73.0"
 4710source = "registry+https://github.com/rust-lang/crates.io-index"
 4711checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4712dependencies = [
 4713 "bit_field",
 4714 "half",
 4715 "lebe",
 4716 "miniz_oxide",
 4717 "rayon-core",
 4718 "smallvec",
 4719 "zune-inflate",
 4720]
 4721
 4722[[package]]
 4723name = "extension"
 4724version = "0.1.0"
 4725dependencies = [
 4726 "anyhow",
 4727 "async-compression",
 4728 "async-tar",
 4729 "async-trait",
 4730 "collections",
 4731 "convert_case 0.8.0",
 4732 "fs",
 4733 "futures 0.3.31",
 4734 "gpui",
 4735 "http_client",
 4736 "language",
 4737 "log",
 4738 "lsp",
 4739 "parking_lot",
 4740 "semantic_version",
 4741 "serde",
 4742 "serde_json",
 4743 "toml 0.8.20",
 4744 "util",
 4745 "wasm-encoder 0.221.3",
 4746 "wasmparser 0.221.3",
 4747 "wit-component 0.221.3",
 4748]
 4749
 4750[[package]]
 4751name = "extension_cli"
 4752version = "0.1.0"
 4753dependencies = [
 4754 "anyhow",
 4755 "clap",
 4756 "env_logger 0.11.7",
 4757 "extension",
 4758 "fs",
 4759 "language",
 4760 "log",
 4761 "reqwest_client",
 4762 "rpc",
 4763 "serde",
 4764 "serde_json",
 4765 "theme",
 4766 "tokio",
 4767 "toml 0.8.20",
 4768 "tree-sitter",
 4769 "wasmtime",
 4770]
 4771
 4772[[package]]
 4773name = "extension_host"
 4774version = "0.1.0"
 4775dependencies = [
 4776 "anyhow",
 4777 "async-compression",
 4778 "async-tar",
 4779 "async-trait",
 4780 "client",
 4781 "collections",
 4782 "context_server_settings",
 4783 "ctor",
 4784 "env_logger 0.11.7",
 4785 "extension",
 4786 "fs",
 4787 "futures 0.3.31",
 4788 "gpui",
 4789 "http_client",
 4790 "language",
 4791 "language_extension",
 4792 "log",
 4793 "lsp",
 4794 "node_runtime",
 4795 "parking_lot",
 4796 "paths",
 4797 "project",
 4798 "release_channel",
 4799 "remote",
 4800 "reqwest_client",
 4801 "schemars",
 4802 "semantic_version",
 4803 "serde",
 4804 "serde_json",
 4805 "serde_json_lenient",
 4806 "settings",
 4807 "task",
 4808 "telemetry",
 4809 "tempfile",
 4810 "theme",
 4811 "theme_extension",
 4812 "toml 0.8.20",
 4813 "url",
 4814 "util",
 4815 "wasmparser 0.221.3",
 4816 "wasmtime",
 4817 "wasmtime-wasi",
 4818]
 4819
 4820[[package]]
 4821name = "extensions_ui"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "anyhow",
 4825 "client",
 4826 "collections",
 4827 "db",
 4828 "editor",
 4829 "extension_host",
 4830 "fs",
 4831 "fuzzy",
 4832 "gpui",
 4833 "language",
 4834 "num-format",
 4835 "picker",
 4836 "project",
 4837 "release_channel",
 4838 "semantic_version",
 4839 "serde",
 4840 "settings",
 4841 "smallvec",
 4842 "strum",
 4843 "telemetry",
 4844 "theme",
 4845 "ui",
 4846 "util",
 4847 "vim_mode_setting",
 4848 "workspace",
 4849 "zed_actions",
 4850]
 4851
 4852[[package]]
 4853name = "fallible-iterator"
 4854version = "0.3.0"
 4855source = "registry+https://github.com/rust-lang/crates.io-index"
 4856checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4857
 4858[[package]]
 4859name = "fancy-regex"
 4860version = "0.13.0"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4863dependencies = [
 4864 "bit-set 0.5.3",
 4865 "regex-automata 0.4.9",
 4866 "regex-syntax 0.8.5",
 4867]
 4868
 4869[[package]]
 4870name = "fancy-regex"
 4871version = "0.14.0"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4874dependencies = [
 4875 "bit-set 0.8.0",
 4876 "regex-automata 0.4.9",
 4877 "regex-syntax 0.8.5",
 4878]
 4879
 4880[[package]]
 4881name = "fast-srgb8"
 4882version = "1.0.0"
 4883source = "registry+https://github.com/rust-lang/crates.io-index"
 4884checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4885
 4886[[package]]
 4887name = "fastrand"
 4888version = "1.9.0"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4891dependencies = [
 4892 "instant",
 4893]
 4894
 4895[[package]]
 4896name = "fastrand"
 4897version = "2.3.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4900
 4901[[package]]
 4902name = "fd-lock"
 4903version = "4.0.2"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4906dependencies = [
 4907 "cfg-if",
 4908 "rustix",
 4909 "windows-sys 0.52.0",
 4910]
 4911
 4912[[package]]
 4913name = "fdeflate"
 4914version = "0.3.7"
 4915source = "registry+https://github.com/rust-lang/crates.io-index"
 4916checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4917dependencies = [
 4918 "simd-adler32",
 4919]
 4920
 4921[[package]]
 4922name = "feature_flags"
 4923version = "0.1.0"
 4924dependencies = [
 4925 "futures 0.3.31",
 4926 "gpui",
 4927 "smol",
 4928]
 4929
 4930[[package]]
 4931name = "feedback"
 4932version = "0.1.0"
 4933dependencies = [
 4934 "client",
 4935 "editor",
 4936 "gpui",
 4937 "human_bytes",
 4938 "menu",
 4939 "release_channel",
 4940 "serde",
 4941 "sysinfo",
 4942 "ui",
 4943 "urlencoding",
 4944 "util",
 4945 "workspace",
 4946 "zed_actions",
 4947]
 4948
 4949[[package]]
 4950name = "ff"
 4951version = "0.12.1"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4954dependencies = [
 4955 "rand_core 0.6.4",
 4956 "subtle",
 4957]
 4958
 4959[[package]]
 4960name = "file_finder"
 4961version = "0.1.0"
 4962dependencies = [
 4963 "anyhow",
 4964 "collections",
 4965 "ctor",
 4966 "editor",
 4967 "env_logger 0.11.7",
 4968 "file_icons",
 4969 "futures 0.3.31",
 4970 "fuzzy",
 4971 "gpui",
 4972 "language",
 4973 "menu",
 4974 "picker",
 4975 "project",
 4976 "schemars",
 4977 "serde",
 4978 "serde_derive",
 4979 "serde_json",
 4980 "settings",
 4981 "text",
 4982 "theme",
 4983 "ui",
 4984 "util",
 4985 "workspace",
 4986]
 4987
 4988[[package]]
 4989name = "file_icons"
 4990version = "0.1.0"
 4991dependencies = [
 4992 "gpui",
 4993 "serde",
 4994 "settings",
 4995 "theme",
 4996 "util",
 4997]
 4998
 4999[[package]]
 5000name = "filedescriptor"
 5001version = "0.8.3"
 5002source = "registry+https://github.com/rust-lang/crates.io-index"
 5003checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5004dependencies = [
 5005 "libc",
 5006 "thiserror 1.0.69",
 5007 "winapi",
 5008]
 5009
 5010[[package]]
 5011name = "filetime"
 5012version = "0.2.25"
 5013source = "registry+https://github.com/rust-lang/crates.io-index"
 5014checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5015dependencies = [
 5016 "cfg-if",
 5017 "libc",
 5018 "libredox",
 5019 "windows-sys 0.59.0",
 5020]
 5021
 5022[[package]]
 5023name = "fixedbitset"
 5024version = "0.4.2"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5027
 5028[[package]]
 5029name = "flate2"
 5030version = "1.0.35"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5033dependencies = [
 5034 "crc32fast",
 5035 "miniz_oxide",
 5036]
 5037
 5038[[package]]
 5039name = "float-cmp"
 5040version = "0.9.0"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5043
 5044[[package]]
 5045name = "float-ord"
 5046version = "0.3.2"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5049
 5050[[package]]
 5051name = "float_next_after"
 5052version = "1.0.0"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5055
 5056[[package]]
 5057name = "flume"
 5058version = "0.11.1"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5061dependencies = [
 5062 "futures-core",
 5063 "futures-sink",
 5064 "nanorand",
 5065 "spin",
 5066]
 5067
 5068[[package]]
 5069name = "fnv"
 5070version = "1.0.7"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5073
 5074[[package]]
 5075name = "foldhash"
 5076version = "0.1.3"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5079
 5080[[package]]
 5081name = "font-kit"
 5082version = "0.14.1"
 5083source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5084dependencies = [
 5085 "bitflags 2.8.0",
 5086 "byteorder",
 5087 "core-foundation 0.9.4",
 5088 "core-graphics 0.23.2",
 5089 "core-text",
 5090 "dirs 5.0.1",
 5091 "dwrote",
 5092 "float-ord",
 5093 "freetype-sys",
 5094 "lazy_static",
 5095 "libc",
 5096 "log",
 5097 "pathfinder_geometry",
 5098 "pathfinder_simd",
 5099 "walkdir",
 5100 "winapi",
 5101 "yeslogic-fontconfig-sys",
 5102]
 5103
 5104[[package]]
 5105name = "font-types"
 5106version = "0.8.3"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5109dependencies = [
 5110 "bytemuck",
 5111]
 5112
 5113[[package]]
 5114name = "fontconfig-parser"
 5115version = "0.5.7"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5118dependencies = [
 5119 "roxmltree",
 5120]
 5121
 5122[[package]]
 5123name = "fontdb"
 5124version = "0.16.2"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5127dependencies = [
 5128 "fontconfig-parser",
 5129 "log",
 5130 "memmap2",
 5131 "slotmap",
 5132 "tinyvec",
 5133 "ttf-parser 0.20.0",
 5134]
 5135
 5136[[package]]
 5137name = "fontdb"
 5138version = "0.23.0"
 5139source = "registry+https://github.com/rust-lang/crates.io-index"
 5140checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5141dependencies = [
 5142 "fontconfig-parser",
 5143 "log",
 5144 "memmap2",
 5145 "slotmap",
 5146 "tinyvec",
 5147 "ttf-parser 0.25.1",
 5148]
 5149
 5150[[package]]
 5151name = "foreign-types"
 5152version = "0.3.2"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5155dependencies = [
 5156 "foreign-types-shared 0.1.1",
 5157]
 5158
 5159[[package]]
 5160name = "foreign-types"
 5161version = "0.5.0"
 5162source = "registry+https://github.com/rust-lang/crates.io-index"
 5163checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5164dependencies = [
 5165 "foreign-types-macros",
 5166 "foreign-types-shared 0.3.1",
 5167]
 5168
 5169[[package]]
 5170name = "foreign-types-macros"
 5171version = "0.2.3"
 5172source = "registry+https://github.com/rust-lang/crates.io-index"
 5173checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5174dependencies = [
 5175 "proc-macro2",
 5176 "quote",
 5177 "syn 2.0.100",
 5178]
 5179
 5180[[package]]
 5181name = "foreign-types-shared"
 5182version = "0.1.1"
 5183source = "registry+https://github.com/rust-lang/crates.io-index"
 5184checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5185
 5186[[package]]
 5187name = "foreign-types-shared"
 5188version = "0.3.1"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5191
 5192[[package]]
 5193name = "fork"
 5194version = "0.2.0"
 5195source = "registry+https://github.com/rust-lang/crates.io-index"
 5196checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5197dependencies = [
 5198 "libc",
 5199]
 5200
 5201[[package]]
 5202name = "form_urlencoded"
 5203version = "1.2.1"
 5204source = "registry+https://github.com/rust-lang/crates.io-index"
 5205checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5206dependencies = [
 5207 "percent-encoding",
 5208]
 5209
 5210[[package]]
 5211name = "freetype-sys"
 5212version = "0.20.1"
 5213source = "registry+https://github.com/rust-lang/crates.io-index"
 5214checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5215dependencies = [
 5216 "cc",
 5217 "libc",
 5218 "pkg-config",
 5219]
 5220
 5221[[package]]
 5222name = "fs"
 5223version = "0.1.0"
 5224dependencies = [
 5225 "anyhow",
 5226 "ashpd",
 5227 "async-tar",
 5228 "async-trait",
 5229 "cocoa 0.26.0",
 5230 "collections",
 5231 "fsevent",
 5232 "futures 0.3.31",
 5233 "git",
 5234 "gpui",
 5235 "ignore",
 5236 "libc",
 5237 "log",
 5238 "notify 6.1.1",
 5239 "objc",
 5240 "parking_lot",
 5241 "paths",
 5242 "proto",
 5243 "rope",
 5244 "serde",
 5245 "serde_json",
 5246 "smol",
 5247 "tempfile",
 5248 "text",
 5249 "time",
 5250 "util",
 5251 "windows 0.60.0",
 5252]
 5253
 5254[[package]]
 5255name = "fs-set-times"
 5256version = "0.20.2"
 5257source = "registry+https://github.com/rust-lang/crates.io-index"
 5258checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5259dependencies = [
 5260 "io-lifetimes",
 5261 "rustix",
 5262 "windows-sys 0.59.0",
 5263]
 5264
 5265[[package]]
 5266name = "fs2"
 5267version = "0.4.3"
 5268source = "registry+https://github.com/rust-lang/crates.io-index"
 5269checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5270dependencies = [
 5271 "libc",
 5272 "winapi",
 5273]
 5274
 5275[[package]]
 5276name = "fs_extra"
 5277version = "1.3.0"
 5278source = "registry+https://github.com/rust-lang/crates.io-index"
 5279checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5280
 5281[[package]]
 5282name = "fsevent"
 5283version = "0.1.0"
 5284dependencies = [
 5285 "bitflags 2.8.0",
 5286 "core-foundation 0.9.4",
 5287 "fsevent-sys 3.1.0",
 5288 "parking_lot",
 5289 "tempfile",
 5290]
 5291
 5292[[package]]
 5293name = "fsevent-sys"
 5294version = "3.1.0"
 5295source = "registry+https://github.com/rust-lang/crates.io-index"
 5296checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5297dependencies = [
 5298 "libc",
 5299]
 5300
 5301[[package]]
 5302name = "fsevent-sys"
 5303version = "4.1.0"
 5304source = "registry+https://github.com/rust-lang/crates.io-index"
 5305checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5306dependencies = [
 5307 "libc",
 5308]
 5309
 5310[[package]]
 5311name = "funty"
 5312version = "2.0.0"
 5313source = "registry+https://github.com/rust-lang/crates.io-index"
 5314checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5315
 5316[[package]]
 5317name = "futf"
 5318version = "0.1.5"
 5319source = "registry+https://github.com/rust-lang/crates.io-index"
 5320checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5321dependencies = [
 5322 "mac",
 5323 "new_debug_unreachable",
 5324]
 5325
 5326[[package]]
 5327name = "futures"
 5328version = "0.1.31"
 5329source = "registry+https://github.com/rust-lang/crates.io-index"
 5330checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5331
 5332[[package]]
 5333name = "futures"
 5334version = "0.3.31"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5337dependencies = [
 5338 "futures-channel",
 5339 "futures-core",
 5340 "futures-executor",
 5341 "futures-io",
 5342 "futures-sink",
 5343 "futures-task",
 5344 "futures-util",
 5345]
 5346
 5347[[package]]
 5348name = "futures-batch"
 5349version = "0.6.1"
 5350source = "registry+https://github.com/rust-lang/crates.io-index"
 5351checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5352dependencies = [
 5353 "futures 0.3.31",
 5354 "futures-timer",
 5355 "pin-utils",
 5356]
 5357
 5358[[package]]
 5359name = "futures-channel"
 5360version = "0.3.31"
 5361source = "registry+https://github.com/rust-lang/crates.io-index"
 5362checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5363dependencies = [
 5364 "futures-core",
 5365 "futures-sink",
 5366]
 5367
 5368[[package]]
 5369name = "futures-core"
 5370version = "0.3.31"
 5371source = "registry+https://github.com/rust-lang/crates.io-index"
 5372checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5373
 5374[[package]]
 5375name = "futures-executor"
 5376version = "0.3.31"
 5377source = "registry+https://github.com/rust-lang/crates.io-index"
 5378checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5379dependencies = [
 5380 "futures-core",
 5381 "futures-task",
 5382 "futures-util",
 5383]
 5384
 5385[[package]]
 5386name = "futures-intrusive"
 5387version = "0.5.0"
 5388source = "registry+https://github.com/rust-lang/crates.io-index"
 5389checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5390dependencies = [
 5391 "futures-core",
 5392 "lock_api",
 5393 "parking_lot",
 5394]
 5395
 5396[[package]]
 5397name = "futures-io"
 5398version = "0.3.31"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5401
 5402[[package]]
 5403name = "futures-lite"
 5404version = "1.13.0"
 5405source = "registry+https://github.com/rust-lang/crates.io-index"
 5406checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5407dependencies = [
 5408 "fastrand 1.9.0",
 5409 "futures-core",
 5410 "futures-io",
 5411 "memchr",
 5412 "parking",
 5413 "pin-project-lite",
 5414 "waker-fn",
 5415]
 5416
 5417[[package]]
 5418name = "futures-lite"
 5419version = "2.6.0"
 5420source = "registry+https://github.com/rust-lang/crates.io-index"
 5421checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5422dependencies = [
 5423 "fastrand 2.3.0",
 5424 "futures-core",
 5425 "futures-io",
 5426 "parking",
 5427 "pin-project-lite",
 5428]
 5429
 5430[[package]]
 5431name = "futures-macro"
 5432version = "0.3.31"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5435dependencies = [
 5436 "proc-macro2",
 5437 "quote",
 5438 "syn 2.0.100",
 5439]
 5440
 5441[[package]]
 5442name = "futures-sink"
 5443version = "0.3.31"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5446
 5447[[package]]
 5448name = "futures-task"
 5449version = "0.3.31"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5452
 5453[[package]]
 5454name = "futures-timer"
 5455version = "3.0.3"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5458
 5459[[package]]
 5460name = "futures-util"
 5461version = "0.3.31"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5464dependencies = [
 5465 "futures 0.1.31",
 5466 "futures-channel",
 5467 "futures-core",
 5468 "futures-io",
 5469 "futures-macro",
 5470 "futures-sink",
 5471 "futures-task",
 5472 "memchr",
 5473 "pin-project-lite",
 5474 "pin-utils",
 5475 "slab",
 5476 "tokio-io",
 5477]
 5478
 5479[[package]]
 5480name = "fuzzy"
 5481version = "0.1.0"
 5482dependencies = [
 5483 "gpui",
 5484 "log",
 5485 "util",
 5486]
 5487
 5488[[package]]
 5489name = "fuzzy-matcher"
 5490version = "0.3.7"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5493dependencies = [
 5494 "thread_local",
 5495]
 5496
 5497[[package]]
 5498name = "generic-array"
 5499version = "0.14.7"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5502dependencies = [
 5503 "typenum",
 5504 "version_check",
 5505]
 5506
 5507[[package]]
 5508name = "gethostname"
 5509version = "0.4.3"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5512dependencies = [
 5513 "libc",
 5514 "windows-targets 0.48.5",
 5515]
 5516
 5517[[package]]
 5518name = "getrandom"
 5519version = "0.1.16"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5522dependencies = [
 5523 "cfg-if",
 5524 "libc",
 5525 "wasi 0.9.0+wasi-snapshot-preview1",
 5526]
 5527
 5528[[package]]
 5529name = "getrandom"
 5530version = "0.2.15"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5533dependencies = [
 5534 "cfg-if",
 5535 "js-sys",
 5536 "libc",
 5537 "wasi 0.11.0+wasi-snapshot-preview1",
 5538 "wasm-bindgen",
 5539]
 5540
 5541[[package]]
 5542name = "getrandom"
 5543version = "0.3.1"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5546dependencies = [
 5547 "cfg-if",
 5548 "libc",
 5549 "wasi 0.13.3+wasi-0.2.2",
 5550 "windows-targets 0.52.6",
 5551]
 5552
 5553[[package]]
 5554name = "gif"
 5555version = "0.13.1"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5558dependencies = [
 5559 "color_quant",
 5560 "weezl",
 5561]
 5562
 5563[[package]]
 5564name = "gimli"
 5565version = "0.31.1"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5568dependencies = [
 5569 "fallible-iterator",
 5570 "indexmap",
 5571 "stable_deref_trait",
 5572]
 5573
 5574[[package]]
 5575name = "git"
 5576version = "0.1.0"
 5577dependencies = [
 5578 "anyhow",
 5579 "askpass",
 5580 "async-trait",
 5581 "collections",
 5582 "derive_more",
 5583 "futures 0.3.31",
 5584 "git2",
 5585 "gpui",
 5586 "http_client",
 5587 "log",
 5588 "parking_lot",
 5589 "pretty_assertions",
 5590 "regex",
 5591 "rope",
 5592 "schemars",
 5593 "serde",
 5594 "serde_json",
 5595 "smol",
 5596 "sum_tree",
 5597 "tempfile",
 5598 "text",
 5599 "thiserror 2.0.12",
 5600 "time",
 5601 "unindent",
 5602 "url",
 5603 "util",
 5604 "uuid",
 5605]
 5606
 5607[[package]]
 5608name = "git2"
 5609version = "0.20.1"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5612dependencies = [
 5613 "bitflags 2.8.0",
 5614 "libc",
 5615 "libgit2-sys",
 5616 "log",
 5617 "url",
 5618]
 5619
 5620[[package]]
 5621name = "git_hosting_providers"
 5622version = "0.1.0"
 5623dependencies = [
 5624 "anyhow",
 5625 "async-trait",
 5626 "futures 0.3.31",
 5627 "git",
 5628 "gpui",
 5629 "http_client",
 5630 "indoc",
 5631 "pretty_assertions",
 5632 "regex",
 5633 "schemars",
 5634 "serde",
 5635 "serde_json",
 5636 "settings",
 5637 "url",
 5638 "util",
 5639]
 5640
 5641[[package]]
 5642name = "git_ui"
 5643version = "0.1.0"
 5644dependencies = [
 5645 "anyhow",
 5646 "askpass",
 5647 "assistant_settings",
 5648 "buffer_diff",
 5649 "chrono",
 5650 "collections",
 5651 "command_palette_hooks",
 5652 "component",
 5653 "ctor",
 5654 "db",
 5655 "editor",
 5656 "env_logger 0.11.7",
 5657 "futures 0.3.31",
 5658 "fuzzy",
 5659 "git",
 5660 "gpui",
 5661 "itertools 0.14.0",
 5662 "language",
 5663 "language_model",
 5664 "linkify",
 5665 "linkme",
 5666 "log",
 5667 "menu",
 5668 "multi_buffer",
 5669 "notifications",
 5670 "panel",
 5671 "picker",
 5672 "postage",
 5673 "pretty_assertions",
 5674 "project",
 5675 "schemars",
 5676 "serde",
 5677 "serde_derive",
 5678 "serde_json",
 5679 "settings",
 5680 "strum",
 5681 "telemetry",
 5682 "theme",
 5683 "time",
 5684 "time_format",
 5685 "ui",
 5686 "unindent",
 5687 "util",
 5688 "windows 0.60.0",
 5689 "workspace",
 5690 "zed_actions",
 5691]
 5692
 5693[[package]]
 5694name = "glob"
 5695version = "0.3.1"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5698
 5699[[package]]
 5700name = "globset"
 5701version = "0.4.16"
 5702source = "registry+https://github.com/rust-lang/crates.io-index"
 5703checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5704dependencies = [
 5705 "aho-corasick",
 5706 "bstr",
 5707 "log",
 5708 "regex-automata 0.4.9",
 5709 "regex-syntax 0.8.5",
 5710]
 5711
 5712[[package]]
 5713name = "gloo-timers"
 5714version = "0.3.0"
 5715source = "registry+https://github.com/rust-lang/crates.io-index"
 5716checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5717dependencies = [
 5718 "futures-channel",
 5719 "futures-core",
 5720 "js-sys",
 5721 "wasm-bindgen",
 5722]
 5723
 5724[[package]]
 5725name = "glow"
 5726version = "0.14.2"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5729dependencies = [
 5730 "js-sys",
 5731 "slotmap",
 5732 "wasm-bindgen",
 5733 "web-sys",
 5734]
 5735
 5736[[package]]
 5737name = "go_to_line"
 5738version = "0.1.0"
 5739dependencies = [
 5740 "anyhow",
 5741 "editor",
 5742 "gpui",
 5743 "indoc",
 5744 "language",
 5745 "menu",
 5746 "project",
 5747 "rope",
 5748 "schemars",
 5749 "serde",
 5750 "serde_json",
 5751 "settings",
 5752 "text",
 5753 "theme",
 5754 "tree-sitter-rust",
 5755 "tree-sitter-typescript",
 5756 "ui",
 5757 "util",
 5758 "workspace",
 5759]
 5760
 5761[[package]]
 5762name = "google_ai"
 5763version = "0.1.0"
 5764dependencies = [
 5765 "anyhow",
 5766 "futures 0.3.31",
 5767 "http_client",
 5768 "schemars",
 5769 "serde",
 5770 "serde_json",
 5771 "strum",
 5772]
 5773
 5774[[package]]
 5775name = "gpu-alloc"
 5776version = "0.6.0"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5779dependencies = [
 5780 "bitflags 2.8.0",
 5781 "gpu-alloc-types",
 5782]
 5783
 5784[[package]]
 5785name = "gpu-alloc-ash"
 5786version = "0.7.0"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5789dependencies = [
 5790 "ash",
 5791 "gpu-alloc-types",
 5792 "tinyvec",
 5793]
 5794
 5795[[package]]
 5796name = "gpu-alloc-types"
 5797version = "0.3.0"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5800dependencies = [
 5801 "bitflags 2.8.0",
 5802]
 5803
 5804[[package]]
 5805name = "gpui"
 5806version = "0.1.0"
 5807dependencies = [
 5808 "anyhow",
 5809 "as-raw-xcb-connection",
 5810 "ashpd",
 5811 "async-task",
 5812 "backtrace",
 5813 "bindgen 0.70.1",
 5814 "blade-graphics",
 5815 "blade-macros",
 5816 "blade-util",
 5817 "block",
 5818 "bytemuck",
 5819 "calloop",
 5820 "calloop-wayland-source",
 5821 "cbindgen 0.28.0",
 5822 "cocoa 0.26.0",
 5823 "collections",
 5824 "core-foundation 0.9.4",
 5825 "core-foundation-sys",
 5826 "core-graphics 0.23.2",
 5827 "core-text",
 5828 "cosmic-text",
 5829 "ctor",
 5830 "derive_more",
 5831 "embed-resource",
 5832 "env_logger 0.11.7",
 5833 "etagere",
 5834 "filedescriptor",
 5835 "flume",
 5836 "font-kit",
 5837 "foreign-types 0.5.0",
 5838 "futures 0.3.31",
 5839 "gpui_macros",
 5840 "http_client",
 5841 "image",
 5842 "inventory",
 5843 "itertools 0.14.0",
 5844 "log",
 5845 "lyon",
 5846 "media",
 5847 "metal",
 5848 "naga",
 5849 "num_cpus",
 5850 "objc",
 5851 "objc2",
 5852 "objc2-metal",
 5853 "oo7",
 5854 "open",
 5855 "parking",
 5856 "parking_lot",
 5857 "pathfinder_geometry",
 5858 "postage",
 5859 "profiling",
 5860 "rand 0.8.5",
 5861 "raw-window-handle",
 5862 "refineable",
 5863 "reqwest_client",
 5864 "resvg",
 5865 "schemars",
 5866 "seahash",
 5867 "semantic_version",
 5868 "serde",
 5869 "serde_derive",
 5870 "serde_json",
 5871 "slotmap",
 5872 "smallvec",
 5873 "smol",
 5874 "strum",
 5875 "sum_tree",
 5876 "taffy",
 5877 "thiserror 2.0.12",
 5878 "unicode-segmentation",
 5879 "usvg",
 5880 "util",
 5881 "uuid",
 5882 "waker-fn",
 5883 "wayland-backend",
 5884 "wayland-client",
 5885 "wayland-cursor",
 5886 "wayland-protocols",
 5887 "wayland-protocols-plasma",
 5888 "windows 0.60.0",
 5889 "windows-core 0.60.1",
 5890 "x11-clipboard",
 5891 "x11rb",
 5892 "xim",
 5893 "xkbcommon",
 5894]
 5895
 5896[[package]]
 5897name = "gpui_macros"
 5898version = "0.1.0"
 5899dependencies = [
 5900 "gpui",
 5901 "proc-macro2",
 5902 "quote",
 5903 "syn 1.0.109",
 5904]
 5905
 5906[[package]]
 5907name = "gpui_tokio"
 5908version = "0.1.0"
 5909dependencies = [
 5910 "gpui",
 5911 "tokio",
 5912 "util",
 5913]
 5914
 5915[[package]]
 5916name = "grid"
 5917version = "0.13.0"
 5918source = "registry+https://github.com/rust-lang/crates.io-index"
 5919checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5920
 5921[[package]]
 5922name = "group"
 5923version = "0.12.1"
 5924source = "registry+https://github.com/rust-lang/crates.io-index"
 5925checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5926dependencies = [
 5927 "ff",
 5928 "rand_core 0.6.4",
 5929 "subtle",
 5930]
 5931
 5932[[package]]
 5933name = "h2"
 5934version = "0.3.26"
 5935source = "registry+https://github.com/rust-lang/crates.io-index"
 5936checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5937dependencies = [
 5938 "bytes 1.10.1",
 5939 "fnv",
 5940 "futures-core",
 5941 "futures-sink",
 5942 "futures-util",
 5943 "http 0.2.12",
 5944 "indexmap",
 5945 "slab",
 5946 "tokio",
 5947 "tokio-util",
 5948 "tracing",
 5949]
 5950
 5951[[package]]
 5952name = "h2"
 5953version = "0.4.7"
 5954source = "registry+https://github.com/rust-lang/crates.io-index"
 5955checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5956dependencies = [
 5957 "atomic-waker",
 5958 "bytes 1.10.1",
 5959 "fnv",
 5960 "futures-core",
 5961 "futures-sink",
 5962 "http 1.2.0",
 5963 "indexmap",
 5964 "slab",
 5965 "tokio",
 5966 "tokio-util",
 5967 "tracing",
 5968]
 5969
 5970[[package]]
 5971name = "half"
 5972version = "2.4.1"
 5973source = "registry+https://github.com/rust-lang/crates.io-index"
 5974checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5975dependencies = [
 5976 "cfg-if",
 5977 "crunchy",
 5978]
 5979
 5980[[package]]
 5981name = "handlebars"
 5982version = "4.5.0"
 5983source = "registry+https://github.com/rust-lang/crates.io-index"
 5984checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5985dependencies = [
 5986 "log",
 5987 "pest",
 5988 "pest_derive",
 5989 "serde",
 5990 "serde_json",
 5991 "thiserror 1.0.69",
 5992]
 5993
 5994[[package]]
 5995name = "handlebars"
 5996version = "6.2.0"
 5997source = "registry+https://github.com/rust-lang/crates.io-index"
 5998checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5999dependencies = [
 6000 "log",
 6001 "num-order",
 6002 "pest",
 6003 "pest_derive",
 6004 "serde",
 6005 "serde_json",
 6006 "thiserror 1.0.69",
 6007]
 6008
 6009[[package]]
 6010name = "hashbrown"
 6011version = "0.12.3"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6014dependencies = [
 6015 "ahash 0.7.8",
 6016]
 6017
 6018[[package]]
 6019name = "hashbrown"
 6020version = "0.14.5"
 6021source = "registry+https://github.com/rust-lang/crates.io-index"
 6022checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6023dependencies = [
 6024 "ahash 0.8.11",
 6025 "allocator-api2",
 6026]
 6027
 6028[[package]]
 6029name = "hashbrown"
 6030version = "0.15.2"
 6031source = "registry+https://github.com/rust-lang/crates.io-index"
 6032checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6033dependencies = [
 6034 "allocator-api2",
 6035 "equivalent",
 6036 "foldhash",
 6037 "serde",
 6038]
 6039
 6040[[package]]
 6041name = "hashlink"
 6042version = "0.8.4"
 6043source = "registry+https://github.com/rust-lang/crates.io-index"
 6044checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6045dependencies = [
 6046 "hashbrown 0.14.5",
 6047]
 6048
 6049[[package]]
 6050name = "hashlink"
 6051version = "0.10.0"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6054dependencies = [
 6055 "hashbrown 0.15.2",
 6056]
 6057
 6058[[package]]
 6059name = "headers"
 6060version = "0.3.9"
 6061source = "registry+https://github.com/rust-lang/crates.io-index"
 6062checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6063dependencies = [
 6064 "base64 0.21.7",
 6065 "bytes 1.10.1",
 6066 "headers-core",
 6067 "http 0.2.12",
 6068 "httpdate",
 6069 "mime",
 6070 "sha1",
 6071]
 6072
 6073[[package]]
 6074name = "headers-core"
 6075version = "0.2.0"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6078dependencies = [
 6079 "http 0.2.12",
 6080]
 6081
 6082[[package]]
 6083name = "heck"
 6084version = "0.3.3"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6087dependencies = [
 6088 "unicode-segmentation",
 6089]
 6090
 6091[[package]]
 6092name = "heck"
 6093version = "0.4.1"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6096dependencies = [
 6097 "unicode-segmentation",
 6098]
 6099
 6100[[package]]
 6101name = "heck"
 6102version = "0.5.0"
 6103source = "registry+https://github.com/rust-lang/crates.io-index"
 6104checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6105
 6106[[package]]
 6107name = "heed"
 6108version = "0.21.0"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6111dependencies = [
 6112 "bitflags 2.8.0",
 6113 "byteorder",
 6114 "heed-traits",
 6115 "heed-types",
 6116 "libc",
 6117 "lmdb-master-sys",
 6118 "once_cell",
 6119 "page_size",
 6120 "serde",
 6121 "synchronoise",
 6122 "url",
 6123]
 6124
 6125[[package]]
 6126name = "heed-traits"
 6127version = "0.20.0"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6130
 6131[[package]]
 6132name = "heed-types"
 6133version = "0.21.0"
 6134source = "registry+https://github.com/rust-lang/crates.io-index"
 6135checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6136dependencies = [
 6137 "bincode",
 6138 "byteorder",
 6139 "heed-traits",
 6140 "serde",
 6141 "serde_json",
 6142]
 6143
 6144[[package]]
 6145name = "hermit-abi"
 6146version = "0.3.9"
 6147source = "registry+https://github.com/rust-lang/crates.io-index"
 6148checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6149
 6150[[package]]
 6151name = "hermit-abi"
 6152version = "0.4.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6155
 6156[[package]]
 6157name = "hex"
 6158version = "0.4.3"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6161
 6162[[package]]
 6163name = "hexf-parse"
 6164version = "0.2.1"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6167
 6168[[package]]
 6169name = "hidden-trait"
 6170version = "0.1.2"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6173dependencies = [
 6174 "proc-macro2",
 6175 "quote",
 6176 "syn 1.0.109",
 6177]
 6178
 6179[[package]]
 6180name = "hkdf"
 6181version = "0.12.4"
 6182source = "registry+https://github.com/rust-lang/crates.io-index"
 6183checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6184dependencies = [
 6185 "hmac",
 6186]
 6187
 6188[[package]]
 6189name = "hmac"
 6190version = "0.12.1"
 6191source = "registry+https://github.com/rust-lang/crates.io-index"
 6192checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6193dependencies = [
 6194 "digest",
 6195]
 6196
 6197[[package]]
 6198name = "home"
 6199version = "0.5.9"
 6200source = "registry+https://github.com/rust-lang/crates.io-index"
 6201checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6202dependencies = [
 6203 "windows-sys 0.52.0",
 6204]
 6205
 6206[[package]]
 6207name = "hound"
 6208version = "3.5.1"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6211
 6212[[package]]
 6213name = "html5ever"
 6214version = "0.27.0"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6217dependencies = [
 6218 "log",
 6219 "mac",
 6220 "markup5ever",
 6221 "proc-macro2",
 6222 "quote",
 6223 "syn 2.0.100",
 6224]
 6225
 6226[[package]]
 6227name = "html_to_markdown"
 6228version = "0.1.0"
 6229dependencies = [
 6230 "anyhow",
 6231 "html5ever",
 6232 "indoc",
 6233 "markup5ever_rcdom",
 6234 "pretty_assertions",
 6235 "regex",
 6236]
 6237
 6238[[package]]
 6239name = "http"
 6240version = "0.2.12"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6243dependencies = [
 6244 "bytes 1.10.1",
 6245 "fnv",
 6246 "itoa",
 6247]
 6248
 6249[[package]]
 6250name = "http"
 6251version = "1.2.0"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6254dependencies = [
 6255 "bytes 1.10.1",
 6256 "fnv",
 6257 "itoa",
 6258]
 6259
 6260[[package]]
 6261name = "http-body"
 6262version = "0.4.6"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6265dependencies = [
 6266 "bytes 1.10.1",
 6267 "http 0.2.12",
 6268 "pin-project-lite",
 6269]
 6270
 6271[[package]]
 6272name = "http-body"
 6273version = "1.0.1"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6276dependencies = [
 6277 "bytes 1.10.1",
 6278 "http 1.2.0",
 6279]
 6280
 6281[[package]]
 6282name = "http-body-util"
 6283version = "0.1.2"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6286dependencies = [
 6287 "bytes 1.10.1",
 6288 "futures-util",
 6289 "http 1.2.0",
 6290 "http-body 1.0.1",
 6291 "pin-project-lite",
 6292]
 6293
 6294[[package]]
 6295name = "http-range-header"
 6296version = "0.3.1"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6299
 6300[[package]]
 6301name = "http-types"
 6302version = "2.12.0"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6305dependencies = [
 6306 "anyhow",
 6307 "async-channel 1.9.0",
 6308 "base64 0.13.1",
 6309 "futures-lite 1.13.0",
 6310 "http 0.2.12",
 6311 "infer",
 6312 "pin-project-lite",
 6313 "rand 0.7.3",
 6314 "serde",
 6315 "serde_json",
 6316 "serde_qs 0.8.5",
 6317 "serde_urlencoded",
 6318 "url",
 6319]
 6320
 6321[[package]]
 6322name = "http_client"
 6323version = "0.1.0"
 6324dependencies = [
 6325 "anyhow",
 6326 "bytes 1.10.1",
 6327 "derive_more",
 6328 "futures 0.3.31",
 6329 "http 1.2.0",
 6330 "log",
 6331 "serde",
 6332 "serde_json",
 6333 "url",
 6334]
 6335
 6336[[package]]
 6337name = "http_client_tls"
 6338version = "0.1.0"
 6339dependencies = [
 6340 "rustls 0.23.25",
 6341 "rustls-platform-verifier",
 6342]
 6343
 6344[[package]]
 6345name = "httparse"
 6346version = "1.9.5"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6349
 6350[[package]]
 6351name = "httpdate"
 6352version = "1.0.3"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6355
 6356[[package]]
 6357name = "human_bytes"
 6358version = "0.4.3"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6361
 6362[[package]]
 6363name = "humantime"
 6364version = "2.1.0"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6367
 6368[[package]]
 6369name = "hyper"
 6370version = "0.14.32"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6373dependencies = [
 6374 "bytes 1.10.1",
 6375 "futures-channel",
 6376 "futures-core",
 6377 "futures-util",
 6378 "h2 0.3.26",
 6379 "http 0.2.12",
 6380 "http-body 0.4.6",
 6381 "httparse",
 6382 "httpdate",
 6383 "itoa",
 6384 "pin-project-lite",
 6385 "socket2",
 6386 "tokio",
 6387 "tower-service",
 6388 "tracing",
 6389 "want",
 6390]
 6391
 6392[[package]]
 6393name = "hyper"
 6394version = "1.5.1"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6397dependencies = [
 6398 "bytes 1.10.1",
 6399 "futures-channel",
 6400 "futures-util",
 6401 "h2 0.4.7",
 6402 "http 1.2.0",
 6403 "http-body 1.0.1",
 6404 "httparse",
 6405 "itoa",
 6406 "pin-project-lite",
 6407 "smallvec",
 6408 "tokio",
 6409 "want",
 6410]
 6411
 6412[[package]]
 6413name = "hyper-rustls"
 6414version = "0.24.2"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6417dependencies = [
 6418 "futures-util",
 6419 "http 0.2.12",
 6420 "hyper 0.14.32",
 6421 "log",
 6422 "rustls 0.21.12",
 6423 "rustls-native-certs 0.6.3",
 6424 "tokio",
 6425 "tokio-rustls 0.24.1",
 6426]
 6427
 6428[[package]]
 6429name = "hyper-rustls"
 6430version = "0.27.3"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6433dependencies = [
 6434 "futures-util",
 6435 "http 1.2.0",
 6436 "hyper 1.5.1",
 6437 "hyper-util",
 6438 "rustls 0.23.25",
 6439 "rustls-native-certs 0.8.1",
 6440 "rustls-pki-types",
 6441 "tokio",
 6442 "tokio-rustls 0.26.1",
 6443 "tower-service",
 6444]
 6445
 6446[[package]]
 6447name = "hyper-tls"
 6448version = "0.5.0"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6451dependencies = [
 6452 "bytes 1.10.1",
 6453 "hyper 0.14.32",
 6454 "native-tls",
 6455 "tokio",
 6456 "tokio-native-tls",
 6457]
 6458
 6459[[package]]
 6460name = "hyper-util"
 6461version = "0.1.10"
 6462source = "registry+https://github.com/rust-lang/crates.io-index"
 6463checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6464dependencies = [
 6465 "bytes 1.10.1",
 6466 "futures-channel",
 6467 "futures-util",
 6468 "http 1.2.0",
 6469 "http-body 1.0.1",
 6470 "hyper 1.5.1",
 6471 "pin-project-lite",
 6472 "socket2",
 6473 "tokio",
 6474 "tower-service",
 6475 "tracing",
 6476]
 6477
 6478[[package]]
 6479name = "iana-time-zone"
 6480version = "0.1.61"
 6481source = "registry+https://github.com/rust-lang/crates.io-index"
 6482checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6483dependencies = [
 6484 "android_system_properties",
 6485 "core-foundation-sys",
 6486 "iana-time-zone-haiku",
 6487 "js-sys",
 6488 "wasm-bindgen",
 6489 "windows-core 0.52.0",
 6490]
 6491
 6492[[package]]
 6493name = "iana-time-zone-haiku"
 6494version = "0.1.2"
 6495source = "registry+https://github.com/rust-lang/crates.io-index"
 6496checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6497dependencies = [
 6498 "cc",
 6499]
 6500
 6501[[package]]
 6502name = "icu_collections"
 6503version = "1.5.0"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6506dependencies = [
 6507 "displaydoc",
 6508 "yoke",
 6509 "zerofrom",
 6510 "zerovec",
 6511]
 6512
 6513[[package]]
 6514name = "icu_locid"
 6515version = "1.5.0"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6518dependencies = [
 6519 "displaydoc",
 6520 "litemap",
 6521 "tinystr",
 6522 "writeable",
 6523 "zerovec",
 6524]
 6525
 6526[[package]]
 6527name = "icu_locid_transform"
 6528version = "1.5.0"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6531dependencies = [
 6532 "displaydoc",
 6533 "icu_locid",
 6534 "icu_locid_transform_data",
 6535 "icu_provider",
 6536 "tinystr",
 6537 "zerovec",
 6538]
 6539
 6540[[package]]
 6541name = "icu_locid_transform_data"
 6542version = "1.5.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6545
 6546[[package]]
 6547name = "icu_normalizer"
 6548version = "1.5.0"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6551dependencies = [
 6552 "displaydoc",
 6553 "icu_collections",
 6554 "icu_normalizer_data",
 6555 "icu_properties",
 6556 "icu_provider",
 6557 "smallvec",
 6558 "utf16_iter",
 6559 "utf8_iter",
 6560 "write16",
 6561 "zerovec",
 6562]
 6563
 6564[[package]]
 6565name = "icu_normalizer_data"
 6566version = "1.5.0"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6569
 6570[[package]]
 6571name = "icu_properties"
 6572version = "1.5.1"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6575dependencies = [
 6576 "displaydoc",
 6577 "icu_collections",
 6578 "icu_locid_transform",
 6579 "icu_properties_data",
 6580 "icu_provider",
 6581 "tinystr",
 6582 "zerovec",
 6583]
 6584
 6585[[package]]
 6586name = "icu_properties_data"
 6587version = "1.5.0"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6590
 6591[[package]]
 6592name = "icu_provider"
 6593version = "1.5.0"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6596dependencies = [
 6597 "displaydoc",
 6598 "icu_locid",
 6599 "icu_provider_macros",
 6600 "stable_deref_trait",
 6601 "tinystr",
 6602 "writeable",
 6603 "yoke",
 6604 "zerofrom",
 6605 "zerovec",
 6606]
 6607
 6608[[package]]
 6609name = "icu_provider_macros"
 6610version = "1.5.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6613dependencies = [
 6614 "proc-macro2",
 6615 "quote",
 6616 "syn 2.0.100",
 6617]
 6618
 6619[[package]]
 6620name = "id-arena"
 6621version = "2.2.1"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6624
 6625[[package]]
 6626name = "idna"
 6627version = "1.0.3"
 6628source = "registry+https://github.com/rust-lang/crates.io-index"
 6629checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6630dependencies = [
 6631 "idna_adapter",
 6632 "smallvec",
 6633 "utf8_iter",
 6634]
 6635
 6636[[package]]
 6637name = "idna_adapter"
 6638version = "1.2.0"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6641dependencies = [
 6642 "icu_normalizer",
 6643 "icu_properties",
 6644]
 6645
 6646[[package]]
 6647name = "ignore"
 6648version = "0.4.23"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6651dependencies = [
 6652 "crossbeam-deque",
 6653 "globset",
 6654 "log",
 6655 "memchr",
 6656 "regex-automata 0.4.9",
 6657 "same-file",
 6658 "walkdir",
 6659 "winapi-util",
 6660]
 6661
 6662[[package]]
 6663name = "image"
 6664version = "0.25.5"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6667dependencies = [
 6668 "bytemuck",
 6669 "byteorder-lite",
 6670 "color_quant",
 6671 "exr",
 6672 "gif",
 6673 "image-webp",
 6674 "num-traits",
 6675 "png",
 6676 "qoi",
 6677 "ravif",
 6678 "rayon",
 6679 "rgb",
 6680 "tiff",
 6681 "zune-core",
 6682 "zune-jpeg",
 6683]
 6684
 6685[[package]]
 6686name = "image-webp"
 6687version = "0.2.0"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6690dependencies = [
 6691 "byteorder-lite",
 6692 "quick-error",
 6693]
 6694
 6695[[package]]
 6696name = "image_viewer"
 6697version = "0.1.0"
 6698dependencies = [
 6699 "anyhow",
 6700 "db",
 6701 "editor",
 6702 "file_icons",
 6703 "gpui",
 6704 "project",
 6705 "schemars",
 6706 "serde",
 6707 "settings",
 6708 "theme",
 6709 "ui",
 6710 "util",
 6711 "workspace",
 6712]
 6713
 6714[[package]]
 6715name = "imagesize"
 6716version = "0.13.0"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6719
 6720[[package]]
 6721name = "imara-diff"
 6722version = "0.1.8"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6725dependencies = [
 6726 "hashbrown 0.15.2",
 6727]
 6728
 6729[[package]]
 6730name = "imgref"
 6731version = "1.11.0"
 6732source = "registry+https://github.com/rust-lang/crates.io-index"
 6733checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6734
 6735[[package]]
 6736name = "indexed_docs"
 6737version = "0.1.0"
 6738dependencies = [
 6739 "anyhow",
 6740 "async-trait",
 6741 "cargo_metadata",
 6742 "collections",
 6743 "derive_more",
 6744 "extension",
 6745 "fs",
 6746 "futures 0.3.31",
 6747 "fuzzy",
 6748 "gpui",
 6749 "heed",
 6750 "html_to_markdown",
 6751 "http_client",
 6752 "indexmap",
 6753 "indoc",
 6754 "parking_lot",
 6755 "paths",
 6756 "pretty_assertions",
 6757 "serde",
 6758 "strum",
 6759 "util",
 6760]
 6761
 6762[[package]]
 6763name = "indexmap"
 6764version = "2.7.1"
 6765source = "registry+https://github.com/rust-lang/crates.io-index"
 6766checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6767dependencies = [
 6768 "equivalent",
 6769 "hashbrown 0.15.2",
 6770 "serde",
 6771]
 6772
 6773[[package]]
 6774name = "indoc"
 6775version = "2.0.6"
 6776source = "registry+https://github.com/rust-lang/crates.io-index"
 6777checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6778
 6779[[package]]
 6780name = "infer"
 6781version = "0.2.3"
 6782source = "registry+https://github.com/rust-lang/crates.io-index"
 6783checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6784
 6785[[package]]
 6786name = "inherent"
 6787version = "1.0.11"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6790dependencies = [
 6791 "proc-macro2",
 6792 "quote",
 6793 "syn 2.0.100",
 6794]
 6795
 6796[[package]]
 6797name = "inline_completion"
 6798version = "0.1.0"
 6799dependencies = [
 6800 "gpui",
 6801 "language",
 6802 "project",
 6803]
 6804
 6805[[package]]
 6806name = "inline_completion_button"
 6807version = "0.1.0"
 6808dependencies = [
 6809 "anyhow",
 6810 "client",
 6811 "copilot",
 6812 "editor",
 6813 "feature_flags",
 6814 "fs",
 6815 "futures 0.3.31",
 6816 "gpui",
 6817 "indoc",
 6818 "inline_completion",
 6819 "language",
 6820 "lsp",
 6821 "paths",
 6822 "project",
 6823 "regex",
 6824 "serde_json",
 6825 "settings",
 6826 "supermaven",
 6827 "telemetry",
 6828 "theme",
 6829 "ui",
 6830 "workspace",
 6831 "zed_actions",
 6832 "zeta",
 6833]
 6834
 6835[[package]]
 6836name = "inotify"
 6837version = "0.9.6"
 6838source = "registry+https://github.com/rust-lang/crates.io-index"
 6839checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6840dependencies = [
 6841 "bitflags 1.3.2",
 6842 "inotify-sys",
 6843 "libc",
 6844]
 6845
 6846[[package]]
 6847name = "inotify"
 6848version = "0.11.0"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6851dependencies = [
 6852 "bitflags 2.8.0",
 6853 "inotify-sys",
 6854 "libc",
 6855]
 6856
 6857[[package]]
 6858name = "inotify-sys"
 6859version = "0.1.5"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6862dependencies = [
 6863 "libc",
 6864]
 6865
 6866[[package]]
 6867name = "inout"
 6868version = "0.1.3"
 6869source = "registry+https://github.com/rust-lang/crates.io-index"
 6870checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6871dependencies = [
 6872 "block-padding",
 6873 "generic-array",
 6874]
 6875
 6876[[package]]
 6877name = "install_cli"
 6878version = "0.1.0"
 6879dependencies = [
 6880 "anyhow",
 6881 "gpui",
 6882 "smol",
 6883 "util",
 6884]
 6885
 6886[[package]]
 6887name = "instant"
 6888version = "0.1.13"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6891dependencies = [
 6892 "cfg-if",
 6893]
 6894
 6895[[package]]
 6896name = "interpolate_name"
 6897version = "0.2.4"
 6898source = "registry+https://github.com/rust-lang/crates.io-index"
 6899checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6900dependencies = [
 6901 "proc-macro2",
 6902 "quote",
 6903 "syn 2.0.100",
 6904]
 6905
 6906[[package]]
 6907name = "inventory"
 6908version = "0.3.20"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6911dependencies = [
 6912 "rustversion",
 6913]
 6914
 6915[[package]]
 6916name = "io-extras"
 6917version = "0.18.4"
 6918source = "registry+https://github.com/rust-lang/crates.io-index"
 6919checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6920dependencies = [
 6921 "io-lifetimes",
 6922 "windows-sys 0.59.0",
 6923]
 6924
 6925[[package]]
 6926name = "io-lifetimes"
 6927version = "2.0.4"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6930
 6931[[package]]
 6932name = "iovec"
 6933version = "0.1.4"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6936dependencies = [
 6937 "libc",
 6938]
 6939
 6940[[package]]
 6941name = "ipc-channel"
 6942version = "0.19.0"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6945dependencies = [
 6946 "bincode",
 6947 "crossbeam-channel",
 6948 "fnv",
 6949 "lazy_static",
 6950 "libc",
 6951 "mio 1.0.3",
 6952 "rand 0.8.5",
 6953 "serde",
 6954 "tempfile",
 6955 "uuid",
 6956 "windows 0.58.0",
 6957]
 6958
 6959[[package]]
 6960name = "ipnet"
 6961version = "2.10.1"
 6962source = "registry+https://github.com/rust-lang/crates.io-index"
 6963checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6964
 6965[[package]]
 6966name = "is-docker"
 6967version = "0.2.0"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6970dependencies = [
 6971 "once_cell",
 6972]
 6973
 6974[[package]]
 6975name = "is-terminal"
 6976version = "0.4.13"
 6977source = "registry+https://github.com/rust-lang/crates.io-index"
 6978checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6979dependencies = [
 6980 "hermit-abi 0.4.0",
 6981 "libc",
 6982 "windows-sys 0.52.0",
 6983]
 6984
 6985[[package]]
 6986name = "is-wsl"
 6987version = "0.4.0"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6990dependencies = [
 6991 "is-docker",
 6992 "once_cell",
 6993]
 6994
 6995[[package]]
 6996name = "is_terminal_polyfill"
 6997version = "1.70.1"
 6998source = "registry+https://github.com/rust-lang/crates.io-index"
 6999checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7000
 7001[[package]]
 7002name = "itertools"
 7003version = "0.10.5"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7006dependencies = [
 7007 "either",
 7008]
 7009
 7010[[package]]
 7011name = "itertools"
 7012version = "0.11.0"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7015dependencies = [
 7016 "either",
 7017]
 7018
 7019[[package]]
 7020name = "itertools"
 7021version = "0.12.1"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7024dependencies = [
 7025 "either",
 7026]
 7027
 7028[[package]]
 7029name = "itertools"
 7030version = "0.14.0"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7033dependencies = [
 7034 "either",
 7035]
 7036
 7037[[package]]
 7038name = "itoa"
 7039version = "1.0.14"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7042
 7043[[package]]
 7044name = "jiff"
 7045version = "0.2.4"
 7046source = "registry+https://github.com/rust-lang/crates.io-index"
 7047checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7048dependencies = [
 7049 "jiff-static",
 7050 "log",
 7051 "portable-atomic",
 7052 "portable-atomic-util",
 7053 "serde",
 7054]
 7055
 7056[[package]]
 7057name = "jiff-static"
 7058version = "0.2.4"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7061dependencies = [
 7062 "proc-macro2",
 7063 "quote",
 7064 "syn 2.0.100",
 7065]
 7066
 7067[[package]]
 7068name = "jni"
 7069version = "0.21.1"
 7070source = "registry+https://github.com/rust-lang/crates.io-index"
 7071checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7072dependencies = [
 7073 "cesu8",
 7074 "cfg-if",
 7075 "combine",
 7076 "jni-sys",
 7077 "log",
 7078 "thiserror 1.0.69",
 7079 "walkdir",
 7080 "windows-sys 0.45.0",
 7081]
 7082
 7083[[package]]
 7084name = "jni-sys"
 7085version = "0.3.0"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7088
 7089[[package]]
 7090name = "jobserver"
 7091version = "0.1.32"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7094dependencies = [
 7095 "libc",
 7096]
 7097
 7098[[package]]
 7099name = "journal"
 7100version = "0.1.0"
 7101dependencies = [
 7102 "anyhow",
 7103 "chrono",
 7104 "editor",
 7105 "gpui",
 7106 "log",
 7107 "schemars",
 7108 "serde",
 7109 "settings",
 7110 "shellexpand 2.1.2",
 7111 "workspace",
 7112]
 7113
 7114[[package]]
 7115name = "jpeg-decoder"
 7116version = "0.3.1"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7119
 7120[[package]]
 7121name = "js-sys"
 7122version = "0.3.76"
 7123source = "registry+https://github.com/rust-lang/crates.io-index"
 7124checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7125dependencies = [
 7126 "once_cell",
 7127 "wasm-bindgen",
 7128]
 7129
 7130[[package]]
 7131name = "jsonwebtoken"
 7132version = "9.3.1"
 7133source = "registry+https://github.com/rust-lang/crates.io-index"
 7134checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7135dependencies = [
 7136 "base64 0.22.1",
 7137 "js-sys",
 7138 "pem",
 7139 "ring",
 7140 "serde",
 7141 "serde_json",
 7142 "simple_asn1",
 7143]
 7144
 7145[[package]]
 7146name = "jupyter-protocol"
 7147version = "0.6.0"
 7148source = "registry+https://github.com/rust-lang/crates.io-index"
 7149checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7150dependencies = [
 7151 "anyhow",
 7152 "async-trait",
 7153 "bytes 1.10.1",
 7154 "chrono",
 7155 "futures 0.3.31",
 7156 "serde",
 7157 "serde_json",
 7158 "uuid",
 7159]
 7160
 7161[[package]]
 7162name = "jupyter-websocket-client"
 7163version = "0.9.0"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7166dependencies = [
 7167 "anyhow",
 7168 "async-trait",
 7169 "async-tungstenite",
 7170 "futures 0.3.31",
 7171 "jupyter-protocol",
 7172 "serde",
 7173 "serde_json",
 7174 "url",
 7175 "uuid",
 7176]
 7177
 7178[[package]]
 7179name = "khronos-egl"
 7180version = "6.0.0"
 7181source = "registry+https://github.com/rust-lang/crates.io-index"
 7182checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7183dependencies = [
 7184 "libc",
 7185 "libloading",
 7186]
 7187
 7188[[package]]
 7189name = "kqueue"
 7190version = "1.0.8"
 7191source = "registry+https://github.com/rust-lang/crates.io-index"
 7192checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7193dependencies = [
 7194 "kqueue-sys",
 7195 "libc",
 7196]
 7197
 7198[[package]]
 7199name = "kqueue-sys"
 7200version = "1.0.4"
 7201source = "registry+https://github.com/rust-lang/crates.io-index"
 7202checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7203dependencies = [
 7204 "bitflags 1.3.2",
 7205 "libc",
 7206]
 7207
 7208[[package]]
 7209name = "kurbo"
 7210version = "0.11.1"
 7211source = "registry+https://github.com/rust-lang/crates.io-index"
 7212checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7213dependencies = [
 7214 "arrayvec",
 7215 "smallvec",
 7216]
 7217
 7218[[package]]
 7219name = "kv-log-macro"
 7220version = "1.0.7"
 7221source = "registry+https://github.com/rust-lang/crates.io-index"
 7222checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7223dependencies = [
 7224 "log",
 7225]
 7226
 7227[[package]]
 7228name = "language"
 7229version = "0.1.0"
 7230dependencies = [
 7231 "anyhow",
 7232 "async-trait",
 7233 "async-watch",
 7234 "clock",
 7235 "collections",
 7236 "ctor",
 7237 "ec4rs",
 7238 "env_logger 0.11.7",
 7239 "fs",
 7240 "futures 0.3.31",
 7241 "fuzzy",
 7242 "globset",
 7243 "gpui",
 7244 "http_client",
 7245 "imara-diff",
 7246 "indoc",
 7247 "itertools 0.14.0",
 7248 "log",
 7249 "lsp",
 7250 "parking_lot",
 7251 "postage",
 7252 "pretty_assertions",
 7253 "rand 0.8.5",
 7254 "regex",
 7255 "rpc",
 7256 "schemars",
 7257 "serde",
 7258 "serde_json",
 7259 "settings",
 7260 "smallvec",
 7261 "smol",
 7262 "streaming-iterator",
 7263 "strsim",
 7264 "sum_tree",
 7265 "task",
 7266 "text",
 7267 "theme",
 7268 "tree-sitter",
 7269 "tree-sitter-elixir",
 7270 "tree-sitter-embedded-template",
 7271 "tree-sitter-heex",
 7272 "tree-sitter-html",
 7273 "tree-sitter-json",
 7274 "tree-sitter-md",
 7275 "tree-sitter-ruby",
 7276 "tree-sitter-rust",
 7277 "tree-sitter-typescript",
 7278 "unicase",
 7279 "unindent",
 7280 "util",
 7281]
 7282
 7283[[package]]
 7284name = "language_extension"
 7285version = "0.1.0"
 7286dependencies = [
 7287 "anyhow",
 7288 "async-trait",
 7289 "collections",
 7290 "extension",
 7291 "fs",
 7292 "futures 0.3.31",
 7293 "gpui",
 7294 "language",
 7295 "lsp",
 7296 "serde",
 7297 "serde_json",
 7298 "util",
 7299]
 7300
 7301[[package]]
 7302name = "language_model"
 7303version = "0.1.0"
 7304dependencies = [
 7305 "anthropic",
 7306 "anyhow",
 7307 "base64 0.22.1",
 7308 "client",
 7309 "collections",
 7310 "futures 0.3.31",
 7311 "google_ai",
 7312 "gpui",
 7313 "http_client",
 7314 "image",
 7315 "log",
 7316 "open_ai",
 7317 "parking_lot",
 7318 "proto",
 7319 "schemars",
 7320 "serde",
 7321 "serde_json",
 7322 "smol",
 7323 "strum",
 7324 "telemetry_events",
 7325 "thiserror 2.0.12",
 7326 "ui",
 7327 "util",
 7328]
 7329
 7330[[package]]
 7331name = "language_model_selector"
 7332version = "0.1.0"
 7333dependencies = [
 7334 "feature_flags",
 7335 "gpui",
 7336 "language_model",
 7337 "log",
 7338 "picker",
 7339 "proto",
 7340 "ui",
 7341 "workspace",
 7342 "zed_actions",
 7343]
 7344
 7345[[package]]
 7346name = "language_models"
 7347version = "0.1.0"
 7348dependencies = [
 7349 "anthropic",
 7350 "anyhow",
 7351 "aws-config",
 7352 "aws-credential-types",
 7353 "aws_http_client",
 7354 "bedrock",
 7355 "client",
 7356 "collections",
 7357 "copilot",
 7358 "credentials_provider",
 7359 "deepseek",
 7360 "editor",
 7361 "feature_flags",
 7362 "fs",
 7363 "futures 0.3.31",
 7364 "google_ai",
 7365 "gpui",
 7366 "gpui_tokio",
 7367 "http_client",
 7368 "language_model",
 7369 "lmstudio",
 7370 "log",
 7371 "menu",
 7372 "mistral",
 7373 "ollama",
 7374 "open_ai",
 7375 "project",
 7376 "proto",
 7377 "schemars",
 7378 "serde",
 7379 "serde_json",
 7380 "settings",
 7381 "smol",
 7382 "strum",
 7383 "theme",
 7384 "tiktoken-rs",
 7385 "tokio",
 7386 "ui",
 7387 "util",
 7388]
 7389
 7390[[package]]
 7391name = "language_selector"
 7392version = "0.1.0"
 7393dependencies = [
 7394 "anyhow",
 7395 "editor",
 7396 "file_finder",
 7397 "file_icons",
 7398 "fuzzy",
 7399 "gpui",
 7400 "language",
 7401 "picker",
 7402 "project",
 7403 "settings",
 7404 "ui",
 7405 "util",
 7406 "workspace",
 7407]
 7408
 7409[[package]]
 7410name = "language_tools"
 7411version = "0.1.0"
 7412dependencies = [
 7413 "anyhow",
 7414 "client",
 7415 "collections",
 7416 "copilot",
 7417 "editor",
 7418 "env_logger 0.11.7",
 7419 "futures 0.3.31",
 7420 "gpui",
 7421 "itertools 0.14.0",
 7422 "language",
 7423 "lsp",
 7424 "project",
 7425 "release_channel",
 7426 "serde_json",
 7427 "settings",
 7428 "theme",
 7429 "tree-sitter",
 7430 "ui",
 7431 "util",
 7432 "workspace",
 7433 "zed_actions",
 7434]
 7435
 7436[[package]]
 7437name = "languages"
 7438version = "0.1.0"
 7439dependencies = [
 7440 "anyhow",
 7441 "async-compression",
 7442 "async-tar",
 7443 "async-trait",
 7444 "collections",
 7445 "futures 0.3.31",
 7446 "gpui",
 7447 "http_client",
 7448 "language",
 7449 "log",
 7450 "lsp",
 7451 "node_runtime",
 7452 "paths",
 7453 "pet",
 7454 "pet-conda",
 7455 "pet-core",
 7456 "pet-fs",
 7457 "pet-poetry",
 7458 "pet-reporter",
 7459 "pretty_assertions",
 7460 "project",
 7461 "regex",
 7462 "rope",
 7463 "rust-embed",
 7464 "serde",
 7465 "serde_json",
 7466 "settings",
 7467 "smol",
 7468 "snippet_provider",
 7469 "task",
 7470 "text",
 7471 "theme",
 7472 "toml 0.8.20",
 7473 "tree-sitter",
 7474 "tree-sitter-bash",
 7475 "tree-sitter-c",
 7476 "tree-sitter-cpp",
 7477 "tree-sitter-css",
 7478 "tree-sitter-diff",
 7479 "tree-sitter-gitcommit",
 7480 "tree-sitter-go",
 7481 "tree-sitter-gomod",
 7482 "tree-sitter-gowork",
 7483 "tree-sitter-jsdoc",
 7484 "tree-sitter-json",
 7485 "tree-sitter-md",
 7486 "tree-sitter-python",
 7487 "tree-sitter-regex",
 7488 "tree-sitter-rust",
 7489 "tree-sitter-typescript",
 7490 "tree-sitter-yaml",
 7491 "unindent",
 7492 "util",
 7493 "workspace",
 7494]
 7495
 7496[[package]]
 7497name = "lazy_static"
 7498version = "1.5.0"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7501dependencies = [
 7502 "spin",
 7503]
 7504
 7505[[package]]
 7506name = "lazycell"
 7507version = "1.3.0"
 7508source = "registry+https://github.com/rust-lang/crates.io-index"
 7509checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7510
 7511[[package]]
 7512name = "leb128"
 7513version = "0.2.5"
 7514source = "registry+https://github.com/rust-lang/crates.io-index"
 7515checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7516
 7517[[package]]
 7518name = "lebe"
 7519version = "0.5.2"
 7520source = "registry+https://github.com/rust-lang/crates.io-index"
 7521checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7522
 7523[[package]]
 7524name = "libc"
 7525version = "0.2.171"
 7526source = "registry+https://github.com/rust-lang/crates.io-index"
 7527checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7528
 7529[[package]]
 7530name = "libdbus-sys"
 7531version = "0.2.5"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7534dependencies = [
 7535 "cc",
 7536 "pkg-config",
 7537]
 7538
 7539[[package]]
 7540name = "libfuzzer-sys"
 7541version = "0.4.8"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7544dependencies = [
 7545 "arbitrary",
 7546 "cc",
 7547]
 7548
 7549[[package]]
 7550name = "libgit2-sys"
 7551version = "0.18.1+1.9.0"
 7552source = "registry+https://github.com/rust-lang/crates.io-index"
 7553checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7554dependencies = [
 7555 "cc",
 7556 "libc",
 7557 "libz-sys",
 7558 "pkg-config",
 7559]
 7560
 7561[[package]]
 7562name = "libloading"
 7563version = "0.8.6"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7566dependencies = [
 7567 "cfg-if",
 7568 "windows-targets 0.52.6",
 7569]
 7570
 7571[[package]]
 7572name = "libm"
 7573version = "0.2.11"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7576
 7577[[package]]
 7578name = "libmimalloc-sys"
 7579version = "0.1.40"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7582dependencies = [
 7583 "cc",
 7584 "libc",
 7585]
 7586
 7587[[package]]
 7588name = "libredox"
 7589version = "0.1.3"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7592dependencies = [
 7593 "bitflags 2.8.0",
 7594 "libc",
 7595 "redox_syscall 0.5.8",
 7596]
 7597
 7598[[package]]
 7599name = "libsqlite3-sys"
 7600version = "0.30.1"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7603dependencies = [
 7604 "cc",
 7605 "pkg-config",
 7606 "vcpkg",
 7607]
 7608
 7609[[package]]
 7610name = "libwebrtc"
 7611version = "0.3.7"
 7612source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7613dependencies = [
 7614 "cxx",
 7615 "jni",
 7616 "js-sys",
 7617 "lazy_static",
 7618 "livekit-protocol",
 7619 "livekit-runtime",
 7620 "log",
 7621 "parking_lot",
 7622 "serde",
 7623 "serde_json",
 7624 "thiserror 1.0.69",
 7625 "tokio",
 7626 "wasm-bindgen",
 7627 "wasm-bindgen-futures",
 7628 "web-sys",
 7629 "webrtc-sys",
 7630]
 7631
 7632[[package]]
 7633name = "libz-sys"
 7634version = "1.1.20"
 7635source = "registry+https://github.com/rust-lang/crates.io-index"
 7636checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7637dependencies = [
 7638 "cc",
 7639 "libc",
 7640 "pkg-config",
 7641 "vcpkg",
 7642]
 7643
 7644[[package]]
 7645name = "link-cplusplus"
 7646version = "1.0.9"
 7647source = "registry+https://github.com/rust-lang/crates.io-index"
 7648checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7649dependencies = [
 7650 "cc",
 7651]
 7652
 7653[[package]]
 7654name = "linkify"
 7655version = "0.10.0"
 7656source = "registry+https://github.com/rust-lang/crates.io-index"
 7657checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7658dependencies = [
 7659 "memchr",
 7660]
 7661
 7662[[package]]
 7663name = "linkme"
 7664version = "0.3.32"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7667dependencies = [
 7668 "linkme-impl",
 7669]
 7670
 7671[[package]]
 7672name = "linkme-impl"
 7673version = "0.3.32"
 7674source = "registry+https://github.com/rust-lang/crates.io-index"
 7675checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7676dependencies = [
 7677 "proc-macro2",
 7678 "quote",
 7679 "syn 2.0.100",
 7680]
 7681
 7682[[package]]
 7683name = "linux-raw-sys"
 7684version = "0.4.14"
 7685source = "registry+https://github.com/rust-lang/crates.io-index"
 7686checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7687
 7688[[package]]
 7689name = "litemap"
 7690version = "0.7.4"
 7691source = "registry+https://github.com/rust-lang/crates.io-index"
 7692checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7693
 7694[[package]]
 7695name = "livekit"
 7696version = "0.7.0"
 7697source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7698dependencies = [
 7699 "chrono",
 7700 "futures-util",
 7701 "lazy_static",
 7702 "libwebrtc",
 7703 "livekit-api",
 7704 "livekit-protocol",
 7705 "livekit-runtime",
 7706 "log",
 7707 "parking_lot",
 7708 "prost 0.12.6",
 7709 "semver",
 7710 "serde",
 7711 "serde_json",
 7712 "thiserror 1.0.69",
 7713 "tokio",
 7714]
 7715
 7716[[package]]
 7717name = "livekit-api"
 7718version = "0.4.1"
 7719source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7720dependencies = [
 7721 "async-tungstenite",
 7722 "futures-util",
 7723 "http 0.2.12",
 7724 "jsonwebtoken",
 7725 "livekit-protocol",
 7726 "livekit-runtime",
 7727 "log",
 7728 "parking_lot",
 7729 "prost 0.12.6",
 7730 "reqwest 0.11.27",
 7731 "scopeguard",
 7732 "serde",
 7733 "serde_json",
 7734 "sha2",
 7735 "thiserror 1.0.69",
 7736 "tokio",
 7737 "tokio-tungstenite 0.20.1",
 7738 "url",
 7739]
 7740
 7741[[package]]
 7742name = "livekit-protocol"
 7743version = "0.3.6"
 7744source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7745dependencies = [
 7746 "futures-util",
 7747 "livekit-runtime",
 7748 "parking_lot",
 7749 "pbjson",
 7750 "pbjson-types",
 7751 "prost 0.12.6",
 7752 "prost-types 0.12.6",
 7753 "serde",
 7754 "thiserror 1.0.69",
 7755 "tokio",
 7756]
 7757
 7758[[package]]
 7759name = "livekit-runtime"
 7760version = "0.3.1"
 7761source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7762dependencies = [
 7763 "async-io",
 7764 "async-std",
 7765 "async-task",
 7766 "futures 0.3.31",
 7767]
 7768
 7769[[package]]
 7770name = "livekit_api"
 7771version = "0.1.0"
 7772dependencies = [
 7773 "anyhow",
 7774 "async-trait",
 7775 "jsonwebtoken",
 7776 "log",
 7777 "prost 0.9.0",
 7778 "prost-build 0.9.0",
 7779 "prost-types 0.9.0",
 7780 "reqwest 0.12.8",
 7781 "serde",
 7782]
 7783
 7784[[package]]
 7785name = "livekit_client"
 7786version = "0.1.0"
 7787dependencies = [
 7788 "anyhow",
 7789 "async-trait",
 7790 "collections",
 7791 "core-foundation 0.9.4",
 7792 "coreaudio-rs 0.12.1",
 7793 "cpal",
 7794 "futures 0.3.31",
 7795 "gpui",
 7796 "http 0.2.12",
 7797 "http_client",
 7798 "image",
 7799 "livekit",
 7800 "livekit_api",
 7801 "log",
 7802 "media",
 7803 "nanoid",
 7804 "parking_lot",
 7805 "postage",
 7806 "serde",
 7807 "serde_json",
 7808 "sha2",
 7809 "simplelog",
 7810 "smallvec",
 7811 "util",
 7812]
 7813
 7814[[package]]
 7815name = "livekit_client_macos"
 7816version = "0.1.0"
 7817dependencies = [
 7818 "anyhow",
 7819 "async-broadcast",
 7820 "async-trait",
 7821 "collections",
 7822 "core-foundation 0.9.4",
 7823 "futures 0.3.31",
 7824 "gpui",
 7825 "livekit_api",
 7826 "log",
 7827 "media",
 7828 "nanoid",
 7829 "parking_lot",
 7830 "postage",
 7831 "serde",
 7832 "serde_json",
 7833 "sha2",
 7834 "simplelog",
 7835]
 7836
 7837[[package]]
 7838name = "lmdb-master-sys"
 7839version = "0.2.4"
 7840source = "registry+https://github.com/rust-lang/crates.io-index"
 7841checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7842dependencies = [
 7843 "cc",
 7844 "doxygen-rs",
 7845 "libc",
 7846]
 7847
 7848[[package]]
 7849name = "lmstudio"
 7850version = "0.1.0"
 7851dependencies = [
 7852 "anyhow",
 7853 "futures 0.3.31",
 7854 "http_client",
 7855 "schemars",
 7856 "serde",
 7857 "serde_json",
 7858]
 7859
 7860[[package]]
 7861name = "lock_api"
 7862version = "0.4.12"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7865dependencies = [
 7866 "autocfg",
 7867 "scopeguard",
 7868]
 7869
 7870[[package]]
 7871name = "log"
 7872version = "0.4.26"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7875dependencies = [
 7876 "serde",
 7877 "value-bag",
 7878]
 7879
 7880[[package]]
 7881name = "loop9"
 7882version = "0.1.5"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7885dependencies = [
 7886 "imgref",
 7887]
 7888
 7889[[package]]
 7890name = "lru"
 7891version = "0.12.5"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7894dependencies = [
 7895 "hashbrown 0.15.2",
 7896]
 7897
 7898[[package]]
 7899name = "lsp"
 7900version = "0.1.0"
 7901dependencies = [
 7902 "anyhow",
 7903 "async-pipe",
 7904 "collections",
 7905 "ctor",
 7906 "env_logger 0.11.7",
 7907 "futures 0.3.31",
 7908 "gpui",
 7909 "log",
 7910 "lsp-types",
 7911 "parking_lot",
 7912 "postage",
 7913 "release_channel",
 7914 "schemars",
 7915 "serde",
 7916 "serde_json",
 7917 "smol",
 7918 "util",
 7919]
 7920
 7921[[package]]
 7922name = "lsp-types"
 7923version = "0.95.1"
 7924source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7925dependencies = [
 7926 "bitflags 1.3.2",
 7927 "serde",
 7928 "serde_json",
 7929 "serde_repr",
 7930 "url",
 7931]
 7932
 7933[[package]]
 7934name = "lua-src"
 7935version = "547.0.0"
 7936source = "registry+https://github.com/rust-lang/crates.io-index"
 7937checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7938dependencies = [
 7939 "cc",
 7940]
 7941
 7942[[package]]
 7943name = "luajit-src"
 7944version = "210.5.12+a4f56a4"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7947dependencies = [
 7948 "cc",
 7949 "which 7.0.2",
 7950]
 7951
 7952[[package]]
 7953name = "lyon"
 7954version = "1.0.1"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7957dependencies = [
 7958 "lyon_algorithms",
 7959 "lyon_extra",
 7960 "lyon_tessellation",
 7961]
 7962
 7963[[package]]
 7964name = "lyon_algorithms"
 7965version = "1.0.5"
 7966source = "registry+https://github.com/rust-lang/crates.io-index"
 7967checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7968dependencies = [
 7969 "lyon_path",
 7970 "num-traits",
 7971]
 7972
 7973[[package]]
 7974name = "lyon_extra"
 7975version = "1.0.3"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7978dependencies = [
 7979 "lyon_path",
 7980 "thiserror 1.0.69",
 7981]
 7982
 7983[[package]]
 7984name = "lyon_geom"
 7985version = "1.0.6"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7988dependencies = [
 7989 "arrayvec",
 7990 "euclid",
 7991 "num-traits",
 7992]
 7993
 7994[[package]]
 7995name = "lyon_path"
 7996version = "1.0.6"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7999dependencies = [
 8000 "lyon_geom",
 8001 "num-traits",
 8002]
 8003
 8004[[package]]
 8005name = "lyon_tessellation"
 8006version = "1.0.15"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8009dependencies = [
 8010 "float_next_after",
 8011 "lyon_path",
 8012 "num-traits",
 8013]
 8014
 8015[[package]]
 8016name = "mac"
 8017version = "0.1.1"
 8018source = "registry+https://github.com/rust-lang/crates.io-index"
 8019checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8020
 8021[[package]]
 8022name = "mach2"
 8023version = "0.4.2"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8026dependencies = [
 8027 "libc",
 8028]
 8029
 8030[[package]]
 8031name = "malloc_buf"
 8032version = "0.0.6"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8035dependencies = [
 8036 "libc",
 8037]
 8038
 8039[[package]]
 8040name = "maplit"
 8041version = "1.0.2"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8044
 8045[[package]]
 8046name = "markdown"
 8047version = "0.1.0"
 8048dependencies = [
 8049 "anyhow",
 8050 "assets",
 8051 "env_logger 0.11.7",
 8052 "gpui",
 8053 "language",
 8054 "languages",
 8055 "linkify",
 8056 "log",
 8057 "node_runtime",
 8058 "pulldown-cmark 0.12.2",
 8059 "settings",
 8060 "theme",
 8061 "ui",
 8062 "util",
 8063]
 8064
 8065[[package]]
 8066name = "markdown_preview"
 8067version = "0.1.0"
 8068dependencies = [
 8069 "anyhow",
 8070 "async-recursion 1.1.1",
 8071 "collections",
 8072 "editor",
 8073 "gpui",
 8074 "language",
 8075 "linkify",
 8076 "log",
 8077 "pretty_assertions",
 8078 "pulldown-cmark 0.12.2",
 8079 "settings",
 8080 "theme",
 8081 "ui",
 8082 "util",
 8083 "workspace",
 8084]
 8085
 8086[[package]]
 8087name = "markup5ever"
 8088version = "0.12.1"
 8089source = "registry+https://github.com/rust-lang/crates.io-index"
 8090checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8091dependencies = [
 8092 "log",
 8093 "phf",
 8094 "phf_codegen",
 8095 "string_cache",
 8096 "string_cache_codegen",
 8097 "tendril",
 8098]
 8099
 8100[[package]]
 8101name = "markup5ever_rcdom"
 8102version = "0.3.0"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8105dependencies = [
 8106 "html5ever",
 8107 "markup5ever",
 8108 "tendril",
 8109 "xml5ever",
 8110]
 8111
 8112[[package]]
 8113name = "matchers"
 8114version = "0.1.0"
 8115source = "registry+https://github.com/rust-lang/crates.io-index"
 8116checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8117dependencies = [
 8118 "regex-automata 0.1.10",
 8119]
 8120
 8121[[package]]
 8122name = "matchit"
 8123version = "0.7.3"
 8124source = "registry+https://github.com/rust-lang/crates.io-index"
 8125checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8126
 8127[[package]]
 8128name = "maybe-owned"
 8129version = "0.3.4"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8132
 8133[[package]]
 8134name = "maybe-rayon"
 8135version = "0.1.1"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8138dependencies = [
 8139 "cfg-if",
 8140 "rayon",
 8141]
 8142
 8143[[package]]
 8144name = "md-5"
 8145version = "0.10.6"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8148dependencies = [
 8149 "cfg-if",
 8150 "digest",
 8151]
 8152
 8153[[package]]
 8154name = "mdbook"
 8155version = "0.4.47"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8158dependencies = [
 8159 "ammonia",
 8160 "anyhow",
 8161 "chrono",
 8162 "clap",
 8163 "clap_complete",
 8164 "elasticlunr-rs",
 8165 "env_logger 0.11.7",
 8166 "futures-util",
 8167 "handlebars 6.2.0",
 8168 "hex",
 8169 "ignore",
 8170 "log",
 8171 "memchr",
 8172 "notify 8.0.0",
 8173 "notify-debouncer-mini",
 8174 "once_cell",
 8175 "opener",
 8176 "pathdiff",
 8177 "pulldown-cmark 0.10.3",
 8178 "regex",
 8179 "serde",
 8180 "serde_json",
 8181 "sha2",
 8182 "shlex",
 8183 "tempfile",
 8184 "tokio",
 8185 "toml 0.5.11",
 8186 "topological-sort",
 8187 "walkdir",
 8188 "warp",
 8189]
 8190
 8191[[package]]
 8192name = "media"
 8193version = "0.1.0"
 8194dependencies = [
 8195 "anyhow",
 8196 "bindgen 0.70.1",
 8197 "core-foundation 0.9.4",
 8198 "ctor",
 8199 "foreign-types 0.5.0",
 8200 "metal",
 8201 "objc",
 8202]
 8203
 8204[[package]]
 8205name = "memchr"
 8206version = "2.7.4"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8209
 8210[[package]]
 8211name = "memfd"
 8212version = "0.6.4"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8215dependencies = [
 8216 "rustix",
 8217]
 8218
 8219[[package]]
 8220name = "memmap2"
 8221version = "0.9.5"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8224dependencies = [
 8225 "libc",
 8226]
 8227
 8228[[package]]
 8229name = "memoffset"
 8230version = "0.9.1"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8233dependencies = [
 8234 "autocfg",
 8235]
 8236
 8237[[package]]
 8238name = "menu"
 8239version = "0.1.0"
 8240dependencies = [
 8241 "gpui",
 8242 "serde",
 8243]
 8244
 8245[[package]]
 8246name = "metal"
 8247version = "0.31.0"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8250dependencies = [
 8251 "bitflags 2.8.0",
 8252 "block",
 8253 "core-graphics-types 0.1.3",
 8254 "foreign-types 0.5.0",
 8255 "log",
 8256 "objc",
 8257 "paste",
 8258]
 8259
 8260[[package]]
 8261name = "migrator"
 8262version = "0.1.0"
 8263dependencies = [
 8264 "anyhow",
 8265 "collections",
 8266 "convert_case 0.8.0",
 8267 "log",
 8268 "pretty_assertions",
 8269 "streaming-iterator",
 8270 "tree-sitter",
 8271 "tree-sitter-json",
 8272]
 8273
 8274[[package]]
 8275name = "mimalloc"
 8276version = "0.1.44"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8279dependencies = [
 8280 "libmimalloc-sys",
 8281]
 8282
 8283[[package]]
 8284name = "mime"
 8285version = "0.3.17"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8288
 8289[[package]]
 8290name = "mime_guess"
 8291version = "2.0.5"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8294dependencies = [
 8295 "mime",
 8296 "unicase",
 8297]
 8298
 8299[[package]]
 8300name = "minimal-lexical"
 8301version = "0.2.1"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8304
 8305[[package]]
 8306name = "miniz_oxide"
 8307version = "0.8.0"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8310dependencies = [
 8311 "adler2",
 8312 "simd-adler32",
 8313]
 8314
 8315[[package]]
 8316name = "mint"
 8317version = "0.5.9"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8320
 8321[[package]]
 8322name = "mio"
 8323version = "0.8.11"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8326dependencies = [
 8327 "libc",
 8328 "log",
 8329 "wasi 0.11.0+wasi-snapshot-preview1",
 8330 "windows-sys 0.48.0",
 8331]
 8332
 8333[[package]]
 8334name = "mio"
 8335version = "1.0.3"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8338dependencies = [
 8339 "libc",
 8340 "log",
 8341 "wasi 0.11.0+wasi-snapshot-preview1",
 8342 "windows-sys 0.52.0",
 8343]
 8344
 8345[[package]]
 8346name = "miow"
 8347version = "0.6.0"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8350dependencies = [
 8351 "windows-sys 0.48.0",
 8352]
 8353
 8354[[package]]
 8355name = "mistral"
 8356version = "0.1.0"
 8357dependencies = [
 8358 "anyhow",
 8359 "futures 0.3.31",
 8360 "http_client",
 8361 "schemars",
 8362 "serde",
 8363 "serde_json",
 8364 "strum",
 8365]
 8366
 8367[[package]]
 8368name = "mlua"
 8369version = "0.10.3"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8372dependencies = [
 8373 "bstr",
 8374 "either",
 8375 "futures-util",
 8376 "mlua-sys",
 8377 "num-traits",
 8378 "parking_lot",
 8379 "rustc-hash 2.1.1",
 8380]
 8381
 8382[[package]]
 8383name = "mlua-sys"
 8384version = "0.6.7"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8387dependencies = [
 8388 "cc",
 8389 "cfg-if",
 8390 "lua-src",
 8391 "luajit-src",
 8392 "pkg-config",
 8393]
 8394
 8395[[package]]
 8396name = "msvc_spectre_libs"
 8397version = "0.1.2"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8400dependencies = [
 8401 "cc",
 8402]
 8403
 8404[[package]]
 8405name = "multi_buffer"
 8406version = "0.1.0"
 8407dependencies = [
 8408 "anyhow",
 8409 "buffer_diff",
 8410 "clock",
 8411 "collections",
 8412 "ctor",
 8413 "env_logger 0.11.7",
 8414 "futures 0.3.31",
 8415 "gpui",
 8416 "indoc",
 8417 "itertools 0.14.0",
 8418 "language",
 8419 "log",
 8420 "parking_lot",
 8421 "pretty_assertions",
 8422 "project",
 8423 "rand 0.8.5",
 8424 "rope",
 8425 "serde",
 8426 "settings",
 8427 "smallvec",
 8428 "smol",
 8429 "sum_tree",
 8430 "text",
 8431 "theme",
 8432 "tree-sitter",
 8433 "util",
 8434]
 8435
 8436[[package]]
 8437name = "multimap"
 8438version = "0.8.3"
 8439source = "registry+https://github.com/rust-lang/crates.io-index"
 8440checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8441
 8442[[package]]
 8443name = "multimap"
 8444version = "0.10.0"
 8445source = "registry+https://github.com/rust-lang/crates.io-index"
 8446checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8447
 8448[[package]]
 8449name = "naga"
 8450version = "23.1.0"
 8451source = "registry+https://github.com/rust-lang/crates.io-index"
 8452checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8453dependencies = [
 8454 "arrayvec",
 8455 "bit-set 0.8.0",
 8456 "bitflags 2.8.0",
 8457 "cfg_aliases 0.1.1",
 8458 "codespan-reporting",
 8459 "hexf-parse",
 8460 "indexmap",
 8461 "log",
 8462 "rustc-hash 1.1.0",
 8463 "spirv",
 8464 "termcolor",
 8465 "thiserror 1.0.69",
 8466 "unicode-xid",
 8467]
 8468
 8469[[package]]
 8470name = "nanoid"
 8471version = "0.4.0"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8474dependencies = [
 8475 "rand 0.8.5",
 8476]
 8477
 8478[[package]]
 8479name = "nanorand"
 8480version = "0.7.0"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8483dependencies = [
 8484 "getrandom 0.2.15",
 8485]
 8486
 8487[[package]]
 8488name = "native-tls"
 8489version = "0.2.12"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8492dependencies = [
 8493 "libc",
 8494 "log",
 8495 "openssl",
 8496 "openssl-probe",
 8497 "openssl-sys",
 8498 "schannel",
 8499 "security-framework 2.11.1",
 8500 "security-framework-sys",
 8501 "tempfile",
 8502]
 8503
 8504[[package]]
 8505name = "nbformat"
 8506version = "0.10.0"
 8507source = "registry+https://github.com/rust-lang/crates.io-index"
 8508checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8509dependencies = [
 8510 "anyhow",
 8511 "chrono",
 8512 "jupyter-protocol",
 8513 "serde",
 8514 "serde_json",
 8515 "thiserror 1.0.69",
 8516 "uuid",
 8517]
 8518
 8519[[package]]
 8520name = "ndk"
 8521version = "0.8.0"
 8522source = "registry+https://github.com/rust-lang/crates.io-index"
 8523checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8524dependencies = [
 8525 "bitflags 2.8.0",
 8526 "jni-sys",
 8527 "log",
 8528 "ndk-sys",
 8529 "num_enum",
 8530 "thiserror 1.0.69",
 8531]
 8532
 8533[[package]]
 8534name = "ndk-context"
 8535version = "0.1.1"
 8536source = "registry+https://github.com/rust-lang/crates.io-index"
 8537checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8538
 8539[[package]]
 8540name = "ndk-sys"
 8541version = "0.5.0+25.2.9519653"
 8542source = "registry+https://github.com/rust-lang/crates.io-index"
 8543checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8544dependencies = [
 8545 "jni-sys",
 8546]
 8547
 8548[[package]]
 8549name = "new_debug_unreachable"
 8550version = "1.0.6"
 8551source = "registry+https://github.com/rust-lang/crates.io-index"
 8552checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8553
 8554[[package]]
 8555name = "nix"
 8556version = "0.29.0"
 8557source = "registry+https://github.com/rust-lang/crates.io-index"
 8558checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8559dependencies = [
 8560 "bitflags 2.8.0",
 8561 "cfg-if",
 8562 "cfg_aliases 0.2.1",
 8563 "libc",
 8564 "memoffset",
 8565]
 8566
 8567[[package]]
 8568name = "node_runtime"
 8569version = "0.1.0"
 8570dependencies = [
 8571 "anyhow",
 8572 "async-compression",
 8573 "async-std",
 8574 "async-tar",
 8575 "async-trait",
 8576 "async-watch",
 8577 "async_zip",
 8578 "futures 0.3.31",
 8579 "http_client",
 8580 "log",
 8581 "paths",
 8582 "semver",
 8583 "serde",
 8584 "serde_json",
 8585 "smol",
 8586 "tempfile",
 8587 "util",
 8588 "walkdir",
 8589 "which 6.0.3",
 8590]
 8591
 8592[[package]]
 8593name = "nom"
 8594version = "7.1.3"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8597dependencies = [
 8598 "memchr",
 8599 "minimal-lexical",
 8600]
 8601
 8602[[package]]
 8603name = "noop_proc_macro"
 8604version = "0.3.0"
 8605source = "registry+https://github.com/rust-lang/crates.io-index"
 8606checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8607
 8608[[package]]
 8609name = "normpath"
 8610version = "1.3.0"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8613dependencies = [
 8614 "windows-sys 0.59.0",
 8615]
 8616
 8617[[package]]
 8618name = "notifications"
 8619version = "0.1.0"
 8620dependencies = [
 8621 "anyhow",
 8622 "channel",
 8623 "client",
 8624 "collections",
 8625 "component",
 8626 "db",
 8627 "gpui",
 8628 "linkme",
 8629 "rpc",
 8630 "settings",
 8631 "sum_tree",
 8632 "time",
 8633 "ui",
 8634 "util",
 8635 "workspace",
 8636]
 8637
 8638[[package]]
 8639name = "notify"
 8640version = "6.1.1"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8643dependencies = [
 8644 "bitflags 2.8.0",
 8645 "crossbeam-channel",
 8646 "filetime",
 8647 "fsevent-sys 4.1.0",
 8648 "inotify 0.9.6",
 8649 "kqueue",
 8650 "libc",
 8651 "log",
 8652 "mio 0.8.11",
 8653 "walkdir",
 8654 "windows-sys 0.48.0",
 8655]
 8656
 8657[[package]]
 8658name = "notify"
 8659version = "8.0.0"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8662dependencies = [
 8663 "bitflags 2.8.0",
 8664 "filetime",
 8665 "fsevent-sys 4.1.0",
 8666 "inotify 0.11.0",
 8667 "kqueue",
 8668 "libc",
 8669 "log",
 8670 "mio 1.0.3",
 8671 "notify-types",
 8672 "walkdir",
 8673 "windows-sys 0.59.0",
 8674]
 8675
 8676[[package]]
 8677name = "notify-debouncer-mini"
 8678version = "0.6.0"
 8679source = "registry+https://github.com/rust-lang/crates.io-index"
 8680checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8681dependencies = [
 8682 "log",
 8683 "notify 8.0.0",
 8684 "notify-types",
 8685 "tempfile",
 8686]
 8687
 8688[[package]]
 8689name = "notify-types"
 8690version = "2.0.0"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8693
 8694[[package]]
 8695name = "ntapi"
 8696version = "0.4.1"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8699dependencies = [
 8700 "winapi",
 8701]
 8702
 8703[[package]]
 8704name = "nu-ansi-term"
 8705version = "0.46.0"
 8706source = "registry+https://github.com/rust-lang/crates.io-index"
 8707checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8708dependencies = [
 8709 "overload",
 8710 "winapi",
 8711]
 8712
 8713[[package]]
 8714name = "num"
 8715version = "0.4.3"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8718dependencies = [
 8719 "num-bigint",
 8720 "num-complex",
 8721 "num-integer",
 8722 "num-iter",
 8723 "num-rational",
 8724 "num-traits",
 8725]
 8726
 8727[[package]]
 8728name = "num-bigint"
 8729version = "0.4.6"
 8730source = "registry+https://github.com/rust-lang/crates.io-index"
 8731checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8732dependencies = [
 8733 "num-integer",
 8734 "num-traits",
 8735]
 8736
 8737[[package]]
 8738name = "num-bigint-dig"
 8739version = "0.8.4"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8742dependencies = [
 8743 "byteorder",
 8744 "lazy_static",
 8745 "libm",
 8746 "num-integer",
 8747 "num-iter",
 8748 "num-traits",
 8749 "rand 0.8.5",
 8750 "serde",
 8751 "smallvec",
 8752 "zeroize",
 8753]
 8754
 8755[[package]]
 8756name = "num-complex"
 8757version = "0.4.6"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8760dependencies = [
 8761 "num-traits",
 8762]
 8763
 8764[[package]]
 8765name = "num-conv"
 8766version = "0.1.0"
 8767source = "registry+https://github.com/rust-lang/crates.io-index"
 8768checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8769
 8770[[package]]
 8771name = "num-derive"
 8772version = "0.4.2"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8775dependencies = [
 8776 "proc-macro2",
 8777 "quote",
 8778 "syn 2.0.100",
 8779]
 8780
 8781[[package]]
 8782name = "num-format"
 8783version = "0.4.4"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8786dependencies = [
 8787 "arrayvec",
 8788 "itoa",
 8789]
 8790
 8791[[package]]
 8792name = "num-integer"
 8793version = "0.1.46"
 8794source = "registry+https://github.com/rust-lang/crates.io-index"
 8795checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8796dependencies = [
 8797 "num-traits",
 8798]
 8799
 8800[[package]]
 8801name = "num-iter"
 8802version = "0.1.45"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8805dependencies = [
 8806 "autocfg",
 8807 "num-integer",
 8808 "num-traits",
 8809]
 8810
 8811[[package]]
 8812name = "num-modular"
 8813version = "0.6.1"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8816
 8817[[package]]
 8818name = "num-order"
 8819version = "1.2.0"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8822dependencies = [
 8823 "num-modular",
 8824]
 8825
 8826[[package]]
 8827name = "num-rational"
 8828version = "0.4.2"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8831dependencies = [
 8832 "num-bigint",
 8833 "num-integer",
 8834 "num-traits",
 8835]
 8836
 8837[[package]]
 8838name = "num-traits"
 8839version = "0.2.19"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8842dependencies = [
 8843 "autocfg",
 8844 "libm",
 8845]
 8846
 8847[[package]]
 8848name = "num_cpus"
 8849version = "1.16.0"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8852dependencies = [
 8853 "hermit-abi 0.3.9",
 8854 "libc",
 8855]
 8856
 8857[[package]]
 8858name = "num_enum"
 8859version = "0.7.3"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8862dependencies = [
 8863 "num_enum_derive",
 8864]
 8865
 8866[[package]]
 8867name = "num_enum_derive"
 8868version = "0.7.3"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8871dependencies = [
 8872 "proc-macro-crate",
 8873 "proc-macro2",
 8874 "quote",
 8875 "syn 2.0.100",
 8876]
 8877
 8878[[package]]
 8879name = "num_threads"
 8880version = "0.1.7"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8883dependencies = [
 8884 "libc",
 8885]
 8886
 8887[[package]]
 8888name = "nvim-rs"
 8889version = "0.8.0-pre"
 8890source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8891dependencies = [
 8892 "async-trait",
 8893 "futures 0.3.31",
 8894 "log",
 8895 "parity-tokio-ipc",
 8896 "rmp",
 8897 "rmpv",
 8898 "tokio",
 8899 "tokio-util",
 8900 "winapi",
 8901]
 8902
 8903[[package]]
 8904name = "objc"
 8905version = "0.2.7"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8908dependencies = [
 8909 "malloc_buf",
 8910]
 8911
 8912[[package]]
 8913name = "objc-sys"
 8914version = "0.3.5"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8917
 8918[[package]]
 8919name = "objc2"
 8920version = "0.5.2"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8923dependencies = [
 8924 "objc-sys",
 8925 "objc2-encode",
 8926]
 8927
 8928[[package]]
 8929name = "objc2-app-kit"
 8930version = "0.2.2"
 8931source = "registry+https://github.com/rust-lang/crates.io-index"
 8932checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8933dependencies = [
 8934 "bitflags 2.8.0",
 8935 "block2",
 8936 "libc",
 8937 "objc2",
 8938 "objc2-core-data",
 8939 "objc2-core-image",
 8940 "objc2-foundation",
 8941 "objc2-quartz-core",
 8942]
 8943
 8944[[package]]
 8945name = "objc2-cloud-kit"
 8946version = "0.2.2"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8949dependencies = [
 8950 "bitflags 2.8.0",
 8951 "block2",
 8952 "objc2",
 8953 "objc2-core-location",
 8954 "objc2-foundation",
 8955]
 8956
 8957[[package]]
 8958name = "objc2-contacts"
 8959version = "0.2.2"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8962dependencies = [
 8963 "block2",
 8964 "objc2",
 8965 "objc2-foundation",
 8966]
 8967
 8968[[package]]
 8969name = "objc2-core-data"
 8970version = "0.2.2"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8973dependencies = [
 8974 "bitflags 2.8.0",
 8975 "block2",
 8976 "objc2",
 8977 "objc2-foundation",
 8978]
 8979
 8980[[package]]
 8981name = "objc2-core-image"
 8982version = "0.2.2"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8985dependencies = [
 8986 "block2",
 8987 "objc2",
 8988 "objc2-foundation",
 8989 "objc2-metal",
 8990]
 8991
 8992[[package]]
 8993name = "objc2-core-location"
 8994version = "0.2.2"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8997dependencies = [
 8998 "block2",
 8999 "objc2",
 9000 "objc2-contacts",
 9001 "objc2-foundation",
 9002]
 9003
 9004[[package]]
 9005name = "objc2-encode"
 9006version = "4.0.3"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9009
 9010[[package]]
 9011name = "objc2-foundation"
 9012version = "0.2.2"
 9013source = "registry+https://github.com/rust-lang/crates.io-index"
 9014checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9015dependencies = [
 9016 "bitflags 2.8.0",
 9017 "block2",
 9018 "libc",
 9019 "objc2",
 9020]
 9021
 9022[[package]]
 9023name = "objc2-link-presentation"
 9024version = "0.2.2"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9027dependencies = [
 9028 "block2",
 9029 "objc2",
 9030 "objc2-app-kit",
 9031 "objc2-foundation",
 9032]
 9033
 9034[[package]]
 9035name = "objc2-metal"
 9036version = "0.2.2"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9039dependencies = [
 9040 "bitflags 2.8.0",
 9041 "block2",
 9042 "objc2",
 9043 "objc2-foundation",
 9044]
 9045
 9046[[package]]
 9047name = "objc2-quartz-core"
 9048version = "0.2.2"
 9049source = "registry+https://github.com/rust-lang/crates.io-index"
 9050checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9051dependencies = [
 9052 "bitflags 2.8.0",
 9053 "block2",
 9054 "objc2",
 9055 "objc2-foundation",
 9056 "objc2-metal",
 9057]
 9058
 9059[[package]]
 9060name = "objc2-symbols"
 9061version = "0.2.2"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9064dependencies = [
 9065 "objc2",
 9066 "objc2-foundation",
 9067]
 9068
 9069[[package]]
 9070name = "objc2-ui-kit"
 9071version = "0.2.2"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9074dependencies = [
 9075 "bitflags 2.8.0",
 9076 "block2",
 9077 "objc2",
 9078 "objc2-cloud-kit",
 9079 "objc2-core-data",
 9080 "objc2-core-image",
 9081 "objc2-core-location",
 9082 "objc2-foundation",
 9083 "objc2-link-presentation",
 9084 "objc2-quartz-core",
 9085 "objc2-symbols",
 9086 "objc2-uniform-type-identifiers",
 9087 "objc2-user-notifications",
 9088]
 9089
 9090[[package]]
 9091name = "objc2-uniform-type-identifiers"
 9092version = "0.2.2"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9095dependencies = [
 9096 "block2",
 9097 "objc2",
 9098 "objc2-foundation",
 9099]
 9100
 9101[[package]]
 9102name = "objc2-user-notifications"
 9103version = "0.2.2"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9106dependencies = [
 9107 "bitflags 2.8.0",
 9108 "block2",
 9109 "objc2",
 9110 "objc2-core-location",
 9111 "objc2-foundation",
 9112]
 9113
 9114[[package]]
 9115name = "object"
 9116version = "0.36.5"
 9117source = "registry+https://github.com/rust-lang/crates.io-index"
 9118checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9119dependencies = [
 9120 "crc32fast",
 9121 "hashbrown 0.15.2",
 9122 "indexmap",
 9123 "memchr",
 9124]
 9125
 9126[[package]]
 9127name = "oboe"
 9128version = "0.6.1"
 9129source = "registry+https://github.com/rust-lang/crates.io-index"
 9130checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9131dependencies = [
 9132 "jni",
 9133 "ndk",
 9134 "ndk-context",
 9135 "num-derive",
 9136 "num-traits",
 9137 "oboe-sys",
 9138]
 9139
 9140[[package]]
 9141name = "oboe-sys"
 9142version = "0.6.1"
 9143source = "registry+https://github.com/rust-lang/crates.io-index"
 9144checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9145dependencies = [
 9146 "cc",
 9147]
 9148
 9149[[package]]
 9150name = "ollama"
 9151version = "0.1.0"
 9152dependencies = [
 9153 "anyhow",
 9154 "futures 0.3.31",
 9155 "http_client",
 9156 "schemars",
 9157 "serde",
 9158 "serde_json",
 9159]
 9160
 9161[[package]]
 9162name = "once_cell"
 9163version = "1.20.3"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9166
 9167[[package]]
 9168name = "oo7"
 9169version = "0.4.1"
 9170source = "registry+https://github.com/rust-lang/crates.io-index"
 9171checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9172dependencies = [
 9173 "aes",
 9174 "ashpd",
 9175 "async-fs",
 9176 "async-io",
 9177 "async-lock",
 9178 "blocking",
 9179 "cbc",
 9180 "cipher",
 9181 "digest",
 9182 "endi",
 9183 "futures-lite 2.6.0",
 9184 "futures-util",
 9185 "getrandom 0.3.1",
 9186 "hkdf",
 9187 "hmac",
 9188 "md-5",
 9189 "num",
 9190 "num-bigint-dig",
 9191 "pbkdf2 0.12.2",
 9192 "rand 0.9.0",
 9193 "serde",
 9194 "sha2",
 9195 "subtle",
 9196 "zbus",
 9197 "zbus_macros",
 9198 "zeroize",
 9199 "zvariant",
 9200]
 9201
 9202[[package]]
 9203name = "oorandom"
 9204version = "11.1.4"
 9205source = "registry+https://github.com/rust-lang/crates.io-index"
 9206checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9207
 9208[[package]]
 9209name = "open"
 9210version = "5.3.2"
 9211source = "registry+https://github.com/rust-lang/crates.io-index"
 9212checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9213dependencies = [
 9214 "is-wsl",
 9215 "libc",
 9216 "pathdiff",
 9217]
 9218
 9219[[package]]
 9220name = "open_ai"
 9221version = "0.1.0"
 9222dependencies = [
 9223 "anyhow",
 9224 "futures 0.3.31",
 9225 "http_client",
 9226 "schemars",
 9227 "serde",
 9228 "serde_json",
 9229 "strum",
 9230]
 9231
 9232[[package]]
 9233name = "opener"
 9234version = "0.7.2"
 9235source = "registry+https://github.com/rust-lang/crates.io-index"
 9236checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9237dependencies = [
 9238 "bstr",
 9239 "dbus",
 9240 "normpath",
 9241 "windows-sys 0.59.0",
 9242]
 9243
 9244[[package]]
 9245name = "openssl"
 9246version = "0.10.70"
 9247source = "registry+https://github.com/rust-lang/crates.io-index"
 9248checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9249dependencies = [
 9250 "bitflags 2.8.0",
 9251 "cfg-if",
 9252 "foreign-types 0.3.2",
 9253 "libc",
 9254 "once_cell",
 9255 "openssl-macros",
 9256 "openssl-sys",
 9257]
 9258
 9259[[package]]
 9260name = "openssl-macros"
 9261version = "0.1.1"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9264dependencies = [
 9265 "proc-macro2",
 9266 "quote",
 9267 "syn 2.0.100",
 9268]
 9269
 9270[[package]]
 9271name = "openssl-probe"
 9272version = "0.1.5"
 9273source = "registry+https://github.com/rust-lang/crates.io-index"
 9274checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9275
 9276[[package]]
 9277name = "openssl-src"
 9278version = "300.4.1+3.4.0"
 9279source = "registry+https://github.com/rust-lang/crates.io-index"
 9280checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9281dependencies = [
 9282 "cc",
 9283]
 9284
 9285[[package]]
 9286name = "openssl-sys"
 9287version = "0.9.105"
 9288source = "registry+https://github.com/rust-lang/crates.io-index"
 9289checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9290dependencies = [
 9291 "cc",
 9292 "libc",
 9293 "openssl-src",
 9294 "pkg-config",
 9295 "vcpkg",
 9296]
 9297
 9298[[package]]
 9299name = "option-ext"
 9300version = "0.2.0"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9303
 9304[[package]]
 9305name = "ordered-float"
 9306version = "2.10.1"
 9307source = "registry+https://github.com/rust-lang/crates.io-index"
 9308checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9309dependencies = [
 9310 "num-traits",
 9311]
 9312
 9313[[package]]
 9314name = "ordered-float"
 9315version = "3.9.2"
 9316source = "registry+https://github.com/rust-lang/crates.io-index"
 9317checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9318dependencies = [
 9319 "num-traits",
 9320]
 9321
 9322[[package]]
 9323name = "ordered-stream"
 9324version = "0.2.0"
 9325source = "registry+https://github.com/rust-lang/crates.io-index"
 9326checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9327dependencies = [
 9328 "futures-core",
 9329 "pin-project-lite",
 9330]
 9331
 9332[[package]]
 9333name = "ouroboros"
 9334version = "0.18.4"
 9335source = "registry+https://github.com/rust-lang/crates.io-index"
 9336checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9337dependencies = [
 9338 "aliasable",
 9339 "ouroboros_macro",
 9340 "static_assertions",
 9341]
 9342
 9343[[package]]
 9344name = "ouroboros_macro"
 9345version = "0.18.4"
 9346source = "registry+https://github.com/rust-lang/crates.io-index"
 9347checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9348dependencies = [
 9349 "heck 0.4.1",
 9350 "itertools 0.12.1",
 9351 "proc-macro2",
 9352 "proc-macro2-diagnostics",
 9353 "quote",
 9354 "syn 2.0.100",
 9355]
 9356
 9357[[package]]
 9358name = "outline"
 9359version = "0.1.0"
 9360dependencies = [
 9361 "editor",
 9362 "fuzzy",
 9363 "gpui",
 9364 "indoc",
 9365 "language",
 9366 "menu",
 9367 "ordered-float 2.10.1",
 9368 "picker",
 9369 "project",
 9370 "rope",
 9371 "serde_json",
 9372 "settings",
 9373 "smol",
 9374 "theme",
 9375 "tree-sitter-rust",
 9376 "tree-sitter-typescript",
 9377 "ui",
 9378 "util",
 9379 "workspace",
 9380 "zed_actions",
 9381]
 9382
 9383[[package]]
 9384name = "outline_panel"
 9385version = "0.1.0"
 9386dependencies = [
 9387 "anyhow",
 9388 "collections",
 9389 "db",
 9390 "editor",
 9391 "file_icons",
 9392 "fuzzy",
 9393 "gpui",
 9394 "itertools 0.14.0",
 9395 "language",
 9396 "log",
 9397 "menu",
 9398 "outline",
 9399 "pretty_assertions",
 9400 "project",
 9401 "schemars",
 9402 "search",
 9403 "serde",
 9404 "serde_json",
 9405 "settings",
 9406 "smallvec",
 9407 "smol",
 9408 "theme",
 9409 "ui",
 9410 "util",
 9411 "workspace",
 9412 "worktree",
 9413 "zed_actions",
 9414]
 9415
 9416[[package]]
 9417name = "outref"
 9418version = "0.5.1"
 9419source = "registry+https://github.com/rust-lang/crates.io-index"
 9420checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9421
 9422[[package]]
 9423name = "overload"
 9424version = "0.1.1"
 9425source = "registry+https://github.com/rust-lang/crates.io-index"
 9426checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9427
 9428[[package]]
 9429name = "p256"
 9430version = "0.11.1"
 9431source = "registry+https://github.com/rust-lang/crates.io-index"
 9432checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9433dependencies = [
 9434 "ecdsa",
 9435 "elliptic-curve",
 9436 "sha2",
 9437]
 9438
 9439[[package]]
 9440name = "page_size"
 9441version = "0.6.0"
 9442source = "registry+https://github.com/rust-lang/crates.io-index"
 9443checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9444dependencies = [
 9445 "libc",
 9446 "winapi",
 9447]
 9448
 9449[[package]]
 9450name = "palette"
 9451version = "0.7.6"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9454dependencies = [
 9455 "approx",
 9456 "fast-srgb8",
 9457 "palette_derive",
 9458]
 9459
 9460[[package]]
 9461name = "palette_derive"
 9462version = "0.7.6"
 9463source = "registry+https://github.com/rust-lang/crates.io-index"
 9464checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9465dependencies = [
 9466 "by_address",
 9467 "proc-macro2",
 9468 "quote",
 9469 "syn 2.0.100",
 9470]
 9471
 9472[[package]]
 9473name = "panel"
 9474version = "0.1.0"
 9475dependencies = [
 9476 "editor",
 9477 "gpui",
 9478 "settings",
 9479 "theme",
 9480 "ui",
 9481 "workspace",
 9482]
 9483
 9484[[package]]
 9485name = "parity-tokio-ipc"
 9486version = "0.9.0"
 9487source = "registry+https://github.com/rust-lang/crates.io-index"
 9488checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9489dependencies = [
 9490 "futures 0.3.31",
 9491 "libc",
 9492 "log",
 9493 "rand 0.7.3",
 9494 "tokio",
 9495 "winapi",
 9496]
 9497
 9498[[package]]
 9499name = "parking"
 9500version = "2.2.1"
 9501source = "registry+https://github.com/rust-lang/crates.io-index"
 9502checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9503
 9504[[package]]
 9505name = "parking_lot"
 9506version = "0.12.3"
 9507source = "registry+https://github.com/rust-lang/crates.io-index"
 9508checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9509dependencies = [
 9510 "lock_api",
 9511 "parking_lot_core",
 9512]
 9513
 9514[[package]]
 9515name = "parking_lot_core"
 9516version = "0.9.10"
 9517source = "registry+https://github.com/rust-lang/crates.io-index"
 9518checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9519dependencies = [
 9520 "cfg-if",
 9521 "libc",
 9522 "redox_syscall 0.5.8",
 9523 "smallvec",
 9524 "windows-targets 0.52.6",
 9525]
 9526
 9527[[package]]
 9528name = "password-hash"
 9529version = "0.4.2"
 9530source = "registry+https://github.com/rust-lang/crates.io-index"
 9531checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9532dependencies = [
 9533 "base64ct",
 9534 "rand_core 0.6.4",
 9535 "subtle",
 9536]
 9537
 9538[[package]]
 9539name = "password-hash"
 9540version = "0.5.0"
 9541source = "registry+https://github.com/rust-lang/crates.io-index"
 9542checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9543dependencies = [
 9544 "base64ct",
 9545 "rand_core 0.6.4",
 9546 "subtle",
 9547]
 9548
 9549[[package]]
 9550name = "paste"
 9551version = "1.0.15"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9554
 9555[[package]]
 9556name = "pathdiff"
 9557version = "0.2.3"
 9558source = "registry+https://github.com/rust-lang/crates.io-index"
 9559checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9560
 9561[[package]]
 9562name = "pathfinder_geometry"
 9563version = "0.5.1"
 9564source = "registry+https://github.com/rust-lang/crates.io-index"
 9565checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9566dependencies = [
 9567 "log",
 9568 "pathfinder_simd",
 9569]
 9570
 9571[[package]]
 9572name = "pathfinder_simd"
 9573version = "0.5.4"
 9574source = "registry+https://github.com/rust-lang/crates.io-index"
 9575checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9576dependencies = [
 9577 "rustc_version",
 9578]
 9579
 9580[[package]]
 9581name = "paths"
 9582version = "0.1.0"
 9583dependencies = [
 9584 "dirs 4.0.0",
 9585 "util",
 9586]
 9587
 9588[[package]]
 9589name = "pbjson"
 9590version = "0.6.0"
 9591source = "registry+https://github.com/rust-lang/crates.io-index"
 9592checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9593dependencies = [
 9594 "base64 0.21.7",
 9595 "serde",
 9596]
 9597
 9598[[package]]
 9599name = "pbjson-build"
 9600version = "0.6.2"
 9601source = "registry+https://github.com/rust-lang/crates.io-index"
 9602checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9603dependencies = [
 9604 "heck 0.4.1",
 9605 "itertools 0.11.0",
 9606 "prost 0.12.6",
 9607 "prost-types 0.12.6",
 9608]
 9609
 9610[[package]]
 9611name = "pbjson-types"
 9612version = "0.6.0"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9615dependencies = [
 9616 "bytes 1.10.1",
 9617 "chrono",
 9618 "pbjson",
 9619 "pbjson-build",
 9620 "prost 0.12.6",
 9621 "prost-build 0.12.6",
 9622 "serde",
 9623]
 9624
 9625[[package]]
 9626name = "pbkdf2"
 9627version = "0.11.0"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9630dependencies = [
 9631 "digest",
 9632 "hmac",
 9633 "password-hash 0.4.2",
 9634 "sha2",
 9635]
 9636
 9637[[package]]
 9638name = "pbkdf2"
 9639version = "0.12.2"
 9640source = "registry+https://github.com/rust-lang/crates.io-index"
 9641checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9642dependencies = [
 9643 "digest",
 9644 "hmac",
 9645]
 9646
 9647[[package]]
 9648name = "pem"
 9649version = "3.0.4"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9652dependencies = [
 9653 "base64 0.22.1",
 9654 "serde",
 9655]
 9656
 9657[[package]]
 9658name = "pem-rfc7468"
 9659version = "0.7.0"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9662dependencies = [
 9663 "base64ct",
 9664]
 9665
 9666[[package]]
 9667name = "percent-encoding"
 9668version = "2.3.1"
 9669source = "registry+https://github.com/rust-lang/crates.io-index"
 9670checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9671
 9672[[package]]
 9673name = "perplexity"
 9674version = "0.1.0"
 9675dependencies = [
 9676 "serde",
 9677 "zed_extension_api 0.3.0",
 9678]
 9679
 9680[[package]]
 9681name = "pest"
 9682version = "2.7.15"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9685dependencies = [
 9686 "memchr",
 9687 "thiserror 2.0.12",
 9688 "ucd-trie",
 9689]
 9690
 9691[[package]]
 9692name = "pest_derive"
 9693version = "2.7.15"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9696dependencies = [
 9697 "pest",
 9698 "pest_generator",
 9699]
 9700
 9701[[package]]
 9702name = "pest_generator"
 9703version = "2.7.15"
 9704source = "registry+https://github.com/rust-lang/crates.io-index"
 9705checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9706dependencies = [
 9707 "pest",
 9708 "pest_meta",
 9709 "proc-macro2",
 9710 "quote",
 9711 "syn 2.0.100",
 9712]
 9713
 9714[[package]]
 9715name = "pest_meta"
 9716version = "2.7.15"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9719dependencies = [
 9720 "once_cell",
 9721 "pest",
 9722 "sha2",
 9723]
 9724
 9725[[package]]
 9726name = "pet"
 9727version = "0.1.0"
 9728source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9729dependencies = [
 9730 "clap",
 9731 "env_logger 0.10.2",
 9732 "lazy_static",
 9733 "log",
 9734 "msvc_spectre_libs",
 9735 "pet-conda",
 9736 "pet-core",
 9737 "pet-env-var-path",
 9738 "pet-fs",
 9739 "pet-global-virtualenvs",
 9740 "pet-homebrew",
 9741 "pet-jsonrpc",
 9742 "pet-linux-global-python",
 9743 "pet-mac-commandlinetools",
 9744 "pet-mac-python-org",
 9745 "pet-mac-xcode",
 9746 "pet-pipenv",
 9747 "pet-pixi",
 9748 "pet-poetry",
 9749 "pet-pyenv",
 9750 "pet-python-utils",
 9751 "pet-reporter",
 9752 "pet-telemetry",
 9753 "pet-venv",
 9754 "pet-virtualenv",
 9755 "pet-virtualenvwrapper",
 9756 "pet-windows-registry",
 9757 "pet-windows-store",
 9758 "serde",
 9759 "serde_json",
 9760]
 9761
 9762[[package]]
 9763name = "pet-conda"
 9764version = "0.1.0"
 9765source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9766dependencies = [
 9767 "env_logger 0.10.2",
 9768 "lazy_static",
 9769 "log",
 9770 "msvc_spectre_libs",
 9771 "pet-core",
 9772 "pet-fs",
 9773 "pet-python-utils",
 9774 "pet-reporter",
 9775 "regex",
 9776 "serde",
 9777 "serde_json",
 9778 "yaml-rust2",
 9779]
 9780
 9781[[package]]
 9782name = "pet-core"
 9783version = "0.1.0"
 9784source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9785dependencies = [
 9786 "clap",
 9787 "lazy_static",
 9788 "log",
 9789 "msvc_spectre_libs",
 9790 "pet-fs",
 9791 "regex",
 9792 "serde",
 9793 "serde_json",
 9794]
 9795
 9796[[package]]
 9797name = "pet-env-var-path"
 9798version = "0.1.0"
 9799source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9800dependencies = [
 9801 "lazy_static",
 9802 "log",
 9803 "msvc_spectre_libs",
 9804 "pet-conda",
 9805 "pet-core",
 9806 "pet-fs",
 9807 "pet-python-utils",
 9808 "pet-virtualenv",
 9809 "regex",
 9810]
 9811
 9812[[package]]
 9813name = "pet-fs"
 9814version = "0.1.0"
 9815source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9816dependencies = [
 9817 "log",
 9818 "msvc_spectre_libs",
 9819]
 9820
 9821[[package]]
 9822name = "pet-global-virtualenvs"
 9823version = "0.1.0"
 9824source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9825dependencies = [
 9826 "log",
 9827 "msvc_spectre_libs",
 9828 "pet-conda",
 9829 "pet-core",
 9830 "pet-fs",
 9831 "pet-virtualenv",
 9832]
 9833
 9834[[package]]
 9835name = "pet-homebrew"
 9836version = "0.1.0"
 9837source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9838dependencies = [
 9839 "lazy_static",
 9840 "log",
 9841 "msvc_spectre_libs",
 9842 "pet-conda",
 9843 "pet-core",
 9844 "pet-fs",
 9845 "pet-python-utils",
 9846 "pet-virtualenv",
 9847 "regex",
 9848 "serde",
 9849 "serde_json",
 9850]
 9851
 9852[[package]]
 9853name = "pet-jsonrpc"
 9854version = "0.1.0"
 9855source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9856dependencies = [
 9857 "env_logger 0.10.2",
 9858 "log",
 9859 "msvc_spectre_libs",
 9860 "pet-core",
 9861 "serde",
 9862 "serde_json",
 9863]
 9864
 9865[[package]]
 9866name = "pet-linux-global-python"
 9867version = "0.1.0"
 9868source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9869dependencies = [
 9870 "log",
 9871 "msvc_spectre_libs",
 9872 "pet-core",
 9873 "pet-fs",
 9874 "pet-python-utils",
 9875 "pet-virtualenv",
 9876]
 9877
 9878[[package]]
 9879name = "pet-mac-commandlinetools"
 9880version = "0.1.0"
 9881source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9882dependencies = [
 9883 "log",
 9884 "msvc_spectre_libs",
 9885 "pet-core",
 9886 "pet-fs",
 9887 "pet-python-utils",
 9888 "pet-virtualenv",
 9889]
 9890
 9891[[package]]
 9892name = "pet-mac-python-org"
 9893version = "0.1.0"
 9894source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9895dependencies = [
 9896 "log",
 9897 "msvc_spectre_libs",
 9898 "pet-core",
 9899 "pet-fs",
 9900 "pet-python-utils",
 9901 "pet-virtualenv",
 9902]
 9903
 9904[[package]]
 9905name = "pet-mac-xcode"
 9906version = "0.1.0"
 9907source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9908dependencies = [
 9909 "log",
 9910 "msvc_spectre_libs",
 9911 "pet-core",
 9912 "pet-fs",
 9913 "pet-python-utils",
 9914 "pet-virtualenv",
 9915]
 9916
 9917[[package]]
 9918name = "pet-pipenv"
 9919version = "0.1.0"
 9920source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9921dependencies = [
 9922 "log",
 9923 "msvc_spectre_libs",
 9924 "pet-core",
 9925 "pet-fs",
 9926 "pet-python-utils",
 9927 "pet-virtualenv",
 9928]
 9929
 9930[[package]]
 9931name = "pet-pixi"
 9932version = "0.1.0"
 9933source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9934dependencies = [
 9935 "log",
 9936 "msvc_spectre_libs",
 9937 "pet-conda",
 9938 "pet-core",
 9939 "pet-python-utils",
 9940]
 9941
 9942[[package]]
 9943name = "pet-poetry"
 9944version = "0.1.0"
 9945source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9946dependencies = [
 9947 "base64 0.22.1",
 9948 "lazy_static",
 9949 "log",
 9950 "msvc_spectre_libs",
 9951 "pet-core",
 9952 "pet-fs",
 9953 "pet-python-utils",
 9954 "pet-reporter",
 9955 "pet-virtualenv",
 9956 "regex",
 9957 "serde",
 9958 "serde_json",
 9959 "sha2",
 9960 "toml 0.8.20",
 9961]
 9962
 9963[[package]]
 9964name = "pet-pyenv"
 9965version = "0.1.0"
 9966source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9967dependencies = [
 9968 "lazy_static",
 9969 "log",
 9970 "msvc_spectre_libs",
 9971 "pet-conda",
 9972 "pet-core",
 9973 "pet-fs",
 9974 "pet-python-utils",
 9975 "pet-reporter",
 9976 "regex",
 9977 "serde",
 9978 "serde_json",
 9979]
 9980
 9981[[package]]
 9982name = "pet-python-utils"
 9983version = "0.1.0"
 9984source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9985dependencies = [
 9986 "env_logger 0.10.2",
 9987 "lazy_static",
 9988 "log",
 9989 "msvc_spectre_libs",
 9990 "pet-core",
 9991 "pet-fs",
 9992 "regex",
 9993 "serde",
 9994 "serde_json",
 9995 "sha2",
 9996]
 9997
 9998[[package]]
 9999name = "pet-reporter"
10000version = "0.1.0"
10001source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10002dependencies = [
10003 "env_logger 0.10.2",
10004 "log",
10005 "msvc_spectre_libs",
10006 "pet-core",
10007 "pet-jsonrpc",
10008 "serde",
10009 "serde_json",
10010]
10011
10012[[package]]
10013name = "pet-telemetry"
10014version = "0.1.0"
10015source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10016dependencies = [
10017 "env_logger 0.10.2",
10018 "lazy_static",
10019 "log",
10020 "msvc_spectre_libs",
10021 "pet-core",
10022 "pet-fs",
10023 "pet-python-utils",
10024 "regex",
10025]
10026
10027[[package]]
10028name = "pet-venv"
10029version = "0.1.0"
10030source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10031dependencies = [
10032 "log",
10033 "msvc_spectre_libs",
10034 "pet-core",
10035 "pet-python-utils",
10036 "pet-virtualenv",
10037]
10038
10039[[package]]
10040name = "pet-virtualenv"
10041version = "0.1.0"
10042source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10043dependencies = [
10044 "log",
10045 "msvc_spectre_libs",
10046 "pet-core",
10047 "pet-fs",
10048 "pet-python-utils",
10049]
10050
10051[[package]]
10052name = "pet-virtualenvwrapper"
10053version = "0.1.0"
10054source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10055dependencies = [
10056 "log",
10057 "msvc_spectre_libs",
10058 "pet-core",
10059 "pet-fs",
10060 "pet-python-utils",
10061 "pet-virtualenv",
10062]
10063
10064[[package]]
10065name = "pet-windows-registry"
10066version = "0.1.0"
10067source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10068dependencies = [
10069 "lazy_static",
10070 "log",
10071 "msvc_spectre_libs",
10072 "pet-conda",
10073 "pet-core",
10074 "pet-fs",
10075 "pet-python-utils",
10076 "pet-virtualenv",
10077 "pet-windows-store",
10078 "regex",
10079 "winreg 0.52.0",
10080]
10081
10082[[package]]
10083name = "pet-windows-store"
10084version = "0.1.0"
10085source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10086dependencies = [
10087 "lazy_static",
10088 "log",
10089 "msvc_spectre_libs",
10090 "pet-core",
10091 "pet-fs",
10092 "pet-python-utils",
10093 "pet-virtualenv",
10094 "regex",
10095 "winreg 0.52.0",
10096]
10097
10098[[package]]
10099name = "petgraph"
10100version = "0.6.5"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10103dependencies = [
10104 "fixedbitset",
10105 "indexmap",
10106]
10107
10108[[package]]
10109name = "pgvector"
10110version = "0.4.0"
10111source = "registry+https://github.com/rust-lang/crates.io-index"
10112checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10113dependencies = [
10114 "serde",
10115]
10116
10117[[package]]
10118name = "phf"
10119version = "0.11.2"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10122dependencies = [
10123 "phf_macros",
10124 "phf_shared 0.11.2",
10125]
10126
10127[[package]]
10128name = "phf_codegen"
10129version = "0.11.2"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10132dependencies = [
10133 "phf_generator 0.11.2",
10134 "phf_shared 0.11.2",
10135]
10136
10137[[package]]
10138name = "phf_generator"
10139version = "0.10.0"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10142dependencies = [
10143 "phf_shared 0.10.0",
10144 "rand 0.8.5",
10145]
10146
10147[[package]]
10148name = "phf_generator"
10149version = "0.11.2"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10152dependencies = [
10153 "phf_shared 0.11.2",
10154 "rand 0.8.5",
10155]
10156
10157[[package]]
10158name = "phf_macros"
10159version = "0.11.2"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10162dependencies = [
10163 "phf_generator 0.11.2",
10164 "phf_shared 0.11.2",
10165 "proc-macro2",
10166 "quote",
10167 "syn 2.0.100",
10168]
10169
10170[[package]]
10171name = "phf_shared"
10172version = "0.10.0"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10175dependencies = [
10176 "siphasher 0.3.11",
10177]
10178
10179[[package]]
10180name = "phf_shared"
10181version = "0.11.2"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10184dependencies = [
10185 "siphasher 0.3.11",
10186]
10187
10188[[package]]
10189name = "picker"
10190version = "0.1.0"
10191dependencies = [
10192 "anyhow",
10193 "ctor",
10194 "editor",
10195 "env_logger 0.11.7",
10196 "gpui",
10197 "menu",
10198 "schemars",
10199 "serde",
10200 "serde_json",
10201 "ui",
10202 "util",
10203 "workspace",
10204]
10205
10206[[package]]
10207name = "pico-args"
10208version = "0.5.0"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10211
10212[[package]]
10213name = "pin-project"
10214version = "1.1.7"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10217dependencies = [
10218 "pin-project-internal",
10219]
10220
10221[[package]]
10222name = "pin-project-internal"
10223version = "1.1.7"
10224source = "registry+https://github.com/rust-lang/crates.io-index"
10225checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10226dependencies = [
10227 "proc-macro2",
10228 "quote",
10229 "syn 2.0.100",
10230]
10231
10232[[package]]
10233name = "pin-project-lite"
10234version = "0.2.16"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10237
10238[[package]]
10239name = "pin-utils"
10240version = "0.1.0"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10243
10244[[package]]
10245name = "piper"
10246version = "0.2.4"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10249dependencies = [
10250 "atomic-waker",
10251 "fastrand 2.3.0",
10252 "futures-io",
10253]
10254
10255[[package]]
10256name = "pkcs1"
10257version = "0.7.5"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10260dependencies = [
10261 "der 0.7.9",
10262 "pkcs8 0.10.2",
10263 "spki 0.7.3",
10264]
10265
10266[[package]]
10267name = "pkcs8"
10268version = "0.9.0"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10271dependencies = [
10272 "der 0.6.1",
10273 "spki 0.6.0",
10274]
10275
10276[[package]]
10277name = "pkcs8"
10278version = "0.10.2"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10281dependencies = [
10282 "der 0.7.9",
10283 "spki 0.7.3",
10284]
10285
10286[[package]]
10287name = "pkg-config"
10288version = "0.3.31"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10291
10292[[package]]
10293name = "plist"
10294version = "1.7.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10297dependencies = [
10298 "base64 0.22.1",
10299 "indexmap",
10300 "quick-xml 0.32.0",
10301 "serde",
10302 "time",
10303]
10304
10305[[package]]
10306name = "plotters"
10307version = "0.3.7"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10310dependencies = [
10311 "num-traits",
10312 "plotters-backend",
10313 "plotters-svg",
10314 "wasm-bindgen",
10315 "web-sys",
10316]
10317
10318[[package]]
10319name = "plotters-backend"
10320version = "0.3.7"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10323
10324[[package]]
10325name = "plotters-svg"
10326version = "0.3.7"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10329dependencies = [
10330 "plotters-backend",
10331]
10332
10333[[package]]
10334name = "png"
10335version = "0.17.15"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10338dependencies = [
10339 "bitflags 1.3.2",
10340 "crc32fast",
10341 "fdeflate",
10342 "flate2",
10343 "miniz_oxide",
10344]
10345
10346[[package]]
10347name = "polling"
10348version = "3.7.4"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10351dependencies = [
10352 "cfg-if",
10353 "concurrent-queue",
10354 "hermit-abi 0.4.0",
10355 "pin-project-lite",
10356 "rustix",
10357 "tracing",
10358 "windows-sys 0.59.0",
10359]
10360
10361[[package]]
10362name = "pollster"
10363version = "0.2.5"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10366
10367[[package]]
10368name = "portable-atomic"
10369version = "1.11.0"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10372
10373[[package]]
10374name = "portable-atomic-util"
10375version = "0.2.4"
10376source = "registry+https://github.com/rust-lang/crates.io-index"
10377checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10378dependencies = [
10379 "portable-atomic",
10380]
10381
10382[[package]]
10383name = "postage"
10384version = "0.5.0"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10387dependencies = [
10388 "atomic",
10389 "crossbeam-queue",
10390 "futures 0.3.31",
10391 "log",
10392 "parking_lot",
10393 "pin-project",
10394 "pollster",
10395 "static_assertions",
10396 "thiserror 1.0.69",
10397]
10398
10399[[package]]
10400name = "postcard"
10401version = "1.1.1"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10404dependencies = [
10405 "cobs",
10406 "embedded-io 0.4.0",
10407 "embedded-io 0.6.1",
10408 "serde",
10409]
10410
10411[[package]]
10412name = "powerfmt"
10413version = "0.2.0"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10416
10417[[package]]
10418name = "ppv-lite86"
10419version = "0.2.20"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10422dependencies = [
10423 "zerocopy 0.7.35",
10424]
10425
10426[[package]]
10427name = "precomputed-hash"
10428version = "0.1.1"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10431
10432[[package]]
10433name = "prettier"
10434version = "0.1.0"
10435dependencies = [
10436 "anyhow",
10437 "collections",
10438 "fs",
10439 "gpui",
10440 "language",
10441 "log",
10442 "lsp",
10443 "node_runtime",
10444 "parking_lot",
10445 "paths",
10446 "serde",
10447 "serde_json",
10448 "util",
10449]
10450
10451[[package]]
10452name = "pretty_assertions"
10453version = "1.4.1"
10454source = "registry+https://github.com/rust-lang/crates.io-index"
10455checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10456dependencies = [
10457 "diff",
10458 "yansi",
10459]
10460
10461[[package]]
10462name = "prettyplease"
10463version = "0.2.25"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10466dependencies = [
10467 "proc-macro2",
10468 "syn 2.0.100",
10469]
10470
10471[[package]]
10472name = "proc-macro-crate"
10473version = "3.2.0"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10476dependencies = [
10477 "toml_edit",
10478]
10479
10480[[package]]
10481name = "proc-macro-error-attr2"
10482version = "2.0.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10485dependencies = [
10486 "proc-macro2",
10487 "quote",
10488]
10489
10490[[package]]
10491name = "proc-macro-error2"
10492version = "2.0.1"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10495dependencies = [
10496 "proc-macro-error-attr2",
10497 "proc-macro2",
10498 "quote",
10499 "syn 2.0.100",
10500]
10501
10502[[package]]
10503name = "proc-macro2"
10504version = "1.0.94"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10507dependencies = [
10508 "unicode-ident",
10509]
10510
10511[[package]]
10512name = "proc-macro2-diagnostics"
10513version = "0.10.1"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10516dependencies = [
10517 "proc-macro2",
10518 "quote",
10519 "syn 2.0.100",
10520 "version_check",
10521 "yansi",
10522]
10523
10524[[package]]
10525name = "profiling"
10526version = "1.0.16"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10529dependencies = [
10530 "profiling-procmacros",
10531]
10532
10533[[package]]
10534name = "profiling-procmacros"
10535version = "1.0.16"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10538dependencies = [
10539 "quote",
10540 "syn 2.0.100",
10541]
10542
10543[[package]]
10544name = "project"
10545version = "0.1.0"
10546dependencies = [
10547 "aho-corasick",
10548 "anyhow",
10549 "askpass",
10550 "async-trait",
10551 "buffer_diff",
10552 "circular-buffer",
10553 "client",
10554 "clock",
10555 "collections",
10556 "dap",
10557 "dap_adapters",
10558 "env_logger 0.11.7",
10559 "extension",
10560 "fancy-regex 0.14.0",
10561 "fs",
10562 "futures 0.3.31",
10563 "fuzzy",
10564 "git",
10565 "git2",
10566 "globset",
10567 "gpui",
10568 "http_client",
10569 "image",
10570 "indexmap",
10571 "itertools 0.14.0",
10572 "language",
10573 "log",
10574 "lsp",
10575 "node_runtime",
10576 "parking_lot",
10577 "pathdiff",
10578 "paths",
10579 "postage",
10580 "prettier",
10581 "pretty_assertions",
10582 "rand 0.8.5",
10583 "regex",
10584 "release_channel",
10585 "remote",
10586 "rpc",
10587 "schemars",
10588 "serde",
10589 "serde_json",
10590 "settings",
10591 "sha2",
10592 "shellexpand 2.1.2",
10593 "shlex",
10594 "smol",
10595 "snippet",
10596 "snippet_provider",
10597 "sum_tree",
10598 "task",
10599 "tempfile",
10600 "terminal",
10601 "text",
10602 "toml 0.8.20",
10603 "unindent",
10604 "url",
10605 "util",
10606 "which 6.0.3",
10607 "worktree",
10608 "zlog",
10609]
10610
10611[[package]]
10612name = "project_panel"
10613version = "0.1.0"
10614dependencies = [
10615 "anyhow",
10616 "client",
10617 "collections",
10618 "command_palette_hooks",
10619 "db",
10620 "editor",
10621 "file_icons",
10622 "git",
10623 "gpui",
10624 "indexmap",
10625 "language",
10626 "menu",
10627 "pretty_assertions",
10628 "project",
10629 "schemars",
10630 "search",
10631 "serde",
10632 "serde_derive",
10633 "serde_json",
10634 "settings",
10635 "smallvec",
10636 "theme",
10637 "ui",
10638 "util",
10639 "workspace",
10640 "worktree",
10641 "zed_actions",
10642]
10643
10644[[package]]
10645name = "project_symbols"
10646version = "0.1.0"
10647dependencies = [
10648 "anyhow",
10649 "editor",
10650 "futures 0.3.31",
10651 "fuzzy",
10652 "gpui",
10653 "language",
10654 "lsp",
10655 "ordered-float 2.10.1",
10656 "picker",
10657 "project",
10658 "release_channel",
10659 "serde_json",
10660 "settings",
10661 "theme",
10662 "util",
10663 "workspace",
10664]
10665
10666[[package]]
10667name = "prometheus"
10668version = "0.13.4"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10671dependencies = [
10672 "cfg-if",
10673 "fnv",
10674 "lazy_static",
10675 "memchr",
10676 "parking_lot",
10677 "protobuf",
10678 "thiserror 1.0.69",
10679]
10680
10681[[package]]
10682name = "prompt_library"
10683version = "0.1.0"
10684dependencies = [
10685 "anyhow",
10686 "collections",
10687 "editor",
10688 "gpui",
10689 "language",
10690 "language_model",
10691 "log",
10692 "menu",
10693 "picker",
10694 "prompt_store",
10695 "release_channel",
10696 "rope",
10697 "serde",
10698 "settings",
10699 "theme",
10700 "ui",
10701 "util",
10702 "workspace",
10703 "zed_actions",
10704]
10705
10706[[package]]
10707name = "prompt_store"
10708version = "0.1.0"
10709dependencies = [
10710 "anyhow",
10711 "assets",
10712 "chrono",
10713 "collections",
10714 "fs",
10715 "futures 0.3.31",
10716 "fuzzy",
10717 "gpui",
10718 "handlebars 4.5.0",
10719 "heed",
10720 "language",
10721 "log",
10722 "parking_lot",
10723 "paths",
10724 "rope",
10725 "serde",
10726 "text",
10727 "util",
10728 "uuid",
10729]
10730
10731[[package]]
10732name = "prost"
10733version = "0.9.0"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10736dependencies = [
10737 "bytes 1.10.1",
10738 "prost-derive 0.9.0",
10739]
10740
10741[[package]]
10742name = "prost"
10743version = "0.12.6"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10746dependencies = [
10747 "bytes 1.10.1",
10748 "prost-derive 0.12.6",
10749]
10750
10751[[package]]
10752name = "prost-build"
10753version = "0.9.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10756dependencies = [
10757 "bytes 1.10.1",
10758 "heck 0.3.3",
10759 "itertools 0.10.5",
10760 "lazy_static",
10761 "log",
10762 "multimap 0.8.3",
10763 "petgraph",
10764 "prost 0.9.0",
10765 "prost-types 0.9.0",
10766 "regex",
10767 "tempfile",
10768 "which 4.4.2",
10769]
10770
10771[[package]]
10772name = "prost-build"
10773version = "0.12.6"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10776dependencies = [
10777 "bytes 1.10.1",
10778 "heck 0.5.0",
10779 "itertools 0.10.5",
10780 "log",
10781 "multimap 0.10.0",
10782 "once_cell",
10783 "petgraph",
10784 "prettyplease",
10785 "prost 0.12.6",
10786 "prost-types 0.12.6",
10787 "regex",
10788 "syn 2.0.100",
10789 "tempfile",
10790]
10791
10792[[package]]
10793name = "prost-derive"
10794version = "0.9.0"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10797dependencies = [
10798 "anyhow",
10799 "itertools 0.10.5",
10800 "proc-macro2",
10801 "quote",
10802 "syn 1.0.109",
10803]
10804
10805[[package]]
10806name = "prost-derive"
10807version = "0.12.6"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10810dependencies = [
10811 "anyhow",
10812 "itertools 0.10.5",
10813 "proc-macro2",
10814 "quote",
10815 "syn 2.0.100",
10816]
10817
10818[[package]]
10819name = "prost-types"
10820version = "0.9.0"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10823dependencies = [
10824 "bytes 1.10.1",
10825 "prost 0.9.0",
10826]
10827
10828[[package]]
10829name = "prost-types"
10830version = "0.12.6"
10831source = "registry+https://github.com/rust-lang/crates.io-index"
10832checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10833dependencies = [
10834 "prost 0.12.6",
10835]
10836
10837[[package]]
10838name = "proto"
10839version = "0.1.0"
10840dependencies = [
10841 "anyhow",
10842 "collections",
10843 "prost 0.9.0",
10844 "prost-build 0.9.0",
10845 "serde",
10846]
10847
10848[[package]]
10849name = "protobuf"
10850version = "2.28.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10853
10854[[package]]
10855name = "psm"
10856version = "0.1.24"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10859dependencies = [
10860 "cc",
10861]
10862
10863[[package]]
10864name = "ptr_meta"
10865version = "0.1.4"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10868dependencies = [
10869 "ptr_meta_derive",
10870]
10871
10872[[package]]
10873name = "ptr_meta_derive"
10874version = "0.1.4"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10877dependencies = [
10878 "proc-macro2",
10879 "quote",
10880 "syn 1.0.109",
10881]
10882
10883[[package]]
10884name = "pulldown-cmark"
10885version = "0.10.3"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10888dependencies = [
10889 "bitflags 2.8.0",
10890 "memchr",
10891 "pulldown-cmark-escape",
10892 "unicase",
10893]
10894
10895[[package]]
10896name = "pulldown-cmark"
10897version = "0.12.2"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10900dependencies = [
10901 "bitflags 2.8.0",
10902 "memchr",
10903 "unicase",
10904]
10905
10906[[package]]
10907name = "pulldown-cmark-escape"
10908version = "0.10.1"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10911
10912[[package]]
10913name = "pulley-interpreter"
10914version = "29.0.1"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10917dependencies = [
10918 "cranelift-bitset",
10919 "log",
10920 "sptr",
10921 "wasmtime-math",
10922]
10923
10924[[package]]
10925name = "qoi"
10926version = "0.4.1"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10929dependencies = [
10930 "bytemuck",
10931]
10932
10933[[package]]
10934name = "quick-error"
10935version = "2.0.1"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10938
10939[[package]]
10940name = "quick-xml"
10941version = "0.32.0"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10944dependencies = [
10945 "memchr",
10946]
10947
10948[[package]]
10949name = "quick-xml"
10950version = "0.37.2"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10953dependencies = [
10954 "memchr",
10955]
10956
10957[[package]]
10958name = "quinn"
10959version = "0.11.6"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10962dependencies = [
10963 "bytes 1.10.1",
10964 "pin-project-lite",
10965 "quinn-proto",
10966 "quinn-udp",
10967 "rustc-hash 2.1.1",
10968 "rustls 0.23.25",
10969 "socket2",
10970 "thiserror 2.0.12",
10971 "tokio",
10972 "tracing",
10973]
10974
10975[[package]]
10976name = "quinn-proto"
10977version = "0.11.9"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10980dependencies = [
10981 "bytes 1.10.1",
10982 "getrandom 0.2.15",
10983 "rand 0.8.5",
10984 "ring",
10985 "rustc-hash 2.1.1",
10986 "rustls 0.23.25",
10987 "rustls-pki-types",
10988 "slab",
10989 "thiserror 2.0.12",
10990 "tinyvec",
10991 "tracing",
10992 "web-time",
10993]
10994
10995[[package]]
10996name = "quinn-udp"
10997version = "0.5.9"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
11000dependencies = [
11001 "cfg_aliases 0.2.1",
11002 "libc",
11003 "once_cell",
11004 "socket2",
11005 "tracing",
11006 "windows-sys 0.59.0",
11007]
11008
11009[[package]]
11010name = "quote"
11011version = "1.0.40"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11014dependencies = [
11015 "proc-macro2",
11016]
11017
11018[[package]]
11019name = "radium"
11020version = "0.7.0"
11021source = "registry+https://github.com/rust-lang/crates.io-index"
11022checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11023
11024[[package]]
11025name = "rand"
11026version = "0.7.3"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11029dependencies = [
11030 "getrandom 0.1.16",
11031 "libc",
11032 "rand_chacha 0.2.2",
11033 "rand_core 0.5.1",
11034 "rand_hc",
11035]
11036
11037[[package]]
11038name = "rand"
11039version = "0.8.5"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11042dependencies = [
11043 "libc",
11044 "rand_chacha 0.3.1",
11045 "rand_core 0.6.4",
11046]
11047
11048[[package]]
11049name = "rand"
11050version = "0.9.0"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11053dependencies = [
11054 "rand_chacha 0.9.0",
11055 "rand_core 0.9.0",
11056 "zerocopy 0.8.18",
11057]
11058
11059[[package]]
11060name = "rand_chacha"
11061version = "0.2.2"
11062source = "registry+https://github.com/rust-lang/crates.io-index"
11063checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11064dependencies = [
11065 "ppv-lite86",
11066 "rand_core 0.5.1",
11067]
11068
11069[[package]]
11070name = "rand_chacha"
11071version = "0.3.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11074dependencies = [
11075 "ppv-lite86",
11076 "rand_core 0.6.4",
11077]
11078
11079[[package]]
11080name = "rand_chacha"
11081version = "0.9.0"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11084dependencies = [
11085 "ppv-lite86",
11086 "rand_core 0.9.0",
11087]
11088
11089[[package]]
11090name = "rand_core"
11091version = "0.5.1"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11094dependencies = [
11095 "getrandom 0.1.16",
11096]
11097
11098[[package]]
11099name = "rand_core"
11100version = "0.6.4"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11103dependencies = [
11104 "getrandom 0.2.15",
11105]
11106
11107[[package]]
11108name = "rand_core"
11109version = "0.9.0"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11112dependencies = [
11113 "getrandom 0.3.1",
11114 "zerocopy 0.8.18",
11115]
11116
11117[[package]]
11118name = "rand_hc"
11119version = "0.2.0"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11122dependencies = [
11123 "rand_core 0.5.1",
11124]
11125
11126[[package]]
11127name = "rangemap"
11128version = "1.5.1"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11131
11132[[package]]
11133name = "rav1e"
11134version = "0.7.1"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11137dependencies = [
11138 "arbitrary",
11139 "arg_enum_proc_macro",
11140 "arrayvec",
11141 "av1-grain",
11142 "bitstream-io",
11143 "built",
11144 "cfg-if",
11145 "interpolate_name",
11146 "itertools 0.12.1",
11147 "libc",
11148 "libfuzzer-sys",
11149 "log",
11150 "maybe-rayon",
11151 "new_debug_unreachable",
11152 "noop_proc_macro",
11153 "num-derive",
11154 "num-traits",
11155 "once_cell",
11156 "paste",
11157 "profiling",
11158 "rand 0.8.5",
11159 "rand_chacha 0.3.1",
11160 "simd_helpers",
11161 "system-deps",
11162 "thiserror 1.0.69",
11163 "v_frame",
11164 "wasm-bindgen",
11165]
11166
11167[[package]]
11168name = "ravif"
11169version = "0.11.11"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11172dependencies = [
11173 "avif-serialize",
11174 "imgref",
11175 "loop9",
11176 "quick-error",
11177 "rav1e",
11178 "rayon",
11179 "rgb",
11180]
11181
11182[[package]]
11183name = "raw-window-handle"
11184version = "0.6.2"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11187
11188[[package]]
11189name = "raw-window-metal"
11190version = "0.4.0"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11193dependencies = [
11194 "cocoa 0.25.0",
11195 "core-graphics 0.23.2",
11196 "objc",
11197 "raw-window-handle",
11198]
11199
11200[[package]]
11201name = "rayon"
11202version = "1.10.0"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11205dependencies = [
11206 "either",
11207 "rayon-core",
11208]
11209
11210[[package]]
11211name = "rayon-core"
11212version = "1.12.1"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11215dependencies = [
11216 "crossbeam-deque",
11217 "crossbeam-utils",
11218]
11219
11220[[package]]
11221name = "read-fonts"
11222version = "0.25.3"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11225dependencies = [
11226 "bytemuck",
11227 "font-types",
11228]
11229
11230[[package]]
11231name = "recent_projects"
11232version = "0.1.0"
11233dependencies = [
11234 "anyhow",
11235 "auto_update",
11236 "dap",
11237 "editor",
11238 "extension_host",
11239 "file_finder",
11240 "futures 0.3.31",
11241 "fuzzy",
11242 "gpui",
11243 "language",
11244 "log",
11245 "markdown",
11246 "menu",
11247 "ordered-float 2.10.1",
11248 "paths",
11249 "picker",
11250 "project",
11251 "release_channel",
11252 "remote",
11253 "schemars",
11254 "serde",
11255 "serde_json",
11256 "settings",
11257 "smol",
11258 "task",
11259 "telemetry",
11260 "theme",
11261 "ui",
11262 "util",
11263 "workspace",
11264 "zed_actions",
11265]
11266
11267[[package]]
11268name = "redox_syscall"
11269version = "0.2.16"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11272dependencies = [
11273 "bitflags 1.3.2",
11274]
11275
11276[[package]]
11277name = "redox_syscall"
11278version = "0.5.8"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11281dependencies = [
11282 "bitflags 2.8.0",
11283]
11284
11285[[package]]
11286name = "redox_users"
11287version = "0.4.6"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11290dependencies = [
11291 "getrandom 0.2.15",
11292 "libredox",
11293 "thiserror 1.0.69",
11294]
11295
11296[[package]]
11297name = "refineable"
11298version = "0.1.0"
11299dependencies = [
11300 "derive_refineable",
11301]
11302
11303[[package]]
11304name = "regalloc2"
11305version = "0.11.1"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11308dependencies = [
11309 "allocator-api2",
11310 "bumpalo",
11311 "hashbrown 0.15.2",
11312 "log",
11313 "rustc-hash 2.1.1",
11314 "smallvec",
11315]
11316
11317[[package]]
11318name = "regex"
11319version = "1.11.1"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11322dependencies = [
11323 "aho-corasick",
11324 "memchr",
11325 "regex-automata 0.4.9",
11326 "regex-syntax 0.8.5",
11327]
11328
11329[[package]]
11330name = "regex-automata"
11331version = "0.1.10"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11334dependencies = [
11335 "regex-syntax 0.6.29",
11336]
11337
11338[[package]]
11339name = "regex-automata"
11340version = "0.4.9"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11343dependencies = [
11344 "aho-corasick",
11345 "memchr",
11346 "regex-syntax 0.8.5",
11347]
11348
11349[[package]]
11350name = "regex-lite"
11351version = "0.1.6"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11354
11355[[package]]
11356name = "regex-syntax"
11357version = "0.6.29"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11360
11361[[package]]
11362name = "regex-syntax"
11363version = "0.8.5"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11366
11367[[package]]
11368name = "release_channel"
11369version = "0.1.0"
11370dependencies = [
11371 "gpui",
11372]
11373
11374[[package]]
11375name = "remote"
11376version = "0.1.0"
11377dependencies = [
11378 "anyhow",
11379 "askpass",
11380 "async-trait",
11381 "collections",
11382 "fs",
11383 "futures 0.3.31",
11384 "gpui",
11385 "itertools 0.14.0",
11386 "log",
11387 "parking_lot",
11388 "paths",
11389 "prost 0.9.0",
11390 "release_channel",
11391 "rpc",
11392 "schemars",
11393 "serde",
11394 "serde_json",
11395 "shlex",
11396 "smol",
11397 "tempfile",
11398 "thiserror 2.0.12",
11399 "urlencoding",
11400 "util",
11401]
11402
11403[[package]]
11404name = "remote_server"
11405version = "0.1.0"
11406dependencies = [
11407 "anyhow",
11408 "async-watch",
11409 "backtrace",
11410 "cargo_toml",
11411 "chrono",
11412 "clap",
11413 "client",
11414 "clock",
11415 "env_logger 0.11.7",
11416 "extension",
11417 "extension_host",
11418 "fork",
11419 "fs",
11420 "futures 0.3.31",
11421 "git",
11422 "git_hosting_providers",
11423 "gpui",
11424 "gpui_tokio",
11425 "http_client",
11426 "language",
11427 "language_extension",
11428 "languages",
11429 "libc",
11430 "log",
11431 "lsp",
11432 "node_runtime",
11433 "paths",
11434 "project",
11435 "proto",
11436 "release_channel",
11437 "remote",
11438 "reqwest_client",
11439 "rpc",
11440 "rust-embed",
11441 "serde",
11442 "serde_json",
11443 "settings",
11444 "shellexpand 2.1.2",
11445 "smol",
11446 "sysinfo",
11447 "telemetry_events",
11448 "toml 0.8.20",
11449 "unindent",
11450 "util",
11451 "worktree",
11452]
11453
11454[[package]]
11455name = "rend"
11456version = "0.4.2"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11459dependencies = [
11460 "bytecheck",
11461]
11462
11463[[package]]
11464name = "repl"
11465version = "0.1.0"
11466dependencies = [
11467 "alacritty_terminal",
11468 "anyhow",
11469 "async-dispatcher",
11470 "async-tungstenite",
11471 "base64 0.22.1",
11472 "client",
11473 "collections",
11474 "command_palette_hooks",
11475 "editor",
11476 "env_logger 0.11.7",
11477 "feature_flags",
11478 "file_icons",
11479 "futures 0.3.31",
11480 "gpui",
11481 "http_client",
11482 "image",
11483 "indoc",
11484 "jupyter-protocol",
11485 "jupyter-websocket-client",
11486 "language",
11487 "languages",
11488 "log",
11489 "markdown_preview",
11490 "menu",
11491 "multi_buffer",
11492 "nbformat",
11493 "picker",
11494 "project",
11495 "runtimelib",
11496 "schemars",
11497 "serde",
11498 "serde_json",
11499 "settings",
11500 "smol",
11501 "telemetry",
11502 "terminal",
11503 "terminal_view",
11504 "theme",
11505 "tree-sitter-md",
11506 "tree-sitter-python",
11507 "tree-sitter-typescript",
11508 "ui",
11509 "util",
11510 "uuid",
11511 "workspace",
11512]
11513
11514[[package]]
11515name = "reqwest"
11516version = "0.11.27"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11519dependencies = [
11520 "base64 0.21.7",
11521 "bytes 1.10.1",
11522 "encoding_rs",
11523 "futures-core",
11524 "futures-util",
11525 "h2 0.3.26",
11526 "http 0.2.12",
11527 "http-body 0.4.6",
11528 "hyper 0.14.32",
11529 "hyper-rustls 0.24.2",
11530 "hyper-tls",
11531 "ipnet",
11532 "js-sys",
11533 "log",
11534 "mime",
11535 "native-tls",
11536 "once_cell",
11537 "percent-encoding",
11538 "pin-project-lite",
11539 "rustls 0.21.12",
11540 "rustls-native-certs 0.6.3",
11541 "rustls-pemfile 1.0.4",
11542 "serde",
11543 "serde_json",
11544 "serde_urlencoded",
11545 "sync_wrapper 0.1.2",
11546 "system-configuration 0.5.1",
11547 "tokio",
11548 "tokio-native-tls",
11549 "tokio-rustls 0.24.1",
11550 "tower-service",
11551 "url",
11552 "wasm-bindgen",
11553 "wasm-bindgen-futures",
11554 "web-sys",
11555 "winreg 0.50.0",
11556]
11557
11558[[package]]
11559name = "reqwest"
11560version = "0.12.8"
11561source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11562dependencies = [
11563 "base64 0.22.1",
11564 "bytes 1.10.1",
11565 "encoding_rs",
11566 "futures-core",
11567 "futures-util",
11568 "h2 0.4.7",
11569 "http 1.2.0",
11570 "http-body 1.0.1",
11571 "http-body-util",
11572 "hyper 1.5.1",
11573 "hyper-rustls 0.27.3",
11574 "hyper-util",
11575 "ipnet",
11576 "js-sys",
11577 "log",
11578 "mime",
11579 "once_cell",
11580 "percent-encoding",
11581 "pin-project-lite",
11582 "quinn",
11583 "rustls 0.23.25",
11584 "rustls-native-certs 0.8.1",
11585 "rustls-pemfile 2.2.0",
11586 "rustls-pki-types",
11587 "serde",
11588 "serde_json",
11589 "serde_urlencoded",
11590 "sync_wrapper 1.0.2",
11591 "system-configuration 0.6.1",
11592 "tokio",
11593 "tokio-rustls 0.26.1",
11594 "tokio-socks",
11595 "tokio-util",
11596 "tower-service",
11597 "url",
11598 "wasm-bindgen",
11599 "wasm-bindgen-futures",
11600 "wasm-streams",
11601 "web-sys",
11602 "windows-registry",
11603]
11604
11605[[package]]
11606name = "reqwest_client"
11607version = "0.1.0"
11608dependencies = [
11609 "anyhow",
11610 "bytes 1.10.1",
11611 "futures 0.3.31",
11612 "gpui",
11613 "http_client",
11614 "http_client_tls",
11615 "log",
11616 "regex",
11617 "reqwest 0.12.8",
11618 "serde",
11619 "smol",
11620 "tokio",
11621]
11622
11623[[package]]
11624name = "resvg"
11625version = "0.45.0"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11628dependencies = [
11629 "log",
11630 "pico-args",
11631 "rgb",
11632 "svgtypes",
11633 "tiny-skia",
11634 "usvg",
11635]
11636
11637[[package]]
11638name = "rfc6979"
11639version = "0.3.1"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11642dependencies = [
11643 "crypto-bigint 0.4.9",
11644 "hmac",
11645 "zeroize",
11646]
11647
11648[[package]]
11649name = "rgb"
11650version = "0.8.50"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11653dependencies = [
11654 "bytemuck",
11655]
11656
11657[[package]]
11658name = "rich_text"
11659version = "0.1.0"
11660dependencies = [
11661 "futures 0.3.31",
11662 "gpui",
11663 "language",
11664 "linkify",
11665 "pulldown-cmark 0.12.2",
11666 "theme",
11667 "ui",
11668 "util",
11669]
11670
11671[[package]]
11672name = "ring"
11673version = "0.17.8"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11676dependencies = [
11677 "cc",
11678 "cfg-if",
11679 "getrandom 0.2.15",
11680 "libc",
11681 "spin",
11682 "untrusted",
11683 "windows-sys 0.52.0",
11684]
11685
11686[[package]]
11687name = "rkyv"
11688version = "0.7.45"
11689source = "registry+https://github.com/rust-lang/crates.io-index"
11690checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11691dependencies = [
11692 "bitvec",
11693 "bytecheck",
11694 "bytes 1.10.1",
11695 "hashbrown 0.12.3",
11696 "ptr_meta",
11697 "rend",
11698 "rkyv_derive",
11699 "seahash",
11700 "tinyvec",
11701 "uuid",
11702]
11703
11704[[package]]
11705name = "rkyv_derive"
11706version = "0.7.45"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11709dependencies = [
11710 "proc-macro2",
11711 "quote",
11712 "syn 1.0.109",
11713]
11714
11715[[package]]
11716name = "rmp"
11717version = "0.8.14"
11718source = "registry+https://github.com/rust-lang/crates.io-index"
11719checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11720dependencies = [
11721 "byteorder",
11722 "num-traits",
11723 "paste",
11724]
11725
11726[[package]]
11727name = "rmpv"
11728version = "1.3.0"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11731dependencies = [
11732 "num-traits",
11733 "rmp",
11734]
11735
11736[[package]]
11737name = "rodio"
11738version = "0.20.1"
11739source = "registry+https://github.com/rust-lang/crates.io-index"
11740checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11741dependencies = [
11742 "cpal",
11743 "hound",
11744]
11745
11746[[package]]
11747name = "rope"
11748version = "0.1.0"
11749dependencies = [
11750 "arrayvec",
11751 "criterion",
11752 "ctor",
11753 "env_logger 0.11.7",
11754 "gpui",
11755 "log",
11756 "rand 0.8.5",
11757 "rayon",
11758 "smallvec",
11759 "sum_tree",
11760 "unicode-segmentation",
11761 "util",
11762]
11763
11764[[package]]
11765name = "roxmltree"
11766version = "0.20.0"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11769
11770[[package]]
11771name = "rpc"
11772version = "0.1.0"
11773dependencies = [
11774 "anyhow",
11775 "async-tungstenite",
11776 "base64 0.22.1",
11777 "chrono",
11778 "collections",
11779 "env_logger 0.11.7",
11780 "futures 0.3.31",
11781 "gpui",
11782 "parking_lot",
11783 "proto",
11784 "rand 0.8.5",
11785 "rsa",
11786 "serde",
11787 "serde_json",
11788 "sha2",
11789 "strum",
11790 "tracing",
11791 "util",
11792 "zstd",
11793]
11794
11795[[package]]
11796name = "rsa"
11797version = "0.9.8"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11800dependencies = [
11801 "const-oid",
11802 "digest",
11803 "num-bigint-dig",
11804 "num-integer",
11805 "num-traits",
11806 "pkcs1",
11807 "pkcs8 0.10.2",
11808 "rand_core 0.6.4",
11809 "signature 2.2.0",
11810 "spki 0.7.3",
11811 "subtle",
11812 "zeroize",
11813]
11814
11815[[package]]
11816name = "runtimelib"
11817version = "0.25.0"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11820dependencies = [
11821 "anyhow",
11822 "async-dispatcher",
11823 "async-std",
11824 "base64 0.22.1",
11825 "bytes 1.10.1",
11826 "chrono",
11827 "data-encoding",
11828 "dirs 5.0.1",
11829 "futures 0.3.31",
11830 "glob",
11831 "jupyter-protocol",
11832 "ring",
11833 "serde",
11834 "serde_json",
11835 "shellexpand 3.1.0",
11836 "smol",
11837 "uuid",
11838 "zeromq",
11839]
11840
11841[[package]]
11842name = "rust-embed"
11843version = "8.5.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11846dependencies = [
11847 "rust-embed-impl",
11848 "rust-embed-utils",
11849 "walkdir",
11850]
11851
11852[[package]]
11853name = "rust-embed-impl"
11854version = "8.5.0"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11857dependencies = [
11858 "proc-macro2",
11859 "quote",
11860 "rust-embed-utils",
11861 "syn 2.0.100",
11862 "walkdir",
11863]
11864
11865[[package]]
11866name = "rust-embed-utils"
11867version = "8.5.0"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11870dependencies = [
11871 "globset",
11872 "sha2",
11873 "walkdir",
11874]
11875
11876[[package]]
11877name = "rust_decimal"
11878version = "1.36.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11881dependencies = [
11882 "arrayvec",
11883 "borsh",
11884 "bytes 1.10.1",
11885 "num-traits",
11886 "rand 0.8.5",
11887 "rkyv",
11888 "serde",
11889 "serde_json",
11890]
11891
11892[[package]]
11893name = "rustc-demangle"
11894version = "0.1.24"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11897
11898[[package]]
11899name = "rustc-hash"
11900version = "1.1.0"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11903
11904[[package]]
11905name = "rustc-hash"
11906version = "2.1.1"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11909
11910[[package]]
11911name = "rustc_version"
11912version = "0.4.1"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11915dependencies = [
11916 "semver",
11917]
11918
11919[[package]]
11920name = "rustix"
11921version = "0.38.42"
11922source = "registry+https://github.com/rust-lang/crates.io-index"
11923checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11924dependencies = [
11925 "bitflags 2.8.0",
11926 "errno 0.3.10",
11927 "itoa",
11928 "libc",
11929 "linux-raw-sys",
11930 "once_cell",
11931 "windows-sys 0.59.0",
11932]
11933
11934[[package]]
11935name = "rustix-openpty"
11936version = "0.1.1"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11939dependencies = [
11940 "errno 0.3.10",
11941 "libc",
11942 "rustix",
11943]
11944
11945[[package]]
11946name = "rustls"
11947version = "0.21.12"
11948source = "registry+https://github.com/rust-lang/crates.io-index"
11949checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11950dependencies = [
11951 "log",
11952 "ring",
11953 "rustls-webpki 0.101.7",
11954 "sct",
11955]
11956
11957[[package]]
11958name = "rustls"
11959version = "0.23.25"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11962dependencies = [
11963 "aws-lc-rs",
11964 "log",
11965 "once_cell",
11966 "ring",
11967 "rustls-pki-types",
11968 "rustls-webpki 0.103.0",
11969 "subtle",
11970 "zeroize",
11971]
11972
11973[[package]]
11974name = "rustls-native-certs"
11975version = "0.6.3"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11978dependencies = [
11979 "openssl-probe",
11980 "rustls-pemfile 1.0.4",
11981 "schannel",
11982 "security-framework 2.11.1",
11983]
11984
11985[[package]]
11986name = "rustls-native-certs"
11987version = "0.8.1"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11990dependencies = [
11991 "openssl-probe",
11992 "rustls-pki-types",
11993 "schannel",
11994 "security-framework 3.0.1",
11995]
11996
11997[[package]]
11998name = "rustls-pemfile"
11999version = "1.0.4"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
12002dependencies = [
12003 "base64 0.21.7",
12004]
12005
12006[[package]]
12007name = "rustls-pemfile"
12008version = "2.2.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12011dependencies = [
12012 "rustls-pki-types",
12013]
12014
12015[[package]]
12016name = "rustls-pki-types"
12017version = "1.11.0"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12020dependencies = [
12021 "web-time",
12022]
12023
12024[[package]]
12025name = "rustls-platform-verifier"
12026version = "0.5.1"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12029dependencies = [
12030 "core-foundation 0.10.0",
12031 "core-foundation-sys",
12032 "jni",
12033 "log",
12034 "once_cell",
12035 "rustls 0.23.25",
12036 "rustls-native-certs 0.8.1",
12037 "rustls-platform-verifier-android",
12038 "rustls-webpki 0.103.0",
12039 "security-framework 3.0.1",
12040 "security-framework-sys",
12041 "webpki-root-certs",
12042 "windows-sys 0.59.0",
12043]
12044
12045[[package]]
12046name = "rustls-platform-verifier-android"
12047version = "0.1.1"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12050
12051[[package]]
12052name = "rustls-webpki"
12053version = "0.101.7"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12056dependencies = [
12057 "ring",
12058 "untrusted",
12059]
12060
12061[[package]]
12062name = "rustls-webpki"
12063version = "0.103.0"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12066dependencies = [
12067 "aws-lc-rs",
12068 "ring",
12069 "rustls-pki-types",
12070 "untrusted",
12071]
12072
12073[[package]]
12074name = "rustversion"
12075version = "1.0.18"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12078
12079[[package]]
12080name = "rustybuzz"
12081version = "0.14.1"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12084dependencies = [
12085 "bitflags 2.8.0",
12086 "bytemuck",
12087 "libm",
12088 "smallvec",
12089 "ttf-parser 0.21.1",
12090 "unicode-bidi-mirroring 0.2.0",
12091 "unicode-ccc 0.2.0",
12092 "unicode-properties",
12093 "unicode-script",
12094]
12095
12096[[package]]
12097name = "rustybuzz"
12098version = "0.20.1"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12101dependencies = [
12102 "bitflags 2.8.0",
12103 "bytemuck",
12104 "core_maths",
12105 "log",
12106 "smallvec",
12107 "ttf-parser 0.25.1",
12108 "unicode-bidi-mirroring 0.4.0",
12109 "unicode-ccc 0.4.0",
12110 "unicode-properties",
12111 "unicode-script",
12112]
12113
12114[[package]]
12115name = "ryu"
12116version = "1.0.18"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12119
12120[[package]]
12121name = "salsa20"
12122version = "0.10.2"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12125dependencies = [
12126 "cipher",
12127]
12128
12129[[package]]
12130name = "same-file"
12131version = "1.0.6"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12134dependencies = [
12135 "winapi-util",
12136]
12137
12138[[package]]
12139name = "schannel"
12140version = "0.1.27"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12143dependencies = [
12144 "windows-sys 0.59.0",
12145]
12146
12147[[package]]
12148name = "schema_generator"
12149version = "0.1.0"
12150dependencies = [
12151 "anyhow",
12152 "clap",
12153 "env_logger 0.11.7",
12154 "schemars",
12155 "serde",
12156 "serde_json",
12157 "theme",
12158]
12159
12160[[package]]
12161name = "schemars"
12162version = "0.8.22"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12165dependencies = [
12166 "dyn-clone",
12167 "indexmap",
12168 "schemars_derive",
12169 "serde",
12170 "serde_json",
12171]
12172
12173[[package]]
12174name = "schemars_derive"
12175version = "0.8.22"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12178dependencies = [
12179 "proc-macro2",
12180 "quote",
12181 "serde_derive_internals",
12182 "syn 2.0.100",
12183]
12184
12185[[package]]
12186name = "scoped-tls"
12187version = "1.0.1"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12190
12191[[package]]
12192name = "scopeguard"
12193version = "1.2.0"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12196
12197[[package]]
12198name = "scratch"
12199version = "1.0.7"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12202
12203[[package]]
12204name = "scripting_tool"
12205version = "0.1.0"
12206dependencies = [
12207 "anyhow",
12208 "buffer_diff",
12209 "clock",
12210 "collections",
12211 "futures 0.3.31",
12212 "gpui",
12213 "language",
12214 "log",
12215 "mlua",
12216 "parking_lot",
12217 "project",
12218 "rand 0.8.5",
12219 "regex",
12220 "schemars",
12221 "serde",
12222 "serde_json",
12223 "settings",
12224 "util",
12225]
12226
12227[[package]]
12228name = "scrypt"
12229version = "0.11.0"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12232dependencies = [
12233 "password-hash 0.5.0",
12234 "pbkdf2 0.12.2",
12235 "salsa20",
12236 "sha2",
12237]
12238
12239[[package]]
12240name = "sct"
12241version = "0.7.1"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12244dependencies = [
12245 "ring",
12246 "untrusted",
12247]
12248
12249[[package]]
12250name = "sea-bae"
12251version = "0.2.1"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12254dependencies = [
12255 "heck 0.4.1",
12256 "proc-macro-error2",
12257 "proc-macro2",
12258 "quote",
12259 "syn 2.0.100",
12260]
12261
12262[[package]]
12263name = "sea-orm"
12264version = "1.1.7"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12267dependencies = [
12268 "async-stream",
12269 "async-trait",
12270 "bigdecimal",
12271 "chrono",
12272 "futures-util",
12273 "log",
12274 "ouroboros",
12275 "pgvector",
12276 "rust_decimal",
12277 "sea-orm-macros",
12278 "sea-query",
12279 "sea-query-binder",
12280 "serde",
12281 "serde_json",
12282 "sqlx",
12283 "strum",
12284 "thiserror 1.0.69",
12285 "time",
12286 "tracing",
12287 "url",
12288 "uuid",
12289]
12290
12291[[package]]
12292name = "sea-orm-macros"
12293version = "1.1.7"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12296dependencies = [
12297 "heck 0.4.1",
12298 "proc-macro2",
12299 "quote",
12300 "sea-bae",
12301 "syn 2.0.100",
12302 "unicode-ident",
12303]
12304
12305[[package]]
12306name = "sea-query"
12307version = "0.32.1"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12310dependencies = [
12311 "bigdecimal",
12312 "chrono",
12313 "inherent",
12314 "ordered-float 3.9.2",
12315 "rust_decimal",
12316 "serde_json",
12317 "time",
12318 "uuid",
12319]
12320
12321[[package]]
12322name = "sea-query-binder"
12323version = "0.7.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12326dependencies = [
12327 "bigdecimal",
12328 "chrono",
12329 "rust_decimal",
12330 "sea-query",
12331 "serde_json",
12332 "sqlx",
12333 "time",
12334 "uuid",
12335]
12336
12337[[package]]
12338name = "seahash"
12339version = "4.1.0"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12342
12343[[package]]
12344name = "search"
12345version = "0.1.0"
12346dependencies = [
12347 "any_vec",
12348 "anyhow",
12349 "bitflags 2.8.0",
12350 "client",
12351 "collections",
12352 "editor",
12353 "futures 0.3.31",
12354 "gpui",
12355 "language",
12356 "menu",
12357 "project",
12358 "schemars",
12359 "serde",
12360 "serde_json",
12361 "settings",
12362 "smol",
12363 "theme",
12364 "ui",
12365 "unindent",
12366 "util",
12367 "workspace",
12368 "zed_actions",
12369]
12370
12371[[package]]
12372name = "sec1"
12373version = "0.3.0"
12374source = "registry+https://github.com/rust-lang/crates.io-index"
12375checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12376dependencies = [
12377 "base16ct",
12378 "der 0.6.1",
12379 "generic-array",
12380 "pkcs8 0.9.0",
12381 "subtle",
12382 "zeroize",
12383]
12384
12385[[package]]
12386name = "security-framework"
12387version = "2.11.1"
12388source = "registry+https://github.com/rust-lang/crates.io-index"
12389checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12390dependencies = [
12391 "bitflags 2.8.0",
12392 "core-foundation 0.9.4",
12393 "core-foundation-sys",
12394 "libc",
12395 "security-framework-sys",
12396]
12397
12398[[package]]
12399name = "security-framework"
12400version = "3.0.1"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12403dependencies = [
12404 "bitflags 2.8.0",
12405 "core-foundation 0.10.0",
12406 "core-foundation-sys",
12407 "libc",
12408 "security-framework-sys",
12409]
12410
12411[[package]]
12412name = "security-framework-sys"
12413version = "2.12.1"
12414source = "registry+https://github.com/rust-lang/crates.io-index"
12415checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12416dependencies = [
12417 "core-foundation-sys",
12418 "libc",
12419]
12420
12421[[package]]
12422name = "self_cell"
12423version = "1.1.0"
12424source = "registry+https://github.com/rust-lang/crates.io-index"
12425checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12426
12427[[package]]
12428name = "semantic_index"
12429version = "0.1.0"
12430dependencies = [
12431 "anyhow",
12432 "arrayvec",
12433 "blake3",
12434 "client",
12435 "clock",
12436 "collections",
12437 "env_logger 0.11.7",
12438 "feature_flags",
12439 "fs",
12440 "futures 0.3.31",
12441 "futures-batch",
12442 "gpui",
12443 "heed",
12444 "http_client",
12445 "language",
12446 "language_model",
12447 "languages",
12448 "log",
12449 "open_ai",
12450 "parking_lot",
12451 "project",
12452 "reqwest_client",
12453 "serde",
12454 "serde_json",
12455 "settings",
12456 "sha2",
12457 "smol",
12458 "streaming-iterator",
12459 "tempfile",
12460 "theme",
12461 "tree-sitter",
12462 "ui",
12463 "unindent",
12464 "util",
12465 "workspace",
12466 "worktree",
12467]
12468
12469[[package]]
12470name = "semantic_version"
12471version = "0.1.0"
12472dependencies = [
12473 "anyhow",
12474 "serde",
12475]
12476
12477[[package]]
12478name = "semver"
12479version = "1.0.26"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12482dependencies = [
12483 "serde",
12484]
12485
12486[[package]]
12487name = "serde"
12488version = "1.0.218"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12491dependencies = [
12492 "serde_derive",
12493]
12494
12495[[package]]
12496name = "serde_derive"
12497version = "1.0.218"
12498source = "registry+https://github.com/rust-lang/crates.io-index"
12499checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12500dependencies = [
12501 "proc-macro2",
12502 "quote",
12503 "syn 2.0.100",
12504]
12505
12506[[package]]
12507name = "serde_derive_internals"
12508version = "0.29.1"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12511dependencies = [
12512 "proc-macro2",
12513 "quote",
12514 "syn 2.0.100",
12515]
12516
12517[[package]]
12518name = "serde_fmt"
12519version = "1.0.3"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12522dependencies = [
12523 "serde",
12524]
12525
12526[[package]]
12527name = "serde_json"
12528version = "1.0.140"
12529source = "registry+https://github.com/rust-lang/crates.io-index"
12530checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12531dependencies = [
12532 "indexmap",
12533 "itoa",
12534 "memchr",
12535 "ryu",
12536 "serde",
12537]
12538
12539[[package]]
12540name = "serde_json_lenient"
12541version = "0.2.4"
12542source = "registry+https://github.com/rust-lang/crates.io-index"
12543checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12544dependencies = [
12545 "indexmap",
12546 "itoa",
12547 "memchr",
12548 "ryu",
12549 "serde",
12550]
12551
12552[[package]]
12553name = "serde_path_to_error"
12554version = "0.1.16"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12557dependencies = [
12558 "itoa",
12559 "serde",
12560]
12561
12562[[package]]
12563name = "serde_qs"
12564version = "0.8.5"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12567dependencies = [
12568 "percent-encoding",
12569 "serde",
12570 "thiserror 1.0.69",
12571]
12572
12573[[package]]
12574name = "serde_qs"
12575version = "0.10.1"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12578dependencies = [
12579 "percent-encoding",
12580 "serde",
12581 "thiserror 1.0.69",
12582]
12583
12584[[package]]
12585name = "serde_repr"
12586version = "0.1.20"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12589dependencies = [
12590 "proc-macro2",
12591 "quote",
12592 "syn 2.0.100",
12593]
12594
12595[[package]]
12596name = "serde_spanned"
12597version = "0.6.8"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12600dependencies = [
12601 "serde",
12602]
12603
12604[[package]]
12605name = "serde_urlencoded"
12606version = "0.7.1"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12609dependencies = [
12610 "form_urlencoded",
12611 "itoa",
12612 "ryu",
12613 "serde",
12614]
12615
12616[[package]]
12617name = "session"
12618version = "0.1.0"
12619dependencies = [
12620 "db",
12621 "gpui",
12622 "serde_json",
12623 "util",
12624 "uuid",
12625]
12626
12627[[package]]
12628name = "settings"
12629version = "0.1.0"
12630dependencies = [
12631 "anyhow",
12632 "collections",
12633 "ec4rs",
12634 "fs",
12635 "futures 0.3.31",
12636 "gpui",
12637 "indoc",
12638 "inventory",
12639 "log",
12640 "paths",
12641 "pretty_assertions",
12642 "release_channel",
12643 "rust-embed",
12644 "schemars",
12645 "serde",
12646 "serde_derive",
12647 "serde_json",
12648 "serde_json_lenient",
12649 "smallvec",
12650 "streaming-iterator",
12651 "tree-sitter",
12652 "tree-sitter-json",
12653 "unindent",
12654 "util",
12655]
12656
12657[[package]]
12658name = "settings_ui"
12659version = "0.1.0"
12660dependencies = [
12661 "command_palette_hooks",
12662 "editor",
12663 "feature_flags",
12664 "gpui",
12665 "settings",
12666 "theme",
12667 "ui",
12668 "workspace",
12669]
12670
12671[[package]]
12672name = "sha1"
12673version = "0.10.6"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12676dependencies = [
12677 "cfg-if",
12678 "cpufeatures",
12679 "digest",
12680]
12681
12682[[package]]
12683name = "sha1_smol"
12684version = "1.0.1"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12687
12688[[package]]
12689name = "sha2"
12690version = "0.10.8"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12693dependencies = [
12694 "cfg-if",
12695 "cpufeatures",
12696 "digest",
12697]
12698
12699[[package]]
12700name = "sharded-slab"
12701version = "0.1.7"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12704dependencies = [
12705 "lazy_static",
12706]
12707
12708[[package]]
12709name = "shell-words"
12710version = "1.1.0"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12713
12714[[package]]
12715name = "shellexpand"
12716version = "2.1.2"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12719dependencies = [
12720 "dirs 4.0.0",
12721]
12722
12723[[package]]
12724name = "shellexpand"
12725version = "3.1.0"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12728dependencies = [
12729 "dirs 5.0.1",
12730]
12731
12732[[package]]
12733name = "shlex"
12734version = "1.3.0"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12737
12738[[package]]
12739name = "signal-hook"
12740version = "0.3.17"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12743dependencies = [
12744 "libc",
12745 "signal-hook-registry",
12746]
12747
12748[[package]]
12749name = "signal-hook-registry"
12750version = "1.4.2"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12753dependencies = [
12754 "libc",
12755]
12756
12757[[package]]
12758name = "signature"
12759version = "1.6.4"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12762dependencies = [
12763 "digest",
12764 "rand_core 0.6.4",
12765]
12766
12767[[package]]
12768name = "signature"
12769version = "2.2.0"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12772dependencies = [
12773 "digest",
12774 "rand_core 0.6.4",
12775]
12776
12777[[package]]
12778name = "simd-adler32"
12779version = "0.3.7"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12782
12783[[package]]
12784name = "simd_helpers"
12785version = "0.1.0"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12788dependencies = [
12789 "quote",
12790]
12791
12792[[package]]
12793name = "simdutf8"
12794version = "0.1.5"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12797
12798[[package]]
12799name = "simple_asn1"
12800version = "0.6.2"
12801source = "registry+https://github.com/rust-lang/crates.io-index"
12802checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12803dependencies = [
12804 "num-bigint",
12805 "num-traits",
12806 "thiserror 1.0.69",
12807 "time",
12808]
12809
12810[[package]]
12811name = "simplecss"
12812version = "0.2.1"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12815dependencies = [
12816 "log",
12817]
12818
12819[[package]]
12820name = "simplelog"
12821version = "0.12.2"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12824dependencies = [
12825 "log",
12826 "termcolor",
12827 "time",
12828]
12829
12830[[package]]
12831name = "siphasher"
12832version = "0.3.11"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12835
12836[[package]]
12837name = "siphasher"
12838version = "1.0.1"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12841
12842[[package]]
12843name = "skrifa"
12844version = "0.26.6"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12847dependencies = [
12848 "bytemuck",
12849 "read-fonts",
12850]
12851
12852[[package]]
12853name = "slab"
12854version = "0.4.9"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12857dependencies = [
12858 "autocfg",
12859]
12860
12861[[package]]
12862name = "slash_commands_example"
12863version = "0.1.0"
12864dependencies = [
12865 "zed_extension_api 0.1.0",
12866]
12867
12868[[package]]
12869name = "slotmap"
12870version = "1.0.7"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12873dependencies = [
12874 "version_check",
12875]
12876
12877[[package]]
12878name = "smallvec"
12879version = "1.14.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12882dependencies = [
12883 "serde",
12884]
12885
12886[[package]]
12887name = "smart-default"
12888version = "0.6.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12891dependencies = [
12892 "proc-macro2",
12893 "quote",
12894 "syn 1.0.109",
12895]
12896
12897[[package]]
12898name = "smol"
12899version = "2.0.2"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12902dependencies = [
12903 "async-channel 2.3.1",
12904 "async-executor",
12905 "async-fs",
12906 "async-io",
12907 "async-lock",
12908 "async-net",
12909 "async-process",
12910 "blocking",
12911 "futures-lite 2.6.0",
12912]
12913
12914[[package]]
12915name = "smol_str"
12916version = "0.1.24"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12919dependencies = [
12920 "serde",
12921]
12922
12923[[package]]
12924name = "smol_str"
12925version = "0.2.2"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12928
12929[[package]]
12930name = "snippet"
12931version = "0.1.0"
12932dependencies = [
12933 "anyhow",
12934 "smallvec",
12935]
12936
12937[[package]]
12938name = "snippet_provider"
12939version = "0.1.0"
12940dependencies = [
12941 "anyhow",
12942 "collections",
12943 "extension",
12944 "fs",
12945 "futures 0.3.31",
12946 "gpui",
12947 "parking_lot",
12948 "paths",
12949 "schemars",
12950 "serde",
12951 "serde_json_lenient",
12952 "snippet",
12953 "util",
12954]
12955
12956[[package]]
12957name = "snippets_ui"
12958version = "0.1.0"
12959dependencies = [
12960 "fuzzy",
12961 "gpui",
12962 "language",
12963 "paths",
12964 "picker",
12965 "ui",
12966 "util",
12967 "workspace",
12968]
12969
12970[[package]]
12971name = "socket2"
12972version = "0.5.8"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12975dependencies = [
12976 "libc",
12977 "windows-sys 0.52.0",
12978]
12979
12980[[package]]
12981name = "spdx"
12982version = "0.10.7"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12985dependencies = [
12986 "smallvec",
12987]
12988
12989[[package]]
12990name = "spin"
12991version = "0.9.8"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12994dependencies = [
12995 "lock_api",
12996]
12997
12998[[package]]
12999name = "spirv"
13000version = "0.3.0+sdk-1.3.268.0"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
13003dependencies = [
13004 "bitflags 2.8.0",
13005]
13006
13007[[package]]
13008name = "spki"
13009version = "0.6.0"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13012dependencies = [
13013 "base64ct",
13014 "der 0.6.1",
13015]
13016
13017[[package]]
13018name = "spki"
13019version = "0.7.3"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13022dependencies = [
13023 "base64ct",
13024 "der 0.7.9",
13025]
13026
13027[[package]]
13028name = "sptr"
13029version = "0.3.2"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13032
13033[[package]]
13034name = "sqlez"
13035version = "0.1.0"
13036dependencies = [
13037 "anyhow",
13038 "collections",
13039 "futures 0.3.31",
13040 "indoc",
13041 "libsqlite3-sys",
13042 "parking_lot",
13043 "smol",
13044 "sqlformat",
13045 "thread_local",
13046 "util",
13047 "uuid",
13048]
13049
13050[[package]]
13051name = "sqlez_macros"
13052version = "0.1.0"
13053dependencies = [
13054 "sqlez",
13055 "sqlformat",
13056 "syn 1.0.109",
13057]
13058
13059[[package]]
13060name = "sqlformat"
13061version = "0.2.6"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13064dependencies = [
13065 "nom",
13066 "unicode_categories",
13067]
13068
13069[[package]]
13070name = "sqlx"
13071version = "0.8.3"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13074dependencies = [
13075 "sqlx-core",
13076 "sqlx-macros",
13077 "sqlx-mysql",
13078 "sqlx-postgres",
13079 "sqlx-sqlite",
13080]
13081
13082[[package]]
13083name = "sqlx-core"
13084version = "0.8.3"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13087dependencies = [
13088 "bigdecimal",
13089 "bytes 1.10.1",
13090 "chrono",
13091 "crc",
13092 "crossbeam-queue",
13093 "either",
13094 "event-listener 5.3.1",
13095 "futures-core",
13096 "futures-intrusive",
13097 "futures-io",
13098 "futures-util",
13099 "hashbrown 0.15.2",
13100 "hashlink 0.10.0",
13101 "indexmap",
13102 "log",
13103 "memchr",
13104 "once_cell",
13105 "percent-encoding",
13106 "rust_decimal",
13107 "rustls 0.23.25",
13108 "rustls-pemfile 2.2.0",
13109 "serde",
13110 "serde_json",
13111 "sha2",
13112 "smallvec",
13113 "thiserror 2.0.12",
13114 "time",
13115 "tokio",
13116 "tokio-stream",
13117 "tracing",
13118 "url",
13119 "uuid",
13120 "webpki-roots",
13121]
13122
13123[[package]]
13124name = "sqlx-macros"
13125version = "0.8.3"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13128dependencies = [
13129 "proc-macro2",
13130 "quote",
13131 "sqlx-core",
13132 "sqlx-macros-core",
13133 "syn 2.0.100",
13134]
13135
13136[[package]]
13137name = "sqlx-macros-core"
13138version = "0.8.3"
13139source = "registry+https://github.com/rust-lang/crates.io-index"
13140checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13141dependencies = [
13142 "dotenvy",
13143 "either",
13144 "heck 0.5.0",
13145 "hex",
13146 "once_cell",
13147 "proc-macro2",
13148 "quote",
13149 "serde",
13150 "serde_json",
13151 "sha2",
13152 "sqlx-core",
13153 "sqlx-mysql",
13154 "sqlx-postgres",
13155 "sqlx-sqlite",
13156 "syn 2.0.100",
13157 "tempfile",
13158 "tokio",
13159 "url",
13160]
13161
13162[[package]]
13163name = "sqlx-mysql"
13164version = "0.8.3"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13167dependencies = [
13168 "atoi",
13169 "base64 0.22.1",
13170 "bigdecimal",
13171 "bitflags 2.8.0",
13172 "byteorder",
13173 "bytes 1.10.1",
13174 "chrono",
13175 "crc",
13176 "digest",
13177 "dotenvy",
13178 "either",
13179 "futures-channel",
13180 "futures-core",
13181 "futures-io",
13182 "futures-util",
13183 "generic-array",
13184 "hex",
13185 "hkdf",
13186 "hmac",
13187 "itoa",
13188 "log",
13189 "md-5",
13190 "memchr",
13191 "once_cell",
13192 "percent-encoding",
13193 "rand 0.8.5",
13194 "rsa",
13195 "rust_decimal",
13196 "serde",
13197 "sha1",
13198 "sha2",
13199 "smallvec",
13200 "sqlx-core",
13201 "stringprep",
13202 "thiserror 2.0.12",
13203 "time",
13204 "tracing",
13205 "uuid",
13206 "whoami",
13207]
13208
13209[[package]]
13210name = "sqlx-postgres"
13211version = "0.8.3"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13214dependencies = [
13215 "atoi",
13216 "base64 0.22.1",
13217 "bigdecimal",
13218 "bitflags 2.8.0",
13219 "byteorder",
13220 "chrono",
13221 "crc",
13222 "dotenvy",
13223 "etcetera",
13224 "futures-channel",
13225 "futures-core",
13226 "futures-util",
13227 "hex",
13228 "hkdf",
13229 "hmac",
13230 "home",
13231 "itoa",
13232 "log",
13233 "md-5",
13234 "memchr",
13235 "num-bigint",
13236 "once_cell",
13237 "rand 0.8.5",
13238 "rust_decimal",
13239 "serde",
13240 "serde_json",
13241 "sha2",
13242 "smallvec",
13243 "sqlx-core",
13244 "stringprep",
13245 "thiserror 2.0.12",
13246 "time",
13247 "tracing",
13248 "uuid",
13249 "whoami",
13250]
13251
13252[[package]]
13253name = "sqlx-sqlite"
13254version = "0.8.3"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13257dependencies = [
13258 "atoi",
13259 "chrono",
13260 "flume",
13261 "futures-channel",
13262 "futures-core",
13263 "futures-executor",
13264 "futures-intrusive",
13265 "futures-util",
13266 "libsqlite3-sys",
13267 "log",
13268 "percent-encoding",
13269 "serde",
13270 "serde_urlencoded",
13271 "sqlx-core",
13272 "time",
13273 "tracing",
13274 "url",
13275 "uuid",
13276]
13277
13278[[package]]
13279name = "stable_deref_trait"
13280version = "1.2.0"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13283
13284[[package]]
13285name = "static_assertions"
13286version = "1.1.0"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13289
13290[[package]]
13291name = "story"
13292version = "0.1.0"
13293dependencies = [
13294 "gpui",
13295 "itertools 0.14.0",
13296 "smallvec",
13297]
13298
13299[[package]]
13300name = "storybook"
13301version = "0.1.0"
13302dependencies = [
13303 "anyhow",
13304 "clap",
13305 "collab_ui",
13306 "ctrlc",
13307 "dialoguer",
13308 "editor",
13309 "fuzzy",
13310 "gpui",
13311 "indoc",
13312 "language",
13313 "log",
13314 "menu",
13315 "picker",
13316 "project",
13317 "reqwest_client",
13318 "rust-embed",
13319 "settings",
13320 "simplelog",
13321 "story",
13322 "strum",
13323 "theme",
13324 "title_bar",
13325 "ui",
13326]
13327
13328[[package]]
13329name = "streaming-iterator"
13330version = "0.1.9"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13333
13334[[package]]
13335name = "streaming_diff"
13336version = "0.1.0"
13337dependencies = [
13338 "ordered-float 2.10.1",
13339 "rand 0.8.5",
13340 "rope",
13341 "util",
13342]
13343
13344[[package]]
13345name = "strict-num"
13346version = "0.1.1"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13349dependencies = [
13350 "float-cmp",
13351]
13352
13353[[package]]
13354name = "string_cache"
13355version = "0.8.7"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13358dependencies = [
13359 "new_debug_unreachable",
13360 "once_cell",
13361 "parking_lot",
13362 "phf_shared 0.10.0",
13363 "precomputed-hash",
13364 "serde",
13365]
13366
13367[[package]]
13368name = "string_cache_codegen"
13369version = "0.5.2"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13372dependencies = [
13373 "phf_generator 0.10.0",
13374 "phf_shared 0.10.0",
13375 "proc-macro2",
13376 "quote",
13377]
13378
13379[[package]]
13380name = "stringprep"
13381version = "0.1.5"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13384dependencies = [
13385 "unicode-bidi",
13386 "unicode-normalization",
13387 "unicode-properties",
13388]
13389
13390[[package]]
13391name = "strsim"
13392version = "0.11.1"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13395
13396[[package]]
13397name = "strum"
13398version = "0.26.3"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13401dependencies = [
13402 "strum_macros",
13403]
13404
13405[[package]]
13406name = "strum_macros"
13407version = "0.26.4"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13410dependencies = [
13411 "heck 0.5.0",
13412 "proc-macro2",
13413 "quote",
13414 "rustversion",
13415 "syn 2.0.100",
13416]
13417
13418[[package]]
13419name = "subtle"
13420version = "2.6.1"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13423
13424[[package]]
13425name = "sum_tree"
13426version = "0.1.0"
13427dependencies = [
13428 "arrayvec",
13429 "ctor",
13430 "env_logger 0.11.7",
13431 "log",
13432 "rand 0.8.5",
13433 "rayon",
13434]
13435
13436[[package]]
13437name = "supermaven"
13438version = "0.1.0"
13439dependencies = [
13440 "anyhow",
13441 "client",
13442 "collections",
13443 "editor",
13444 "env_logger 0.11.7",
13445 "futures 0.3.31",
13446 "gpui",
13447 "http_client",
13448 "inline_completion",
13449 "language",
13450 "log",
13451 "postage",
13452 "project",
13453 "serde",
13454 "serde_json",
13455 "settings",
13456 "smol",
13457 "supermaven_api",
13458 "text",
13459 "theme",
13460 "ui",
13461 "unicode-segmentation",
13462 "util",
13463]
13464
13465[[package]]
13466name = "supermaven_api"
13467version = "0.1.0"
13468dependencies = [
13469 "anyhow",
13470 "futures 0.3.31",
13471 "http_client",
13472 "paths",
13473 "serde",
13474 "serde_json",
13475 "smol",
13476]
13477
13478[[package]]
13479name = "sval"
13480version = "2.13.2"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13483
13484[[package]]
13485name = "sval_buffer"
13486version = "2.13.2"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13489dependencies = [
13490 "sval",
13491 "sval_ref",
13492]
13493
13494[[package]]
13495name = "sval_dynamic"
13496version = "2.13.2"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13499dependencies = [
13500 "sval",
13501]
13502
13503[[package]]
13504name = "sval_fmt"
13505version = "2.13.2"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13508dependencies = [
13509 "itoa",
13510 "ryu",
13511 "sval",
13512]
13513
13514[[package]]
13515name = "sval_json"
13516version = "2.13.2"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13519dependencies = [
13520 "itoa",
13521 "ryu",
13522 "sval",
13523]
13524
13525[[package]]
13526name = "sval_nested"
13527version = "2.13.2"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13530dependencies = [
13531 "sval",
13532 "sval_buffer",
13533 "sval_ref",
13534]
13535
13536[[package]]
13537name = "sval_ref"
13538version = "2.13.2"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13541dependencies = [
13542 "sval",
13543]
13544
13545[[package]]
13546name = "sval_serde"
13547version = "2.13.2"
13548source = "registry+https://github.com/rust-lang/crates.io-index"
13549checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13550dependencies = [
13551 "serde",
13552 "sval",
13553 "sval_nested",
13554]
13555
13556[[package]]
13557name = "svg_fmt"
13558version = "0.4.4"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13561
13562[[package]]
13563name = "svgtypes"
13564version = "0.15.3"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13567dependencies = [
13568 "kurbo",
13569 "siphasher 1.0.1",
13570]
13571
13572[[package]]
13573name = "swash"
13574version = "0.2.1"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13577dependencies = [
13578 "skrifa",
13579 "yazi",
13580 "zeno",
13581]
13582
13583[[package]]
13584name = "syn"
13585version = "1.0.109"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13588dependencies = [
13589 "proc-macro2",
13590 "quote",
13591 "unicode-ident",
13592]
13593
13594[[package]]
13595name = "syn"
13596version = "2.0.100"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13599dependencies = [
13600 "proc-macro2",
13601 "quote",
13602 "unicode-ident",
13603]
13604
13605[[package]]
13606name = "sync_wrapper"
13607version = "0.1.2"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13610
13611[[package]]
13612name = "sync_wrapper"
13613version = "1.0.2"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13616dependencies = [
13617 "futures-core",
13618]
13619
13620[[package]]
13621name = "synchronoise"
13622version = "1.0.1"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13625dependencies = [
13626 "crossbeam-queue",
13627]
13628
13629[[package]]
13630name = "synstructure"
13631version = "0.13.1"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13634dependencies = [
13635 "proc-macro2",
13636 "quote",
13637 "syn 2.0.100",
13638]
13639
13640[[package]]
13641name = "sys-locale"
13642version = "0.3.2"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13645dependencies = [
13646 "libc",
13647]
13648
13649[[package]]
13650name = "sysinfo"
13651version = "0.31.4"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13654dependencies = [
13655 "core-foundation-sys",
13656 "libc",
13657 "memchr",
13658 "ntapi",
13659 "rayon",
13660 "windows 0.57.0",
13661]
13662
13663[[package]]
13664name = "system-configuration"
13665version = "0.5.1"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13668dependencies = [
13669 "bitflags 1.3.2",
13670 "core-foundation 0.9.4",
13671 "system-configuration-sys 0.5.0",
13672]
13673
13674[[package]]
13675name = "system-configuration"
13676version = "0.6.1"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13679dependencies = [
13680 "bitflags 2.8.0",
13681 "core-foundation 0.9.4",
13682 "system-configuration-sys 0.6.0",
13683]
13684
13685[[package]]
13686name = "system-configuration-sys"
13687version = "0.5.0"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13690dependencies = [
13691 "core-foundation-sys",
13692 "libc",
13693]
13694
13695[[package]]
13696name = "system-configuration-sys"
13697version = "0.6.0"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13700dependencies = [
13701 "core-foundation-sys",
13702 "libc",
13703]
13704
13705[[package]]
13706name = "system-deps"
13707version = "6.2.2"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13710dependencies = [
13711 "cfg-expr",
13712 "heck 0.5.0",
13713 "pkg-config",
13714 "toml 0.8.20",
13715 "version-compare",
13716]
13717
13718[[package]]
13719name = "system-interface"
13720version = "0.27.3"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13723dependencies = [
13724 "bitflags 2.8.0",
13725 "cap-fs-ext",
13726 "cap-std",
13727 "fd-lock",
13728 "io-lifetimes",
13729 "rustix",
13730 "windows-sys 0.59.0",
13731 "winx",
13732]
13733
13734[[package]]
13735name = "tab_switcher"
13736version = "0.1.0"
13737dependencies = [
13738 "anyhow",
13739 "collections",
13740 "ctor",
13741 "editor",
13742 "env_logger 0.11.7",
13743 "gpui",
13744 "language",
13745 "menu",
13746 "picker",
13747 "project",
13748 "schemars",
13749 "serde",
13750 "serde_json",
13751 "settings",
13752 "theme",
13753 "ui",
13754 "util",
13755 "workspace",
13756]
13757
13758[[package]]
13759name = "taffy"
13760version = "0.4.4"
13761source = "registry+https://github.com/rust-lang/crates.io-index"
13762checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13763dependencies = [
13764 "arrayvec",
13765 "grid",
13766 "num-traits",
13767 "serde",
13768 "slotmap",
13769]
13770
13771[[package]]
13772name = "take-until"
13773version = "0.2.0"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13776
13777[[package]]
13778name = "tap"
13779version = "1.0.1"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13782
13783[[package]]
13784name = "target-lexicon"
13785version = "0.12.16"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13788
13789[[package]]
13790name = "target-lexicon"
13791version = "0.13.2"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13794
13795[[package]]
13796name = "task"
13797version = "0.1.0"
13798dependencies = [
13799 "anyhow",
13800 "collections",
13801 "dap-types",
13802 "futures 0.3.31",
13803 "gpui",
13804 "hex",
13805 "parking_lot",
13806 "schemars",
13807 "serde",
13808 "serde_json",
13809 "serde_json_lenient",
13810 "sha2",
13811 "shellexpand 2.1.2",
13812 "util",
13813 "zed_actions",
13814]
13815
13816[[package]]
13817name = "tasks_ui"
13818version = "0.1.0"
13819dependencies = [
13820 "anyhow",
13821 "debugger_ui",
13822 "editor",
13823 "feature_flags",
13824 "file_icons",
13825 "fuzzy",
13826 "gpui",
13827 "language",
13828 "menu",
13829 "picker",
13830 "project",
13831 "schemars",
13832 "serde",
13833 "serde_json",
13834 "settings",
13835 "task",
13836 "tree-sitter-rust",
13837 "tree-sitter-typescript",
13838 "ui",
13839 "util",
13840 "workspace",
13841 "zed_actions",
13842]
13843
13844[[package]]
13845name = "telemetry"
13846version = "0.1.0"
13847dependencies = [
13848 "futures 0.3.31",
13849 "serde",
13850 "serde_json",
13851 "telemetry_events",
13852]
13853
13854[[package]]
13855name = "telemetry_events"
13856version = "0.1.0"
13857dependencies = [
13858 "semantic_version",
13859 "serde",
13860 "serde_json",
13861]
13862
13863[[package]]
13864name = "tempfile"
13865version = "3.17.1"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13868dependencies = [
13869 "cfg-if",
13870 "fastrand 2.3.0",
13871 "getrandom 0.3.1",
13872 "once_cell",
13873 "rustix",
13874 "windows-sys 0.59.0",
13875]
13876
13877[[package]]
13878name = "tendril"
13879version = "0.4.3"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13882dependencies = [
13883 "futf",
13884 "mac",
13885 "utf-8",
13886]
13887
13888[[package]]
13889name = "termcolor"
13890version = "1.4.1"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13893dependencies = [
13894 "winapi-util",
13895]
13896
13897[[package]]
13898name = "terminal"
13899version = "0.1.0"
13900dependencies = [
13901 "alacritty_terminal",
13902 "anyhow",
13903 "collections",
13904 "dirs 4.0.0",
13905 "futures 0.3.31",
13906 "gpui",
13907 "libc",
13908 "rand 0.8.5",
13909 "regex",
13910 "release_channel",
13911 "schemars",
13912 "serde",
13913 "serde_derive",
13914 "settings",
13915 "smol",
13916 "sysinfo",
13917 "task",
13918 "theme",
13919 "thiserror 2.0.12",
13920 "util",
13921 "windows 0.60.0",
13922]
13923
13924[[package]]
13925name = "terminal_size"
13926version = "0.4.1"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13929dependencies = [
13930 "rustix",
13931 "windows-sys 0.59.0",
13932]
13933
13934[[package]]
13935name = "terminal_view"
13936version = "0.1.0"
13937dependencies = [
13938 "anyhow",
13939 "async-recursion 1.1.1",
13940 "breadcrumbs",
13941 "client",
13942 "collections",
13943 "db",
13944 "dirs 4.0.0",
13945 "editor",
13946 "futures 0.3.31",
13947 "gpui",
13948 "itertools 0.14.0",
13949 "language",
13950 "log",
13951 "project",
13952 "rand 0.8.5",
13953 "schemars",
13954 "search",
13955 "serde",
13956 "serde_json",
13957 "settings",
13958 "shellexpand 2.1.2",
13959 "smol",
13960 "task",
13961 "terminal",
13962 "theme",
13963 "ui",
13964 "util",
13965 "workspace",
13966 "zed_actions",
13967]
13968
13969[[package]]
13970name = "text"
13971version = "0.1.0"
13972dependencies = [
13973 "anyhow",
13974 "clock",
13975 "collections",
13976 "ctor",
13977 "env_logger 0.11.7",
13978 "gpui",
13979 "http_client",
13980 "log",
13981 "parking_lot",
13982 "postage",
13983 "rand 0.8.5",
13984 "regex",
13985 "rope",
13986 "smallvec",
13987 "sum_tree",
13988 "util",
13989]
13990
13991[[package]]
13992name = "theme"
13993version = "0.1.0"
13994dependencies = [
13995 "anyhow",
13996 "collections",
13997 "derive_more",
13998 "fs",
13999 "futures 0.3.31",
14000 "gpui",
14001 "indexmap",
14002 "log",
14003 "palette",
14004 "parking_lot",
14005 "refineable",
14006 "schemars",
14007 "serde",
14008 "serde_derive",
14009 "serde_json",
14010 "serde_json_lenient",
14011 "serde_repr",
14012 "settings",
14013 "strum",
14014 "thiserror 2.0.12",
14015 "util",
14016 "uuid",
14017]
14018
14019[[package]]
14020name = "theme_extension"
14021version = "0.1.0"
14022dependencies = [
14023 "anyhow",
14024 "extension",
14025 "fs",
14026 "gpui",
14027 "theme",
14028]
14029
14030[[package]]
14031name = "theme_importer"
14032version = "0.1.0"
14033dependencies = [
14034 "anyhow",
14035 "clap",
14036 "gpui",
14037 "indexmap",
14038 "log",
14039 "palette",
14040 "rust-embed",
14041 "serde",
14042 "serde_json",
14043 "serde_json_lenient",
14044 "simplelog",
14045 "strum",
14046 "theme",
14047 "vscode_theme",
14048]
14049
14050[[package]]
14051name = "theme_selector"
14052version = "0.1.0"
14053dependencies = [
14054 "fs",
14055 "fuzzy",
14056 "gpui",
14057 "log",
14058 "picker",
14059 "serde",
14060 "settings",
14061 "telemetry",
14062 "theme",
14063 "ui",
14064 "util",
14065 "workspace",
14066 "zed_actions",
14067]
14068
14069[[package]]
14070name = "thiserror"
14071version = "1.0.69"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14074dependencies = [
14075 "thiserror-impl 1.0.69",
14076]
14077
14078[[package]]
14079name = "thiserror"
14080version = "2.0.12"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14083dependencies = [
14084 "thiserror-impl 2.0.12",
14085]
14086
14087[[package]]
14088name = "thiserror-impl"
14089version = "1.0.69"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14092dependencies = [
14093 "proc-macro2",
14094 "quote",
14095 "syn 2.0.100",
14096]
14097
14098[[package]]
14099name = "thiserror-impl"
14100version = "2.0.12"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14103dependencies = [
14104 "proc-macro2",
14105 "quote",
14106 "syn 2.0.100",
14107]
14108
14109[[package]]
14110name = "thread_local"
14111version = "1.1.8"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14114dependencies = [
14115 "cfg-if",
14116 "once_cell",
14117]
14118
14119[[package]]
14120name = "tiff"
14121version = "0.9.1"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14124dependencies = [
14125 "flate2",
14126 "jpeg-decoder",
14127 "weezl",
14128]
14129
14130[[package]]
14131name = "tiktoken-rs"
14132version = "0.6.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14135dependencies = [
14136 "anyhow",
14137 "base64 0.21.7",
14138 "bstr",
14139 "fancy-regex 0.13.0",
14140 "lazy_static",
14141 "parking_lot",
14142 "regex",
14143 "rustc-hash 1.1.0",
14144]
14145
14146[[package]]
14147name = "time"
14148version = "0.3.40"
14149source = "registry+https://github.com/rust-lang/crates.io-index"
14150checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14151dependencies = [
14152 "deranged",
14153 "itoa",
14154 "libc",
14155 "num-conv",
14156 "num_threads",
14157 "powerfmt",
14158 "serde",
14159 "time-core",
14160 "time-macros",
14161]
14162
14163[[package]]
14164name = "time-core"
14165version = "0.1.4"
14166source = "registry+https://github.com/rust-lang/crates.io-index"
14167checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14168
14169[[package]]
14170name = "time-macros"
14171version = "0.2.21"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14174dependencies = [
14175 "num-conv",
14176 "time-core",
14177]
14178
14179[[package]]
14180name = "time_format"
14181version = "0.1.0"
14182dependencies = [
14183 "core-foundation 0.9.4",
14184 "core-foundation-sys",
14185 "sys-locale",
14186 "time",
14187]
14188
14189[[package]]
14190name = "tiny-keccak"
14191version = "2.0.2"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14194dependencies = [
14195 "crunchy",
14196]
14197
14198[[package]]
14199name = "tiny-skia"
14200version = "0.11.4"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14203dependencies = [
14204 "arrayref",
14205 "arrayvec",
14206 "bytemuck",
14207 "cfg-if",
14208 "log",
14209 "png",
14210 "tiny-skia-path",
14211]
14212
14213[[package]]
14214name = "tiny-skia-path"
14215version = "0.11.4"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14218dependencies = [
14219 "arrayref",
14220 "bytemuck",
14221 "strict-num",
14222]
14223
14224[[package]]
14225name = "tiny_http"
14226version = "0.8.2"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14229dependencies = [
14230 "ascii",
14231 "chrono",
14232 "chunked_transfer",
14233 "log",
14234 "url",
14235]
14236
14237[[package]]
14238name = "tinystr"
14239version = "0.7.6"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14242dependencies = [
14243 "displaydoc",
14244 "zerovec",
14245]
14246
14247[[package]]
14248name = "tinytemplate"
14249version = "1.2.1"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14252dependencies = [
14253 "serde",
14254 "serde_json",
14255]
14256
14257[[package]]
14258name = "tinyvec"
14259version = "1.8.0"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14262dependencies = [
14263 "tinyvec_macros",
14264]
14265
14266[[package]]
14267name = "tinyvec_macros"
14268version = "0.1.1"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14271
14272[[package]]
14273name = "title_bar"
14274version = "0.1.0"
14275dependencies = [
14276 "auto_update",
14277 "call",
14278 "client",
14279 "collections",
14280 "feature_flags",
14281 "git_ui",
14282 "gpui",
14283 "http_client",
14284 "notifications",
14285 "pretty_assertions",
14286 "project",
14287 "remote",
14288 "rpc",
14289 "schemars",
14290 "serde",
14291 "settings",
14292 "smallvec",
14293 "story",
14294 "telemetry",
14295 "theme",
14296 "tree-sitter-md",
14297 "ui",
14298 "util",
14299 "windows 0.60.0",
14300 "workspace",
14301 "zed_actions",
14302 "zeta",
14303]
14304
14305[[package]]
14306name = "tokio"
14307version = "1.43.0"
14308source = "registry+https://github.com/rust-lang/crates.io-index"
14309checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14310dependencies = [
14311 "backtrace",
14312 "bytes 1.10.1",
14313 "libc",
14314 "mio 1.0.3",
14315 "parking_lot",
14316 "pin-project-lite",
14317 "signal-hook-registry",
14318 "socket2",
14319 "tokio-macros",
14320 "windows-sys 0.52.0",
14321]
14322
14323[[package]]
14324name = "tokio-io"
14325version = "0.1.13"
14326source = "registry+https://github.com/rust-lang/crates.io-index"
14327checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14328dependencies = [
14329 "bytes 0.4.12",
14330 "futures 0.1.31",
14331 "log",
14332]
14333
14334[[package]]
14335name = "tokio-macros"
14336version = "2.5.0"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14339dependencies = [
14340 "proc-macro2",
14341 "quote",
14342 "syn 2.0.100",
14343]
14344
14345[[package]]
14346name = "tokio-native-tls"
14347version = "0.3.1"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14350dependencies = [
14351 "native-tls",
14352 "tokio",
14353]
14354
14355[[package]]
14356name = "tokio-rustls"
14357version = "0.24.1"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14360dependencies = [
14361 "rustls 0.21.12",
14362 "tokio",
14363]
14364
14365[[package]]
14366name = "tokio-rustls"
14367version = "0.26.1"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14370dependencies = [
14371 "rustls 0.23.25",
14372 "tokio",
14373]
14374
14375[[package]]
14376name = "tokio-socks"
14377version = "0.5.2"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14380dependencies = [
14381 "either",
14382 "futures-io",
14383 "futures-util",
14384 "thiserror 1.0.69",
14385 "tokio",
14386]
14387
14388[[package]]
14389name = "tokio-stream"
14390version = "0.1.17"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14393dependencies = [
14394 "futures-core",
14395 "pin-project-lite",
14396 "tokio",
14397]
14398
14399[[package]]
14400name = "tokio-tungstenite"
14401version = "0.20.1"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14404dependencies = [
14405 "futures-util",
14406 "log",
14407 "rustls 0.21.12",
14408 "rustls-native-certs 0.6.3",
14409 "tokio",
14410 "tokio-rustls 0.24.1",
14411 "tungstenite 0.20.1",
14412]
14413
14414[[package]]
14415name = "tokio-tungstenite"
14416version = "0.21.0"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14419dependencies = [
14420 "futures-util",
14421 "log",
14422 "tokio",
14423 "tungstenite 0.21.0",
14424]
14425
14426[[package]]
14427name = "tokio-util"
14428version = "0.7.13"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14431dependencies = [
14432 "bytes 1.10.1",
14433 "futures-core",
14434 "futures-io",
14435 "futures-sink",
14436 "pin-project-lite",
14437 "tokio",
14438]
14439
14440[[package]]
14441name = "toml"
14442version = "0.5.11"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14445dependencies = [
14446 "serde",
14447]
14448
14449[[package]]
14450name = "toml"
14451version = "0.8.20"
14452source = "registry+https://github.com/rust-lang/crates.io-index"
14453checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14454dependencies = [
14455 "serde",
14456 "serde_spanned",
14457 "toml_datetime",
14458 "toml_edit",
14459]
14460
14461[[package]]
14462name = "toml_datetime"
14463version = "0.6.8"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14466dependencies = [
14467 "serde",
14468]
14469
14470[[package]]
14471name = "toml_edit"
14472version = "0.22.23"
14473source = "registry+https://github.com/rust-lang/crates.io-index"
14474checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14475dependencies = [
14476 "indexmap",
14477 "serde",
14478 "serde_spanned",
14479 "toml_datetime",
14480 "winnow 0.7.1",
14481]
14482
14483[[package]]
14484name = "toolchain_selector"
14485version = "0.1.0"
14486dependencies = [
14487 "editor",
14488 "fuzzy",
14489 "gpui",
14490 "language",
14491 "picker",
14492 "project",
14493 "ui",
14494 "util",
14495 "workspace",
14496]
14497
14498[[package]]
14499name = "topological-sort"
14500version = "0.2.2"
14501source = "registry+https://github.com/rust-lang/crates.io-index"
14502checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14503
14504[[package]]
14505name = "tower"
14506version = "0.4.13"
14507source = "registry+https://github.com/rust-lang/crates.io-index"
14508checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14509dependencies = [
14510 "futures-core",
14511 "futures-util",
14512 "pin-project",
14513 "pin-project-lite",
14514 "tokio",
14515 "tower-layer",
14516 "tower-service",
14517 "tracing",
14518]
14519
14520[[package]]
14521name = "tower-http"
14522version = "0.3.5"
14523source = "registry+https://github.com/rust-lang/crates.io-index"
14524checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14525dependencies = [
14526 "bitflags 1.3.2",
14527 "bytes 1.10.1",
14528 "futures-core",
14529 "futures-util",
14530 "http 0.2.12",
14531 "http-body 0.4.6",
14532 "http-range-header",
14533 "pin-project-lite",
14534 "tower-layer",
14535 "tower-service",
14536]
14537
14538[[package]]
14539name = "tower-http"
14540version = "0.4.4"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14543dependencies = [
14544 "bitflags 2.8.0",
14545 "bytes 1.10.1",
14546 "futures-core",
14547 "futures-util",
14548 "http 0.2.12",
14549 "http-body 0.4.6",
14550 "http-range-header",
14551 "pin-project-lite",
14552 "tower-layer",
14553 "tower-service",
14554 "tracing",
14555]
14556
14557[[package]]
14558name = "tower-layer"
14559version = "0.3.3"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14562
14563[[package]]
14564name = "tower-service"
14565version = "0.3.3"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14568
14569[[package]]
14570name = "tracing"
14571version = "0.1.41"
14572source = "registry+https://github.com/rust-lang/crates.io-index"
14573checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14574dependencies = [
14575 "log",
14576 "pin-project-lite",
14577 "tracing-attributes",
14578 "tracing-core",
14579]
14580
14581[[package]]
14582name = "tracing-attributes"
14583version = "0.1.28"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14586dependencies = [
14587 "proc-macro2",
14588 "quote",
14589 "syn 2.0.100",
14590]
14591
14592[[package]]
14593name = "tracing-core"
14594version = "0.1.33"
14595source = "registry+https://github.com/rust-lang/crates.io-index"
14596checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14597dependencies = [
14598 "once_cell",
14599 "valuable",
14600]
14601
14602[[package]]
14603name = "tracing-log"
14604version = "0.2.0"
14605source = "registry+https://github.com/rust-lang/crates.io-index"
14606checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14607dependencies = [
14608 "log",
14609 "once_cell",
14610 "tracing-core",
14611]
14612
14613[[package]]
14614name = "tracing-serde"
14615version = "0.2.0"
14616source = "registry+https://github.com/rust-lang/crates.io-index"
14617checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14618dependencies = [
14619 "serde",
14620 "tracing-core",
14621]
14622
14623[[package]]
14624name = "tracing-subscriber"
14625version = "0.3.19"
14626source = "registry+https://github.com/rust-lang/crates.io-index"
14627checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14628dependencies = [
14629 "matchers",
14630 "nu-ansi-term",
14631 "once_cell",
14632 "regex",
14633 "serde",
14634 "serde_json",
14635 "sharded-slab",
14636 "smallvec",
14637 "thread_local",
14638 "tracing",
14639 "tracing-core",
14640 "tracing-log",
14641 "tracing-serde",
14642]
14643
14644[[package]]
14645name = "trait-variant"
14646version = "0.1.2"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14649dependencies = [
14650 "proc-macro2",
14651 "quote",
14652 "syn 2.0.100",
14653]
14654
14655[[package]]
14656name = "tree-sitter"
14657version = "0.25.3"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14660dependencies = [
14661 "cc",
14662 "regex",
14663 "regex-syntax 0.8.5",
14664 "serde_json",
14665 "streaming-iterator",
14666 "tree-sitter-language",
14667 "wasmtime-c-api-impl",
14668]
14669
14670[[package]]
14671name = "tree-sitter-bash"
14672version = "0.23.3"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14675dependencies = [
14676 "cc",
14677 "tree-sitter-language",
14678]
14679
14680[[package]]
14681name = "tree-sitter-c"
14682version = "0.23.4"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14685dependencies = [
14686 "cc",
14687 "tree-sitter-language",
14688]
14689
14690[[package]]
14691name = "tree-sitter-cpp"
14692version = "0.23.4"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14695dependencies = [
14696 "cc",
14697 "tree-sitter-language",
14698]
14699
14700[[package]]
14701name = "tree-sitter-css"
14702version = "0.23.2"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14705dependencies = [
14706 "cc",
14707 "tree-sitter-language",
14708]
14709
14710[[package]]
14711name = "tree-sitter-diff"
14712version = "0.1.0"
14713source = "registry+https://github.com/rust-lang/crates.io-index"
14714checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14715dependencies = [
14716 "cc",
14717 "tree-sitter-language",
14718]
14719
14720[[package]]
14721name = "tree-sitter-elixir"
14722version = "0.3.4"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14725dependencies = [
14726 "cc",
14727 "tree-sitter-language",
14728]
14729
14730[[package]]
14731name = "tree-sitter-embedded-template"
14732version = "0.23.2"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14735dependencies = [
14736 "cc",
14737 "tree-sitter-language",
14738]
14739
14740[[package]]
14741name = "tree-sitter-gitcommit"
14742version = "0.0.1"
14743source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14744dependencies = [
14745 "cc",
14746 "tree-sitter-language",
14747]
14748
14749[[package]]
14750name = "tree-sitter-go"
14751version = "0.23.4"
14752source = "registry+https://github.com/rust-lang/crates.io-index"
14753checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14754dependencies = [
14755 "cc",
14756 "tree-sitter-language",
14757]
14758
14759[[package]]
14760name = "tree-sitter-gomod"
14761version = "1.1.1"
14762source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14763dependencies = [
14764 "cc",
14765 "tree-sitter-language",
14766]
14767
14768[[package]]
14769name = "tree-sitter-gowork"
14770version = "0.0.1"
14771source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14772dependencies = [
14773 "cc",
14774 "tree-sitter-language",
14775]
14776
14777[[package]]
14778name = "tree-sitter-heex"
14779version = "0.0.1"
14780source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14781dependencies = [
14782 "cc",
14783 "tree-sitter-language",
14784]
14785
14786[[package]]
14787name = "tree-sitter-html"
14788version = "0.23.2"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14791dependencies = [
14792 "cc",
14793 "tree-sitter-language",
14794]
14795
14796[[package]]
14797name = "tree-sitter-jsdoc"
14798version = "0.23.2"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14801dependencies = [
14802 "cc",
14803 "tree-sitter-language",
14804]
14805
14806[[package]]
14807name = "tree-sitter-json"
14808version = "0.24.8"
14809source = "registry+https://github.com/rust-lang/crates.io-index"
14810checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14811dependencies = [
14812 "cc",
14813 "tree-sitter-language",
14814]
14815
14816[[package]]
14817name = "tree-sitter-language"
14818version = "0.1.3"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14821
14822[[package]]
14823name = "tree-sitter-md"
14824version = "0.3.2"
14825source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14826dependencies = [
14827 "cc",
14828 "tree-sitter-language",
14829]
14830
14831[[package]]
14832name = "tree-sitter-python"
14833version = "0.23.6"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14836dependencies = [
14837 "cc",
14838 "tree-sitter-language",
14839]
14840
14841[[package]]
14842name = "tree-sitter-regex"
14843version = "0.24.3"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14846dependencies = [
14847 "cc",
14848 "tree-sitter-language",
14849]
14850
14851[[package]]
14852name = "tree-sitter-ruby"
14853version = "0.23.1"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14856dependencies = [
14857 "cc",
14858 "tree-sitter-language",
14859]
14860
14861[[package]]
14862name = "tree-sitter-rust"
14863version = "0.23.2"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14866dependencies = [
14867 "cc",
14868 "tree-sitter-language",
14869]
14870
14871[[package]]
14872name = "tree-sitter-typescript"
14873version = "0.23.2"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14876dependencies = [
14877 "cc",
14878 "tree-sitter-language",
14879]
14880
14881[[package]]
14882name = "tree-sitter-yaml"
14883version = "0.6.1"
14884source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14885dependencies = [
14886 "cc",
14887 "tree-sitter-language",
14888]
14889
14890[[package]]
14891name = "try-lock"
14892version = "0.2.5"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14895
14896[[package]]
14897name = "ttf-parser"
14898version = "0.20.0"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14901
14902[[package]]
14903name = "ttf-parser"
14904version = "0.21.1"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14907
14908[[package]]
14909name = "ttf-parser"
14910version = "0.25.1"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14913dependencies = [
14914 "core_maths",
14915]
14916
14917[[package]]
14918name = "tungstenite"
14919version = "0.20.1"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14922dependencies = [
14923 "byteorder",
14924 "bytes 1.10.1",
14925 "data-encoding",
14926 "http 0.2.12",
14927 "httparse",
14928 "log",
14929 "rand 0.8.5",
14930 "rustls 0.21.12",
14931 "sha1",
14932 "thiserror 1.0.69",
14933 "url",
14934 "utf-8",
14935]
14936
14937[[package]]
14938name = "tungstenite"
14939version = "0.21.0"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14942dependencies = [
14943 "byteorder",
14944 "bytes 1.10.1",
14945 "data-encoding",
14946 "http 1.2.0",
14947 "httparse",
14948 "log",
14949 "rand 0.8.5",
14950 "sha1",
14951 "thiserror 1.0.69",
14952 "url",
14953 "utf-8",
14954]
14955
14956[[package]]
14957name = "tungstenite"
14958version = "0.24.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14961dependencies = [
14962 "byteorder",
14963 "bytes 1.10.1",
14964 "data-encoding",
14965 "http 1.2.0",
14966 "httparse",
14967 "log",
14968 "rand 0.8.5",
14969 "sha1",
14970 "thiserror 1.0.69",
14971 "utf-8",
14972]
14973
14974[[package]]
14975name = "typeid"
14976version = "1.0.2"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14979
14980[[package]]
14981name = "typenum"
14982version = "1.17.0"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14985
14986[[package]]
14987name = "ucd-trie"
14988version = "0.1.7"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14991
14992[[package]]
14993name = "uds_windows"
14994version = "1.1.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14997dependencies = [
14998 "memoffset",
14999 "tempfile",
15000 "winapi",
15001]
15002
15003[[package]]
15004name = "ui"
15005version = "0.1.0"
15006dependencies = [
15007 "chrono",
15008 "component",
15009 "gpui",
15010 "itertools 0.14.0",
15011 "linkme",
15012 "menu",
15013 "serde",
15014 "settings",
15015 "smallvec",
15016 "story",
15017 "strum",
15018 "theme",
15019 "ui_macros",
15020 "util",
15021 "windows 0.60.0",
15022]
15023
15024[[package]]
15025name = "ui_input"
15026version = "0.1.0"
15027dependencies = [
15028 "editor",
15029 "gpui",
15030 "settings",
15031 "theme",
15032 "ui",
15033]
15034
15035[[package]]
15036name = "ui_macros"
15037version = "0.1.0"
15038dependencies = [
15039 "convert_case 0.8.0",
15040 "linkme",
15041 "proc-macro2",
15042 "quote",
15043 "syn 1.0.109",
15044]
15045
15046[[package]]
15047name = "ui_prompt"
15048version = "0.1.0"
15049dependencies = [
15050 "gpui",
15051 "markdown",
15052 "menu",
15053 "settings",
15054 "theme",
15055 "ui",
15056 "workspace",
15057]
15058
15059[[package]]
15060name = "unicase"
15061version = "2.8.1"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15064
15065[[package]]
15066name = "unicode-bidi"
15067version = "0.3.17"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15070
15071[[package]]
15072name = "unicode-bidi-mirroring"
15073version = "0.2.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15076
15077[[package]]
15078name = "unicode-bidi-mirroring"
15079version = "0.4.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15082
15083[[package]]
15084name = "unicode-ccc"
15085version = "0.2.0"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15088
15089[[package]]
15090name = "unicode-ccc"
15091version = "0.4.0"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15094
15095[[package]]
15096name = "unicode-ident"
15097version = "1.0.14"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15100
15101[[package]]
15102name = "unicode-linebreak"
15103version = "0.1.5"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15106
15107[[package]]
15108name = "unicode-normalization"
15109version = "0.1.24"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15112dependencies = [
15113 "tinyvec",
15114]
15115
15116[[package]]
15117name = "unicode-properties"
15118version = "0.1.3"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15121
15122[[package]]
15123name = "unicode-script"
15124version = "0.5.7"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15127
15128[[package]]
15129name = "unicode-segmentation"
15130version = "1.12.0"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15133
15134[[package]]
15135name = "unicode-vo"
15136version = "0.1.0"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15139
15140[[package]]
15141name = "unicode-width"
15142version = "0.1.14"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15145
15146[[package]]
15147name = "unicode-xid"
15148version = "0.2.6"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15151
15152[[package]]
15153name = "unicode_categories"
15154version = "0.1.1"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15157
15158[[package]]
15159name = "unindent"
15160version = "0.2.4"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15163
15164[[package]]
15165name = "untrusted"
15166version = "0.9.0"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15169
15170[[package]]
15171name = "url"
15172version = "2.5.4"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15175dependencies = [
15176 "form_urlencoded",
15177 "idna",
15178 "percent-encoding",
15179 "serde",
15180]
15181
15182[[package]]
15183name = "urlencoding"
15184version = "2.1.3"
15185source = "registry+https://github.com/rust-lang/crates.io-index"
15186checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15187
15188[[package]]
15189name = "usvg"
15190version = "0.45.0"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15193dependencies = [
15194 "base64 0.22.1",
15195 "data-url",
15196 "flate2",
15197 "fontdb 0.23.0",
15198 "imagesize",
15199 "kurbo",
15200 "log",
15201 "pico-args",
15202 "roxmltree",
15203 "rustybuzz 0.20.1",
15204 "simplecss",
15205 "siphasher 1.0.1",
15206 "strict-num",
15207 "svgtypes",
15208 "tiny-skia-path",
15209 "unicode-bidi",
15210 "unicode-script",
15211 "unicode-vo",
15212 "xmlwriter",
15213]
15214
15215[[package]]
15216name = "utf-8"
15217version = "0.7.6"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15220
15221[[package]]
15222name = "utf16_iter"
15223version = "1.0.5"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15226
15227[[package]]
15228name = "utf8_iter"
15229version = "1.0.4"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15232
15233[[package]]
15234name = "utf8parse"
15235version = "0.2.2"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15238
15239[[package]]
15240name = "util"
15241version = "0.1.0"
15242dependencies = [
15243 "anyhow",
15244 "async-fs",
15245 "collections",
15246 "dirs 4.0.0",
15247 "dunce",
15248 "futures 0.3.31",
15249 "futures-lite 1.13.0",
15250 "git2",
15251 "globset",
15252 "itertools 0.14.0",
15253 "libc",
15254 "log",
15255 "rand 0.8.5",
15256 "regex",
15257 "rust-embed",
15258 "serde",
15259 "serde_json",
15260 "smol",
15261 "take-until",
15262 "tempfile",
15263 "tendril",
15264 "unicase",
15265 "util_macros",
15266]
15267
15268[[package]]
15269name = "util_macros"
15270version = "0.1.0"
15271dependencies = [
15272 "quote",
15273 "syn 1.0.109",
15274]
15275
15276[[package]]
15277name = "uuid"
15278version = "1.13.2"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15281dependencies = [
15282 "getrandom 0.3.1",
15283 "serde",
15284 "sha1_smol",
15285]
15286
15287[[package]]
15288name = "v_frame"
15289version = "0.3.8"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15292dependencies = [
15293 "aligned-vec",
15294 "num-traits",
15295 "wasm-bindgen",
15296]
15297
15298[[package]]
15299name = "valuable"
15300version = "0.1.0"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15303
15304[[package]]
15305name = "value-bag"
15306version = "1.10.0"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15309dependencies = [
15310 "value-bag-serde1",
15311 "value-bag-sval2",
15312]
15313
15314[[package]]
15315name = "value-bag-serde1"
15316version = "1.10.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15319dependencies = [
15320 "erased-serde",
15321 "serde",
15322 "serde_fmt",
15323]
15324
15325[[package]]
15326name = "value-bag-sval2"
15327version = "1.10.0"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15330dependencies = [
15331 "sval",
15332 "sval_buffer",
15333 "sval_dynamic",
15334 "sval_fmt",
15335 "sval_json",
15336 "sval_ref",
15337 "sval_serde",
15338]
15339
15340[[package]]
15341name = "vcpkg"
15342version = "0.2.15"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15345
15346[[package]]
15347name = "version-compare"
15348version = "0.2.0"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15351
15352[[package]]
15353name = "version_check"
15354version = "0.9.5"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15357
15358[[package]]
15359name = "vim"
15360version = "0.1.0"
15361dependencies = [
15362 "anyhow",
15363 "assets",
15364 "async-compat",
15365 "async-trait",
15366 "collections",
15367 "command_palette",
15368 "command_palette_hooks",
15369 "db",
15370 "editor",
15371 "futures 0.3.31",
15372 "git_ui",
15373 "gpui",
15374 "indoc",
15375 "itertools 0.14.0",
15376 "language",
15377 "libc",
15378 "log",
15379 "lsp",
15380 "multi_buffer",
15381 "nvim-rs",
15382 "parking_lot",
15383 "picker",
15384 "project",
15385 "project_panel",
15386 "regex",
15387 "release_channel",
15388 "schemars",
15389 "search",
15390 "serde",
15391 "serde_derive",
15392 "serde_json",
15393 "settings",
15394 "task",
15395 "text",
15396 "theme",
15397 "tokio",
15398 "ui",
15399 "util",
15400 "vim_mode_setting",
15401 "workspace",
15402 "zed_actions",
15403]
15404
15405[[package]]
15406name = "vim_mode_setting"
15407version = "0.1.0"
15408dependencies = [
15409 "anyhow",
15410 "gpui",
15411 "settings",
15412]
15413
15414[[package]]
15415name = "vscode_theme"
15416version = "0.2.0"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15419dependencies = [
15420 "serde",
15421]
15422
15423[[package]]
15424name = "vsimd"
15425version = "0.8.0"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15428
15429[[package]]
15430name = "vswhom"
15431version = "0.1.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15434dependencies = [
15435 "libc",
15436 "vswhom-sys",
15437]
15438
15439[[package]]
15440name = "vswhom-sys"
15441version = "0.1.2"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15444dependencies = [
15445 "cc",
15446 "libc",
15447]
15448
15449[[package]]
15450name = "vte"
15451version = "0.15.0"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15454dependencies = [
15455 "arrayvec",
15456 "bitflags 2.8.0",
15457 "cursor-icon",
15458 "log",
15459 "memchr",
15460 "serde",
15461]
15462
15463[[package]]
15464name = "waker-fn"
15465version = "1.2.0"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15468
15469[[package]]
15470name = "walkdir"
15471version = "2.5.0"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15474dependencies = [
15475 "same-file",
15476 "winapi-util",
15477]
15478
15479[[package]]
15480name = "want"
15481version = "0.3.1"
15482source = "registry+https://github.com/rust-lang/crates.io-index"
15483checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15484dependencies = [
15485 "try-lock",
15486]
15487
15488[[package]]
15489name = "warp"
15490version = "0.3.7"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15493dependencies = [
15494 "bytes 1.10.1",
15495 "futures-channel",
15496 "futures-util",
15497 "headers",
15498 "http 0.2.12",
15499 "hyper 0.14.32",
15500 "log",
15501 "mime",
15502 "mime_guess",
15503 "percent-encoding",
15504 "pin-project",
15505 "scoped-tls",
15506 "serde",
15507 "serde_json",
15508 "serde_urlencoded",
15509 "tokio",
15510 "tokio-tungstenite 0.21.0",
15511 "tokio-util",
15512 "tower-service",
15513 "tracing",
15514]
15515
15516[[package]]
15517name = "wasi"
15518version = "0.9.0+wasi-snapshot-preview1"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15521
15522[[package]]
15523name = "wasi"
15524version = "0.11.0+wasi-snapshot-preview1"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15527
15528[[package]]
15529name = "wasi"
15530version = "0.13.3+wasi-0.2.2"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15533dependencies = [
15534 "wit-bindgen-rt 0.33.0",
15535]
15536
15537[[package]]
15538name = "wasite"
15539version = "0.1.0"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15542
15543[[package]]
15544name = "wasm-bindgen"
15545version = "0.2.99"
15546source = "registry+https://github.com/rust-lang/crates.io-index"
15547checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15548dependencies = [
15549 "cfg-if",
15550 "once_cell",
15551 "wasm-bindgen-macro",
15552]
15553
15554[[package]]
15555name = "wasm-bindgen-backend"
15556version = "0.2.99"
15557source = "registry+https://github.com/rust-lang/crates.io-index"
15558checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15559dependencies = [
15560 "bumpalo",
15561 "log",
15562 "proc-macro2",
15563 "quote",
15564 "syn 2.0.100",
15565 "wasm-bindgen-shared",
15566]
15567
15568[[package]]
15569name = "wasm-bindgen-futures"
15570version = "0.4.49"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15573dependencies = [
15574 "cfg-if",
15575 "js-sys",
15576 "once_cell",
15577 "wasm-bindgen",
15578 "web-sys",
15579]
15580
15581[[package]]
15582name = "wasm-bindgen-macro"
15583version = "0.2.99"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15586dependencies = [
15587 "quote",
15588 "wasm-bindgen-macro-support",
15589]
15590
15591[[package]]
15592name = "wasm-bindgen-macro-support"
15593version = "0.2.99"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15596dependencies = [
15597 "proc-macro2",
15598 "quote",
15599 "syn 2.0.100",
15600 "wasm-bindgen-backend",
15601 "wasm-bindgen-shared",
15602]
15603
15604[[package]]
15605name = "wasm-bindgen-shared"
15606version = "0.2.99"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15609
15610[[package]]
15611name = "wasm-encoder"
15612version = "0.201.0"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15615dependencies = [
15616 "leb128",
15617]
15618
15619[[package]]
15620name = "wasm-encoder"
15621version = "0.221.3"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15624dependencies = [
15625 "leb128",
15626 "wasmparser 0.221.3",
15627]
15628
15629[[package]]
15630name = "wasm-metadata"
15631version = "0.201.0"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15634dependencies = [
15635 "anyhow",
15636 "indexmap",
15637 "serde",
15638 "serde_derive",
15639 "serde_json",
15640 "spdx",
15641 "wasm-encoder 0.201.0",
15642 "wasmparser 0.201.0",
15643]
15644
15645[[package]]
15646name = "wasm-metadata"
15647version = "0.221.3"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15650dependencies = [
15651 "anyhow",
15652 "indexmap",
15653 "serde",
15654 "serde_derive",
15655 "serde_json",
15656 "spdx",
15657 "wasm-encoder 0.221.3",
15658 "wasmparser 0.221.3",
15659]
15660
15661[[package]]
15662name = "wasm-streams"
15663version = "0.4.2"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15666dependencies = [
15667 "futures-util",
15668 "js-sys",
15669 "wasm-bindgen",
15670 "wasm-bindgen-futures",
15671 "web-sys",
15672]
15673
15674[[package]]
15675name = "wasmparser"
15676version = "0.201.0"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15679dependencies = [
15680 "bitflags 2.8.0",
15681 "indexmap",
15682 "semver",
15683]
15684
15685[[package]]
15686name = "wasmparser"
15687version = "0.221.3"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15690dependencies = [
15691 "bitflags 2.8.0",
15692 "hashbrown 0.15.2",
15693 "indexmap",
15694 "semver",
15695 "serde",
15696]
15697
15698[[package]]
15699name = "wasmprinter"
15700version = "0.221.3"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15703dependencies = [
15704 "anyhow",
15705 "termcolor",
15706 "wasmparser 0.221.3",
15707]
15708
15709[[package]]
15710name = "wasmtime"
15711version = "29.0.1"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15714dependencies = [
15715 "anyhow",
15716 "async-trait",
15717 "bitflags 2.8.0",
15718 "bumpalo",
15719 "cc",
15720 "cfg-if",
15721 "encoding_rs",
15722 "hashbrown 0.14.5",
15723 "indexmap",
15724 "libc",
15725 "log",
15726 "mach2",
15727 "memfd",
15728 "object",
15729 "once_cell",
15730 "paste",
15731 "postcard",
15732 "psm",
15733 "pulley-interpreter",
15734 "rustix",
15735 "semver",
15736 "serde",
15737 "serde_derive",
15738 "smallvec",
15739 "sptr",
15740 "target-lexicon 0.13.2",
15741 "trait-variant",
15742 "wasmparser 0.221.3",
15743 "wasmtime-asm-macros",
15744 "wasmtime-component-macro",
15745 "wasmtime-component-util",
15746 "wasmtime-cranelift",
15747 "wasmtime-environ",
15748 "wasmtime-fiber",
15749 "wasmtime-jit-icache-coherence",
15750 "wasmtime-math",
15751 "wasmtime-slab",
15752 "wasmtime-versioned-export-macros",
15753 "wasmtime-winch",
15754 "windows-sys 0.59.0",
15755]
15756
15757[[package]]
15758name = "wasmtime-asm-macros"
15759version = "29.0.1"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15762dependencies = [
15763 "cfg-if",
15764]
15765
15766[[package]]
15767name = "wasmtime-c-api-impl"
15768version = "29.0.1"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15771dependencies = [
15772 "anyhow",
15773 "log",
15774 "tracing",
15775 "wasmtime",
15776 "wasmtime-c-api-macros",
15777]
15778
15779[[package]]
15780name = "wasmtime-c-api-macros"
15781version = "29.0.1"
15782source = "registry+https://github.com/rust-lang/crates.io-index"
15783checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15784dependencies = [
15785 "proc-macro2",
15786 "quote",
15787]
15788
15789[[package]]
15790name = "wasmtime-component-macro"
15791version = "29.0.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15794dependencies = [
15795 "anyhow",
15796 "proc-macro2",
15797 "quote",
15798 "syn 2.0.100",
15799 "wasmtime-component-util",
15800 "wasmtime-wit-bindgen",
15801 "wit-parser 0.221.3",
15802]
15803
15804[[package]]
15805name = "wasmtime-component-util"
15806version = "29.0.1"
15807source = "registry+https://github.com/rust-lang/crates.io-index"
15808checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15809
15810[[package]]
15811name = "wasmtime-cranelift"
15812version = "29.0.1"
15813source = "registry+https://github.com/rust-lang/crates.io-index"
15814checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15815dependencies = [
15816 "anyhow",
15817 "cfg-if",
15818 "cranelift-codegen",
15819 "cranelift-control",
15820 "cranelift-entity",
15821 "cranelift-frontend",
15822 "cranelift-native",
15823 "gimli",
15824 "itertools 0.12.1",
15825 "log",
15826 "object",
15827 "smallvec",
15828 "target-lexicon 0.13.2",
15829 "thiserror 1.0.69",
15830 "wasmparser 0.221.3",
15831 "wasmtime-environ",
15832 "wasmtime-versioned-export-macros",
15833]
15834
15835[[package]]
15836name = "wasmtime-environ"
15837version = "29.0.1"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15840dependencies = [
15841 "anyhow",
15842 "cpp_demangle",
15843 "cranelift-bitset",
15844 "cranelift-entity",
15845 "gimli",
15846 "indexmap",
15847 "log",
15848 "object",
15849 "postcard",
15850 "rustc-demangle",
15851 "semver",
15852 "serde",
15853 "serde_derive",
15854 "smallvec",
15855 "target-lexicon 0.13.2",
15856 "wasm-encoder 0.221.3",
15857 "wasmparser 0.221.3",
15858 "wasmprinter",
15859 "wasmtime-component-util",
15860]
15861
15862[[package]]
15863name = "wasmtime-fiber"
15864version = "29.0.1"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15867dependencies = [
15868 "anyhow",
15869 "cc",
15870 "cfg-if",
15871 "rustix",
15872 "wasmtime-asm-macros",
15873 "wasmtime-versioned-export-macros",
15874 "windows-sys 0.59.0",
15875]
15876
15877[[package]]
15878name = "wasmtime-jit-icache-coherence"
15879version = "29.0.1"
15880source = "registry+https://github.com/rust-lang/crates.io-index"
15881checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15882dependencies = [
15883 "anyhow",
15884 "cfg-if",
15885 "libc",
15886 "windows-sys 0.59.0",
15887]
15888
15889[[package]]
15890name = "wasmtime-math"
15891version = "29.0.1"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15894dependencies = [
15895 "libm",
15896]
15897
15898[[package]]
15899name = "wasmtime-slab"
15900version = "29.0.1"
15901source = "registry+https://github.com/rust-lang/crates.io-index"
15902checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15903
15904[[package]]
15905name = "wasmtime-versioned-export-macros"
15906version = "29.0.1"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15909dependencies = [
15910 "proc-macro2",
15911 "quote",
15912 "syn 2.0.100",
15913]
15914
15915[[package]]
15916name = "wasmtime-wasi"
15917version = "29.0.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15920dependencies = [
15921 "anyhow",
15922 "async-trait",
15923 "bitflags 2.8.0",
15924 "bytes 1.10.1",
15925 "cap-fs-ext",
15926 "cap-net-ext",
15927 "cap-rand",
15928 "cap-std",
15929 "cap-time-ext",
15930 "fs-set-times",
15931 "futures 0.3.31",
15932 "io-extras",
15933 "io-lifetimes",
15934 "rustix",
15935 "system-interface",
15936 "thiserror 1.0.69",
15937 "tokio",
15938 "tracing",
15939 "trait-variant",
15940 "url",
15941 "wasmtime",
15942 "wiggle",
15943 "windows-sys 0.59.0",
15944]
15945
15946[[package]]
15947name = "wasmtime-winch"
15948version = "29.0.1"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15951dependencies = [
15952 "anyhow",
15953 "cranelift-codegen",
15954 "gimli",
15955 "object",
15956 "target-lexicon 0.13.2",
15957 "wasmparser 0.221.3",
15958 "wasmtime-cranelift",
15959 "wasmtime-environ",
15960 "winch-codegen",
15961]
15962
15963[[package]]
15964name = "wasmtime-wit-bindgen"
15965version = "29.0.1"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15968dependencies = [
15969 "anyhow",
15970 "heck 0.5.0",
15971 "indexmap",
15972 "wit-parser 0.221.3",
15973]
15974
15975[[package]]
15976name = "wast"
15977version = "35.0.2"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15980dependencies = [
15981 "leb128",
15982]
15983
15984[[package]]
15985name = "wayland-backend"
15986version = "0.3.8"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15989dependencies = [
15990 "cc",
15991 "downcast-rs",
15992 "rustix",
15993 "scoped-tls",
15994 "smallvec",
15995 "wayland-sys",
15996]
15997
15998[[package]]
15999name = "wayland-client"
16000version = "0.31.8"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
16003dependencies = [
16004 "bitflags 2.8.0",
16005 "rustix",
16006 "wayland-backend",
16007 "wayland-scanner",
16008]
16009
16010[[package]]
16011name = "wayland-cursor"
16012version = "0.31.8"
16013source = "registry+https://github.com/rust-lang/crates.io-index"
16014checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16015dependencies = [
16016 "rustix",
16017 "wayland-client",
16018 "xcursor",
16019]
16020
16021[[package]]
16022name = "wayland-protocols"
16023version = "0.31.2"
16024source = "registry+https://github.com/rust-lang/crates.io-index"
16025checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16026dependencies = [
16027 "bitflags 2.8.0",
16028 "wayland-backend",
16029 "wayland-client",
16030 "wayland-scanner",
16031]
16032
16033[[package]]
16034name = "wayland-protocols-plasma"
16035version = "0.2.0"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16038dependencies = [
16039 "bitflags 2.8.0",
16040 "wayland-backend",
16041 "wayland-client",
16042 "wayland-protocols",
16043 "wayland-scanner",
16044]
16045
16046[[package]]
16047name = "wayland-scanner"
16048version = "0.31.6"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16051dependencies = [
16052 "proc-macro2",
16053 "quick-xml 0.37.2",
16054 "quote",
16055]
16056
16057[[package]]
16058name = "wayland-sys"
16059version = "0.31.6"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16062dependencies = [
16063 "dlib",
16064 "log",
16065 "once_cell",
16066 "pkg-config",
16067]
16068
16069[[package]]
16070name = "web-sys"
16071version = "0.3.76"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16074dependencies = [
16075 "js-sys",
16076 "wasm-bindgen",
16077]
16078
16079[[package]]
16080name = "web-time"
16081version = "1.1.0"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16084dependencies = [
16085 "js-sys",
16086 "wasm-bindgen",
16087]
16088
16089[[package]]
16090name = "webpki-root-certs"
16091version = "0.26.8"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16094dependencies = [
16095 "rustls-pki-types",
16096]
16097
16098[[package]]
16099name = "webpki-roots"
16100version = "0.26.7"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16103dependencies = [
16104 "rustls-pki-types",
16105]
16106
16107[[package]]
16108name = "webrtc-sys"
16109version = "0.3.5"
16110source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16111dependencies = [
16112 "cc",
16113 "cxx",
16114 "cxx-build",
16115 "glob",
16116 "log",
16117 "webrtc-sys-build",
16118]
16119
16120[[package]]
16121name = "webrtc-sys-build"
16122version = "0.3.5"
16123source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16124dependencies = [
16125 "fs2",
16126 "regex",
16127 "reqwest 0.11.27",
16128 "scratch",
16129 "semver",
16130 "zip",
16131]
16132
16133[[package]]
16134name = "weezl"
16135version = "0.1.8"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16138
16139[[package]]
16140name = "welcome"
16141version = "0.1.0"
16142dependencies = [
16143 "anyhow",
16144 "client",
16145 "db",
16146 "editor",
16147 "fuzzy",
16148 "gpui",
16149 "install_cli",
16150 "language",
16151 "picker",
16152 "project",
16153 "schemars",
16154 "serde",
16155 "settings",
16156 "telemetry",
16157 "ui",
16158 "util",
16159 "vim_mode_setting",
16160 "workspace",
16161 "zed_actions",
16162]
16163
16164[[package]]
16165name = "which"
16166version = "4.4.2"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16169dependencies = [
16170 "either",
16171 "home",
16172 "once_cell",
16173 "rustix",
16174]
16175
16176[[package]]
16177name = "which"
16178version = "6.0.3"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16181dependencies = [
16182 "either",
16183 "home",
16184 "rustix",
16185 "winsafe",
16186]
16187
16188[[package]]
16189name = "which"
16190version = "7.0.2"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16193dependencies = [
16194 "either",
16195 "env_home",
16196 "rustix",
16197 "winsafe",
16198]
16199
16200[[package]]
16201name = "whoami"
16202version = "1.5.2"
16203source = "registry+https://github.com/rust-lang/crates.io-index"
16204checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16205dependencies = [
16206 "redox_syscall 0.5.8",
16207 "wasite",
16208]
16209
16210[[package]]
16211name = "wiggle"
16212version = "29.0.1"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16215dependencies = [
16216 "anyhow",
16217 "async-trait",
16218 "bitflags 2.8.0",
16219 "thiserror 1.0.69",
16220 "tracing",
16221 "wasmtime",
16222 "wiggle-macro",
16223]
16224
16225[[package]]
16226name = "wiggle-generate"
16227version = "29.0.1"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16230dependencies = [
16231 "anyhow",
16232 "heck 0.5.0",
16233 "proc-macro2",
16234 "quote",
16235 "shellexpand 2.1.2",
16236 "syn 2.0.100",
16237 "witx",
16238]
16239
16240[[package]]
16241name = "wiggle-macro"
16242version = "29.0.1"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16245dependencies = [
16246 "proc-macro2",
16247 "quote",
16248 "syn 2.0.100",
16249 "wiggle-generate",
16250]
16251
16252[[package]]
16253name = "winapi"
16254version = "0.3.9"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16257dependencies = [
16258 "winapi-i686-pc-windows-gnu",
16259 "winapi-x86_64-pc-windows-gnu",
16260]
16261
16262[[package]]
16263name = "winapi-i686-pc-windows-gnu"
16264version = "0.4.0"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16267
16268[[package]]
16269name = "winapi-util"
16270version = "0.1.9"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16273dependencies = [
16274 "windows-sys 0.59.0",
16275]
16276
16277[[package]]
16278name = "winapi-x86_64-pc-windows-gnu"
16279version = "0.4.0"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16282
16283[[package]]
16284name = "winch-codegen"
16285version = "29.0.1"
16286source = "registry+https://github.com/rust-lang/crates.io-index"
16287checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16288dependencies = [
16289 "anyhow",
16290 "cranelift-codegen",
16291 "gimli",
16292 "regalloc2",
16293 "smallvec",
16294 "target-lexicon 0.13.2",
16295 "thiserror 1.0.69",
16296 "wasmparser 0.221.3",
16297 "wasmtime-cranelift",
16298 "wasmtime-environ",
16299]
16300
16301[[package]]
16302name = "windows"
16303version = "0.54.0"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16306dependencies = [
16307 "windows-core 0.54.0",
16308 "windows-targets 0.52.6",
16309]
16310
16311[[package]]
16312name = "windows"
16313version = "0.57.0"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16316dependencies = [
16317 "windows-core 0.57.0",
16318 "windows-targets 0.52.6",
16319]
16320
16321[[package]]
16322name = "windows"
16323version = "0.58.0"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16326dependencies = [
16327 "windows-core 0.58.0",
16328 "windows-targets 0.52.6",
16329]
16330
16331[[package]]
16332name = "windows"
16333version = "0.60.0"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16336dependencies = [
16337 "windows-collections",
16338 "windows-core 0.60.1",
16339 "windows-future",
16340 "windows-link",
16341 "windows-numerics",
16342]
16343
16344[[package]]
16345name = "windows-collections"
16346version = "0.1.1"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16349dependencies = [
16350 "windows-core 0.60.1",
16351]
16352
16353[[package]]
16354name = "windows-core"
16355version = "0.52.0"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16358dependencies = [
16359 "windows-targets 0.52.6",
16360]
16361
16362[[package]]
16363name = "windows-core"
16364version = "0.54.0"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16367dependencies = [
16368 "windows-result 0.1.2",
16369 "windows-targets 0.52.6",
16370]
16371
16372[[package]]
16373name = "windows-core"
16374version = "0.57.0"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16377dependencies = [
16378 "windows-implement 0.57.0",
16379 "windows-interface 0.57.0",
16380 "windows-result 0.1.2",
16381 "windows-targets 0.52.6",
16382]
16383
16384[[package]]
16385name = "windows-core"
16386version = "0.58.0"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16389dependencies = [
16390 "windows-implement 0.58.0",
16391 "windows-interface 0.58.0",
16392 "windows-result 0.2.0",
16393 "windows-strings 0.1.0",
16394 "windows-targets 0.52.6",
16395]
16396
16397[[package]]
16398name = "windows-core"
16399version = "0.60.1"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16402dependencies = [
16403 "windows-implement 0.59.0",
16404 "windows-interface 0.59.0",
16405 "windows-link",
16406 "windows-result 0.3.1",
16407 "windows-strings 0.3.1",
16408]
16409
16410[[package]]
16411name = "windows-future"
16412version = "0.1.1"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16415dependencies = [
16416 "windows-core 0.60.1",
16417 "windows-link",
16418]
16419
16420[[package]]
16421name = "windows-implement"
16422version = "0.57.0"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16425dependencies = [
16426 "proc-macro2",
16427 "quote",
16428 "syn 2.0.100",
16429]
16430
16431[[package]]
16432name = "windows-implement"
16433version = "0.58.0"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16436dependencies = [
16437 "proc-macro2",
16438 "quote",
16439 "syn 2.0.100",
16440]
16441
16442[[package]]
16443name = "windows-implement"
16444version = "0.59.0"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16447dependencies = [
16448 "proc-macro2",
16449 "quote",
16450 "syn 2.0.100",
16451]
16452
16453[[package]]
16454name = "windows-interface"
16455version = "0.57.0"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16458dependencies = [
16459 "proc-macro2",
16460 "quote",
16461 "syn 2.0.100",
16462]
16463
16464[[package]]
16465name = "windows-interface"
16466version = "0.58.0"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16469dependencies = [
16470 "proc-macro2",
16471 "quote",
16472 "syn 2.0.100",
16473]
16474
16475[[package]]
16476name = "windows-interface"
16477version = "0.59.0"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16480dependencies = [
16481 "proc-macro2",
16482 "quote",
16483 "syn 2.0.100",
16484]
16485
16486[[package]]
16487name = "windows-link"
16488version = "0.1.0"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16491
16492[[package]]
16493name = "windows-numerics"
16494version = "0.1.1"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16497dependencies = [
16498 "windows-core 0.60.1",
16499 "windows-link",
16500]
16501
16502[[package]]
16503name = "windows-registry"
16504version = "0.2.0"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16507dependencies = [
16508 "windows-result 0.2.0",
16509 "windows-strings 0.1.0",
16510 "windows-targets 0.52.6",
16511]
16512
16513[[package]]
16514name = "windows-result"
16515version = "0.1.2"
16516source = "registry+https://github.com/rust-lang/crates.io-index"
16517checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16518dependencies = [
16519 "windows-targets 0.52.6",
16520]
16521
16522[[package]]
16523name = "windows-result"
16524version = "0.2.0"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16527dependencies = [
16528 "windows-targets 0.52.6",
16529]
16530
16531[[package]]
16532name = "windows-result"
16533version = "0.3.1"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16536dependencies = [
16537 "windows-link",
16538]
16539
16540[[package]]
16541name = "windows-strings"
16542version = "0.1.0"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16545dependencies = [
16546 "windows-result 0.2.0",
16547 "windows-targets 0.52.6",
16548]
16549
16550[[package]]
16551name = "windows-strings"
16552version = "0.3.1"
16553source = "registry+https://github.com/rust-lang/crates.io-index"
16554checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16555dependencies = [
16556 "windows-link",
16557]
16558
16559[[package]]
16560name = "windows-sys"
16561version = "0.45.0"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16564dependencies = [
16565 "windows-targets 0.42.2",
16566]
16567
16568[[package]]
16569name = "windows-sys"
16570version = "0.48.0"
16571source = "registry+https://github.com/rust-lang/crates.io-index"
16572checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16573dependencies = [
16574 "windows-targets 0.48.5",
16575]
16576
16577[[package]]
16578name = "windows-sys"
16579version = "0.52.0"
16580source = "registry+https://github.com/rust-lang/crates.io-index"
16581checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16582dependencies = [
16583 "windows-targets 0.52.6",
16584]
16585
16586[[package]]
16587name = "windows-sys"
16588version = "0.59.0"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16591dependencies = [
16592 "windows-targets 0.52.6",
16593]
16594
16595[[package]]
16596name = "windows-targets"
16597version = "0.42.2"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16600dependencies = [
16601 "windows_aarch64_gnullvm 0.42.2",
16602 "windows_aarch64_msvc 0.42.2",
16603 "windows_i686_gnu 0.42.2",
16604 "windows_i686_msvc 0.42.2",
16605 "windows_x86_64_gnu 0.42.2",
16606 "windows_x86_64_gnullvm 0.42.2",
16607 "windows_x86_64_msvc 0.42.2",
16608]
16609
16610[[package]]
16611name = "windows-targets"
16612version = "0.48.5"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16615dependencies = [
16616 "windows_aarch64_gnullvm 0.48.5",
16617 "windows_aarch64_msvc 0.48.5",
16618 "windows_i686_gnu 0.48.5",
16619 "windows_i686_msvc 0.48.5",
16620 "windows_x86_64_gnu 0.48.5",
16621 "windows_x86_64_gnullvm 0.48.5",
16622 "windows_x86_64_msvc 0.48.5",
16623]
16624
16625[[package]]
16626name = "windows-targets"
16627version = "0.52.6"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16630dependencies = [
16631 "windows_aarch64_gnullvm 0.52.6",
16632 "windows_aarch64_msvc 0.52.6",
16633 "windows_i686_gnu 0.52.6",
16634 "windows_i686_gnullvm",
16635 "windows_i686_msvc 0.52.6",
16636 "windows_x86_64_gnu 0.52.6",
16637 "windows_x86_64_gnullvm 0.52.6",
16638 "windows_x86_64_msvc 0.52.6",
16639]
16640
16641[[package]]
16642name = "windows_aarch64_gnullvm"
16643version = "0.42.2"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16646
16647[[package]]
16648name = "windows_aarch64_gnullvm"
16649version = "0.48.5"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16652
16653[[package]]
16654name = "windows_aarch64_gnullvm"
16655version = "0.52.6"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16658
16659[[package]]
16660name = "windows_aarch64_msvc"
16661version = "0.42.2"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16664
16665[[package]]
16666name = "windows_aarch64_msvc"
16667version = "0.48.5"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16670
16671[[package]]
16672name = "windows_aarch64_msvc"
16673version = "0.52.6"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16676
16677[[package]]
16678name = "windows_i686_gnu"
16679version = "0.42.2"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16682
16683[[package]]
16684name = "windows_i686_gnu"
16685version = "0.48.5"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16688
16689[[package]]
16690name = "windows_i686_gnu"
16691version = "0.52.6"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16694
16695[[package]]
16696name = "windows_i686_gnullvm"
16697version = "0.52.6"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16700
16701[[package]]
16702name = "windows_i686_msvc"
16703version = "0.42.2"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16706
16707[[package]]
16708name = "windows_i686_msvc"
16709version = "0.48.5"
16710source = "registry+https://github.com/rust-lang/crates.io-index"
16711checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16712
16713[[package]]
16714name = "windows_i686_msvc"
16715version = "0.52.6"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16718
16719[[package]]
16720name = "windows_x86_64_gnu"
16721version = "0.42.2"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16724
16725[[package]]
16726name = "windows_x86_64_gnu"
16727version = "0.48.5"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16730
16731[[package]]
16732name = "windows_x86_64_gnu"
16733version = "0.52.6"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16736
16737[[package]]
16738name = "windows_x86_64_gnullvm"
16739version = "0.42.2"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16742
16743[[package]]
16744name = "windows_x86_64_gnullvm"
16745version = "0.48.5"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16748
16749[[package]]
16750name = "windows_x86_64_gnullvm"
16751version = "0.52.6"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16754
16755[[package]]
16756name = "windows_x86_64_msvc"
16757version = "0.42.2"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16760
16761[[package]]
16762name = "windows_x86_64_msvc"
16763version = "0.48.5"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16766
16767[[package]]
16768name = "windows_x86_64_msvc"
16769version = "0.52.6"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16772
16773[[package]]
16774name = "winnow"
16775version = "0.6.20"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16778dependencies = [
16779 "memchr",
16780]
16781
16782[[package]]
16783name = "winnow"
16784version = "0.7.1"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16787dependencies = [
16788 "memchr",
16789]
16790
16791[[package]]
16792name = "winreg"
16793version = "0.50.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16796dependencies = [
16797 "cfg-if",
16798 "windows-sys 0.48.0",
16799]
16800
16801[[package]]
16802name = "winreg"
16803version = "0.52.0"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16806dependencies = [
16807 "cfg-if",
16808 "windows-sys 0.48.0",
16809]
16810
16811[[package]]
16812name = "winresource"
16813version = "0.1.20"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16816dependencies = [
16817 "toml 0.8.20",
16818 "version_check",
16819]
16820
16821[[package]]
16822name = "winsafe"
16823version = "0.0.19"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16826
16827[[package]]
16828name = "winx"
16829version = "0.36.4"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16832dependencies = [
16833 "bitflags 2.8.0",
16834 "windows-sys 0.59.0",
16835]
16836
16837[[package]]
16838name = "wio"
16839version = "0.2.2"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16842dependencies = [
16843 "winapi",
16844]
16845
16846[[package]]
16847name = "wit-bindgen"
16848version = "0.22.0"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16851dependencies = [
16852 "bitflags 2.8.0",
16853 "wit-bindgen-rt 0.22.0",
16854 "wit-bindgen-rust-macro",
16855]
16856
16857[[package]]
16858name = "wit-bindgen-core"
16859version = "0.22.0"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16862dependencies = [
16863 "anyhow",
16864 "wit-parser 0.201.0",
16865]
16866
16867[[package]]
16868name = "wit-bindgen-rt"
16869version = "0.22.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16872
16873[[package]]
16874name = "wit-bindgen-rt"
16875version = "0.33.0"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16878dependencies = [
16879 "bitflags 2.8.0",
16880]
16881
16882[[package]]
16883name = "wit-bindgen-rust"
16884version = "0.22.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16887dependencies = [
16888 "anyhow",
16889 "heck 0.4.1",
16890 "indexmap",
16891 "wasm-metadata 0.201.0",
16892 "wit-bindgen-core",
16893 "wit-component 0.201.0",
16894]
16895
16896[[package]]
16897name = "wit-bindgen-rust-macro"
16898version = "0.22.0"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16901dependencies = [
16902 "anyhow",
16903 "proc-macro2",
16904 "quote",
16905 "syn 2.0.100",
16906 "wit-bindgen-core",
16907 "wit-bindgen-rust",
16908]
16909
16910[[package]]
16911name = "wit-component"
16912version = "0.201.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16915dependencies = [
16916 "anyhow",
16917 "bitflags 2.8.0",
16918 "indexmap",
16919 "log",
16920 "serde",
16921 "serde_derive",
16922 "serde_json",
16923 "wasm-encoder 0.201.0",
16924 "wasm-metadata 0.201.0",
16925 "wasmparser 0.201.0",
16926 "wit-parser 0.201.0",
16927]
16928
16929[[package]]
16930name = "wit-component"
16931version = "0.221.3"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16934dependencies = [
16935 "anyhow",
16936 "bitflags 2.8.0",
16937 "indexmap",
16938 "log",
16939 "serde",
16940 "serde_derive",
16941 "serde_json",
16942 "wasm-encoder 0.221.3",
16943 "wasm-metadata 0.221.3",
16944 "wasmparser 0.221.3",
16945 "wit-parser 0.221.3",
16946]
16947
16948[[package]]
16949name = "wit-parser"
16950version = "0.201.0"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
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.201.0",
16964]
16965
16966[[package]]
16967name = "wit-parser"
16968version = "0.221.3"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16971dependencies = [
16972 "anyhow",
16973 "id-arena",
16974 "indexmap",
16975 "log",
16976 "semver",
16977 "serde",
16978 "serde_derive",
16979 "serde_json",
16980 "unicode-xid",
16981 "wasmparser 0.221.3",
16982]
16983
16984[[package]]
16985name = "witx"
16986version = "0.9.1"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16989dependencies = [
16990 "anyhow",
16991 "log",
16992 "thiserror 1.0.69",
16993 "wast",
16994]
16995
16996[[package]]
16997name = "workspace"
16998version = "0.1.0"
16999dependencies = [
17000 "any_vec",
17001 "anyhow",
17002 "async-recursion 1.1.1",
17003 "bincode",
17004 "call",
17005 "client",
17006 "clock",
17007 "collections",
17008 "component",
17009 "db",
17010 "derive_more",
17011 "env_logger 0.11.7",
17012 "fs",
17013 "futures 0.3.31",
17014 "gpui",
17015 "http_client",
17016 "itertools 0.14.0",
17017 "language",
17018 "log",
17019 "node_runtime",
17020 "parking_lot",
17021 "postage",
17022 "project",
17023 "remote",
17024 "schemars",
17025 "serde",
17026 "serde_json",
17027 "session",
17028 "settings",
17029 "smallvec",
17030 "sqlez",
17031 "strum",
17032 "task",
17033 "telemetry",
17034 "tempfile",
17035 "theme",
17036 "ui",
17037 "util",
17038 "uuid",
17039 "zed_actions",
17040]
17041
17042[[package]]
17043name = "worktree"
17044version = "0.1.0"
17045dependencies = [
17046 "anyhow",
17047 "clock",
17048 "collections",
17049 "env_logger 0.11.7",
17050 "fs",
17051 "futures 0.3.31",
17052 "fuzzy",
17053 "git",
17054 "git2",
17055 "git_hosting_providers",
17056 "gpui",
17057 "http_client",
17058 "ignore",
17059 "language",
17060 "log",
17061 "parking_lot",
17062 "paths",
17063 "postage",
17064 "pretty_assertions",
17065 "rand 0.8.5",
17066 "rpc",
17067 "schemars",
17068 "serde",
17069 "serde_json",
17070 "settings",
17071 "smallvec",
17072 "smol",
17073 "sum_tree",
17074 "text",
17075 "util",
17076]
17077
17078[[package]]
17079name = "write16"
17080version = "1.0.0"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17083
17084[[package]]
17085name = "writeable"
17086version = "0.5.5"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17089
17090[[package]]
17091name = "wyz"
17092version = "0.5.1"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17095dependencies = [
17096 "tap",
17097]
17098
17099[[package]]
17100name = "x11-clipboard"
17101version = "0.9.3"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17104dependencies = [
17105 "libc",
17106 "x11rb",
17107]
17108
17109[[package]]
17110name = "x11rb"
17111version = "0.13.1"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17114dependencies = [
17115 "as-raw-xcb-connection",
17116 "gethostname",
17117 "libc",
17118 "rustix",
17119 "x11rb-protocol",
17120]
17121
17122[[package]]
17123name = "x11rb-protocol"
17124version = "0.13.1"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17127
17128[[package]]
17129name = "xattr"
17130version = "0.2.3"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17133dependencies = [
17134 "libc",
17135]
17136
17137[[package]]
17138name = "xcursor"
17139version = "0.3.8"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17142
17143[[package]]
17144name = "xdg-home"
17145version = "1.3.0"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17148dependencies = [
17149 "libc",
17150 "windows-sys 0.59.0",
17151]
17152
17153[[package]]
17154name = "xim"
17155version = "0.4.0"
17156source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17157dependencies = [
17158 "ahash 0.8.11",
17159 "hashbrown 0.14.5",
17160 "log",
17161 "x11rb",
17162 "xim-ctext",
17163 "xim-parser",
17164]
17165
17166[[package]]
17167name = "xim-ctext"
17168version = "0.3.0"
17169source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17170dependencies = [
17171 "encoding_rs",
17172]
17173
17174[[package]]
17175name = "xim-parser"
17176version = "0.2.1"
17177source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17178dependencies = [
17179 "bitflags 2.8.0",
17180]
17181
17182[[package]]
17183name = "xkbcommon"
17184version = "0.7.0"
17185source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17186dependencies = [
17187 "as-raw-xcb-connection",
17188 "libc",
17189 "memmap2",
17190 "xkeysym",
17191]
17192
17193[[package]]
17194name = "xkeysym"
17195version = "0.2.1"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17198
17199[[package]]
17200name = "xml5ever"
17201version = "0.18.1"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17204dependencies = [
17205 "log",
17206 "mac",
17207 "markup5ever",
17208]
17209
17210[[package]]
17211name = "xmlparser"
17212version = "0.13.6"
17213source = "registry+https://github.com/rust-lang/crates.io-index"
17214checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17215
17216[[package]]
17217name = "xmlwriter"
17218version = "0.1.0"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17221
17222[[package]]
17223name = "xtask"
17224version = "0.1.0"
17225dependencies = [
17226 "anyhow",
17227 "cargo_metadata",
17228 "cargo_toml",
17229 "clap",
17230]
17231
17232[[package]]
17233name = "yaml-rust2"
17234version = "0.8.1"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17237dependencies = [
17238 "arraydeque",
17239 "encoding_rs",
17240 "hashlink 0.8.4",
17241]
17242
17243[[package]]
17244name = "yansi"
17245version = "1.0.1"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17248
17249[[package]]
17250name = "yazi"
17251version = "0.2.1"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17254
17255[[package]]
17256name = "yeslogic-fontconfig-sys"
17257version = "6.0.0"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17260dependencies = [
17261 "dlib",
17262 "once_cell",
17263 "pkg-config",
17264]
17265
17266[[package]]
17267name = "yoke"
17268version = "0.7.5"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17271dependencies = [
17272 "serde",
17273 "stable_deref_trait",
17274 "yoke-derive",
17275 "zerofrom",
17276]
17277
17278[[package]]
17279name = "yoke-derive"
17280version = "0.7.5"
17281source = "registry+https://github.com/rust-lang/crates.io-index"
17282checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17283dependencies = [
17284 "proc-macro2",
17285 "quote",
17286 "syn 2.0.100",
17287 "synstructure",
17288]
17289
17290[[package]]
17291name = "zbus"
17292version = "5.5.0"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17295dependencies = [
17296 "async-broadcast",
17297 "async-executor",
17298 "async-fs",
17299 "async-io",
17300 "async-lock",
17301 "async-process",
17302 "async-recursion 1.1.1",
17303 "async-task",
17304 "async-trait",
17305 "blocking",
17306 "enumflags2",
17307 "event-listener 5.3.1",
17308 "futures-core",
17309 "futures-lite 2.6.0",
17310 "hex",
17311 "nix",
17312 "ordered-stream",
17313 "serde",
17314 "serde_repr",
17315 "static_assertions",
17316 "tracing",
17317 "uds_windows",
17318 "windows-sys 0.59.0",
17319 "winnow 0.7.1",
17320 "xdg-home",
17321 "zbus_macros",
17322 "zbus_names",
17323 "zvariant",
17324]
17325
17326[[package]]
17327name = "zbus_macros"
17328version = "5.5.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17331dependencies = [
17332 "proc-macro-crate",
17333 "proc-macro2",
17334 "quote",
17335 "syn 2.0.100",
17336 "zbus_names",
17337 "zvariant",
17338 "zvariant_utils",
17339]
17340
17341[[package]]
17342name = "zbus_names"
17343version = "4.1.0"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17346dependencies = [
17347 "serde",
17348 "static_assertions",
17349 "winnow 0.6.20",
17350 "zvariant",
17351]
17352
17353[[package]]
17354name = "zed"
17355version = "0.180.0"
17356dependencies = [
17357 "activity_indicator",
17358 "anyhow",
17359 "ashpd",
17360 "assets",
17361 "assistant",
17362 "assistant2",
17363 "assistant_context_editor",
17364 "assistant_settings",
17365 "assistant_tools",
17366 "async-watch",
17367 "audio",
17368 "auto_update",
17369 "auto_update_ui",
17370 "backtrace",
17371 "breadcrumbs",
17372 "call",
17373 "channel",
17374 "chrono",
17375 "clap",
17376 "cli",
17377 "client",
17378 "collab_ui",
17379 "collections",
17380 "command_palette",
17381 "command_palette_hooks",
17382 "component_preview",
17383 "copilot",
17384 "db",
17385 "debugger_tools",
17386 "debugger_ui",
17387 "diagnostics",
17388 "editor",
17389 "env_logger 0.11.7",
17390 "extension",
17391 "extension_host",
17392 "extensions_ui",
17393 "feature_flags",
17394 "feedback",
17395 "file_finder",
17396 "fs",
17397 "futures 0.3.31",
17398 "git",
17399 "git_hosting_providers",
17400 "git_ui",
17401 "go_to_line",
17402 "gpui",
17403 "gpui_tokio",
17404 "http_client",
17405 "image_viewer",
17406 "inline_completion_button",
17407 "install_cli",
17408 "journal",
17409 "language",
17410 "language_extension",
17411 "language_model",
17412 "language_models",
17413 "language_selector",
17414 "language_tools",
17415 "languages",
17416 "libc",
17417 "log",
17418 "markdown_preview",
17419 "menu",
17420 "migrator",
17421 "mimalloc",
17422 "nix",
17423 "node_runtime",
17424 "notifications",
17425 "outline",
17426 "outline_panel",
17427 "parking_lot",
17428 "paths",
17429 "picker",
17430 "profiling",
17431 "project",
17432 "project_panel",
17433 "project_symbols",
17434 "prompt_store",
17435 "proto",
17436 "recent_projects",
17437 "release_channel",
17438 "remote",
17439 "repl",
17440 "reqwest_client",
17441 "rope",
17442 "search",
17443 "serde",
17444 "serde_json",
17445 "session",
17446 "settings",
17447 "settings_ui",
17448 "shellexpand 2.1.2",
17449 "simplelog",
17450 "smol",
17451 "snippet_provider",
17452 "snippets_ui",
17453 "supermaven",
17454 "sysinfo",
17455 "tab_switcher",
17456 "task",
17457 "tasks_ui",
17458 "telemetry",
17459 "telemetry_events",
17460 "terminal_view",
17461 "theme",
17462 "theme_extension",
17463 "theme_selector",
17464 "time",
17465 "toolchain_selector",
17466 "tree-sitter-md",
17467 "tree-sitter-rust",
17468 "ui",
17469 "ui_prompt",
17470 "url",
17471 "urlencoding",
17472 "util",
17473 "uuid",
17474 "vim",
17475 "vim_mode_setting",
17476 "welcome",
17477 "windows 0.60.0",
17478 "winresource",
17479 "workspace",
17480 "zed_actions",
17481 "zeta",
17482 "zlog_settings",
17483]
17484
17485[[package]]
17486name = "zed_actions"
17487version = "0.1.0"
17488dependencies = [
17489 "gpui",
17490 "schemars",
17491 "serde",
17492]
17493
17494[[package]]
17495name = "zed_emmet"
17496version = "0.0.3"
17497dependencies = [
17498 "zed_extension_api 0.1.0",
17499]
17500
17501[[package]]
17502name = "zed_extension_api"
17503version = "0.1.0"
17504source = "registry+https://github.com/rust-lang/crates.io-index"
17505checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17506dependencies = [
17507 "serde",
17508 "serde_json",
17509 "wit-bindgen",
17510]
17511
17512[[package]]
17513name = "zed_extension_api"
17514version = "0.3.0"
17515dependencies = [
17516 "serde",
17517 "serde_json",
17518 "wit-bindgen",
17519]
17520
17521[[package]]
17522name = "zed_glsl"
17523version = "0.1.0"
17524dependencies = [
17525 "zed_extension_api 0.1.0",
17526]
17527
17528[[package]]
17529name = "zed_html"
17530version = "0.1.6"
17531dependencies = [
17532 "zed_extension_api 0.1.0",
17533]
17534
17535[[package]]
17536name = "zed_llm_client"
17537version = "0.4.1"
17538source = "registry+https://github.com/rust-lang/crates.io-index"
17539checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17540dependencies = [
17541 "serde",
17542 "serde_json",
17543 "uuid",
17544]
17545
17546[[package]]
17547name = "zed_proto"
17548version = "0.2.1"
17549dependencies = [
17550 "zed_extension_api 0.1.0",
17551]
17552
17553[[package]]
17554name = "zed_ruff"
17555version = "0.1.0"
17556dependencies = [
17557 "zed_extension_api 0.1.0",
17558]
17559
17560[[package]]
17561name = "zed_snippets"
17562version = "0.0.5"
17563dependencies = [
17564 "serde_json",
17565 "zed_extension_api 0.1.0",
17566]
17567
17568[[package]]
17569name = "zed_test_extension"
17570version = "0.1.0"
17571dependencies = [
17572 "zed_extension_api 0.3.0",
17573]
17574
17575[[package]]
17576name = "zed_toml"
17577version = "0.1.3"
17578dependencies = [
17579 "zed_extension_api 0.1.0",
17580]
17581
17582[[package]]
17583name = "zeno"
17584version = "0.3.2"
17585source = "registry+https://github.com/rust-lang/crates.io-index"
17586checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17587
17588[[package]]
17589name = "zerocopy"
17590version = "0.7.35"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17593dependencies = [
17594 "byteorder",
17595 "zerocopy-derive 0.7.35",
17596]
17597
17598[[package]]
17599name = "zerocopy"
17600version = "0.8.18"
17601source = "registry+https://github.com/rust-lang/crates.io-index"
17602checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17603dependencies = [
17604 "zerocopy-derive 0.8.18",
17605]
17606
17607[[package]]
17608name = "zerocopy-derive"
17609version = "0.7.35"
17610source = "registry+https://github.com/rust-lang/crates.io-index"
17611checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17612dependencies = [
17613 "proc-macro2",
17614 "quote",
17615 "syn 2.0.100",
17616]
17617
17618[[package]]
17619name = "zerocopy-derive"
17620version = "0.8.18"
17621source = "registry+https://github.com/rust-lang/crates.io-index"
17622checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17623dependencies = [
17624 "proc-macro2",
17625 "quote",
17626 "syn 2.0.100",
17627]
17628
17629[[package]]
17630name = "zerofrom"
17631version = "0.1.5"
17632source = "registry+https://github.com/rust-lang/crates.io-index"
17633checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17634dependencies = [
17635 "zerofrom-derive",
17636]
17637
17638[[package]]
17639name = "zerofrom-derive"
17640version = "0.1.5"
17641source = "registry+https://github.com/rust-lang/crates.io-index"
17642checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17643dependencies = [
17644 "proc-macro2",
17645 "quote",
17646 "syn 2.0.100",
17647 "synstructure",
17648]
17649
17650[[package]]
17651name = "zeroize"
17652version = "1.8.1"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17655dependencies = [
17656 "zeroize_derive",
17657]
17658
17659[[package]]
17660name = "zeroize_derive"
17661version = "1.4.2"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17664dependencies = [
17665 "proc-macro2",
17666 "quote",
17667 "syn 2.0.100",
17668]
17669
17670[[package]]
17671name = "zeromq"
17672version = "0.5.0-pre"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17675dependencies = [
17676 "async-dispatcher",
17677 "async-std",
17678 "async-trait",
17679 "asynchronous-codec",
17680 "bytes 1.10.1",
17681 "crossbeam-queue",
17682 "dashmap 5.5.3",
17683 "futures 0.3.31",
17684 "log",
17685 "num-traits",
17686 "once_cell",
17687 "parking_lot",
17688 "rand 0.8.5",
17689 "regex",
17690 "thiserror 1.0.69",
17691 "uuid",
17692]
17693
17694[[package]]
17695name = "zerovec"
17696version = "0.10.4"
17697source = "registry+https://github.com/rust-lang/crates.io-index"
17698checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17699dependencies = [
17700 "yoke",
17701 "zerofrom",
17702 "zerovec-derive",
17703]
17704
17705[[package]]
17706name = "zerovec-derive"
17707version = "0.10.3"
17708source = "registry+https://github.com/rust-lang/crates.io-index"
17709checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17710dependencies = [
17711 "proc-macro2",
17712 "quote",
17713 "syn 2.0.100",
17714]
17715
17716[[package]]
17717name = "zeta"
17718version = "0.1.0"
17719dependencies = [
17720 "anyhow",
17721 "arrayvec",
17722 "call",
17723 "chrono",
17724 "client",
17725 "clock",
17726 "collections",
17727 "command_palette_hooks",
17728 "ctor",
17729 "db",
17730 "editor",
17731 "env_logger 0.11.7",
17732 "feature_flags",
17733 "fs",
17734 "futures 0.3.31",
17735 "gpui",
17736 "http_client",
17737 "indoc",
17738 "inline_completion",
17739 "language",
17740 "language_model",
17741 "log",
17742 "menu",
17743 "migrator",
17744 "paths",
17745 "postage",
17746 "project",
17747 "regex",
17748 "release_channel",
17749 "reqwest_client",
17750 "rpc",
17751 "serde",
17752 "serde_json",
17753 "settings",
17754 "telemetry",
17755 "telemetry_events",
17756 "theme",
17757 "thiserror 2.0.12",
17758 "tree-sitter-go",
17759 "tree-sitter-rust",
17760 "ui",
17761 "unindent",
17762 "util",
17763 "uuid",
17764 "workspace",
17765 "worktree",
17766 "zed_actions",
17767 "zed_llm_client",
17768]
17769
17770[[package]]
17771name = "zip"
17772version = "0.6.6"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17775dependencies = [
17776 "aes",
17777 "byteorder",
17778 "bzip2",
17779 "constant_time_eq 0.1.5",
17780 "crc32fast",
17781 "crossbeam-utils",
17782 "flate2",
17783 "hmac",
17784 "pbkdf2 0.11.0",
17785 "sha1",
17786 "time",
17787 "zstd",
17788]
17789
17790[[package]]
17791name = "zlog"
17792version = "0.1.0"
17793dependencies = [
17794 "log",
17795]
17796
17797[[package]]
17798name = "zlog_settings"
17799version = "0.1.0"
17800dependencies = [
17801 "anyhow",
17802 "gpui",
17803 "schemars",
17804 "serde",
17805 "settings",
17806 "zlog",
17807]
17808
17809[[package]]
17810name = "zstd"
17811version = "0.11.2+zstd.1.5.2"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17814dependencies = [
17815 "zstd-safe",
17816]
17817
17818[[package]]
17819name = "zstd-safe"
17820version = "5.0.2+zstd.1.5.2"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17823dependencies = [
17824 "libc",
17825 "zstd-sys",
17826]
17827
17828[[package]]
17829name = "zstd-sys"
17830version = "2.0.13+zstd.1.5.6"
17831source = "registry+https://github.com/rust-lang/crates.io-index"
17832checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17833dependencies = [
17834 "cc",
17835 "pkg-config",
17836]
17837
17838[[package]]
17839name = "zune-core"
17840version = "0.4.12"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17843
17844[[package]]
17845name = "zune-inflate"
17846version = "0.2.54"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17849dependencies = [
17850 "simd-adler32",
17851]
17852
17853[[package]]
17854name = "zune-jpeg"
17855version = "0.4.13"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17858dependencies = [
17859 "zune-core",
17860]
17861
17862[[package]]
17863name = "zvariant"
17864version = "5.4.0"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17867dependencies = [
17868 "endi",
17869 "enumflags2",
17870 "serde",
17871 "static_assertions",
17872 "url",
17873 "winnow 0.7.1",
17874 "zvariant_derive",
17875 "zvariant_utils",
17876]
17877
17878[[package]]
17879name = "zvariant_derive"
17880version = "5.4.0"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17883dependencies = [
17884 "proc-macro-crate",
17885 "proc-macro2",
17886 "quote",
17887 "syn 2.0.100",
17888 "zvariant_utils",
17889]
17890
17891[[package]]
17892name = "zvariant_utils"
17893version = "3.2.0"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17896dependencies = [
17897 "proc-macro2",
17898 "quote",
17899 "serde",
17900 "static_assertions",
17901 "syn 2.0.100",
17902 "winnow 0.7.1",
17903]