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.9.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.9.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 "convert_case 0.8.0",
  463 "db",
  464 "editor",
  465 "feature_flags",
  466 "file_icons",
  467 "fs",
  468 "futures 0.3.31",
  469 "fuzzy",
  470 "git",
  471 "git_ui",
  472 "gpui",
  473 "heed",
  474 "html_to_markdown",
  475 "http_client",
  476 "indexmap",
  477 "indoc",
  478 "itertools 0.14.0",
  479 "language",
  480 "language_model",
  481 "language_model_selector",
  482 "log",
  483 "lsp",
  484 "markdown",
  485 "menu",
  486 "multi_buffer",
  487 "parking_lot",
  488 "paths",
  489 "picker",
  490 "project",
  491 "prompt_library",
  492 "prompt_store",
  493 "proto",
  494 "rand 0.8.5",
  495 "release_channel",
  496 "rope",
  497 "serde",
  498 "serde_json",
  499 "settings",
  500 "smallvec",
  501 "smol",
  502 "streaming_diff",
  503 "telemetry",
  504 "telemetry_events",
  505 "terminal",
  506 "terminal_view",
  507 "text",
  508 "theme",
  509 "time",
  510 "time_format",
  511 "ui",
  512 "util",
  513 "uuid",
  514 "vim_mode_setting",
  515 "workspace",
  516 "zed_actions",
  517]
  518
  519[[package]]
  520name = "assistant_context_editor"
  521version = "0.1.0"
  522dependencies = [
  523 "anyhow",
  524 "assistant_settings",
  525 "assistant_slash_command",
  526 "assistant_slash_commands",
  527 "chrono",
  528 "client",
  529 "clock",
  530 "collections",
  531 "context_server",
  532 "editor",
  533 "fs",
  534 "futures 0.3.31",
  535 "fuzzy",
  536 "gpui",
  537 "indexed_docs",
  538 "language",
  539 "language_model",
  540 "language_model_selector",
  541 "languages",
  542 "log",
  543 "multi_buffer",
  544 "open_ai",
  545 "parking_lot",
  546 "paths",
  547 "picker",
  548 "pretty_assertions",
  549 "project",
  550 "prompt_store",
  551 "rand 0.8.5",
  552 "regex",
  553 "rope",
  554 "rpc",
  555 "serde",
  556 "serde_json",
  557 "settings",
  558 "smallvec",
  559 "smol",
  560 "strum",
  561 "telemetry_events",
  562 "text",
  563 "theme",
  564 "tree-sitter-md",
  565 "ui",
  566 "unindent",
  567 "util",
  568 "uuid",
  569 "workspace",
  570]
  571
  572[[package]]
  573name = "assistant_eval"
  574version = "0.1.0"
  575dependencies = [
  576 "anyhow",
  577 "assistant2",
  578 "assistant_tool",
  579 "assistant_tools",
  580 "clap",
  581 "client",
  582 "collections",
  583 "context_server",
  584 "dap",
  585 "env_logger 0.11.7",
  586 "fs",
  587 "futures 0.3.31",
  588 "gpui",
  589 "gpui_tokio",
  590 "itertools 0.14.0",
  591 "language",
  592 "language_model",
  593 "language_models",
  594 "node_runtime",
  595 "project",
  596 "prompt_store",
  597 "regex",
  598 "release_channel",
  599 "reqwest_client",
  600 "serde",
  601 "serde_json",
  602 "serde_json_lenient",
  603 "settings",
  604 "smol",
  605 "util",
  606]
  607
  608[[package]]
  609name = "assistant_settings"
  610version = "0.1.0"
  611dependencies = [
  612 "anthropic",
  613 "anyhow",
  614 "deepseek",
  615 "feature_flags",
  616 "fs",
  617 "gpui",
  618 "indexmap",
  619 "language_model",
  620 "lmstudio",
  621 "log",
  622 "ollama",
  623 "open_ai",
  624 "paths",
  625 "schemars",
  626 "serde",
  627 "serde_json_lenient",
  628 "settings",
  629]
  630
  631[[package]]
  632name = "assistant_slash_command"
  633version = "0.1.0"
  634dependencies = [
  635 "anyhow",
  636 "async-trait",
  637 "collections",
  638 "derive_more",
  639 "extension",
  640 "futures 0.3.31",
  641 "gpui",
  642 "language",
  643 "language_model",
  644 "parking_lot",
  645 "pretty_assertions",
  646 "serde",
  647 "serde_json",
  648 "ui",
  649 "workspace",
  650]
  651
  652[[package]]
  653name = "assistant_slash_commands"
  654version = "0.1.0"
  655dependencies = [
  656 "anyhow",
  657 "assistant_slash_command",
  658 "cargo_toml",
  659 "chrono",
  660 "collections",
  661 "context_server",
  662 "editor",
  663 "env_logger 0.11.7",
  664 "feature_flags",
  665 "fs",
  666 "futures 0.3.31",
  667 "fuzzy",
  668 "globset",
  669 "gpui",
  670 "html_to_markdown",
  671 "http_client",
  672 "indexed_docs",
  673 "language",
  674 "pretty_assertions",
  675 "project",
  676 "prompt_store",
  677 "rope",
  678 "semantic_index",
  679 "serde",
  680 "serde_json",
  681 "settings",
  682 "smol",
  683 "terminal_view",
  684 "text",
  685 "toml 0.8.20",
  686 "ui",
  687 "util",
  688 "workspace",
  689 "worktree",
  690]
  691
  692[[package]]
  693name = "assistant_tool"
  694version = "0.1.0"
  695dependencies = [
  696 "anyhow",
  697 "clock",
  698 "collections",
  699 "derive_more",
  700 "gpui",
  701 "icons",
  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 "open",
  727 "project",
  728 "rand 0.8.5",
  729 "release_channel",
  730 "schemars",
  731 "serde",
  732 "serde_json",
  733 "settings",
  734 "theme",
  735 "ui",
  736 "unindent",
  737 "util",
  738 "workspace",
  739 "worktree",
  740]
  741
  742[[package]]
  743name = "async-attributes"
  744version = "1.1.2"
  745source = "registry+https://github.com/rust-lang/crates.io-index"
  746checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  747dependencies = [
  748 "quote",
  749 "syn 1.0.109",
  750]
  751
  752[[package]]
  753name = "async-broadcast"
  754version = "0.7.2"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  757dependencies = [
  758 "event-listener 5.3.1",
  759 "event-listener-strategy",
  760 "futures-core",
  761 "pin-project-lite",
  762]
  763
  764[[package]]
  765name = "async-channel"
  766version = "1.9.0"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  769dependencies = [
  770 "concurrent-queue",
  771 "event-listener 2.5.3",
  772 "futures-core",
  773]
  774
  775[[package]]
  776name = "async-channel"
  777version = "2.3.1"
  778source = "registry+https://github.com/rust-lang/crates.io-index"
  779checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  780dependencies = [
  781 "concurrent-queue",
  782 "event-listener-strategy",
  783 "futures-core",
  784 "pin-project-lite",
  785]
  786
  787[[package]]
  788name = "async-compat"
  789version = "0.2.4"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  792dependencies = [
  793 "futures-core",
  794 "futures-io",
  795 "once_cell",
  796 "pin-project-lite",
  797 "tokio",
  798]
  799
  800[[package]]
  801name = "async-compression"
  802version = "0.4.22"
  803source = "registry+https://github.com/rust-lang/crates.io-index"
  804checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
  805dependencies = [
  806 "deflate64",
  807 "flate2",
  808 "futures-core",
  809 "futures-io",
  810 "memchr",
  811 "pin-project-lite",
  812]
  813
  814[[package]]
  815name = "async-dispatcher"
  816version = "0.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  819dependencies = [
  820 "async-task",
  821 "futures-lite 1.13.0",
  822]
  823
  824[[package]]
  825name = "async-executor"
  826version = "1.13.1"
  827source = "registry+https://github.com/rust-lang/crates.io-index"
  828checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  829dependencies = [
  830 "async-task",
  831 "concurrent-queue",
  832 "fastrand 2.3.0",
  833 "futures-lite 2.6.0",
  834 "slab",
  835]
  836
  837[[package]]
  838name = "async-fs"
  839version = "2.1.2"
  840source = "registry+https://github.com/rust-lang/crates.io-index"
  841checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  842dependencies = [
  843 "async-lock",
  844 "blocking",
  845 "futures-lite 2.6.0",
  846]
  847
  848[[package]]
  849name = "async-global-executor"
  850version = "2.4.1"
  851source = "registry+https://github.com/rust-lang/crates.io-index"
  852checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  853dependencies = [
  854 "async-channel 2.3.1",
  855 "async-executor",
  856 "async-io",
  857 "async-lock",
  858 "blocking",
  859 "futures-lite 2.6.0",
  860 "once_cell",
  861]
  862
  863[[package]]
  864name = "async-io"
  865version = "2.4.0"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  868dependencies = [
  869 "async-lock",
  870 "cfg-if",
  871 "concurrent-queue",
  872 "futures-io",
  873 "futures-lite 2.6.0",
  874 "parking",
  875 "polling",
  876 "rustix",
  877 "slab",
  878 "tracing",
  879 "windows-sys 0.59.0",
  880]
  881
  882[[package]]
  883name = "async-lock"
  884version = "3.4.0"
  885source = "registry+https://github.com/rust-lang/crates.io-index"
  886checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  887dependencies = [
  888 "event-listener 5.3.1",
  889 "event-listener-strategy",
  890 "pin-project-lite",
  891]
  892
  893[[package]]
  894name = "async-native-tls"
  895version = "0.5.0"
  896source = "registry+https://github.com/rust-lang/crates.io-index"
  897checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  898dependencies = [
  899 "futures-util",
  900 "native-tls",
  901 "thiserror 1.0.69",
  902 "url",
  903]
  904
  905[[package]]
  906name = "async-net"
  907version = "2.0.0"
  908source = "registry+https://github.com/rust-lang/crates.io-index"
  909checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  910dependencies = [
  911 "async-io",
  912 "blocking",
  913 "futures-lite 2.6.0",
  914]
  915
  916[[package]]
  917name = "async-pipe"
  918version = "0.1.3"
  919source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  920dependencies = [
  921 "futures 0.3.31",
  922 "log",
  923]
  924
  925[[package]]
  926name = "async-process"
  927version = "2.3.0"
  928source = "registry+https://github.com/rust-lang/crates.io-index"
  929checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  930dependencies = [
  931 "async-channel 2.3.1",
  932 "async-io",
  933 "async-lock",
  934 "async-signal",
  935 "async-task",
  936 "blocking",
  937 "cfg-if",
  938 "event-listener 5.3.1",
  939 "futures-lite 2.6.0",
  940 "rustix",
  941 "tracing",
  942]
  943
  944[[package]]
  945name = "async-recursion"
  946version = "0.3.2"
  947source = "registry+https://github.com/rust-lang/crates.io-index"
  948checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  949dependencies = [
  950 "proc-macro2",
  951 "quote",
  952 "syn 1.0.109",
  953]
  954
  955[[package]]
  956name = "async-recursion"
  957version = "1.1.1"
  958source = "registry+https://github.com/rust-lang/crates.io-index"
  959checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  960dependencies = [
  961 "proc-macro2",
  962 "quote",
  963 "syn 2.0.100",
  964]
  965
  966[[package]]
  967name = "async-signal"
  968version = "0.2.10"
  969source = "registry+https://github.com/rust-lang/crates.io-index"
  970checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  971dependencies = [
  972 "async-io",
  973 "async-lock",
  974 "atomic-waker",
  975 "cfg-if",
  976 "futures-core",
  977 "futures-io",
  978 "rustix",
  979 "signal-hook-registry",
  980 "slab",
  981 "windows-sys 0.59.0",
  982]
  983
  984[[package]]
  985name = "async-std"
  986version = "1.13.1"
  987source = "registry+https://github.com/rust-lang/crates.io-index"
  988checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  989dependencies = [
  990 "async-attributes",
  991 "async-channel 1.9.0",
  992 "async-global-executor",
  993 "async-io",
  994 "async-lock",
  995 "async-process",
  996 "crossbeam-utils",
  997 "futures-channel",
  998 "futures-core",
  999 "futures-io",
 1000 "futures-lite 2.6.0",
 1001 "gloo-timers",
 1002 "kv-log-macro",
 1003 "log",
 1004 "memchr",
 1005 "once_cell",
 1006 "pin-project-lite",
 1007 "pin-utils",
 1008 "slab",
 1009 "wasm-bindgen-futures",
 1010]
 1011
 1012[[package]]
 1013name = "async-stream"
 1014version = "0.3.6"
 1015source = "registry+https://github.com/rust-lang/crates.io-index"
 1016checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1017dependencies = [
 1018 "async-stream-impl",
 1019 "futures-core",
 1020 "pin-project-lite",
 1021]
 1022
 1023[[package]]
 1024name = "async-stream-impl"
 1025version = "0.3.6"
 1026source = "registry+https://github.com/rust-lang/crates.io-index"
 1027checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1028dependencies = [
 1029 "proc-macro2",
 1030 "quote",
 1031 "syn 2.0.100",
 1032]
 1033
 1034[[package]]
 1035name = "async-stripe"
 1036version = "0.40.0"
 1037source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1038dependencies = [
 1039 "chrono",
 1040 "futures-util",
 1041 "http-types",
 1042 "hyper 0.14.32",
 1043 "hyper-rustls 0.24.2",
 1044 "serde",
 1045 "serde_json",
 1046 "serde_path_to_error",
 1047 "serde_qs 0.10.1",
 1048 "smart-default",
 1049 "smol_str 0.1.24",
 1050 "thiserror 1.0.69",
 1051 "tokio",
 1052]
 1053
 1054[[package]]
 1055name = "async-tar"
 1056version = "0.5.0"
 1057source = "registry+https://github.com/rust-lang/crates.io-index"
 1058checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1059dependencies = [
 1060 "async-std",
 1061 "filetime",
 1062 "libc",
 1063 "pin-project",
 1064 "redox_syscall 0.2.16",
 1065 "xattr",
 1066]
 1067
 1068[[package]]
 1069name = "async-task"
 1070version = "4.7.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1073
 1074[[package]]
 1075name = "async-tls"
 1076version = "0.13.0"
 1077source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1078dependencies = [
 1079 "futures-core",
 1080 "futures-io",
 1081 "rustls 0.23.25",
 1082 "rustls-pemfile 2.2.0",
 1083 "webpki-roots",
 1084]
 1085
 1086[[package]]
 1087name = "async-trait"
 1088version = "0.1.88"
 1089source = "registry+https://github.com/rust-lang/crates.io-index"
 1090checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1091dependencies = [
 1092 "proc-macro2",
 1093 "quote",
 1094 "syn 2.0.100",
 1095]
 1096
 1097[[package]]
 1098name = "async-tungstenite"
 1099version = "0.28.2"
 1100source = "registry+https://github.com/rust-lang/crates.io-index"
 1101checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1102dependencies = [
 1103 "async-std",
 1104 "async-tls",
 1105 "atomic-waker",
 1106 "futures-core",
 1107 "futures-io",
 1108 "futures-task",
 1109 "futures-util",
 1110 "log",
 1111 "pin-project-lite",
 1112 "tungstenite 0.24.0",
 1113]
 1114
 1115[[package]]
 1116name = "async-watch"
 1117version = "0.3.1"
 1118source = "registry+https://github.com/rust-lang/crates.io-index"
 1119checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1120dependencies = [
 1121 "event-listener 2.5.3",
 1122]
 1123
 1124[[package]]
 1125name = "async_zip"
 1126version = "0.0.17"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1129dependencies = [
 1130 "async-compression",
 1131 "crc32fast",
 1132 "futures-lite 2.6.0",
 1133 "pin-project",
 1134 "thiserror 1.0.69",
 1135]
 1136
 1137[[package]]
 1138name = "asynchronous-codec"
 1139version = "0.7.0"
 1140source = "registry+https://github.com/rust-lang/crates.io-index"
 1141checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1142dependencies = [
 1143 "bytes 1.10.1",
 1144 "futures-sink",
 1145 "futures-util",
 1146 "memchr",
 1147 "pin-project-lite",
 1148]
 1149
 1150[[package]]
 1151name = "atoi"
 1152version = "2.0.0"
 1153source = "registry+https://github.com/rust-lang/crates.io-index"
 1154checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1155dependencies = [
 1156 "num-traits",
 1157]
 1158
 1159[[package]]
 1160name = "atomic"
 1161version = "0.5.3"
 1162source = "registry+https://github.com/rust-lang/crates.io-index"
 1163checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1164
 1165[[package]]
 1166name = "atomic-waker"
 1167version = "1.1.2"
 1168source = "registry+https://github.com/rust-lang/crates.io-index"
 1169checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1170
 1171[[package]]
 1172name = "audio"
 1173version = "0.1.0"
 1174dependencies = [
 1175 "anyhow",
 1176 "collections",
 1177 "derive_more",
 1178 "gpui",
 1179 "parking_lot",
 1180 "rodio",
 1181 "util",
 1182]
 1183
 1184[[package]]
 1185name = "auto_update"
 1186version = "0.1.0"
 1187dependencies = [
 1188 "anyhow",
 1189 "client",
 1190 "db",
 1191 "gpui",
 1192 "http_client",
 1193 "log",
 1194 "paths",
 1195 "release_channel",
 1196 "schemars",
 1197 "serde",
 1198 "serde_json",
 1199 "settings",
 1200 "smol",
 1201 "tempfile",
 1202 "which 6.0.3",
 1203 "workspace",
 1204]
 1205
 1206[[package]]
 1207name = "auto_update_ui"
 1208version = "0.1.0"
 1209dependencies = [
 1210 "anyhow",
 1211 "auto_update",
 1212 "client",
 1213 "editor",
 1214 "gpui",
 1215 "http_client",
 1216 "markdown_preview",
 1217 "release_channel",
 1218 "serde",
 1219 "serde_json",
 1220 "smol",
 1221 "util",
 1222 "workspace",
 1223]
 1224
 1225[[package]]
 1226name = "autocfg"
 1227version = "1.4.0"
 1228source = "registry+https://github.com/rust-lang/crates.io-index"
 1229checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1230
 1231[[package]]
 1232name = "av1-grain"
 1233version = "0.2.3"
 1234source = "registry+https://github.com/rust-lang/crates.io-index"
 1235checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1236dependencies = [
 1237 "anyhow",
 1238 "arrayvec",
 1239 "log",
 1240 "nom",
 1241 "num-rational",
 1242 "v_frame",
 1243]
 1244
 1245[[package]]
 1246name = "avif-serialize"
 1247version = "0.8.2"
 1248source = "registry+https://github.com/rust-lang/crates.io-index"
 1249checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1250dependencies = [
 1251 "arrayvec",
 1252]
 1253
 1254[[package]]
 1255name = "aws-config"
 1256version = "1.5.16"
 1257source = "registry+https://github.com/rust-lang/crates.io-index"
 1258checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1259dependencies = [
 1260 "aws-credential-types",
 1261 "aws-runtime",
 1262 "aws-sdk-sso",
 1263 "aws-sdk-ssooidc",
 1264 "aws-sdk-sts",
 1265 "aws-smithy-async",
 1266 "aws-smithy-http",
 1267 "aws-smithy-json",
 1268 "aws-smithy-runtime",
 1269 "aws-smithy-runtime-api",
 1270 "aws-smithy-types",
 1271 "aws-types",
 1272 "bytes 1.10.1",
 1273 "fastrand 2.3.0",
 1274 "hex",
 1275 "http 0.2.12",
 1276 "ring",
 1277 "time",
 1278 "tokio",
 1279 "tracing",
 1280 "url",
 1281 "zeroize",
 1282]
 1283
 1284[[package]]
 1285name = "aws-credential-types"
 1286version = "1.2.1"
 1287source = "registry+https://github.com/rust-lang/crates.io-index"
 1288checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1289dependencies = [
 1290 "aws-smithy-async",
 1291 "aws-smithy-runtime-api",
 1292 "aws-smithy-types",
 1293 "zeroize",
 1294]
 1295
 1296[[package]]
 1297name = "aws-lc-rs"
 1298version = "1.12.6"
 1299source = "registry+https://github.com/rust-lang/crates.io-index"
 1300checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1301dependencies = [
 1302 "aws-lc-sys",
 1303 "zeroize",
 1304]
 1305
 1306[[package]]
 1307name = "aws-lc-sys"
 1308version = "0.27.0"
 1309source = "registry+https://github.com/rust-lang/crates.io-index"
 1310checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1311dependencies = [
 1312 "bindgen 0.69.5",
 1313 "cc",
 1314 "cmake",
 1315 "dunce",
 1316 "fs_extra",
 1317]
 1318
 1319[[package]]
 1320name = "aws-runtime"
 1321version = "1.5.5"
 1322source = "registry+https://github.com/rust-lang/crates.io-index"
 1323checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1324dependencies = [
 1325 "aws-credential-types",
 1326 "aws-sigv4",
 1327 "aws-smithy-async",
 1328 "aws-smithy-eventstream",
 1329 "aws-smithy-http",
 1330 "aws-smithy-runtime",
 1331 "aws-smithy-runtime-api",
 1332 "aws-smithy-types",
 1333 "aws-types",
 1334 "bytes 1.10.1",
 1335 "fastrand 2.3.0",
 1336 "http 0.2.12",
 1337 "http-body 0.4.6",
 1338 "once_cell",
 1339 "percent-encoding",
 1340 "pin-project-lite",
 1341 "tracing",
 1342 "uuid",
 1343]
 1344
 1345[[package]]
 1346name = "aws-sdk-bedrockruntime"
 1347version = "1.74.0"
 1348source = "registry+https://github.com/rust-lang/crates.io-index"
 1349checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1350dependencies = [
 1351 "aws-credential-types",
 1352 "aws-runtime",
 1353 "aws-smithy-async",
 1354 "aws-smithy-eventstream",
 1355 "aws-smithy-http",
 1356 "aws-smithy-json",
 1357 "aws-smithy-runtime",
 1358 "aws-smithy-runtime-api",
 1359 "aws-smithy-types",
 1360 "aws-types",
 1361 "bytes 1.10.1",
 1362 "fastrand 2.3.0",
 1363 "http 0.2.12",
 1364 "once_cell",
 1365 "regex-lite",
 1366 "tracing",
 1367]
 1368
 1369[[package]]
 1370name = "aws-sdk-kinesis"
 1371version = "1.61.0"
 1372source = "registry+https://github.com/rust-lang/crates.io-index"
 1373checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1374dependencies = [
 1375 "aws-credential-types",
 1376 "aws-runtime",
 1377 "aws-smithy-async",
 1378 "aws-smithy-http",
 1379 "aws-smithy-json",
 1380 "aws-smithy-runtime",
 1381 "aws-smithy-runtime-api",
 1382 "aws-smithy-types",
 1383 "aws-types",
 1384 "bytes 1.10.1",
 1385 "http 0.2.12",
 1386 "once_cell",
 1387 "regex-lite",
 1388 "tracing",
 1389]
 1390
 1391[[package]]
 1392name = "aws-sdk-s3"
 1393version = "1.76.0"
 1394source = "registry+https://github.com/rust-lang/crates.io-index"
 1395checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1396dependencies = [
 1397 "aws-credential-types",
 1398 "aws-runtime",
 1399 "aws-sigv4",
 1400 "aws-smithy-async",
 1401 "aws-smithy-checksums",
 1402 "aws-smithy-eventstream",
 1403 "aws-smithy-http",
 1404 "aws-smithy-json",
 1405 "aws-smithy-runtime",
 1406 "aws-smithy-runtime-api",
 1407 "aws-smithy-types",
 1408 "aws-smithy-xml",
 1409 "aws-types",
 1410 "bytes 1.10.1",
 1411 "fastrand 2.3.0",
 1412 "hex",
 1413 "hmac",
 1414 "http 0.2.12",
 1415 "http-body 0.4.6",
 1416 "lru",
 1417 "once_cell",
 1418 "percent-encoding",
 1419 "regex-lite",
 1420 "sha2",
 1421 "tracing",
 1422 "url",
 1423]
 1424
 1425[[package]]
 1426name = "aws-sdk-sso"
 1427version = "1.58.0"
 1428source = "registry+https://github.com/rust-lang/crates.io-index"
 1429checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1430dependencies = [
 1431 "aws-credential-types",
 1432 "aws-runtime",
 1433 "aws-smithy-async",
 1434 "aws-smithy-http",
 1435 "aws-smithy-json",
 1436 "aws-smithy-runtime",
 1437 "aws-smithy-runtime-api",
 1438 "aws-smithy-types",
 1439 "aws-types",
 1440 "bytes 1.10.1",
 1441 "http 0.2.12",
 1442 "once_cell",
 1443 "regex-lite",
 1444 "tracing",
 1445]
 1446
 1447[[package]]
 1448name = "aws-sdk-ssooidc"
 1449version = "1.59.0"
 1450source = "registry+https://github.com/rust-lang/crates.io-index"
 1451checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1452dependencies = [
 1453 "aws-credential-types",
 1454 "aws-runtime",
 1455 "aws-smithy-async",
 1456 "aws-smithy-http",
 1457 "aws-smithy-json",
 1458 "aws-smithy-runtime",
 1459 "aws-smithy-runtime-api",
 1460 "aws-smithy-types",
 1461 "aws-types",
 1462 "bytes 1.10.1",
 1463 "http 0.2.12",
 1464 "once_cell",
 1465 "regex-lite",
 1466 "tracing",
 1467]
 1468
 1469[[package]]
 1470name = "aws-sdk-sts"
 1471version = "1.59.0"
 1472source = "registry+https://github.com/rust-lang/crates.io-index"
 1473checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1474dependencies = [
 1475 "aws-credential-types",
 1476 "aws-runtime",
 1477 "aws-smithy-async",
 1478 "aws-smithy-http",
 1479 "aws-smithy-json",
 1480 "aws-smithy-query",
 1481 "aws-smithy-runtime",
 1482 "aws-smithy-runtime-api",
 1483 "aws-smithy-types",
 1484 "aws-smithy-xml",
 1485 "aws-types",
 1486 "http 0.2.12",
 1487 "once_cell",
 1488 "regex-lite",
 1489 "tracing",
 1490]
 1491
 1492[[package]]
 1493name = "aws-sigv4"
 1494version = "1.2.9"
 1495source = "registry+https://github.com/rust-lang/crates.io-index"
 1496checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1497dependencies = [
 1498 "aws-credential-types",
 1499 "aws-smithy-eventstream",
 1500 "aws-smithy-http",
 1501 "aws-smithy-runtime-api",
 1502 "aws-smithy-types",
 1503 "bytes 1.10.1",
 1504 "crypto-bigint 0.5.5",
 1505 "form_urlencoded",
 1506 "hex",
 1507 "hmac",
 1508 "http 0.2.12",
 1509 "http 1.2.0",
 1510 "once_cell",
 1511 "p256",
 1512 "percent-encoding",
 1513 "ring",
 1514 "sha2",
 1515 "subtle",
 1516 "time",
 1517 "tracing",
 1518 "zeroize",
 1519]
 1520
 1521[[package]]
 1522name = "aws-smithy-async"
 1523version = "1.2.4"
 1524source = "registry+https://github.com/rust-lang/crates.io-index"
 1525checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1526dependencies = [
 1527 "futures-util",
 1528 "pin-project-lite",
 1529 "tokio",
 1530]
 1531
 1532[[package]]
 1533name = "aws-smithy-checksums"
 1534version = "0.62.0"
 1535source = "registry+https://github.com/rust-lang/crates.io-index"
 1536checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1537dependencies = [
 1538 "aws-smithy-http",
 1539 "aws-smithy-types",
 1540 "bytes 1.10.1",
 1541 "crc32c",
 1542 "crc32fast",
 1543 "crc64fast-nvme",
 1544 "hex",
 1545 "http 0.2.12",
 1546 "http-body 0.4.6",
 1547 "md-5",
 1548 "pin-project-lite",
 1549 "sha1",
 1550 "sha2",
 1551 "tracing",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-eventstream"
 1556version = "0.60.6"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1559dependencies = [
 1560 "aws-smithy-types",
 1561 "bytes 1.10.1",
 1562 "crc32fast",
 1563]
 1564
 1565[[package]]
 1566name = "aws-smithy-http"
 1567version = "0.60.12"
 1568source = "registry+https://github.com/rust-lang/crates.io-index"
 1569checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1570dependencies = [
 1571 "aws-smithy-eventstream",
 1572 "aws-smithy-runtime-api",
 1573 "aws-smithy-types",
 1574 "bytes 1.10.1",
 1575 "bytes-utils",
 1576 "futures-core",
 1577 "http 0.2.12",
 1578 "http-body 0.4.6",
 1579 "once_cell",
 1580 "percent-encoding",
 1581 "pin-project-lite",
 1582 "pin-utils",
 1583 "tracing",
 1584]
 1585
 1586[[package]]
 1587name = "aws-smithy-json"
 1588version = "0.61.2"
 1589source = "registry+https://github.com/rust-lang/crates.io-index"
 1590checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1591dependencies = [
 1592 "aws-smithy-types",
 1593]
 1594
 1595[[package]]
 1596name = "aws-smithy-query"
 1597version = "0.60.7"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1600dependencies = [
 1601 "aws-smithy-types",
 1602 "urlencoding",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-runtime"
 1607version = "1.7.8"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1610dependencies = [
 1611 "aws-smithy-async",
 1612 "aws-smithy-http",
 1613 "aws-smithy-runtime-api",
 1614 "aws-smithy-types",
 1615 "bytes 1.10.1",
 1616 "fastrand 2.3.0",
 1617 "h2 0.3.26",
 1618 "http 0.2.12",
 1619 "http-body 0.4.6",
 1620 "http-body 1.0.1",
 1621 "httparse",
 1622 "hyper 0.14.32",
 1623 "hyper-rustls 0.24.2",
 1624 "once_cell",
 1625 "pin-project-lite",
 1626 "pin-utils",
 1627 "rustls 0.21.12",
 1628 "tokio",
 1629 "tracing",
 1630]
 1631
 1632[[package]]
 1633name = "aws-smithy-runtime-api"
 1634version = "1.7.3"
 1635source = "registry+https://github.com/rust-lang/crates.io-index"
 1636checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1637dependencies = [
 1638 "aws-smithy-async",
 1639 "aws-smithy-types",
 1640 "bytes 1.10.1",
 1641 "http 0.2.12",
 1642 "http 1.2.0",
 1643 "pin-project-lite",
 1644 "tokio",
 1645 "tracing",
 1646 "zeroize",
 1647]
 1648
 1649[[package]]
 1650name = "aws-smithy-types"
 1651version = "1.2.13"
 1652source = "registry+https://github.com/rust-lang/crates.io-index"
 1653checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1654dependencies = [
 1655 "base64-simd",
 1656 "bytes 1.10.1",
 1657 "bytes-utils",
 1658 "futures-core",
 1659 "http 0.2.12",
 1660 "http 1.2.0",
 1661 "http-body 0.4.6",
 1662 "http-body 1.0.1",
 1663 "http-body-util",
 1664 "itoa",
 1665 "num-integer",
 1666 "pin-project-lite",
 1667 "pin-utils",
 1668 "ryu",
 1669 "serde",
 1670 "time",
 1671 "tokio",
 1672 "tokio-util",
 1673]
 1674
 1675[[package]]
 1676name = "aws-smithy-xml"
 1677version = "0.60.9"
 1678source = "registry+https://github.com/rust-lang/crates.io-index"
 1679checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1680dependencies = [
 1681 "xmlparser",
 1682]
 1683
 1684[[package]]
 1685name = "aws-types"
 1686version = "1.3.5"
 1687source = "registry+https://github.com/rust-lang/crates.io-index"
 1688checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1689dependencies = [
 1690 "aws-credential-types",
 1691 "aws-smithy-async",
 1692 "aws-smithy-runtime-api",
 1693 "aws-smithy-types",
 1694 "rustc_version",
 1695 "tracing",
 1696]
 1697
 1698[[package]]
 1699name = "aws_http_client"
 1700version = "0.1.0"
 1701dependencies = [
 1702 "aws-smithy-runtime-api",
 1703 "aws-smithy-types",
 1704 "futures 0.3.31",
 1705 "http_client",
 1706 "tokio",
 1707]
 1708
 1709[[package]]
 1710name = "axum"
 1711version = "0.6.20"
 1712source = "registry+https://github.com/rust-lang/crates.io-index"
 1713checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1714dependencies = [
 1715 "async-trait",
 1716 "axum-core",
 1717 "base64 0.21.7",
 1718 "bitflags 1.3.2",
 1719 "bytes 1.10.1",
 1720 "futures-util",
 1721 "headers",
 1722 "http 0.2.12",
 1723 "http-body 0.4.6",
 1724 "hyper 0.14.32",
 1725 "itoa",
 1726 "matchit",
 1727 "memchr",
 1728 "mime",
 1729 "percent-encoding",
 1730 "pin-project-lite",
 1731 "rustversion",
 1732 "serde",
 1733 "serde_json",
 1734 "serde_path_to_error",
 1735 "serde_urlencoded",
 1736 "sha1",
 1737 "sync_wrapper 0.1.2",
 1738 "tokio",
 1739 "tokio-tungstenite 0.20.1",
 1740 "tower",
 1741 "tower-layer",
 1742 "tower-service",
 1743]
 1744
 1745[[package]]
 1746name = "axum-core"
 1747version = "0.3.4"
 1748source = "registry+https://github.com/rust-lang/crates.io-index"
 1749checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1750dependencies = [
 1751 "async-trait",
 1752 "bytes 1.10.1",
 1753 "futures-util",
 1754 "http 0.2.12",
 1755 "http-body 0.4.6",
 1756 "mime",
 1757 "rustversion",
 1758 "tower-layer",
 1759 "tower-service",
 1760]
 1761
 1762[[package]]
 1763name = "axum-extra"
 1764version = "0.4.2"
 1765source = "registry+https://github.com/rust-lang/crates.io-index"
 1766checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1767dependencies = [
 1768 "axum",
 1769 "bytes 1.10.1",
 1770 "futures-util",
 1771 "http 0.2.12",
 1772 "mime",
 1773 "pin-project-lite",
 1774 "serde",
 1775 "serde_json",
 1776 "tokio",
 1777 "tower",
 1778 "tower-http 0.3.5",
 1779 "tower-layer",
 1780 "tower-service",
 1781]
 1782
 1783[[package]]
 1784name = "backtrace"
 1785version = "0.3.74"
 1786source = "registry+https://github.com/rust-lang/crates.io-index"
 1787checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1788dependencies = [
 1789 "addr2line",
 1790 "cfg-if",
 1791 "libc",
 1792 "miniz_oxide",
 1793 "object",
 1794 "rustc-demangle",
 1795 "windows-targets 0.52.6",
 1796]
 1797
 1798[[package]]
 1799name = "base16ct"
 1800version = "0.1.1"
 1801source = "registry+https://github.com/rust-lang/crates.io-index"
 1802checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1803
 1804[[package]]
 1805name = "base64"
 1806version = "0.13.1"
 1807source = "registry+https://github.com/rust-lang/crates.io-index"
 1808checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1809
 1810[[package]]
 1811name = "base64"
 1812version = "0.21.7"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1815
 1816[[package]]
 1817name = "base64"
 1818version = "0.22.1"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1821
 1822[[package]]
 1823name = "base64-simd"
 1824version = "0.8.0"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1827dependencies = [
 1828 "outref",
 1829 "vsimd",
 1830]
 1831
 1832[[package]]
 1833name = "base64ct"
 1834version = "1.6.0"
 1835source = "registry+https://github.com/rust-lang/crates.io-index"
 1836checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1837
 1838[[package]]
 1839name = "bedrock"
 1840version = "0.1.0"
 1841dependencies = [
 1842 "anyhow",
 1843 "aws-sdk-bedrockruntime",
 1844 "aws-smithy-types",
 1845 "futures 0.3.31",
 1846 "schemars",
 1847 "serde",
 1848 "serde_json",
 1849 "strum",
 1850 "thiserror 2.0.12",
 1851 "tokio",
 1852]
 1853
 1854[[package]]
 1855name = "bigdecimal"
 1856version = "0.4.7"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1859dependencies = [
 1860 "autocfg",
 1861 "libm",
 1862 "num-bigint",
 1863 "num-integer",
 1864 "num-traits",
 1865 "serde",
 1866]
 1867
 1868[[package]]
 1869name = "bincode"
 1870version = "1.3.3"
 1871source = "registry+https://github.com/rust-lang/crates.io-index"
 1872checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1873dependencies = [
 1874 "serde",
 1875]
 1876
 1877[[package]]
 1878name = "bindgen"
 1879version = "0.69.5"
 1880source = "registry+https://github.com/rust-lang/crates.io-index"
 1881checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1882dependencies = [
 1883 "bitflags 2.9.0",
 1884 "cexpr",
 1885 "clang-sys",
 1886 "itertools 0.10.5",
 1887 "lazy_static",
 1888 "lazycell",
 1889 "log",
 1890 "prettyplease",
 1891 "proc-macro2",
 1892 "quote",
 1893 "regex",
 1894 "rustc-hash 1.1.0",
 1895 "shlex",
 1896 "syn 2.0.100",
 1897 "which 4.4.2",
 1898]
 1899
 1900[[package]]
 1901name = "bindgen"
 1902version = "0.70.1"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1905dependencies = [
 1906 "bitflags 2.9.0",
 1907 "cexpr",
 1908 "clang-sys",
 1909 "itertools 0.10.5",
 1910 "log",
 1911 "prettyplease",
 1912 "proc-macro2",
 1913 "quote",
 1914 "regex",
 1915 "rustc-hash 1.1.0",
 1916 "shlex",
 1917 "syn 2.0.100",
 1918]
 1919
 1920[[package]]
 1921name = "bit-set"
 1922version = "0.5.3"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1925dependencies = [
 1926 "bit-vec 0.6.3",
 1927]
 1928
 1929[[package]]
 1930name = "bit-set"
 1931version = "0.8.0"
 1932source = "registry+https://github.com/rust-lang/crates.io-index"
 1933checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1934dependencies = [
 1935 "bit-vec 0.8.0",
 1936]
 1937
 1938[[package]]
 1939name = "bit-vec"
 1940version = "0.6.3"
 1941source = "registry+https://github.com/rust-lang/crates.io-index"
 1942checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1943
 1944[[package]]
 1945name = "bit-vec"
 1946version = "0.8.0"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1949
 1950[[package]]
 1951name = "bit_field"
 1952version = "0.10.2"
 1953source = "registry+https://github.com/rust-lang/crates.io-index"
 1954checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1955
 1956[[package]]
 1957name = "bitflags"
 1958version = "1.3.2"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1961
 1962[[package]]
 1963name = "bitflags"
 1964version = "2.9.0"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 1967dependencies = [
 1968 "serde",
 1969]
 1970
 1971[[package]]
 1972name = "bitstream-io"
 1973version = "2.6.0"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1976
 1977[[package]]
 1978name = "bitvec"
 1979version = "1.0.1"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1982dependencies = [
 1983 "funty",
 1984 "radium",
 1985 "tap",
 1986 "wyz",
 1987]
 1988
 1989[[package]]
 1990name = "blade-graphics"
 1991version = "0.6.0"
 1992source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1993dependencies = [
 1994 "ash",
 1995 "ash-window",
 1996 "bitflags 2.9.0",
 1997 "bytemuck",
 1998 "codespan-reporting",
 1999 "glow",
 2000 "gpu-alloc",
 2001 "gpu-alloc-ash",
 2002 "hidden-trait",
 2003 "js-sys",
 2004 "khronos-egl",
 2005 "libloading",
 2006 "log",
 2007 "mint",
 2008 "naga",
 2009 "objc2",
 2010 "objc2-app-kit",
 2011 "objc2-foundation",
 2012 "objc2-metal",
 2013 "objc2-quartz-core",
 2014 "objc2-ui-kit",
 2015 "raw-window-handle",
 2016 "slab",
 2017 "wasm-bindgen",
 2018 "web-sys",
 2019]
 2020
 2021[[package]]
 2022name = "blade-macros"
 2023version = "0.3.0"
 2024source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2025dependencies = [
 2026 "proc-macro2",
 2027 "quote",
 2028 "syn 2.0.100",
 2029]
 2030
 2031[[package]]
 2032name = "blade-util"
 2033version = "0.2.0"
 2034source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2035dependencies = [
 2036 "blade-graphics",
 2037 "bytemuck",
 2038 "log",
 2039 "profiling",
 2040]
 2041
 2042[[package]]
 2043name = "blake3"
 2044version = "1.7.0"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
 2047dependencies = [
 2048 "arrayref",
 2049 "arrayvec",
 2050 "cc",
 2051 "cfg-if",
 2052 "constant_time_eq 0.3.1",
 2053]
 2054
 2055[[package]]
 2056name = "block"
 2057version = "0.1.6"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2060
 2061[[package]]
 2062name = "block-buffer"
 2063version = "0.10.4"
 2064source = "registry+https://github.com/rust-lang/crates.io-index"
 2065checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2066dependencies = [
 2067 "generic-array",
 2068]
 2069
 2070[[package]]
 2071name = "block-padding"
 2072version = "0.3.3"
 2073source = "registry+https://github.com/rust-lang/crates.io-index"
 2074checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2075dependencies = [
 2076 "generic-array",
 2077]
 2078
 2079[[package]]
 2080name = "block2"
 2081version = "0.5.1"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2084dependencies = [
 2085 "objc2",
 2086]
 2087
 2088[[package]]
 2089name = "blocking"
 2090version = "1.6.1"
 2091source = "registry+https://github.com/rust-lang/crates.io-index"
 2092checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2093dependencies = [
 2094 "async-channel 2.3.1",
 2095 "async-task",
 2096 "futures-io",
 2097 "futures-lite 2.6.0",
 2098 "piper",
 2099]
 2100
 2101[[package]]
 2102name = "borsh"
 2103version = "1.5.3"
 2104source = "registry+https://github.com/rust-lang/crates.io-index"
 2105checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2106dependencies = [
 2107 "borsh-derive",
 2108 "cfg_aliases 0.2.1",
 2109]
 2110
 2111[[package]]
 2112name = "borsh-derive"
 2113version = "1.5.3"
 2114source = "registry+https://github.com/rust-lang/crates.io-index"
 2115checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2116dependencies = [
 2117 "once_cell",
 2118 "proc-macro-crate",
 2119 "proc-macro2",
 2120 "quote",
 2121 "syn 2.0.100",
 2122]
 2123
 2124[[package]]
 2125name = "breadcrumbs"
 2126version = "0.1.0"
 2127dependencies = [
 2128 "editor",
 2129 "gpui",
 2130 "itertools 0.14.0",
 2131 "theme",
 2132 "ui",
 2133 "workspace",
 2134 "zed_actions",
 2135]
 2136
 2137[[package]]
 2138name = "bstr"
 2139version = "1.11.1"
 2140source = "registry+https://github.com/rust-lang/crates.io-index"
 2141checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2142dependencies = [
 2143 "memchr",
 2144 "regex-automata 0.4.9",
 2145 "serde",
 2146]
 2147
 2148[[package]]
 2149name = "buffer_diff"
 2150version = "0.1.0"
 2151dependencies = [
 2152 "anyhow",
 2153 "clock",
 2154 "ctor",
 2155 "env_logger 0.11.7",
 2156 "futures 0.3.31",
 2157 "git2",
 2158 "gpui",
 2159 "language",
 2160 "log",
 2161 "pretty_assertions",
 2162 "rand 0.8.5",
 2163 "rope",
 2164 "serde_json",
 2165 "sum_tree",
 2166 "text",
 2167 "unindent",
 2168 "util",
 2169]
 2170
 2171[[package]]
 2172name = "built"
 2173version = "0.7.5"
 2174source = "registry+https://github.com/rust-lang/crates.io-index"
 2175checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2176
 2177[[package]]
 2178name = "bumpalo"
 2179version = "3.16.0"
 2180source = "registry+https://github.com/rust-lang/crates.io-index"
 2181checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2182dependencies = [
 2183 "allocator-api2",
 2184]
 2185
 2186[[package]]
 2187name = "by_address"
 2188version = "1.2.1"
 2189source = "registry+https://github.com/rust-lang/crates.io-index"
 2190checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2191
 2192[[package]]
 2193name = "bytecheck"
 2194version = "0.6.12"
 2195source = "registry+https://github.com/rust-lang/crates.io-index"
 2196checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2197dependencies = [
 2198 "bytecheck_derive",
 2199 "ptr_meta",
 2200 "simdutf8",
 2201]
 2202
 2203[[package]]
 2204name = "bytecheck_derive"
 2205version = "0.6.12"
 2206source = "registry+https://github.com/rust-lang/crates.io-index"
 2207checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2208dependencies = [
 2209 "proc-macro2",
 2210 "quote",
 2211 "syn 1.0.109",
 2212]
 2213
 2214[[package]]
 2215name = "bytemuck"
 2216version = "1.21.0"
 2217source = "registry+https://github.com/rust-lang/crates.io-index"
 2218checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2219dependencies = [
 2220 "bytemuck_derive",
 2221]
 2222
 2223[[package]]
 2224name = "bytemuck_derive"
 2225version = "1.8.0"
 2226source = "registry+https://github.com/rust-lang/crates.io-index"
 2227checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2228dependencies = [
 2229 "proc-macro2",
 2230 "quote",
 2231 "syn 2.0.100",
 2232]
 2233
 2234[[package]]
 2235name = "byteorder"
 2236version = "1.5.0"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2239
 2240[[package]]
 2241name = "byteorder-lite"
 2242version = "0.1.0"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2245
 2246[[package]]
 2247name = "bytes"
 2248version = "0.4.12"
 2249source = "registry+https://github.com/rust-lang/crates.io-index"
 2250checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2251dependencies = [
 2252 "byteorder",
 2253 "iovec",
 2254]
 2255
 2256[[package]]
 2257name = "bytes"
 2258version = "1.10.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2261
 2262[[package]]
 2263name = "bytes-utils"
 2264version = "0.1.4"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2267dependencies = [
 2268 "bytes 1.10.1",
 2269 "either",
 2270]
 2271
 2272[[package]]
 2273name = "bzip2"
 2274version = "0.4.4"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2277dependencies = [
 2278 "bzip2-sys",
 2279 "libc",
 2280]
 2281
 2282[[package]]
 2283name = "bzip2-sys"
 2284version = "0.1.11+1.0.8"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2287dependencies = [
 2288 "cc",
 2289 "libc",
 2290 "pkg-config",
 2291]
 2292
 2293[[package]]
 2294name = "call"
 2295version = "0.1.0"
 2296dependencies = [
 2297 "anyhow",
 2298 "audio",
 2299 "client",
 2300 "collections",
 2301 "fs",
 2302 "futures 0.3.31",
 2303 "gpui",
 2304 "http_client",
 2305 "language",
 2306 "livekit_client",
 2307 "livekit_client_macos",
 2308 "log",
 2309 "postage",
 2310 "project",
 2311 "schemars",
 2312 "serde",
 2313 "serde_derive",
 2314 "settings",
 2315 "telemetry",
 2316 "util",
 2317]
 2318
 2319[[package]]
 2320name = "calloop"
 2321version = "0.13.0"
 2322source = "registry+https://github.com/rust-lang/crates.io-index"
 2323checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2324dependencies = [
 2325 "bitflags 2.9.0",
 2326 "log",
 2327 "polling",
 2328 "rustix",
 2329 "slab",
 2330 "thiserror 1.0.69",
 2331]
 2332
 2333[[package]]
 2334name = "calloop-wayland-source"
 2335version = "0.3.0"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2338dependencies = [
 2339 "calloop",
 2340 "rustix",
 2341 "wayland-backend",
 2342 "wayland-client",
 2343]
 2344
 2345[[package]]
 2346name = "camino"
 2347version = "1.1.9"
 2348source = "registry+https://github.com/rust-lang/crates.io-index"
 2349checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2350dependencies = [
 2351 "serde",
 2352]
 2353
 2354[[package]]
 2355name = "cap-fs-ext"
 2356version = "3.4.2"
 2357source = "registry+https://github.com/rust-lang/crates.io-index"
 2358checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2359dependencies = [
 2360 "cap-primitives",
 2361 "cap-std",
 2362 "io-lifetimes",
 2363 "windows-sys 0.59.0",
 2364]
 2365
 2366[[package]]
 2367name = "cap-net-ext"
 2368version = "3.4.2"
 2369source = "registry+https://github.com/rust-lang/crates.io-index"
 2370checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2371dependencies = [
 2372 "cap-primitives",
 2373 "cap-std",
 2374 "rustix",
 2375 "smallvec",
 2376]
 2377
 2378[[package]]
 2379name = "cap-primitives"
 2380version = "3.4.2"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2383dependencies = [
 2384 "ambient-authority",
 2385 "fs-set-times",
 2386 "io-extras",
 2387 "io-lifetimes",
 2388 "ipnet",
 2389 "maybe-owned",
 2390 "rustix",
 2391 "windows-sys 0.59.0",
 2392 "winx",
 2393]
 2394
 2395[[package]]
 2396name = "cap-rand"
 2397version = "3.4.2"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2400dependencies = [
 2401 "ambient-authority",
 2402 "rand 0.8.5",
 2403]
 2404
 2405[[package]]
 2406name = "cap-std"
 2407version = "3.4.2"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2410dependencies = [
 2411 "cap-primitives",
 2412 "io-extras",
 2413 "io-lifetimes",
 2414 "rustix",
 2415]
 2416
 2417[[package]]
 2418name = "cap-time-ext"
 2419version = "3.4.2"
 2420source = "registry+https://github.com/rust-lang/crates.io-index"
 2421checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2422dependencies = [
 2423 "ambient-authority",
 2424 "cap-primitives",
 2425 "iana-time-zone",
 2426 "once_cell",
 2427 "rustix",
 2428 "winx",
 2429]
 2430
 2431[[package]]
 2432name = "cargo-platform"
 2433version = "0.1.9"
 2434source = "registry+https://github.com/rust-lang/crates.io-index"
 2435checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2436dependencies = [
 2437 "serde",
 2438]
 2439
 2440[[package]]
 2441name = "cargo_metadata"
 2442version = "0.19.2"
 2443source = "registry+https://github.com/rust-lang/crates.io-index"
 2444checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2445dependencies = [
 2446 "camino",
 2447 "cargo-platform",
 2448 "semver",
 2449 "serde",
 2450 "serde_json",
 2451 "thiserror 2.0.12",
 2452]
 2453
 2454[[package]]
 2455name = "cargo_toml"
 2456version = "0.21.0"
 2457source = "registry+https://github.com/rust-lang/crates.io-index"
 2458checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2459dependencies = [
 2460 "serde",
 2461 "toml 0.8.20",
 2462]
 2463
 2464[[package]]
 2465name = "cast"
 2466version = "0.3.0"
 2467source = "registry+https://github.com/rust-lang/crates.io-index"
 2468checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2469
 2470[[package]]
 2471name = "cbc"
 2472version = "0.1.2"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2475dependencies = [
 2476 "cipher",
 2477]
 2478
 2479[[package]]
 2480name = "cbindgen"
 2481version = "0.27.0"
 2482source = "registry+https://github.com/rust-lang/crates.io-index"
 2483checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2484dependencies = [
 2485 "clap",
 2486 "heck 0.4.1",
 2487 "indexmap",
 2488 "log",
 2489 "proc-macro2",
 2490 "quote",
 2491 "serde",
 2492 "serde_json",
 2493 "syn 2.0.100",
 2494 "tempfile",
 2495 "toml 0.8.20",
 2496]
 2497
 2498[[package]]
 2499name = "cbindgen"
 2500version = "0.28.0"
 2501source = "registry+https://github.com/rust-lang/crates.io-index"
 2502checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2503dependencies = [
 2504 "heck 0.4.1",
 2505 "indexmap",
 2506 "log",
 2507 "proc-macro2",
 2508 "quote",
 2509 "serde",
 2510 "serde_json",
 2511 "syn 2.0.100",
 2512 "tempfile",
 2513 "toml 0.8.20",
 2514]
 2515
 2516[[package]]
 2517name = "cc"
 2518version = "1.2.12"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2521dependencies = [
 2522 "jobserver",
 2523 "libc",
 2524 "shlex",
 2525]
 2526
 2527[[package]]
 2528name = "cesu8"
 2529version = "1.1.0"
 2530source = "registry+https://github.com/rust-lang/crates.io-index"
 2531checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2532
 2533[[package]]
 2534name = "cexpr"
 2535version = "0.6.0"
 2536source = "registry+https://github.com/rust-lang/crates.io-index"
 2537checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2538dependencies = [
 2539 "nom",
 2540]
 2541
 2542[[package]]
 2543name = "cfg-expr"
 2544version = "0.15.8"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2547dependencies = [
 2548 "smallvec",
 2549 "target-lexicon 0.12.16",
 2550]
 2551
 2552[[package]]
 2553name = "cfg-if"
 2554version = "1.0.0"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2557
 2558[[package]]
 2559name = "cfg_aliases"
 2560version = "0.1.1"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2563
 2564[[package]]
 2565name = "cfg_aliases"
 2566version = "0.2.1"
 2567source = "registry+https://github.com/rust-lang/crates.io-index"
 2568checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2569
 2570[[package]]
 2571name = "channel"
 2572version = "0.1.0"
 2573dependencies = [
 2574 "anyhow",
 2575 "client",
 2576 "clock",
 2577 "collections",
 2578 "futures 0.3.31",
 2579 "gpui",
 2580 "http_client",
 2581 "language",
 2582 "log",
 2583 "rand 0.8.5",
 2584 "release_channel",
 2585 "rpc",
 2586 "settings",
 2587 "sum_tree",
 2588 "text",
 2589 "time",
 2590 "util",
 2591]
 2592
 2593[[package]]
 2594name = "chrono"
 2595version = "0.4.40"
 2596source = "registry+https://github.com/rust-lang/crates.io-index"
 2597checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2598dependencies = [
 2599 "android-tzdata",
 2600 "iana-time-zone",
 2601 "js-sys",
 2602 "num-traits",
 2603 "serde",
 2604 "wasm-bindgen",
 2605 "windows-link",
 2606]
 2607
 2608[[package]]
 2609name = "chunked_transfer"
 2610version = "1.5.0"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2613
 2614[[package]]
 2615name = "ciborium"
 2616version = "0.2.2"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2619dependencies = [
 2620 "ciborium-io",
 2621 "ciborium-ll",
 2622 "serde",
 2623]
 2624
 2625[[package]]
 2626name = "ciborium-io"
 2627version = "0.2.2"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2630
 2631[[package]]
 2632name = "ciborium-ll"
 2633version = "0.2.2"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2636dependencies = [
 2637 "ciborium-io",
 2638 "half",
 2639]
 2640
 2641[[package]]
 2642name = "cipher"
 2643version = "0.4.4"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2646dependencies = [
 2647 "crypto-common",
 2648 "inout",
 2649 "zeroize",
 2650]
 2651
 2652[[package]]
 2653name = "circular-buffer"
 2654version = "1.0.0"
 2655source = "registry+https://github.com/rust-lang/crates.io-index"
 2656checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2657
 2658[[package]]
 2659name = "clang-sys"
 2660version = "1.8.1"
 2661source = "registry+https://github.com/rust-lang/crates.io-index"
 2662checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2663dependencies = [
 2664 "glob",
 2665 "libc",
 2666 "libloading",
 2667]
 2668
 2669[[package]]
 2670name = "clap"
 2671version = "4.5.34"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
 2674dependencies = [
 2675 "clap_builder",
 2676 "clap_derive",
 2677]
 2678
 2679[[package]]
 2680name = "clap_builder"
 2681version = "4.5.34"
 2682source = "registry+https://github.com/rust-lang/crates.io-index"
 2683checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
 2684dependencies = [
 2685 "anstream",
 2686 "anstyle",
 2687 "clap_lex",
 2688 "strsim",
 2689 "terminal_size",
 2690]
 2691
 2692[[package]]
 2693name = "clap_complete"
 2694version = "4.5.38"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2697dependencies = [
 2698 "clap",
 2699]
 2700
 2701[[package]]
 2702name = "clap_derive"
 2703version = "4.5.32"
 2704source = "registry+https://github.com/rust-lang/crates.io-index"
 2705checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2706dependencies = [
 2707 "heck 0.5.0",
 2708 "proc-macro2",
 2709 "quote",
 2710 "syn 2.0.100",
 2711]
 2712
 2713[[package]]
 2714name = "clap_lex"
 2715version = "0.7.4"
 2716source = "registry+https://github.com/rust-lang/crates.io-index"
 2717checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2718
 2719[[package]]
 2720name = "cli"
 2721version = "0.1.0"
 2722dependencies = [
 2723 "anyhow",
 2724 "clap",
 2725 "collections",
 2726 "core-foundation 0.9.4",
 2727 "core-services",
 2728 "exec",
 2729 "fork",
 2730 "ipc-channel",
 2731 "parking_lot",
 2732 "paths",
 2733 "plist",
 2734 "release_channel",
 2735 "serde",
 2736 "tempfile",
 2737 "util",
 2738 "windows 0.61.1",
 2739]
 2740
 2741[[package]]
 2742name = "client"
 2743version = "0.1.0"
 2744dependencies = [
 2745 "anyhow",
 2746 "async-native-tls",
 2747 "async-recursion 0.3.2",
 2748 "async-tungstenite",
 2749 "chrono",
 2750 "clock",
 2751 "cocoa 0.26.0",
 2752 "collections",
 2753 "credentials_provider",
 2754 "feature_flags",
 2755 "futures 0.3.31",
 2756 "gpui",
 2757 "http_client",
 2758 "http_client_tls",
 2759 "log",
 2760 "parking_lot",
 2761 "paths",
 2762 "postage",
 2763 "rand 0.8.5",
 2764 "release_channel",
 2765 "rpc",
 2766 "schemars",
 2767 "serde",
 2768 "serde_json",
 2769 "settings",
 2770 "sha2",
 2771 "smol",
 2772 "telemetry",
 2773 "telemetry_events",
 2774 "text",
 2775 "thiserror 2.0.12",
 2776 "time",
 2777 "tiny_http",
 2778 "tokio-socks",
 2779 "url",
 2780 "util",
 2781 "windows 0.61.1",
 2782 "worktree",
 2783]
 2784
 2785[[package]]
 2786name = "clock"
 2787version = "0.1.0"
 2788dependencies = [
 2789 "parking_lot",
 2790 "serde",
 2791 "smallvec",
 2792]
 2793
 2794[[package]]
 2795name = "cmake"
 2796version = "0.1.53"
 2797source = "registry+https://github.com/rust-lang/crates.io-index"
 2798checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2799dependencies = [
 2800 "cc",
 2801]
 2802
 2803[[package]]
 2804name = "cobs"
 2805version = "0.2.3"
 2806source = "registry+https://github.com/rust-lang/crates.io-index"
 2807checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2808
 2809[[package]]
 2810name = "cocoa"
 2811version = "0.25.0"
 2812source = "registry+https://github.com/rust-lang/crates.io-index"
 2813checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2814dependencies = [
 2815 "bitflags 1.3.2",
 2816 "block",
 2817 "cocoa-foundation 0.1.2",
 2818 "core-foundation 0.9.4",
 2819 "core-graphics 0.23.2",
 2820 "foreign-types 0.5.0",
 2821 "libc",
 2822 "objc",
 2823]
 2824
 2825[[package]]
 2826name = "cocoa"
 2827version = "0.26.0"
 2828source = "registry+https://github.com/rust-lang/crates.io-index"
 2829checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2830dependencies = [
 2831 "bitflags 2.9.0",
 2832 "block",
 2833 "cocoa-foundation 0.2.0",
 2834 "core-foundation 0.10.0",
 2835 "core-graphics 0.24.0",
 2836 "foreign-types 0.5.0",
 2837 "libc",
 2838 "objc",
 2839]
 2840
 2841[[package]]
 2842name = "cocoa-foundation"
 2843version = "0.1.2"
 2844source = "registry+https://github.com/rust-lang/crates.io-index"
 2845checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2846dependencies = [
 2847 "bitflags 1.3.2",
 2848 "block",
 2849 "core-foundation 0.9.4",
 2850 "core-graphics-types 0.1.3",
 2851 "libc",
 2852 "objc",
 2853]
 2854
 2855[[package]]
 2856name = "cocoa-foundation"
 2857version = "0.2.0"
 2858source = "registry+https://github.com/rust-lang/crates.io-index"
 2859checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2860dependencies = [
 2861 "bitflags 2.9.0",
 2862 "block",
 2863 "core-foundation 0.10.0",
 2864 "core-graphics-types 0.2.0",
 2865 "libc",
 2866 "objc",
 2867]
 2868
 2869[[package]]
 2870name = "codespan-reporting"
 2871version = "0.11.1"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2874dependencies = [
 2875 "termcolor",
 2876 "unicode-width",
 2877]
 2878
 2879[[package]]
 2880name = "collab"
 2881version = "0.44.0"
 2882dependencies = [
 2883 "anthropic",
 2884 "anyhow",
 2885 "assistant",
 2886 "assistant_context_editor",
 2887 "assistant_slash_command",
 2888 "assistant_tool",
 2889 "async-stripe",
 2890 "async-trait",
 2891 "async-tungstenite",
 2892 "audio",
 2893 "aws-config",
 2894 "aws-sdk-kinesis",
 2895 "aws-sdk-s3",
 2896 "axum",
 2897 "axum-extra",
 2898 "base64 0.22.1",
 2899 "buffer_diff",
 2900 "call",
 2901 "channel",
 2902 "chrono",
 2903 "client",
 2904 "clock",
 2905 "collab_ui",
 2906 "collections",
 2907 "command_palette_hooks",
 2908 "context_server",
 2909 "ctor",
 2910 "dap",
 2911 "dashmap 6.1.0",
 2912 "debugger_ui",
 2913 "derive_more",
 2914 "editor",
 2915 "env_logger 0.11.7",
 2916 "envy",
 2917 "extension",
 2918 "file_finder",
 2919 "fs",
 2920 "futures 0.3.31",
 2921 "git",
 2922 "git_hosting_providers",
 2923 "git_ui",
 2924 "google_ai",
 2925 "gpui",
 2926 "hex",
 2927 "http_client",
 2928 "hyper 0.14.32",
 2929 "indoc",
 2930 "jsonwebtoken",
 2931 "language",
 2932 "language_model",
 2933 "livekit_api",
 2934 "livekit_client",
 2935 "livekit_client_macos",
 2936 "log",
 2937 "lsp",
 2938 "menu",
 2939 "multi_buffer",
 2940 "nanoid",
 2941 "node_runtime",
 2942 "notifications",
 2943 "open_ai",
 2944 "parking_lot",
 2945 "pretty_assertions",
 2946 "project",
 2947 "prometheus",
 2948 "prompt_store",
 2949 "prost 0.9.0",
 2950 "rand 0.8.5",
 2951 "recent_projects",
 2952 "release_channel",
 2953 "remote",
 2954 "remote_server",
 2955 "reqwest 0.11.27",
 2956 "reqwest_client",
 2957 "rpc",
 2958 "rustc-demangle",
 2959 "scrypt",
 2960 "sea-orm",
 2961 "semantic_version",
 2962 "semver",
 2963 "serde",
 2964 "serde_derive",
 2965 "serde_json",
 2966 "session",
 2967 "settings",
 2968 "sha2",
 2969 "sqlx",
 2970 "strum",
 2971 "subtle",
 2972 "supermaven_api",
 2973 "telemetry_events",
 2974 "text",
 2975 "theme",
 2976 "thiserror 2.0.12",
 2977 "time",
 2978 "tokio",
 2979 "toml 0.8.20",
 2980 "tower",
 2981 "tower-http 0.4.4",
 2982 "tracing",
 2983 "tracing-subscriber",
 2984 "unindent",
 2985 "util",
 2986 "uuid",
 2987 "workspace",
 2988 "worktree",
 2989]
 2990
 2991[[package]]
 2992name = "collab_ui"
 2993version = "0.1.0"
 2994dependencies = [
 2995 "anyhow",
 2996 "call",
 2997 "channel",
 2998 "chrono",
 2999 "client",
 3000 "collections",
 3001 "db",
 3002 "editor",
 3003 "emojis",
 3004 "futures 0.3.31",
 3005 "fuzzy",
 3006 "gpui",
 3007 "http_client",
 3008 "language",
 3009 "menu",
 3010 "notifications",
 3011 "picker",
 3012 "pretty_assertions",
 3013 "project",
 3014 "release_channel",
 3015 "rich_text",
 3016 "rpc",
 3017 "schemars",
 3018 "serde",
 3019 "serde_derive",
 3020 "serde_json",
 3021 "settings",
 3022 "smallvec",
 3023 "story",
 3024 "telemetry",
 3025 "theme",
 3026 "time",
 3027 "time_format",
 3028 "title_bar",
 3029 "tree-sitter-md",
 3030 "ui",
 3031 "util",
 3032 "workspace",
 3033]
 3034
 3035[[package]]
 3036name = "collections"
 3037version = "0.1.0"
 3038dependencies = [
 3039 "indexmap",
 3040 "rustc-hash 2.1.1",
 3041]
 3042
 3043[[package]]
 3044name = "color_quant"
 3045version = "1.1.0"
 3046source = "registry+https://github.com/rust-lang/crates.io-index"
 3047checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3048
 3049[[package]]
 3050name = "colorchoice"
 3051version = "1.0.3"
 3052source = "registry+https://github.com/rust-lang/crates.io-index"
 3053checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3054
 3055[[package]]
 3056name = "combine"
 3057version = "4.6.7"
 3058source = "registry+https://github.com/rust-lang/crates.io-index"
 3059checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3060dependencies = [
 3061 "bytes 1.10.1",
 3062 "memchr",
 3063]
 3064
 3065[[package]]
 3066name = "command_palette"
 3067version = "0.1.0"
 3068dependencies = [
 3069 "client",
 3070 "collections",
 3071 "command_palette_hooks",
 3072 "ctor",
 3073 "editor",
 3074 "env_logger 0.11.7",
 3075 "fuzzy",
 3076 "go_to_line",
 3077 "gpui",
 3078 "language",
 3079 "menu",
 3080 "picker",
 3081 "postage",
 3082 "project",
 3083 "serde",
 3084 "serde_json",
 3085 "settings",
 3086 "telemetry",
 3087 "theme",
 3088 "ui",
 3089 "util",
 3090 "workspace",
 3091 "zed_actions",
 3092]
 3093
 3094[[package]]
 3095name = "command_palette_hooks"
 3096version = "0.1.0"
 3097dependencies = [
 3098 "collections",
 3099 "derive_more",
 3100 "gpui",
 3101]
 3102
 3103[[package]]
 3104name = "component"
 3105version = "0.1.0"
 3106dependencies = [
 3107 "collections",
 3108 "gpui",
 3109 "linkme",
 3110 "parking_lot",
 3111 "theme",
 3112]
 3113
 3114[[package]]
 3115name = "component_preview"
 3116version = "0.1.0"
 3117dependencies = [
 3118 "client",
 3119 "collections",
 3120 "component",
 3121 "gpui",
 3122 "languages",
 3123 "notifications",
 3124 "project",
 3125 "ui",
 3126 "workspace",
 3127]
 3128
 3129[[package]]
 3130name = "concurrent-queue"
 3131version = "2.5.0"
 3132source = "registry+https://github.com/rust-lang/crates.io-index"
 3133checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3134dependencies = [
 3135 "crossbeam-utils",
 3136]
 3137
 3138[[package]]
 3139name = "console"
 3140version = "0.15.8"
 3141source = "registry+https://github.com/rust-lang/crates.io-index"
 3142checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3143dependencies = [
 3144 "encode_unicode",
 3145 "lazy_static",
 3146 "libc",
 3147 "unicode-width",
 3148 "windows-sys 0.52.0",
 3149]
 3150
 3151[[package]]
 3152name = "const-oid"
 3153version = "0.9.6"
 3154source = "registry+https://github.com/rust-lang/crates.io-index"
 3155checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3156
 3157[[package]]
 3158name = "const-random"
 3159version = "0.1.18"
 3160source = "registry+https://github.com/rust-lang/crates.io-index"
 3161checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3162dependencies = [
 3163 "const-random-macro",
 3164]
 3165
 3166[[package]]
 3167name = "const-random-macro"
 3168version = "0.1.16"
 3169source = "registry+https://github.com/rust-lang/crates.io-index"
 3170checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3171dependencies = [
 3172 "getrandom 0.2.15",
 3173 "once_cell",
 3174 "tiny-keccak",
 3175]
 3176
 3177[[package]]
 3178name = "constant_time_eq"
 3179version = "0.1.5"
 3180source = "registry+https://github.com/rust-lang/crates.io-index"
 3181checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3182
 3183[[package]]
 3184name = "constant_time_eq"
 3185version = "0.3.1"
 3186source = "registry+https://github.com/rust-lang/crates.io-index"
 3187checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3188
 3189[[package]]
 3190name = "context_server"
 3191version = "0.1.0"
 3192dependencies = [
 3193 "anyhow",
 3194 "assistant_tool",
 3195 "async-trait",
 3196 "collections",
 3197 "command_palette_hooks",
 3198 "context_server_settings",
 3199 "extension",
 3200 "futures 0.3.31",
 3201 "gpui",
 3202 "icons",
 3203 "language_model",
 3204 "log",
 3205 "parking_lot",
 3206 "postage",
 3207 "project",
 3208 "serde",
 3209 "serde_json",
 3210 "settings",
 3211 "smol",
 3212 "url",
 3213 "util",
 3214]
 3215
 3216[[package]]
 3217name = "context_server_settings"
 3218version = "0.1.0"
 3219dependencies = [
 3220 "anyhow",
 3221 "collections",
 3222 "gpui",
 3223 "schemars",
 3224 "serde",
 3225 "serde_json",
 3226 "settings",
 3227]
 3228
 3229[[package]]
 3230name = "convert_case"
 3231version = "0.4.0"
 3232source = "registry+https://github.com/rust-lang/crates.io-index"
 3233checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3234
 3235[[package]]
 3236name = "convert_case"
 3237version = "0.8.0"
 3238source = "registry+https://github.com/rust-lang/crates.io-index"
 3239checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3240dependencies = [
 3241 "unicode-segmentation",
 3242]
 3243
 3244[[package]]
 3245name = "copilot"
 3246version = "0.1.0"
 3247dependencies = [
 3248 "anyhow",
 3249 "async-std",
 3250 "chrono",
 3251 "client",
 3252 "clock",
 3253 "collections",
 3254 "command_palette_hooks",
 3255 "ctor",
 3256 "editor",
 3257 "env_logger 0.11.7",
 3258 "fs",
 3259 "futures 0.3.31",
 3260 "gpui",
 3261 "http_client",
 3262 "indoc",
 3263 "inline_completion",
 3264 "language",
 3265 "log",
 3266 "lsp",
 3267 "menu",
 3268 "node_runtime",
 3269 "parking_lot",
 3270 "paths",
 3271 "project",
 3272 "rpc",
 3273 "schemars",
 3274 "serde",
 3275 "serde_json",
 3276 "settings",
 3277 "strum",
 3278 "task",
 3279 "theme",
 3280 "ui",
 3281 "util",
 3282 "workspace",
 3283]
 3284
 3285[[package]]
 3286name = "core-foundation"
 3287version = "0.9.4"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3290dependencies = [
 3291 "core-foundation-sys",
 3292 "libc",
 3293]
 3294
 3295[[package]]
 3296name = "core-foundation"
 3297version = "0.10.0"
 3298source = "registry+https://github.com/rust-lang/crates.io-index"
 3299checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3300dependencies = [
 3301 "core-foundation-sys",
 3302 "libc",
 3303]
 3304
 3305[[package]]
 3306name = "core-foundation-sys"
 3307version = "0.8.7"
 3308source = "registry+https://github.com/rust-lang/crates.io-index"
 3309checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3310
 3311[[package]]
 3312name = "core-graphics"
 3313version = "0.23.2"
 3314source = "registry+https://github.com/rust-lang/crates.io-index"
 3315checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3316dependencies = [
 3317 "bitflags 1.3.2",
 3318 "core-foundation 0.9.4",
 3319 "core-graphics-types 0.1.3",
 3320 "foreign-types 0.5.0",
 3321 "libc",
 3322]
 3323
 3324[[package]]
 3325name = "core-graphics"
 3326version = "0.24.0"
 3327source = "registry+https://github.com/rust-lang/crates.io-index"
 3328checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3329dependencies = [
 3330 "bitflags 2.9.0",
 3331 "core-foundation 0.10.0",
 3332 "core-graphics-types 0.2.0",
 3333 "foreign-types 0.5.0",
 3334 "libc",
 3335]
 3336
 3337[[package]]
 3338name = "core-graphics-types"
 3339version = "0.1.3"
 3340source = "registry+https://github.com/rust-lang/crates.io-index"
 3341checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3342dependencies = [
 3343 "bitflags 1.3.2",
 3344 "core-foundation 0.9.4",
 3345 "libc",
 3346]
 3347
 3348[[package]]
 3349name = "core-graphics-types"
 3350version = "0.2.0"
 3351source = "registry+https://github.com/rust-lang/crates.io-index"
 3352checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3353dependencies = [
 3354 "bitflags 2.9.0",
 3355 "core-foundation 0.10.0",
 3356 "libc",
 3357]
 3358
 3359[[package]]
 3360name = "core-services"
 3361version = "0.2.1"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3364dependencies = [
 3365 "core-foundation 0.9.4",
 3366]
 3367
 3368[[package]]
 3369name = "core-text"
 3370version = "20.1.0"
 3371source = "registry+https://github.com/rust-lang/crates.io-index"
 3372checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3373dependencies = [
 3374 "core-foundation 0.9.4",
 3375 "core-graphics 0.23.2",
 3376 "foreign-types 0.5.0",
 3377 "libc",
 3378]
 3379
 3380[[package]]
 3381name = "core_maths"
 3382version = "0.1.1"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3385dependencies = [
 3386 "libm",
 3387]
 3388
 3389[[package]]
 3390name = "coreaudio-rs"
 3391version = "0.11.3"
 3392source = "registry+https://github.com/rust-lang/crates.io-index"
 3393checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3394dependencies = [
 3395 "bitflags 1.3.2",
 3396 "core-foundation-sys",
 3397 "coreaudio-sys",
 3398]
 3399
 3400[[package]]
 3401name = "coreaudio-rs"
 3402version = "0.12.1"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3405dependencies = [
 3406 "bitflags 1.3.2",
 3407 "core-foundation-sys",
 3408 "coreaudio-sys",
 3409]
 3410
 3411[[package]]
 3412name = "coreaudio-sys"
 3413version = "0.2.16"
 3414source = "registry+https://github.com/rust-lang/crates.io-index"
 3415checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3416dependencies = [
 3417 "bindgen 0.70.1",
 3418]
 3419
 3420[[package]]
 3421name = "cosmic-text"
 3422version = "0.13.2"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3425dependencies = [
 3426 "bitflags 2.9.0",
 3427 "fontdb 0.16.2",
 3428 "log",
 3429 "rangemap",
 3430 "rustc-hash 1.1.0",
 3431 "rustybuzz 0.14.1",
 3432 "self_cell",
 3433 "smol_str 0.2.2",
 3434 "swash",
 3435 "sys-locale",
 3436 "ttf-parser 0.21.1",
 3437 "unicode-bidi",
 3438 "unicode-linebreak",
 3439 "unicode-script",
 3440 "unicode-segmentation",
 3441]
 3442
 3443[[package]]
 3444name = "cpal"
 3445version = "0.15.3"
 3446source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3447dependencies = [
 3448 "alsa",
 3449 "core-foundation-sys",
 3450 "coreaudio-rs 0.11.3",
 3451 "dasp_sample",
 3452 "jni",
 3453 "js-sys",
 3454 "libc",
 3455 "mach2",
 3456 "ndk",
 3457 "ndk-context",
 3458 "oboe",
 3459 "wasm-bindgen",
 3460 "wasm-bindgen-futures",
 3461 "web-sys",
 3462 "windows 0.54.0",
 3463]
 3464
 3465[[package]]
 3466name = "cpp_demangle"
 3467version = "0.4.4"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3470dependencies = [
 3471 "cfg-if",
 3472]
 3473
 3474[[package]]
 3475name = "cpufeatures"
 3476version = "0.2.16"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3479dependencies = [
 3480 "libc",
 3481]
 3482
 3483[[package]]
 3484name = "cranelift-bforest"
 3485version = "0.116.1"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3488dependencies = [
 3489 "cranelift-entity",
 3490]
 3491
 3492[[package]]
 3493name = "cranelift-bitset"
 3494version = "0.116.1"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3497dependencies = [
 3498 "serde",
 3499 "serde_derive",
 3500]
 3501
 3502[[package]]
 3503name = "cranelift-codegen"
 3504version = "0.116.1"
 3505source = "registry+https://github.com/rust-lang/crates.io-index"
 3506checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3507dependencies = [
 3508 "bumpalo",
 3509 "cranelift-bforest",
 3510 "cranelift-bitset",
 3511 "cranelift-codegen-meta",
 3512 "cranelift-codegen-shared",
 3513 "cranelift-control",
 3514 "cranelift-entity",
 3515 "cranelift-isle",
 3516 "gimli",
 3517 "hashbrown 0.14.5",
 3518 "log",
 3519 "regalloc2",
 3520 "rustc-hash 2.1.1",
 3521 "serde",
 3522 "smallvec",
 3523 "target-lexicon 0.13.2",
 3524]
 3525
 3526[[package]]
 3527name = "cranelift-codegen-meta"
 3528version = "0.116.1"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3531dependencies = [
 3532 "cranelift-codegen-shared",
 3533]
 3534
 3535[[package]]
 3536name = "cranelift-codegen-shared"
 3537version = "0.116.1"
 3538source = "registry+https://github.com/rust-lang/crates.io-index"
 3539checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3540
 3541[[package]]
 3542name = "cranelift-control"
 3543version = "0.116.1"
 3544source = "registry+https://github.com/rust-lang/crates.io-index"
 3545checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3546dependencies = [
 3547 "arbitrary",
 3548]
 3549
 3550[[package]]
 3551name = "cranelift-entity"
 3552version = "0.116.1"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3555dependencies = [
 3556 "cranelift-bitset",
 3557 "serde",
 3558 "serde_derive",
 3559]
 3560
 3561[[package]]
 3562name = "cranelift-frontend"
 3563version = "0.116.1"
 3564source = "registry+https://github.com/rust-lang/crates.io-index"
 3565checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3566dependencies = [
 3567 "cranelift-codegen",
 3568 "log",
 3569 "smallvec",
 3570 "target-lexicon 0.13.2",
 3571]
 3572
 3573[[package]]
 3574name = "cranelift-isle"
 3575version = "0.116.1"
 3576source = "registry+https://github.com/rust-lang/crates.io-index"
 3577checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3578
 3579[[package]]
 3580name = "cranelift-native"
 3581version = "0.116.1"
 3582source = "registry+https://github.com/rust-lang/crates.io-index"
 3583checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3584dependencies = [
 3585 "cranelift-codegen",
 3586 "libc",
 3587 "target-lexicon 0.13.2",
 3588]
 3589
 3590[[package]]
 3591name = "crc"
 3592version = "3.2.1"
 3593source = "registry+https://github.com/rust-lang/crates.io-index"
 3594checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3595dependencies = [
 3596 "crc-catalog",
 3597]
 3598
 3599[[package]]
 3600name = "crc-catalog"
 3601version = "2.4.0"
 3602source = "registry+https://github.com/rust-lang/crates.io-index"
 3603checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3604
 3605[[package]]
 3606name = "crc32c"
 3607version = "0.6.8"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3610dependencies = [
 3611 "rustc_version",
 3612]
 3613
 3614[[package]]
 3615name = "crc32fast"
 3616version = "1.4.2"
 3617source = "registry+https://github.com/rust-lang/crates.io-index"
 3618checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3619dependencies = [
 3620 "cfg-if",
 3621]
 3622
 3623[[package]]
 3624name = "crc64fast-nvme"
 3625version = "1.1.1"
 3626source = "registry+https://github.com/rust-lang/crates.io-index"
 3627checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3628dependencies = [
 3629 "cbindgen 0.27.0",
 3630 "crc",
 3631]
 3632
 3633[[package]]
 3634name = "credentials_provider"
 3635version = "0.1.0"
 3636dependencies = [
 3637 "anyhow",
 3638 "futures 0.3.31",
 3639 "gpui",
 3640 "paths",
 3641 "release_channel",
 3642 "serde",
 3643 "serde_json",
 3644]
 3645
 3646[[package]]
 3647name = "criterion"
 3648version = "0.5.1"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3651dependencies = [
 3652 "anes",
 3653 "cast",
 3654 "ciborium",
 3655 "clap",
 3656 "criterion-plot",
 3657 "is-terminal",
 3658 "itertools 0.10.5",
 3659 "num-traits",
 3660 "once_cell",
 3661 "oorandom",
 3662 "plotters",
 3663 "rayon",
 3664 "regex",
 3665 "serde",
 3666 "serde_derive",
 3667 "serde_json",
 3668 "tinytemplate",
 3669 "walkdir",
 3670]
 3671
 3672[[package]]
 3673name = "criterion-plot"
 3674version = "0.5.0"
 3675source = "registry+https://github.com/rust-lang/crates.io-index"
 3676checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3677dependencies = [
 3678 "cast",
 3679 "itertools 0.10.5",
 3680]
 3681
 3682[[package]]
 3683name = "crossbeam-channel"
 3684version = "0.5.13"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3687dependencies = [
 3688 "crossbeam-utils",
 3689]
 3690
 3691[[package]]
 3692name = "crossbeam-deque"
 3693version = "0.8.5"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3696dependencies = [
 3697 "crossbeam-epoch",
 3698 "crossbeam-utils",
 3699]
 3700
 3701[[package]]
 3702name = "crossbeam-epoch"
 3703version = "0.9.18"
 3704source = "registry+https://github.com/rust-lang/crates.io-index"
 3705checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3706dependencies = [
 3707 "crossbeam-utils",
 3708]
 3709
 3710[[package]]
 3711name = "crossbeam-queue"
 3712version = "0.3.11"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3715dependencies = [
 3716 "crossbeam-utils",
 3717]
 3718
 3719[[package]]
 3720name = "crossbeam-utils"
 3721version = "0.8.20"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3724
 3725[[package]]
 3726name = "crunchy"
 3727version = "0.2.2"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3730
 3731[[package]]
 3732name = "crypto-bigint"
 3733version = "0.4.9"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3736dependencies = [
 3737 "generic-array",
 3738 "rand_core 0.6.4",
 3739 "subtle",
 3740 "zeroize",
 3741]
 3742
 3743[[package]]
 3744name = "crypto-bigint"
 3745version = "0.5.5"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3748dependencies = [
 3749 "rand_core 0.6.4",
 3750 "subtle",
 3751]
 3752
 3753[[package]]
 3754name = "crypto-common"
 3755version = "0.1.6"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3758dependencies = [
 3759 "generic-array",
 3760 "rand_core 0.6.4",
 3761 "typenum",
 3762]
 3763
 3764[[package]]
 3765name = "ctor"
 3766version = "0.4.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3769dependencies = [
 3770 "ctor-proc-macro",
 3771 "dtor",
 3772]
 3773
 3774[[package]]
 3775name = "ctor-proc-macro"
 3776version = "0.0.5"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3779
 3780[[package]]
 3781name = "ctrlc"
 3782version = "3.4.5"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3785dependencies = [
 3786 "nix",
 3787 "windows-sys 0.59.0",
 3788]
 3789
 3790[[package]]
 3791name = "cursor-icon"
 3792version = "1.1.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3795
 3796[[package]]
 3797name = "cxx"
 3798version = "1.0.134"
 3799source = "registry+https://github.com/rust-lang/crates.io-index"
 3800checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3801dependencies = [
 3802 "cc",
 3803 "cxxbridge-cmd",
 3804 "cxxbridge-flags",
 3805 "cxxbridge-macro",
 3806 "foldhash",
 3807 "link-cplusplus",
 3808]
 3809
 3810[[package]]
 3811name = "cxx-build"
 3812version = "1.0.134"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3815dependencies = [
 3816 "cc",
 3817 "codespan-reporting",
 3818 "proc-macro2",
 3819 "quote",
 3820 "scratch",
 3821 "syn 2.0.100",
 3822]
 3823
 3824[[package]]
 3825name = "cxxbridge-cmd"
 3826version = "1.0.134"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3829dependencies = [
 3830 "clap",
 3831 "codespan-reporting",
 3832 "proc-macro2",
 3833 "quote",
 3834 "syn 2.0.100",
 3835]
 3836
 3837[[package]]
 3838name = "cxxbridge-flags"
 3839version = "1.0.134"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3842
 3843[[package]]
 3844name = "cxxbridge-macro"
 3845version = "1.0.134"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3848dependencies = [
 3849 "proc-macro2",
 3850 "quote",
 3851 "rustversion",
 3852 "syn 2.0.100",
 3853]
 3854
 3855[[package]]
 3856name = "dap"
 3857version = "0.1.0"
 3858dependencies = [
 3859 "anyhow",
 3860 "async-compression",
 3861 "async-pipe",
 3862 "async-tar",
 3863 "async-trait",
 3864 "client",
 3865 "collections",
 3866 "dap-types",
 3867 "env_logger 0.11.7",
 3868 "fs",
 3869 "futures 0.3.31",
 3870 "gpui",
 3871 "http_client",
 3872 "language",
 3873 "log",
 3874 "node_runtime",
 3875 "parking_lot",
 3876 "paths",
 3877 "regex",
 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 "task",
 3912 "util",
 3913]
 3914
 3915[[package]]
 3916name = "dashmap"
 3917version = "5.5.3"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3920dependencies = [
 3921 "cfg-if",
 3922 "hashbrown 0.14.5",
 3923 "lock_api",
 3924 "once_cell",
 3925 "parking_lot_core",
 3926]
 3927
 3928[[package]]
 3929name = "dashmap"
 3930version = "6.1.0"
 3931source = "registry+https://github.com/rust-lang/crates.io-index"
 3932checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3933dependencies = [
 3934 "cfg-if",
 3935 "crossbeam-utils",
 3936 "hashbrown 0.14.5",
 3937 "lock_api",
 3938 "once_cell",
 3939 "parking_lot_core",
 3940]
 3941
 3942[[package]]
 3943name = "dasp_sample"
 3944version = "0.11.0"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3947
 3948[[package]]
 3949name = "data-encoding"
 3950version = "2.6.0"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3953
 3954[[package]]
 3955name = "data-url"
 3956version = "0.3.1"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3959
 3960[[package]]
 3961name = "db"
 3962version = "0.1.0"
 3963dependencies = [
 3964 "anyhow",
 3965 "gpui",
 3966 "indoc",
 3967 "log",
 3968 "paths",
 3969 "release_channel",
 3970 "smol",
 3971 "sqlez",
 3972 "sqlez_macros",
 3973 "tempfile",
 3974 "util",
 3975]
 3976
 3977[[package]]
 3978name = "dbus"
 3979version = "0.9.7"
 3980source = "registry+https://github.com/rust-lang/crates.io-index"
 3981checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3982dependencies = [
 3983 "libc",
 3984 "libdbus-sys",
 3985 "winapi",
 3986]
 3987
 3988[[package]]
 3989name = "debugger_tools"
 3990version = "0.1.0"
 3991dependencies = [
 3992 "anyhow",
 3993 "dap",
 3994 "editor",
 3995 "futures 0.3.31",
 3996 "gpui",
 3997 "project",
 3998 "serde_json",
 3999 "settings",
 4000 "smol",
 4001 "util",
 4002 "workspace",
 4003]
 4004
 4005[[package]]
 4006name = "debugger_ui"
 4007version = "0.1.0"
 4008dependencies = [
 4009 "anyhow",
 4010 "client",
 4011 "collections",
 4012 "command_palette_hooks",
 4013 "dap",
 4014 "editor",
 4015 "env_logger 0.11.7",
 4016 "feature_flags",
 4017 "futures 0.3.31",
 4018 "fuzzy",
 4019 "gpui",
 4020 "language",
 4021 "log",
 4022 "menu",
 4023 "picker",
 4024 "pretty_assertions",
 4025 "project",
 4026 "rpc",
 4027 "serde",
 4028 "serde_json",
 4029 "settings",
 4030 "sysinfo",
 4031 "task",
 4032 "terminal_view",
 4033 "theme",
 4034 "ui",
 4035 "unindent",
 4036 "util",
 4037 "workspace",
 4038]
 4039
 4040[[package]]
 4041name = "deepseek"
 4042version = "0.1.0"
 4043dependencies = [
 4044 "anyhow",
 4045 "futures 0.3.31",
 4046 "http_client",
 4047 "schemars",
 4048 "serde",
 4049 "serde_json",
 4050]
 4051
 4052[[package]]
 4053name = "deflate64"
 4054version = "0.1.9"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4057
 4058[[package]]
 4059name = "der"
 4060version = "0.6.1"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4063dependencies = [
 4064 "const-oid",
 4065 "zeroize",
 4066]
 4067
 4068[[package]]
 4069name = "der"
 4070version = "0.7.9"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4073dependencies = [
 4074 "const-oid",
 4075 "pem-rfc7468",
 4076 "zeroize",
 4077]
 4078
 4079[[package]]
 4080name = "deranged"
 4081version = "0.4.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4084dependencies = [
 4085 "powerfmt",
 4086 "serde",
 4087]
 4088
 4089[[package]]
 4090name = "derive_more"
 4091version = "0.99.19"
 4092source = "registry+https://github.com/rust-lang/crates.io-index"
 4093checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4094dependencies = [
 4095 "convert_case 0.4.0",
 4096 "proc-macro2",
 4097 "quote",
 4098 "rustc_version",
 4099 "syn 2.0.100",
 4100]
 4101
 4102[[package]]
 4103name = "derive_refineable"
 4104version = "0.1.0"
 4105dependencies = [
 4106 "proc-macro2",
 4107 "quote",
 4108 "syn 1.0.109",
 4109]
 4110
 4111[[package]]
 4112name = "diagnostics"
 4113version = "0.1.0"
 4114dependencies = [
 4115 "anyhow",
 4116 "client",
 4117 "collections",
 4118 "ctor",
 4119 "editor",
 4120 "env_logger 0.11.7",
 4121 "gpui",
 4122 "language",
 4123 "log",
 4124 "lsp",
 4125 "pretty_assertions",
 4126 "project",
 4127 "rand 0.8.5",
 4128 "serde",
 4129 "serde_json",
 4130 "settings",
 4131 "theme",
 4132 "ui",
 4133 "unindent",
 4134 "util",
 4135 "workspace",
 4136]
 4137
 4138[[package]]
 4139name = "dialoguer"
 4140version = "0.11.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4143dependencies = [
 4144 "console",
 4145 "fuzzy-matcher",
 4146 "shell-words",
 4147 "tempfile",
 4148 "thiserror 1.0.69",
 4149 "zeroize",
 4150]
 4151
 4152[[package]]
 4153name = "diff"
 4154version = "0.1.13"
 4155source = "registry+https://github.com/rust-lang/crates.io-index"
 4156checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4157
 4158[[package]]
 4159name = "digest"
 4160version = "0.10.7"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4163dependencies = [
 4164 "block-buffer",
 4165 "const-oid",
 4166 "crypto-common",
 4167 "subtle",
 4168]
 4169
 4170[[package]]
 4171name = "dirs"
 4172version = "4.0.0"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4175dependencies = [
 4176 "dirs-sys 0.3.7",
 4177]
 4178
 4179[[package]]
 4180name = "dirs"
 4181version = "5.0.1"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4184dependencies = [
 4185 "dirs-sys 0.4.1",
 4186]
 4187
 4188[[package]]
 4189name = "dirs-sys"
 4190version = "0.3.7"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4193dependencies = [
 4194 "libc",
 4195 "redox_users",
 4196 "winapi",
 4197]
 4198
 4199[[package]]
 4200name = "dirs-sys"
 4201version = "0.4.1"
 4202source = "registry+https://github.com/rust-lang/crates.io-index"
 4203checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4204dependencies = [
 4205 "libc",
 4206 "option-ext",
 4207 "redox_users",
 4208 "windows-sys 0.48.0",
 4209]
 4210
 4211[[package]]
 4212name = "displaydoc"
 4213version = "0.2.5"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4216dependencies = [
 4217 "proc-macro2",
 4218 "quote",
 4219 "syn 2.0.100",
 4220]
 4221
 4222[[package]]
 4223name = "dlib"
 4224version = "0.5.2"
 4225source = "registry+https://github.com/rust-lang/crates.io-index"
 4226checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4227dependencies = [
 4228 "libloading",
 4229]
 4230
 4231[[package]]
 4232name = "docs_preprocessor"
 4233version = "0.1.0"
 4234dependencies = [
 4235 "anyhow",
 4236 "clap",
 4237 "mdbook",
 4238 "regex",
 4239 "serde",
 4240 "serde_json",
 4241 "settings",
 4242 "util",
 4243]
 4244
 4245[[package]]
 4246name = "dotenvy"
 4247version = "0.15.7"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4250
 4251[[package]]
 4252name = "downcast-rs"
 4253version = "1.2.1"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4256
 4257[[package]]
 4258name = "doxygen-rs"
 4259version = "0.4.2"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4262dependencies = [
 4263 "phf",
 4264]
 4265
 4266[[package]]
 4267name = "dtor"
 4268version = "0.0.5"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4271dependencies = [
 4272 "dtor-proc-macro",
 4273]
 4274
 4275[[package]]
 4276name = "dtor-proc-macro"
 4277version = "0.0.5"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4280
 4281[[package]]
 4282name = "dunce"
 4283version = "1.0.5"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4286
 4287[[package]]
 4288name = "dwrote"
 4289version = "0.11.2"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4292dependencies = [
 4293 "lazy_static",
 4294 "libc",
 4295 "winapi",
 4296 "wio",
 4297]
 4298
 4299[[package]]
 4300name = "dyn-clone"
 4301version = "1.0.17"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4304
 4305[[package]]
 4306name = "ec4rs"
 4307version = "1.1.1"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4310
 4311[[package]]
 4312name = "ecdsa"
 4313version = "0.14.8"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4316dependencies = [
 4317 "der 0.6.1",
 4318 "elliptic-curve",
 4319 "rfc6979",
 4320 "signature 1.6.4",
 4321]
 4322
 4323[[package]]
 4324name = "editor"
 4325version = "0.1.0"
 4326dependencies = [
 4327 "aho-corasick",
 4328 "anyhow",
 4329 "assets",
 4330 "buffer_diff",
 4331 "chrono",
 4332 "client",
 4333 "clock",
 4334 "collections",
 4335 "convert_case 0.8.0",
 4336 "ctor",
 4337 "db",
 4338 "emojis",
 4339 "env_logger 0.11.7",
 4340 "feature_flags",
 4341 "file_icons",
 4342 "fs",
 4343 "futures 0.3.31",
 4344 "fuzzy",
 4345 "git",
 4346 "gpui",
 4347 "http_client",
 4348 "indoc",
 4349 "inline_completion",
 4350 "itertools 0.14.0",
 4351 "language",
 4352 "languages",
 4353 "linkify",
 4354 "log",
 4355 "lsp",
 4356 "markdown",
 4357 "menu",
 4358 "multi_buffer",
 4359 "ordered-float 2.10.1",
 4360 "parking_lot",
 4361 "pretty_assertions",
 4362 "project",
 4363 "rand 0.8.5",
 4364 "release_channel",
 4365 "rpc",
 4366 "schemars",
 4367 "serde",
 4368 "serde_json",
 4369 "settings",
 4370 "smallvec",
 4371 "smol",
 4372 "snippet",
 4373 "sum_tree",
 4374 "task",
 4375 "telemetry",
 4376 "tempfile",
 4377 "text",
 4378 "theme",
 4379 "time",
 4380 "time_format",
 4381 "tree-sitter-html",
 4382 "tree-sitter-rust",
 4383 "tree-sitter-typescript",
 4384 "ui",
 4385 "unicode-script",
 4386 "unicode-segmentation",
 4387 "unindent",
 4388 "url",
 4389 "util",
 4390 "uuid",
 4391 "workspace",
 4392 "zed_actions",
 4393]
 4394
 4395[[package]]
 4396name = "either"
 4397version = "1.13.0"
 4398source = "registry+https://github.com/rust-lang/crates.io-index"
 4399checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4400dependencies = [
 4401 "serde",
 4402]
 4403
 4404[[package]]
 4405name = "elasticlunr-rs"
 4406version = "3.0.2"
 4407source = "registry+https://github.com/rust-lang/crates.io-index"
 4408checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4409dependencies = [
 4410 "regex",
 4411 "serde",
 4412 "serde_derive",
 4413 "serde_json",
 4414]
 4415
 4416[[package]]
 4417name = "elliptic-curve"
 4418version = "0.12.3"
 4419source = "registry+https://github.com/rust-lang/crates.io-index"
 4420checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4421dependencies = [
 4422 "base16ct",
 4423 "crypto-bigint 0.4.9",
 4424 "der 0.6.1",
 4425 "digest",
 4426 "ff",
 4427 "generic-array",
 4428 "group",
 4429 "pkcs8 0.9.0",
 4430 "rand_core 0.6.4",
 4431 "sec1",
 4432 "subtle",
 4433 "zeroize",
 4434]
 4435
 4436[[package]]
 4437name = "embed-resource"
 4438version = "3.0.2"
 4439source = "registry+https://github.com/rust-lang/crates.io-index"
 4440checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4441dependencies = [
 4442 "cc",
 4443 "memchr",
 4444 "rustc_version",
 4445 "toml 0.8.20",
 4446 "vswhom",
 4447 "winreg 0.52.0",
 4448]
 4449
 4450[[package]]
 4451name = "embedded-io"
 4452version = "0.4.0"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4455
 4456[[package]]
 4457name = "embedded-io"
 4458version = "0.6.1"
 4459source = "registry+https://github.com/rust-lang/crates.io-index"
 4460checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4461
 4462[[package]]
 4463name = "emojis"
 4464version = "0.6.4"
 4465source = "registry+https://github.com/rust-lang/crates.io-index"
 4466checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4467dependencies = [
 4468 "phf",
 4469]
 4470
 4471[[package]]
 4472name = "encode_unicode"
 4473version = "0.3.6"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4476
 4477[[package]]
 4478name = "encoding_rs"
 4479version = "0.8.35"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4482dependencies = [
 4483 "cfg-if",
 4484]
 4485
 4486[[package]]
 4487name = "endi"
 4488version = "1.1.0"
 4489source = "registry+https://github.com/rust-lang/crates.io-index"
 4490checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4491
 4492[[package]]
 4493name = "enumflags2"
 4494version = "0.7.10"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4497dependencies = [
 4498 "enumflags2_derive",
 4499 "serde",
 4500]
 4501
 4502[[package]]
 4503name = "enumflags2_derive"
 4504version = "0.7.10"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4507dependencies = [
 4508 "proc-macro2",
 4509 "quote",
 4510 "syn 2.0.100",
 4511]
 4512
 4513[[package]]
 4514name = "env_filter"
 4515version = "0.1.2"
 4516source = "registry+https://github.com/rust-lang/crates.io-index"
 4517checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4518dependencies = [
 4519 "log",
 4520 "regex",
 4521]
 4522
 4523[[package]]
 4524name = "env_logger"
 4525version = "0.10.2"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4528dependencies = [
 4529 "humantime",
 4530 "is-terminal",
 4531 "log",
 4532 "regex",
 4533 "termcolor",
 4534]
 4535
 4536[[package]]
 4537name = "env_logger"
 4538version = "0.11.7"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4541dependencies = [
 4542 "anstream",
 4543 "anstyle",
 4544 "env_filter",
 4545 "jiff",
 4546 "log",
 4547]
 4548
 4549[[package]]
 4550name = "envy"
 4551version = "0.4.2"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4554dependencies = [
 4555 "serde",
 4556]
 4557
 4558[[package]]
 4559name = "equivalent"
 4560version = "1.0.1"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4563
 4564[[package]]
 4565name = "erased-serde"
 4566version = "0.4.5"
 4567source = "registry+https://github.com/rust-lang/crates.io-index"
 4568checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4569dependencies = [
 4570 "serde",
 4571 "typeid",
 4572]
 4573
 4574[[package]]
 4575name = "errno"
 4576version = "0.2.8"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4579dependencies = [
 4580 "errno-dragonfly",
 4581 "libc",
 4582 "winapi",
 4583]
 4584
 4585[[package]]
 4586name = "errno"
 4587version = "0.3.10"
 4588source = "registry+https://github.com/rust-lang/crates.io-index"
 4589checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4590dependencies = [
 4591 "libc",
 4592 "windows-sys 0.59.0",
 4593]
 4594
 4595[[package]]
 4596name = "errno-dragonfly"
 4597version = "0.1.2"
 4598source = "registry+https://github.com/rust-lang/crates.io-index"
 4599checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4600dependencies = [
 4601 "cc",
 4602 "libc",
 4603]
 4604
 4605[[package]]
 4606name = "etagere"
 4607version = "0.2.15"
 4608source = "registry+https://github.com/rust-lang/crates.io-index"
 4609checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4610dependencies = [
 4611 "euclid",
 4612 "svg_fmt",
 4613]
 4614
 4615[[package]]
 4616name = "etcetera"
 4617version = "0.8.0"
 4618source = "registry+https://github.com/rust-lang/crates.io-index"
 4619checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4620dependencies = [
 4621 "cfg-if",
 4622 "home",
 4623 "windows-sys 0.48.0",
 4624]
 4625
 4626[[package]]
 4627name = "euclid"
 4628version = "0.22.11"
 4629source = "registry+https://github.com/rust-lang/crates.io-index"
 4630checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4631dependencies = [
 4632 "num-traits",
 4633]
 4634
 4635[[package]]
 4636name = "evals"
 4637version = "0.1.0"
 4638dependencies = [
 4639 "anyhow",
 4640 "clap",
 4641 "client",
 4642 "clock",
 4643 "collections",
 4644 "dap",
 4645 "env_logger 0.11.7",
 4646 "feature_flags",
 4647 "fs",
 4648 "gpui",
 4649 "http_client",
 4650 "language",
 4651 "languages",
 4652 "node_runtime",
 4653 "open_ai",
 4654 "project",
 4655 "reqwest_client",
 4656 "semantic_index",
 4657 "serde",
 4658 "serde_json",
 4659 "settings",
 4660 "smol",
 4661 "util",
 4662]
 4663
 4664[[package]]
 4665name = "event-listener"
 4666version = "2.5.3"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4669
 4670[[package]]
 4671name = "event-listener"
 4672version = "5.3.1"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4675dependencies = [
 4676 "concurrent-queue",
 4677 "parking",
 4678 "pin-project-lite",
 4679]
 4680
 4681[[package]]
 4682name = "event-listener-strategy"
 4683version = "0.5.3"
 4684source = "registry+https://github.com/rust-lang/crates.io-index"
 4685checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4686dependencies = [
 4687 "event-listener 5.3.1",
 4688 "pin-project-lite",
 4689]
 4690
 4691[[package]]
 4692name = "exec"
 4693version = "0.3.1"
 4694source = "registry+https://github.com/rust-lang/crates.io-index"
 4695checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4696dependencies = [
 4697 "errno 0.2.8",
 4698 "libc",
 4699]
 4700
 4701[[package]]
 4702name = "exr"
 4703version = "1.73.0"
 4704source = "registry+https://github.com/rust-lang/crates.io-index"
 4705checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4706dependencies = [
 4707 "bit_field",
 4708 "half",
 4709 "lebe",
 4710 "miniz_oxide",
 4711 "rayon-core",
 4712 "smallvec",
 4713 "zune-inflate",
 4714]
 4715
 4716[[package]]
 4717name = "extension"
 4718version = "0.1.0"
 4719dependencies = [
 4720 "anyhow",
 4721 "async-compression",
 4722 "async-tar",
 4723 "async-trait",
 4724 "collections",
 4725 "convert_case 0.8.0",
 4726 "fs",
 4727 "futures 0.3.31",
 4728 "gpui",
 4729 "http_client",
 4730 "language",
 4731 "log",
 4732 "lsp",
 4733 "parking_lot",
 4734 "semantic_version",
 4735 "serde",
 4736 "serde_json",
 4737 "toml 0.8.20",
 4738 "util",
 4739 "wasm-encoder 0.221.3",
 4740 "wasmparser 0.221.3",
 4741 "wit-component 0.221.3",
 4742]
 4743
 4744[[package]]
 4745name = "extension_cli"
 4746version = "0.1.0"
 4747dependencies = [
 4748 "anyhow",
 4749 "clap",
 4750 "env_logger 0.11.7",
 4751 "extension",
 4752 "fs",
 4753 "gpui",
 4754 "language",
 4755 "log",
 4756 "reqwest_client",
 4757 "rpc",
 4758 "serde",
 4759 "serde_json",
 4760 "theme",
 4761 "tokio",
 4762 "toml 0.8.20",
 4763 "tree-sitter",
 4764 "wasmtime",
 4765]
 4766
 4767[[package]]
 4768name = "extension_host"
 4769version = "0.1.0"
 4770dependencies = [
 4771 "anyhow",
 4772 "async-compression",
 4773 "async-tar",
 4774 "async-trait",
 4775 "client",
 4776 "collections",
 4777 "context_server_settings",
 4778 "ctor",
 4779 "env_logger 0.11.7",
 4780 "extension",
 4781 "fs",
 4782 "futures 0.3.31",
 4783 "gpui",
 4784 "http_client",
 4785 "language",
 4786 "language_extension",
 4787 "log",
 4788 "lsp",
 4789 "node_runtime",
 4790 "parking_lot",
 4791 "paths",
 4792 "project",
 4793 "release_channel",
 4794 "remote",
 4795 "reqwest_client",
 4796 "schemars",
 4797 "semantic_version",
 4798 "serde",
 4799 "serde_json",
 4800 "serde_json_lenient",
 4801 "settings",
 4802 "task",
 4803 "telemetry",
 4804 "tempfile",
 4805 "theme",
 4806 "theme_extension",
 4807 "toml 0.8.20",
 4808 "url",
 4809 "util",
 4810 "wasmparser 0.221.3",
 4811 "wasmtime",
 4812 "wasmtime-wasi",
 4813]
 4814
 4815[[package]]
 4816name = "extensions_ui"
 4817version = "0.1.0"
 4818dependencies = [
 4819 "anyhow",
 4820 "client",
 4821 "collections",
 4822 "db",
 4823 "editor",
 4824 "extension_host",
 4825 "fs",
 4826 "fuzzy",
 4827 "gpui",
 4828 "language",
 4829 "num-format",
 4830 "picker",
 4831 "project",
 4832 "release_channel",
 4833 "semantic_version",
 4834 "serde",
 4835 "settings",
 4836 "smallvec",
 4837 "strum",
 4838 "telemetry",
 4839 "theme",
 4840 "ui",
 4841 "util",
 4842 "vim_mode_setting",
 4843 "workspace",
 4844 "zed_actions",
 4845]
 4846
 4847[[package]]
 4848name = "fallible-iterator"
 4849version = "0.3.0"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4852
 4853[[package]]
 4854name = "fancy-regex"
 4855version = "0.13.0"
 4856source = "registry+https://github.com/rust-lang/crates.io-index"
 4857checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4858dependencies = [
 4859 "bit-set 0.5.3",
 4860 "regex-automata 0.4.9",
 4861 "regex-syntax 0.8.5",
 4862]
 4863
 4864[[package]]
 4865name = "fancy-regex"
 4866version = "0.14.0"
 4867source = "registry+https://github.com/rust-lang/crates.io-index"
 4868checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4869dependencies = [
 4870 "bit-set 0.8.0",
 4871 "regex-automata 0.4.9",
 4872 "regex-syntax 0.8.5",
 4873]
 4874
 4875[[package]]
 4876name = "fast-srgb8"
 4877version = "1.0.0"
 4878source = "registry+https://github.com/rust-lang/crates.io-index"
 4879checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4880
 4881[[package]]
 4882name = "fastrand"
 4883version = "1.9.0"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4886dependencies = [
 4887 "instant",
 4888]
 4889
 4890[[package]]
 4891name = "fastrand"
 4892version = "2.3.0"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4895
 4896[[package]]
 4897name = "fd-lock"
 4898version = "4.0.2"
 4899source = "registry+https://github.com/rust-lang/crates.io-index"
 4900checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4901dependencies = [
 4902 "cfg-if",
 4903 "rustix",
 4904 "windows-sys 0.52.0",
 4905]
 4906
 4907[[package]]
 4908name = "fdeflate"
 4909version = "0.3.7"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4912dependencies = [
 4913 "simd-adler32",
 4914]
 4915
 4916[[package]]
 4917name = "feature_flags"
 4918version = "0.1.0"
 4919dependencies = [
 4920 "futures 0.3.31",
 4921 "gpui",
 4922 "smol",
 4923]
 4924
 4925[[package]]
 4926name = "feedback"
 4927version = "0.1.0"
 4928dependencies = [
 4929 "client",
 4930 "editor",
 4931 "gpui",
 4932 "human_bytes",
 4933 "menu",
 4934 "release_channel",
 4935 "serde",
 4936 "sysinfo",
 4937 "ui",
 4938 "urlencoding",
 4939 "util",
 4940 "workspace",
 4941 "zed_actions",
 4942]
 4943
 4944[[package]]
 4945name = "ff"
 4946version = "0.12.1"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4949dependencies = [
 4950 "rand_core 0.6.4",
 4951 "subtle",
 4952]
 4953
 4954[[package]]
 4955name = "file_finder"
 4956version = "0.1.0"
 4957dependencies = [
 4958 "anyhow",
 4959 "collections",
 4960 "ctor",
 4961 "editor",
 4962 "env_logger 0.11.7",
 4963 "file_icons",
 4964 "futures 0.3.31",
 4965 "fuzzy",
 4966 "gpui",
 4967 "language",
 4968 "menu",
 4969 "picker",
 4970 "project",
 4971 "schemars",
 4972 "serde",
 4973 "serde_derive",
 4974 "serde_json",
 4975 "settings",
 4976 "text",
 4977 "theme",
 4978 "ui",
 4979 "util",
 4980 "workspace",
 4981]
 4982
 4983[[package]]
 4984name = "file_icons"
 4985version = "0.1.0"
 4986dependencies = [
 4987 "gpui",
 4988 "serde",
 4989 "settings",
 4990 "theme",
 4991 "util",
 4992]
 4993
 4994[[package]]
 4995name = "filedescriptor"
 4996version = "0.8.3"
 4997source = "registry+https://github.com/rust-lang/crates.io-index"
 4998checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4999dependencies = [
 5000 "libc",
 5001 "thiserror 1.0.69",
 5002 "winapi",
 5003]
 5004
 5005[[package]]
 5006name = "filetime"
 5007version = "0.2.25"
 5008source = "registry+https://github.com/rust-lang/crates.io-index"
 5009checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5010dependencies = [
 5011 "cfg-if",
 5012 "libc",
 5013 "libredox",
 5014 "windows-sys 0.59.0",
 5015]
 5016
 5017[[package]]
 5018name = "fixedbitset"
 5019version = "0.4.2"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5022
 5023[[package]]
 5024name = "flate2"
 5025version = "1.0.35"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5028dependencies = [
 5029 "crc32fast",
 5030 "miniz_oxide",
 5031]
 5032
 5033[[package]]
 5034name = "float-cmp"
 5035version = "0.9.0"
 5036source = "registry+https://github.com/rust-lang/crates.io-index"
 5037checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5038
 5039[[package]]
 5040name = "float-ord"
 5041version = "0.3.2"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5044
 5045[[package]]
 5046name = "float_next_after"
 5047version = "1.0.0"
 5048source = "registry+https://github.com/rust-lang/crates.io-index"
 5049checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5050
 5051[[package]]
 5052name = "flume"
 5053version = "0.11.1"
 5054source = "registry+https://github.com/rust-lang/crates.io-index"
 5055checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5056dependencies = [
 5057 "futures-core",
 5058 "futures-sink",
 5059 "nanorand",
 5060 "spin",
 5061]
 5062
 5063[[package]]
 5064name = "fnv"
 5065version = "1.0.7"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5068
 5069[[package]]
 5070name = "foldhash"
 5071version = "0.1.3"
 5072source = "registry+https://github.com/rust-lang/crates.io-index"
 5073checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5074
 5075[[package]]
 5076name = "font-kit"
 5077version = "0.14.1"
 5078source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5079dependencies = [
 5080 "bitflags 2.9.0",
 5081 "byteorder",
 5082 "core-foundation 0.9.4",
 5083 "core-graphics 0.23.2",
 5084 "core-text",
 5085 "dirs 5.0.1",
 5086 "dwrote",
 5087 "float-ord",
 5088 "freetype-sys",
 5089 "lazy_static",
 5090 "libc",
 5091 "log",
 5092 "pathfinder_geometry",
 5093 "pathfinder_simd",
 5094 "walkdir",
 5095 "winapi",
 5096 "yeslogic-fontconfig-sys",
 5097]
 5098
 5099[[package]]
 5100name = "font-types"
 5101version = "0.8.3"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5104dependencies = [
 5105 "bytemuck",
 5106]
 5107
 5108[[package]]
 5109name = "fontconfig-parser"
 5110version = "0.5.7"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5113dependencies = [
 5114 "roxmltree",
 5115]
 5116
 5117[[package]]
 5118name = "fontdb"
 5119version = "0.16.2"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5122dependencies = [
 5123 "fontconfig-parser",
 5124 "log",
 5125 "memmap2",
 5126 "slotmap",
 5127 "tinyvec",
 5128 "ttf-parser 0.20.0",
 5129]
 5130
 5131[[package]]
 5132name = "fontdb"
 5133version = "0.23.0"
 5134source = "registry+https://github.com/rust-lang/crates.io-index"
 5135checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5136dependencies = [
 5137 "fontconfig-parser",
 5138 "log",
 5139 "memmap2",
 5140 "slotmap",
 5141 "tinyvec",
 5142 "ttf-parser 0.25.1",
 5143]
 5144
 5145[[package]]
 5146name = "foreign-types"
 5147version = "0.3.2"
 5148source = "registry+https://github.com/rust-lang/crates.io-index"
 5149checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5150dependencies = [
 5151 "foreign-types-shared 0.1.1",
 5152]
 5153
 5154[[package]]
 5155name = "foreign-types"
 5156version = "0.5.0"
 5157source = "registry+https://github.com/rust-lang/crates.io-index"
 5158checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5159dependencies = [
 5160 "foreign-types-macros",
 5161 "foreign-types-shared 0.3.1",
 5162]
 5163
 5164[[package]]
 5165name = "foreign-types-macros"
 5166version = "0.2.3"
 5167source = "registry+https://github.com/rust-lang/crates.io-index"
 5168checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5169dependencies = [
 5170 "proc-macro2",
 5171 "quote",
 5172 "syn 2.0.100",
 5173]
 5174
 5175[[package]]
 5176name = "foreign-types-shared"
 5177version = "0.1.1"
 5178source = "registry+https://github.com/rust-lang/crates.io-index"
 5179checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5180
 5181[[package]]
 5182name = "foreign-types-shared"
 5183version = "0.3.1"
 5184source = "registry+https://github.com/rust-lang/crates.io-index"
 5185checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5186
 5187[[package]]
 5188name = "fork"
 5189version = "0.2.0"
 5190source = "registry+https://github.com/rust-lang/crates.io-index"
 5191checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5192dependencies = [
 5193 "libc",
 5194]
 5195
 5196[[package]]
 5197name = "form_urlencoded"
 5198version = "1.2.1"
 5199source = "registry+https://github.com/rust-lang/crates.io-index"
 5200checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5201dependencies = [
 5202 "percent-encoding",
 5203]
 5204
 5205[[package]]
 5206name = "freetype-sys"
 5207version = "0.20.1"
 5208source = "registry+https://github.com/rust-lang/crates.io-index"
 5209checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5210dependencies = [
 5211 "cc",
 5212 "libc",
 5213 "pkg-config",
 5214]
 5215
 5216[[package]]
 5217name = "fs"
 5218version = "0.1.0"
 5219dependencies = [
 5220 "anyhow",
 5221 "ashpd",
 5222 "async-tar",
 5223 "async-trait",
 5224 "cocoa 0.26.0",
 5225 "collections",
 5226 "fsevent",
 5227 "futures 0.3.31",
 5228 "git",
 5229 "gpui",
 5230 "ignore",
 5231 "libc",
 5232 "log",
 5233 "notify 8.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 5234 "objc",
 5235 "parking_lot",
 5236 "paths",
 5237 "proto",
 5238 "rope",
 5239 "serde",
 5240 "serde_json",
 5241 "smol",
 5242 "tempfile",
 5243 "text",
 5244 "time",
 5245 "util",
 5246 "windows 0.61.1",
 5247]
 5248
 5249[[package]]
 5250name = "fs-set-times"
 5251version = "0.20.2"
 5252source = "registry+https://github.com/rust-lang/crates.io-index"
 5253checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5254dependencies = [
 5255 "io-lifetimes",
 5256 "rustix",
 5257 "windows-sys 0.59.0",
 5258]
 5259
 5260[[package]]
 5261name = "fs2"
 5262version = "0.4.3"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5265dependencies = [
 5266 "libc",
 5267 "winapi",
 5268]
 5269
 5270[[package]]
 5271name = "fs_extra"
 5272version = "1.3.0"
 5273source = "registry+https://github.com/rust-lang/crates.io-index"
 5274checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5275
 5276[[package]]
 5277name = "fsevent"
 5278version = "0.1.0"
 5279dependencies = [
 5280 "bitflags 2.9.0",
 5281 "core-foundation 0.9.4",
 5282 "fsevent-sys 3.1.0",
 5283 "parking_lot",
 5284 "tempfile",
 5285]
 5286
 5287[[package]]
 5288name = "fsevent-sys"
 5289version = "3.1.0"
 5290source = "registry+https://github.com/rust-lang/crates.io-index"
 5291checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5292dependencies = [
 5293 "libc",
 5294]
 5295
 5296[[package]]
 5297name = "fsevent-sys"
 5298version = "4.1.0"
 5299source = "registry+https://github.com/rust-lang/crates.io-index"
 5300checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5301dependencies = [
 5302 "libc",
 5303]
 5304
 5305[[package]]
 5306name = "funty"
 5307version = "2.0.0"
 5308source = "registry+https://github.com/rust-lang/crates.io-index"
 5309checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5310
 5311[[package]]
 5312name = "futf"
 5313version = "0.1.5"
 5314source = "registry+https://github.com/rust-lang/crates.io-index"
 5315checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5316dependencies = [
 5317 "mac",
 5318 "new_debug_unreachable",
 5319]
 5320
 5321[[package]]
 5322name = "futures"
 5323version = "0.1.31"
 5324source = "registry+https://github.com/rust-lang/crates.io-index"
 5325checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5326
 5327[[package]]
 5328name = "futures"
 5329version = "0.3.31"
 5330source = "registry+https://github.com/rust-lang/crates.io-index"
 5331checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5332dependencies = [
 5333 "futures-channel",
 5334 "futures-core",
 5335 "futures-executor",
 5336 "futures-io",
 5337 "futures-sink",
 5338 "futures-task",
 5339 "futures-util",
 5340]
 5341
 5342[[package]]
 5343name = "futures-batch"
 5344version = "0.6.1"
 5345source = "registry+https://github.com/rust-lang/crates.io-index"
 5346checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5347dependencies = [
 5348 "futures 0.3.31",
 5349 "futures-timer",
 5350 "pin-utils",
 5351]
 5352
 5353[[package]]
 5354name = "futures-channel"
 5355version = "0.3.31"
 5356source = "registry+https://github.com/rust-lang/crates.io-index"
 5357checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5358dependencies = [
 5359 "futures-core",
 5360 "futures-sink",
 5361]
 5362
 5363[[package]]
 5364name = "futures-core"
 5365version = "0.3.31"
 5366source = "registry+https://github.com/rust-lang/crates.io-index"
 5367checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5368
 5369[[package]]
 5370name = "futures-executor"
 5371version = "0.3.31"
 5372source = "registry+https://github.com/rust-lang/crates.io-index"
 5373checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5374dependencies = [
 5375 "futures-core",
 5376 "futures-task",
 5377 "futures-util",
 5378]
 5379
 5380[[package]]
 5381name = "futures-intrusive"
 5382version = "0.5.0"
 5383source = "registry+https://github.com/rust-lang/crates.io-index"
 5384checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5385dependencies = [
 5386 "futures-core",
 5387 "lock_api",
 5388 "parking_lot",
 5389]
 5390
 5391[[package]]
 5392name = "futures-io"
 5393version = "0.3.31"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5396
 5397[[package]]
 5398name = "futures-lite"
 5399version = "1.13.0"
 5400source = "registry+https://github.com/rust-lang/crates.io-index"
 5401checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5402dependencies = [
 5403 "fastrand 1.9.0",
 5404 "futures-core",
 5405 "futures-io",
 5406 "memchr",
 5407 "parking",
 5408 "pin-project-lite",
 5409 "waker-fn",
 5410]
 5411
 5412[[package]]
 5413name = "futures-lite"
 5414version = "2.6.0"
 5415source = "registry+https://github.com/rust-lang/crates.io-index"
 5416checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5417dependencies = [
 5418 "fastrand 2.3.0",
 5419 "futures-core",
 5420 "futures-io",
 5421 "parking",
 5422 "pin-project-lite",
 5423]
 5424
 5425[[package]]
 5426name = "futures-macro"
 5427version = "0.3.31"
 5428source = "registry+https://github.com/rust-lang/crates.io-index"
 5429checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5430dependencies = [
 5431 "proc-macro2",
 5432 "quote",
 5433 "syn 2.0.100",
 5434]
 5435
 5436[[package]]
 5437name = "futures-sink"
 5438version = "0.3.31"
 5439source = "registry+https://github.com/rust-lang/crates.io-index"
 5440checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5441
 5442[[package]]
 5443name = "futures-task"
 5444version = "0.3.31"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5447
 5448[[package]]
 5449name = "futures-timer"
 5450version = "3.0.3"
 5451source = "registry+https://github.com/rust-lang/crates.io-index"
 5452checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5453
 5454[[package]]
 5455name = "futures-util"
 5456version = "0.3.31"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5459dependencies = [
 5460 "futures 0.1.31",
 5461 "futures-channel",
 5462 "futures-core",
 5463 "futures-io",
 5464 "futures-macro",
 5465 "futures-sink",
 5466 "futures-task",
 5467 "memchr",
 5468 "pin-project-lite",
 5469 "pin-utils",
 5470 "slab",
 5471 "tokio-io",
 5472]
 5473
 5474[[package]]
 5475name = "fuzzy"
 5476version = "0.1.0"
 5477dependencies = [
 5478 "gpui",
 5479 "log",
 5480 "util",
 5481]
 5482
 5483[[package]]
 5484name = "fuzzy-matcher"
 5485version = "0.3.7"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5488dependencies = [
 5489 "thread_local",
 5490]
 5491
 5492[[package]]
 5493name = "generic-array"
 5494version = "0.14.7"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5497dependencies = [
 5498 "typenum",
 5499 "version_check",
 5500]
 5501
 5502[[package]]
 5503name = "gethostname"
 5504version = "0.4.3"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5507dependencies = [
 5508 "libc",
 5509 "windows-targets 0.48.5",
 5510]
 5511
 5512[[package]]
 5513name = "getrandom"
 5514version = "0.1.16"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5517dependencies = [
 5518 "cfg-if",
 5519 "libc",
 5520 "wasi 0.9.0+wasi-snapshot-preview1",
 5521]
 5522
 5523[[package]]
 5524name = "getrandom"
 5525version = "0.2.15"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5528dependencies = [
 5529 "cfg-if",
 5530 "js-sys",
 5531 "libc",
 5532 "wasi 0.11.0+wasi-snapshot-preview1",
 5533 "wasm-bindgen",
 5534]
 5535
 5536[[package]]
 5537name = "getrandom"
 5538version = "0.3.1"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5541dependencies = [
 5542 "cfg-if",
 5543 "libc",
 5544 "wasi 0.13.3+wasi-0.2.2",
 5545 "windows-targets 0.52.6",
 5546]
 5547
 5548[[package]]
 5549name = "gif"
 5550version = "0.13.1"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5553dependencies = [
 5554 "color_quant",
 5555 "weezl",
 5556]
 5557
 5558[[package]]
 5559name = "gimli"
 5560version = "0.31.1"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5563dependencies = [
 5564 "fallible-iterator",
 5565 "indexmap",
 5566 "stable_deref_trait",
 5567]
 5568
 5569[[package]]
 5570name = "git"
 5571version = "0.1.0"
 5572dependencies = [
 5573 "anyhow",
 5574 "askpass",
 5575 "async-trait",
 5576 "collections",
 5577 "derive_more",
 5578 "futures 0.3.31",
 5579 "git2",
 5580 "gpui",
 5581 "http_client",
 5582 "log",
 5583 "parking_lot",
 5584 "pretty_assertions",
 5585 "regex",
 5586 "rope",
 5587 "schemars",
 5588 "serde",
 5589 "serde_json",
 5590 "smol",
 5591 "sum_tree",
 5592 "tempfile",
 5593 "text",
 5594 "thiserror 2.0.12",
 5595 "time",
 5596 "unindent",
 5597 "url",
 5598 "util",
 5599 "uuid",
 5600]
 5601
 5602[[package]]
 5603name = "git2"
 5604version = "0.20.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5607dependencies = [
 5608 "bitflags 2.9.0",
 5609 "libc",
 5610 "libgit2-sys",
 5611 "log",
 5612 "url",
 5613]
 5614
 5615[[package]]
 5616name = "git_hosting_providers"
 5617version = "0.1.0"
 5618dependencies = [
 5619 "anyhow",
 5620 "async-trait",
 5621 "futures 0.3.31",
 5622 "git",
 5623 "gpui",
 5624 "http_client",
 5625 "indoc",
 5626 "pretty_assertions",
 5627 "regex",
 5628 "schemars",
 5629 "serde",
 5630 "serde_json",
 5631 "settings",
 5632 "url",
 5633 "util",
 5634]
 5635
 5636[[package]]
 5637name = "git_ui"
 5638version = "0.1.0"
 5639dependencies = [
 5640 "anyhow",
 5641 "askpass",
 5642 "assistant_settings",
 5643 "buffer_diff",
 5644 "collections",
 5645 "command_palette_hooks",
 5646 "component",
 5647 "ctor",
 5648 "db",
 5649 "editor",
 5650 "env_logger 0.11.7",
 5651 "futures 0.3.31",
 5652 "fuzzy",
 5653 "git",
 5654 "gpui",
 5655 "itertools 0.14.0",
 5656 "language",
 5657 "language_model",
 5658 "linkify",
 5659 "linkme",
 5660 "log",
 5661 "menu",
 5662 "multi_buffer",
 5663 "notifications",
 5664 "panel",
 5665 "picker",
 5666 "postage",
 5667 "pretty_assertions",
 5668 "project",
 5669 "schemars",
 5670 "serde",
 5671 "serde_derive",
 5672 "serde_json",
 5673 "settings",
 5674 "strum",
 5675 "telemetry",
 5676 "theme",
 5677 "time",
 5678 "time_format",
 5679 "ui",
 5680 "unindent",
 5681 "util",
 5682 "windows 0.61.1",
 5683 "workspace",
 5684 "zed_actions",
 5685]
 5686
 5687[[package]]
 5688name = "glob"
 5689version = "0.3.1"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5692
 5693[[package]]
 5694name = "globset"
 5695version = "0.4.16"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5698dependencies = [
 5699 "aho-corasick",
 5700 "bstr",
 5701 "log",
 5702 "regex-automata 0.4.9",
 5703 "regex-syntax 0.8.5",
 5704]
 5705
 5706[[package]]
 5707name = "gloo-timers"
 5708version = "0.3.0"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5711dependencies = [
 5712 "futures-channel",
 5713 "futures-core",
 5714 "js-sys",
 5715 "wasm-bindgen",
 5716]
 5717
 5718[[package]]
 5719name = "glow"
 5720version = "0.14.2"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5723dependencies = [
 5724 "js-sys",
 5725 "slotmap",
 5726 "wasm-bindgen",
 5727 "web-sys",
 5728]
 5729
 5730[[package]]
 5731name = "go_to_line"
 5732version = "0.1.0"
 5733dependencies = [
 5734 "anyhow",
 5735 "editor",
 5736 "gpui",
 5737 "indoc",
 5738 "language",
 5739 "menu",
 5740 "project",
 5741 "rope",
 5742 "schemars",
 5743 "serde",
 5744 "serde_json",
 5745 "settings",
 5746 "text",
 5747 "theme",
 5748 "tree-sitter-rust",
 5749 "tree-sitter-typescript",
 5750 "ui",
 5751 "util",
 5752 "workspace",
 5753]
 5754
 5755[[package]]
 5756name = "google_ai"
 5757version = "0.1.0"
 5758dependencies = [
 5759 "anyhow",
 5760 "futures 0.3.31",
 5761 "http_client",
 5762 "schemars",
 5763 "serde",
 5764 "serde_json",
 5765 "strum",
 5766]
 5767
 5768[[package]]
 5769name = "gpu-alloc"
 5770version = "0.6.0"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5773dependencies = [
 5774 "bitflags 2.9.0",
 5775 "gpu-alloc-types",
 5776]
 5777
 5778[[package]]
 5779name = "gpu-alloc-ash"
 5780version = "0.7.0"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5783dependencies = [
 5784 "ash",
 5785 "gpu-alloc-types",
 5786 "tinyvec",
 5787]
 5788
 5789[[package]]
 5790name = "gpu-alloc-types"
 5791version = "0.3.0"
 5792source = "registry+https://github.com/rust-lang/crates.io-index"
 5793checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5794dependencies = [
 5795 "bitflags 2.9.0",
 5796]
 5797
 5798[[package]]
 5799name = "gpui"
 5800version = "0.1.0"
 5801dependencies = [
 5802 "anyhow",
 5803 "as-raw-xcb-connection",
 5804 "ashpd",
 5805 "async-task",
 5806 "backtrace",
 5807 "bindgen 0.70.1",
 5808 "blade-graphics",
 5809 "blade-macros",
 5810 "blade-util",
 5811 "block",
 5812 "bytemuck",
 5813 "calloop",
 5814 "calloop-wayland-source",
 5815 "cbindgen 0.28.0",
 5816 "cocoa 0.26.0",
 5817 "collections",
 5818 "core-foundation 0.9.4",
 5819 "core-foundation-sys",
 5820 "core-graphics 0.23.2",
 5821 "core-text",
 5822 "cosmic-text",
 5823 "ctor",
 5824 "derive_more",
 5825 "embed-resource",
 5826 "env_logger 0.11.7",
 5827 "etagere",
 5828 "filedescriptor",
 5829 "flume",
 5830 "font-kit",
 5831 "foreign-types 0.5.0",
 5832 "futures 0.3.31",
 5833 "gpui_macros",
 5834 "http_client",
 5835 "image",
 5836 "inventory",
 5837 "itertools 0.14.0",
 5838 "log",
 5839 "lyon",
 5840 "media",
 5841 "metal",
 5842 "naga",
 5843 "num_cpus",
 5844 "objc",
 5845 "objc2",
 5846 "objc2-metal",
 5847 "oo7",
 5848 "open",
 5849 "parking",
 5850 "parking_lot",
 5851 "pathfinder_geometry",
 5852 "postage",
 5853 "profiling",
 5854 "rand 0.8.5",
 5855 "raw-window-handle",
 5856 "refineable",
 5857 "reqwest_client",
 5858 "resvg",
 5859 "schemars",
 5860 "seahash",
 5861 "semantic_version",
 5862 "serde",
 5863 "serde_derive",
 5864 "serde_json",
 5865 "slotmap",
 5866 "smallvec",
 5867 "smol",
 5868 "strum",
 5869 "sum_tree",
 5870 "taffy",
 5871 "thiserror 2.0.12",
 5872 "unicode-segmentation",
 5873 "usvg",
 5874 "util",
 5875 "uuid",
 5876 "waker-fn",
 5877 "wayland-backend",
 5878 "wayland-client",
 5879 "wayland-cursor",
 5880 "wayland-protocols",
 5881 "wayland-protocols-plasma",
 5882 "windows 0.61.1",
 5883 "windows-core 0.61.0",
 5884 "windows-numerics",
 5885 "x11-clipboard",
 5886 "x11rb",
 5887 "xim",
 5888 "xkbcommon",
 5889]
 5890
 5891[[package]]
 5892name = "gpui_macros"
 5893version = "0.1.0"
 5894dependencies = [
 5895 "gpui",
 5896 "proc-macro2",
 5897 "quote",
 5898 "syn 1.0.109",
 5899]
 5900
 5901[[package]]
 5902name = "gpui_tokio"
 5903version = "0.1.0"
 5904dependencies = [
 5905 "gpui",
 5906 "tokio",
 5907 "util",
 5908]
 5909
 5910[[package]]
 5911name = "grid"
 5912version = "0.13.0"
 5913source = "registry+https://github.com/rust-lang/crates.io-index"
 5914checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5915
 5916[[package]]
 5917name = "group"
 5918version = "0.12.1"
 5919source = "registry+https://github.com/rust-lang/crates.io-index"
 5920checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5921dependencies = [
 5922 "ff",
 5923 "rand_core 0.6.4",
 5924 "subtle",
 5925]
 5926
 5927[[package]]
 5928name = "h2"
 5929version = "0.3.26"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5932dependencies = [
 5933 "bytes 1.10.1",
 5934 "fnv",
 5935 "futures-core",
 5936 "futures-sink",
 5937 "futures-util",
 5938 "http 0.2.12",
 5939 "indexmap",
 5940 "slab",
 5941 "tokio",
 5942 "tokio-util",
 5943 "tracing",
 5944]
 5945
 5946[[package]]
 5947name = "h2"
 5948version = "0.4.7"
 5949source = "registry+https://github.com/rust-lang/crates.io-index"
 5950checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5951dependencies = [
 5952 "atomic-waker",
 5953 "bytes 1.10.1",
 5954 "fnv",
 5955 "futures-core",
 5956 "futures-sink",
 5957 "http 1.2.0",
 5958 "indexmap",
 5959 "slab",
 5960 "tokio",
 5961 "tokio-util",
 5962 "tracing",
 5963]
 5964
 5965[[package]]
 5966name = "half"
 5967version = "2.4.1"
 5968source = "registry+https://github.com/rust-lang/crates.io-index"
 5969checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5970dependencies = [
 5971 "cfg-if",
 5972 "crunchy",
 5973]
 5974
 5975[[package]]
 5976name = "handlebars"
 5977version = "4.5.0"
 5978source = "registry+https://github.com/rust-lang/crates.io-index"
 5979checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5980dependencies = [
 5981 "log",
 5982 "pest",
 5983 "pest_derive",
 5984 "serde",
 5985 "serde_json",
 5986 "thiserror 1.0.69",
 5987]
 5988
 5989[[package]]
 5990name = "handlebars"
 5991version = "6.2.0"
 5992source = "registry+https://github.com/rust-lang/crates.io-index"
 5993checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5994dependencies = [
 5995 "log",
 5996 "num-order",
 5997 "pest",
 5998 "pest_derive",
 5999 "serde",
 6000 "serde_json",
 6001 "thiserror 1.0.69",
 6002]
 6003
 6004[[package]]
 6005name = "hashbrown"
 6006version = "0.12.3"
 6007source = "registry+https://github.com/rust-lang/crates.io-index"
 6008checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6009dependencies = [
 6010 "ahash 0.7.8",
 6011]
 6012
 6013[[package]]
 6014name = "hashbrown"
 6015version = "0.14.5"
 6016source = "registry+https://github.com/rust-lang/crates.io-index"
 6017checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6018dependencies = [
 6019 "ahash 0.8.11",
 6020 "allocator-api2",
 6021]
 6022
 6023[[package]]
 6024name = "hashbrown"
 6025version = "0.15.2"
 6026source = "registry+https://github.com/rust-lang/crates.io-index"
 6027checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6028dependencies = [
 6029 "allocator-api2",
 6030 "equivalent",
 6031 "foldhash",
 6032 "serde",
 6033]
 6034
 6035[[package]]
 6036name = "hashlink"
 6037version = "0.8.4"
 6038source = "registry+https://github.com/rust-lang/crates.io-index"
 6039checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6040dependencies = [
 6041 "hashbrown 0.14.5",
 6042]
 6043
 6044[[package]]
 6045name = "hashlink"
 6046version = "0.10.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6049dependencies = [
 6050 "hashbrown 0.15.2",
 6051]
 6052
 6053[[package]]
 6054name = "headers"
 6055version = "0.3.9"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6058dependencies = [
 6059 "base64 0.21.7",
 6060 "bytes 1.10.1",
 6061 "headers-core",
 6062 "http 0.2.12",
 6063 "httpdate",
 6064 "mime",
 6065 "sha1",
 6066]
 6067
 6068[[package]]
 6069name = "headers-core"
 6070version = "0.2.0"
 6071source = "registry+https://github.com/rust-lang/crates.io-index"
 6072checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6073dependencies = [
 6074 "http 0.2.12",
 6075]
 6076
 6077[[package]]
 6078name = "heck"
 6079version = "0.3.3"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6082dependencies = [
 6083 "unicode-segmentation",
 6084]
 6085
 6086[[package]]
 6087name = "heck"
 6088version = "0.4.1"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6091dependencies = [
 6092 "unicode-segmentation",
 6093]
 6094
 6095[[package]]
 6096name = "heck"
 6097version = "0.5.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6100
 6101[[package]]
 6102name = "heed"
 6103version = "0.21.0"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6106dependencies = [
 6107 "bitflags 2.9.0",
 6108 "byteorder",
 6109 "heed-traits",
 6110 "heed-types",
 6111 "libc",
 6112 "lmdb-master-sys",
 6113 "once_cell",
 6114 "page_size",
 6115 "serde",
 6116 "synchronoise",
 6117 "url",
 6118]
 6119
 6120[[package]]
 6121name = "heed-traits"
 6122version = "0.20.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6125
 6126[[package]]
 6127name = "heed-types"
 6128version = "0.21.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6131dependencies = [
 6132 "bincode",
 6133 "byteorder",
 6134 "heed-traits",
 6135 "serde",
 6136 "serde_json",
 6137]
 6138
 6139[[package]]
 6140name = "hermit-abi"
 6141version = "0.3.9"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6144
 6145[[package]]
 6146name = "hermit-abi"
 6147version = "0.4.0"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6150
 6151[[package]]
 6152name = "hex"
 6153version = "0.4.3"
 6154source = "registry+https://github.com/rust-lang/crates.io-index"
 6155checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6156
 6157[[package]]
 6158name = "hexf-parse"
 6159version = "0.2.1"
 6160source = "registry+https://github.com/rust-lang/crates.io-index"
 6161checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6162
 6163[[package]]
 6164name = "hidden-trait"
 6165version = "0.1.2"
 6166source = "registry+https://github.com/rust-lang/crates.io-index"
 6167checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6168dependencies = [
 6169 "proc-macro2",
 6170 "quote",
 6171 "syn 1.0.109",
 6172]
 6173
 6174[[package]]
 6175name = "hkdf"
 6176version = "0.12.4"
 6177source = "registry+https://github.com/rust-lang/crates.io-index"
 6178checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6179dependencies = [
 6180 "hmac",
 6181]
 6182
 6183[[package]]
 6184name = "hmac"
 6185version = "0.12.1"
 6186source = "registry+https://github.com/rust-lang/crates.io-index"
 6187checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6188dependencies = [
 6189 "digest",
 6190]
 6191
 6192[[package]]
 6193name = "home"
 6194version = "0.5.9"
 6195source = "registry+https://github.com/rust-lang/crates.io-index"
 6196checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6197dependencies = [
 6198 "windows-sys 0.52.0",
 6199]
 6200
 6201[[package]]
 6202name = "hound"
 6203version = "3.5.1"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6206
 6207[[package]]
 6208name = "html5ever"
 6209version = "0.27.0"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6212dependencies = [
 6213 "log",
 6214 "mac",
 6215 "markup5ever",
 6216 "proc-macro2",
 6217 "quote",
 6218 "syn 2.0.100",
 6219]
 6220
 6221[[package]]
 6222name = "html_to_markdown"
 6223version = "0.1.0"
 6224dependencies = [
 6225 "anyhow",
 6226 "html5ever",
 6227 "indoc",
 6228 "markup5ever_rcdom",
 6229 "pretty_assertions",
 6230 "regex",
 6231]
 6232
 6233[[package]]
 6234name = "http"
 6235version = "0.2.12"
 6236source = "registry+https://github.com/rust-lang/crates.io-index"
 6237checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6238dependencies = [
 6239 "bytes 1.10.1",
 6240 "fnv",
 6241 "itoa",
 6242]
 6243
 6244[[package]]
 6245name = "http"
 6246version = "1.2.0"
 6247source = "registry+https://github.com/rust-lang/crates.io-index"
 6248checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6249dependencies = [
 6250 "bytes 1.10.1",
 6251 "fnv",
 6252 "itoa",
 6253]
 6254
 6255[[package]]
 6256name = "http-body"
 6257version = "0.4.6"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6260dependencies = [
 6261 "bytes 1.10.1",
 6262 "http 0.2.12",
 6263 "pin-project-lite",
 6264]
 6265
 6266[[package]]
 6267name = "http-body"
 6268version = "1.0.1"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6271dependencies = [
 6272 "bytes 1.10.1",
 6273 "http 1.2.0",
 6274]
 6275
 6276[[package]]
 6277name = "http-body-util"
 6278version = "0.1.2"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6281dependencies = [
 6282 "bytes 1.10.1",
 6283 "futures-util",
 6284 "http 1.2.0",
 6285 "http-body 1.0.1",
 6286 "pin-project-lite",
 6287]
 6288
 6289[[package]]
 6290name = "http-range-header"
 6291version = "0.3.1"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6294
 6295[[package]]
 6296name = "http-types"
 6297version = "2.12.0"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6300dependencies = [
 6301 "anyhow",
 6302 "async-channel 1.9.0",
 6303 "base64 0.13.1",
 6304 "futures-lite 1.13.0",
 6305 "http 0.2.12",
 6306 "infer",
 6307 "pin-project-lite",
 6308 "rand 0.7.3",
 6309 "serde",
 6310 "serde_json",
 6311 "serde_qs 0.8.5",
 6312 "serde_urlencoded",
 6313 "url",
 6314]
 6315
 6316[[package]]
 6317name = "http_client"
 6318version = "0.1.0"
 6319dependencies = [
 6320 "anyhow",
 6321 "bytes 1.10.1",
 6322 "derive_more",
 6323 "futures 0.3.31",
 6324 "http 1.2.0",
 6325 "log",
 6326 "serde",
 6327 "serde_json",
 6328 "url",
 6329]
 6330
 6331[[package]]
 6332name = "http_client_tls"
 6333version = "0.1.0"
 6334dependencies = [
 6335 "rustls 0.23.25",
 6336 "rustls-platform-verifier",
 6337]
 6338
 6339[[package]]
 6340name = "httparse"
 6341version = "1.9.5"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6344
 6345[[package]]
 6346name = "httpdate"
 6347version = "1.0.3"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6350
 6351[[package]]
 6352name = "human_bytes"
 6353version = "0.4.3"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6356
 6357[[package]]
 6358name = "humantime"
 6359version = "2.1.0"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6362
 6363[[package]]
 6364name = "hyper"
 6365version = "0.14.32"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6368dependencies = [
 6369 "bytes 1.10.1",
 6370 "futures-channel",
 6371 "futures-core",
 6372 "futures-util",
 6373 "h2 0.3.26",
 6374 "http 0.2.12",
 6375 "http-body 0.4.6",
 6376 "httparse",
 6377 "httpdate",
 6378 "itoa",
 6379 "pin-project-lite",
 6380 "socket2",
 6381 "tokio",
 6382 "tower-service",
 6383 "tracing",
 6384 "want",
 6385]
 6386
 6387[[package]]
 6388name = "hyper"
 6389version = "1.5.1"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6392dependencies = [
 6393 "bytes 1.10.1",
 6394 "futures-channel",
 6395 "futures-util",
 6396 "h2 0.4.7",
 6397 "http 1.2.0",
 6398 "http-body 1.0.1",
 6399 "httparse",
 6400 "itoa",
 6401 "pin-project-lite",
 6402 "smallvec",
 6403 "tokio",
 6404 "want",
 6405]
 6406
 6407[[package]]
 6408name = "hyper-rustls"
 6409version = "0.24.2"
 6410source = "registry+https://github.com/rust-lang/crates.io-index"
 6411checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6412dependencies = [
 6413 "futures-util",
 6414 "http 0.2.12",
 6415 "hyper 0.14.32",
 6416 "log",
 6417 "rustls 0.21.12",
 6418 "rustls-native-certs 0.6.3",
 6419 "tokio",
 6420 "tokio-rustls 0.24.1",
 6421]
 6422
 6423[[package]]
 6424name = "hyper-rustls"
 6425version = "0.27.3"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6428dependencies = [
 6429 "futures-util",
 6430 "http 1.2.0",
 6431 "hyper 1.5.1",
 6432 "hyper-util",
 6433 "rustls 0.23.25",
 6434 "rustls-native-certs 0.8.1",
 6435 "rustls-pki-types",
 6436 "tokio",
 6437 "tokio-rustls 0.26.1",
 6438 "tower-service",
 6439]
 6440
 6441[[package]]
 6442name = "hyper-tls"
 6443version = "0.5.0"
 6444source = "registry+https://github.com/rust-lang/crates.io-index"
 6445checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6446dependencies = [
 6447 "bytes 1.10.1",
 6448 "hyper 0.14.32",
 6449 "native-tls",
 6450 "tokio",
 6451 "tokio-native-tls",
 6452]
 6453
 6454[[package]]
 6455name = "hyper-util"
 6456version = "0.1.10"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6459dependencies = [
 6460 "bytes 1.10.1",
 6461 "futures-channel",
 6462 "futures-util",
 6463 "http 1.2.0",
 6464 "http-body 1.0.1",
 6465 "hyper 1.5.1",
 6466 "pin-project-lite",
 6467 "socket2",
 6468 "tokio",
 6469 "tower-service",
 6470 "tracing",
 6471]
 6472
 6473[[package]]
 6474name = "iana-time-zone"
 6475version = "0.1.61"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6478dependencies = [
 6479 "android_system_properties",
 6480 "core-foundation-sys",
 6481 "iana-time-zone-haiku",
 6482 "js-sys",
 6483 "wasm-bindgen",
 6484 "windows-core 0.52.0",
 6485]
 6486
 6487[[package]]
 6488name = "iana-time-zone-haiku"
 6489version = "0.1.2"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6492dependencies = [
 6493 "cc",
 6494]
 6495
 6496[[package]]
 6497name = "icons"
 6498version = "0.1.0"
 6499dependencies = [
 6500 "serde",
 6501 "strum",
 6502]
 6503
 6504[[package]]
 6505name = "icu_collections"
 6506version = "1.5.0"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6509dependencies = [
 6510 "displaydoc",
 6511 "yoke",
 6512 "zerofrom",
 6513 "zerovec",
 6514]
 6515
 6516[[package]]
 6517name = "icu_locid"
 6518version = "1.5.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6521dependencies = [
 6522 "displaydoc",
 6523 "litemap",
 6524 "tinystr",
 6525 "writeable",
 6526 "zerovec",
 6527]
 6528
 6529[[package]]
 6530name = "icu_locid_transform"
 6531version = "1.5.0"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6534dependencies = [
 6535 "displaydoc",
 6536 "icu_locid",
 6537 "icu_locid_transform_data",
 6538 "icu_provider",
 6539 "tinystr",
 6540 "zerovec",
 6541]
 6542
 6543[[package]]
 6544name = "icu_locid_transform_data"
 6545version = "1.5.0"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6548
 6549[[package]]
 6550name = "icu_normalizer"
 6551version = "1.5.0"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6554dependencies = [
 6555 "displaydoc",
 6556 "icu_collections",
 6557 "icu_normalizer_data",
 6558 "icu_properties",
 6559 "icu_provider",
 6560 "smallvec",
 6561 "utf16_iter",
 6562 "utf8_iter",
 6563 "write16",
 6564 "zerovec",
 6565]
 6566
 6567[[package]]
 6568name = "icu_normalizer_data"
 6569version = "1.5.0"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6572
 6573[[package]]
 6574name = "icu_properties"
 6575version = "1.5.1"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6578dependencies = [
 6579 "displaydoc",
 6580 "icu_collections",
 6581 "icu_locid_transform",
 6582 "icu_properties_data",
 6583 "icu_provider",
 6584 "tinystr",
 6585 "zerovec",
 6586]
 6587
 6588[[package]]
 6589name = "icu_properties_data"
 6590version = "1.5.0"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6593
 6594[[package]]
 6595name = "icu_provider"
 6596version = "1.5.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6599dependencies = [
 6600 "displaydoc",
 6601 "icu_locid",
 6602 "icu_provider_macros",
 6603 "stable_deref_trait",
 6604 "tinystr",
 6605 "writeable",
 6606 "yoke",
 6607 "zerofrom",
 6608 "zerovec",
 6609]
 6610
 6611[[package]]
 6612name = "icu_provider_macros"
 6613version = "1.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6616dependencies = [
 6617 "proc-macro2",
 6618 "quote",
 6619 "syn 2.0.100",
 6620]
 6621
 6622[[package]]
 6623name = "id-arena"
 6624version = "2.2.1"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6627
 6628[[package]]
 6629name = "idna"
 6630version = "1.0.3"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6633dependencies = [
 6634 "idna_adapter",
 6635 "smallvec",
 6636 "utf8_iter",
 6637]
 6638
 6639[[package]]
 6640name = "idna_adapter"
 6641version = "1.2.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6644dependencies = [
 6645 "icu_normalizer",
 6646 "icu_properties",
 6647]
 6648
 6649[[package]]
 6650name = "ignore"
 6651version = "0.4.23"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6654dependencies = [
 6655 "crossbeam-deque",
 6656 "globset",
 6657 "log",
 6658 "memchr",
 6659 "regex-automata 0.4.9",
 6660 "same-file",
 6661 "walkdir",
 6662 "winapi-util",
 6663]
 6664
 6665[[package]]
 6666name = "image"
 6667version = "0.25.6"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
 6670dependencies = [
 6671 "bytemuck",
 6672 "byteorder-lite",
 6673 "color_quant",
 6674 "exr",
 6675 "gif",
 6676 "image-webp",
 6677 "num-traits",
 6678 "png",
 6679 "qoi",
 6680 "ravif",
 6681 "rayon",
 6682 "rgb",
 6683 "tiff",
 6684 "zune-core",
 6685 "zune-jpeg",
 6686]
 6687
 6688[[package]]
 6689name = "image-webp"
 6690version = "0.2.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6693dependencies = [
 6694 "byteorder-lite",
 6695 "quick-error",
 6696]
 6697
 6698[[package]]
 6699name = "image_viewer"
 6700version = "0.1.0"
 6701dependencies = [
 6702 "anyhow",
 6703 "db",
 6704 "editor",
 6705 "file_icons",
 6706 "gpui",
 6707 "project",
 6708 "schemars",
 6709 "serde",
 6710 "settings",
 6711 "theme",
 6712 "ui",
 6713 "util",
 6714 "workspace",
 6715]
 6716
 6717[[package]]
 6718name = "imagesize"
 6719version = "0.13.0"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6722
 6723[[package]]
 6724name = "imara-diff"
 6725version = "0.1.8"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6728dependencies = [
 6729 "hashbrown 0.15.2",
 6730]
 6731
 6732[[package]]
 6733name = "imgref"
 6734version = "1.11.0"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6737
 6738[[package]]
 6739name = "indexed_docs"
 6740version = "0.1.0"
 6741dependencies = [
 6742 "anyhow",
 6743 "async-trait",
 6744 "cargo_metadata",
 6745 "collections",
 6746 "derive_more",
 6747 "extension",
 6748 "fs",
 6749 "futures 0.3.31",
 6750 "fuzzy",
 6751 "gpui",
 6752 "heed",
 6753 "html_to_markdown",
 6754 "http_client",
 6755 "indexmap",
 6756 "indoc",
 6757 "parking_lot",
 6758 "paths",
 6759 "pretty_assertions",
 6760 "serde",
 6761 "strum",
 6762 "util",
 6763]
 6764
 6765[[package]]
 6766name = "indexmap"
 6767version = "2.7.1"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6770dependencies = [
 6771 "equivalent",
 6772 "hashbrown 0.15.2",
 6773 "serde",
 6774]
 6775
 6776[[package]]
 6777name = "indoc"
 6778version = "2.0.6"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6781
 6782[[package]]
 6783name = "infer"
 6784version = "0.2.3"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6787
 6788[[package]]
 6789name = "inherent"
 6790version = "1.0.11"
 6791source = "registry+https://github.com/rust-lang/crates.io-index"
 6792checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6793dependencies = [
 6794 "proc-macro2",
 6795 "quote",
 6796 "syn 2.0.100",
 6797]
 6798
 6799[[package]]
 6800name = "inline_completion"
 6801version = "0.1.0"
 6802dependencies = [
 6803 "gpui",
 6804 "language",
 6805 "project",
 6806]
 6807
 6808[[package]]
 6809name = "inline_completion_button"
 6810version = "0.1.0"
 6811dependencies = [
 6812 "anyhow",
 6813 "client",
 6814 "copilot",
 6815 "editor",
 6816 "feature_flags",
 6817 "fs",
 6818 "futures 0.3.31",
 6819 "gpui",
 6820 "indoc",
 6821 "inline_completion",
 6822 "language",
 6823 "lsp",
 6824 "paths",
 6825 "project",
 6826 "regex",
 6827 "serde_json",
 6828 "settings",
 6829 "supermaven",
 6830 "telemetry",
 6831 "theme",
 6832 "ui",
 6833 "workspace",
 6834 "zed_actions",
 6835 "zeta",
 6836]
 6837
 6838[[package]]
 6839name = "inotify"
 6840version = "0.11.0"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6843dependencies = [
 6844 "bitflags 2.9.0",
 6845 "inotify-sys",
 6846 "libc",
 6847]
 6848
 6849[[package]]
 6850name = "inotify-sys"
 6851version = "0.1.5"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6854dependencies = [
 6855 "libc",
 6856]
 6857
 6858[[package]]
 6859name = "inout"
 6860version = "0.1.3"
 6861source = "registry+https://github.com/rust-lang/crates.io-index"
 6862checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6863dependencies = [
 6864 "block-padding",
 6865 "generic-array",
 6866]
 6867
 6868[[package]]
 6869name = "install_cli"
 6870version = "0.1.0"
 6871dependencies = [
 6872 "anyhow",
 6873 "gpui",
 6874 "smol",
 6875 "util",
 6876]
 6877
 6878[[package]]
 6879name = "instant"
 6880version = "0.1.13"
 6881source = "registry+https://github.com/rust-lang/crates.io-index"
 6882checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6883dependencies = [
 6884 "cfg-if",
 6885]
 6886
 6887[[package]]
 6888name = "interpolate_name"
 6889version = "0.2.4"
 6890source = "registry+https://github.com/rust-lang/crates.io-index"
 6891checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6892dependencies = [
 6893 "proc-macro2",
 6894 "quote",
 6895 "syn 2.0.100",
 6896]
 6897
 6898[[package]]
 6899name = "inventory"
 6900version = "0.3.20"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6903dependencies = [
 6904 "rustversion",
 6905]
 6906
 6907[[package]]
 6908name = "io-extras"
 6909version = "0.18.4"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6912dependencies = [
 6913 "io-lifetimes",
 6914 "windows-sys 0.59.0",
 6915]
 6916
 6917[[package]]
 6918name = "io-lifetimes"
 6919version = "2.0.4"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6922
 6923[[package]]
 6924name = "iovec"
 6925version = "0.1.4"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6928dependencies = [
 6929 "libc",
 6930]
 6931
 6932[[package]]
 6933name = "ipc-channel"
 6934version = "0.19.0"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6937dependencies = [
 6938 "bincode",
 6939 "crossbeam-channel",
 6940 "fnv",
 6941 "lazy_static",
 6942 "libc",
 6943 "mio",
 6944 "rand 0.8.5",
 6945 "serde",
 6946 "tempfile",
 6947 "uuid",
 6948 "windows 0.58.0",
 6949]
 6950
 6951[[package]]
 6952name = "ipnet"
 6953version = "2.10.1"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6956
 6957[[package]]
 6958name = "is-docker"
 6959version = "0.2.0"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6962dependencies = [
 6963 "once_cell",
 6964]
 6965
 6966[[package]]
 6967name = "is-terminal"
 6968version = "0.4.13"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6971dependencies = [
 6972 "hermit-abi 0.4.0",
 6973 "libc",
 6974 "windows-sys 0.52.0",
 6975]
 6976
 6977[[package]]
 6978name = "is-wsl"
 6979version = "0.4.0"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6982dependencies = [
 6983 "is-docker",
 6984 "once_cell",
 6985]
 6986
 6987[[package]]
 6988name = "is_terminal_polyfill"
 6989version = "1.70.1"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6992
 6993[[package]]
 6994name = "itertools"
 6995version = "0.10.5"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 6998dependencies = [
 6999 "either",
 7000]
 7001
 7002[[package]]
 7003name = "itertools"
 7004version = "0.11.0"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7007dependencies = [
 7008 "either",
 7009]
 7010
 7011[[package]]
 7012name = "itertools"
 7013version = "0.12.1"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7016dependencies = [
 7017 "either",
 7018]
 7019
 7020[[package]]
 7021name = "itertools"
 7022version = "0.14.0"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7025dependencies = [
 7026 "either",
 7027]
 7028
 7029[[package]]
 7030name = "itoa"
 7031version = "1.0.14"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7034
 7035[[package]]
 7036name = "jiff"
 7037version = "0.2.4"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7040dependencies = [
 7041 "jiff-static",
 7042 "log",
 7043 "portable-atomic",
 7044 "portable-atomic-util",
 7045 "serde",
 7046]
 7047
 7048[[package]]
 7049name = "jiff-static"
 7050version = "0.2.4"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7053dependencies = [
 7054 "proc-macro2",
 7055 "quote",
 7056 "syn 2.0.100",
 7057]
 7058
 7059[[package]]
 7060name = "jni"
 7061version = "0.21.1"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7064dependencies = [
 7065 "cesu8",
 7066 "cfg-if",
 7067 "combine",
 7068 "jni-sys",
 7069 "log",
 7070 "thiserror 1.0.69",
 7071 "walkdir",
 7072 "windows-sys 0.45.0",
 7073]
 7074
 7075[[package]]
 7076name = "jni-sys"
 7077version = "0.3.0"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7080
 7081[[package]]
 7082name = "jobserver"
 7083version = "0.1.32"
 7084source = "registry+https://github.com/rust-lang/crates.io-index"
 7085checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7086dependencies = [
 7087 "libc",
 7088]
 7089
 7090[[package]]
 7091name = "journal"
 7092version = "0.1.0"
 7093dependencies = [
 7094 "anyhow",
 7095 "chrono",
 7096 "editor",
 7097 "gpui",
 7098 "log",
 7099 "schemars",
 7100 "serde",
 7101 "settings",
 7102 "shellexpand 2.1.2",
 7103 "workspace",
 7104]
 7105
 7106[[package]]
 7107name = "jpeg-decoder"
 7108version = "0.3.1"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7111
 7112[[package]]
 7113name = "js-sys"
 7114version = "0.3.76"
 7115source = "registry+https://github.com/rust-lang/crates.io-index"
 7116checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7117dependencies = [
 7118 "once_cell",
 7119 "wasm-bindgen",
 7120]
 7121
 7122[[package]]
 7123name = "jsonwebtoken"
 7124version = "9.3.1"
 7125source = "registry+https://github.com/rust-lang/crates.io-index"
 7126checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7127dependencies = [
 7128 "base64 0.22.1",
 7129 "js-sys",
 7130 "pem",
 7131 "ring",
 7132 "serde",
 7133 "serde_json",
 7134 "simple_asn1",
 7135]
 7136
 7137[[package]]
 7138name = "jupyter-protocol"
 7139version = "0.6.0"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7142dependencies = [
 7143 "anyhow",
 7144 "async-trait",
 7145 "bytes 1.10.1",
 7146 "chrono",
 7147 "futures 0.3.31",
 7148 "serde",
 7149 "serde_json",
 7150 "uuid",
 7151]
 7152
 7153[[package]]
 7154name = "jupyter-websocket-client"
 7155version = "0.9.0"
 7156source = "registry+https://github.com/rust-lang/crates.io-index"
 7157checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7158dependencies = [
 7159 "anyhow",
 7160 "async-trait",
 7161 "async-tungstenite",
 7162 "futures 0.3.31",
 7163 "jupyter-protocol",
 7164 "serde",
 7165 "serde_json",
 7166 "url",
 7167 "uuid",
 7168]
 7169
 7170[[package]]
 7171name = "khronos-egl"
 7172version = "6.0.0"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7175dependencies = [
 7176 "libc",
 7177 "libloading",
 7178]
 7179
 7180[[package]]
 7181name = "kqueue"
 7182version = "1.0.8"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7185dependencies = [
 7186 "kqueue-sys",
 7187 "libc",
 7188]
 7189
 7190[[package]]
 7191name = "kqueue-sys"
 7192version = "1.0.4"
 7193source = "registry+https://github.com/rust-lang/crates.io-index"
 7194checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7195dependencies = [
 7196 "bitflags 1.3.2",
 7197 "libc",
 7198]
 7199
 7200[[package]]
 7201name = "kurbo"
 7202version = "0.11.1"
 7203source = "registry+https://github.com/rust-lang/crates.io-index"
 7204checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7205dependencies = [
 7206 "arrayvec",
 7207 "smallvec",
 7208]
 7209
 7210[[package]]
 7211name = "kv-log-macro"
 7212version = "1.0.7"
 7213source = "registry+https://github.com/rust-lang/crates.io-index"
 7214checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7215dependencies = [
 7216 "log",
 7217]
 7218
 7219[[package]]
 7220name = "language"
 7221version = "0.1.0"
 7222dependencies = [
 7223 "anyhow",
 7224 "async-trait",
 7225 "async-watch",
 7226 "clock",
 7227 "collections",
 7228 "ctor",
 7229 "ec4rs",
 7230 "env_logger 0.11.7",
 7231 "fs",
 7232 "futures 0.3.31",
 7233 "fuzzy",
 7234 "globset",
 7235 "gpui",
 7236 "http_client",
 7237 "imara-diff",
 7238 "indoc",
 7239 "itertools 0.14.0",
 7240 "log",
 7241 "lsp",
 7242 "parking_lot",
 7243 "postage",
 7244 "pretty_assertions",
 7245 "rand 0.8.5",
 7246 "regex",
 7247 "rpc",
 7248 "schemars",
 7249 "serde",
 7250 "serde_json",
 7251 "settings",
 7252 "smallvec",
 7253 "smol",
 7254 "streaming-iterator",
 7255 "strsim",
 7256 "sum_tree",
 7257 "task",
 7258 "text",
 7259 "theme",
 7260 "tree-sitter",
 7261 "tree-sitter-elixir",
 7262 "tree-sitter-embedded-template",
 7263 "tree-sitter-heex",
 7264 "tree-sitter-html",
 7265 "tree-sitter-json",
 7266 "tree-sitter-md",
 7267 "tree-sitter-ruby",
 7268 "tree-sitter-rust",
 7269 "tree-sitter-typescript",
 7270 "unicase",
 7271 "unindent",
 7272 "util",
 7273]
 7274
 7275[[package]]
 7276name = "language_extension"
 7277version = "0.1.0"
 7278dependencies = [
 7279 "anyhow",
 7280 "async-trait",
 7281 "collections",
 7282 "extension",
 7283 "fs",
 7284 "futures 0.3.31",
 7285 "gpui",
 7286 "language",
 7287 "lsp",
 7288 "serde",
 7289 "serde_json",
 7290 "util",
 7291]
 7292
 7293[[package]]
 7294name = "language_model"
 7295version = "0.1.0"
 7296dependencies = [
 7297 "anthropic",
 7298 "anyhow",
 7299 "base64 0.22.1",
 7300 "client",
 7301 "collections",
 7302 "futures 0.3.31",
 7303 "google_ai",
 7304 "gpui",
 7305 "http_client",
 7306 "icons",
 7307 "image",
 7308 "log",
 7309 "open_ai",
 7310 "parking_lot",
 7311 "proto",
 7312 "schemars",
 7313 "serde",
 7314 "serde_json",
 7315 "smol",
 7316 "strum",
 7317 "telemetry_events",
 7318 "thiserror 2.0.12",
 7319 "util",
 7320]
 7321
 7322[[package]]
 7323name = "language_model_selector"
 7324version = "0.1.0"
 7325dependencies = [
 7326 "feature_flags",
 7327 "gpui",
 7328 "language_model",
 7329 "log",
 7330 "picker",
 7331 "proto",
 7332 "ui",
 7333 "workspace",
 7334 "zed_actions",
 7335]
 7336
 7337[[package]]
 7338name = "language_models"
 7339version = "0.1.0"
 7340dependencies = [
 7341 "anthropic",
 7342 "anyhow",
 7343 "aws-config",
 7344 "aws-credential-types",
 7345 "aws_http_client",
 7346 "bedrock",
 7347 "client",
 7348 "collections",
 7349 "copilot",
 7350 "credentials_provider",
 7351 "deepseek",
 7352 "editor",
 7353 "feature_flags",
 7354 "fs",
 7355 "futures 0.3.31",
 7356 "google_ai",
 7357 "gpui",
 7358 "gpui_tokio",
 7359 "http_client",
 7360 "language_model",
 7361 "lmstudio",
 7362 "log",
 7363 "menu",
 7364 "mistral",
 7365 "ollama",
 7366 "open_ai",
 7367 "project",
 7368 "proto",
 7369 "schemars",
 7370 "serde",
 7371 "serde_json",
 7372 "settings",
 7373 "smol",
 7374 "strum",
 7375 "theme",
 7376 "tiktoken-rs",
 7377 "tokio",
 7378 "ui",
 7379 "util",
 7380]
 7381
 7382[[package]]
 7383name = "language_selector"
 7384version = "0.1.0"
 7385dependencies = [
 7386 "anyhow",
 7387 "editor",
 7388 "file_finder",
 7389 "file_icons",
 7390 "fuzzy",
 7391 "gpui",
 7392 "language",
 7393 "picker",
 7394 "project",
 7395 "settings",
 7396 "ui",
 7397 "util",
 7398 "workspace",
 7399]
 7400
 7401[[package]]
 7402name = "language_tools"
 7403version = "0.1.0"
 7404dependencies = [
 7405 "anyhow",
 7406 "client",
 7407 "collections",
 7408 "copilot",
 7409 "editor",
 7410 "env_logger 0.11.7",
 7411 "futures 0.3.31",
 7412 "gpui",
 7413 "itertools 0.14.0",
 7414 "language",
 7415 "lsp",
 7416 "project",
 7417 "release_channel",
 7418 "serde_json",
 7419 "settings",
 7420 "theme",
 7421 "tree-sitter",
 7422 "ui",
 7423 "util",
 7424 "workspace",
 7425 "zed_actions",
 7426]
 7427
 7428[[package]]
 7429name = "languages"
 7430version = "0.1.0"
 7431dependencies = [
 7432 "anyhow",
 7433 "async-compression",
 7434 "async-tar",
 7435 "async-trait",
 7436 "collections",
 7437 "futures 0.3.31",
 7438 "gpui",
 7439 "http_client",
 7440 "language",
 7441 "log",
 7442 "lsp",
 7443 "node_runtime",
 7444 "paths",
 7445 "pet",
 7446 "pet-conda",
 7447 "pet-core",
 7448 "pet-fs",
 7449 "pet-poetry",
 7450 "pet-reporter",
 7451 "pretty_assertions",
 7452 "project",
 7453 "regex",
 7454 "rope",
 7455 "rust-embed",
 7456 "serde",
 7457 "serde_json",
 7458 "settings",
 7459 "smol",
 7460 "snippet_provider",
 7461 "task",
 7462 "text",
 7463 "theme",
 7464 "toml 0.8.20",
 7465 "tree-sitter",
 7466 "tree-sitter-bash",
 7467 "tree-sitter-c",
 7468 "tree-sitter-cpp",
 7469 "tree-sitter-css",
 7470 "tree-sitter-diff",
 7471 "tree-sitter-gitcommit",
 7472 "tree-sitter-go",
 7473 "tree-sitter-gomod",
 7474 "tree-sitter-gowork",
 7475 "tree-sitter-jsdoc",
 7476 "tree-sitter-json",
 7477 "tree-sitter-md",
 7478 "tree-sitter-python",
 7479 "tree-sitter-regex",
 7480 "tree-sitter-rust",
 7481 "tree-sitter-typescript",
 7482 "tree-sitter-yaml",
 7483 "unindent",
 7484 "util",
 7485 "workspace",
 7486]
 7487
 7488[[package]]
 7489name = "lazy_static"
 7490version = "1.5.0"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7493dependencies = [
 7494 "spin",
 7495]
 7496
 7497[[package]]
 7498name = "lazycell"
 7499version = "1.3.0"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7502
 7503[[package]]
 7504name = "leb128"
 7505version = "0.2.5"
 7506source = "registry+https://github.com/rust-lang/crates.io-index"
 7507checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7508
 7509[[package]]
 7510name = "lebe"
 7511version = "0.5.2"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7514
 7515[[package]]
 7516name = "libc"
 7517version = "0.2.171"
 7518source = "registry+https://github.com/rust-lang/crates.io-index"
 7519checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7520
 7521[[package]]
 7522name = "libdbus-sys"
 7523version = "0.2.5"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7526dependencies = [
 7527 "cc",
 7528 "pkg-config",
 7529]
 7530
 7531[[package]]
 7532name = "libfuzzer-sys"
 7533version = "0.4.8"
 7534source = "registry+https://github.com/rust-lang/crates.io-index"
 7535checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7536dependencies = [
 7537 "arbitrary",
 7538 "cc",
 7539]
 7540
 7541[[package]]
 7542name = "libgit2-sys"
 7543version = "0.18.1+1.9.0"
 7544source = "registry+https://github.com/rust-lang/crates.io-index"
 7545checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7546dependencies = [
 7547 "cc",
 7548 "libc",
 7549 "libz-sys",
 7550 "pkg-config",
 7551]
 7552
 7553[[package]]
 7554name = "libloading"
 7555version = "0.8.6"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7558dependencies = [
 7559 "cfg-if",
 7560 "windows-targets 0.48.5",
 7561]
 7562
 7563[[package]]
 7564name = "libm"
 7565version = "0.2.11"
 7566source = "registry+https://github.com/rust-lang/crates.io-index"
 7567checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7568
 7569[[package]]
 7570name = "libmimalloc-sys"
 7571version = "0.1.40"
 7572source = "registry+https://github.com/rust-lang/crates.io-index"
 7573checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7574dependencies = [
 7575 "cc",
 7576 "libc",
 7577]
 7578
 7579[[package]]
 7580name = "libredox"
 7581version = "0.1.3"
 7582source = "registry+https://github.com/rust-lang/crates.io-index"
 7583checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7584dependencies = [
 7585 "bitflags 2.9.0",
 7586 "libc",
 7587 "redox_syscall 0.5.8",
 7588]
 7589
 7590[[package]]
 7591name = "libsqlite3-sys"
 7592version = "0.30.1"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7595dependencies = [
 7596 "cc",
 7597 "pkg-config",
 7598 "vcpkg",
 7599]
 7600
 7601[[package]]
 7602name = "libwebrtc"
 7603version = "0.3.7"
 7604source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7605dependencies = [
 7606 "cxx",
 7607 "jni",
 7608 "js-sys",
 7609 "lazy_static",
 7610 "livekit-protocol",
 7611 "livekit-runtime",
 7612 "log",
 7613 "parking_lot",
 7614 "serde",
 7615 "serde_json",
 7616 "thiserror 1.0.69",
 7617 "tokio",
 7618 "wasm-bindgen",
 7619 "wasm-bindgen-futures",
 7620 "web-sys",
 7621 "webrtc-sys",
 7622]
 7623
 7624[[package]]
 7625name = "libz-sys"
 7626version = "1.1.20"
 7627source = "registry+https://github.com/rust-lang/crates.io-index"
 7628checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7629dependencies = [
 7630 "cc",
 7631 "libc",
 7632 "pkg-config",
 7633 "vcpkg",
 7634]
 7635
 7636[[package]]
 7637name = "link-cplusplus"
 7638version = "1.0.9"
 7639source = "registry+https://github.com/rust-lang/crates.io-index"
 7640checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7641dependencies = [
 7642 "cc",
 7643]
 7644
 7645[[package]]
 7646name = "linkify"
 7647version = "0.10.0"
 7648source = "registry+https://github.com/rust-lang/crates.io-index"
 7649checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7650dependencies = [
 7651 "memchr",
 7652]
 7653
 7654[[package]]
 7655name = "linkme"
 7656version = "0.3.32"
 7657source = "registry+https://github.com/rust-lang/crates.io-index"
 7658checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7659dependencies = [
 7660 "linkme-impl",
 7661]
 7662
 7663[[package]]
 7664name = "linkme-impl"
 7665version = "0.3.32"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7668dependencies = [
 7669 "proc-macro2",
 7670 "quote",
 7671 "syn 2.0.100",
 7672]
 7673
 7674[[package]]
 7675name = "linux-raw-sys"
 7676version = "0.4.14"
 7677source = "registry+https://github.com/rust-lang/crates.io-index"
 7678checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7679
 7680[[package]]
 7681name = "litemap"
 7682version = "0.7.4"
 7683source = "registry+https://github.com/rust-lang/crates.io-index"
 7684checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7685
 7686[[package]]
 7687name = "livekit"
 7688version = "0.7.0"
 7689source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7690dependencies = [
 7691 "chrono",
 7692 "futures-util",
 7693 "lazy_static",
 7694 "libwebrtc",
 7695 "livekit-api",
 7696 "livekit-protocol",
 7697 "livekit-runtime",
 7698 "log",
 7699 "parking_lot",
 7700 "prost 0.12.6",
 7701 "semver",
 7702 "serde",
 7703 "serde_json",
 7704 "thiserror 1.0.69",
 7705 "tokio",
 7706]
 7707
 7708[[package]]
 7709name = "livekit-api"
 7710version = "0.4.1"
 7711source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7712dependencies = [
 7713 "async-tungstenite",
 7714 "futures-util",
 7715 "http 0.2.12",
 7716 "jsonwebtoken",
 7717 "livekit-protocol",
 7718 "livekit-runtime",
 7719 "log",
 7720 "parking_lot",
 7721 "prost 0.12.6",
 7722 "reqwest 0.11.27",
 7723 "scopeguard",
 7724 "serde",
 7725 "serde_json",
 7726 "sha2",
 7727 "thiserror 1.0.69",
 7728 "tokio",
 7729 "tokio-tungstenite 0.20.1",
 7730 "url",
 7731]
 7732
 7733[[package]]
 7734name = "livekit-protocol"
 7735version = "0.3.6"
 7736source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7737dependencies = [
 7738 "futures-util",
 7739 "livekit-runtime",
 7740 "parking_lot",
 7741 "pbjson",
 7742 "pbjson-types",
 7743 "prost 0.12.6",
 7744 "prost-types 0.12.6",
 7745 "serde",
 7746 "thiserror 1.0.69",
 7747 "tokio",
 7748]
 7749
 7750[[package]]
 7751name = "livekit-runtime"
 7752version = "0.3.1"
 7753source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7754dependencies = [
 7755 "async-io",
 7756 "async-std",
 7757 "async-task",
 7758 "futures 0.3.31",
 7759]
 7760
 7761[[package]]
 7762name = "livekit_api"
 7763version = "0.1.0"
 7764dependencies = [
 7765 "anyhow",
 7766 "async-trait",
 7767 "jsonwebtoken",
 7768 "log",
 7769 "prost 0.9.0",
 7770 "prost-build 0.9.0",
 7771 "prost-types 0.9.0",
 7772 "reqwest 0.12.8",
 7773 "serde",
 7774]
 7775
 7776[[package]]
 7777name = "livekit_client"
 7778version = "0.1.0"
 7779dependencies = [
 7780 "anyhow",
 7781 "async-trait",
 7782 "collections",
 7783 "core-foundation 0.9.4",
 7784 "coreaudio-rs 0.12.1",
 7785 "cpal",
 7786 "futures 0.3.31",
 7787 "gpui",
 7788 "http 0.2.12",
 7789 "http_client",
 7790 "image",
 7791 "livekit",
 7792 "livekit_api",
 7793 "log",
 7794 "media",
 7795 "nanoid",
 7796 "parking_lot",
 7797 "postage",
 7798 "serde",
 7799 "serde_json",
 7800 "sha2",
 7801 "simplelog",
 7802 "smallvec",
 7803 "util",
 7804]
 7805
 7806[[package]]
 7807name = "livekit_client_macos"
 7808version = "0.1.0"
 7809dependencies = [
 7810 "anyhow",
 7811 "async-broadcast",
 7812 "async-trait",
 7813 "collections",
 7814 "core-foundation 0.9.4",
 7815 "futures 0.3.31",
 7816 "gpui",
 7817 "livekit_api",
 7818 "log",
 7819 "media",
 7820 "nanoid",
 7821 "parking_lot",
 7822 "postage",
 7823 "serde",
 7824 "serde_json",
 7825 "sha2",
 7826 "simplelog",
 7827]
 7828
 7829[[package]]
 7830name = "lmdb-master-sys"
 7831version = "0.2.4"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7834dependencies = [
 7835 "cc",
 7836 "doxygen-rs",
 7837 "libc",
 7838]
 7839
 7840[[package]]
 7841name = "lmstudio"
 7842version = "0.1.0"
 7843dependencies = [
 7844 "anyhow",
 7845 "futures 0.3.31",
 7846 "http_client",
 7847 "schemars",
 7848 "serde",
 7849 "serde_json",
 7850]
 7851
 7852[[package]]
 7853name = "lock_api"
 7854version = "0.4.12"
 7855source = "registry+https://github.com/rust-lang/crates.io-index"
 7856checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7857dependencies = [
 7858 "autocfg",
 7859 "scopeguard",
 7860]
 7861
 7862[[package]]
 7863name = "log"
 7864version = "0.4.27"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 7867dependencies = [
 7868 "serde",
 7869 "value-bag",
 7870]
 7871
 7872[[package]]
 7873name = "loop9"
 7874version = "0.1.5"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7877dependencies = [
 7878 "imgref",
 7879]
 7880
 7881[[package]]
 7882name = "lru"
 7883version = "0.12.5"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7886dependencies = [
 7887 "hashbrown 0.15.2",
 7888]
 7889
 7890[[package]]
 7891name = "lsp"
 7892version = "0.1.0"
 7893dependencies = [
 7894 "anyhow",
 7895 "async-pipe",
 7896 "collections",
 7897 "ctor",
 7898 "env_logger 0.11.7",
 7899 "futures 0.3.31",
 7900 "gpui",
 7901 "log",
 7902 "lsp-types",
 7903 "parking_lot",
 7904 "postage",
 7905 "release_channel",
 7906 "schemars",
 7907 "serde",
 7908 "serde_json",
 7909 "smol",
 7910 "util",
 7911]
 7912
 7913[[package]]
 7914name = "lsp-types"
 7915version = "0.95.1"
 7916source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7917dependencies = [
 7918 "bitflags 1.3.2",
 7919 "serde",
 7920 "serde_json",
 7921 "serde_repr",
 7922 "url",
 7923]
 7924
 7925[[package]]
 7926name = "lyon"
 7927version = "1.0.1"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7930dependencies = [
 7931 "lyon_algorithms",
 7932 "lyon_extra",
 7933 "lyon_tessellation",
 7934]
 7935
 7936[[package]]
 7937name = "lyon_algorithms"
 7938version = "1.0.5"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7941dependencies = [
 7942 "lyon_path",
 7943 "num-traits",
 7944]
 7945
 7946[[package]]
 7947name = "lyon_extra"
 7948version = "1.0.3"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7951dependencies = [
 7952 "lyon_path",
 7953 "thiserror 1.0.69",
 7954]
 7955
 7956[[package]]
 7957name = "lyon_geom"
 7958version = "1.0.6"
 7959source = "registry+https://github.com/rust-lang/crates.io-index"
 7960checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7961dependencies = [
 7962 "arrayvec",
 7963 "euclid",
 7964 "num-traits",
 7965]
 7966
 7967[[package]]
 7968name = "lyon_path"
 7969version = "1.0.6"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7972dependencies = [
 7973 "lyon_geom",
 7974 "num-traits",
 7975]
 7976
 7977[[package]]
 7978name = "lyon_tessellation"
 7979version = "1.0.15"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7982dependencies = [
 7983 "float_next_after",
 7984 "lyon_path",
 7985 "num-traits",
 7986]
 7987
 7988[[package]]
 7989name = "mac"
 7990version = "0.1.1"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7993
 7994[[package]]
 7995name = "mach2"
 7996version = "0.4.2"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 7999dependencies = [
 8000 "libc",
 8001]
 8002
 8003[[package]]
 8004name = "malloc_buf"
 8005version = "0.0.6"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8008dependencies = [
 8009 "libc",
 8010]
 8011
 8012[[package]]
 8013name = "maplit"
 8014version = "1.0.2"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8017
 8018[[package]]
 8019name = "markdown"
 8020version = "0.1.0"
 8021dependencies = [
 8022 "anyhow",
 8023 "assets",
 8024 "env_logger 0.11.7",
 8025 "gpui",
 8026 "language",
 8027 "languages",
 8028 "linkify",
 8029 "log",
 8030 "node_runtime",
 8031 "pulldown-cmark 0.12.2",
 8032 "settings",
 8033 "theme",
 8034 "ui",
 8035 "util",
 8036]
 8037
 8038[[package]]
 8039name = "markdown_preview"
 8040version = "0.1.0"
 8041dependencies = [
 8042 "anyhow",
 8043 "async-recursion 1.1.1",
 8044 "collections",
 8045 "editor",
 8046 "gpui",
 8047 "language",
 8048 "linkify",
 8049 "log",
 8050 "pretty_assertions",
 8051 "pulldown-cmark 0.12.2",
 8052 "settings",
 8053 "theme",
 8054 "ui",
 8055 "util",
 8056 "workspace",
 8057]
 8058
 8059[[package]]
 8060name = "markup5ever"
 8061version = "0.12.1"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8064dependencies = [
 8065 "log",
 8066 "phf",
 8067 "phf_codegen",
 8068 "string_cache",
 8069 "string_cache_codegen",
 8070 "tendril",
 8071]
 8072
 8073[[package]]
 8074name = "markup5ever_rcdom"
 8075version = "0.3.0"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8078dependencies = [
 8079 "html5ever",
 8080 "markup5ever",
 8081 "tendril",
 8082 "xml5ever",
 8083]
 8084
 8085[[package]]
 8086name = "matchers"
 8087version = "0.1.0"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8090dependencies = [
 8091 "regex-automata 0.1.10",
 8092]
 8093
 8094[[package]]
 8095name = "matchit"
 8096version = "0.7.3"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8099
 8100[[package]]
 8101name = "maybe-owned"
 8102version = "0.3.4"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8105
 8106[[package]]
 8107name = "maybe-rayon"
 8108version = "0.1.1"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8111dependencies = [
 8112 "cfg-if",
 8113 "rayon",
 8114]
 8115
 8116[[package]]
 8117name = "md-5"
 8118version = "0.10.6"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8121dependencies = [
 8122 "cfg-if",
 8123 "digest",
 8124]
 8125
 8126[[package]]
 8127name = "mdbook"
 8128version = "0.4.47"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8131dependencies = [
 8132 "ammonia",
 8133 "anyhow",
 8134 "chrono",
 8135 "clap",
 8136 "clap_complete",
 8137 "elasticlunr-rs",
 8138 "env_logger 0.11.7",
 8139 "futures-util",
 8140 "handlebars 6.2.0",
 8141 "hex",
 8142 "ignore",
 8143 "log",
 8144 "memchr",
 8145 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8146 "notify-debouncer-mini",
 8147 "once_cell",
 8148 "opener",
 8149 "pathdiff",
 8150 "pulldown-cmark 0.10.3",
 8151 "regex",
 8152 "serde",
 8153 "serde_json",
 8154 "sha2",
 8155 "shlex",
 8156 "tempfile",
 8157 "tokio",
 8158 "toml 0.5.11",
 8159 "topological-sort",
 8160 "walkdir",
 8161 "warp",
 8162]
 8163
 8164[[package]]
 8165name = "media"
 8166version = "0.1.0"
 8167dependencies = [
 8168 "anyhow",
 8169 "bindgen 0.70.1",
 8170 "core-foundation 0.9.4",
 8171 "ctor",
 8172 "foreign-types 0.5.0",
 8173 "metal",
 8174 "objc",
 8175]
 8176
 8177[[package]]
 8178name = "memchr"
 8179version = "2.7.4"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8182
 8183[[package]]
 8184name = "memfd"
 8185version = "0.6.4"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8188dependencies = [
 8189 "rustix",
 8190]
 8191
 8192[[package]]
 8193name = "memmap2"
 8194version = "0.9.5"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8197dependencies = [
 8198 "libc",
 8199]
 8200
 8201[[package]]
 8202name = "memoffset"
 8203version = "0.9.1"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8206dependencies = [
 8207 "autocfg",
 8208]
 8209
 8210[[package]]
 8211name = "menu"
 8212version = "0.1.0"
 8213dependencies = [
 8214 "gpui",
 8215 "serde",
 8216]
 8217
 8218[[package]]
 8219name = "metal"
 8220version = "0.31.0"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8223dependencies = [
 8224 "bitflags 2.9.0",
 8225 "block",
 8226 "core-graphics-types 0.1.3",
 8227 "foreign-types 0.5.0",
 8228 "log",
 8229 "objc",
 8230 "paste",
 8231]
 8232
 8233[[package]]
 8234name = "migrator"
 8235version = "0.1.0"
 8236dependencies = [
 8237 "anyhow",
 8238 "collections",
 8239 "convert_case 0.8.0",
 8240 "log",
 8241 "pretty_assertions",
 8242 "streaming-iterator",
 8243 "tree-sitter",
 8244 "tree-sitter-json",
 8245]
 8246
 8247[[package]]
 8248name = "mimalloc"
 8249version = "0.1.44"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8252dependencies = [
 8253 "libmimalloc-sys",
 8254]
 8255
 8256[[package]]
 8257name = "mime"
 8258version = "0.3.17"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8261
 8262[[package]]
 8263name = "mime_guess"
 8264version = "2.0.5"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8267dependencies = [
 8268 "mime",
 8269 "unicase",
 8270]
 8271
 8272[[package]]
 8273name = "minimal-lexical"
 8274version = "0.2.1"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8277
 8278[[package]]
 8279name = "miniz_oxide"
 8280version = "0.8.0"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8283dependencies = [
 8284 "adler2",
 8285 "simd-adler32",
 8286]
 8287
 8288[[package]]
 8289name = "mint"
 8290version = "0.5.9"
 8291source = "registry+https://github.com/rust-lang/crates.io-index"
 8292checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8293
 8294[[package]]
 8295name = "mio"
 8296version = "1.0.3"
 8297source = "registry+https://github.com/rust-lang/crates.io-index"
 8298checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8299dependencies = [
 8300 "libc",
 8301 "log",
 8302 "wasi 0.11.0+wasi-snapshot-preview1",
 8303 "windows-sys 0.52.0",
 8304]
 8305
 8306[[package]]
 8307name = "miow"
 8308version = "0.6.0"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8311dependencies = [
 8312 "windows-sys 0.48.0",
 8313]
 8314
 8315[[package]]
 8316name = "mistral"
 8317version = "0.1.0"
 8318dependencies = [
 8319 "anyhow",
 8320 "futures 0.3.31",
 8321 "http_client",
 8322 "schemars",
 8323 "serde",
 8324 "serde_json",
 8325 "strum",
 8326]
 8327
 8328[[package]]
 8329name = "msvc_spectre_libs"
 8330version = "0.1.2"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8333dependencies = [
 8334 "cc",
 8335]
 8336
 8337[[package]]
 8338name = "multi_buffer"
 8339version = "0.1.0"
 8340dependencies = [
 8341 "anyhow",
 8342 "buffer_diff",
 8343 "clock",
 8344 "collections",
 8345 "ctor",
 8346 "env_logger 0.11.7",
 8347 "futures 0.3.31",
 8348 "gpui",
 8349 "indoc",
 8350 "itertools 0.14.0",
 8351 "language",
 8352 "log",
 8353 "parking_lot",
 8354 "pretty_assertions",
 8355 "project",
 8356 "rand 0.8.5",
 8357 "rope",
 8358 "serde",
 8359 "settings",
 8360 "smallvec",
 8361 "smol",
 8362 "sum_tree",
 8363 "text",
 8364 "theme",
 8365 "tree-sitter",
 8366 "util",
 8367]
 8368
 8369[[package]]
 8370name = "multimap"
 8371version = "0.8.3"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8374
 8375[[package]]
 8376name = "multimap"
 8377version = "0.10.0"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8380
 8381[[package]]
 8382name = "naga"
 8383version = "23.1.0"
 8384source = "registry+https://github.com/rust-lang/crates.io-index"
 8385checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8386dependencies = [
 8387 "arrayvec",
 8388 "bit-set 0.8.0",
 8389 "bitflags 2.9.0",
 8390 "cfg_aliases 0.1.1",
 8391 "codespan-reporting",
 8392 "hexf-parse",
 8393 "indexmap",
 8394 "log",
 8395 "rustc-hash 1.1.0",
 8396 "spirv",
 8397 "termcolor",
 8398 "thiserror 1.0.69",
 8399 "unicode-xid",
 8400]
 8401
 8402[[package]]
 8403name = "nanoid"
 8404version = "0.4.0"
 8405source = "registry+https://github.com/rust-lang/crates.io-index"
 8406checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8407dependencies = [
 8408 "rand 0.8.5",
 8409]
 8410
 8411[[package]]
 8412name = "nanorand"
 8413version = "0.7.0"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8416dependencies = [
 8417 "getrandom 0.2.15",
 8418]
 8419
 8420[[package]]
 8421name = "native-tls"
 8422version = "0.2.12"
 8423source = "registry+https://github.com/rust-lang/crates.io-index"
 8424checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8425dependencies = [
 8426 "libc",
 8427 "log",
 8428 "openssl",
 8429 "openssl-probe",
 8430 "openssl-sys",
 8431 "schannel",
 8432 "security-framework 2.11.1",
 8433 "security-framework-sys",
 8434 "tempfile",
 8435]
 8436
 8437[[package]]
 8438name = "nbformat"
 8439version = "0.10.0"
 8440source = "registry+https://github.com/rust-lang/crates.io-index"
 8441checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8442dependencies = [
 8443 "anyhow",
 8444 "chrono",
 8445 "jupyter-protocol",
 8446 "serde",
 8447 "serde_json",
 8448 "thiserror 1.0.69",
 8449 "uuid",
 8450]
 8451
 8452[[package]]
 8453name = "ndk"
 8454version = "0.8.0"
 8455source = "registry+https://github.com/rust-lang/crates.io-index"
 8456checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8457dependencies = [
 8458 "bitflags 2.9.0",
 8459 "jni-sys",
 8460 "log",
 8461 "ndk-sys",
 8462 "num_enum",
 8463 "thiserror 1.0.69",
 8464]
 8465
 8466[[package]]
 8467name = "ndk-context"
 8468version = "0.1.1"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8471
 8472[[package]]
 8473name = "ndk-sys"
 8474version = "0.5.0+25.2.9519653"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8477dependencies = [
 8478 "jni-sys",
 8479]
 8480
 8481[[package]]
 8482name = "new_debug_unreachable"
 8483version = "1.0.6"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8486
 8487[[package]]
 8488name = "nix"
 8489version = "0.29.0"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8492dependencies = [
 8493 "bitflags 2.9.0",
 8494 "cfg-if",
 8495 "cfg_aliases 0.2.1",
 8496 "libc",
 8497 "memoffset",
 8498]
 8499
 8500[[package]]
 8501name = "node_runtime"
 8502version = "0.1.0"
 8503dependencies = [
 8504 "anyhow",
 8505 "async-compression",
 8506 "async-std",
 8507 "async-tar",
 8508 "async-trait",
 8509 "async-watch",
 8510 "async_zip",
 8511 "futures 0.3.31",
 8512 "http_client",
 8513 "log",
 8514 "paths",
 8515 "semver",
 8516 "serde",
 8517 "serde_json",
 8518 "smol",
 8519 "tempfile",
 8520 "util",
 8521 "walkdir",
 8522 "which 6.0.3",
 8523]
 8524
 8525[[package]]
 8526name = "nom"
 8527version = "7.1.3"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8530dependencies = [
 8531 "memchr",
 8532 "minimal-lexical",
 8533]
 8534
 8535[[package]]
 8536name = "noop_proc_macro"
 8537version = "0.3.0"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8540
 8541[[package]]
 8542name = "normpath"
 8543version = "1.3.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8546dependencies = [
 8547 "windows-sys 0.59.0",
 8548]
 8549
 8550[[package]]
 8551name = "notifications"
 8552version = "0.1.0"
 8553dependencies = [
 8554 "anyhow",
 8555 "channel",
 8556 "client",
 8557 "collections",
 8558 "component",
 8559 "db",
 8560 "gpui",
 8561 "linkme",
 8562 "rpc",
 8563 "settings",
 8564 "sum_tree",
 8565 "time",
 8566 "ui",
 8567 "util",
 8568 "workspace",
 8569]
 8570
 8571[[package]]
 8572name = "notify"
 8573version = "8.0.0"
 8574source = "registry+https://github.com/rust-lang/crates.io-index"
 8575checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8576dependencies = [
 8577 "bitflags 2.9.0",
 8578 "filetime",
 8579 "fsevent-sys 4.1.0",
 8580 "inotify",
 8581 "kqueue",
 8582 "libc",
 8583 "log",
 8584 "mio",
 8585 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8586 "walkdir",
 8587 "windows-sys 0.59.0",
 8588]
 8589
 8590[[package]]
 8591name = "notify"
 8592version = "8.0.0"
 8593source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8594dependencies = [
 8595 "bitflags 2.9.0",
 8596 "filetime",
 8597 "fsevent-sys 4.1.0",
 8598 "inotify",
 8599 "kqueue",
 8600 "libc",
 8601 "log",
 8602 "mio",
 8603 "notify-types 2.0.0 (git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96)",
 8604 "walkdir",
 8605 "windows-sys 0.59.0",
 8606]
 8607
 8608[[package]]
 8609name = "notify-debouncer-mini"
 8610version = "0.6.0"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8613dependencies = [
 8614 "log",
 8615 "notify 8.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8616 "notify-types 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 8617 "tempfile",
 8618]
 8619
 8620[[package]]
 8621name = "notify-types"
 8622version = "2.0.0"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8625
 8626[[package]]
 8627name = "notify-types"
 8628version = "2.0.0"
 8629source = "git+https://github.com/zed-industries/notify.git?rev=bbb9ea5ae52b253e095737847e367c30653a2e96#bbb9ea5ae52b253e095737847e367c30653a2e96"
 8630
 8631[[package]]
 8632name = "ntapi"
 8633version = "0.4.1"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8636dependencies = [
 8637 "winapi",
 8638]
 8639
 8640[[package]]
 8641name = "nu-ansi-term"
 8642version = "0.46.0"
 8643source = "registry+https://github.com/rust-lang/crates.io-index"
 8644checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8645dependencies = [
 8646 "overload",
 8647 "winapi",
 8648]
 8649
 8650[[package]]
 8651name = "num"
 8652version = "0.4.3"
 8653source = "registry+https://github.com/rust-lang/crates.io-index"
 8654checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8655dependencies = [
 8656 "num-bigint",
 8657 "num-complex",
 8658 "num-integer",
 8659 "num-iter",
 8660 "num-rational",
 8661 "num-traits",
 8662]
 8663
 8664[[package]]
 8665name = "num-bigint"
 8666version = "0.4.6"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8669dependencies = [
 8670 "num-integer",
 8671 "num-traits",
 8672]
 8673
 8674[[package]]
 8675name = "num-bigint-dig"
 8676version = "0.8.4"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8679dependencies = [
 8680 "byteorder",
 8681 "lazy_static",
 8682 "libm",
 8683 "num-integer",
 8684 "num-iter",
 8685 "num-traits",
 8686 "rand 0.8.5",
 8687 "serde",
 8688 "smallvec",
 8689 "zeroize",
 8690]
 8691
 8692[[package]]
 8693name = "num-complex"
 8694version = "0.4.6"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8697dependencies = [
 8698 "num-traits",
 8699]
 8700
 8701[[package]]
 8702name = "num-conv"
 8703version = "0.1.0"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8706
 8707[[package]]
 8708name = "num-derive"
 8709version = "0.4.2"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8712dependencies = [
 8713 "proc-macro2",
 8714 "quote",
 8715 "syn 2.0.100",
 8716]
 8717
 8718[[package]]
 8719name = "num-format"
 8720version = "0.4.4"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8723dependencies = [
 8724 "arrayvec",
 8725 "itoa",
 8726]
 8727
 8728[[package]]
 8729name = "num-integer"
 8730version = "0.1.46"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8733dependencies = [
 8734 "num-traits",
 8735]
 8736
 8737[[package]]
 8738name = "num-iter"
 8739version = "0.1.45"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8742dependencies = [
 8743 "autocfg",
 8744 "num-integer",
 8745 "num-traits",
 8746]
 8747
 8748[[package]]
 8749name = "num-modular"
 8750version = "0.6.1"
 8751source = "registry+https://github.com/rust-lang/crates.io-index"
 8752checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8753
 8754[[package]]
 8755name = "num-order"
 8756version = "1.2.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8759dependencies = [
 8760 "num-modular",
 8761]
 8762
 8763[[package]]
 8764name = "num-rational"
 8765version = "0.4.2"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8768dependencies = [
 8769 "num-bigint",
 8770 "num-integer",
 8771 "num-traits",
 8772]
 8773
 8774[[package]]
 8775name = "num-traits"
 8776version = "0.2.19"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8779dependencies = [
 8780 "autocfg",
 8781 "libm",
 8782]
 8783
 8784[[package]]
 8785name = "num_cpus"
 8786version = "1.16.0"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8789dependencies = [
 8790 "hermit-abi 0.3.9",
 8791 "libc",
 8792]
 8793
 8794[[package]]
 8795name = "num_enum"
 8796version = "0.7.3"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8799dependencies = [
 8800 "num_enum_derive",
 8801]
 8802
 8803[[package]]
 8804name = "num_enum_derive"
 8805version = "0.7.3"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8808dependencies = [
 8809 "proc-macro-crate",
 8810 "proc-macro2",
 8811 "quote",
 8812 "syn 2.0.100",
 8813]
 8814
 8815[[package]]
 8816name = "num_threads"
 8817version = "0.1.7"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8820dependencies = [
 8821 "libc",
 8822]
 8823
 8824[[package]]
 8825name = "nvim-rs"
 8826version = "0.8.0-pre"
 8827source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8828dependencies = [
 8829 "async-trait",
 8830 "futures 0.3.31",
 8831 "log",
 8832 "parity-tokio-ipc",
 8833 "rmp",
 8834 "rmpv",
 8835 "tokio",
 8836 "tokio-util",
 8837 "winapi",
 8838]
 8839
 8840[[package]]
 8841name = "objc"
 8842version = "0.2.7"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8845dependencies = [
 8846 "malloc_buf",
 8847]
 8848
 8849[[package]]
 8850name = "objc-sys"
 8851version = "0.3.5"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8854
 8855[[package]]
 8856name = "objc2"
 8857version = "0.5.2"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8860dependencies = [
 8861 "objc-sys",
 8862 "objc2-encode",
 8863]
 8864
 8865[[package]]
 8866name = "objc2-app-kit"
 8867version = "0.2.2"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8870dependencies = [
 8871 "bitflags 2.9.0",
 8872 "block2",
 8873 "libc",
 8874 "objc2",
 8875 "objc2-core-data",
 8876 "objc2-core-image",
 8877 "objc2-foundation",
 8878 "objc2-quartz-core",
 8879]
 8880
 8881[[package]]
 8882name = "objc2-cloud-kit"
 8883version = "0.2.2"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8886dependencies = [
 8887 "bitflags 2.9.0",
 8888 "block2",
 8889 "objc2",
 8890 "objc2-core-location",
 8891 "objc2-foundation",
 8892]
 8893
 8894[[package]]
 8895name = "objc2-contacts"
 8896version = "0.2.2"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8899dependencies = [
 8900 "block2",
 8901 "objc2",
 8902 "objc2-foundation",
 8903]
 8904
 8905[[package]]
 8906name = "objc2-core-data"
 8907version = "0.2.2"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8910dependencies = [
 8911 "bitflags 2.9.0",
 8912 "block2",
 8913 "objc2",
 8914 "objc2-foundation",
 8915]
 8916
 8917[[package]]
 8918name = "objc2-core-image"
 8919version = "0.2.2"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8922dependencies = [
 8923 "block2",
 8924 "objc2",
 8925 "objc2-foundation",
 8926 "objc2-metal",
 8927]
 8928
 8929[[package]]
 8930name = "objc2-core-location"
 8931version = "0.2.2"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8934dependencies = [
 8935 "block2",
 8936 "objc2",
 8937 "objc2-contacts",
 8938 "objc2-foundation",
 8939]
 8940
 8941[[package]]
 8942name = "objc2-encode"
 8943version = "4.0.3"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8946
 8947[[package]]
 8948name = "objc2-foundation"
 8949version = "0.2.2"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8952dependencies = [
 8953 "bitflags 2.9.0",
 8954 "block2",
 8955 "libc",
 8956 "objc2",
 8957]
 8958
 8959[[package]]
 8960name = "objc2-link-presentation"
 8961version = "0.2.2"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8964dependencies = [
 8965 "block2",
 8966 "objc2",
 8967 "objc2-app-kit",
 8968 "objc2-foundation",
 8969]
 8970
 8971[[package]]
 8972name = "objc2-metal"
 8973version = "0.2.2"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8976dependencies = [
 8977 "bitflags 2.9.0",
 8978 "block2",
 8979 "objc2",
 8980 "objc2-foundation",
 8981]
 8982
 8983[[package]]
 8984name = "objc2-quartz-core"
 8985version = "0.2.2"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8988dependencies = [
 8989 "bitflags 2.9.0",
 8990 "block2",
 8991 "objc2",
 8992 "objc2-foundation",
 8993 "objc2-metal",
 8994]
 8995
 8996[[package]]
 8997name = "objc2-symbols"
 8998version = "0.2.2"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9001dependencies = [
 9002 "objc2",
 9003 "objc2-foundation",
 9004]
 9005
 9006[[package]]
 9007name = "objc2-ui-kit"
 9008version = "0.2.2"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9011dependencies = [
 9012 "bitflags 2.9.0",
 9013 "block2",
 9014 "objc2",
 9015 "objc2-cloud-kit",
 9016 "objc2-core-data",
 9017 "objc2-core-image",
 9018 "objc2-core-location",
 9019 "objc2-foundation",
 9020 "objc2-link-presentation",
 9021 "objc2-quartz-core",
 9022 "objc2-symbols",
 9023 "objc2-uniform-type-identifiers",
 9024 "objc2-user-notifications",
 9025]
 9026
 9027[[package]]
 9028name = "objc2-uniform-type-identifiers"
 9029version = "0.2.2"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9032dependencies = [
 9033 "block2",
 9034 "objc2",
 9035 "objc2-foundation",
 9036]
 9037
 9038[[package]]
 9039name = "objc2-user-notifications"
 9040version = "0.2.2"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9043dependencies = [
 9044 "bitflags 2.9.0",
 9045 "block2",
 9046 "objc2",
 9047 "objc2-core-location",
 9048 "objc2-foundation",
 9049]
 9050
 9051[[package]]
 9052name = "object"
 9053version = "0.36.5"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9056dependencies = [
 9057 "crc32fast",
 9058 "hashbrown 0.15.2",
 9059 "indexmap",
 9060 "memchr",
 9061]
 9062
 9063[[package]]
 9064name = "oboe"
 9065version = "0.6.1"
 9066source = "registry+https://github.com/rust-lang/crates.io-index"
 9067checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9068dependencies = [
 9069 "jni",
 9070 "ndk",
 9071 "ndk-context",
 9072 "num-derive",
 9073 "num-traits",
 9074 "oboe-sys",
 9075]
 9076
 9077[[package]]
 9078name = "oboe-sys"
 9079version = "0.6.1"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9082dependencies = [
 9083 "cc",
 9084]
 9085
 9086[[package]]
 9087name = "ollama"
 9088version = "0.1.0"
 9089dependencies = [
 9090 "anyhow",
 9091 "futures 0.3.31",
 9092 "http_client",
 9093 "schemars",
 9094 "serde",
 9095 "serde_json",
 9096]
 9097
 9098[[package]]
 9099name = "once_cell"
 9100version = "1.20.3"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9103
 9104[[package]]
 9105name = "oo7"
 9106version = "0.4.3"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489"
 9109dependencies = [
 9110 "aes",
 9111 "ashpd",
 9112 "async-fs",
 9113 "async-io",
 9114 "async-lock",
 9115 "blocking",
 9116 "cbc",
 9117 "cipher",
 9118 "digest",
 9119 "endi",
 9120 "futures-lite 2.6.0",
 9121 "futures-util",
 9122 "getrandom 0.3.1",
 9123 "hkdf",
 9124 "hmac",
 9125 "md-5",
 9126 "num",
 9127 "num-bigint-dig",
 9128 "pbkdf2 0.12.2",
 9129 "rand 0.9.0",
 9130 "serde",
 9131 "sha2",
 9132 "subtle",
 9133 "zbus",
 9134 "zbus_macros",
 9135 "zeroize",
 9136 "zvariant",
 9137]
 9138
 9139[[package]]
 9140name = "oorandom"
 9141version = "11.1.4"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9144
 9145[[package]]
 9146name = "open"
 9147version = "5.3.2"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9150dependencies = [
 9151 "is-wsl",
 9152 "libc",
 9153 "pathdiff",
 9154]
 9155
 9156[[package]]
 9157name = "open_ai"
 9158version = "0.1.0"
 9159dependencies = [
 9160 "anyhow",
 9161 "futures 0.3.31",
 9162 "http_client",
 9163 "schemars",
 9164 "serde",
 9165 "serde_json",
 9166 "strum",
 9167]
 9168
 9169[[package]]
 9170name = "opener"
 9171version = "0.7.2"
 9172source = "registry+https://github.com/rust-lang/crates.io-index"
 9173checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9174dependencies = [
 9175 "bstr",
 9176 "dbus",
 9177 "normpath",
 9178 "windows-sys 0.59.0",
 9179]
 9180
 9181[[package]]
 9182name = "openssl"
 9183version = "0.10.70"
 9184source = "registry+https://github.com/rust-lang/crates.io-index"
 9185checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9186dependencies = [
 9187 "bitflags 2.9.0",
 9188 "cfg-if",
 9189 "foreign-types 0.3.2",
 9190 "libc",
 9191 "once_cell",
 9192 "openssl-macros",
 9193 "openssl-sys",
 9194]
 9195
 9196[[package]]
 9197name = "openssl-macros"
 9198version = "0.1.1"
 9199source = "registry+https://github.com/rust-lang/crates.io-index"
 9200checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9201dependencies = [
 9202 "proc-macro2",
 9203 "quote",
 9204 "syn 2.0.100",
 9205]
 9206
 9207[[package]]
 9208name = "openssl-probe"
 9209version = "0.1.5"
 9210source = "registry+https://github.com/rust-lang/crates.io-index"
 9211checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9212
 9213[[package]]
 9214name = "openssl-src"
 9215version = "300.4.1+3.4.0"
 9216source = "registry+https://github.com/rust-lang/crates.io-index"
 9217checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9218dependencies = [
 9219 "cc",
 9220]
 9221
 9222[[package]]
 9223name = "openssl-sys"
 9224version = "0.9.105"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9227dependencies = [
 9228 "cc",
 9229 "libc",
 9230 "openssl-src",
 9231 "pkg-config",
 9232 "vcpkg",
 9233]
 9234
 9235[[package]]
 9236name = "option-ext"
 9237version = "0.2.0"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9240
 9241[[package]]
 9242name = "ordered-float"
 9243version = "2.10.1"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9246dependencies = [
 9247 "num-traits",
 9248]
 9249
 9250[[package]]
 9251name = "ordered-float"
 9252version = "3.9.2"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9255dependencies = [
 9256 "num-traits",
 9257]
 9258
 9259[[package]]
 9260name = "ordered-stream"
 9261version = "0.2.0"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9264dependencies = [
 9265 "futures-core",
 9266 "pin-project-lite",
 9267]
 9268
 9269[[package]]
 9270name = "ouroboros"
 9271version = "0.18.4"
 9272source = "registry+https://github.com/rust-lang/crates.io-index"
 9273checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9274dependencies = [
 9275 "aliasable",
 9276 "ouroboros_macro",
 9277 "static_assertions",
 9278]
 9279
 9280[[package]]
 9281name = "ouroboros_macro"
 9282version = "0.18.4"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9285dependencies = [
 9286 "heck 0.4.1",
 9287 "itertools 0.12.1",
 9288 "proc-macro2",
 9289 "proc-macro2-diagnostics",
 9290 "quote",
 9291 "syn 2.0.100",
 9292]
 9293
 9294[[package]]
 9295name = "outline"
 9296version = "0.1.0"
 9297dependencies = [
 9298 "editor",
 9299 "fuzzy",
 9300 "gpui",
 9301 "indoc",
 9302 "language",
 9303 "menu",
 9304 "ordered-float 2.10.1",
 9305 "picker",
 9306 "project",
 9307 "rope",
 9308 "serde_json",
 9309 "settings",
 9310 "smol",
 9311 "theme",
 9312 "tree-sitter-rust",
 9313 "tree-sitter-typescript",
 9314 "ui",
 9315 "util",
 9316 "workspace",
 9317 "zed_actions",
 9318]
 9319
 9320[[package]]
 9321name = "outline_panel"
 9322version = "0.1.0"
 9323dependencies = [
 9324 "anyhow",
 9325 "collections",
 9326 "db",
 9327 "editor",
 9328 "file_icons",
 9329 "fuzzy",
 9330 "gpui",
 9331 "itertools 0.14.0",
 9332 "language",
 9333 "log",
 9334 "menu",
 9335 "outline",
 9336 "pretty_assertions",
 9337 "project",
 9338 "schemars",
 9339 "search",
 9340 "serde",
 9341 "serde_json",
 9342 "settings",
 9343 "smallvec",
 9344 "smol",
 9345 "theme",
 9346 "ui",
 9347 "util",
 9348 "workspace",
 9349 "worktree",
 9350 "zed_actions",
 9351]
 9352
 9353[[package]]
 9354name = "outref"
 9355version = "0.5.1"
 9356source = "registry+https://github.com/rust-lang/crates.io-index"
 9357checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9358
 9359[[package]]
 9360name = "overload"
 9361version = "0.1.1"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9364
 9365[[package]]
 9366name = "p256"
 9367version = "0.11.1"
 9368source = "registry+https://github.com/rust-lang/crates.io-index"
 9369checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9370dependencies = [
 9371 "ecdsa",
 9372 "elliptic-curve",
 9373 "sha2",
 9374]
 9375
 9376[[package]]
 9377name = "page_size"
 9378version = "0.6.0"
 9379source = "registry+https://github.com/rust-lang/crates.io-index"
 9380checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9381dependencies = [
 9382 "libc",
 9383 "winapi",
 9384]
 9385
 9386[[package]]
 9387name = "palette"
 9388version = "0.7.6"
 9389source = "registry+https://github.com/rust-lang/crates.io-index"
 9390checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9391dependencies = [
 9392 "approx",
 9393 "fast-srgb8",
 9394 "palette_derive",
 9395]
 9396
 9397[[package]]
 9398name = "palette_derive"
 9399version = "0.7.6"
 9400source = "registry+https://github.com/rust-lang/crates.io-index"
 9401checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9402dependencies = [
 9403 "by_address",
 9404 "proc-macro2",
 9405 "quote",
 9406 "syn 2.0.100",
 9407]
 9408
 9409[[package]]
 9410name = "panel"
 9411version = "0.1.0"
 9412dependencies = [
 9413 "editor",
 9414 "gpui",
 9415 "settings",
 9416 "theme",
 9417 "ui",
 9418 "workspace",
 9419]
 9420
 9421[[package]]
 9422name = "parity-tokio-ipc"
 9423version = "0.9.0"
 9424source = "registry+https://github.com/rust-lang/crates.io-index"
 9425checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9426dependencies = [
 9427 "futures 0.3.31",
 9428 "libc",
 9429 "log",
 9430 "rand 0.7.3",
 9431 "tokio",
 9432 "winapi",
 9433]
 9434
 9435[[package]]
 9436name = "parking"
 9437version = "2.2.1"
 9438source = "registry+https://github.com/rust-lang/crates.io-index"
 9439checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9440
 9441[[package]]
 9442name = "parking_lot"
 9443version = "0.12.3"
 9444source = "registry+https://github.com/rust-lang/crates.io-index"
 9445checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9446dependencies = [
 9447 "lock_api",
 9448 "parking_lot_core",
 9449]
 9450
 9451[[package]]
 9452name = "parking_lot_core"
 9453version = "0.9.10"
 9454source = "registry+https://github.com/rust-lang/crates.io-index"
 9455checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9456dependencies = [
 9457 "cfg-if",
 9458 "libc",
 9459 "redox_syscall 0.5.8",
 9460 "smallvec",
 9461 "windows-targets 0.52.6",
 9462]
 9463
 9464[[package]]
 9465name = "password-hash"
 9466version = "0.4.2"
 9467source = "registry+https://github.com/rust-lang/crates.io-index"
 9468checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9469dependencies = [
 9470 "base64ct",
 9471 "rand_core 0.6.4",
 9472 "subtle",
 9473]
 9474
 9475[[package]]
 9476name = "password-hash"
 9477version = "0.5.0"
 9478source = "registry+https://github.com/rust-lang/crates.io-index"
 9479checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9480dependencies = [
 9481 "base64ct",
 9482 "rand_core 0.6.4",
 9483 "subtle",
 9484]
 9485
 9486[[package]]
 9487name = "paste"
 9488version = "1.0.15"
 9489source = "registry+https://github.com/rust-lang/crates.io-index"
 9490checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9491
 9492[[package]]
 9493name = "pathdiff"
 9494version = "0.2.3"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9497
 9498[[package]]
 9499name = "pathfinder_geometry"
 9500version = "0.5.1"
 9501source = "registry+https://github.com/rust-lang/crates.io-index"
 9502checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9503dependencies = [
 9504 "log",
 9505 "pathfinder_simd",
 9506]
 9507
 9508[[package]]
 9509name = "pathfinder_simd"
 9510version = "0.5.4"
 9511source = "registry+https://github.com/rust-lang/crates.io-index"
 9512checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9513dependencies = [
 9514 "rustc_version",
 9515]
 9516
 9517[[package]]
 9518name = "paths"
 9519version = "0.1.0"
 9520dependencies = [
 9521 "dirs 4.0.0",
 9522 "util",
 9523]
 9524
 9525[[package]]
 9526name = "pbjson"
 9527version = "0.6.0"
 9528source = "registry+https://github.com/rust-lang/crates.io-index"
 9529checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9530dependencies = [
 9531 "base64 0.21.7",
 9532 "serde",
 9533]
 9534
 9535[[package]]
 9536name = "pbjson-build"
 9537version = "0.6.2"
 9538source = "registry+https://github.com/rust-lang/crates.io-index"
 9539checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9540dependencies = [
 9541 "heck 0.4.1",
 9542 "itertools 0.11.0",
 9543 "prost 0.12.6",
 9544 "prost-types 0.12.6",
 9545]
 9546
 9547[[package]]
 9548name = "pbjson-types"
 9549version = "0.6.0"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9552dependencies = [
 9553 "bytes 1.10.1",
 9554 "chrono",
 9555 "pbjson",
 9556 "pbjson-build",
 9557 "prost 0.12.6",
 9558 "prost-build 0.12.6",
 9559 "serde",
 9560]
 9561
 9562[[package]]
 9563name = "pbkdf2"
 9564version = "0.11.0"
 9565source = "registry+https://github.com/rust-lang/crates.io-index"
 9566checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9567dependencies = [
 9568 "digest",
 9569 "hmac",
 9570 "password-hash 0.4.2",
 9571 "sha2",
 9572]
 9573
 9574[[package]]
 9575name = "pbkdf2"
 9576version = "0.12.2"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9579dependencies = [
 9580 "digest",
 9581 "hmac",
 9582]
 9583
 9584[[package]]
 9585name = "pem"
 9586version = "3.0.4"
 9587source = "registry+https://github.com/rust-lang/crates.io-index"
 9588checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9589dependencies = [
 9590 "base64 0.22.1",
 9591 "serde",
 9592]
 9593
 9594[[package]]
 9595name = "pem-rfc7468"
 9596version = "0.7.0"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9599dependencies = [
 9600 "base64ct",
 9601]
 9602
 9603[[package]]
 9604name = "percent-encoding"
 9605version = "2.3.1"
 9606source = "registry+https://github.com/rust-lang/crates.io-index"
 9607checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9608
 9609[[package]]
 9610name = "perplexity"
 9611version = "0.1.0"
 9612dependencies = [
 9613 "serde",
 9614 "zed_extension_api 0.4.0",
 9615]
 9616
 9617[[package]]
 9618name = "pest"
 9619version = "2.7.15"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9622dependencies = [
 9623 "memchr",
 9624 "thiserror 2.0.12",
 9625 "ucd-trie",
 9626]
 9627
 9628[[package]]
 9629name = "pest_derive"
 9630version = "2.7.15"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9633dependencies = [
 9634 "pest",
 9635 "pest_generator",
 9636]
 9637
 9638[[package]]
 9639name = "pest_generator"
 9640version = "2.7.15"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9643dependencies = [
 9644 "pest",
 9645 "pest_meta",
 9646 "proc-macro2",
 9647 "quote",
 9648 "syn 2.0.100",
 9649]
 9650
 9651[[package]]
 9652name = "pest_meta"
 9653version = "2.7.15"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9656dependencies = [
 9657 "once_cell",
 9658 "pest",
 9659 "sha2",
 9660]
 9661
 9662[[package]]
 9663name = "pet"
 9664version = "0.1.0"
 9665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9666dependencies = [
 9667 "clap",
 9668 "env_logger 0.10.2",
 9669 "lazy_static",
 9670 "log",
 9671 "msvc_spectre_libs",
 9672 "pet-conda",
 9673 "pet-core",
 9674 "pet-env-var-path",
 9675 "pet-fs",
 9676 "pet-global-virtualenvs",
 9677 "pet-homebrew",
 9678 "pet-jsonrpc",
 9679 "pet-linux-global-python",
 9680 "pet-mac-commandlinetools",
 9681 "pet-mac-python-org",
 9682 "pet-mac-xcode",
 9683 "pet-pipenv",
 9684 "pet-pixi",
 9685 "pet-poetry",
 9686 "pet-pyenv",
 9687 "pet-python-utils",
 9688 "pet-reporter",
 9689 "pet-telemetry",
 9690 "pet-venv",
 9691 "pet-virtualenv",
 9692 "pet-virtualenvwrapper",
 9693 "pet-windows-registry",
 9694 "pet-windows-store",
 9695 "serde",
 9696 "serde_json",
 9697]
 9698
 9699[[package]]
 9700name = "pet-conda"
 9701version = "0.1.0"
 9702source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9703dependencies = [
 9704 "env_logger 0.10.2",
 9705 "lazy_static",
 9706 "log",
 9707 "msvc_spectre_libs",
 9708 "pet-core",
 9709 "pet-fs",
 9710 "pet-python-utils",
 9711 "pet-reporter",
 9712 "regex",
 9713 "serde",
 9714 "serde_json",
 9715 "yaml-rust2",
 9716]
 9717
 9718[[package]]
 9719name = "pet-core"
 9720version = "0.1.0"
 9721source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9722dependencies = [
 9723 "clap",
 9724 "lazy_static",
 9725 "log",
 9726 "msvc_spectre_libs",
 9727 "pet-fs",
 9728 "regex",
 9729 "serde",
 9730 "serde_json",
 9731]
 9732
 9733[[package]]
 9734name = "pet-env-var-path"
 9735version = "0.1.0"
 9736source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9737dependencies = [
 9738 "lazy_static",
 9739 "log",
 9740 "msvc_spectre_libs",
 9741 "pet-conda",
 9742 "pet-core",
 9743 "pet-fs",
 9744 "pet-python-utils",
 9745 "pet-virtualenv",
 9746 "regex",
 9747]
 9748
 9749[[package]]
 9750name = "pet-fs"
 9751version = "0.1.0"
 9752source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9753dependencies = [
 9754 "log",
 9755 "msvc_spectre_libs",
 9756]
 9757
 9758[[package]]
 9759name = "pet-global-virtualenvs"
 9760version = "0.1.0"
 9761source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9762dependencies = [
 9763 "log",
 9764 "msvc_spectre_libs",
 9765 "pet-conda",
 9766 "pet-core",
 9767 "pet-fs",
 9768 "pet-virtualenv",
 9769]
 9770
 9771[[package]]
 9772name = "pet-homebrew"
 9773version = "0.1.0"
 9774source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9775dependencies = [
 9776 "lazy_static",
 9777 "log",
 9778 "msvc_spectre_libs",
 9779 "pet-conda",
 9780 "pet-core",
 9781 "pet-fs",
 9782 "pet-python-utils",
 9783 "pet-virtualenv",
 9784 "regex",
 9785 "serde",
 9786 "serde_json",
 9787]
 9788
 9789[[package]]
 9790name = "pet-jsonrpc"
 9791version = "0.1.0"
 9792source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9793dependencies = [
 9794 "env_logger 0.10.2",
 9795 "log",
 9796 "msvc_spectre_libs",
 9797 "pet-core",
 9798 "serde",
 9799 "serde_json",
 9800]
 9801
 9802[[package]]
 9803name = "pet-linux-global-python"
 9804version = "0.1.0"
 9805source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9806dependencies = [
 9807 "log",
 9808 "msvc_spectre_libs",
 9809 "pet-core",
 9810 "pet-fs",
 9811 "pet-python-utils",
 9812 "pet-virtualenv",
 9813]
 9814
 9815[[package]]
 9816name = "pet-mac-commandlinetools"
 9817version = "0.1.0"
 9818source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9819dependencies = [
 9820 "log",
 9821 "msvc_spectre_libs",
 9822 "pet-core",
 9823 "pet-fs",
 9824 "pet-python-utils",
 9825 "pet-virtualenv",
 9826]
 9827
 9828[[package]]
 9829name = "pet-mac-python-org"
 9830version = "0.1.0"
 9831source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9832dependencies = [
 9833 "log",
 9834 "msvc_spectre_libs",
 9835 "pet-core",
 9836 "pet-fs",
 9837 "pet-python-utils",
 9838 "pet-virtualenv",
 9839]
 9840
 9841[[package]]
 9842name = "pet-mac-xcode"
 9843version = "0.1.0"
 9844source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9845dependencies = [
 9846 "log",
 9847 "msvc_spectre_libs",
 9848 "pet-core",
 9849 "pet-fs",
 9850 "pet-python-utils",
 9851 "pet-virtualenv",
 9852]
 9853
 9854[[package]]
 9855name = "pet-pipenv"
 9856version = "0.1.0"
 9857source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9858dependencies = [
 9859 "log",
 9860 "msvc_spectre_libs",
 9861 "pet-core",
 9862 "pet-fs",
 9863 "pet-python-utils",
 9864 "pet-virtualenv",
 9865]
 9866
 9867[[package]]
 9868name = "pet-pixi"
 9869version = "0.1.0"
 9870source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9871dependencies = [
 9872 "log",
 9873 "msvc_spectre_libs",
 9874 "pet-conda",
 9875 "pet-core",
 9876 "pet-python-utils",
 9877]
 9878
 9879[[package]]
 9880name = "pet-poetry"
 9881version = "0.1.0"
 9882source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9883dependencies = [
 9884 "base64 0.22.1",
 9885 "lazy_static",
 9886 "log",
 9887 "msvc_spectre_libs",
 9888 "pet-core",
 9889 "pet-fs",
 9890 "pet-python-utils",
 9891 "pet-reporter",
 9892 "pet-virtualenv",
 9893 "regex",
 9894 "serde",
 9895 "serde_json",
 9896 "sha2",
 9897 "toml 0.8.20",
 9898]
 9899
 9900[[package]]
 9901name = "pet-pyenv"
 9902version = "0.1.0"
 9903source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9904dependencies = [
 9905 "lazy_static",
 9906 "log",
 9907 "msvc_spectre_libs",
 9908 "pet-conda",
 9909 "pet-core",
 9910 "pet-fs",
 9911 "pet-python-utils",
 9912 "pet-reporter",
 9913 "regex",
 9914 "serde",
 9915 "serde_json",
 9916]
 9917
 9918[[package]]
 9919name = "pet-python-utils"
 9920version = "0.1.0"
 9921source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9922dependencies = [
 9923 "env_logger 0.10.2",
 9924 "lazy_static",
 9925 "log",
 9926 "msvc_spectre_libs",
 9927 "pet-core",
 9928 "pet-fs",
 9929 "regex",
 9930 "serde",
 9931 "serde_json",
 9932 "sha2",
 9933]
 9934
 9935[[package]]
 9936name = "pet-reporter"
 9937version = "0.1.0"
 9938source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9939dependencies = [
 9940 "env_logger 0.10.2",
 9941 "log",
 9942 "msvc_spectre_libs",
 9943 "pet-core",
 9944 "pet-jsonrpc",
 9945 "serde",
 9946 "serde_json",
 9947]
 9948
 9949[[package]]
 9950name = "pet-telemetry"
 9951version = "0.1.0"
 9952source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9953dependencies = [
 9954 "env_logger 0.10.2",
 9955 "lazy_static",
 9956 "log",
 9957 "msvc_spectre_libs",
 9958 "pet-core",
 9959 "pet-fs",
 9960 "pet-python-utils",
 9961 "regex",
 9962]
 9963
 9964[[package]]
 9965name = "pet-venv"
 9966version = "0.1.0"
 9967source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9968dependencies = [
 9969 "log",
 9970 "msvc_spectre_libs",
 9971 "pet-core",
 9972 "pet-python-utils",
 9973 "pet-virtualenv",
 9974]
 9975
 9976[[package]]
 9977name = "pet-virtualenv"
 9978version = "0.1.0"
 9979source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9980dependencies = [
 9981 "log",
 9982 "msvc_spectre_libs",
 9983 "pet-core",
 9984 "pet-fs",
 9985 "pet-python-utils",
 9986]
 9987
 9988[[package]]
 9989name = "pet-virtualenvwrapper"
 9990version = "0.1.0"
 9991source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9992dependencies = [
 9993 "log",
 9994 "msvc_spectre_libs",
 9995 "pet-core",
 9996 "pet-fs",
 9997 "pet-python-utils",
 9998 "pet-virtualenv",
 9999]
10000
10001[[package]]
10002name = "pet-windows-registry"
10003version = "0.1.0"
10004source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10005dependencies = [
10006 "lazy_static",
10007 "log",
10008 "msvc_spectre_libs",
10009 "pet-conda",
10010 "pet-core",
10011 "pet-fs",
10012 "pet-python-utils",
10013 "pet-virtualenv",
10014 "pet-windows-store",
10015 "regex",
10016 "winreg 0.52.0",
10017]
10018
10019[[package]]
10020name = "pet-windows-store"
10021version = "0.1.0"
10022source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10023dependencies = [
10024 "lazy_static",
10025 "log",
10026 "msvc_spectre_libs",
10027 "pet-core",
10028 "pet-fs",
10029 "pet-python-utils",
10030 "pet-virtualenv",
10031 "regex",
10032 "winreg 0.52.0",
10033]
10034
10035[[package]]
10036name = "petgraph"
10037version = "0.6.5"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10040dependencies = [
10041 "fixedbitset",
10042 "indexmap",
10043]
10044
10045[[package]]
10046name = "pgvector"
10047version = "0.4.0"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10050dependencies = [
10051 "serde",
10052]
10053
10054[[package]]
10055name = "phf"
10056version = "0.11.2"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10059dependencies = [
10060 "phf_macros",
10061 "phf_shared 0.11.2",
10062]
10063
10064[[package]]
10065name = "phf_codegen"
10066version = "0.11.2"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10069dependencies = [
10070 "phf_generator 0.11.2",
10071 "phf_shared 0.11.2",
10072]
10073
10074[[package]]
10075name = "phf_generator"
10076version = "0.10.0"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10079dependencies = [
10080 "phf_shared 0.10.0",
10081 "rand 0.8.5",
10082]
10083
10084[[package]]
10085name = "phf_generator"
10086version = "0.11.2"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10089dependencies = [
10090 "phf_shared 0.11.2",
10091 "rand 0.8.5",
10092]
10093
10094[[package]]
10095name = "phf_macros"
10096version = "0.11.2"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10099dependencies = [
10100 "phf_generator 0.11.2",
10101 "phf_shared 0.11.2",
10102 "proc-macro2",
10103 "quote",
10104 "syn 2.0.100",
10105]
10106
10107[[package]]
10108name = "phf_shared"
10109version = "0.10.0"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10112dependencies = [
10113 "siphasher 0.3.11",
10114]
10115
10116[[package]]
10117name = "phf_shared"
10118version = "0.11.2"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10121dependencies = [
10122 "siphasher 0.3.11",
10123]
10124
10125[[package]]
10126name = "picker"
10127version = "0.1.0"
10128dependencies = [
10129 "anyhow",
10130 "ctor",
10131 "editor",
10132 "env_logger 0.11.7",
10133 "gpui",
10134 "menu",
10135 "schemars",
10136 "serde",
10137 "serde_json",
10138 "ui",
10139 "util",
10140 "workspace",
10141]
10142
10143[[package]]
10144name = "pico-args"
10145version = "0.5.0"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10148
10149[[package]]
10150name = "pin-project"
10151version = "1.1.7"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10154dependencies = [
10155 "pin-project-internal",
10156]
10157
10158[[package]]
10159name = "pin-project-internal"
10160version = "1.1.7"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10163dependencies = [
10164 "proc-macro2",
10165 "quote",
10166 "syn 2.0.100",
10167]
10168
10169[[package]]
10170name = "pin-project-lite"
10171version = "0.2.16"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10174
10175[[package]]
10176name = "pin-utils"
10177version = "0.1.0"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10180
10181[[package]]
10182name = "piper"
10183version = "0.2.4"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10186dependencies = [
10187 "atomic-waker",
10188 "fastrand 2.3.0",
10189 "futures-io",
10190]
10191
10192[[package]]
10193name = "pkcs1"
10194version = "0.7.5"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10197dependencies = [
10198 "der 0.7.9",
10199 "pkcs8 0.10.2",
10200 "spki 0.7.3",
10201]
10202
10203[[package]]
10204name = "pkcs8"
10205version = "0.9.0"
10206source = "registry+https://github.com/rust-lang/crates.io-index"
10207checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10208dependencies = [
10209 "der 0.6.1",
10210 "spki 0.6.0",
10211]
10212
10213[[package]]
10214name = "pkcs8"
10215version = "0.10.2"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10218dependencies = [
10219 "der 0.7.9",
10220 "spki 0.7.3",
10221]
10222
10223[[package]]
10224name = "pkg-config"
10225version = "0.3.31"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10228
10229[[package]]
10230name = "plist"
10231version = "1.7.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d"
10234dependencies = [
10235 "base64 0.22.1",
10236 "indexmap",
10237 "quick-xml 0.32.0",
10238 "serde",
10239 "time",
10240]
10241
10242[[package]]
10243name = "plotters"
10244version = "0.3.7"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10247dependencies = [
10248 "num-traits",
10249 "plotters-backend",
10250 "plotters-svg",
10251 "wasm-bindgen",
10252 "web-sys",
10253]
10254
10255[[package]]
10256name = "plotters-backend"
10257version = "0.3.7"
10258source = "registry+https://github.com/rust-lang/crates.io-index"
10259checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10260
10261[[package]]
10262name = "plotters-svg"
10263version = "0.3.7"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10266dependencies = [
10267 "plotters-backend",
10268]
10269
10270[[package]]
10271name = "png"
10272version = "0.17.15"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10275dependencies = [
10276 "bitflags 1.3.2",
10277 "crc32fast",
10278 "fdeflate",
10279 "flate2",
10280 "miniz_oxide",
10281]
10282
10283[[package]]
10284name = "polling"
10285version = "3.7.4"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10288dependencies = [
10289 "cfg-if",
10290 "concurrent-queue",
10291 "hermit-abi 0.4.0",
10292 "pin-project-lite",
10293 "rustix",
10294 "tracing",
10295 "windows-sys 0.59.0",
10296]
10297
10298[[package]]
10299name = "pollster"
10300version = "0.2.5"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10303
10304[[package]]
10305name = "portable-atomic"
10306version = "1.11.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10309
10310[[package]]
10311name = "portable-atomic-util"
10312version = "0.2.4"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10315dependencies = [
10316 "portable-atomic",
10317]
10318
10319[[package]]
10320name = "postage"
10321version = "0.5.0"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10324dependencies = [
10325 "atomic",
10326 "crossbeam-queue",
10327 "futures 0.3.31",
10328 "log",
10329 "parking_lot",
10330 "pin-project",
10331 "pollster",
10332 "static_assertions",
10333 "thiserror 1.0.69",
10334]
10335
10336[[package]]
10337name = "postcard"
10338version = "1.1.1"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10341dependencies = [
10342 "cobs",
10343 "embedded-io 0.4.0",
10344 "embedded-io 0.6.1",
10345 "serde",
10346]
10347
10348[[package]]
10349name = "powerfmt"
10350version = "0.2.0"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10353
10354[[package]]
10355name = "ppv-lite86"
10356version = "0.2.20"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10359dependencies = [
10360 "zerocopy 0.7.35",
10361]
10362
10363[[package]]
10364name = "precomputed-hash"
10365version = "0.1.1"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10368
10369[[package]]
10370name = "prettier"
10371version = "0.1.0"
10372dependencies = [
10373 "anyhow",
10374 "collections",
10375 "fs",
10376 "gpui",
10377 "language",
10378 "log",
10379 "lsp",
10380 "node_runtime",
10381 "parking_lot",
10382 "paths",
10383 "serde",
10384 "serde_json",
10385 "util",
10386]
10387
10388[[package]]
10389name = "pretty_assertions"
10390version = "1.4.1"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10393dependencies = [
10394 "diff",
10395 "yansi",
10396]
10397
10398[[package]]
10399name = "prettyplease"
10400version = "0.2.25"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10403dependencies = [
10404 "proc-macro2",
10405 "syn 2.0.100",
10406]
10407
10408[[package]]
10409name = "proc-macro-crate"
10410version = "3.2.0"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10413dependencies = [
10414 "toml_edit",
10415]
10416
10417[[package]]
10418name = "proc-macro-error-attr2"
10419version = "2.0.0"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10422dependencies = [
10423 "proc-macro2",
10424 "quote",
10425]
10426
10427[[package]]
10428name = "proc-macro-error2"
10429version = "2.0.1"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10432dependencies = [
10433 "proc-macro-error-attr2",
10434 "proc-macro2",
10435 "quote",
10436 "syn 2.0.100",
10437]
10438
10439[[package]]
10440name = "proc-macro2"
10441version = "1.0.94"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10444dependencies = [
10445 "unicode-ident",
10446]
10447
10448[[package]]
10449name = "proc-macro2-diagnostics"
10450version = "0.10.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10453dependencies = [
10454 "proc-macro2",
10455 "quote",
10456 "syn 2.0.100",
10457 "version_check",
10458 "yansi",
10459]
10460
10461[[package]]
10462name = "profiling"
10463version = "1.0.16"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10466dependencies = [
10467 "profiling-procmacros",
10468]
10469
10470[[package]]
10471name = "profiling-procmacros"
10472version = "1.0.16"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10475dependencies = [
10476 "quote",
10477 "syn 2.0.100",
10478]
10479
10480[[package]]
10481name = "project"
10482version = "0.1.0"
10483dependencies = [
10484 "aho-corasick",
10485 "anyhow",
10486 "askpass",
10487 "async-trait",
10488 "buffer_diff",
10489 "circular-buffer",
10490 "client",
10491 "clock",
10492 "collections",
10493 "dap",
10494 "dap_adapters",
10495 "env_logger 0.11.7",
10496 "extension",
10497 "fancy-regex 0.14.0",
10498 "fs",
10499 "futures 0.3.31",
10500 "fuzzy",
10501 "git",
10502 "git2",
10503 "globset",
10504 "gpui",
10505 "http_client",
10506 "image",
10507 "indexmap",
10508 "itertools 0.14.0",
10509 "language",
10510 "log",
10511 "lsp",
10512 "node_runtime",
10513 "parking_lot",
10514 "pathdiff",
10515 "paths",
10516 "postage",
10517 "prettier",
10518 "pretty_assertions",
10519 "rand 0.8.5",
10520 "regex",
10521 "release_channel",
10522 "remote",
10523 "rpc",
10524 "schemars",
10525 "serde",
10526 "serde_json",
10527 "settings",
10528 "sha2",
10529 "shellexpand 2.1.2",
10530 "shlex",
10531 "smol",
10532 "snippet",
10533 "snippet_provider",
10534 "sum_tree",
10535 "task",
10536 "tempfile",
10537 "terminal",
10538 "text",
10539 "toml 0.8.20",
10540 "unindent",
10541 "url",
10542 "util",
10543 "which 6.0.3",
10544 "worktree",
10545 "zlog",
10546]
10547
10548[[package]]
10549name = "project_panel"
10550version = "0.1.0"
10551dependencies = [
10552 "anyhow",
10553 "client",
10554 "collections",
10555 "command_palette_hooks",
10556 "db",
10557 "editor",
10558 "file_icons",
10559 "git",
10560 "gpui",
10561 "indexmap",
10562 "language",
10563 "menu",
10564 "pretty_assertions",
10565 "project",
10566 "schemars",
10567 "search",
10568 "serde",
10569 "serde_derive",
10570 "serde_json",
10571 "settings",
10572 "smallvec",
10573 "theme",
10574 "ui",
10575 "util",
10576 "workspace",
10577 "worktree",
10578 "zed_actions",
10579]
10580
10581[[package]]
10582name = "project_symbols"
10583version = "0.1.0"
10584dependencies = [
10585 "anyhow",
10586 "editor",
10587 "futures 0.3.31",
10588 "fuzzy",
10589 "gpui",
10590 "language",
10591 "lsp",
10592 "ordered-float 2.10.1",
10593 "picker",
10594 "project",
10595 "release_channel",
10596 "serde_json",
10597 "settings",
10598 "theme",
10599 "util",
10600 "workspace",
10601]
10602
10603[[package]]
10604name = "prometheus"
10605version = "0.13.4"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10608dependencies = [
10609 "cfg-if",
10610 "fnv",
10611 "lazy_static",
10612 "memchr",
10613 "parking_lot",
10614 "protobuf",
10615 "thiserror 1.0.69",
10616]
10617
10618[[package]]
10619name = "prompt_library"
10620version = "0.1.0"
10621dependencies = [
10622 "anyhow",
10623 "collections",
10624 "editor",
10625 "gpui",
10626 "language",
10627 "language_model",
10628 "log",
10629 "menu",
10630 "picker",
10631 "prompt_store",
10632 "release_channel",
10633 "rope",
10634 "serde",
10635 "settings",
10636 "theme",
10637 "ui",
10638 "util",
10639 "workspace",
10640 "zed_actions",
10641]
10642
10643[[package]]
10644name = "prompt_store"
10645version = "0.1.0"
10646dependencies = [
10647 "anyhow",
10648 "assets",
10649 "chrono",
10650 "collections",
10651 "fs",
10652 "futures 0.3.31",
10653 "fuzzy",
10654 "gpui",
10655 "handlebars 4.5.0",
10656 "heed",
10657 "language",
10658 "log",
10659 "parking_lot",
10660 "paths",
10661 "rope",
10662 "serde",
10663 "text",
10664 "util",
10665 "uuid",
10666]
10667
10668[[package]]
10669name = "prost"
10670version = "0.9.0"
10671source = "registry+https://github.com/rust-lang/crates.io-index"
10672checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10673dependencies = [
10674 "bytes 1.10.1",
10675 "prost-derive 0.9.0",
10676]
10677
10678[[package]]
10679name = "prost"
10680version = "0.12.6"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10683dependencies = [
10684 "bytes 1.10.1",
10685 "prost-derive 0.12.6",
10686]
10687
10688[[package]]
10689name = "prost-build"
10690version = "0.9.0"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10693dependencies = [
10694 "bytes 1.10.1",
10695 "heck 0.3.3",
10696 "itertools 0.10.5",
10697 "lazy_static",
10698 "log",
10699 "multimap 0.8.3",
10700 "petgraph",
10701 "prost 0.9.0",
10702 "prost-types 0.9.0",
10703 "regex",
10704 "tempfile",
10705 "which 4.4.2",
10706]
10707
10708[[package]]
10709name = "prost-build"
10710version = "0.12.6"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10713dependencies = [
10714 "bytes 1.10.1",
10715 "heck 0.4.1",
10716 "itertools 0.10.5",
10717 "log",
10718 "multimap 0.10.0",
10719 "once_cell",
10720 "petgraph",
10721 "prettyplease",
10722 "prost 0.12.6",
10723 "prost-types 0.12.6",
10724 "regex",
10725 "syn 2.0.100",
10726 "tempfile",
10727]
10728
10729[[package]]
10730name = "prost-derive"
10731version = "0.9.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10734dependencies = [
10735 "anyhow",
10736 "itertools 0.10.5",
10737 "proc-macro2",
10738 "quote",
10739 "syn 1.0.109",
10740]
10741
10742[[package]]
10743name = "prost-derive"
10744version = "0.12.6"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10747dependencies = [
10748 "anyhow",
10749 "itertools 0.10.5",
10750 "proc-macro2",
10751 "quote",
10752 "syn 2.0.100",
10753]
10754
10755[[package]]
10756name = "prost-types"
10757version = "0.9.0"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10760dependencies = [
10761 "bytes 1.10.1",
10762 "prost 0.9.0",
10763]
10764
10765[[package]]
10766name = "prost-types"
10767version = "0.12.6"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10770dependencies = [
10771 "prost 0.12.6",
10772]
10773
10774[[package]]
10775name = "proto"
10776version = "0.1.0"
10777dependencies = [
10778 "anyhow",
10779 "collections",
10780 "prost 0.9.0",
10781 "prost-build 0.9.0",
10782 "serde",
10783]
10784
10785[[package]]
10786name = "protobuf"
10787version = "2.28.0"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10790
10791[[package]]
10792name = "psm"
10793version = "0.1.24"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10796dependencies = [
10797 "cc",
10798]
10799
10800[[package]]
10801name = "ptr_meta"
10802version = "0.1.4"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10805dependencies = [
10806 "ptr_meta_derive",
10807]
10808
10809[[package]]
10810name = "ptr_meta_derive"
10811version = "0.1.4"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10814dependencies = [
10815 "proc-macro2",
10816 "quote",
10817 "syn 1.0.109",
10818]
10819
10820[[package]]
10821name = "pulldown-cmark"
10822version = "0.10.3"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10825dependencies = [
10826 "bitflags 2.9.0",
10827 "memchr",
10828 "pulldown-cmark-escape",
10829 "unicase",
10830]
10831
10832[[package]]
10833name = "pulldown-cmark"
10834version = "0.12.2"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10837dependencies = [
10838 "bitflags 2.9.0",
10839 "memchr",
10840 "unicase",
10841]
10842
10843[[package]]
10844name = "pulldown-cmark-escape"
10845version = "0.10.1"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10848
10849[[package]]
10850name = "pulley-interpreter"
10851version = "29.0.1"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10854dependencies = [
10855 "cranelift-bitset",
10856 "log",
10857 "sptr",
10858 "wasmtime-math",
10859]
10860
10861[[package]]
10862name = "qoi"
10863version = "0.4.1"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10866dependencies = [
10867 "bytemuck",
10868]
10869
10870[[package]]
10871name = "quick-error"
10872version = "2.0.1"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10875
10876[[package]]
10877name = "quick-xml"
10878version = "0.32.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10881dependencies = [
10882 "memchr",
10883]
10884
10885[[package]]
10886name = "quick-xml"
10887version = "0.37.2"
10888source = "registry+https://github.com/rust-lang/crates.io-index"
10889checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10890dependencies = [
10891 "memchr",
10892]
10893
10894[[package]]
10895name = "quinn"
10896version = "0.11.6"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10899dependencies = [
10900 "bytes 1.10.1",
10901 "pin-project-lite",
10902 "quinn-proto",
10903 "quinn-udp",
10904 "rustc-hash 2.1.1",
10905 "rustls 0.23.25",
10906 "socket2",
10907 "thiserror 2.0.12",
10908 "tokio",
10909 "tracing",
10910]
10911
10912[[package]]
10913name = "quinn-proto"
10914version = "0.11.9"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10917dependencies = [
10918 "bytes 1.10.1",
10919 "getrandom 0.2.15",
10920 "rand 0.8.5",
10921 "ring",
10922 "rustc-hash 2.1.1",
10923 "rustls 0.23.25",
10924 "rustls-pki-types",
10925 "slab",
10926 "thiserror 2.0.12",
10927 "tinyvec",
10928 "tracing",
10929 "web-time",
10930]
10931
10932[[package]]
10933name = "quinn-udp"
10934version = "0.5.9"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10937dependencies = [
10938 "cfg_aliases 0.2.1",
10939 "libc",
10940 "once_cell",
10941 "socket2",
10942 "tracing",
10943 "windows-sys 0.59.0",
10944]
10945
10946[[package]]
10947name = "quote"
10948version = "1.0.40"
10949source = "registry+https://github.com/rust-lang/crates.io-index"
10950checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10951dependencies = [
10952 "proc-macro2",
10953]
10954
10955[[package]]
10956name = "radium"
10957version = "0.7.0"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10960
10961[[package]]
10962name = "rand"
10963version = "0.7.3"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10966dependencies = [
10967 "getrandom 0.1.16",
10968 "libc",
10969 "rand_chacha 0.2.2",
10970 "rand_core 0.5.1",
10971 "rand_hc",
10972]
10973
10974[[package]]
10975name = "rand"
10976version = "0.8.5"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10979dependencies = [
10980 "libc",
10981 "rand_chacha 0.3.1",
10982 "rand_core 0.6.4",
10983]
10984
10985[[package]]
10986name = "rand"
10987version = "0.9.0"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10990dependencies = [
10991 "rand_chacha 0.9.0",
10992 "rand_core 0.9.0",
10993 "zerocopy 0.8.18",
10994]
10995
10996[[package]]
10997name = "rand_chacha"
10998version = "0.2.2"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11001dependencies = [
11002 "ppv-lite86",
11003 "rand_core 0.5.1",
11004]
11005
11006[[package]]
11007name = "rand_chacha"
11008version = "0.3.1"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11011dependencies = [
11012 "ppv-lite86",
11013 "rand_core 0.6.4",
11014]
11015
11016[[package]]
11017name = "rand_chacha"
11018version = "0.9.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11021dependencies = [
11022 "ppv-lite86",
11023 "rand_core 0.9.0",
11024]
11025
11026[[package]]
11027name = "rand_core"
11028version = "0.5.1"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11031dependencies = [
11032 "getrandom 0.1.16",
11033]
11034
11035[[package]]
11036name = "rand_core"
11037version = "0.6.4"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11040dependencies = [
11041 "getrandom 0.2.15",
11042]
11043
11044[[package]]
11045name = "rand_core"
11046version = "0.9.0"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11049dependencies = [
11050 "getrandom 0.3.1",
11051 "zerocopy 0.8.18",
11052]
11053
11054[[package]]
11055name = "rand_hc"
11056version = "0.2.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11059dependencies = [
11060 "rand_core 0.5.1",
11061]
11062
11063[[package]]
11064name = "rangemap"
11065version = "1.5.1"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11068
11069[[package]]
11070name = "rav1e"
11071version = "0.7.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11074dependencies = [
11075 "arbitrary",
11076 "arg_enum_proc_macro",
11077 "arrayvec",
11078 "av1-grain",
11079 "bitstream-io",
11080 "built",
11081 "cfg-if",
11082 "interpolate_name",
11083 "itertools 0.12.1",
11084 "libc",
11085 "libfuzzer-sys",
11086 "log",
11087 "maybe-rayon",
11088 "new_debug_unreachable",
11089 "noop_proc_macro",
11090 "num-derive",
11091 "num-traits",
11092 "once_cell",
11093 "paste",
11094 "profiling",
11095 "rand 0.8.5",
11096 "rand_chacha 0.3.1",
11097 "simd_helpers",
11098 "system-deps",
11099 "thiserror 1.0.69",
11100 "v_frame",
11101 "wasm-bindgen",
11102]
11103
11104[[package]]
11105name = "ravif"
11106version = "0.11.11"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11109dependencies = [
11110 "avif-serialize",
11111 "imgref",
11112 "loop9",
11113 "quick-error",
11114 "rav1e",
11115 "rayon",
11116 "rgb",
11117]
11118
11119[[package]]
11120name = "raw-window-handle"
11121version = "0.6.2"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11124
11125[[package]]
11126name = "raw-window-metal"
11127version = "0.4.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11130dependencies = [
11131 "cocoa 0.25.0",
11132 "core-graphics 0.23.2",
11133 "objc",
11134 "raw-window-handle",
11135]
11136
11137[[package]]
11138name = "rayon"
11139version = "1.10.0"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11142dependencies = [
11143 "either",
11144 "rayon-core",
11145]
11146
11147[[package]]
11148name = "rayon-core"
11149version = "1.12.1"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11152dependencies = [
11153 "crossbeam-deque",
11154 "crossbeam-utils",
11155]
11156
11157[[package]]
11158name = "read-fonts"
11159version = "0.25.3"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11162dependencies = [
11163 "bytemuck",
11164 "font-types",
11165]
11166
11167[[package]]
11168name = "recent_projects"
11169version = "0.1.0"
11170dependencies = [
11171 "anyhow",
11172 "auto_update",
11173 "dap",
11174 "editor",
11175 "extension_host",
11176 "file_finder",
11177 "futures 0.3.31",
11178 "fuzzy",
11179 "gpui",
11180 "language",
11181 "log",
11182 "markdown",
11183 "menu",
11184 "ordered-float 2.10.1",
11185 "paths",
11186 "picker",
11187 "project",
11188 "release_channel",
11189 "remote",
11190 "schemars",
11191 "serde",
11192 "serde_json",
11193 "settings",
11194 "smol",
11195 "task",
11196 "telemetry",
11197 "theme",
11198 "ui",
11199 "util",
11200 "workspace",
11201 "zed_actions",
11202]
11203
11204[[package]]
11205name = "redox_syscall"
11206version = "0.2.16"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11209dependencies = [
11210 "bitflags 1.3.2",
11211]
11212
11213[[package]]
11214name = "redox_syscall"
11215version = "0.5.8"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11218dependencies = [
11219 "bitflags 2.9.0",
11220]
11221
11222[[package]]
11223name = "redox_users"
11224version = "0.4.6"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11227dependencies = [
11228 "getrandom 0.2.15",
11229 "libredox",
11230 "thiserror 1.0.69",
11231]
11232
11233[[package]]
11234name = "refineable"
11235version = "0.1.0"
11236dependencies = [
11237 "derive_refineable",
11238]
11239
11240[[package]]
11241name = "regalloc2"
11242version = "0.11.1"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11245dependencies = [
11246 "allocator-api2",
11247 "bumpalo",
11248 "hashbrown 0.15.2",
11249 "log",
11250 "rustc-hash 2.1.1",
11251 "smallvec",
11252]
11253
11254[[package]]
11255name = "regex"
11256version = "1.11.1"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11259dependencies = [
11260 "aho-corasick",
11261 "memchr",
11262 "regex-automata 0.4.9",
11263 "regex-syntax 0.8.5",
11264]
11265
11266[[package]]
11267name = "regex-automata"
11268version = "0.1.10"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11271dependencies = [
11272 "regex-syntax 0.6.29",
11273]
11274
11275[[package]]
11276name = "regex-automata"
11277version = "0.4.9"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11280dependencies = [
11281 "aho-corasick",
11282 "memchr",
11283 "regex-syntax 0.8.5",
11284]
11285
11286[[package]]
11287name = "regex-lite"
11288version = "0.1.6"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11291
11292[[package]]
11293name = "regex-syntax"
11294version = "0.6.29"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11297
11298[[package]]
11299name = "regex-syntax"
11300version = "0.8.5"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11303
11304[[package]]
11305name = "release_channel"
11306version = "0.1.0"
11307dependencies = [
11308 "gpui",
11309]
11310
11311[[package]]
11312name = "remote"
11313version = "0.1.0"
11314dependencies = [
11315 "anyhow",
11316 "askpass",
11317 "async-trait",
11318 "collections",
11319 "fs",
11320 "futures 0.3.31",
11321 "gpui",
11322 "itertools 0.14.0",
11323 "log",
11324 "parking_lot",
11325 "paths",
11326 "prost 0.9.0",
11327 "release_channel",
11328 "rpc",
11329 "schemars",
11330 "serde",
11331 "serde_json",
11332 "shlex",
11333 "smol",
11334 "tempfile",
11335 "thiserror 2.0.12",
11336 "urlencoding",
11337 "util",
11338]
11339
11340[[package]]
11341name = "remote_server"
11342version = "0.1.0"
11343dependencies = [
11344 "anyhow",
11345 "async-watch",
11346 "backtrace",
11347 "cargo_toml",
11348 "chrono",
11349 "clap",
11350 "client",
11351 "clock",
11352 "dap",
11353 "env_logger 0.11.7",
11354 "extension",
11355 "extension_host",
11356 "fork",
11357 "fs",
11358 "futures 0.3.31",
11359 "git",
11360 "git_hosting_providers",
11361 "gpui",
11362 "gpui_tokio",
11363 "http_client",
11364 "language",
11365 "language_extension",
11366 "languages",
11367 "libc",
11368 "log",
11369 "lsp",
11370 "node_runtime",
11371 "paths",
11372 "project",
11373 "proto",
11374 "release_channel",
11375 "remote",
11376 "reqwest_client",
11377 "rpc",
11378 "rust-embed",
11379 "serde",
11380 "serde_json",
11381 "settings",
11382 "shellexpand 2.1.2",
11383 "smol",
11384 "sysinfo",
11385 "telemetry_events",
11386 "toml 0.8.20",
11387 "unindent",
11388 "util",
11389 "worktree",
11390]
11391
11392[[package]]
11393name = "rend"
11394version = "0.4.2"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11397dependencies = [
11398 "bytecheck",
11399]
11400
11401[[package]]
11402name = "repl"
11403version = "0.1.0"
11404dependencies = [
11405 "alacritty_terminal",
11406 "anyhow",
11407 "async-dispatcher",
11408 "async-tungstenite",
11409 "base64 0.22.1",
11410 "client",
11411 "collections",
11412 "command_palette_hooks",
11413 "editor",
11414 "env_logger 0.11.7",
11415 "feature_flags",
11416 "file_icons",
11417 "futures 0.3.31",
11418 "gpui",
11419 "http_client",
11420 "image",
11421 "indoc",
11422 "jupyter-protocol",
11423 "jupyter-websocket-client",
11424 "language",
11425 "languages",
11426 "log",
11427 "markdown_preview",
11428 "menu",
11429 "multi_buffer",
11430 "nbformat",
11431 "picker",
11432 "project",
11433 "runtimelib",
11434 "schemars",
11435 "serde",
11436 "serde_json",
11437 "settings",
11438 "smol",
11439 "telemetry",
11440 "terminal",
11441 "terminal_view",
11442 "theme",
11443 "tree-sitter-md",
11444 "tree-sitter-python",
11445 "tree-sitter-typescript",
11446 "ui",
11447 "util",
11448 "uuid",
11449 "workspace",
11450]
11451
11452[[package]]
11453name = "reqwest"
11454version = "0.11.27"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11457dependencies = [
11458 "base64 0.21.7",
11459 "bytes 1.10.1",
11460 "encoding_rs",
11461 "futures-core",
11462 "futures-util",
11463 "h2 0.3.26",
11464 "http 0.2.12",
11465 "http-body 0.4.6",
11466 "hyper 0.14.32",
11467 "hyper-rustls 0.24.2",
11468 "hyper-tls",
11469 "ipnet",
11470 "js-sys",
11471 "log",
11472 "mime",
11473 "native-tls",
11474 "once_cell",
11475 "percent-encoding",
11476 "pin-project-lite",
11477 "rustls 0.21.12",
11478 "rustls-native-certs 0.6.3",
11479 "rustls-pemfile 1.0.4",
11480 "serde",
11481 "serde_json",
11482 "serde_urlencoded",
11483 "sync_wrapper 0.1.2",
11484 "system-configuration 0.5.1",
11485 "tokio",
11486 "tokio-native-tls",
11487 "tokio-rustls 0.24.1",
11488 "tower-service",
11489 "url",
11490 "wasm-bindgen",
11491 "wasm-bindgen-futures",
11492 "web-sys",
11493 "winreg 0.50.0",
11494]
11495
11496[[package]]
11497name = "reqwest"
11498version = "0.12.8"
11499source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11500dependencies = [
11501 "base64 0.22.1",
11502 "bytes 1.10.1",
11503 "encoding_rs",
11504 "futures-core",
11505 "futures-util",
11506 "h2 0.4.7",
11507 "http 1.2.0",
11508 "http-body 1.0.1",
11509 "http-body-util",
11510 "hyper 1.5.1",
11511 "hyper-rustls 0.27.3",
11512 "hyper-util",
11513 "ipnet",
11514 "js-sys",
11515 "log",
11516 "mime",
11517 "once_cell",
11518 "percent-encoding",
11519 "pin-project-lite",
11520 "quinn",
11521 "rustls 0.23.25",
11522 "rustls-native-certs 0.8.1",
11523 "rustls-pemfile 2.2.0",
11524 "rustls-pki-types",
11525 "serde",
11526 "serde_json",
11527 "serde_urlencoded",
11528 "sync_wrapper 1.0.2",
11529 "system-configuration 0.6.1",
11530 "tokio",
11531 "tokio-rustls 0.26.1",
11532 "tokio-socks",
11533 "tokio-util",
11534 "tower-service",
11535 "url",
11536 "wasm-bindgen",
11537 "wasm-bindgen-futures",
11538 "wasm-streams",
11539 "web-sys",
11540 "windows-registry",
11541]
11542
11543[[package]]
11544name = "reqwest_client"
11545version = "0.1.0"
11546dependencies = [
11547 "anyhow",
11548 "bytes 1.10.1",
11549 "futures 0.3.31",
11550 "gpui",
11551 "http_client",
11552 "http_client_tls",
11553 "log",
11554 "regex",
11555 "reqwest 0.12.8",
11556 "serde",
11557 "smol",
11558 "tokio",
11559]
11560
11561[[package]]
11562name = "resvg"
11563version = "0.45.0"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11566dependencies = [
11567 "log",
11568 "pico-args",
11569 "rgb",
11570 "svgtypes",
11571 "tiny-skia",
11572 "usvg",
11573]
11574
11575[[package]]
11576name = "rfc6979"
11577version = "0.3.1"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11580dependencies = [
11581 "crypto-bigint 0.4.9",
11582 "hmac",
11583 "zeroize",
11584]
11585
11586[[package]]
11587name = "rgb"
11588version = "0.8.50"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11591dependencies = [
11592 "bytemuck",
11593]
11594
11595[[package]]
11596name = "rich_text"
11597version = "0.1.0"
11598dependencies = [
11599 "futures 0.3.31",
11600 "gpui",
11601 "language",
11602 "linkify",
11603 "pulldown-cmark 0.12.2",
11604 "theme",
11605 "ui",
11606 "util",
11607]
11608
11609[[package]]
11610name = "ring"
11611version = "0.17.8"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11614dependencies = [
11615 "cc",
11616 "cfg-if",
11617 "getrandom 0.2.15",
11618 "libc",
11619 "spin",
11620 "untrusted",
11621 "windows-sys 0.52.0",
11622]
11623
11624[[package]]
11625name = "rkyv"
11626version = "0.7.45"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11629dependencies = [
11630 "bitvec",
11631 "bytecheck",
11632 "bytes 1.10.1",
11633 "hashbrown 0.12.3",
11634 "ptr_meta",
11635 "rend",
11636 "rkyv_derive",
11637 "seahash",
11638 "tinyvec",
11639 "uuid",
11640]
11641
11642[[package]]
11643name = "rkyv_derive"
11644version = "0.7.45"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11647dependencies = [
11648 "proc-macro2",
11649 "quote",
11650 "syn 1.0.109",
11651]
11652
11653[[package]]
11654name = "rmp"
11655version = "0.8.14"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11658dependencies = [
11659 "byteorder",
11660 "num-traits",
11661 "paste",
11662]
11663
11664[[package]]
11665name = "rmpv"
11666version = "1.3.0"
11667source = "registry+https://github.com/rust-lang/crates.io-index"
11668checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11669dependencies = [
11670 "num-traits",
11671 "rmp",
11672]
11673
11674[[package]]
11675name = "rodio"
11676version = "0.20.1"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11679dependencies = [
11680 "cpal",
11681 "hound",
11682]
11683
11684[[package]]
11685name = "rope"
11686version = "0.1.0"
11687dependencies = [
11688 "arrayvec",
11689 "criterion",
11690 "ctor",
11691 "env_logger 0.11.7",
11692 "gpui",
11693 "log",
11694 "rand 0.8.5",
11695 "rayon",
11696 "smallvec",
11697 "sum_tree",
11698 "unicode-segmentation",
11699 "util",
11700]
11701
11702[[package]]
11703name = "roxmltree"
11704version = "0.20.0"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11707
11708[[package]]
11709name = "rpc"
11710version = "0.1.0"
11711dependencies = [
11712 "anyhow",
11713 "async-tungstenite",
11714 "base64 0.22.1",
11715 "chrono",
11716 "collections",
11717 "env_logger 0.11.7",
11718 "futures 0.3.31",
11719 "gpui",
11720 "parking_lot",
11721 "proto",
11722 "rand 0.8.5",
11723 "rsa",
11724 "serde",
11725 "serde_json",
11726 "sha2",
11727 "strum",
11728 "tracing",
11729 "util",
11730 "zstd",
11731]
11732
11733[[package]]
11734name = "rsa"
11735version = "0.9.8"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11738dependencies = [
11739 "const-oid",
11740 "digest",
11741 "num-bigint-dig",
11742 "num-integer",
11743 "num-traits",
11744 "pkcs1",
11745 "pkcs8 0.10.2",
11746 "rand_core 0.6.4",
11747 "signature 2.2.0",
11748 "spki 0.7.3",
11749 "subtle",
11750 "zeroize",
11751]
11752
11753[[package]]
11754name = "runtimelib"
11755version = "0.25.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11758dependencies = [
11759 "anyhow",
11760 "async-dispatcher",
11761 "async-std",
11762 "base64 0.22.1",
11763 "bytes 1.10.1",
11764 "chrono",
11765 "data-encoding",
11766 "dirs 5.0.1",
11767 "futures 0.3.31",
11768 "glob",
11769 "jupyter-protocol",
11770 "ring",
11771 "serde",
11772 "serde_json",
11773 "shellexpand 3.1.0",
11774 "smol",
11775 "uuid",
11776 "zeromq",
11777]
11778
11779[[package]]
11780name = "rust-embed"
11781version = "8.5.0"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11784dependencies = [
11785 "rust-embed-impl",
11786 "rust-embed-utils",
11787 "walkdir",
11788]
11789
11790[[package]]
11791name = "rust-embed-impl"
11792version = "8.5.0"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11795dependencies = [
11796 "proc-macro2",
11797 "quote",
11798 "rust-embed-utils",
11799 "syn 2.0.100",
11800 "walkdir",
11801]
11802
11803[[package]]
11804name = "rust-embed-utils"
11805version = "8.5.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11808dependencies = [
11809 "globset",
11810 "sha2",
11811 "walkdir",
11812]
11813
11814[[package]]
11815name = "rust_decimal"
11816version = "1.36.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11819dependencies = [
11820 "arrayvec",
11821 "borsh",
11822 "bytes 1.10.1",
11823 "num-traits",
11824 "rand 0.8.5",
11825 "rkyv",
11826 "serde",
11827 "serde_json",
11828]
11829
11830[[package]]
11831name = "rustc-demangle"
11832version = "0.1.24"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11835
11836[[package]]
11837name = "rustc-hash"
11838version = "1.1.0"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11841
11842[[package]]
11843name = "rustc-hash"
11844version = "2.1.1"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11847
11848[[package]]
11849name = "rustc_version"
11850version = "0.4.1"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11853dependencies = [
11854 "semver",
11855]
11856
11857[[package]]
11858name = "rustix"
11859version = "0.38.42"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11862dependencies = [
11863 "bitflags 2.9.0",
11864 "errno 0.3.10",
11865 "itoa",
11866 "libc",
11867 "linux-raw-sys",
11868 "once_cell",
11869 "windows-sys 0.59.0",
11870]
11871
11872[[package]]
11873name = "rustix-openpty"
11874version = "0.1.1"
11875source = "registry+https://github.com/rust-lang/crates.io-index"
11876checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11877dependencies = [
11878 "errno 0.3.10",
11879 "libc",
11880 "rustix",
11881]
11882
11883[[package]]
11884name = "rustls"
11885version = "0.21.12"
11886source = "registry+https://github.com/rust-lang/crates.io-index"
11887checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11888dependencies = [
11889 "log",
11890 "ring",
11891 "rustls-webpki 0.101.7",
11892 "sct",
11893]
11894
11895[[package]]
11896name = "rustls"
11897version = "0.23.25"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11900dependencies = [
11901 "aws-lc-rs",
11902 "log",
11903 "once_cell",
11904 "ring",
11905 "rustls-pki-types",
11906 "rustls-webpki 0.103.0",
11907 "subtle",
11908 "zeroize",
11909]
11910
11911[[package]]
11912name = "rustls-native-certs"
11913version = "0.6.3"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11916dependencies = [
11917 "openssl-probe",
11918 "rustls-pemfile 1.0.4",
11919 "schannel",
11920 "security-framework 2.11.1",
11921]
11922
11923[[package]]
11924name = "rustls-native-certs"
11925version = "0.8.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11928dependencies = [
11929 "openssl-probe",
11930 "rustls-pki-types",
11931 "schannel",
11932 "security-framework 3.0.1",
11933]
11934
11935[[package]]
11936name = "rustls-pemfile"
11937version = "1.0.4"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11940dependencies = [
11941 "base64 0.21.7",
11942]
11943
11944[[package]]
11945name = "rustls-pemfile"
11946version = "2.2.0"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11949dependencies = [
11950 "rustls-pki-types",
11951]
11952
11953[[package]]
11954name = "rustls-pki-types"
11955version = "1.11.0"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11958dependencies = [
11959 "web-time",
11960]
11961
11962[[package]]
11963name = "rustls-platform-verifier"
11964version = "0.5.1"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11967dependencies = [
11968 "core-foundation 0.10.0",
11969 "core-foundation-sys",
11970 "jni",
11971 "log",
11972 "once_cell",
11973 "rustls 0.23.25",
11974 "rustls-native-certs 0.8.1",
11975 "rustls-platform-verifier-android",
11976 "rustls-webpki 0.103.0",
11977 "security-framework 3.0.1",
11978 "security-framework-sys",
11979 "webpki-root-certs",
11980 "windows-sys 0.59.0",
11981]
11982
11983[[package]]
11984name = "rustls-platform-verifier-android"
11985version = "0.1.1"
11986source = "registry+https://github.com/rust-lang/crates.io-index"
11987checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11988
11989[[package]]
11990name = "rustls-webpki"
11991version = "0.101.7"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11994dependencies = [
11995 "ring",
11996 "untrusted",
11997]
11998
11999[[package]]
12000name = "rustls-webpki"
12001version = "0.103.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12004dependencies = [
12005 "aws-lc-rs",
12006 "ring",
12007 "rustls-pki-types",
12008 "untrusted",
12009]
12010
12011[[package]]
12012name = "rustversion"
12013version = "1.0.18"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12016
12017[[package]]
12018name = "rustybuzz"
12019version = "0.14.1"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12022dependencies = [
12023 "bitflags 2.9.0",
12024 "bytemuck",
12025 "libm",
12026 "smallvec",
12027 "ttf-parser 0.21.1",
12028 "unicode-bidi-mirroring 0.2.0",
12029 "unicode-ccc 0.2.0",
12030 "unicode-properties",
12031 "unicode-script",
12032]
12033
12034[[package]]
12035name = "rustybuzz"
12036version = "0.20.1"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12039dependencies = [
12040 "bitflags 2.9.0",
12041 "bytemuck",
12042 "core_maths",
12043 "log",
12044 "smallvec",
12045 "ttf-parser 0.25.1",
12046 "unicode-bidi-mirroring 0.4.0",
12047 "unicode-ccc 0.4.0",
12048 "unicode-properties",
12049 "unicode-script",
12050]
12051
12052[[package]]
12053name = "ryu"
12054version = "1.0.18"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12057
12058[[package]]
12059name = "salsa20"
12060version = "0.10.2"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12063dependencies = [
12064 "cipher",
12065]
12066
12067[[package]]
12068name = "same-file"
12069version = "1.0.6"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12072dependencies = [
12073 "winapi-util",
12074]
12075
12076[[package]]
12077name = "schannel"
12078version = "0.1.27"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12081dependencies = [
12082 "windows-sys 0.59.0",
12083]
12084
12085[[package]]
12086name = "schema_generator"
12087version = "0.1.0"
12088dependencies = [
12089 "anyhow",
12090 "clap",
12091 "env_logger 0.11.7",
12092 "schemars",
12093 "serde",
12094 "serde_json",
12095 "theme",
12096]
12097
12098[[package]]
12099name = "schemars"
12100version = "0.8.22"
12101source = "registry+https://github.com/rust-lang/crates.io-index"
12102checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12103dependencies = [
12104 "dyn-clone",
12105 "indexmap",
12106 "schemars_derive",
12107 "serde",
12108 "serde_json",
12109]
12110
12111[[package]]
12112name = "schemars_derive"
12113version = "0.8.22"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12116dependencies = [
12117 "proc-macro2",
12118 "quote",
12119 "serde_derive_internals",
12120 "syn 2.0.100",
12121]
12122
12123[[package]]
12124name = "scoped-tls"
12125version = "1.0.1"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12128
12129[[package]]
12130name = "scopeguard"
12131version = "1.2.0"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12134
12135[[package]]
12136name = "scratch"
12137version = "1.0.7"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12140
12141[[package]]
12142name = "scrypt"
12143version = "0.11.0"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12146dependencies = [
12147 "password-hash 0.5.0",
12148 "pbkdf2 0.12.2",
12149 "salsa20",
12150 "sha2",
12151]
12152
12153[[package]]
12154name = "sct"
12155version = "0.7.1"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12158dependencies = [
12159 "ring",
12160 "untrusted",
12161]
12162
12163[[package]]
12164name = "sea-bae"
12165version = "0.2.1"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12168dependencies = [
12169 "heck 0.4.1",
12170 "proc-macro-error2",
12171 "proc-macro2",
12172 "quote",
12173 "syn 2.0.100",
12174]
12175
12176[[package]]
12177name = "sea-orm"
12178version = "1.1.7"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12181dependencies = [
12182 "async-stream",
12183 "async-trait",
12184 "bigdecimal",
12185 "chrono",
12186 "futures-util",
12187 "log",
12188 "ouroboros",
12189 "pgvector",
12190 "rust_decimal",
12191 "sea-orm-macros",
12192 "sea-query",
12193 "sea-query-binder",
12194 "serde",
12195 "serde_json",
12196 "sqlx",
12197 "strum",
12198 "thiserror 1.0.69",
12199 "time",
12200 "tracing",
12201 "url",
12202 "uuid",
12203]
12204
12205[[package]]
12206name = "sea-orm-macros"
12207version = "1.1.7"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12210dependencies = [
12211 "heck 0.4.1",
12212 "proc-macro2",
12213 "quote",
12214 "sea-bae",
12215 "syn 2.0.100",
12216 "unicode-ident",
12217]
12218
12219[[package]]
12220name = "sea-query"
12221version = "0.32.1"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12224dependencies = [
12225 "bigdecimal",
12226 "chrono",
12227 "inherent",
12228 "ordered-float 3.9.2",
12229 "rust_decimal",
12230 "serde_json",
12231 "time",
12232 "uuid",
12233]
12234
12235[[package]]
12236name = "sea-query-binder"
12237version = "0.7.0"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12240dependencies = [
12241 "bigdecimal",
12242 "chrono",
12243 "rust_decimal",
12244 "sea-query",
12245 "serde_json",
12246 "sqlx",
12247 "time",
12248 "uuid",
12249]
12250
12251[[package]]
12252name = "seahash"
12253version = "4.1.0"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12256
12257[[package]]
12258name = "search"
12259version = "0.1.0"
12260dependencies = [
12261 "any_vec",
12262 "anyhow",
12263 "bitflags 2.9.0",
12264 "client",
12265 "collections",
12266 "editor",
12267 "futures 0.3.31",
12268 "gpui",
12269 "language",
12270 "menu",
12271 "project",
12272 "schemars",
12273 "serde",
12274 "serde_json",
12275 "settings",
12276 "smol",
12277 "theme",
12278 "ui",
12279 "unindent",
12280 "util",
12281 "workspace",
12282 "zed_actions",
12283]
12284
12285[[package]]
12286name = "sec1"
12287version = "0.3.0"
12288source = "registry+https://github.com/rust-lang/crates.io-index"
12289checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12290dependencies = [
12291 "base16ct",
12292 "der 0.6.1",
12293 "generic-array",
12294 "pkcs8 0.9.0",
12295 "subtle",
12296 "zeroize",
12297]
12298
12299[[package]]
12300name = "security-framework"
12301version = "2.11.1"
12302source = "registry+https://github.com/rust-lang/crates.io-index"
12303checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12304dependencies = [
12305 "bitflags 2.9.0",
12306 "core-foundation 0.9.4",
12307 "core-foundation-sys",
12308 "libc",
12309 "security-framework-sys",
12310]
12311
12312[[package]]
12313name = "security-framework"
12314version = "3.0.1"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12317dependencies = [
12318 "bitflags 2.9.0",
12319 "core-foundation 0.10.0",
12320 "core-foundation-sys",
12321 "libc",
12322 "security-framework-sys",
12323]
12324
12325[[package]]
12326name = "security-framework-sys"
12327version = "2.12.1"
12328source = "registry+https://github.com/rust-lang/crates.io-index"
12329checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12330dependencies = [
12331 "core-foundation-sys",
12332 "libc",
12333]
12334
12335[[package]]
12336name = "self_cell"
12337version = "1.1.0"
12338source = "registry+https://github.com/rust-lang/crates.io-index"
12339checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12340
12341[[package]]
12342name = "semantic_index"
12343version = "0.1.0"
12344dependencies = [
12345 "anyhow",
12346 "arrayvec",
12347 "blake3",
12348 "client",
12349 "clock",
12350 "collections",
12351 "env_logger 0.11.7",
12352 "feature_flags",
12353 "fs",
12354 "futures 0.3.31",
12355 "futures-batch",
12356 "gpui",
12357 "heed",
12358 "http_client",
12359 "language",
12360 "language_model",
12361 "languages",
12362 "log",
12363 "open_ai",
12364 "parking_lot",
12365 "project",
12366 "reqwest_client",
12367 "serde",
12368 "serde_json",
12369 "settings",
12370 "sha2",
12371 "smol",
12372 "streaming-iterator",
12373 "tempfile",
12374 "theme",
12375 "tree-sitter",
12376 "ui",
12377 "unindent",
12378 "util",
12379 "workspace",
12380 "worktree",
12381]
12382
12383[[package]]
12384name = "semantic_version"
12385version = "0.1.0"
12386dependencies = [
12387 "anyhow",
12388 "serde",
12389]
12390
12391[[package]]
12392name = "semver"
12393version = "1.0.26"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12396dependencies = [
12397 "serde",
12398]
12399
12400[[package]]
12401name = "serde"
12402version = "1.0.219"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
12405dependencies = [
12406 "serde_derive",
12407]
12408
12409[[package]]
12410name = "serde_derive"
12411version = "1.0.219"
12412source = "registry+https://github.com/rust-lang/crates.io-index"
12413checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
12414dependencies = [
12415 "proc-macro2",
12416 "quote",
12417 "syn 2.0.100",
12418]
12419
12420[[package]]
12421name = "serde_derive_internals"
12422version = "0.29.1"
12423source = "registry+https://github.com/rust-lang/crates.io-index"
12424checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12425dependencies = [
12426 "proc-macro2",
12427 "quote",
12428 "syn 2.0.100",
12429]
12430
12431[[package]]
12432name = "serde_fmt"
12433version = "1.0.3"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12436dependencies = [
12437 "serde",
12438]
12439
12440[[package]]
12441name = "serde_json"
12442version = "1.0.140"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12445dependencies = [
12446 "indexmap",
12447 "itoa",
12448 "memchr",
12449 "ryu",
12450 "serde",
12451]
12452
12453[[package]]
12454name = "serde_json_lenient"
12455version = "0.2.4"
12456source = "registry+https://github.com/rust-lang/crates.io-index"
12457checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12458dependencies = [
12459 "indexmap",
12460 "itoa",
12461 "memchr",
12462 "ryu",
12463 "serde",
12464]
12465
12466[[package]]
12467name = "serde_path_to_error"
12468version = "0.1.16"
12469source = "registry+https://github.com/rust-lang/crates.io-index"
12470checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12471dependencies = [
12472 "itoa",
12473 "serde",
12474]
12475
12476[[package]]
12477name = "serde_qs"
12478version = "0.8.5"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12481dependencies = [
12482 "percent-encoding",
12483 "serde",
12484 "thiserror 1.0.69",
12485]
12486
12487[[package]]
12488name = "serde_qs"
12489version = "0.10.1"
12490source = "registry+https://github.com/rust-lang/crates.io-index"
12491checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12492dependencies = [
12493 "percent-encoding",
12494 "serde",
12495 "thiserror 1.0.69",
12496]
12497
12498[[package]]
12499name = "serde_repr"
12500version = "0.1.20"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12503dependencies = [
12504 "proc-macro2",
12505 "quote",
12506 "syn 2.0.100",
12507]
12508
12509[[package]]
12510name = "serde_spanned"
12511version = "0.6.8"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12514dependencies = [
12515 "serde",
12516]
12517
12518[[package]]
12519name = "serde_urlencoded"
12520version = "0.7.1"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12523dependencies = [
12524 "form_urlencoded",
12525 "itoa",
12526 "ryu",
12527 "serde",
12528]
12529
12530[[package]]
12531name = "session"
12532version = "0.1.0"
12533dependencies = [
12534 "db",
12535 "gpui",
12536 "serde_json",
12537 "util",
12538 "uuid",
12539]
12540
12541[[package]]
12542name = "settings"
12543version = "0.1.0"
12544dependencies = [
12545 "anyhow",
12546 "collections",
12547 "ec4rs",
12548 "fs",
12549 "futures 0.3.31",
12550 "gpui",
12551 "indoc",
12552 "inventory",
12553 "log",
12554 "paths",
12555 "pretty_assertions",
12556 "release_channel",
12557 "rust-embed",
12558 "schemars",
12559 "serde",
12560 "serde_derive",
12561 "serde_json",
12562 "serde_json_lenient",
12563 "smallvec",
12564 "streaming-iterator",
12565 "tree-sitter",
12566 "tree-sitter-json",
12567 "unindent",
12568 "util",
12569]
12570
12571[[package]]
12572name = "settings_ui"
12573version = "0.1.0"
12574dependencies = [
12575 "command_palette_hooks",
12576 "editor",
12577 "feature_flags",
12578 "gpui",
12579 "settings",
12580 "theme",
12581 "ui",
12582 "workspace",
12583]
12584
12585[[package]]
12586name = "sha1"
12587version = "0.10.6"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12590dependencies = [
12591 "cfg-if",
12592 "cpufeatures",
12593 "digest",
12594]
12595
12596[[package]]
12597name = "sha1_smol"
12598version = "1.0.1"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12601
12602[[package]]
12603name = "sha2"
12604version = "0.10.8"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12607dependencies = [
12608 "cfg-if",
12609 "cpufeatures",
12610 "digest",
12611]
12612
12613[[package]]
12614name = "sharded-slab"
12615version = "0.1.7"
12616source = "registry+https://github.com/rust-lang/crates.io-index"
12617checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12618dependencies = [
12619 "lazy_static",
12620]
12621
12622[[package]]
12623name = "shell-words"
12624version = "1.1.0"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12627
12628[[package]]
12629name = "shellexpand"
12630version = "2.1.2"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12633dependencies = [
12634 "dirs 4.0.0",
12635]
12636
12637[[package]]
12638name = "shellexpand"
12639version = "3.1.0"
12640source = "registry+https://github.com/rust-lang/crates.io-index"
12641checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12642dependencies = [
12643 "dirs 5.0.1",
12644]
12645
12646[[package]]
12647name = "shlex"
12648version = "1.3.0"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12651
12652[[package]]
12653name = "signal-hook"
12654version = "0.3.17"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12657dependencies = [
12658 "libc",
12659 "signal-hook-registry",
12660]
12661
12662[[package]]
12663name = "signal-hook-registry"
12664version = "1.4.2"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12667dependencies = [
12668 "libc",
12669]
12670
12671[[package]]
12672name = "signature"
12673version = "1.6.4"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12676dependencies = [
12677 "digest",
12678 "rand_core 0.6.4",
12679]
12680
12681[[package]]
12682name = "signature"
12683version = "2.2.0"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12686dependencies = [
12687 "digest",
12688 "rand_core 0.6.4",
12689]
12690
12691[[package]]
12692name = "simd-adler32"
12693version = "0.3.7"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12696
12697[[package]]
12698name = "simd_helpers"
12699version = "0.1.0"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12702dependencies = [
12703 "quote",
12704]
12705
12706[[package]]
12707name = "simdutf8"
12708version = "0.1.5"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12711
12712[[package]]
12713name = "simple_asn1"
12714version = "0.6.2"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12717dependencies = [
12718 "num-bigint",
12719 "num-traits",
12720 "thiserror 1.0.69",
12721 "time",
12722]
12723
12724[[package]]
12725name = "simplecss"
12726version = "0.2.1"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12729dependencies = [
12730 "log",
12731]
12732
12733[[package]]
12734name = "simplelog"
12735version = "0.12.2"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12738dependencies = [
12739 "log",
12740 "termcolor",
12741 "time",
12742]
12743
12744[[package]]
12745name = "siphasher"
12746version = "0.3.11"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12749
12750[[package]]
12751name = "siphasher"
12752version = "1.0.1"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12755
12756[[package]]
12757name = "skrifa"
12758version = "0.26.6"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12761dependencies = [
12762 "bytemuck",
12763 "read-fonts",
12764]
12765
12766[[package]]
12767name = "slab"
12768version = "0.4.9"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12771dependencies = [
12772 "autocfg",
12773]
12774
12775[[package]]
12776name = "slash_commands_example"
12777version = "0.1.0"
12778dependencies = [
12779 "zed_extension_api 0.1.0",
12780]
12781
12782[[package]]
12783name = "slotmap"
12784version = "1.0.7"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12787dependencies = [
12788 "version_check",
12789]
12790
12791[[package]]
12792name = "smallvec"
12793version = "1.14.0"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12796dependencies = [
12797 "serde",
12798]
12799
12800[[package]]
12801name = "smart-default"
12802version = "0.6.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12805dependencies = [
12806 "proc-macro2",
12807 "quote",
12808 "syn 1.0.109",
12809]
12810
12811[[package]]
12812name = "smol"
12813version = "2.0.2"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12816dependencies = [
12817 "async-channel 2.3.1",
12818 "async-executor",
12819 "async-fs",
12820 "async-io",
12821 "async-lock",
12822 "async-net",
12823 "async-process",
12824 "blocking",
12825 "futures-lite 2.6.0",
12826]
12827
12828[[package]]
12829name = "smol_str"
12830version = "0.1.24"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12833dependencies = [
12834 "serde",
12835]
12836
12837[[package]]
12838name = "smol_str"
12839version = "0.2.2"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12842
12843[[package]]
12844name = "snippet"
12845version = "0.1.0"
12846dependencies = [
12847 "anyhow",
12848 "smallvec",
12849]
12850
12851[[package]]
12852name = "snippet_provider"
12853version = "0.1.0"
12854dependencies = [
12855 "anyhow",
12856 "collections",
12857 "extension",
12858 "fs",
12859 "futures 0.3.31",
12860 "gpui",
12861 "parking_lot",
12862 "paths",
12863 "schemars",
12864 "serde",
12865 "serde_json_lenient",
12866 "snippet",
12867 "util",
12868]
12869
12870[[package]]
12871name = "snippets_ui"
12872version = "0.1.0"
12873dependencies = [
12874 "fuzzy",
12875 "gpui",
12876 "language",
12877 "paths",
12878 "picker",
12879 "ui",
12880 "util",
12881 "workspace",
12882]
12883
12884[[package]]
12885name = "socket2"
12886version = "0.5.8"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12889dependencies = [
12890 "libc",
12891 "windows-sys 0.52.0",
12892]
12893
12894[[package]]
12895name = "spdx"
12896version = "0.10.7"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12899dependencies = [
12900 "smallvec",
12901]
12902
12903[[package]]
12904name = "spin"
12905version = "0.9.8"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12908dependencies = [
12909 "lock_api",
12910]
12911
12912[[package]]
12913name = "spirv"
12914version = "0.3.0+sdk-1.3.268.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12917dependencies = [
12918 "bitflags 2.9.0",
12919]
12920
12921[[package]]
12922name = "spki"
12923version = "0.6.0"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12926dependencies = [
12927 "base64ct",
12928 "der 0.6.1",
12929]
12930
12931[[package]]
12932name = "spki"
12933version = "0.7.3"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12936dependencies = [
12937 "base64ct",
12938 "der 0.7.9",
12939]
12940
12941[[package]]
12942name = "sptr"
12943version = "0.3.2"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12946
12947[[package]]
12948name = "sqlez"
12949version = "0.1.0"
12950dependencies = [
12951 "anyhow",
12952 "collections",
12953 "futures 0.3.31",
12954 "indoc",
12955 "libsqlite3-sys",
12956 "parking_lot",
12957 "smol",
12958 "sqlformat",
12959 "thread_local",
12960 "util",
12961 "uuid",
12962]
12963
12964[[package]]
12965name = "sqlez_macros"
12966version = "0.1.0"
12967dependencies = [
12968 "sqlez",
12969 "sqlformat",
12970 "syn 1.0.109",
12971]
12972
12973[[package]]
12974name = "sqlformat"
12975version = "0.2.6"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12978dependencies = [
12979 "nom",
12980 "unicode_categories",
12981]
12982
12983[[package]]
12984name = "sqlx"
12985version = "0.8.3"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12988dependencies = [
12989 "sqlx-core",
12990 "sqlx-macros",
12991 "sqlx-mysql",
12992 "sqlx-postgres",
12993 "sqlx-sqlite",
12994]
12995
12996[[package]]
12997name = "sqlx-core"
12998version = "0.8.3"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13001dependencies = [
13002 "bigdecimal",
13003 "bytes 1.10.1",
13004 "chrono",
13005 "crc",
13006 "crossbeam-queue",
13007 "either",
13008 "event-listener 5.3.1",
13009 "futures-core",
13010 "futures-intrusive",
13011 "futures-io",
13012 "futures-util",
13013 "hashbrown 0.15.2",
13014 "hashlink 0.10.0",
13015 "indexmap",
13016 "log",
13017 "memchr",
13018 "once_cell",
13019 "percent-encoding",
13020 "rust_decimal",
13021 "rustls 0.23.25",
13022 "rustls-pemfile 2.2.0",
13023 "serde",
13024 "serde_json",
13025 "sha2",
13026 "smallvec",
13027 "thiserror 2.0.12",
13028 "time",
13029 "tokio",
13030 "tokio-stream",
13031 "tracing",
13032 "url",
13033 "uuid",
13034 "webpki-roots",
13035]
13036
13037[[package]]
13038name = "sqlx-macros"
13039version = "0.8.3"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13042dependencies = [
13043 "proc-macro2",
13044 "quote",
13045 "sqlx-core",
13046 "sqlx-macros-core",
13047 "syn 2.0.100",
13048]
13049
13050[[package]]
13051name = "sqlx-macros-core"
13052version = "0.8.3"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13055dependencies = [
13056 "dotenvy",
13057 "either",
13058 "heck 0.5.0",
13059 "hex",
13060 "once_cell",
13061 "proc-macro2",
13062 "quote",
13063 "serde",
13064 "serde_json",
13065 "sha2",
13066 "sqlx-core",
13067 "sqlx-mysql",
13068 "sqlx-postgres",
13069 "sqlx-sqlite",
13070 "syn 2.0.100",
13071 "tempfile",
13072 "tokio",
13073 "url",
13074]
13075
13076[[package]]
13077name = "sqlx-mysql"
13078version = "0.8.3"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13081dependencies = [
13082 "atoi",
13083 "base64 0.22.1",
13084 "bigdecimal",
13085 "bitflags 2.9.0",
13086 "byteorder",
13087 "bytes 1.10.1",
13088 "chrono",
13089 "crc",
13090 "digest",
13091 "dotenvy",
13092 "either",
13093 "futures-channel",
13094 "futures-core",
13095 "futures-io",
13096 "futures-util",
13097 "generic-array",
13098 "hex",
13099 "hkdf",
13100 "hmac",
13101 "itoa",
13102 "log",
13103 "md-5",
13104 "memchr",
13105 "once_cell",
13106 "percent-encoding",
13107 "rand 0.8.5",
13108 "rsa",
13109 "rust_decimal",
13110 "serde",
13111 "sha1",
13112 "sha2",
13113 "smallvec",
13114 "sqlx-core",
13115 "stringprep",
13116 "thiserror 2.0.12",
13117 "time",
13118 "tracing",
13119 "uuid",
13120 "whoami",
13121]
13122
13123[[package]]
13124name = "sqlx-postgres"
13125version = "0.8.3"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13128dependencies = [
13129 "atoi",
13130 "base64 0.22.1",
13131 "bigdecimal",
13132 "bitflags 2.9.0",
13133 "byteorder",
13134 "chrono",
13135 "crc",
13136 "dotenvy",
13137 "etcetera",
13138 "futures-channel",
13139 "futures-core",
13140 "futures-util",
13141 "hex",
13142 "hkdf",
13143 "hmac",
13144 "home",
13145 "itoa",
13146 "log",
13147 "md-5",
13148 "memchr",
13149 "num-bigint",
13150 "once_cell",
13151 "rand 0.8.5",
13152 "rust_decimal",
13153 "serde",
13154 "serde_json",
13155 "sha2",
13156 "smallvec",
13157 "sqlx-core",
13158 "stringprep",
13159 "thiserror 2.0.12",
13160 "time",
13161 "tracing",
13162 "uuid",
13163 "whoami",
13164]
13165
13166[[package]]
13167name = "sqlx-sqlite"
13168version = "0.8.3"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13171dependencies = [
13172 "atoi",
13173 "chrono",
13174 "flume",
13175 "futures-channel",
13176 "futures-core",
13177 "futures-executor",
13178 "futures-intrusive",
13179 "futures-util",
13180 "libsqlite3-sys",
13181 "log",
13182 "percent-encoding",
13183 "serde",
13184 "serde_urlencoded",
13185 "sqlx-core",
13186 "time",
13187 "tracing",
13188 "url",
13189 "uuid",
13190]
13191
13192[[package]]
13193name = "stable_deref_trait"
13194version = "1.2.0"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13197
13198[[package]]
13199name = "static_assertions"
13200version = "1.1.0"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13203
13204[[package]]
13205name = "story"
13206version = "0.1.0"
13207dependencies = [
13208 "gpui",
13209 "itertools 0.14.0",
13210 "smallvec",
13211]
13212
13213[[package]]
13214name = "storybook"
13215version = "0.1.0"
13216dependencies = [
13217 "anyhow",
13218 "clap",
13219 "collab_ui",
13220 "ctrlc",
13221 "dialoguer",
13222 "editor",
13223 "fuzzy",
13224 "gpui",
13225 "indoc",
13226 "language",
13227 "log",
13228 "menu",
13229 "picker",
13230 "project",
13231 "reqwest_client",
13232 "rust-embed",
13233 "settings",
13234 "simplelog",
13235 "story",
13236 "strum",
13237 "theme",
13238 "title_bar",
13239 "ui",
13240 "workspace",
13241]
13242
13243[[package]]
13244name = "streaming-iterator"
13245version = "0.1.9"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13248
13249[[package]]
13250name = "streaming_diff"
13251version = "0.1.0"
13252dependencies = [
13253 "ordered-float 2.10.1",
13254 "rand 0.8.5",
13255 "rope",
13256 "util",
13257]
13258
13259[[package]]
13260name = "strict-num"
13261version = "0.1.1"
13262source = "registry+https://github.com/rust-lang/crates.io-index"
13263checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13264dependencies = [
13265 "float-cmp",
13266]
13267
13268[[package]]
13269name = "string_cache"
13270version = "0.8.7"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13273dependencies = [
13274 "new_debug_unreachable",
13275 "once_cell",
13276 "parking_lot",
13277 "phf_shared 0.10.0",
13278 "precomputed-hash",
13279 "serde",
13280]
13281
13282[[package]]
13283name = "string_cache_codegen"
13284version = "0.5.2"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13287dependencies = [
13288 "phf_generator 0.10.0",
13289 "phf_shared 0.10.0",
13290 "proc-macro2",
13291 "quote",
13292]
13293
13294[[package]]
13295name = "stringprep"
13296version = "0.1.5"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13299dependencies = [
13300 "unicode-bidi",
13301 "unicode-normalization",
13302 "unicode-properties",
13303]
13304
13305[[package]]
13306name = "strsim"
13307version = "0.11.1"
13308source = "registry+https://github.com/rust-lang/crates.io-index"
13309checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13310
13311[[package]]
13312name = "strum"
13313version = "0.26.3"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13316dependencies = [
13317 "strum_macros",
13318]
13319
13320[[package]]
13321name = "strum_macros"
13322version = "0.26.4"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13325dependencies = [
13326 "heck 0.5.0",
13327 "proc-macro2",
13328 "quote",
13329 "rustversion",
13330 "syn 2.0.100",
13331]
13332
13333[[package]]
13334name = "subtle"
13335version = "2.6.1"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13338
13339[[package]]
13340name = "sum_tree"
13341version = "0.1.0"
13342dependencies = [
13343 "arrayvec",
13344 "ctor",
13345 "env_logger 0.11.7",
13346 "log",
13347 "rand 0.8.5",
13348 "rayon",
13349]
13350
13351[[package]]
13352name = "supermaven"
13353version = "0.1.0"
13354dependencies = [
13355 "anyhow",
13356 "client",
13357 "collections",
13358 "editor",
13359 "env_logger 0.11.7",
13360 "futures 0.3.31",
13361 "gpui",
13362 "http_client",
13363 "inline_completion",
13364 "language",
13365 "log",
13366 "postage",
13367 "project",
13368 "serde",
13369 "serde_json",
13370 "settings",
13371 "smol",
13372 "supermaven_api",
13373 "text",
13374 "theme",
13375 "ui",
13376 "unicode-segmentation",
13377 "util",
13378]
13379
13380[[package]]
13381name = "supermaven_api"
13382version = "0.1.0"
13383dependencies = [
13384 "anyhow",
13385 "futures 0.3.31",
13386 "http_client",
13387 "paths",
13388 "serde",
13389 "serde_json",
13390 "smol",
13391]
13392
13393[[package]]
13394name = "sval"
13395version = "2.13.2"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13398
13399[[package]]
13400name = "sval_buffer"
13401version = "2.13.2"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13404dependencies = [
13405 "sval",
13406 "sval_ref",
13407]
13408
13409[[package]]
13410name = "sval_dynamic"
13411version = "2.13.2"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13414dependencies = [
13415 "sval",
13416]
13417
13418[[package]]
13419name = "sval_fmt"
13420version = "2.13.2"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13423dependencies = [
13424 "itoa",
13425 "ryu",
13426 "sval",
13427]
13428
13429[[package]]
13430name = "sval_json"
13431version = "2.13.2"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13434dependencies = [
13435 "itoa",
13436 "ryu",
13437 "sval",
13438]
13439
13440[[package]]
13441name = "sval_nested"
13442version = "2.13.2"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13445dependencies = [
13446 "sval",
13447 "sval_buffer",
13448 "sval_ref",
13449]
13450
13451[[package]]
13452name = "sval_ref"
13453version = "2.13.2"
13454source = "registry+https://github.com/rust-lang/crates.io-index"
13455checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13456dependencies = [
13457 "sval",
13458]
13459
13460[[package]]
13461name = "sval_serde"
13462version = "2.13.2"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13465dependencies = [
13466 "serde",
13467 "sval",
13468 "sval_nested",
13469]
13470
13471[[package]]
13472name = "svg_fmt"
13473version = "0.4.4"
13474source = "registry+https://github.com/rust-lang/crates.io-index"
13475checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13476
13477[[package]]
13478name = "svgtypes"
13479version = "0.15.3"
13480source = "registry+https://github.com/rust-lang/crates.io-index"
13481checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13482dependencies = [
13483 "kurbo",
13484 "siphasher 1.0.1",
13485]
13486
13487[[package]]
13488name = "swash"
13489version = "0.2.1"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13492dependencies = [
13493 "skrifa",
13494 "yazi",
13495 "zeno",
13496]
13497
13498[[package]]
13499name = "syn"
13500version = "1.0.109"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13503dependencies = [
13504 "proc-macro2",
13505 "quote",
13506 "unicode-ident",
13507]
13508
13509[[package]]
13510name = "syn"
13511version = "2.0.100"
13512source = "registry+https://github.com/rust-lang/crates.io-index"
13513checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13514dependencies = [
13515 "proc-macro2",
13516 "quote",
13517 "unicode-ident",
13518]
13519
13520[[package]]
13521name = "sync_wrapper"
13522version = "0.1.2"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13525
13526[[package]]
13527name = "sync_wrapper"
13528version = "1.0.2"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13531dependencies = [
13532 "futures-core",
13533]
13534
13535[[package]]
13536name = "synchronoise"
13537version = "1.0.1"
13538source = "registry+https://github.com/rust-lang/crates.io-index"
13539checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13540dependencies = [
13541 "crossbeam-queue",
13542]
13543
13544[[package]]
13545name = "synstructure"
13546version = "0.13.1"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13549dependencies = [
13550 "proc-macro2",
13551 "quote",
13552 "syn 2.0.100",
13553]
13554
13555[[package]]
13556name = "sys-locale"
13557version = "0.3.2"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13560dependencies = [
13561 "libc",
13562]
13563
13564[[package]]
13565name = "sysinfo"
13566version = "0.31.4"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13569dependencies = [
13570 "core-foundation-sys",
13571 "libc",
13572 "memchr",
13573 "ntapi",
13574 "rayon",
13575 "windows 0.57.0",
13576]
13577
13578[[package]]
13579name = "system-configuration"
13580version = "0.5.1"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13583dependencies = [
13584 "bitflags 1.3.2",
13585 "core-foundation 0.9.4",
13586 "system-configuration-sys 0.5.0",
13587]
13588
13589[[package]]
13590name = "system-configuration"
13591version = "0.6.1"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13594dependencies = [
13595 "bitflags 2.9.0",
13596 "core-foundation 0.9.4",
13597 "system-configuration-sys 0.6.0",
13598]
13599
13600[[package]]
13601name = "system-configuration-sys"
13602version = "0.5.0"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13605dependencies = [
13606 "core-foundation-sys",
13607 "libc",
13608]
13609
13610[[package]]
13611name = "system-configuration-sys"
13612version = "0.6.0"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13615dependencies = [
13616 "core-foundation-sys",
13617 "libc",
13618]
13619
13620[[package]]
13621name = "system-deps"
13622version = "6.2.2"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13625dependencies = [
13626 "cfg-expr",
13627 "heck 0.5.0",
13628 "pkg-config",
13629 "toml 0.8.20",
13630 "version-compare",
13631]
13632
13633[[package]]
13634name = "system-interface"
13635version = "0.27.3"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13638dependencies = [
13639 "bitflags 2.9.0",
13640 "cap-fs-ext",
13641 "cap-std",
13642 "fd-lock",
13643 "io-lifetimes",
13644 "rustix",
13645 "windows-sys 0.59.0",
13646 "winx",
13647]
13648
13649[[package]]
13650name = "tab_switcher"
13651version = "0.1.0"
13652dependencies = [
13653 "anyhow",
13654 "collections",
13655 "ctor",
13656 "editor",
13657 "env_logger 0.11.7",
13658 "gpui",
13659 "language",
13660 "menu",
13661 "picker",
13662 "project",
13663 "schemars",
13664 "serde",
13665 "serde_json",
13666 "settings",
13667 "theme",
13668 "ui",
13669 "util",
13670 "workspace",
13671]
13672
13673[[package]]
13674name = "taffy"
13675version = "0.4.4"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13678dependencies = [
13679 "arrayvec",
13680 "grid",
13681 "num-traits",
13682 "serde",
13683 "slotmap",
13684]
13685
13686[[package]]
13687name = "take-until"
13688version = "0.2.0"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13691
13692[[package]]
13693name = "tap"
13694version = "1.0.1"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13697
13698[[package]]
13699name = "target-lexicon"
13700version = "0.12.16"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13703
13704[[package]]
13705name = "target-lexicon"
13706version = "0.13.2"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13709
13710[[package]]
13711name = "task"
13712version = "0.1.0"
13713dependencies = [
13714 "anyhow",
13715 "collections",
13716 "dap-types",
13717 "futures 0.3.31",
13718 "gpui",
13719 "hex",
13720 "parking_lot",
13721 "schemars",
13722 "serde",
13723 "serde_json",
13724 "serde_json_lenient",
13725 "sha2",
13726 "shellexpand 2.1.2",
13727 "util",
13728 "zed_actions",
13729]
13730
13731[[package]]
13732name = "tasks_ui"
13733version = "0.1.0"
13734dependencies = [
13735 "anyhow",
13736 "debugger_ui",
13737 "editor",
13738 "feature_flags",
13739 "file_icons",
13740 "fuzzy",
13741 "gpui",
13742 "language",
13743 "menu",
13744 "picker",
13745 "project",
13746 "schemars",
13747 "serde",
13748 "serde_json",
13749 "settings",
13750 "task",
13751 "tree-sitter-rust",
13752 "tree-sitter-typescript",
13753 "ui",
13754 "util",
13755 "workspace",
13756 "zed_actions",
13757]
13758
13759[[package]]
13760name = "telemetry"
13761version = "0.1.0"
13762dependencies = [
13763 "futures 0.3.31",
13764 "serde",
13765 "serde_json",
13766 "telemetry_events",
13767]
13768
13769[[package]]
13770name = "telemetry_events"
13771version = "0.1.0"
13772dependencies = [
13773 "semantic_version",
13774 "serde",
13775 "serde_json",
13776]
13777
13778[[package]]
13779name = "tempfile"
13780version = "3.17.1"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13783dependencies = [
13784 "cfg-if",
13785 "fastrand 2.3.0",
13786 "getrandom 0.3.1",
13787 "once_cell",
13788 "rustix",
13789 "windows-sys 0.59.0",
13790]
13791
13792[[package]]
13793name = "tendril"
13794version = "0.4.3"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13797dependencies = [
13798 "futf",
13799 "mac",
13800 "utf-8",
13801]
13802
13803[[package]]
13804name = "termcolor"
13805version = "1.4.1"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13808dependencies = [
13809 "winapi-util",
13810]
13811
13812[[package]]
13813name = "terminal"
13814version = "0.1.0"
13815dependencies = [
13816 "alacritty_terminal",
13817 "anyhow",
13818 "collections",
13819 "dirs 4.0.0",
13820 "futures 0.3.31",
13821 "gpui",
13822 "libc",
13823 "rand 0.8.5",
13824 "regex",
13825 "release_channel",
13826 "schemars",
13827 "serde",
13828 "serde_derive",
13829 "settings",
13830 "smol",
13831 "sysinfo",
13832 "task",
13833 "theme",
13834 "thiserror 2.0.12",
13835 "util",
13836 "windows 0.61.1",
13837]
13838
13839[[package]]
13840name = "terminal_size"
13841version = "0.4.1"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13844dependencies = [
13845 "rustix",
13846 "windows-sys 0.59.0",
13847]
13848
13849[[package]]
13850name = "terminal_view"
13851version = "0.1.0"
13852dependencies = [
13853 "anyhow",
13854 "async-recursion 1.1.1",
13855 "breadcrumbs",
13856 "client",
13857 "collections",
13858 "db",
13859 "dirs 4.0.0",
13860 "editor",
13861 "futures 0.3.31",
13862 "gpui",
13863 "itertools 0.14.0",
13864 "language",
13865 "log",
13866 "project",
13867 "rand 0.8.5",
13868 "schemars",
13869 "search",
13870 "serde",
13871 "serde_json",
13872 "settings",
13873 "shellexpand 2.1.2",
13874 "smol",
13875 "task",
13876 "terminal",
13877 "theme",
13878 "ui",
13879 "util",
13880 "workspace",
13881 "zed_actions",
13882]
13883
13884[[package]]
13885name = "text"
13886version = "0.1.0"
13887dependencies = [
13888 "anyhow",
13889 "clock",
13890 "collections",
13891 "ctor",
13892 "env_logger 0.11.7",
13893 "gpui",
13894 "http_client",
13895 "log",
13896 "parking_lot",
13897 "postage",
13898 "rand 0.8.5",
13899 "regex",
13900 "rope",
13901 "smallvec",
13902 "sum_tree",
13903 "util",
13904]
13905
13906[[package]]
13907name = "theme"
13908version = "0.1.0"
13909dependencies = [
13910 "anyhow",
13911 "collections",
13912 "derive_more",
13913 "fs",
13914 "futures 0.3.31",
13915 "gpui",
13916 "indexmap",
13917 "log",
13918 "palette",
13919 "parking_lot",
13920 "refineable",
13921 "schemars",
13922 "serde",
13923 "serde_derive",
13924 "serde_json",
13925 "serde_json_lenient",
13926 "serde_repr",
13927 "settings",
13928 "strum",
13929 "thiserror 2.0.12",
13930 "util",
13931 "uuid",
13932]
13933
13934[[package]]
13935name = "theme_extension"
13936version = "0.1.0"
13937dependencies = [
13938 "anyhow",
13939 "extension",
13940 "fs",
13941 "gpui",
13942 "theme",
13943]
13944
13945[[package]]
13946name = "theme_importer"
13947version = "0.1.0"
13948dependencies = [
13949 "anyhow",
13950 "clap",
13951 "gpui",
13952 "indexmap",
13953 "log",
13954 "palette",
13955 "rust-embed",
13956 "serde",
13957 "serde_json",
13958 "serde_json_lenient",
13959 "simplelog",
13960 "strum",
13961 "theme",
13962 "vscode_theme",
13963]
13964
13965[[package]]
13966name = "theme_selector"
13967version = "0.1.0"
13968dependencies = [
13969 "fs",
13970 "fuzzy",
13971 "gpui",
13972 "log",
13973 "picker",
13974 "serde",
13975 "settings",
13976 "telemetry",
13977 "theme",
13978 "ui",
13979 "util",
13980 "workspace",
13981 "zed_actions",
13982]
13983
13984[[package]]
13985name = "thiserror"
13986version = "1.0.69"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13989dependencies = [
13990 "thiserror-impl 1.0.69",
13991]
13992
13993[[package]]
13994name = "thiserror"
13995version = "2.0.12"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
13998dependencies = [
13999 "thiserror-impl 2.0.12",
14000]
14001
14002[[package]]
14003name = "thiserror-impl"
14004version = "1.0.69"
14005source = "registry+https://github.com/rust-lang/crates.io-index"
14006checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14007dependencies = [
14008 "proc-macro2",
14009 "quote",
14010 "syn 2.0.100",
14011]
14012
14013[[package]]
14014name = "thiserror-impl"
14015version = "2.0.12"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14018dependencies = [
14019 "proc-macro2",
14020 "quote",
14021 "syn 2.0.100",
14022]
14023
14024[[package]]
14025name = "thread_local"
14026version = "1.1.8"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14029dependencies = [
14030 "cfg-if",
14031 "once_cell",
14032]
14033
14034[[package]]
14035name = "tiff"
14036version = "0.9.1"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14039dependencies = [
14040 "flate2",
14041 "jpeg-decoder",
14042 "weezl",
14043]
14044
14045[[package]]
14046name = "tiktoken-rs"
14047version = "0.6.0"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14050dependencies = [
14051 "anyhow",
14052 "base64 0.21.7",
14053 "bstr",
14054 "fancy-regex 0.13.0",
14055 "lazy_static",
14056 "parking_lot",
14057 "regex",
14058 "rustc-hash 1.1.0",
14059]
14060
14061[[package]]
14062name = "time"
14063version = "0.3.41"
14064source = "registry+https://github.com/rust-lang/crates.io-index"
14065checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
14066dependencies = [
14067 "deranged",
14068 "itoa",
14069 "libc",
14070 "num-conv",
14071 "num_threads",
14072 "powerfmt",
14073 "serde",
14074 "time-core",
14075 "time-macros",
14076]
14077
14078[[package]]
14079name = "time-core"
14080version = "0.1.4"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14083
14084[[package]]
14085name = "time-macros"
14086version = "0.2.22"
14087source = "registry+https://github.com/rust-lang/crates.io-index"
14088checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
14089dependencies = [
14090 "num-conv",
14091 "time-core",
14092]
14093
14094[[package]]
14095name = "time_format"
14096version = "0.1.0"
14097dependencies = [
14098 "core-foundation 0.9.4",
14099 "core-foundation-sys",
14100 "sys-locale",
14101 "time",
14102]
14103
14104[[package]]
14105name = "tiny-keccak"
14106version = "2.0.2"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14109dependencies = [
14110 "crunchy",
14111]
14112
14113[[package]]
14114name = "tiny-skia"
14115version = "0.11.4"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14118dependencies = [
14119 "arrayref",
14120 "arrayvec",
14121 "bytemuck",
14122 "cfg-if",
14123 "log",
14124 "png",
14125 "tiny-skia-path",
14126]
14127
14128[[package]]
14129name = "tiny-skia-path"
14130version = "0.11.4"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14133dependencies = [
14134 "arrayref",
14135 "bytemuck",
14136 "strict-num",
14137]
14138
14139[[package]]
14140name = "tiny_http"
14141version = "0.8.2"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14144dependencies = [
14145 "ascii",
14146 "chrono",
14147 "chunked_transfer",
14148 "log",
14149 "url",
14150]
14151
14152[[package]]
14153name = "tinystr"
14154version = "0.7.6"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14157dependencies = [
14158 "displaydoc",
14159 "zerovec",
14160]
14161
14162[[package]]
14163name = "tinytemplate"
14164version = "1.2.1"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14167dependencies = [
14168 "serde",
14169 "serde_json",
14170]
14171
14172[[package]]
14173name = "tinyvec"
14174version = "1.8.0"
14175source = "registry+https://github.com/rust-lang/crates.io-index"
14176checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14177dependencies = [
14178 "tinyvec_macros",
14179]
14180
14181[[package]]
14182name = "tinyvec_macros"
14183version = "0.1.1"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14186
14187[[package]]
14188name = "title_bar"
14189version = "0.1.0"
14190dependencies = [
14191 "auto_update",
14192 "call",
14193 "chrono",
14194 "client",
14195 "collections",
14196 "db",
14197 "feature_flags",
14198 "gpui",
14199 "http_client",
14200 "notifications",
14201 "pretty_assertions",
14202 "project",
14203 "remote",
14204 "rpc",
14205 "schemars",
14206 "serde",
14207 "settings",
14208 "smallvec",
14209 "story",
14210 "telemetry",
14211 "theme",
14212 "tree-sitter-md",
14213 "ui",
14214 "util",
14215 "windows 0.61.1",
14216 "workspace",
14217 "zed_actions",
14218]
14219
14220[[package]]
14221name = "tokio"
14222version = "1.43.0"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14225dependencies = [
14226 "backtrace",
14227 "bytes 1.10.1",
14228 "libc",
14229 "mio",
14230 "parking_lot",
14231 "pin-project-lite",
14232 "signal-hook-registry",
14233 "socket2",
14234 "tokio-macros",
14235 "windows-sys 0.52.0",
14236]
14237
14238[[package]]
14239name = "tokio-io"
14240version = "0.1.13"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14243dependencies = [
14244 "bytes 0.4.12",
14245 "futures 0.1.31",
14246 "log",
14247]
14248
14249[[package]]
14250name = "tokio-macros"
14251version = "2.5.0"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14254dependencies = [
14255 "proc-macro2",
14256 "quote",
14257 "syn 2.0.100",
14258]
14259
14260[[package]]
14261name = "tokio-native-tls"
14262version = "0.3.1"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14265dependencies = [
14266 "native-tls",
14267 "tokio",
14268]
14269
14270[[package]]
14271name = "tokio-rustls"
14272version = "0.24.1"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14275dependencies = [
14276 "rustls 0.21.12",
14277 "tokio",
14278]
14279
14280[[package]]
14281name = "tokio-rustls"
14282version = "0.26.1"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14285dependencies = [
14286 "rustls 0.23.25",
14287 "tokio",
14288]
14289
14290[[package]]
14291name = "tokio-socks"
14292version = "0.5.2"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14295dependencies = [
14296 "either",
14297 "futures-io",
14298 "futures-util",
14299 "thiserror 1.0.69",
14300 "tokio",
14301]
14302
14303[[package]]
14304name = "tokio-stream"
14305version = "0.1.17"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14308dependencies = [
14309 "futures-core",
14310 "pin-project-lite",
14311 "tokio",
14312]
14313
14314[[package]]
14315name = "tokio-tungstenite"
14316version = "0.20.1"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14319dependencies = [
14320 "futures-util",
14321 "log",
14322 "rustls 0.21.12",
14323 "rustls-native-certs 0.6.3",
14324 "tokio",
14325 "tokio-rustls 0.24.1",
14326 "tungstenite 0.20.1",
14327]
14328
14329[[package]]
14330name = "tokio-tungstenite"
14331version = "0.21.0"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14334dependencies = [
14335 "futures-util",
14336 "log",
14337 "tokio",
14338 "tungstenite 0.21.0",
14339]
14340
14341[[package]]
14342name = "tokio-util"
14343version = "0.7.13"
14344source = "registry+https://github.com/rust-lang/crates.io-index"
14345checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14346dependencies = [
14347 "bytes 1.10.1",
14348 "futures-core",
14349 "futures-io",
14350 "futures-sink",
14351 "pin-project-lite",
14352 "tokio",
14353]
14354
14355[[package]]
14356name = "toml"
14357version = "0.5.11"
14358source = "registry+https://github.com/rust-lang/crates.io-index"
14359checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14360dependencies = [
14361 "serde",
14362]
14363
14364[[package]]
14365name = "toml"
14366version = "0.8.20"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14369dependencies = [
14370 "serde",
14371 "serde_spanned",
14372 "toml_datetime",
14373 "toml_edit",
14374]
14375
14376[[package]]
14377name = "toml_datetime"
14378version = "0.6.8"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14381dependencies = [
14382 "serde",
14383]
14384
14385[[package]]
14386name = "toml_edit"
14387version = "0.22.23"
14388source = "registry+https://github.com/rust-lang/crates.io-index"
14389checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14390dependencies = [
14391 "indexmap",
14392 "serde",
14393 "serde_spanned",
14394 "toml_datetime",
14395 "winnow 0.7.1",
14396]
14397
14398[[package]]
14399name = "toolchain_selector"
14400version = "0.1.0"
14401dependencies = [
14402 "editor",
14403 "fuzzy",
14404 "gpui",
14405 "language",
14406 "picker",
14407 "project",
14408 "ui",
14409 "util",
14410 "workspace",
14411]
14412
14413[[package]]
14414name = "topological-sort"
14415version = "0.2.2"
14416source = "registry+https://github.com/rust-lang/crates.io-index"
14417checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14418
14419[[package]]
14420name = "tower"
14421version = "0.4.13"
14422source = "registry+https://github.com/rust-lang/crates.io-index"
14423checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14424dependencies = [
14425 "futures-core",
14426 "futures-util",
14427 "pin-project",
14428 "pin-project-lite",
14429 "tokio",
14430 "tower-layer",
14431 "tower-service",
14432 "tracing",
14433]
14434
14435[[package]]
14436name = "tower-http"
14437version = "0.3.5"
14438source = "registry+https://github.com/rust-lang/crates.io-index"
14439checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14440dependencies = [
14441 "bitflags 1.3.2",
14442 "bytes 1.10.1",
14443 "futures-core",
14444 "futures-util",
14445 "http 0.2.12",
14446 "http-body 0.4.6",
14447 "http-range-header",
14448 "pin-project-lite",
14449 "tower-layer",
14450 "tower-service",
14451]
14452
14453[[package]]
14454name = "tower-http"
14455version = "0.4.4"
14456source = "registry+https://github.com/rust-lang/crates.io-index"
14457checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14458dependencies = [
14459 "bitflags 2.9.0",
14460 "bytes 1.10.1",
14461 "futures-core",
14462 "futures-util",
14463 "http 0.2.12",
14464 "http-body 0.4.6",
14465 "http-range-header",
14466 "pin-project-lite",
14467 "tower-layer",
14468 "tower-service",
14469 "tracing",
14470]
14471
14472[[package]]
14473name = "tower-layer"
14474version = "0.3.3"
14475source = "registry+https://github.com/rust-lang/crates.io-index"
14476checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14477
14478[[package]]
14479name = "tower-service"
14480version = "0.3.3"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14483
14484[[package]]
14485name = "tracing"
14486version = "0.1.41"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14489dependencies = [
14490 "log",
14491 "pin-project-lite",
14492 "tracing-attributes",
14493 "tracing-core",
14494]
14495
14496[[package]]
14497name = "tracing-attributes"
14498version = "0.1.28"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14501dependencies = [
14502 "proc-macro2",
14503 "quote",
14504 "syn 2.0.100",
14505]
14506
14507[[package]]
14508name = "tracing-core"
14509version = "0.1.33"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14512dependencies = [
14513 "once_cell",
14514 "valuable",
14515]
14516
14517[[package]]
14518name = "tracing-log"
14519version = "0.2.0"
14520source = "registry+https://github.com/rust-lang/crates.io-index"
14521checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14522dependencies = [
14523 "log",
14524 "once_cell",
14525 "tracing-core",
14526]
14527
14528[[package]]
14529name = "tracing-serde"
14530version = "0.2.0"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14533dependencies = [
14534 "serde",
14535 "tracing-core",
14536]
14537
14538[[package]]
14539name = "tracing-subscriber"
14540version = "0.3.19"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14543dependencies = [
14544 "matchers",
14545 "nu-ansi-term",
14546 "once_cell",
14547 "regex",
14548 "serde",
14549 "serde_json",
14550 "sharded-slab",
14551 "smallvec",
14552 "thread_local",
14553 "tracing",
14554 "tracing-core",
14555 "tracing-log",
14556 "tracing-serde",
14557]
14558
14559[[package]]
14560name = "trait-variant"
14561version = "0.1.2"
14562source = "registry+https://github.com/rust-lang/crates.io-index"
14563checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14564dependencies = [
14565 "proc-macro2",
14566 "quote",
14567 "syn 2.0.100",
14568]
14569
14570[[package]]
14571name = "tree-sitter"
14572version = "0.25.3"
14573source = "registry+https://github.com/rust-lang/crates.io-index"
14574checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14575dependencies = [
14576 "cc",
14577 "regex",
14578 "regex-syntax 0.8.5",
14579 "serde_json",
14580 "streaming-iterator",
14581 "tree-sitter-language",
14582 "wasmtime-c-api-impl",
14583]
14584
14585[[package]]
14586name = "tree-sitter-bash"
14587version = "0.23.3"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14590dependencies = [
14591 "cc",
14592 "tree-sitter-language",
14593]
14594
14595[[package]]
14596name = "tree-sitter-c"
14597version = "0.23.4"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14600dependencies = [
14601 "cc",
14602 "tree-sitter-language",
14603]
14604
14605[[package]]
14606name = "tree-sitter-cpp"
14607version = "0.23.4"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14610dependencies = [
14611 "cc",
14612 "tree-sitter-language",
14613]
14614
14615[[package]]
14616name = "tree-sitter-css"
14617version = "0.23.2"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14620dependencies = [
14621 "cc",
14622 "tree-sitter-language",
14623]
14624
14625[[package]]
14626name = "tree-sitter-diff"
14627version = "0.1.0"
14628source = "registry+https://github.com/rust-lang/crates.io-index"
14629checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14630dependencies = [
14631 "cc",
14632 "tree-sitter-language",
14633]
14634
14635[[package]]
14636name = "tree-sitter-elixir"
14637version = "0.3.4"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14640dependencies = [
14641 "cc",
14642 "tree-sitter-language",
14643]
14644
14645[[package]]
14646name = "tree-sitter-embedded-template"
14647version = "0.23.2"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14650dependencies = [
14651 "cc",
14652 "tree-sitter-language",
14653]
14654
14655[[package]]
14656name = "tree-sitter-gitcommit"
14657version = "0.0.1"
14658source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14659dependencies = [
14660 "cc",
14661 "tree-sitter-language",
14662]
14663
14664[[package]]
14665name = "tree-sitter-go"
14666version = "0.23.4"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14669dependencies = [
14670 "cc",
14671 "tree-sitter-language",
14672]
14673
14674[[package]]
14675name = "tree-sitter-gomod"
14676version = "1.1.1"
14677source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14678dependencies = [
14679 "cc",
14680 "tree-sitter-language",
14681]
14682
14683[[package]]
14684name = "tree-sitter-gowork"
14685version = "0.0.1"
14686source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14687dependencies = [
14688 "cc",
14689 "tree-sitter-language",
14690]
14691
14692[[package]]
14693name = "tree-sitter-heex"
14694version = "0.0.1"
14695source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14696dependencies = [
14697 "cc",
14698 "tree-sitter-language",
14699]
14700
14701[[package]]
14702name = "tree-sitter-html"
14703version = "0.23.2"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14706dependencies = [
14707 "cc",
14708 "tree-sitter-language",
14709]
14710
14711[[package]]
14712name = "tree-sitter-jsdoc"
14713version = "0.23.2"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14716dependencies = [
14717 "cc",
14718 "tree-sitter-language",
14719]
14720
14721[[package]]
14722name = "tree-sitter-json"
14723version = "0.24.8"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14726dependencies = [
14727 "cc",
14728 "tree-sitter-language",
14729]
14730
14731[[package]]
14732name = "tree-sitter-language"
14733version = "0.1.3"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14736
14737[[package]]
14738name = "tree-sitter-md"
14739version = "0.3.2"
14740source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14741dependencies = [
14742 "cc",
14743 "tree-sitter-language",
14744]
14745
14746[[package]]
14747name = "tree-sitter-python"
14748version = "0.23.6"
14749source = "registry+https://github.com/rust-lang/crates.io-index"
14750checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14751dependencies = [
14752 "cc",
14753 "tree-sitter-language",
14754]
14755
14756[[package]]
14757name = "tree-sitter-regex"
14758version = "0.24.3"
14759source = "registry+https://github.com/rust-lang/crates.io-index"
14760checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14761dependencies = [
14762 "cc",
14763 "tree-sitter-language",
14764]
14765
14766[[package]]
14767name = "tree-sitter-ruby"
14768version = "0.23.1"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14771dependencies = [
14772 "cc",
14773 "tree-sitter-language",
14774]
14775
14776[[package]]
14777name = "tree-sitter-rust"
14778version = "0.23.2"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14781dependencies = [
14782 "cc",
14783 "tree-sitter-language",
14784]
14785
14786[[package]]
14787name = "tree-sitter-typescript"
14788version = "0.23.2"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14791dependencies = [
14792 "cc",
14793 "tree-sitter-language",
14794]
14795
14796[[package]]
14797name = "tree-sitter-yaml"
14798version = "0.6.1"
14799source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14800dependencies = [
14801 "cc",
14802 "tree-sitter-language",
14803]
14804
14805[[package]]
14806name = "try-lock"
14807version = "0.2.5"
14808source = "registry+https://github.com/rust-lang/crates.io-index"
14809checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14810
14811[[package]]
14812name = "ttf-parser"
14813version = "0.20.0"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14816
14817[[package]]
14818name = "ttf-parser"
14819version = "0.21.1"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14822
14823[[package]]
14824name = "ttf-parser"
14825version = "0.25.1"
14826source = "registry+https://github.com/rust-lang/crates.io-index"
14827checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14828dependencies = [
14829 "core_maths",
14830]
14831
14832[[package]]
14833name = "tungstenite"
14834version = "0.20.1"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14837dependencies = [
14838 "byteorder",
14839 "bytes 1.10.1",
14840 "data-encoding",
14841 "http 0.2.12",
14842 "httparse",
14843 "log",
14844 "rand 0.8.5",
14845 "rustls 0.21.12",
14846 "sha1",
14847 "thiserror 1.0.69",
14848 "url",
14849 "utf-8",
14850]
14851
14852[[package]]
14853name = "tungstenite"
14854version = "0.21.0"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14857dependencies = [
14858 "byteorder",
14859 "bytes 1.10.1",
14860 "data-encoding",
14861 "http 1.2.0",
14862 "httparse",
14863 "log",
14864 "rand 0.8.5",
14865 "sha1",
14866 "thiserror 1.0.69",
14867 "url",
14868 "utf-8",
14869]
14870
14871[[package]]
14872name = "tungstenite"
14873version = "0.24.0"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14876dependencies = [
14877 "byteorder",
14878 "bytes 1.10.1",
14879 "data-encoding",
14880 "http 1.2.0",
14881 "httparse",
14882 "log",
14883 "rand 0.8.5",
14884 "sha1",
14885 "thiserror 1.0.69",
14886 "utf-8",
14887]
14888
14889[[package]]
14890name = "typeid"
14891version = "1.0.2"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14894
14895[[package]]
14896name = "typenum"
14897version = "1.17.0"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14900
14901[[package]]
14902name = "ucd-trie"
14903version = "0.1.7"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14906
14907[[package]]
14908name = "uds_windows"
14909version = "1.1.0"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14912dependencies = [
14913 "memoffset",
14914 "tempfile",
14915 "winapi",
14916]
14917
14918[[package]]
14919name = "ui"
14920version = "0.1.0"
14921dependencies = [
14922 "chrono",
14923 "component",
14924 "gpui",
14925 "icons",
14926 "itertools 0.14.0",
14927 "linkme",
14928 "menu",
14929 "serde",
14930 "settings",
14931 "smallvec",
14932 "story",
14933 "strum",
14934 "theme",
14935 "ui_macros",
14936 "util",
14937 "windows 0.61.1",
14938]
14939
14940[[package]]
14941name = "ui_input"
14942version = "0.1.0"
14943dependencies = [
14944 "editor",
14945 "gpui",
14946 "settings",
14947 "theme",
14948 "ui",
14949]
14950
14951[[package]]
14952name = "ui_macros"
14953version = "0.1.0"
14954dependencies = [
14955 "convert_case 0.8.0",
14956 "linkme",
14957 "proc-macro2",
14958 "quote",
14959 "syn 1.0.109",
14960]
14961
14962[[package]]
14963name = "ui_prompt"
14964version = "0.1.0"
14965dependencies = [
14966 "gpui",
14967 "markdown",
14968 "menu",
14969 "settings",
14970 "theme",
14971 "ui",
14972 "workspace",
14973]
14974
14975[[package]]
14976name = "unicase"
14977version = "2.8.1"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14980
14981[[package]]
14982name = "unicode-bidi"
14983version = "0.3.17"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14986
14987[[package]]
14988name = "unicode-bidi-mirroring"
14989version = "0.2.0"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14992
14993[[package]]
14994name = "unicode-bidi-mirroring"
14995version = "0.4.0"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
14998
14999[[package]]
15000name = "unicode-ccc"
15001version = "0.2.0"
15002source = "registry+https://github.com/rust-lang/crates.io-index"
15003checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15004
15005[[package]]
15006name = "unicode-ccc"
15007version = "0.4.0"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15010
15011[[package]]
15012name = "unicode-ident"
15013version = "1.0.14"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15016
15017[[package]]
15018name = "unicode-linebreak"
15019version = "0.1.5"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15022
15023[[package]]
15024name = "unicode-normalization"
15025version = "0.1.24"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15028dependencies = [
15029 "tinyvec",
15030]
15031
15032[[package]]
15033name = "unicode-properties"
15034version = "0.1.3"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15037
15038[[package]]
15039name = "unicode-script"
15040version = "0.5.7"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15043
15044[[package]]
15045name = "unicode-segmentation"
15046version = "1.12.0"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15049
15050[[package]]
15051name = "unicode-vo"
15052version = "0.1.0"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15055
15056[[package]]
15057name = "unicode-width"
15058version = "0.1.14"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15061
15062[[package]]
15063name = "unicode-xid"
15064version = "0.2.6"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15067
15068[[package]]
15069name = "unicode_categories"
15070version = "0.1.1"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15073
15074[[package]]
15075name = "unindent"
15076version = "0.2.4"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15079
15080[[package]]
15081name = "untrusted"
15082version = "0.9.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15085
15086[[package]]
15087name = "url"
15088version = "2.5.4"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15091dependencies = [
15092 "form_urlencoded",
15093 "idna",
15094 "percent-encoding",
15095 "serde",
15096]
15097
15098[[package]]
15099name = "urlencoding"
15100version = "2.1.3"
15101source = "registry+https://github.com/rust-lang/crates.io-index"
15102checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15103
15104[[package]]
15105name = "usvg"
15106version = "0.45.0"
15107source = "registry+https://github.com/rust-lang/crates.io-index"
15108checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15109dependencies = [
15110 "base64 0.22.1",
15111 "data-url",
15112 "flate2",
15113 "fontdb 0.23.0",
15114 "imagesize",
15115 "kurbo",
15116 "log",
15117 "pico-args",
15118 "roxmltree",
15119 "rustybuzz 0.20.1",
15120 "simplecss",
15121 "siphasher 1.0.1",
15122 "strict-num",
15123 "svgtypes",
15124 "tiny-skia-path",
15125 "unicode-bidi",
15126 "unicode-script",
15127 "unicode-vo",
15128 "xmlwriter",
15129]
15130
15131[[package]]
15132name = "utf-8"
15133version = "0.7.6"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15136
15137[[package]]
15138name = "utf16_iter"
15139version = "1.0.5"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15142
15143[[package]]
15144name = "utf8_iter"
15145version = "1.0.4"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15148
15149[[package]]
15150name = "utf8parse"
15151version = "0.2.2"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15154
15155[[package]]
15156name = "util"
15157version = "0.1.0"
15158dependencies = [
15159 "anyhow",
15160 "async-fs",
15161 "collections",
15162 "dirs 4.0.0",
15163 "dunce",
15164 "futures 0.3.31",
15165 "futures-lite 1.13.0",
15166 "git2",
15167 "globset",
15168 "itertools 0.14.0",
15169 "libc",
15170 "log",
15171 "rand 0.8.5",
15172 "regex",
15173 "rust-embed",
15174 "serde",
15175 "serde_json",
15176 "smol",
15177 "take-until",
15178 "tempfile",
15179 "tendril",
15180 "unicase",
15181 "util_macros",
15182]
15183
15184[[package]]
15185name = "util_macros"
15186version = "0.1.0"
15187dependencies = [
15188 "quote",
15189 "syn 1.0.109",
15190]
15191
15192[[package]]
15193name = "uuid"
15194version = "1.13.2"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15197dependencies = [
15198 "getrandom 0.3.1",
15199 "serde",
15200 "sha1_smol",
15201]
15202
15203[[package]]
15204name = "v_frame"
15205version = "0.3.8"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15208dependencies = [
15209 "aligned-vec",
15210 "num-traits",
15211 "wasm-bindgen",
15212]
15213
15214[[package]]
15215name = "valuable"
15216version = "0.1.0"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15219
15220[[package]]
15221name = "value-bag"
15222version = "1.10.0"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15225dependencies = [
15226 "value-bag-serde1",
15227 "value-bag-sval2",
15228]
15229
15230[[package]]
15231name = "value-bag-serde1"
15232version = "1.10.0"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15235dependencies = [
15236 "erased-serde",
15237 "serde",
15238 "serde_fmt",
15239]
15240
15241[[package]]
15242name = "value-bag-sval2"
15243version = "1.10.0"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15246dependencies = [
15247 "sval",
15248 "sval_buffer",
15249 "sval_dynamic",
15250 "sval_fmt",
15251 "sval_json",
15252 "sval_ref",
15253 "sval_serde",
15254]
15255
15256[[package]]
15257name = "vcpkg"
15258version = "0.2.15"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15261
15262[[package]]
15263name = "version-compare"
15264version = "0.2.0"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15267
15268[[package]]
15269name = "version_check"
15270version = "0.9.5"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15273
15274[[package]]
15275name = "vim"
15276version = "0.1.0"
15277dependencies = [
15278 "anyhow",
15279 "assets",
15280 "async-compat",
15281 "async-trait",
15282 "collections",
15283 "command_palette",
15284 "command_palette_hooks",
15285 "db",
15286 "editor",
15287 "futures 0.3.31",
15288 "git_ui",
15289 "gpui",
15290 "indoc",
15291 "itertools 0.14.0",
15292 "language",
15293 "libc",
15294 "log",
15295 "lsp",
15296 "multi_buffer",
15297 "nvim-rs",
15298 "parking_lot",
15299 "picker",
15300 "project",
15301 "project_panel",
15302 "regex",
15303 "release_channel",
15304 "schemars",
15305 "search",
15306 "serde",
15307 "serde_derive",
15308 "serde_json",
15309 "settings",
15310 "task",
15311 "text",
15312 "theme",
15313 "tokio",
15314 "ui",
15315 "util",
15316 "vim_mode_setting",
15317 "workspace",
15318 "zed_actions",
15319]
15320
15321[[package]]
15322name = "vim_mode_setting"
15323version = "0.1.0"
15324dependencies = [
15325 "anyhow",
15326 "gpui",
15327 "settings",
15328]
15329
15330[[package]]
15331name = "vscode_theme"
15332version = "0.2.0"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15335dependencies = [
15336 "serde",
15337]
15338
15339[[package]]
15340name = "vsimd"
15341version = "0.8.0"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15344
15345[[package]]
15346name = "vswhom"
15347version = "0.1.0"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15350dependencies = [
15351 "libc",
15352 "vswhom-sys",
15353]
15354
15355[[package]]
15356name = "vswhom-sys"
15357version = "0.1.2"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15360dependencies = [
15361 "cc",
15362 "libc",
15363]
15364
15365[[package]]
15366name = "vte"
15367version = "0.15.0"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15370dependencies = [
15371 "arrayvec",
15372 "bitflags 2.9.0",
15373 "cursor-icon",
15374 "log",
15375 "memchr",
15376 "serde",
15377]
15378
15379[[package]]
15380name = "waker-fn"
15381version = "1.2.0"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15384
15385[[package]]
15386name = "walkdir"
15387version = "2.5.0"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15390dependencies = [
15391 "same-file",
15392 "winapi-util",
15393]
15394
15395[[package]]
15396name = "want"
15397version = "0.3.1"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15400dependencies = [
15401 "try-lock",
15402]
15403
15404[[package]]
15405name = "warp"
15406version = "0.3.7"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15409dependencies = [
15410 "bytes 1.10.1",
15411 "futures-channel",
15412 "futures-util",
15413 "headers",
15414 "http 0.2.12",
15415 "hyper 0.14.32",
15416 "log",
15417 "mime",
15418 "mime_guess",
15419 "percent-encoding",
15420 "pin-project",
15421 "scoped-tls",
15422 "serde",
15423 "serde_json",
15424 "serde_urlencoded",
15425 "tokio",
15426 "tokio-tungstenite 0.21.0",
15427 "tokio-util",
15428 "tower-service",
15429 "tracing",
15430]
15431
15432[[package]]
15433name = "wasi"
15434version = "0.9.0+wasi-snapshot-preview1"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15437
15438[[package]]
15439name = "wasi"
15440version = "0.11.0+wasi-snapshot-preview1"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15443
15444[[package]]
15445name = "wasi"
15446version = "0.13.3+wasi-0.2.2"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15449dependencies = [
15450 "wit-bindgen-rt 0.33.0",
15451]
15452
15453[[package]]
15454name = "wasite"
15455version = "0.1.0"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15458
15459[[package]]
15460name = "wasm-bindgen"
15461version = "0.2.99"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15464dependencies = [
15465 "cfg-if",
15466 "once_cell",
15467 "wasm-bindgen-macro",
15468]
15469
15470[[package]]
15471name = "wasm-bindgen-backend"
15472version = "0.2.99"
15473source = "registry+https://github.com/rust-lang/crates.io-index"
15474checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15475dependencies = [
15476 "bumpalo",
15477 "log",
15478 "proc-macro2",
15479 "quote",
15480 "syn 2.0.100",
15481 "wasm-bindgen-shared",
15482]
15483
15484[[package]]
15485name = "wasm-bindgen-futures"
15486version = "0.4.49"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15489dependencies = [
15490 "cfg-if",
15491 "js-sys",
15492 "once_cell",
15493 "wasm-bindgen",
15494 "web-sys",
15495]
15496
15497[[package]]
15498name = "wasm-bindgen-macro"
15499version = "0.2.99"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15502dependencies = [
15503 "quote",
15504 "wasm-bindgen-macro-support",
15505]
15506
15507[[package]]
15508name = "wasm-bindgen-macro-support"
15509version = "0.2.99"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15512dependencies = [
15513 "proc-macro2",
15514 "quote",
15515 "syn 2.0.100",
15516 "wasm-bindgen-backend",
15517 "wasm-bindgen-shared",
15518]
15519
15520[[package]]
15521name = "wasm-bindgen-shared"
15522version = "0.2.99"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15525
15526[[package]]
15527name = "wasm-encoder"
15528version = "0.201.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15531dependencies = [
15532 "leb128",
15533]
15534
15535[[package]]
15536name = "wasm-encoder"
15537version = "0.221.3"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15540dependencies = [
15541 "leb128",
15542 "wasmparser 0.221.3",
15543]
15544
15545[[package]]
15546name = "wasm-metadata"
15547version = "0.201.0"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15550dependencies = [
15551 "anyhow",
15552 "indexmap",
15553 "serde",
15554 "serde_derive",
15555 "serde_json",
15556 "spdx",
15557 "wasm-encoder 0.201.0",
15558 "wasmparser 0.201.0",
15559]
15560
15561[[package]]
15562name = "wasm-metadata"
15563version = "0.221.3"
15564source = "registry+https://github.com/rust-lang/crates.io-index"
15565checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15566dependencies = [
15567 "anyhow",
15568 "indexmap",
15569 "serde",
15570 "serde_derive",
15571 "serde_json",
15572 "spdx",
15573 "wasm-encoder 0.221.3",
15574 "wasmparser 0.221.3",
15575]
15576
15577[[package]]
15578name = "wasm-streams"
15579version = "0.4.2"
15580source = "registry+https://github.com/rust-lang/crates.io-index"
15581checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15582dependencies = [
15583 "futures-util",
15584 "js-sys",
15585 "wasm-bindgen",
15586 "wasm-bindgen-futures",
15587 "web-sys",
15588]
15589
15590[[package]]
15591name = "wasmparser"
15592version = "0.201.0"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15595dependencies = [
15596 "bitflags 2.9.0",
15597 "indexmap",
15598 "semver",
15599]
15600
15601[[package]]
15602name = "wasmparser"
15603version = "0.221.3"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15606dependencies = [
15607 "bitflags 2.9.0",
15608 "hashbrown 0.15.2",
15609 "indexmap",
15610 "semver",
15611 "serde",
15612]
15613
15614[[package]]
15615name = "wasmprinter"
15616version = "0.221.3"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15619dependencies = [
15620 "anyhow",
15621 "termcolor",
15622 "wasmparser 0.221.3",
15623]
15624
15625[[package]]
15626name = "wasmtime"
15627version = "29.0.1"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15630dependencies = [
15631 "anyhow",
15632 "async-trait",
15633 "bitflags 2.9.0",
15634 "bumpalo",
15635 "cc",
15636 "cfg-if",
15637 "encoding_rs",
15638 "hashbrown 0.14.5",
15639 "indexmap",
15640 "libc",
15641 "log",
15642 "mach2",
15643 "memfd",
15644 "object",
15645 "once_cell",
15646 "paste",
15647 "postcard",
15648 "psm",
15649 "pulley-interpreter",
15650 "rustix",
15651 "semver",
15652 "serde",
15653 "serde_derive",
15654 "smallvec",
15655 "sptr",
15656 "target-lexicon 0.13.2",
15657 "trait-variant",
15658 "wasmparser 0.221.3",
15659 "wasmtime-asm-macros",
15660 "wasmtime-component-macro",
15661 "wasmtime-component-util",
15662 "wasmtime-cranelift",
15663 "wasmtime-environ",
15664 "wasmtime-fiber",
15665 "wasmtime-jit-icache-coherence",
15666 "wasmtime-math",
15667 "wasmtime-slab",
15668 "wasmtime-versioned-export-macros",
15669 "wasmtime-winch",
15670 "windows-sys 0.59.0",
15671]
15672
15673[[package]]
15674name = "wasmtime-asm-macros"
15675version = "29.0.1"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15678dependencies = [
15679 "cfg-if",
15680]
15681
15682[[package]]
15683name = "wasmtime-c-api-impl"
15684version = "29.0.1"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15687dependencies = [
15688 "anyhow",
15689 "log",
15690 "tracing",
15691 "wasmtime",
15692 "wasmtime-c-api-macros",
15693]
15694
15695[[package]]
15696name = "wasmtime-c-api-macros"
15697version = "29.0.1"
15698source = "registry+https://github.com/rust-lang/crates.io-index"
15699checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15700dependencies = [
15701 "proc-macro2",
15702 "quote",
15703]
15704
15705[[package]]
15706name = "wasmtime-component-macro"
15707version = "29.0.1"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15710dependencies = [
15711 "anyhow",
15712 "proc-macro2",
15713 "quote",
15714 "syn 2.0.100",
15715 "wasmtime-component-util",
15716 "wasmtime-wit-bindgen",
15717 "wit-parser 0.221.3",
15718]
15719
15720[[package]]
15721name = "wasmtime-component-util"
15722version = "29.0.1"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15725
15726[[package]]
15727name = "wasmtime-cranelift"
15728version = "29.0.1"
15729source = "registry+https://github.com/rust-lang/crates.io-index"
15730checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15731dependencies = [
15732 "anyhow",
15733 "cfg-if",
15734 "cranelift-codegen",
15735 "cranelift-control",
15736 "cranelift-entity",
15737 "cranelift-frontend",
15738 "cranelift-native",
15739 "gimli",
15740 "itertools 0.12.1",
15741 "log",
15742 "object",
15743 "smallvec",
15744 "target-lexicon 0.13.2",
15745 "thiserror 1.0.69",
15746 "wasmparser 0.221.3",
15747 "wasmtime-environ",
15748 "wasmtime-versioned-export-macros",
15749]
15750
15751[[package]]
15752name = "wasmtime-environ"
15753version = "29.0.1"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15756dependencies = [
15757 "anyhow",
15758 "cpp_demangle",
15759 "cranelift-bitset",
15760 "cranelift-entity",
15761 "gimli",
15762 "indexmap",
15763 "log",
15764 "object",
15765 "postcard",
15766 "rustc-demangle",
15767 "semver",
15768 "serde",
15769 "serde_derive",
15770 "smallvec",
15771 "target-lexicon 0.13.2",
15772 "wasm-encoder 0.221.3",
15773 "wasmparser 0.221.3",
15774 "wasmprinter",
15775 "wasmtime-component-util",
15776]
15777
15778[[package]]
15779name = "wasmtime-fiber"
15780version = "29.0.1"
15781source = "registry+https://github.com/rust-lang/crates.io-index"
15782checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15783dependencies = [
15784 "anyhow",
15785 "cc",
15786 "cfg-if",
15787 "rustix",
15788 "wasmtime-asm-macros",
15789 "wasmtime-versioned-export-macros",
15790 "windows-sys 0.59.0",
15791]
15792
15793[[package]]
15794name = "wasmtime-jit-icache-coherence"
15795version = "29.0.1"
15796source = "registry+https://github.com/rust-lang/crates.io-index"
15797checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15798dependencies = [
15799 "anyhow",
15800 "cfg-if",
15801 "libc",
15802 "windows-sys 0.59.0",
15803]
15804
15805[[package]]
15806name = "wasmtime-math"
15807version = "29.0.1"
15808source = "registry+https://github.com/rust-lang/crates.io-index"
15809checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15810dependencies = [
15811 "libm",
15812]
15813
15814[[package]]
15815name = "wasmtime-slab"
15816version = "29.0.1"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15819
15820[[package]]
15821name = "wasmtime-versioned-export-macros"
15822version = "29.0.1"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15825dependencies = [
15826 "proc-macro2",
15827 "quote",
15828 "syn 2.0.100",
15829]
15830
15831[[package]]
15832name = "wasmtime-wasi"
15833version = "29.0.1"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15836dependencies = [
15837 "anyhow",
15838 "async-trait",
15839 "bitflags 2.9.0",
15840 "bytes 1.10.1",
15841 "cap-fs-ext",
15842 "cap-net-ext",
15843 "cap-rand",
15844 "cap-std",
15845 "cap-time-ext",
15846 "fs-set-times",
15847 "futures 0.3.31",
15848 "io-extras",
15849 "io-lifetimes",
15850 "rustix",
15851 "system-interface",
15852 "thiserror 1.0.69",
15853 "tokio",
15854 "tracing",
15855 "trait-variant",
15856 "url",
15857 "wasmtime",
15858 "wiggle",
15859 "windows-sys 0.59.0",
15860]
15861
15862[[package]]
15863name = "wasmtime-winch"
15864version = "29.0.1"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15867dependencies = [
15868 "anyhow",
15869 "cranelift-codegen",
15870 "gimli",
15871 "object",
15872 "target-lexicon 0.13.2",
15873 "wasmparser 0.221.3",
15874 "wasmtime-cranelift",
15875 "wasmtime-environ",
15876 "winch-codegen",
15877]
15878
15879[[package]]
15880name = "wasmtime-wit-bindgen"
15881version = "29.0.1"
15882source = "registry+https://github.com/rust-lang/crates.io-index"
15883checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15884dependencies = [
15885 "anyhow",
15886 "heck 0.5.0",
15887 "indexmap",
15888 "wit-parser 0.221.3",
15889]
15890
15891[[package]]
15892name = "wast"
15893version = "35.0.2"
15894source = "registry+https://github.com/rust-lang/crates.io-index"
15895checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15896dependencies = [
15897 "leb128",
15898]
15899
15900[[package]]
15901name = "wayland-backend"
15902version = "0.3.8"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15905dependencies = [
15906 "cc",
15907 "downcast-rs",
15908 "rustix",
15909 "scoped-tls",
15910 "smallvec",
15911 "wayland-sys",
15912]
15913
15914[[package]]
15915name = "wayland-client"
15916version = "0.31.8"
15917source = "registry+https://github.com/rust-lang/crates.io-index"
15918checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15919dependencies = [
15920 "bitflags 2.9.0",
15921 "rustix",
15922 "wayland-backend",
15923 "wayland-scanner",
15924]
15925
15926[[package]]
15927name = "wayland-cursor"
15928version = "0.31.8"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15931dependencies = [
15932 "rustix",
15933 "wayland-client",
15934 "xcursor",
15935]
15936
15937[[package]]
15938name = "wayland-protocols"
15939version = "0.31.2"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15942dependencies = [
15943 "bitflags 2.9.0",
15944 "wayland-backend",
15945 "wayland-client",
15946 "wayland-scanner",
15947]
15948
15949[[package]]
15950name = "wayland-protocols-plasma"
15951version = "0.2.0"
15952source = "registry+https://github.com/rust-lang/crates.io-index"
15953checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15954dependencies = [
15955 "bitflags 2.9.0",
15956 "wayland-backend",
15957 "wayland-client",
15958 "wayland-protocols",
15959 "wayland-scanner",
15960]
15961
15962[[package]]
15963name = "wayland-scanner"
15964version = "0.31.6"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15967dependencies = [
15968 "proc-macro2",
15969 "quick-xml 0.37.2",
15970 "quote",
15971]
15972
15973[[package]]
15974name = "wayland-sys"
15975version = "0.31.6"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15978dependencies = [
15979 "dlib",
15980 "log",
15981 "once_cell",
15982 "pkg-config",
15983]
15984
15985[[package]]
15986name = "web-sys"
15987version = "0.3.76"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15990dependencies = [
15991 "js-sys",
15992 "wasm-bindgen",
15993]
15994
15995[[package]]
15996name = "web-time"
15997version = "1.1.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16000dependencies = [
16001 "js-sys",
16002 "wasm-bindgen",
16003]
16004
16005[[package]]
16006name = "webpki-root-certs"
16007version = "0.26.8"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16010dependencies = [
16011 "rustls-pki-types",
16012]
16013
16014[[package]]
16015name = "webpki-roots"
16016version = "0.26.7"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16019dependencies = [
16020 "rustls-pki-types",
16021]
16022
16023[[package]]
16024name = "webrtc-sys"
16025version = "0.3.5"
16026source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16027dependencies = [
16028 "cc",
16029 "cxx",
16030 "cxx-build",
16031 "glob",
16032 "log",
16033 "webrtc-sys-build",
16034]
16035
16036[[package]]
16037name = "webrtc-sys-build"
16038version = "0.3.5"
16039source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16040dependencies = [
16041 "fs2",
16042 "regex",
16043 "reqwest 0.11.27",
16044 "scratch",
16045 "semver",
16046 "zip",
16047]
16048
16049[[package]]
16050name = "weezl"
16051version = "0.1.8"
16052source = "registry+https://github.com/rust-lang/crates.io-index"
16053checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16054
16055[[package]]
16056name = "welcome"
16057version = "0.1.0"
16058dependencies = [
16059 "anyhow",
16060 "client",
16061 "db",
16062 "editor",
16063 "fuzzy",
16064 "gpui",
16065 "install_cli",
16066 "language",
16067 "picker",
16068 "project",
16069 "schemars",
16070 "serde",
16071 "settings",
16072 "telemetry",
16073 "ui",
16074 "util",
16075 "vim_mode_setting",
16076 "workspace",
16077 "zed_actions",
16078]
16079
16080[[package]]
16081name = "which"
16082version = "4.4.2"
16083source = "registry+https://github.com/rust-lang/crates.io-index"
16084checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16085dependencies = [
16086 "either",
16087 "home",
16088 "once_cell",
16089 "rustix",
16090]
16091
16092[[package]]
16093name = "which"
16094version = "6.0.3"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16097dependencies = [
16098 "either",
16099 "home",
16100 "rustix",
16101 "winsafe",
16102]
16103
16104[[package]]
16105name = "whoami"
16106version = "1.5.2"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16109dependencies = [
16110 "redox_syscall 0.5.8",
16111 "wasite",
16112]
16113
16114[[package]]
16115name = "wiggle"
16116version = "29.0.1"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16119dependencies = [
16120 "anyhow",
16121 "async-trait",
16122 "bitflags 2.9.0",
16123 "thiserror 1.0.69",
16124 "tracing",
16125 "wasmtime",
16126 "wiggle-macro",
16127]
16128
16129[[package]]
16130name = "wiggle-generate"
16131version = "29.0.1"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16134dependencies = [
16135 "anyhow",
16136 "heck 0.5.0",
16137 "proc-macro2",
16138 "quote",
16139 "shellexpand 2.1.2",
16140 "syn 2.0.100",
16141 "witx",
16142]
16143
16144[[package]]
16145name = "wiggle-macro"
16146version = "29.0.1"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16149dependencies = [
16150 "proc-macro2",
16151 "quote",
16152 "syn 2.0.100",
16153 "wiggle-generate",
16154]
16155
16156[[package]]
16157name = "winapi"
16158version = "0.3.9"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16161dependencies = [
16162 "winapi-i686-pc-windows-gnu",
16163 "winapi-x86_64-pc-windows-gnu",
16164]
16165
16166[[package]]
16167name = "winapi-i686-pc-windows-gnu"
16168version = "0.4.0"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16171
16172[[package]]
16173name = "winapi-util"
16174version = "0.1.9"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16177dependencies = [
16178 "windows-sys 0.48.0",
16179]
16180
16181[[package]]
16182name = "winapi-x86_64-pc-windows-gnu"
16183version = "0.4.0"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16186
16187[[package]]
16188name = "winch-codegen"
16189version = "29.0.1"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16192dependencies = [
16193 "anyhow",
16194 "cranelift-codegen",
16195 "gimli",
16196 "regalloc2",
16197 "smallvec",
16198 "target-lexicon 0.13.2",
16199 "thiserror 1.0.69",
16200 "wasmparser 0.221.3",
16201 "wasmtime-cranelift",
16202 "wasmtime-environ",
16203]
16204
16205[[package]]
16206name = "windows"
16207version = "0.54.0"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16210dependencies = [
16211 "windows-core 0.54.0",
16212 "windows-targets 0.52.6",
16213]
16214
16215[[package]]
16216name = "windows"
16217version = "0.57.0"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16220dependencies = [
16221 "windows-core 0.57.0",
16222 "windows-targets 0.52.6",
16223]
16224
16225[[package]]
16226name = "windows"
16227version = "0.58.0"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16230dependencies = [
16231 "windows-core 0.58.0",
16232 "windows-targets 0.52.6",
16233]
16234
16235[[package]]
16236name = "windows"
16237version = "0.61.1"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16240dependencies = [
16241 "windows-collections",
16242 "windows-core 0.61.0",
16243 "windows-future",
16244 "windows-link",
16245 "windows-numerics",
16246]
16247
16248[[package]]
16249name = "windows-collections"
16250version = "0.2.0"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16253dependencies = [
16254 "windows-core 0.61.0",
16255]
16256
16257[[package]]
16258name = "windows-core"
16259version = "0.52.0"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16262dependencies = [
16263 "windows-targets 0.52.6",
16264]
16265
16266[[package]]
16267name = "windows-core"
16268version = "0.54.0"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16271dependencies = [
16272 "windows-result 0.1.2",
16273 "windows-targets 0.52.6",
16274]
16275
16276[[package]]
16277name = "windows-core"
16278version = "0.57.0"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16281dependencies = [
16282 "windows-implement 0.57.0",
16283 "windows-interface 0.57.0",
16284 "windows-result 0.1.2",
16285 "windows-targets 0.52.6",
16286]
16287
16288[[package]]
16289name = "windows-core"
16290version = "0.58.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16293dependencies = [
16294 "windows-implement 0.58.0",
16295 "windows-interface 0.58.0",
16296 "windows-result 0.2.0",
16297 "windows-strings 0.1.0",
16298 "windows-targets 0.52.6",
16299]
16300
16301[[package]]
16302name = "windows-core"
16303version = "0.61.0"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16306dependencies = [
16307 "windows-implement 0.60.0",
16308 "windows-interface 0.59.1",
16309 "windows-link",
16310 "windows-result 0.3.2",
16311 "windows-strings 0.4.0",
16312]
16313
16314[[package]]
16315name = "windows-future"
16316version = "0.2.0"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16319dependencies = [
16320 "windows-core 0.61.0",
16321 "windows-link",
16322]
16323
16324[[package]]
16325name = "windows-implement"
16326version = "0.57.0"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16329dependencies = [
16330 "proc-macro2",
16331 "quote",
16332 "syn 2.0.100",
16333]
16334
16335[[package]]
16336name = "windows-implement"
16337version = "0.58.0"
16338source = "registry+https://github.com/rust-lang/crates.io-index"
16339checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16340dependencies = [
16341 "proc-macro2",
16342 "quote",
16343 "syn 2.0.100",
16344]
16345
16346[[package]]
16347name = "windows-implement"
16348version = "0.60.0"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16351dependencies = [
16352 "proc-macro2",
16353 "quote",
16354 "syn 2.0.100",
16355]
16356
16357[[package]]
16358name = "windows-interface"
16359version = "0.57.0"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16362dependencies = [
16363 "proc-macro2",
16364 "quote",
16365 "syn 2.0.100",
16366]
16367
16368[[package]]
16369name = "windows-interface"
16370version = "0.58.0"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16373dependencies = [
16374 "proc-macro2",
16375 "quote",
16376 "syn 2.0.100",
16377]
16378
16379[[package]]
16380name = "windows-interface"
16381version = "0.59.1"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16384dependencies = [
16385 "proc-macro2",
16386 "quote",
16387 "syn 2.0.100",
16388]
16389
16390[[package]]
16391name = "windows-link"
16392version = "0.1.1"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16395
16396[[package]]
16397name = "windows-numerics"
16398version = "0.2.0"
16399source = "registry+https://github.com/rust-lang/crates.io-index"
16400checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16401dependencies = [
16402 "windows-core 0.61.0",
16403 "windows-link",
16404]
16405
16406[[package]]
16407name = "windows-registry"
16408version = "0.2.0"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16411dependencies = [
16412 "windows-result 0.2.0",
16413 "windows-strings 0.1.0",
16414 "windows-targets 0.52.6",
16415]
16416
16417[[package]]
16418name = "windows-result"
16419version = "0.1.2"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16422dependencies = [
16423 "windows-targets 0.52.6",
16424]
16425
16426[[package]]
16427name = "windows-result"
16428version = "0.2.0"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16431dependencies = [
16432 "windows-targets 0.52.6",
16433]
16434
16435[[package]]
16436name = "windows-result"
16437version = "0.3.2"
16438source = "registry+https://github.com/rust-lang/crates.io-index"
16439checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16440dependencies = [
16441 "windows-link",
16442]
16443
16444[[package]]
16445name = "windows-strings"
16446version = "0.1.0"
16447source = "registry+https://github.com/rust-lang/crates.io-index"
16448checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16449dependencies = [
16450 "windows-result 0.2.0",
16451 "windows-targets 0.52.6",
16452]
16453
16454[[package]]
16455name = "windows-strings"
16456version = "0.4.0"
16457source = "registry+https://github.com/rust-lang/crates.io-index"
16458checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16459dependencies = [
16460 "windows-link",
16461]
16462
16463[[package]]
16464name = "windows-sys"
16465version = "0.45.0"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16468dependencies = [
16469 "windows-targets 0.42.2",
16470]
16471
16472[[package]]
16473name = "windows-sys"
16474version = "0.48.0"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16477dependencies = [
16478 "windows-targets 0.48.5",
16479]
16480
16481[[package]]
16482name = "windows-sys"
16483version = "0.52.0"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16486dependencies = [
16487 "windows-targets 0.52.6",
16488]
16489
16490[[package]]
16491name = "windows-sys"
16492version = "0.59.0"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16495dependencies = [
16496 "windows-targets 0.52.6",
16497]
16498
16499[[package]]
16500name = "windows-targets"
16501version = "0.42.2"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16504dependencies = [
16505 "windows_aarch64_gnullvm 0.42.2",
16506 "windows_aarch64_msvc 0.42.2",
16507 "windows_i686_gnu 0.42.2",
16508 "windows_i686_msvc 0.42.2",
16509 "windows_x86_64_gnu 0.42.2",
16510 "windows_x86_64_gnullvm 0.42.2",
16511 "windows_x86_64_msvc 0.42.2",
16512]
16513
16514[[package]]
16515name = "windows-targets"
16516version = "0.48.5"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16519dependencies = [
16520 "windows_aarch64_gnullvm 0.48.5",
16521 "windows_aarch64_msvc 0.48.5",
16522 "windows_i686_gnu 0.48.5",
16523 "windows_i686_msvc 0.48.5",
16524 "windows_x86_64_gnu 0.48.5",
16525 "windows_x86_64_gnullvm 0.48.5",
16526 "windows_x86_64_msvc 0.48.5",
16527]
16528
16529[[package]]
16530name = "windows-targets"
16531version = "0.52.6"
16532source = "registry+https://github.com/rust-lang/crates.io-index"
16533checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16534dependencies = [
16535 "windows_aarch64_gnullvm 0.52.6",
16536 "windows_aarch64_msvc 0.52.6",
16537 "windows_i686_gnu 0.52.6",
16538 "windows_i686_gnullvm",
16539 "windows_i686_msvc 0.52.6",
16540 "windows_x86_64_gnu 0.52.6",
16541 "windows_x86_64_gnullvm 0.52.6",
16542 "windows_x86_64_msvc 0.52.6",
16543]
16544
16545[[package]]
16546name = "windows_aarch64_gnullvm"
16547version = "0.42.2"
16548source = "registry+https://github.com/rust-lang/crates.io-index"
16549checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16550
16551[[package]]
16552name = "windows_aarch64_gnullvm"
16553version = "0.48.5"
16554source = "registry+https://github.com/rust-lang/crates.io-index"
16555checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16556
16557[[package]]
16558name = "windows_aarch64_gnullvm"
16559version = "0.52.6"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16562
16563[[package]]
16564name = "windows_aarch64_msvc"
16565version = "0.42.2"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16568
16569[[package]]
16570name = "windows_aarch64_msvc"
16571version = "0.48.5"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16574
16575[[package]]
16576name = "windows_aarch64_msvc"
16577version = "0.52.6"
16578source = "registry+https://github.com/rust-lang/crates.io-index"
16579checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16580
16581[[package]]
16582name = "windows_i686_gnu"
16583version = "0.42.2"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16586
16587[[package]]
16588name = "windows_i686_gnu"
16589version = "0.48.5"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16592
16593[[package]]
16594name = "windows_i686_gnu"
16595version = "0.52.6"
16596source = "registry+https://github.com/rust-lang/crates.io-index"
16597checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16598
16599[[package]]
16600name = "windows_i686_gnullvm"
16601version = "0.52.6"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16604
16605[[package]]
16606name = "windows_i686_msvc"
16607version = "0.42.2"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16610
16611[[package]]
16612name = "windows_i686_msvc"
16613version = "0.48.5"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16616
16617[[package]]
16618name = "windows_i686_msvc"
16619version = "0.52.6"
16620source = "registry+https://github.com/rust-lang/crates.io-index"
16621checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16622
16623[[package]]
16624name = "windows_x86_64_gnu"
16625version = "0.42.2"
16626source = "registry+https://github.com/rust-lang/crates.io-index"
16627checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16628
16629[[package]]
16630name = "windows_x86_64_gnu"
16631version = "0.48.5"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16634
16635[[package]]
16636name = "windows_x86_64_gnu"
16637version = "0.52.6"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16640
16641[[package]]
16642name = "windows_x86_64_gnullvm"
16643version = "0.42.2"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16646
16647[[package]]
16648name = "windows_x86_64_gnullvm"
16649version = "0.48.5"
16650source = "registry+https://github.com/rust-lang/crates.io-index"
16651checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16652
16653[[package]]
16654name = "windows_x86_64_gnullvm"
16655version = "0.52.6"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16658
16659[[package]]
16660name = "windows_x86_64_msvc"
16661version = "0.42.2"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16664
16665[[package]]
16666name = "windows_x86_64_msvc"
16667version = "0.48.5"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16670
16671[[package]]
16672name = "windows_x86_64_msvc"
16673version = "0.52.6"
16674source = "registry+https://github.com/rust-lang/crates.io-index"
16675checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16676
16677[[package]]
16678name = "winnow"
16679version = "0.6.20"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16682dependencies = [
16683 "memchr",
16684]
16685
16686[[package]]
16687name = "winnow"
16688version = "0.7.1"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16691dependencies = [
16692 "memchr",
16693]
16694
16695[[package]]
16696name = "winreg"
16697version = "0.50.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16700dependencies = [
16701 "cfg-if",
16702 "windows-sys 0.48.0",
16703]
16704
16705[[package]]
16706name = "winreg"
16707version = "0.52.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16710dependencies = [
16711 "cfg-if",
16712 "windows-sys 0.48.0",
16713]
16714
16715[[package]]
16716name = "winresource"
16717version = "0.1.20"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16720dependencies = [
16721 "toml 0.8.20",
16722 "version_check",
16723]
16724
16725[[package]]
16726name = "winsafe"
16727version = "0.0.19"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16730
16731[[package]]
16732name = "winx"
16733version = "0.36.4"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16736dependencies = [
16737 "bitflags 2.9.0",
16738 "windows-sys 0.59.0",
16739]
16740
16741[[package]]
16742name = "wio"
16743version = "0.2.2"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16746dependencies = [
16747 "winapi",
16748]
16749
16750[[package]]
16751name = "wit-bindgen"
16752version = "0.22.0"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16755dependencies = [
16756 "bitflags 2.9.0",
16757 "wit-bindgen-rt 0.22.0",
16758 "wit-bindgen-rust-macro",
16759]
16760
16761[[package]]
16762name = "wit-bindgen-core"
16763version = "0.22.0"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16766dependencies = [
16767 "anyhow",
16768 "wit-parser 0.201.0",
16769]
16770
16771[[package]]
16772name = "wit-bindgen-rt"
16773version = "0.22.0"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16776
16777[[package]]
16778name = "wit-bindgen-rt"
16779version = "0.33.0"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16782dependencies = [
16783 "bitflags 2.9.0",
16784]
16785
16786[[package]]
16787name = "wit-bindgen-rust"
16788version = "0.22.0"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16791dependencies = [
16792 "anyhow",
16793 "heck 0.4.1",
16794 "indexmap",
16795 "wasm-metadata 0.201.0",
16796 "wit-bindgen-core",
16797 "wit-component 0.201.0",
16798]
16799
16800[[package]]
16801name = "wit-bindgen-rust-macro"
16802version = "0.22.0"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16805dependencies = [
16806 "anyhow",
16807 "proc-macro2",
16808 "quote",
16809 "syn 2.0.100",
16810 "wit-bindgen-core",
16811 "wit-bindgen-rust",
16812]
16813
16814[[package]]
16815name = "wit-component"
16816version = "0.201.0"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16819dependencies = [
16820 "anyhow",
16821 "bitflags 2.9.0",
16822 "indexmap",
16823 "log",
16824 "serde",
16825 "serde_derive",
16826 "serde_json",
16827 "wasm-encoder 0.201.0",
16828 "wasm-metadata 0.201.0",
16829 "wasmparser 0.201.0",
16830 "wit-parser 0.201.0",
16831]
16832
16833[[package]]
16834name = "wit-component"
16835version = "0.221.3"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16838dependencies = [
16839 "anyhow",
16840 "bitflags 2.9.0",
16841 "indexmap",
16842 "log",
16843 "serde",
16844 "serde_derive",
16845 "serde_json",
16846 "wasm-encoder 0.221.3",
16847 "wasm-metadata 0.221.3",
16848 "wasmparser 0.221.3",
16849 "wit-parser 0.221.3",
16850]
16851
16852[[package]]
16853name = "wit-parser"
16854version = "0.201.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16857dependencies = [
16858 "anyhow",
16859 "id-arena",
16860 "indexmap",
16861 "log",
16862 "semver",
16863 "serde",
16864 "serde_derive",
16865 "serde_json",
16866 "unicode-xid",
16867 "wasmparser 0.201.0",
16868]
16869
16870[[package]]
16871name = "wit-parser"
16872version = "0.221.3"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16875dependencies = [
16876 "anyhow",
16877 "id-arena",
16878 "indexmap",
16879 "log",
16880 "semver",
16881 "serde",
16882 "serde_derive",
16883 "serde_json",
16884 "unicode-xid",
16885 "wasmparser 0.221.3",
16886]
16887
16888[[package]]
16889name = "witx"
16890version = "0.9.1"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16893dependencies = [
16894 "anyhow",
16895 "log",
16896 "thiserror 1.0.69",
16897 "wast",
16898]
16899
16900[[package]]
16901name = "workspace"
16902version = "0.1.0"
16903dependencies = [
16904 "any_vec",
16905 "anyhow",
16906 "async-recursion 1.1.1",
16907 "bincode",
16908 "call",
16909 "client",
16910 "clock",
16911 "collections",
16912 "component",
16913 "dap",
16914 "db",
16915 "derive_more",
16916 "env_logger 0.11.7",
16917 "fs",
16918 "futures 0.3.31",
16919 "gpui",
16920 "http_client",
16921 "itertools 0.14.0",
16922 "language",
16923 "log",
16924 "node_runtime",
16925 "parking_lot",
16926 "postage",
16927 "project",
16928 "remote",
16929 "schemars",
16930 "serde",
16931 "serde_json",
16932 "session",
16933 "settings",
16934 "smallvec",
16935 "sqlez",
16936 "strum",
16937 "task",
16938 "telemetry",
16939 "tempfile",
16940 "theme",
16941 "ui",
16942 "util",
16943 "uuid",
16944 "zed_actions",
16945]
16946
16947[[package]]
16948name = "worktree"
16949version = "0.1.0"
16950dependencies = [
16951 "anyhow",
16952 "clock",
16953 "collections",
16954 "env_logger 0.11.7",
16955 "fs",
16956 "futures 0.3.31",
16957 "fuzzy",
16958 "git",
16959 "git2",
16960 "git_hosting_providers",
16961 "gpui",
16962 "http_client",
16963 "ignore",
16964 "language",
16965 "log",
16966 "parking_lot",
16967 "paths",
16968 "postage",
16969 "pretty_assertions",
16970 "rand 0.8.5",
16971 "rpc",
16972 "schemars",
16973 "serde",
16974 "serde_json",
16975 "settings",
16976 "smallvec",
16977 "smol",
16978 "sum_tree",
16979 "text",
16980 "util",
16981]
16982
16983[[package]]
16984name = "write16"
16985version = "1.0.0"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16988
16989[[package]]
16990name = "writeable"
16991version = "0.5.5"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16994
16995[[package]]
16996name = "wyz"
16997version = "0.5.1"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17000dependencies = [
17001 "tap",
17002]
17003
17004[[package]]
17005name = "x11-clipboard"
17006version = "0.9.3"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17009dependencies = [
17010 "libc",
17011 "x11rb",
17012]
17013
17014[[package]]
17015name = "x11rb"
17016version = "0.13.1"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17019dependencies = [
17020 "as-raw-xcb-connection",
17021 "gethostname",
17022 "libc",
17023 "rustix",
17024 "x11rb-protocol",
17025]
17026
17027[[package]]
17028name = "x11rb-protocol"
17029version = "0.13.1"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17032
17033[[package]]
17034name = "xattr"
17035version = "0.2.3"
17036source = "registry+https://github.com/rust-lang/crates.io-index"
17037checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17038dependencies = [
17039 "libc",
17040]
17041
17042[[package]]
17043name = "xcursor"
17044version = "0.3.8"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17047
17048[[package]]
17049name = "xdg-home"
17050version = "1.3.0"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17053dependencies = [
17054 "libc",
17055 "windows-sys 0.59.0",
17056]
17057
17058[[package]]
17059name = "xim"
17060version = "0.4.0"
17061source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17062dependencies = [
17063 "ahash 0.8.11",
17064 "hashbrown 0.14.5",
17065 "log",
17066 "x11rb",
17067 "xim-ctext",
17068 "xim-parser",
17069]
17070
17071[[package]]
17072name = "xim-ctext"
17073version = "0.3.0"
17074source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17075dependencies = [
17076 "encoding_rs",
17077]
17078
17079[[package]]
17080name = "xim-parser"
17081version = "0.2.1"
17082source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17083dependencies = [
17084 "bitflags 2.9.0",
17085]
17086
17087[[package]]
17088name = "xkbcommon"
17089version = "0.8.0"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17092dependencies = [
17093 "as-raw-xcb-connection",
17094 "libc",
17095 "memmap2",
17096 "xkeysym",
17097]
17098
17099[[package]]
17100name = "xkeysym"
17101version = "0.2.1"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17104
17105[[package]]
17106name = "xml5ever"
17107version = "0.18.1"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17110dependencies = [
17111 "log",
17112 "mac",
17113 "markup5ever",
17114]
17115
17116[[package]]
17117name = "xmlparser"
17118version = "0.13.6"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17121
17122[[package]]
17123name = "xmlwriter"
17124version = "0.1.0"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17127
17128[[package]]
17129name = "xtask"
17130version = "0.1.0"
17131dependencies = [
17132 "anyhow",
17133 "cargo_metadata",
17134 "cargo_toml",
17135 "clap",
17136]
17137
17138[[package]]
17139name = "yaml-rust2"
17140version = "0.8.1"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17143dependencies = [
17144 "arraydeque",
17145 "encoding_rs",
17146 "hashlink 0.8.4",
17147]
17148
17149[[package]]
17150name = "yansi"
17151version = "1.0.1"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17154
17155[[package]]
17156name = "yazi"
17157version = "0.2.1"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17160
17161[[package]]
17162name = "yeslogic-fontconfig-sys"
17163version = "6.0.0"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17166dependencies = [
17167 "dlib",
17168 "once_cell",
17169 "pkg-config",
17170]
17171
17172[[package]]
17173name = "yoke"
17174version = "0.7.5"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17177dependencies = [
17178 "serde",
17179 "stable_deref_trait",
17180 "yoke-derive",
17181 "zerofrom",
17182]
17183
17184[[package]]
17185name = "yoke-derive"
17186version = "0.7.5"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17189dependencies = [
17190 "proc-macro2",
17191 "quote",
17192 "syn 2.0.100",
17193 "synstructure",
17194]
17195
17196[[package]]
17197name = "zbus"
17198version = "5.5.0"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17201dependencies = [
17202 "async-broadcast",
17203 "async-executor",
17204 "async-fs",
17205 "async-io",
17206 "async-lock",
17207 "async-process",
17208 "async-recursion 1.1.1",
17209 "async-task",
17210 "async-trait",
17211 "blocking",
17212 "enumflags2",
17213 "event-listener 5.3.1",
17214 "futures-core",
17215 "futures-lite 2.6.0",
17216 "hex",
17217 "nix",
17218 "ordered-stream",
17219 "serde",
17220 "serde_repr",
17221 "static_assertions",
17222 "tracing",
17223 "uds_windows",
17224 "windows-sys 0.59.0",
17225 "winnow 0.7.1",
17226 "xdg-home",
17227 "zbus_macros",
17228 "zbus_names",
17229 "zvariant",
17230]
17231
17232[[package]]
17233name = "zbus_macros"
17234version = "5.5.0"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17237dependencies = [
17238 "proc-macro-crate",
17239 "proc-macro2",
17240 "quote",
17241 "syn 2.0.100",
17242 "zbus_names",
17243 "zvariant",
17244 "zvariant_utils",
17245]
17246
17247[[package]]
17248name = "zbus_names"
17249version = "4.1.0"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17252dependencies = [
17253 "serde",
17254 "static_assertions",
17255 "winnow 0.6.20",
17256 "zvariant",
17257]
17258
17259[[package]]
17260name = "zed"
17261version = "0.181.0"
17262dependencies = [
17263 "activity_indicator",
17264 "anyhow",
17265 "ashpd",
17266 "assets",
17267 "assistant",
17268 "assistant2",
17269 "assistant_context_editor",
17270 "assistant_settings",
17271 "assistant_tools",
17272 "async-watch",
17273 "audio",
17274 "auto_update",
17275 "auto_update_ui",
17276 "backtrace",
17277 "breadcrumbs",
17278 "call",
17279 "channel",
17280 "chrono",
17281 "clap",
17282 "cli",
17283 "client",
17284 "collab_ui",
17285 "collections",
17286 "command_palette",
17287 "command_palette_hooks",
17288 "component_preview",
17289 "copilot",
17290 "dap",
17291 "dap_adapters",
17292 "db",
17293 "debugger_tools",
17294 "debugger_ui",
17295 "diagnostics",
17296 "editor",
17297 "env_logger 0.11.7",
17298 "extension",
17299 "extension_host",
17300 "extensions_ui",
17301 "feature_flags",
17302 "feedback",
17303 "file_finder",
17304 "fs",
17305 "futures 0.3.31",
17306 "git",
17307 "git_hosting_providers",
17308 "git_ui",
17309 "go_to_line",
17310 "gpui",
17311 "gpui_tokio",
17312 "http_client",
17313 "image_viewer",
17314 "inline_completion_button",
17315 "install_cli",
17316 "journal",
17317 "language",
17318 "language_extension",
17319 "language_model",
17320 "language_models",
17321 "language_selector",
17322 "language_tools",
17323 "languages",
17324 "libc",
17325 "log",
17326 "markdown_preview",
17327 "menu",
17328 "migrator",
17329 "mimalloc",
17330 "nix",
17331 "node_runtime",
17332 "notifications",
17333 "outline",
17334 "outline_panel",
17335 "parking_lot",
17336 "paths",
17337 "picker",
17338 "profiling",
17339 "project",
17340 "project_panel",
17341 "project_symbols",
17342 "prompt_store",
17343 "proto",
17344 "recent_projects",
17345 "release_channel",
17346 "remote",
17347 "repl",
17348 "reqwest_client",
17349 "rope",
17350 "search",
17351 "serde",
17352 "serde_json",
17353 "session",
17354 "settings",
17355 "settings_ui",
17356 "shellexpand 2.1.2",
17357 "simplelog",
17358 "smol",
17359 "snippet_provider",
17360 "snippets_ui",
17361 "supermaven",
17362 "sysinfo",
17363 "tab_switcher",
17364 "task",
17365 "tasks_ui",
17366 "telemetry",
17367 "telemetry_events",
17368 "terminal_view",
17369 "theme",
17370 "theme_extension",
17371 "theme_selector",
17372 "time",
17373 "title_bar",
17374 "toolchain_selector",
17375 "tree-sitter-md",
17376 "tree-sitter-rust",
17377 "ui",
17378 "ui_prompt",
17379 "url",
17380 "urlencoding",
17381 "util",
17382 "uuid",
17383 "vim",
17384 "vim_mode_setting",
17385 "welcome",
17386 "windows 0.61.1",
17387 "winresource",
17388 "workspace",
17389 "zed_actions",
17390 "zeta",
17391 "zlog_settings",
17392]
17393
17394[[package]]
17395name = "zed_actions"
17396version = "0.1.0"
17397dependencies = [
17398 "gpui",
17399 "schemars",
17400 "serde",
17401]
17402
17403[[package]]
17404name = "zed_emmet"
17405version = "0.0.3"
17406dependencies = [
17407 "zed_extension_api 0.1.0",
17408]
17409
17410[[package]]
17411name = "zed_extension_api"
17412version = "0.1.0"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17415dependencies = [
17416 "serde",
17417 "serde_json",
17418 "wit-bindgen",
17419]
17420
17421[[package]]
17422name = "zed_extension_api"
17423version = "0.4.0"
17424dependencies = [
17425 "serde",
17426 "serde_json",
17427 "wit-bindgen",
17428]
17429
17430[[package]]
17431name = "zed_glsl"
17432version = "0.1.0"
17433dependencies = [
17434 "zed_extension_api 0.1.0",
17435]
17436
17437[[package]]
17438name = "zed_html"
17439version = "0.2.0"
17440dependencies = [
17441 "zed_extension_api 0.1.0",
17442]
17443
17444[[package]]
17445name = "zed_llm_client"
17446version = "0.4.1"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17449dependencies = [
17450 "serde",
17451 "serde_json",
17452 "uuid",
17453]
17454
17455[[package]]
17456name = "zed_proto"
17457version = "0.2.1"
17458dependencies = [
17459 "zed_extension_api 0.1.0",
17460]
17461
17462[[package]]
17463name = "zed_ruff"
17464version = "0.1.0"
17465dependencies = [
17466 "zed_extension_api 0.1.0",
17467]
17468
17469[[package]]
17470name = "zed_snippets"
17471version = "0.0.5"
17472dependencies = [
17473 "serde_json",
17474 "zed_extension_api 0.1.0",
17475]
17476
17477[[package]]
17478name = "zed_test_extension"
17479version = "0.1.0"
17480dependencies = [
17481 "zed_extension_api 0.4.0",
17482]
17483
17484[[package]]
17485name = "zed_toml"
17486version = "0.1.3"
17487dependencies = [
17488 "zed_extension_api 0.1.0",
17489]
17490
17491[[package]]
17492name = "zeno"
17493version = "0.3.2"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17496
17497[[package]]
17498name = "zerocopy"
17499version = "0.7.35"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17502dependencies = [
17503 "byteorder",
17504 "zerocopy-derive 0.7.35",
17505]
17506
17507[[package]]
17508name = "zerocopy"
17509version = "0.8.18"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17512dependencies = [
17513 "zerocopy-derive 0.8.18",
17514]
17515
17516[[package]]
17517name = "zerocopy-derive"
17518version = "0.7.35"
17519source = "registry+https://github.com/rust-lang/crates.io-index"
17520checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17521dependencies = [
17522 "proc-macro2",
17523 "quote",
17524 "syn 2.0.100",
17525]
17526
17527[[package]]
17528name = "zerocopy-derive"
17529version = "0.8.18"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17532dependencies = [
17533 "proc-macro2",
17534 "quote",
17535 "syn 2.0.100",
17536]
17537
17538[[package]]
17539name = "zerofrom"
17540version = "0.1.5"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17543dependencies = [
17544 "zerofrom-derive",
17545]
17546
17547[[package]]
17548name = "zerofrom-derive"
17549version = "0.1.5"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17552dependencies = [
17553 "proc-macro2",
17554 "quote",
17555 "syn 2.0.100",
17556 "synstructure",
17557]
17558
17559[[package]]
17560name = "zeroize"
17561version = "1.8.1"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17564dependencies = [
17565 "zeroize_derive",
17566]
17567
17568[[package]]
17569name = "zeroize_derive"
17570version = "1.4.2"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17573dependencies = [
17574 "proc-macro2",
17575 "quote",
17576 "syn 2.0.100",
17577]
17578
17579[[package]]
17580name = "zeromq"
17581version = "0.5.0-pre"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17584dependencies = [
17585 "async-dispatcher",
17586 "async-std",
17587 "async-trait",
17588 "asynchronous-codec",
17589 "bytes 1.10.1",
17590 "crossbeam-queue",
17591 "dashmap 5.5.3",
17592 "futures 0.3.31",
17593 "log",
17594 "num-traits",
17595 "once_cell",
17596 "parking_lot",
17597 "rand 0.8.5",
17598 "regex",
17599 "thiserror 1.0.69",
17600 "uuid",
17601]
17602
17603[[package]]
17604name = "zerovec"
17605version = "0.10.4"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17608dependencies = [
17609 "yoke",
17610 "zerofrom",
17611 "zerovec-derive",
17612]
17613
17614[[package]]
17615name = "zerovec-derive"
17616version = "0.10.3"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17619dependencies = [
17620 "proc-macro2",
17621 "quote",
17622 "syn 2.0.100",
17623]
17624
17625[[package]]
17626name = "zeta"
17627version = "0.1.0"
17628dependencies = [
17629 "anyhow",
17630 "arrayvec",
17631 "call",
17632 "client",
17633 "clock",
17634 "collections",
17635 "command_palette_hooks",
17636 "ctor",
17637 "db",
17638 "editor",
17639 "env_logger 0.11.7",
17640 "feature_flags",
17641 "fs",
17642 "futures 0.3.31",
17643 "gpui",
17644 "http_client",
17645 "indoc",
17646 "inline_completion",
17647 "language",
17648 "language_model",
17649 "log",
17650 "menu",
17651 "migrator",
17652 "paths",
17653 "postage",
17654 "project",
17655 "regex",
17656 "release_channel",
17657 "reqwest_client",
17658 "rpc",
17659 "serde",
17660 "serde_json",
17661 "settings",
17662 "telemetry",
17663 "telemetry_events",
17664 "theme",
17665 "thiserror 2.0.12",
17666 "tree-sitter-go",
17667 "tree-sitter-rust",
17668 "ui",
17669 "unindent",
17670 "util",
17671 "uuid",
17672 "workspace",
17673 "worktree",
17674 "zed_actions",
17675 "zed_llm_client",
17676]
17677
17678[[package]]
17679name = "zip"
17680version = "0.6.6"
17681source = "registry+https://github.com/rust-lang/crates.io-index"
17682checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17683dependencies = [
17684 "aes",
17685 "byteorder",
17686 "bzip2",
17687 "constant_time_eq 0.1.5",
17688 "crc32fast",
17689 "crossbeam-utils",
17690 "flate2",
17691 "hmac",
17692 "pbkdf2 0.11.0",
17693 "sha1",
17694 "time",
17695 "zstd",
17696]
17697
17698[[package]]
17699name = "zlog"
17700version = "0.1.0"
17701dependencies = [
17702 "log",
17703]
17704
17705[[package]]
17706name = "zlog_settings"
17707version = "0.1.0"
17708dependencies = [
17709 "anyhow",
17710 "gpui",
17711 "schemars",
17712 "serde",
17713 "settings",
17714 "zlog",
17715]
17716
17717[[package]]
17718name = "zstd"
17719version = "0.11.2+zstd.1.5.2"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17722dependencies = [
17723 "zstd-safe",
17724]
17725
17726[[package]]
17727name = "zstd-safe"
17728version = "5.0.2+zstd.1.5.2"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17731dependencies = [
17732 "libc",
17733 "zstd-sys",
17734]
17735
17736[[package]]
17737name = "zstd-sys"
17738version = "2.0.13+zstd.1.5.6"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17741dependencies = [
17742 "cc",
17743 "pkg-config",
17744]
17745
17746[[package]]
17747name = "zune-core"
17748version = "0.4.12"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17751
17752[[package]]
17753name = "zune-inflate"
17754version = "0.2.54"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17757dependencies = [
17758 "simd-adler32",
17759]
17760
17761[[package]]
17762name = "zune-jpeg"
17763version = "0.4.13"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17766dependencies = [
17767 "zune-core",
17768]
17769
17770[[package]]
17771name = "zvariant"
17772version = "5.4.0"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17775dependencies = [
17776 "endi",
17777 "enumflags2",
17778 "serde",
17779 "static_assertions",
17780 "url",
17781 "winnow 0.7.1",
17782 "zvariant_derive",
17783 "zvariant_utils",
17784]
17785
17786[[package]]
17787name = "zvariant_derive"
17788version = "5.4.0"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17791dependencies = [
17792 "proc-macro-crate",
17793 "proc-macro2",
17794 "quote",
17795 "syn 2.0.100",
17796 "zvariant_utils",
17797]
17798
17799[[package]]
17800name = "zvariant_utils"
17801version = "3.2.0"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17804dependencies = [
17805 "proc-macro2",
17806 "quote",
17807 "serde",
17808 "static_assertions",
17809 "syn 2.0.100",
17810 "winnow 0.7.1",
17811]