Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indoc",
  476 "itertools 0.14.0",
  477 "language",
  478 "language_model",
  479 "language_model_selector",
  480 "log",
  481 "lsp",
  482 "markdown",
  483 "menu",
  484 "multi_buffer",
  485 "parking_lot",
  486 "paths",
  487 "picker",
  488 "project",
  489 "prompt_library",
  490 "prompt_store",
  491 "proto",
  492 "rand 0.8.5",
  493 "rope",
  494 "scripting_tool",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smallvec",
  499 "smol",
  500 "streaming_diff",
  501 "telemetry",
  502 "telemetry_events",
  503 "terminal",
  504 "terminal_view",
  505 "text",
  506 "theme",
  507 "time",
  508 "time_format",
  509 "ui",
  510 "util",
  511 "uuid",
  512 "vim_mode_setting",
  513 "workspace",
  514 "zed_actions",
  515]
  516
  517[[package]]
  518name = "assistant_context_editor"
  519version = "0.1.0"
  520dependencies = [
  521 "anyhow",
  522 "assistant_settings",
  523 "assistant_slash_command",
  524 "assistant_slash_commands",
  525 "chrono",
  526 "client",
  527 "clock",
  528 "collections",
  529 "context_server",
  530 "editor",
  531 "fs",
  532 "futures 0.3.31",
  533 "fuzzy",
  534 "gpui",
  535 "indexed_docs",
  536 "language",
  537 "language_model",
  538 "language_model_selector",
  539 "languages",
  540 "log",
  541 "multi_buffer",
  542 "open_ai",
  543 "parking_lot",
  544 "paths",
  545 "picker",
  546 "pretty_assertions",
  547 "project",
  548 "prompt_store",
  549 "rand 0.8.5",
  550 "regex",
  551 "rope",
  552 "rpc",
  553 "serde",
  554 "serde_json",
  555 "settings",
  556 "smallvec",
  557 "smol",
  558 "strum",
  559 "telemetry_events",
  560 "text",
  561 "theme",
  562 "tree-sitter-md",
  563 "ui",
  564 "unindent",
  565 "util",
  566 "uuid",
  567 "workspace",
  568]
  569
  570[[package]]
  571name = "assistant_eval"
  572version = "0.1.0"
  573dependencies = [
  574 "anyhow",
  575 "assistant2",
  576 "assistant_tool",
  577 "assistant_tools",
  578 "clap",
  579 "client",
  580 "collections",
  581 "context_server",
  582 "env_logger 0.11.7",
  583 "fs",
  584 "futures 0.3.31",
  585 "gpui",
  586 "gpui_tokio",
  587 "itertools 0.14.0",
  588 "language",
  589 "language_model",
  590 "language_models",
  591 "node_runtime",
  592 "project",
  593 "prompt_store",
  594 "regex",
  595 "release_channel",
  596 "reqwest_client",
  597 "serde",
  598 "serde_json",
  599 "serde_json_lenient",
  600 "settings",
  601 "smol",
  602 "util",
  603]
  604
  605[[package]]
  606name = "assistant_settings"
  607version = "0.1.0"
  608dependencies = [
  609 "anthropic",
  610 "anyhow",
  611 "collections",
  612 "deepseek",
  613 "feature_flags",
  614 "fs",
  615 "gpui",
  616 "language_model",
  617 "lmstudio",
  618 "log",
  619 "ollama",
  620 "open_ai",
  621 "paths",
  622 "schemars",
  623 "serde",
  624 "serde_json_lenient",
  625 "settings",
  626]
  627
  628[[package]]
  629name = "assistant_slash_command"
  630version = "0.1.0"
  631dependencies = [
  632 "anyhow",
  633 "async-trait",
  634 "collections",
  635 "derive_more",
  636 "extension",
  637 "futures 0.3.31",
  638 "gpui",
  639 "language",
  640 "language_model",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "serde",
  644 "serde_json",
  645 "ui",
  646 "workspace",
  647]
  648
  649[[package]]
  650name = "assistant_slash_commands"
  651version = "0.1.0"
  652dependencies = [
  653 "anyhow",
  654 "assistant_slash_command",
  655 "cargo_toml",
  656 "chrono",
  657 "collections",
  658 "context_server",
  659 "editor",
  660 "env_logger 0.11.7",
  661 "feature_flags",
  662 "fs",
  663 "futures 0.3.31",
  664 "fuzzy",
  665 "globset",
  666 "gpui",
  667 "html_to_markdown",
  668 "http_client",
  669 "indexed_docs",
  670 "language",
  671 "language_model",
  672 "log",
  673 "pretty_assertions",
  674 "project",
  675 "prompt_store",
  676 "rope",
  677 "schemars",
  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 "language",
  702 "language_model",
  703 "parking_lot",
  704 "project",
  705 "serde",
  706 "serde_json",
  707]
  708
  709[[package]]
  710name = "assistant_tools"
  711version = "0.1.0"
  712dependencies = [
  713 "anyhow",
  714 "assistant_tool",
  715 "chrono",
  716 "collections",
  717 "feature_flags",
  718 "futures 0.3.31",
  719 "gpui",
  720 "html_to_markdown",
  721 "http_client",
  722 "itertools 0.14.0",
  723 "language",
  724 "language_model",
  725 "project",
  726 "rand 0.8.5",
  727 "release_channel",
  728 "schemars",
  729 "serde",
  730 "serde_json",
  731 "settings",
  732 "theme",
  733 "ui",
  734 "unindent",
  735 "util",
  736 "workspace",
  737 "worktree",
  738]
  739
  740[[package]]
  741name = "async-attributes"
  742version = "1.1.2"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  745dependencies = [
  746 "quote",
  747 "syn 1.0.109",
  748]
  749
  750[[package]]
  751name = "async-broadcast"
  752version = "0.7.2"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  755dependencies = [
  756 "event-listener 5.3.1",
  757 "event-listener-strategy",
  758 "futures-core",
  759 "pin-project-lite",
  760]
  761
  762[[package]]
  763name = "async-channel"
  764version = "1.9.0"
  765source = "registry+https://github.com/rust-lang/crates.io-index"
  766checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  767dependencies = [
  768 "concurrent-queue",
  769 "event-listener 2.5.3",
  770 "futures-core",
  771]
  772
  773[[package]]
  774name = "async-channel"
  775version = "2.3.1"
  776source = "registry+https://github.com/rust-lang/crates.io-index"
  777checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  778dependencies = [
  779 "concurrent-queue",
  780 "event-listener-strategy",
  781 "futures-core",
  782 "pin-project-lite",
  783]
  784
  785[[package]]
  786name = "async-compat"
  787version = "0.2.4"
  788source = "registry+https://github.com/rust-lang/crates.io-index"
  789checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  790dependencies = [
  791 "futures-core",
  792 "futures-io",
  793 "once_cell",
  794 "pin-project-lite",
  795 "tokio",
  796]
  797
  798[[package]]
  799name = "async-compression"
  800version = "0.4.21"
  801source = "registry+https://github.com/rust-lang/crates.io-index"
  802checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  803dependencies = [
  804 "deflate64",
  805 "flate2",
  806 "futures-core",
  807 "futures-io",
  808 "memchr",
  809 "pin-project-lite",
  810]
  811
  812[[package]]
  813name = "async-dispatcher"
  814version = "0.1.2"
  815source = "registry+https://github.com/rust-lang/crates.io-index"
  816checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  817dependencies = [
  818 "async-task",
  819 "futures-lite 1.13.0",
  820]
  821
  822[[package]]
  823name = "async-executor"
  824version = "1.13.1"
  825source = "registry+https://github.com/rust-lang/crates.io-index"
  826checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  827dependencies = [
  828 "async-task",
  829 "concurrent-queue",
  830 "fastrand 2.3.0",
  831 "futures-lite 2.6.0",
  832 "slab",
  833]
  834
  835[[package]]
  836name = "async-fs"
  837version = "2.1.2"
  838source = "registry+https://github.com/rust-lang/crates.io-index"
  839checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  840dependencies = [
  841 "async-lock",
  842 "blocking",
  843 "futures-lite 2.6.0",
  844]
  845
  846[[package]]
  847name = "async-global-executor"
  848version = "2.4.1"
  849source = "registry+https://github.com/rust-lang/crates.io-index"
  850checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  851dependencies = [
  852 "async-channel 2.3.1",
  853 "async-executor",
  854 "async-io",
  855 "async-lock",
  856 "blocking",
  857 "futures-lite 2.6.0",
  858 "once_cell",
  859]
  860
  861[[package]]
  862name = "async-io"
  863version = "2.4.0"
  864source = "registry+https://github.com/rust-lang/crates.io-index"
  865checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  866dependencies = [
  867 "async-lock",
  868 "cfg-if",
  869 "concurrent-queue",
  870 "futures-io",
  871 "futures-lite 2.6.0",
  872 "parking",
  873 "polling",
  874 "rustix",
  875 "slab",
  876 "tracing",
  877 "windows-sys 0.59.0",
  878]
  879
  880[[package]]
  881name = "async-lock"
  882version = "3.4.0"
  883source = "registry+https://github.com/rust-lang/crates.io-index"
  884checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  885dependencies = [
  886 "event-listener 5.3.1",
  887 "event-listener-strategy",
  888 "pin-project-lite",
  889]
  890
  891[[package]]
  892name = "async-native-tls"
  893version = "0.5.0"
  894source = "registry+https://github.com/rust-lang/crates.io-index"
  895checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  896dependencies = [
  897 "futures-util",
  898 "native-tls",
  899 "thiserror 1.0.69",
  900 "url",
  901]
  902
  903[[package]]
  904name = "async-net"
  905version = "2.0.0"
  906source = "registry+https://github.com/rust-lang/crates.io-index"
  907checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  908dependencies = [
  909 "async-io",
  910 "blocking",
  911 "futures-lite 2.6.0",
  912]
  913
  914[[package]]
  915name = "async-pipe"
  916version = "0.1.3"
  917source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  918dependencies = [
  919 "futures 0.3.31",
  920 "log",
  921]
  922
  923[[package]]
  924name = "async-process"
  925version = "2.3.0"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  928dependencies = [
  929 "async-channel 2.3.1",
  930 "async-io",
  931 "async-lock",
  932 "async-signal",
  933 "async-task",
  934 "blocking",
  935 "cfg-if",
  936 "event-listener 5.3.1",
  937 "futures-lite 2.6.0",
  938 "rustix",
  939 "tracing",
  940]
  941
  942[[package]]
  943name = "async-recursion"
  944version = "0.3.2"
  945source = "registry+https://github.com/rust-lang/crates.io-index"
  946checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  947dependencies = [
  948 "proc-macro2",
  949 "quote",
  950 "syn 1.0.109",
  951]
  952
  953[[package]]
  954name = "async-recursion"
  955version = "1.1.1"
  956source = "registry+https://github.com/rust-lang/crates.io-index"
  957checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  958dependencies = [
  959 "proc-macro2",
  960 "quote",
  961 "syn 2.0.100",
  962]
  963
  964[[package]]
  965name = "async-signal"
  966version = "0.2.10"
  967source = "registry+https://github.com/rust-lang/crates.io-index"
  968checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  969dependencies = [
  970 "async-io",
  971 "async-lock",
  972 "atomic-waker",
  973 "cfg-if",
  974 "futures-core",
  975 "futures-io",
  976 "rustix",
  977 "signal-hook-registry",
  978 "slab",
  979 "windows-sys 0.59.0",
  980]
  981
  982[[package]]
  983name = "async-std"
  984version = "1.13.1"
  985source = "registry+https://github.com/rust-lang/crates.io-index"
  986checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  987dependencies = [
  988 "async-attributes",
  989 "async-channel 1.9.0",
  990 "async-global-executor",
  991 "async-io",
  992 "async-lock",
  993 "async-process",
  994 "crossbeam-utils",
  995 "futures-channel",
  996 "futures-core",
  997 "futures-io",
  998 "futures-lite 2.6.0",
  999 "gloo-timers",
 1000 "kv-log-macro",
 1001 "log",
 1002 "memchr",
 1003 "once_cell",
 1004 "pin-project-lite",
 1005 "pin-utils",
 1006 "slab",
 1007 "wasm-bindgen-futures",
 1008]
 1009
 1010[[package]]
 1011name = "async-stream"
 1012version = "0.3.6"
 1013source = "registry+https://github.com/rust-lang/crates.io-index"
 1014checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1015dependencies = [
 1016 "async-stream-impl",
 1017 "futures-core",
 1018 "pin-project-lite",
 1019]
 1020
 1021[[package]]
 1022name = "async-stream-impl"
 1023version = "0.3.6"
 1024source = "registry+https://github.com/rust-lang/crates.io-index"
 1025checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1026dependencies = [
 1027 "proc-macro2",
 1028 "quote",
 1029 "syn 2.0.100",
 1030]
 1031
 1032[[package]]
 1033name = "async-stripe"
 1034version = "0.40.0"
 1035source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1036dependencies = [
 1037 "chrono",
 1038 "futures-util",
 1039 "http-types",
 1040 "hyper 0.14.32",
 1041 "hyper-rustls 0.24.2",
 1042 "serde",
 1043 "serde_json",
 1044 "serde_path_to_error",
 1045 "serde_qs 0.10.1",
 1046 "smart-default",
 1047 "smol_str",
 1048 "thiserror 1.0.69",
 1049 "tokio",
 1050]
 1051
 1052[[package]]
 1053name = "async-tar"
 1054version = "0.5.0"
 1055source = "registry+https://github.com/rust-lang/crates.io-index"
 1056checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1057dependencies = [
 1058 "async-std",
 1059 "filetime",
 1060 "libc",
 1061 "pin-project",
 1062 "redox_syscall 0.2.16",
 1063 "xattr",
 1064]
 1065
 1066[[package]]
 1067name = "async-task"
 1068version = "4.7.1"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1071
 1072[[package]]
 1073name = "async-tls"
 1074version = "0.13.0"
 1075source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1076dependencies = [
 1077 "futures-core",
 1078 "futures-io",
 1079 "rustls 0.23.25",
 1080 "rustls-pemfile 2.2.0",
 1081 "webpki-roots",
 1082]
 1083
 1084[[package]]
 1085name = "async-trait"
 1086version = "0.1.88"
 1087source = "registry+https://github.com/rust-lang/crates.io-index"
 1088checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1089dependencies = [
 1090 "proc-macro2",
 1091 "quote",
 1092 "syn 2.0.100",
 1093]
 1094
 1095[[package]]
 1096name = "async-tungstenite"
 1097version = "0.28.2"
 1098source = "registry+https://github.com/rust-lang/crates.io-index"
 1099checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1100dependencies = [
 1101 "async-std",
 1102 "async-tls",
 1103 "atomic-waker",
 1104 "futures-core",
 1105 "futures-io",
 1106 "futures-task",
 1107 "futures-util",
 1108 "log",
 1109 "pin-project-lite",
 1110 "tungstenite 0.24.0",
 1111]
 1112
 1113[[package]]
 1114name = "async-watch"
 1115version = "0.3.1"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1118dependencies = [
 1119 "event-listener 2.5.3",
 1120]
 1121
 1122[[package]]
 1123name = "async_zip"
 1124version = "0.0.17"
 1125source = "registry+https://github.com/rust-lang/crates.io-index"
 1126checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1127dependencies = [
 1128 "async-compression",
 1129 "crc32fast",
 1130 "futures-lite 2.6.0",
 1131 "pin-project",
 1132 "thiserror 1.0.69",
 1133]
 1134
 1135[[package]]
 1136name = "asynchronous-codec"
 1137version = "0.7.0"
 1138source = "registry+https://github.com/rust-lang/crates.io-index"
 1139checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1140dependencies = [
 1141 "bytes 1.10.1",
 1142 "futures-sink",
 1143 "futures-util",
 1144 "memchr",
 1145 "pin-project-lite",
 1146]
 1147
 1148[[package]]
 1149name = "atoi"
 1150version = "2.0.0"
 1151source = "registry+https://github.com/rust-lang/crates.io-index"
 1152checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1153dependencies = [
 1154 "num-traits",
 1155]
 1156
 1157[[package]]
 1158name = "atomic"
 1159version = "0.5.3"
 1160source = "registry+https://github.com/rust-lang/crates.io-index"
 1161checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1162
 1163[[package]]
 1164name = "atomic-waker"
 1165version = "1.1.2"
 1166source = "registry+https://github.com/rust-lang/crates.io-index"
 1167checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1168
 1169[[package]]
 1170name = "audio"
 1171version = "0.1.0"
 1172dependencies = [
 1173 "anyhow",
 1174 "collections",
 1175 "derive_more",
 1176 "gpui",
 1177 "parking_lot",
 1178 "rodio",
 1179 "util",
 1180]
 1181
 1182[[package]]
 1183name = "auto_update"
 1184version = "0.1.0"
 1185dependencies = [
 1186 "anyhow",
 1187 "client",
 1188 "db",
 1189 "gpui",
 1190 "http_client",
 1191 "log",
 1192 "paths",
 1193 "release_channel",
 1194 "schemars",
 1195 "serde",
 1196 "serde_json",
 1197 "settings",
 1198 "smol",
 1199 "tempfile",
 1200 "which 6.0.3",
 1201 "workspace",
 1202]
 1203
 1204[[package]]
 1205name = "auto_update_ui"
 1206version = "0.1.0"
 1207dependencies = [
 1208 "anyhow",
 1209 "auto_update",
 1210 "client",
 1211 "editor",
 1212 "gpui",
 1213 "http_client",
 1214 "markdown_preview",
 1215 "release_channel",
 1216 "serde",
 1217 "serde_json",
 1218 "smol",
 1219 "util",
 1220 "workspace",
 1221]
 1222
 1223[[package]]
 1224name = "autocfg"
 1225version = "1.4.0"
 1226source = "registry+https://github.com/rust-lang/crates.io-index"
 1227checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1228
 1229[[package]]
 1230name = "av1-grain"
 1231version = "0.2.3"
 1232source = "registry+https://github.com/rust-lang/crates.io-index"
 1233checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1234dependencies = [
 1235 "anyhow",
 1236 "arrayvec",
 1237 "log",
 1238 "nom",
 1239 "num-rational",
 1240 "v_frame",
 1241]
 1242
 1243[[package]]
 1244name = "avif-serialize"
 1245version = "0.8.2"
 1246source = "registry+https://github.com/rust-lang/crates.io-index"
 1247checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1248dependencies = [
 1249 "arrayvec",
 1250]
 1251
 1252[[package]]
 1253name = "aws-config"
 1254version = "1.5.16"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1257dependencies = [
 1258 "aws-credential-types",
 1259 "aws-runtime",
 1260 "aws-sdk-sso",
 1261 "aws-sdk-ssooidc",
 1262 "aws-sdk-sts",
 1263 "aws-smithy-async",
 1264 "aws-smithy-http",
 1265 "aws-smithy-json",
 1266 "aws-smithy-runtime",
 1267 "aws-smithy-runtime-api",
 1268 "aws-smithy-types",
 1269 "aws-types",
 1270 "bytes 1.10.1",
 1271 "fastrand 2.3.0",
 1272 "hex",
 1273 "http 0.2.12",
 1274 "ring",
 1275 "time",
 1276 "tokio",
 1277 "tracing",
 1278 "url",
 1279 "zeroize",
 1280]
 1281
 1282[[package]]
 1283name = "aws-credential-types"
 1284version = "1.2.1"
 1285source = "registry+https://github.com/rust-lang/crates.io-index"
 1286checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1287dependencies = [
 1288 "aws-smithy-async",
 1289 "aws-smithy-runtime-api",
 1290 "aws-smithy-types",
 1291 "zeroize",
 1292]
 1293
 1294[[package]]
 1295name = "aws-lc-rs"
 1296version = "1.12.6"
 1297source = "registry+https://github.com/rust-lang/crates.io-index"
 1298checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1299dependencies = [
 1300 "aws-lc-sys",
 1301 "zeroize",
 1302]
 1303
 1304[[package]]
 1305name = "aws-lc-sys"
 1306version = "0.27.0"
 1307source = "registry+https://github.com/rust-lang/crates.io-index"
 1308checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1309dependencies = [
 1310 "bindgen 0.69.5",
 1311 "cc",
 1312 "cmake",
 1313 "dunce",
 1314 "fs_extra",
 1315]
 1316
 1317[[package]]
 1318name = "aws-runtime"
 1319version = "1.5.5"
 1320source = "registry+https://github.com/rust-lang/crates.io-index"
 1321checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1322dependencies = [
 1323 "aws-credential-types",
 1324 "aws-sigv4",
 1325 "aws-smithy-async",
 1326 "aws-smithy-eventstream",
 1327 "aws-smithy-http",
 1328 "aws-smithy-runtime",
 1329 "aws-smithy-runtime-api",
 1330 "aws-smithy-types",
 1331 "aws-types",
 1332 "bytes 1.10.1",
 1333 "fastrand 2.3.0",
 1334 "http 0.2.12",
 1335 "http-body 0.4.6",
 1336 "once_cell",
 1337 "percent-encoding",
 1338 "pin-project-lite",
 1339 "tracing",
 1340 "uuid",
 1341]
 1342
 1343[[package]]
 1344name = "aws-sdk-bedrockruntime"
 1345version = "1.74.0"
 1346source = "registry+https://github.com/rust-lang/crates.io-index"
 1347checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1348dependencies = [
 1349 "aws-credential-types",
 1350 "aws-runtime",
 1351 "aws-smithy-async",
 1352 "aws-smithy-eventstream",
 1353 "aws-smithy-http",
 1354 "aws-smithy-json",
 1355 "aws-smithy-runtime",
 1356 "aws-smithy-runtime-api",
 1357 "aws-smithy-types",
 1358 "aws-types",
 1359 "bytes 1.10.1",
 1360 "fastrand 2.3.0",
 1361 "http 0.2.12",
 1362 "once_cell",
 1363 "regex-lite",
 1364 "tracing",
 1365]
 1366
 1367[[package]]
 1368name = "aws-sdk-kinesis"
 1369version = "1.61.0"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1372dependencies = [
 1373 "aws-credential-types",
 1374 "aws-runtime",
 1375 "aws-smithy-async",
 1376 "aws-smithy-http",
 1377 "aws-smithy-json",
 1378 "aws-smithy-runtime",
 1379 "aws-smithy-runtime-api",
 1380 "aws-smithy-types",
 1381 "aws-types",
 1382 "bytes 1.10.1",
 1383 "http 0.2.12",
 1384 "once_cell",
 1385 "regex-lite",
 1386 "tracing",
 1387]
 1388
 1389[[package]]
 1390name = "aws-sdk-s3"
 1391version = "1.76.0"
 1392source = "registry+https://github.com/rust-lang/crates.io-index"
 1393checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1394dependencies = [
 1395 "aws-credential-types",
 1396 "aws-runtime",
 1397 "aws-sigv4",
 1398 "aws-smithy-async",
 1399 "aws-smithy-checksums",
 1400 "aws-smithy-eventstream",
 1401 "aws-smithy-http",
 1402 "aws-smithy-json",
 1403 "aws-smithy-runtime",
 1404 "aws-smithy-runtime-api",
 1405 "aws-smithy-types",
 1406 "aws-smithy-xml",
 1407 "aws-types",
 1408 "bytes 1.10.1",
 1409 "fastrand 2.3.0",
 1410 "hex",
 1411 "hmac",
 1412 "http 0.2.12",
 1413 "http-body 0.4.6",
 1414 "lru",
 1415 "once_cell",
 1416 "percent-encoding",
 1417 "regex-lite",
 1418 "sha2",
 1419 "tracing",
 1420 "url",
 1421]
 1422
 1423[[package]]
 1424name = "aws-sdk-sso"
 1425version = "1.58.0"
 1426source = "registry+https://github.com/rust-lang/crates.io-index"
 1427checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1428dependencies = [
 1429 "aws-credential-types",
 1430 "aws-runtime",
 1431 "aws-smithy-async",
 1432 "aws-smithy-http",
 1433 "aws-smithy-json",
 1434 "aws-smithy-runtime",
 1435 "aws-smithy-runtime-api",
 1436 "aws-smithy-types",
 1437 "aws-types",
 1438 "bytes 1.10.1",
 1439 "http 0.2.12",
 1440 "once_cell",
 1441 "regex-lite",
 1442 "tracing",
 1443]
 1444
 1445[[package]]
 1446name = "aws-sdk-ssooidc"
 1447version = "1.59.0"
 1448source = "registry+https://github.com/rust-lang/crates.io-index"
 1449checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1450dependencies = [
 1451 "aws-credential-types",
 1452 "aws-runtime",
 1453 "aws-smithy-async",
 1454 "aws-smithy-http",
 1455 "aws-smithy-json",
 1456 "aws-smithy-runtime",
 1457 "aws-smithy-runtime-api",
 1458 "aws-smithy-types",
 1459 "aws-types",
 1460 "bytes 1.10.1",
 1461 "http 0.2.12",
 1462 "once_cell",
 1463 "regex-lite",
 1464 "tracing",
 1465]
 1466
 1467[[package]]
 1468name = "aws-sdk-sts"
 1469version = "1.59.0"
 1470source = "registry+https://github.com/rust-lang/crates.io-index"
 1471checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1472dependencies = [
 1473 "aws-credential-types",
 1474 "aws-runtime",
 1475 "aws-smithy-async",
 1476 "aws-smithy-http",
 1477 "aws-smithy-json",
 1478 "aws-smithy-query",
 1479 "aws-smithy-runtime",
 1480 "aws-smithy-runtime-api",
 1481 "aws-smithy-types",
 1482 "aws-smithy-xml",
 1483 "aws-types",
 1484 "http 0.2.12",
 1485 "once_cell",
 1486 "regex-lite",
 1487 "tracing",
 1488]
 1489
 1490[[package]]
 1491name = "aws-sigv4"
 1492version = "1.2.9"
 1493source = "registry+https://github.com/rust-lang/crates.io-index"
 1494checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1495dependencies = [
 1496 "aws-credential-types",
 1497 "aws-smithy-eventstream",
 1498 "aws-smithy-http",
 1499 "aws-smithy-runtime-api",
 1500 "aws-smithy-types",
 1501 "bytes 1.10.1",
 1502 "crypto-bigint 0.5.5",
 1503 "form_urlencoded",
 1504 "hex",
 1505 "hmac",
 1506 "http 0.2.12",
 1507 "http 1.2.0",
 1508 "once_cell",
 1509 "p256",
 1510 "percent-encoding",
 1511 "ring",
 1512 "sha2",
 1513 "subtle",
 1514 "time",
 1515 "tracing",
 1516 "zeroize",
 1517]
 1518
 1519[[package]]
 1520name = "aws-smithy-async"
 1521version = "1.2.4"
 1522source = "registry+https://github.com/rust-lang/crates.io-index"
 1523checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1524dependencies = [
 1525 "futures-util",
 1526 "pin-project-lite",
 1527 "tokio",
 1528]
 1529
 1530[[package]]
 1531name = "aws-smithy-checksums"
 1532version = "0.62.0"
 1533source = "registry+https://github.com/rust-lang/crates.io-index"
 1534checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1535dependencies = [
 1536 "aws-smithy-http",
 1537 "aws-smithy-types",
 1538 "bytes 1.10.1",
 1539 "crc32c",
 1540 "crc32fast",
 1541 "crc64fast-nvme",
 1542 "hex",
 1543 "http 0.2.12",
 1544 "http-body 0.4.6",
 1545 "md-5",
 1546 "pin-project-lite",
 1547 "sha1",
 1548 "sha2",
 1549 "tracing",
 1550]
 1551
 1552[[package]]
 1553name = "aws-smithy-eventstream"
 1554version = "0.60.6"
 1555source = "registry+https://github.com/rust-lang/crates.io-index"
 1556checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1557dependencies = [
 1558 "aws-smithy-types",
 1559 "bytes 1.10.1",
 1560 "crc32fast",
 1561]
 1562
 1563[[package]]
 1564name = "aws-smithy-http"
 1565version = "0.60.12"
 1566source = "registry+https://github.com/rust-lang/crates.io-index"
 1567checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1568dependencies = [
 1569 "aws-smithy-eventstream",
 1570 "aws-smithy-runtime-api",
 1571 "aws-smithy-types",
 1572 "bytes 1.10.1",
 1573 "bytes-utils",
 1574 "futures-core",
 1575 "http 0.2.12",
 1576 "http-body 0.4.6",
 1577 "once_cell",
 1578 "percent-encoding",
 1579 "pin-project-lite",
 1580 "pin-utils",
 1581 "tracing",
 1582]
 1583
 1584[[package]]
 1585name = "aws-smithy-json"
 1586version = "0.61.2"
 1587source = "registry+https://github.com/rust-lang/crates.io-index"
 1588checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1589dependencies = [
 1590 "aws-smithy-types",
 1591]
 1592
 1593[[package]]
 1594name = "aws-smithy-query"
 1595version = "0.60.7"
 1596source = "registry+https://github.com/rust-lang/crates.io-index"
 1597checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1598dependencies = [
 1599 "aws-smithy-types",
 1600 "urlencoding",
 1601]
 1602
 1603[[package]]
 1604name = "aws-smithy-runtime"
 1605version = "1.7.8"
 1606source = "registry+https://github.com/rust-lang/crates.io-index"
 1607checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1608dependencies = [
 1609 "aws-smithy-async",
 1610 "aws-smithy-http",
 1611 "aws-smithy-runtime-api",
 1612 "aws-smithy-types",
 1613 "bytes 1.10.1",
 1614 "fastrand 2.3.0",
 1615 "h2 0.3.26",
 1616 "http 0.2.12",
 1617 "http-body 0.4.6",
 1618 "http-body 1.0.1",
 1619 "httparse",
 1620 "hyper 0.14.32",
 1621 "hyper-rustls 0.24.2",
 1622 "once_cell",
 1623 "pin-project-lite",
 1624 "pin-utils",
 1625 "rustls 0.21.12",
 1626 "tokio",
 1627 "tracing",
 1628]
 1629
 1630[[package]]
 1631name = "aws-smithy-runtime-api"
 1632version = "1.7.3"
 1633source = "registry+https://github.com/rust-lang/crates.io-index"
 1634checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1635dependencies = [
 1636 "aws-smithy-async",
 1637 "aws-smithy-types",
 1638 "bytes 1.10.1",
 1639 "http 0.2.12",
 1640 "http 1.2.0",
 1641 "pin-project-lite",
 1642 "tokio",
 1643 "tracing",
 1644 "zeroize",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-types"
 1649version = "1.2.13"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1652dependencies = [
 1653 "base64-simd",
 1654 "bytes 1.10.1",
 1655 "bytes-utils",
 1656 "futures-core",
 1657 "http 0.2.12",
 1658 "http 1.2.0",
 1659 "http-body 0.4.6",
 1660 "http-body 1.0.1",
 1661 "http-body-util",
 1662 "itoa",
 1663 "num-integer",
 1664 "pin-project-lite",
 1665 "pin-utils",
 1666 "ryu",
 1667 "serde",
 1668 "time",
 1669 "tokio",
 1670 "tokio-util",
 1671]
 1672
 1673[[package]]
 1674name = "aws-smithy-xml"
 1675version = "0.60.9"
 1676source = "registry+https://github.com/rust-lang/crates.io-index"
 1677checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1678dependencies = [
 1679 "xmlparser",
 1680]
 1681
 1682[[package]]
 1683name = "aws-types"
 1684version = "1.3.5"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1687dependencies = [
 1688 "aws-credential-types",
 1689 "aws-smithy-async",
 1690 "aws-smithy-runtime-api",
 1691 "aws-smithy-types",
 1692 "rustc_version",
 1693 "tracing",
 1694]
 1695
 1696[[package]]
 1697name = "aws_http_client"
 1698version = "0.1.0"
 1699dependencies = [
 1700 "aws-smithy-runtime-api",
 1701 "aws-smithy-types",
 1702 "futures 0.3.31",
 1703 "http_client",
 1704 "tokio",
 1705]
 1706
 1707[[package]]
 1708name = "axum"
 1709version = "0.6.20"
 1710source = "registry+https://github.com/rust-lang/crates.io-index"
 1711checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1712dependencies = [
 1713 "async-trait",
 1714 "axum-core",
 1715 "base64 0.21.7",
 1716 "bitflags 1.3.2",
 1717 "bytes 1.10.1",
 1718 "futures-util",
 1719 "headers",
 1720 "http 0.2.12",
 1721 "http-body 0.4.6",
 1722 "hyper 0.14.32",
 1723 "itoa",
 1724 "matchit",
 1725 "memchr",
 1726 "mime",
 1727 "percent-encoding",
 1728 "pin-project-lite",
 1729 "rustversion",
 1730 "serde",
 1731 "serde_json",
 1732 "serde_path_to_error",
 1733 "serde_urlencoded",
 1734 "sha1",
 1735 "sync_wrapper 0.1.2",
 1736 "tokio",
 1737 "tokio-tungstenite 0.20.1",
 1738 "tower",
 1739 "tower-layer",
 1740 "tower-service",
 1741]
 1742
 1743[[package]]
 1744name = "axum-core"
 1745version = "0.3.4"
 1746source = "registry+https://github.com/rust-lang/crates.io-index"
 1747checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1748dependencies = [
 1749 "async-trait",
 1750 "bytes 1.10.1",
 1751 "futures-util",
 1752 "http 0.2.12",
 1753 "http-body 0.4.6",
 1754 "mime",
 1755 "rustversion",
 1756 "tower-layer",
 1757 "tower-service",
 1758]
 1759
 1760[[package]]
 1761name = "axum-extra"
 1762version = "0.4.2"
 1763source = "registry+https://github.com/rust-lang/crates.io-index"
 1764checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1765dependencies = [
 1766 "axum",
 1767 "bytes 1.10.1",
 1768 "futures-util",
 1769 "http 0.2.12",
 1770 "mime",
 1771 "pin-project-lite",
 1772 "serde",
 1773 "serde_json",
 1774 "tokio",
 1775 "tower",
 1776 "tower-http 0.3.5",
 1777 "tower-layer",
 1778 "tower-service",
 1779]
 1780
 1781[[package]]
 1782name = "backtrace"
 1783version = "0.3.74"
 1784source = "registry+https://github.com/rust-lang/crates.io-index"
 1785checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1786dependencies = [
 1787 "addr2line",
 1788 "cfg-if",
 1789 "libc",
 1790 "miniz_oxide",
 1791 "object",
 1792 "rustc-demangle",
 1793 "windows-targets 0.52.6",
 1794]
 1795
 1796[[package]]
 1797name = "base16ct"
 1798version = "0.1.1"
 1799source = "registry+https://github.com/rust-lang/crates.io-index"
 1800checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1801
 1802[[package]]
 1803name = "base64"
 1804version = "0.13.1"
 1805source = "registry+https://github.com/rust-lang/crates.io-index"
 1806checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1807
 1808[[package]]
 1809name = "base64"
 1810version = "0.21.7"
 1811source = "registry+https://github.com/rust-lang/crates.io-index"
 1812checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1813
 1814[[package]]
 1815name = "base64"
 1816version = "0.22.1"
 1817source = "registry+https://github.com/rust-lang/crates.io-index"
 1818checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1819
 1820[[package]]
 1821name = "base64-simd"
 1822version = "0.8.0"
 1823source = "registry+https://github.com/rust-lang/crates.io-index"
 1824checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1825dependencies = [
 1826 "outref",
 1827 "vsimd",
 1828]
 1829
 1830[[package]]
 1831name = "base64ct"
 1832version = "1.6.0"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1835
 1836[[package]]
 1837name = "bedrock"
 1838version = "0.1.0"
 1839dependencies = [
 1840 "anyhow",
 1841 "aws-sdk-bedrockruntime",
 1842 "aws-smithy-types",
 1843 "futures 0.3.31",
 1844 "schemars",
 1845 "serde",
 1846 "serde_json",
 1847 "strum",
 1848 "thiserror 2.0.12",
 1849 "tokio",
 1850]
 1851
 1852[[package]]
 1853name = "bigdecimal"
 1854version = "0.4.7"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1857dependencies = [
 1858 "autocfg",
 1859 "libm",
 1860 "num-bigint",
 1861 "num-integer",
 1862 "num-traits",
 1863 "serde",
 1864]
 1865
 1866[[package]]
 1867name = "bincode"
 1868version = "1.3.3"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1871dependencies = [
 1872 "serde",
 1873]
 1874
 1875[[package]]
 1876name = "bindgen"
 1877version = "0.69.5"
 1878source = "registry+https://github.com/rust-lang/crates.io-index"
 1879checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1880dependencies = [
 1881 "bitflags 2.8.0",
 1882 "cexpr",
 1883 "clang-sys",
 1884 "itertools 0.10.5",
 1885 "lazy_static",
 1886 "lazycell",
 1887 "log",
 1888 "prettyplease",
 1889 "proc-macro2",
 1890 "quote",
 1891 "regex",
 1892 "rustc-hash 1.1.0",
 1893 "shlex",
 1894 "syn 2.0.100",
 1895 "which 4.4.2",
 1896]
 1897
 1898[[package]]
 1899name = "bindgen"
 1900version = "0.70.1"
 1901source = "registry+https://github.com/rust-lang/crates.io-index"
 1902checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1903dependencies = [
 1904 "bitflags 2.8.0",
 1905 "cexpr",
 1906 "clang-sys",
 1907 "itertools 0.10.5",
 1908 "log",
 1909 "prettyplease",
 1910 "proc-macro2",
 1911 "quote",
 1912 "regex",
 1913 "rustc-hash 1.1.0",
 1914 "shlex",
 1915 "syn 2.0.100",
 1916]
 1917
 1918[[package]]
 1919name = "bit-set"
 1920version = "0.5.3"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1923dependencies = [
 1924 "bit-vec 0.6.3",
 1925]
 1926
 1927[[package]]
 1928name = "bit-set"
 1929version = "0.8.0"
 1930source = "registry+https://github.com/rust-lang/crates.io-index"
 1931checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1932dependencies = [
 1933 "bit-vec 0.8.0",
 1934]
 1935
 1936[[package]]
 1937name = "bit-vec"
 1938version = "0.6.3"
 1939source = "registry+https://github.com/rust-lang/crates.io-index"
 1940checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1941
 1942[[package]]
 1943name = "bit-vec"
 1944version = "0.8.0"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1947
 1948[[package]]
 1949name = "bit_field"
 1950version = "0.10.2"
 1951source = "registry+https://github.com/rust-lang/crates.io-index"
 1952checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1953
 1954[[package]]
 1955name = "bitflags"
 1956version = "1.3.2"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1959
 1960[[package]]
 1961name = "bitflags"
 1962version = "2.8.0"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1965dependencies = [
 1966 "serde",
 1967]
 1968
 1969[[package]]
 1970name = "bitstream-io"
 1971version = "2.6.0"
 1972source = "registry+https://github.com/rust-lang/crates.io-index"
 1973checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1974
 1975[[package]]
 1976name = "bitvec"
 1977version = "1.0.1"
 1978source = "registry+https://github.com/rust-lang/crates.io-index"
 1979checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1980dependencies = [
 1981 "funty",
 1982 "radium",
 1983 "tap",
 1984 "wyz",
 1985]
 1986
 1987[[package]]
 1988name = "blade-graphics"
 1989version = "0.6.0"
 1990source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1991dependencies = [
 1992 "ash",
 1993 "ash-window",
 1994 "bitflags 2.8.0",
 1995 "bytemuck",
 1996 "codespan-reporting",
 1997 "glow",
 1998 "gpu-alloc",
 1999 "gpu-alloc-ash",
 2000 "hidden-trait",
 2001 "js-sys",
 2002 "khronos-egl",
 2003 "libloading",
 2004 "log",
 2005 "mint",
 2006 "naga",
 2007 "objc2",
 2008 "objc2-app-kit",
 2009 "objc2-foundation",
 2010 "objc2-metal",
 2011 "objc2-quartz-core",
 2012 "objc2-ui-kit",
 2013 "raw-window-handle",
 2014 "slab",
 2015 "wasm-bindgen",
 2016 "web-sys",
 2017]
 2018
 2019[[package]]
 2020name = "blade-macros"
 2021version = "0.3.0"
 2022source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2023dependencies = [
 2024 "proc-macro2",
 2025 "quote",
 2026 "syn 2.0.100",
 2027]
 2028
 2029[[package]]
 2030name = "blade-util"
 2031version = "0.2.0"
 2032source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2033dependencies = [
 2034 "blade-graphics",
 2035 "bytemuck",
 2036 "log",
 2037 "profiling",
 2038]
 2039
 2040[[package]]
 2041name = "blake3"
 2042version = "1.6.1"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2045dependencies = [
 2046 "arrayref",
 2047 "arrayvec",
 2048 "cc",
 2049 "cfg-if",
 2050 "constant_time_eq 0.3.1",
 2051]
 2052
 2053[[package]]
 2054name = "block"
 2055version = "0.1.6"
 2056source = "registry+https://github.com/rust-lang/crates.io-index"
 2057checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2058
 2059[[package]]
 2060name = "block-buffer"
 2061version = "0.10.4"
 2062source = "registry+https://github.com/rust-lang/crates.io-index"
 2063checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2064dependencies = [
 2065 "generic-array",
 2066]
 2067
 2068[[package]]
 2069name = "block-padding"
 2070version = "0.3.3"
 2071source = "registry+https://github.com/rust-lang/crates.io-index"
 2072checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2073dependencies = [
 2074 "generic-array",
 2075]
 2076
 2077[[package]]
 2078name = "block2"
 2079version = "0.5.1"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2082dependencies = [
 2083 "objc2",
 2084]
 2085
 2086[[package]]
 2087name = "blocking"
 2088version = "1.6.1"
 2089source = "registry+https://github.com/rust-lang/crates.io-index"
 2090checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2091dependencies = [
 2092 "async-channel 2.3.1",
 2093 "async-task",
 2094 "futures-io",
 2095 "futures-lite 2.6.0",
 2096 "piper",
 2097]
 2098
 2099[[package]]
 2100name = "borsh"
 2101version = "1.5.3"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2104dependencies = [
 2105 "borsh-derive",
 2106 "cfg_aliases 0.2.1",
 2107]
 2108
 2109[[package]]
 2110name = "borsh-derive"
 2111version = "1.5.3"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2114dependencies = [
 2115 "once_cell",
 2116 "proc-macro-crate",
 2117 "proc-macro2",
 2118 "quote",
 2119 "syn 2.0.100",
 2120]
 2121
 2122[[package]]
 2123name = "breadcrumbs"
 2124version = "0.1.0"
 2125dependencies = [
 2126 "editor",
 2127 "gpui",
 2128 "itertools 0.14.0",
 2129 "theme",
 2130 "ui",
 2131 "workspace",
 2132 "zed_actions",
 2133]
 2134
 2135[[package]]
 2136name = "bstr"
 2137version = "1.11.1"
 2138source = "registry+https://github.com/rust-lang/crates.io-index"
 2139checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2140dependencies = [
 2141 "memchr",
 2142 "regex-automata 0.4.9",
 2143 "serde",
 2144]
 2145
 2146[[package]]
 2147name = "buffer_diff"
 2148version = "0.1.0"
 2149dependencies = [
 2150 "anyhow",
 2151 "clock",
 2152 "ctor",
 2153 "env_logger 0.11.7",
 2154 "futures 0.3.31",
 2155 "git2",
 2156 "gpui",
 2157 "language",
 2158 "log",
 2159 "pretty_assertions",
 2160 "rand 0.8.5",
 2161 "rope",
 2162 "serde_json",
 2163 "sum_tree",
 2164 "text",
 2165 "unindent",
 2166 "util",
 2167]
 2168
 2169[[package]]
 2170name = "built"
 2171version = "0.7.5"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2174
 2175[[package]]
 2176name = "bumpalo"
 2177version = "3.16.0"
 2178source = "registry+https://github.com/rust-lang/crates.io-index"
 2179checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2180dependencies = [
 2181 "allocator-api2",
 2182]
 2183
 2184[[package]]
 2185name = "by_address"
 2186version = "1.2.1"
 2187source = "registry+https://github.com/rust-lang/crates.io-index"
 2188checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2189
 2190[[package]]
 2191name = "bytecheck"
 2192version = "0.6.12"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2195dependencies = [
 2196 "bytecheck_derive",
 2197 "ptr_meta",
 2198 "simdutf8",
 2199]
 2200
 2201[[package]]
 2202name = "bytecheck_derive"
 2203version = "0.6.12"
 2204source = "registry+https://github.com/rust-lang/crates.io-index"
 2205checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2206dependencies = [
 2207 "proc-macro2",
 2208 "quote",
 2209 "syn 1.0.109",
 2210]
 2211
 2212[[package]]
 2213name = "bytemuck"
 2214version = "1.21.0"
 2215source = "registry+https://github.com/rust-lang/crates.io-index"
 2216checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2217dependencies = [
 2218 "bytemuck_derive",
 2219]
 2220
 2221[[package]]
 2222name = "bytemuck_derive"
 2223version = "1.8.0"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2226dependencies = [
 2227 "proc-macro2",
 2228 "quote",
 2229 "syn 2.0.100",
 2230]
 2231
 2232[[package]]
 2233name = "byteorder"
 2234version = "1.5.0"
 2235source = "registry+https://github.com/rust-lang/crates.io-index"
 2236checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2237
 2238[[package]]
 2239name = "byteorder-lite"
 2240version = "0.1.0"
 2241source = "registry+https://github.com/rust-lang/crates.io-index"
 2242checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2243
 2244[[package]]
 2245name = "bytes"
 2246version = "0.4.12"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2249dependencies = [
 2250 "byteorder",
 2251 "iovec",
 2252]
 2253
 2254[[package]]
 2255name = "bytes"
 2256version = "1.10.1"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2259
 2260[[package]]
 2261name = "bytes-utils"
 2262version = "0.1.4"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2265dependencies = [
 2266 "bytes 1.10.1",
 2267 "either",
 2268]
 2269
 2270[[package]]
 2271name = "bzip2"
 2272version = "0.4.4"
 2273source = "registry+https://github.com/rust-lang/crates.io-index"
 2274checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2275dependencies = [
 2276 "bzip2-sys",
 2277 "libc",
 2278]
 2279
 2280[[package]]
 2281name = "bzip2-sys"
 2282version = "0.1.11+1.0.8"
 2283source = "registry+https://github.com/rust-lang/crates.io-index"
 2284checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2285dependencies = [
 2286 "cc",
 2287 "libc",
 2288 "pkg-config",
 2289]
 2290
 2291[[package]]
 2292name = "call"
 2293version = "0.1.0"
 2294dependencies = [
 2295 "anyhow",
 2296 "audio",
 2297 "client",
 2298 "collections",
 2299 "fs",
 2300 "futures 0.3.31",
 2301 "gpui",
 2302 "http_client",
 2303 "language",
 2304 "livekit_client",
 2305 "livekit_client_macos",
 2306 "log",
 2307 "postage",
 2308 "project",
 2309 "schemars",
 2310 "serde",
 2311 "serde_derive",
 2312 "settings",
 2313 "telemetry",
 2314 "util",
 2315]
 2316
 2317[[package]]
 2318name = "calloop"
 2319version = "0.13.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2322dependencies = [
 2323 "bitflags 2.8.0",
 2324 "log",
 2325 "polling",
 2326 "rustix",
 2327 "slab",
 2328 "thiserror 1.0.69",
 2329]
 2330
 2331[[package]]
 2332name = "calloop-wayland-source"
 2333version = "0.3.0"
 2334source = "registry+https://github.com/rust-lang/crates.io-index"
 2335checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2336dependencies = [
 2337 "calloop",
 2338 "rustix",
 2339 "wayland-backend",
 2340 "wayland-client",
 2341]
 2342
 2343[[package]]
 2344name = "camino"
 2345version = "1.1.9"
 2346source = "registry+https://github.com/rust-lang/crates.io-index"
 2347checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2348dependencies = [
 2349 "serde",
 2350]
 2351
 2352[[package]]
 2353name = "cap-fs-ext"
 2354version = "3.4.2"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2357dependencies = [
 2358 "cap-primitives",
 2359 "cap-std",
 2360 "io-lifetimes",
 2361 "windows-sys 0.59.0",
 2362]
 2363
 2364[[package]]
 2365name = "cap-net-ext"
 2366version = "3.4.2"
 2367source = "registry+https://github.com/rust-lang/crates.io-index"
 2368checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2369dependencies = [
 2370 "cap-primitives",
 2371 "cap-std",
 2372 "rustix",
 2373 "smallvec",
 2374]
 2375
 2376[[package]]
 2377name = "cap-primitives"
 2378version = "3.4.2"
 2379source = "registry+https://github.com/rust-lang/crates.io-index"
 2380checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2381dependencies = [
 2382 "ambient-authority",
 2383 "fs-set-times",
 2384 "io-extras",
 2385 "io-lifetimes",
 2386 "ipnet",
 2387 "maybe-owned",
 2388 "rustix",
 2389 "windows-sys 0.59.0",
 2390 "winx",
 2391]
 2392
 2393[[package]]
 2394name = "cap-rand"
 2395version = "3.4.2"
 2396source = "registry+https://github.com/rust-lang/crates.io-index"
 2397checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2398dependencies = [
 2399 "ambient-authority",
 2400 "rand 0.8.5",
 2401]
 2402
 2403[[package]]
 2404name = "cap-std"
 2405version = "3.4.2"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2408dependencies = [
 2409 "cap-primitives",
 2410 "io-extras",
 2411 "io-lifetimes",
 2412 "rustix",
 2413]
 2414
 2415[[package]]
 2416name = "cap-time-ext"
 2417version = "3.4.2"
 2418source = "registry+https://github.com/rust-lang/crates.io-index"
 2419checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2420dependencies = [
 2421 "ambient-authority",
 2422 "cap-primitives",
 2423 "iana-time-zone",
 2424 "once_cell",
 2425 "rustix",
 2426 "winx",
 2427]
 2428
 2429[[package]]
 2430name = "cargo-platform"
 2431version = "0.1.9"
 2432source = "registry+https://github.com/rust-lang/crates.io-index"
 2433checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2434dependencies = [
 2435 "serde",
 2436]
 2437
 2438[[package]]
 2439name = "cargo_metadata"
 2440version = "0.19.2"
 2441source = "registry+https://github.com/rust-lang/crates.io-index"
 2442checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2443dependencies = [
 2444 "camino",
 2445 "cargo-platform",
 2446 "semver",
 2447 "serde",
 2448 "serde_json",
 2449 "thiserror 2.0.12",
 2450]
 2451
 2452[[package]]
 2453name = "cargo_toml"
 2454version = "0.21.0"
 2455source = "registry+https://github.com/rust-lang/crates.io-index"
 2456checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2457dependencies = [
 2458 "serde",
 2459 "toml 0.8.20",
 2460]
 2461
 2462[[package]]
 2463name = "cast"
 2464version = "0.3.0"
 2465source = "registry+https://github.com/rust-lang/crates.io-index"
 2466checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2467
 2468[[package]]
 2469name = "cbc"
 2470version = "0.1.2"
 2471source = "registry+https://github.com/rust-lang/crates.io-index"
 2472checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2473dependencies = [
 2474 "cipher",
 2475]
 2476
 2477[[package]]
 2478name = "cbindgen"
 2479version = "0.27.0"
 2480source = "registry+https://github.com/rust-lang/crates.io-index"
 2481checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2482dependencies = [
 2483 "clap",
 2484 "heck 0.4.1",
 2485 "indexmap",
 2486 "log",
 2487 "proc-macro2",
 2488 "quote",
 2489 "serde",
 2490 "serde_json",
 2491 "syn 2.0.100",
 2492 "tempfile",
 2493 "toml 0.8.20",
 2494]
 2495
 2496[[package]]
 2497name = "cbindgen"
 2498version = "0.28.0"
 2499source = "registry+https://github.com/rust-lang/crates.io-index"
 2500checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2501dependencies = [
 2502 "heck 0.4.1",
 2503 "indexmap",
 2504 "log",
 2505 "proc-macro2",
 2506 "quote",
 2507 "serde",
 2508 "serde_json",
 2509 "syn 2.0.100",
 2510 "tempfile",
 2511 "toml 0.8.20",
 2512]
 2513
 2514[[package]]
 2515name = "cc"
 2516version = "1.2.12"
 2517source = "registry+https://github.com/rust-lang/crates.io-index"
 2518checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2519dependencies = [
 2520 "jobserver",
 2521 "libc",
 2522 "shlex",
 2523]
 2524
 2525[[package]]
 2526name = "cesu8"
 2527version = "1.1.0"
 2528source = "registry+https://github.com/rust-lang/crates.io-index"
 2529checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2530
 2531[[package]]
 2532name = "cexpr"
 2533version = "0.6.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2536dependencies = [
 2537 "nom",
 2538]
 2539
 2540[[package]]
 2541name = "cfg-expr"
 2542version = "0.15.8"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2545dependencies = [
 2546 "smallvec",
 2547 "target-lexicon 0.12.16",
 2548]
 2549
 2550[[package]]
 2551name = "cfg-if"
 2552version = "1.0.0"
 2553source = "registry+https://github.com/rust-lang/crates.io-index"
 2554checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2555
 2556[[package]]
 2557name = "cfg_aliases"
 2558version = "0.1.1"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2561
 2562[[package]]
 2563name = "cfg_aliases"
 2564version = "0.2.1"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2567
 2568[[package]]
 2569name = "channel"
 2570version = "0.1.0"
 2571dependencies = [
 2572 "anyhow",
 2573 "client",
 2574 "clock",
 2575 "collections",
 2576 "futures 0.3.31",
 2577 "gpui",
 2578 "http_client",
 2579 "language",
 2580 "log",
 2581 "rand 0.8.5",
 2582 "release_channel",
 2583 "rpc",
 2584 "settings",
 2585 "sum_tree",
 2586 "text",
 2587 "time",
 2588 "util",
 2589]
 2590
 2591[[package]]
 2592name = "chrono"
 2593version = "0.4.40"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2596dependencies = [
 2597 "android-tzdata",
 2598 "iana-time-zone",
 2599 "js-sys",
 2600 "num-traits",
 2601 "serde",
 2602 "wasm-bindgen",
 2603 "windows-link",
 2604]
 2605
 2606[[package]]
 2607name = "chunked_transfer"
 2608version = "1.5.0"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2611
 2612[[package]]
 2613name = "ciborium"
 2614version = "0.2.2"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2617dependencies = [
 2618 "ciborium-io",
 2619 "ciborium-ll",
 2620 "serde",
 2621]
 2622
 2623[[package]]
 2624name = "ciborium-io"
 2625version = "0.2.2"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2628
 2629[[package]]
 2630name = "ciborium-ll"
 2631version = "0.2.2"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2634dependencies = [
 2635 "ciborium-io",
 2636 "half",
 2637]
 2638
 2639[[package]]
 2640name = "cipher"
 2641version = "0.4.4"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2644dependencies = [
 2645 "crypto-common",
 2646 "inout",
 2647 "zeroize",
 2648]
 2649
 2650[[package]]
 2651name = "circular-buffer"
 2652version = "1.0.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2655
 2656[[package]]
 2657name = "clang-sys"
 2658version = "1.8.1"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2661dependencies = [
 2662 "glob",
 2663 "libc",
 2664 "libloading",
 2665]
 2666
 2667[[package]]
 2668name = "clap"
 2669version = "4.5.32"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2672dependencies = [
 2673 "clap_builder",
 2674 "clap_derive",
 2675]
 2676
 2677[[package]]
 2678name = "clap_builder"
 2679version = "4.5.32"
 2680source = "registry+https://github.com/rust-lang/crates.io-index"
 2681checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2682dependencies = [
 2683 "anstream",
 2684 "anstyle",
 2685 "clap_lex",
 2686 "strsim",
 2687 "terminal_size",
 2688]
 2689
 2690[[package]]
 2691name = "clap_complete"
 2692version = "4.5.38"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2695dependencies = [
 2696 "clap",
 2697]
 2698
 2699[[package]]
 2700name = "clap_derive"
 2701version = "4.5.32"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2704dependencies = [
 2705 "heck 0.5.0",
 2706 "proc-macro2",
 2707 "quote",
 2708 "syn 2.0.100",
 2709]
 2710
 2711[[package]]
 2712name = "clap_lex"
 2713version = "0.7.4"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2716
 2717[[package]]
 2718name = "cli"
 2719version = "0.1.0"
 2720dependencies = [
 2721 "anyhow",
 2722 "clap",
 2723 "collections",
 2724 "core-foundation 0.9.4",
 2725 "core-services",
 2726 "exec",
 2727 "fork",
 2728 "ipc-channel",
 2729 "parking_lot",
 2730 "paths",
 2731 "plist",
 2732 "release_channel",
 2733 "serde",
 2734 "tempfile",
 2735 "util",
 2736 "windows 0.60.0",
 2737]
 2738
 2739[[package]]
 2740name = "client"
 2741version = "0.1.0"
 2742dependencies = [
 2743 "anyhow",
 2744 "async-native-tls",
 2745 "async-recursion 0.3.2",
 2746 "async-tungstenite",
 2747 "chrono",
 2748 "clock",
 2749 "cocoa 0.26.0",
 2750 "collections",
 2751 "credentials_provider",
 2752 "feature_flags",
 2753 "futures 0.3.31",
 2754 "gpui",
 2755 "http_client",
 2756 "http_client_tls",
 2757 "log",
 2758 "parking_lot",
 2759 "paths",
 2760 "postage",
 2761 "rand 0.8.5",
 2762 "release_channel",
 2763 "rpc",
 2764 "schemars",
 2765 "serde",
 2766 "serde_json",
 2767 "settings",
 2768 "sha2",
 2769 "smol",
 2770 "telemetry",
 2771 "telemetry_events",
 2772 "text",
 2773 "thiserror 2.0.12",
 2774 "time",
 2775 "tiny_http",
 2776 "tokio-socks",
 2777 "url",
 2778 "util",
 2779 "windows 0.60.0",
 2780 "worktree",
 2781]
 2782
 2783[[package]]
 2784name = "clock"
 2785version = "0.1.0"
 2786dependencies = [
 2787 "parking_lot",
 2788 "serde",
 2789 "smallvec",
 2790]
 2791
 2792[[package]]
 2793name = "cmake"
 2794version = "0.1.53"
 2795source = "registry+https://github.com/rust-lang/crates.io-index"
 2796checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2797dependencies = [
 2798 "cc",
 2799]
 2800
 2801[[package]]
 2802name = "cobs"
 2803version = "0.2.3"
 2804source = "registry+https://github.com/rust-lang/crates.io-index"
 2805checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2806
 2807[[package]]
 2808name = "cocoa"
 2809version = "0.25.0"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2812dependencies = [
 2813 "bitflags 1.3.2",
 2814 "block",
 2815 "cocoa-foundation 0.1.2",
 2816 "core-foundation 0.9.4",
 2817 "core-graphics 0.23.2",
 2818 "foreign-types 0.5.0",
 2819 "libc",
 2820 "objc",
 2821]
 2822
 2823[[package]]
 2824name = "cocoa"
 2825version = "0.26.0"
 2826source = "registry+https://github.com/rust-lang/crates.io-index"
 2827checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2828dependencies = [
 2829 "bitflags 2.8.0",
 2830 "block",
 2831 "cocoa-foundation 0.2.0",
 2832 "core-foundation 0.10.0",
 2833 "core-graphics 0.24.0",
 2834 "foreign-types 0.5.0",
 2835 "libc",
 2836 "objc",
 2837]
 2838
 2839[[package]]
 2840name = "cocoa-foundation"
 2841version = "0.1.2"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2844dependencies = [
 2845 "bitflags 1.3.2",
 2846 "block",
 2847 "core-foundation 0.9.4",
 2848 "core-graphics-types 0.1.3",
 2849 "libc",
 2850 "objc",
 2851]
 2852
 2853[[package]]
 2854name = "cocoa-foundation"
 2855version = "0.2.0"
 2856source = "registry+https://github.com/rust-lang/crates.io-index"
 2857checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2858dependencies = [
 2859 "bitflags 2.8.0",
 2860 "block",
 2861 "core-foundation 0.10.0",
 2862 "core-graphics-types 0.2.0",
 2863 "libc",
 2864 "objc",
 2865]
 2866
 2867[[package]]
 2868name = "codespan-reporting"
 2869version = "0.11.1"
 2870source = "registry+https://github.com/rust-lang/crates.io-index"
 2871checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2872dependencies = [
 2873 "termcolor",
 2874 "unicode-width",
 2875]
 2876
 2877[[package]]
 2878name = "collab"
 2879version = "0.44.0"
 2880dependencies = [
 2881 "anthropic",
 2882 "anyhow",
 2883 "assistant",
 2884 "assistant_context_editor",
 2885 "assistant_slash_command",
 2886 "assistant_tool",
 2887 "async-stripe",
 2888 "async-trait",
 2889 "async-tungstenite",
 2890 "audio",
 2891 "aws-config",
 2892 "aws-sdk-kinesis",
 2893 "aws-sdk-s3",
 2894 "axum",
 2895 "axum-extra",
 2896 "base64 0.22.1",
 2897 "buffer_diff",
 2898 "call",
 2899 "channel",
 2900 "chrono",
 2901 "client",
 2902 "clock",
 2903 "collab_ui",
 2904 "collections",
 2905 "command_palette_hooks",
 2906 "context_server",
 2907 "ctor",
 2908 "dap",
 2909 "dashmap 6.1.0",
 2910 "debugger_ui",
 2911 "derive_more",
 2912 "editor",
 2913 "env_logger 0.11.7",
 2914 "envy",
 2915 "extension",
 2916 "file_finder",
 2917 "fs",
 2918 "futures 0.3.31",
 2919 "git",
 2920 "git_hosting_providers",
 2921 "git_ui",
 2922 "google_ai",
 2923 "gpui",
 2924 "hex",
 2925 "http_client",
 2926 "hyper 0.14.32",
 2927 "indoc",
 2928 "jsonwebtoken",
 2929 "language",
 2930 "language_model",
 2931 "livekit_api",
 2932 "livekit_client",
 2933 "livekit_client_macos",
 2934 "log",
 2935 "lsp",
 2936 "menu",
 2937 "multi_buffer",
 2938 "nanoid",
 2939 "node_runtime",
 2940 "notifications",
 2941 "open_ai",
 2942 "parking_lot",
 2943 "pretty_assertions",
 2944 "project",
 2945 "prometheus",
 2946 "prompt_store",
 2947 "prost 0.9.0",
 2948 "rand 0.8.5",
 2949 "recent_projects",
 2950 "release_channel",
 2951 "remote",
 2952 "remote_server",
 2953 "reqwest 0.11.27",
 2954 "reqwest_client",
 2955 "rpc",
 2956 "rustc-demangle",
 2957 "scrypt",
 2958 "sea-orm",
 2959 "semantic_version",
 2960 "semver",
 2961 "serde",
 2962 "serde_derive",
 2963 "serde_json",
 2964 "session",
 2965 "settings",
 2966 "sha2",
 2967 "sqlx",
 2968 "strum",
 2969 "subtle",
 2970 "supermaven_api",
 2971 "telemetry_events",
 2972 "text",
 2973 "theme",
 2974 "thiserror 2.0.12",
 2975 "time",
 2976 "tokio",
 2977 "toml 0.8.20",
 2978 "tower",
 2979 "tower-http 0.4.4",
 2980 "tracing",
 2981 "tracing-subscriber",
 2982 "unindent",
 2983 "util",
 2984 "uuid",
 2985 "workspace",
 2986 "worktree",
 2987]
 2988
 2989[[package]]
 2990name = "collab_ui"
 2991version = "0.1.0"
 2992dependencies = [
 2993 "anyhow",
 2994 "call",
 2995 "channel",
 2996 "chrono",
 2997 "client",
 2998 "collections",
 2999 "db",
 3000 "editor",
 3001 "emojis",
 3002 "futures 0.3.31",
 3003 "fuzzy",
 3004 "gpui",
 3005 "http_client",
 3006 "language",
 3007 "menu",
 3008 "notifications",
 3009 "picker",
 3010 "pretty_assertions",
 3011 "project",
 3012 "release_channel",
 3013 "rich_text",
 3014 "rpc",
 3015 "schemars",
 3016 "serde",
 3017 "serde_derive",
 3018 "serde_json",
 3019 "settings",
 3020 "smallvec",
 3021 "story",
 3022 "telemetry",
 3023 "theme",
 3024 "time",
 3025 "time_format",
 3026 "title_bar",
 3027 "tree-sitter-md",
 3028 "ui",
 3029 "util",
 3030 "workspace",
 3031]
 3032
 3033[[package]]
 3034name = "collections"
 3035version = "0.1.0"
 3036dependencies = [
 3037 "indexmap",
 3038 "rustc-hash 2.1.1",
 3039]
 3040
 3041[[package]]
 3042name = "color_quant"
 3043version = "1.1.0"
 3044source = "registry+https://github.com/rust-lang/crates.io-index"
 3045checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3046
 3047[[package]]
 3048name = "colorchoice"
 3049version = "1.0.3"
 3050source = "registry+https://github.com/rust-lang/crates.io-index"
 3051checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3052
 3053[[package]]
 3054name = "combine"
 3055version = "4.6.7"
 3056source = "registry+https://github.com/rust-lang/crates.io-index"
 3057checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3058dependencies = [
 3059 "bytes 1.10.1",
 3060 "memchr",
 3061]
 3062
 3063[[package]]
 3064name = "command_palette"
 3065version = "0.1.0"
 3066dependencies = [
 3067 "client",
 3068 "collections",
 3069 "command_palette_hooks",
 3070 "ctor",
 3071 "editor",
 3072 "env_logger 0.11.7",
 3073 "fuzzy",
 3074 "go_to_line",
 3075 "gpui",
 3076 "language",
 3077 "menu",
 3078 "picker",
 3079 "postage",
 3080 "project",
 3081 "serde",
 3082 "serde_json",
 3083 "settings",
 3084 "telemetry",
 3085 "theme",
 3086 "ui",
 3087 "util",
 3088 "workspace",
 3089 "zed_actions",
 3090]
 3091
 3092[[package]]
 3093name = "command_palette_hooks"
 3094version = "0.1.0"
 3095dependencies = [
 3096 "collections",
 3097 "derive_more",
 3098 "gpui",
 3099]
 3100
 3101[[package]]
 3102name = "component"
 3103version = "0.1.0"
 3104dependencies = [
 3105 "collections",
 3106 "gpui",
 3107 "linkme",
 3108 "parking_lot",
 3109 "theme",
 3110]
 3111
 3112[[package]]
 3113name = "component_preview"
 3114version = "0.1.0"
 3115dependencies = [
 3116 "client",
 3117 "collections",
 3118 "component",
 3119 "gpui",
 3120 "languages",
 3121 "notifications",
 3122 "project",
 3123 "ui",
 3124 "workspace",
 3125]
 3126
 3127[[package]]
 3128name = "concurrent-queue"
 3129version = "2.5.0"
 3130source = "registry+https://github.com/rust-lang/crates.io-index"
 3131checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3132dependencies = [
 3133 "crossbeam-utils",
 3134]
 3135
 3136[[package]]
 3137name = "console"
 3138version = "0.15.8"
 3139source = "registry+https://github.com/rust-lang/crates.io-index"
 3140checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3141dependencies = [
 3142 "encode_unicode",
 3143 "lazy_static",
 3144 "libc",
 3145 "unicode-width",
 3146 "windows-sys 0.52.0",
 3147]
 3148
 3149[[package]]
 3150name = "const-oid"
 3151version = "0.9.6"
 3152source = "registry+https://github.com/rust-lang/crates.io-index"
 3153checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3154
 3155[[package]]
 3156name = "const-random"
 3157version = "0.1.18"
 3158source = "registry+https://github.com/rust-lang/crates.io-index"
 3159checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3160dependencies = [
 3161 "const-random-macro",
 3162]
 3163
 3164[[package]]
 3165name = "const-random-macro"
 3166version = "0.1.16"
 3167source = "registry+https://github.com/rust-lang/crates.io-index"
 3168checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3169dependencies = [
 3170 "getrandom 0.2.15",
 3171 "once_cell",
 3172 "tiny-keccak",
 3173]
 3174
 3175[[package]]
 3176name = "constant_time_eq"
 3177version = "0.1.5"
 3178source = "registry+https://github.com/rust-lang/crates.io-index"
 3179checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3180
 3181[[package]]
 3182name = "constant_time_eq"
 3183version = "0.3.1"
 3184source = "registry+https://github.com/rust-lang/crates.io-index"
 3185checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3186
 3187[[package]]
 3188name = "context_server"
 3189version = "0.1.0"
 3190dependencies = [
 3191 "anyhow",
 3192 "assistant_tool",
 3193 "async-trait",
 3194 "collections",
 3195 "command_palette_hooks",
 3196 "context_server_settings",
 3197 "extension",
 3198 "futures 0.3.31",
 3199 "gpui",
 3200 "language_model",
 3201 "log",
 3202 "parking_lot",
 3203 "postage",
 3204 "project",
 3205 "serde",
 3206 "serde_json",
 3207 "settings",
 3208 "smol",
 3209 "url",
 3210 "util",
 3211]
 3212
 3213[[package]]
 3214name = "context_server_settings"
 3215version = "0.1.0"
 3216dependencies = [
 3217 "anyhow",
 3218 "collections",
 3219 "gpui",
 3220 "schemars",
 3221 "serde",
 3222 "serde_json",
 3223 "settings",
 3224]
 3225
 3226[[package]]
 3227name = "convert_case"
 3228version = "0.4.0"
 3229source = "registry+https://github.com/rust-lang/crates.io-index"
 3230checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3231
 3232[[package]]
 3233name = "convert_case"
 3234version = "0.8.0"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3237dependencies = [
 3238 "unicode-segmentation",
 3239]
 3240
 3241[[package]]
 3242name = "copilot"
 3243version = "0.1.0"
 3244dependencies = [
 3245 "anyhow",
 3246 "async-compression",
 3247 "async-std",
 3248 "async-tar",
 3249 "chrono",
 3250 "client",
 3251 "clock",
 3252 "collections",
 3253 "command_palette_hooks",
 3254 "ctor",
 3255 "editor",
 3256 "env_logger 0.11.7",
 3257 "fs",
 3258 "futures 0.3.31",
 3259 "gpui",
 3260 "http_client",
 3261 "indoc",
 3262 "inline_completion",
 3263 "language",
 3264 "log",
 3265 "lsp",
 3266 "menu",
 3267 "node_runtime",
 3268 "parking_lot",
 3269 "paths",
 3270 "project",
 3271 "rpc",
 3272 "schemars",
 3273 "serde",
 3274 "serde_json",
 3275 "settings",
 3276 "smol",
 3277 "strum",
 3278 "task",
 3279 "theme",
 3280 "ui",
 3281 "util",
 3282 "workspace",
 3283]
 3284
 3285[[package]]
 3286name = "core-foundation"
 3287version = "0.9.4"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3290dependencies = [
 3291 "core-foundation-sys",
 3292 "libc",
 3293]
 3294
 3295[[package]]
 3296name = "core-foundation"
 3297version = "0.10.0"
 3298source = "registry+https://github.com/rust-lang/crates.io-index"
 3299checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3300dependencies = [
 3301 "core-foundation-sys",
 3302 "libc",
 3303]
 3304
 3305[[package]]
 3306name = "core-foundation-sys"
 3307version = "0.8.7"
 3308source = "registry+https://github.com/rust-lang/crates.io-index"
 3309checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3310
 3311[[package]]
 3312name = "core-graphics"
 3313version = "0.23.2"
 3314source = "registry+https://github.com/rust-lang/crates.io-index"
 3315checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3316dependencies = [
 3317 "bitflags 1.3.2",
 3318 "core-foundation 0.9.4",
 3319 "core-graphics-types 0.1.3",
 3320 "foreign-types 0.5.0",
 3321 "libc",
 3322]
 3323
 3324[[package]]
 3325name = "core-graphics"
 3326version = "0.24.0"
 3327source = "registry+https://github.com/rust-lang/crates.io-index"
 3328checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3329dependencies = [
 3330 "bitflags 2.8.0",
 3331 "core-foundation 0.10.0",
 3332 "core-graphics-types 0.2.0",
 3333 "foreign-types 0.5.0",
 3334 "libc",
 3335]
 3336
 3337[[package]]
 3338name = "core-graphics-types"
 3339version = "0.1.3"
 3340source = "registry+https://github.com/rust-lang/crates.io-index"
 3341checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3342dependencies = [
 3343 "bitflags 1.3.2",
 3344 "core-foundation 0.9.4",
 3345 "libc",
 3346]
 3347
 3348[[package]]
 3349name = "core-graphics-types"
 3350version = "0.2.0"
 3351source = "registry+https://github.com/rust-lang/crates.io-index"
 3352checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3353dependencies = [
 3354 "bitflags 2.8.0",
 3355 "core-foundation 0.10.0",
 3356 "libc",
 3357]
 3358
 3359[[package]]
 3360name = "core-services"
 3361version = "0.2.1"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3364dependencies = [
 3365 "core-foundation 0.9.4",
 3366]
 3367
 3368[[package]]
 3369name = "core-text"
 3370version = "20.1.0"
 3371source = "registry+https://github.com/rust-lang/crates.io-index"
 3372checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3373dependencies = [
 3374 "core-foundation 0.9.4",
 3375 "core-graphics 0.23.2",
 3376 "foreign-types 0.5.0",
 3377 "libc",
 3378]
 3379
 3380[[package]]
 3381name = "core_maths"
 3382version = "0.1.1"
 3383source = "registry+https://github.com/rust-lang/crates.io-index"
 3384checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3385dependencies = [
 3386 "libm",
 3387]
 3388
 3389[[package]]
 3390name = "coreaudio-rs"
 3391version = "0.11.3"
 3392source = "registry+https://github.com/rust-lang/crates.io-index"
 3393checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3394dependencies = [
 3395 "bitflags 1.3.2",
 3396 "core-foundation-sys",
 3397 "coreaudio-sys",
 3398]
 3399
 3400[[package]]
 3401name = "coreaudio-rs"
 3402version = "0.12.1"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3405dependencies = [
 3406 "bitflags 1.3.2",
 3407 "core-foundation-sys",
 3408 "coreaudio-sys",
 3409]
 3410
 3411[[package]]
 3412name = "coreaudio-sys"
 3413version = "0.2.16"
 3414source = "registry+https://github.com/rust-lang/crates.io-index"
 3415checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3416dependencies = [
 3417 "bindgen 0.70.1",
 3418]
 3419
 3420[[package]]
 3421name = "cosmic-text"
 3422version = "0.11.2"
 3423source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3424dependencies = [
 3425 "bitflags 2.8.0",
 3426 "fontdb 0.18.0",
 3427 "log",
 3428 "rangemap",
 3429 "rayon",
 3430 "rustc-hash 1.1.0",
 3431 "rustybuzz 0.14.1",
 3432 "self_cell",
 3433 "swash",
 3434 "sys-locale",
 3435 "ttf-parser 0.21.1",
 3436 "unicode-bidi",
 3437 "unicode-linebreak",
 3438 "unicode-script",
 3439 "unicode-segmentation",
 3440]
 3441
 3442[[package]]
 3443name = "cpal"
 3444version = "0.15.3"
 3445source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3446dependencies = [
 3447 "alsa",
 3448 "core-foundation-sys",
 3449 "coreaudio-rs 0.11.3",
 3450 "dasp_sample",
 3451 "jni",
 3452 "js-sys",
 3453 "libc",
 3454 "mach2",
 3455 "ndk",
 3456 "ndk-context",
 3457 "oboe",
 3458 "wasm-bindgen",
 3459 "wasm-bindgen-futures",
 3460 "web-sys",
 3461 "windows 0.54.0",
 3462]
 3463
 3464[[package]]
 3465name = "cpp_demangle"
 3466version = "0.4.4"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3469dependencies = [
 3470 "cfg-if",
 3471]
 3472
 3473[[package]]
 3474name = "cpufeatures"
 3475version = "0.2.16"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3478dependencies = [
 3479 "libc",
 3480]
 3481
 3482[[package]]
 3483name = "cranelift-bforest"
 3484version = "0.116.1"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3487dependencies = [
 3488 "cranelift-entity",
 3489]
 3490
 3491[[package]]
 3492name = "cranelift-bitset"
 3493version = "0.116.1"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3496dependencies = [
 3497 "serde",
 3498 "serde_derive",
 3499]
 3500
 3501[[package]]
 3502name = "cranelift-codegen"
 3503version = "0.116.1"
 3504source = "registry+https://github.com/rust-lang/crates.io-index"
 3505checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3506dependencies = [
 3507 "bumpalo",
 3508 "cranelift-bforest",
 3509 "cranelift-bitset",
 3510 "cranelift-codegen-meta",
 3511 "cranelift-codegen-shared",
 3512 "cranelift-control",
 3513 "cranelift-entity",
 3514 "cranelift-isle",
 3515 "gimli",
 3516 "hashbrown 0.14.5",
 3517 "log",
 3518 "regalloc2",
 3519 "rustc-hash 2.1.1",
 3520 "serde",
 3521 "smallvec",
 3522 "target-lexicon 0.13.2",
 3523]
 3524
 3525[[package]]
 3526name = "cranelift-codegen-meta"
 3527version = "0.116.1"
 3528source = "registry+https://github.com/rust-lang/crates.io-index"
 3529checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3530dependencies = [
 3531 "cranelift-codegen-shared",
 3532]
 3533
 3534[[package]]
 3535name = "cranelift-codegen-shared"
 3536version = "0.116.1"
 3537source = "registry+https://github.com/rust-lang/crates.io-index"
 3538checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3539
 3540[[package]]
 3541name = "cranelift-control"
 3542version = "0.116.1"
 3543source = "registry+https://github.com/rust-lang/crates.io-index"
 3544checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3545dependencies = [
 3546 "arbitrary",
 3547]
 3548
 3549[[package]]
 3550name = "cranelift-entity"
 3551version = "0.116.1"
 3552source = "registry+https://github.com/rust-lang/crates.io-index"
 3553checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3554dependencies = [
 3555 "cranelift-bitset",
 3556 "serde",
 3557 "serde_derive",
 3558]
 3559
 3560[[package]]
 3561name = "cranelift-frontend"
 3562version = "0.116.1"
 3563source = "registry+https://github.com/rust-lang/crates.io-index"
 3564checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3565dependencies = [
 3566 "cranelift-codegen",
 3567 "log",
 3568 "smallvec",
 3569 "target-lexicon 0.13.2",
 3570]
 3571
 3572[[package]]
 3573name = "cranelift-isle"
 3574version = "0.116.1"
 3575source = "registry+https://github.com/rust-lang/crates.io-index"
 3576checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3577
 3578[[package]]
 3579name = "cranelift-native"
 3580version = "0.116.1"
 3581source = "registry+https://github.com/rust-lang/crates.io-index"
 3582checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3583dependencies = [
 3584 "cranelift-codegen",
 3585 "libc",
 3586 "target-lexicon 0.13.2",
 3587]
 3588
 3589[[package]]
 3590name = "crc"
 3591version = "3.2.1"
 3592source = "registry+https://github.com/rust-lang/crates.io-index"
 3593checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3594dependencies = [
 3595 "crc-catalog",
 3596]
 3597
 3598[[package]]
 3599name = "crc-catalog"
 3600version = "2.4.0"
 3601source = "registry+https://github.com/rust-lang/crates.io-index"
 3602checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3603
 3604[[package]]
 3605name = "crc32c"
 3606version = "0.6.8"
 3607source = "registry+https://github.com/rust-lang/crates.io-index"
 3608checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3609dependencies = [
 3610 "rustc_version",
 3611]
 3612
 3613[[package]]
 3614name = "crc32fast"
 3615version = "1.4.2"
 3616source = "registry+https://github.com/rust-lang/crates.io-index"
 3617checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3618dependencies = [
 3619 "cfg-if",
 3620]
 3621
 3622[[package]]
 3623name = "crc64fast-nvme"
 3624version = "1.1.1"
 3625source = "registry+https://github.com/rust-lang/crates.io-index"
 3626checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3627dependencies = [
 3628 "cbindgen 0.27.0",
 3629 "crc",
 3630]
 3631
 3632[[package]]
 3633name = "credentials_provider"
 3634version = "0.1.0"
 3635dependencies = [
 3636 "anyhow",
 3637 "futures 0.3.31",
 3638 "gpui",
 3639 "paths",
 3640 "release_channel",
 3641 "serde",
 3642 "serde_json",
 3643]
 3644
 3645[[package]]
 3646name = "criterion"
 3647version = "0.5.1"
 3648source = "registry+https://github.com/rust-lang/crates.io-index"
 3649checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3650dependencies = [
 3651 "anes",
 3652 "cast",
 3653 "ciborium",
 3654 "clap",
 3655 "criterion-plot",
 3656 "is-terminal",
 3657 "itertools 0.10.5",
 3658 "num-traits",
 3659 "once_cell",
 3660 "oorandom",
 3661 "plotters",
 3662 "rayon",
 3663 "regex",
 3664 "serde",
 3665 "serde_derive",
 3666 "serde_json",
 3667 "tinytemplate",
 3668 "walkdir",
 3669]
 3670
 3671[[package]]
 3672name = "criterion-plot"
 3673version = "0.5.0"
 3674source = "registry+https://github.com/rust-lang/crates.io-index"
 3675checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3676dependencies = [
 3677 "cast",
 3678 "itertools 0.10.5",
 3679]
 3680
 3681[[package]]
 3682name = "crossbeam-channel"
 3683version = "0.5.13"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3686dependencies = [
 3687 "crossbeam-utils",
 3688]
 3689
 3690[[package]]
 3691name = "crossbeam-deque"
 3692version = "0.8.5"
 3693source = "registry+https://github.com/rust-lang/crates.io-index"
 3694checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3695dependencies = [
 3696 "crossbeam-epoch",
 3697 "crossbeam-utils",
 3698]
 3699
 3700[[package]]
 3701name = "crossbeam-epoch"
 3702version = "0.9.18"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3705dependencies = [
 3706 "crossbeam-utils",
 3707]
 3708
 3709[[package]]
 3710name = "crossbeam-queue"
 3711version = "0.3.11"
 3712source = "registry+https://github.com/rust-lang/crates.io-index"
 3713checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3714dependencies = [
 3715 "crossbeam-utils",
 3716]
 3717
 3718[[package]]
 3719name = "crossbeam-utils"
 3720version = "0.8.20"
 3721source = "registry+https://github.com/rust-lang/crates.io-index"
 3722checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3723
 3724[[package]]
 3725name = "crunchy"
 3726version = "0.2.2"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3729
 3730[[package]]
 3731name = "crypto-bigint"
 3732version = "0.4.9"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3735dependencies = [
 3736 "generic-array",
 3737 "rand_core 0.6.4",
 3738 "subtle",
 3739 "zeroize",
 3740]
 3741
 3742[[package]]
 3743name = "crypto-bigint"
 3744version = "0.5.5"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3747dependencies = [
 3748 "rand_core 0.6.4",
 3749 "subtle",
 3750]
 3751
 3752[[package]]
 3753name = "crypto-common"
 3754version = "0.1.6"
 3755source = "registry+https://github.com/rust-lang/crates.io-index"
 3756checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3757dependencies = [
 3758 "generic-array",
 3759 "rand_core 0.6.4",
 3760 "typenum",
 3761]
 3762
 3763[[package]]
 3764name = "ctor"
 3765version = "0.4.1"
 3766source = "registry+https://github.com/rust-lang/crates.io-index"
 3767checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3768dependencies = [
 3769 "ctor-proc-macro",
 3770 "dtor",
 3771]
 3772
 3773[[package]]
 3774name = "ctor-proc-macro"
 3775version = "0.0.5"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3778
 3779[[package]]
 3780name = "ctrlc"
 3781version = "3.4.5"
 3782source = "registry+https://github.com/rust-lang/crates.io-index"
 3783checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3784dependencies = [
 3785 "nix",
 3786 "windows-sys 0.59.0",
 3787]
 3788
 3789[[package]]
 3790name = "cursor-icon"
 3791version = "1.1.0"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3794
 3795[[package]]
 3796name = "cxx"
 3797version = "1.0.134"
 3798source = "registry+https://github.com/rust-lang/crates.io-index"
 3799checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3800dependencies = [
 3801 "cc",
 3802 "cxxbridge-cmd",
 3803 "cxxbridge-flags",
 3804 "cxxbridge-macro",
 3805 "foldhash",
 3806 "link-cplusplus",
 3807]
 3808
 3809[[package]]
 3810name = "cxx-build"
 3811version = "1.0.134"
 3812source = "registry+https://github.com/rust-lang/crates.io-index"
 3813checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3814dependencies = [
 3815 "cc",
 3816 "codespan-reporting",
 3817 "proc-macro2",
 3818 "quote",
 3819 "scratch",
 3820 "syn 2.0.100",
 3821]
 3822
 3823[[package]]
 3824name = "cxxbridge-cmd"
 3825version = "1.0.134"
 3826source = "registry+https://github.com/rust-lang/crates.io-index"
 3827checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3828dependencies = [
 3829 "clap",
 3830 "codespan-reporting",
 3831 "proc-macro2",
 3832 "quote",
 3833 "syn 2.0.100",
 3834]
 3835
 3836[[package]]
 3837name = "cxxbridge-flags"
 3838version = "1.0.134"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3841
 3842[[package]]
 3843name = "cxxbridge-macro"
 3844version = "1.0.134"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3847dependencies = [
 3848 "proc-macro2",
 3849 "quote",
 3850 "rustversion",
 3851 "syn 2.0.100",
 3852]
 3853
 3854[[package]]
 3855name = "dap"
 3856version = "0.1.0"
 3857dependencies = [
 3858 "anyhow",
 3859 "async-compression",
 3860 "async-pipe",
 3861 "async-tar",
 3862 "async-trait",
 3863 "client",
 3864 "collections",
 3865 "dap-types",
 3866 "env_logger 0.11.7",
 3867 "fs",
 3868 "futures 0.3.31",
 3869 "gpui",
 3870 "http_client",
 3871 "language",
 3872 "log",
 3873 "node_runtime",
 3874 "parking_lot",
 3875 "paths",
 3876 "schemars",
 3877 "serde",
 3878 "serde_json",
 3879 "settings",
 3880 "smallvec",
 3881 "smol",
 3882 "task",
 3883 "util",
 3884]
 3885
 3886[[package]]
 3887name = "dap-types"
 3888version = "0.0.1"
 3889source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3890dependencies = [
 3891 "schemars",
 3892 "serde",
 3893 "serde_json",
 3894]
 3895
 3896[[package]]
 3897name = "dap_adapters"
 3898version = "0.1.0"
 3899dependencies = [
 3900 "anyhow",
 3901 "async-trait",
 3902 "dap",
 3903 "gpui",
 3904 "language",
 3905 "paths",
 3906 "regex",
 3907 "serde",
 3908 "serde_json",
 3909 "sysinfo",
 3910 "task",
 3911 "util",
 3912]
 3913
 3914[[package]]
 3915name = "dashmap"
 3916version = "5.5.3"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3919dependencies = [
 3920 "cfg-if",
 3921 "hashbrown 0.14.5",
 3922 "lock_api",
 3923 "once_cell",
 3924 "parking_lot_core",
 3925]
 3926
 3927[[package]]
 3928name = "dashmap"
 3929version = "6.1.0"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3932dependencies = [
 3933 "cfg-if",
 3934 "crossbeam-utils",
 3935 "hashbrown 0.14.5",
 3936 "lock_api",
 3937 "once_cell",
 3938 "parking_lot_core",
 3939]
 3940
 3941[[package]]
 3942name = "dasp_sample"
 3943version = "0.11.0"
 3944source = "registry+https://github.com/rust-lang/crates.io-index"
 3945checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3946
 3947[[package]]
 3948name = "data-encoding"
 3949version = "2.6.0"
 3950source = "registry+https://github.com/rust-lang/crates.io-index"
 3951checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3952
 3953[[package]]
 3954name = "data-url"
 3955version = "0.3.1"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3958
 3959[[package]]
 3960name = "db"
 3961version = "0.1.0"
 3962dependencies = [
 3963 "anyhow",
 3964 "gpui",
 3965 "indoc",
 3966 "log",
 3967 "paths",
 3968 "release_channel",
 3969 "smol",
 3970 "sqlez",
 3971 "sqlez_macros",
 3972 "tempfile",
 3973 "util",
 3974]
 3975
 3976[[package]]
 3977name = "dbus"
 3978version = "0.9.7"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3981dependencies = [
 3982 "libc",
 3983 "libdbus-sys",
 3984 "winapi",
 3985]
 3986
 3987[[package]]
 3988name = "debugger_tools"
 3989version = "0.1.0"
 3990dependencies = [
 3991 "anyhow",
 3992 "dap",
 3993 "editor",
 3994 "futures 0.3.31",
 3995 "gpui",
 3996 "project",
 3997 "serde_json",
 3998 "settings",
 3999 "smol",
 4000 "util",
 4001 "workspace",
 4002]
 4003
 4004[[package]]
 4005name = "debugger_ui"
 4006version = "0.1.0"
 4007dependencies = [
 4008 "anyhow",
 4009 "client",
 4010 "collections",
 4011 "command_palette_hooks",
 4012 "dap",
 4013 "editor",
 4014 "env_logger 0.11.7",
 4015 "feature_flags",
 4016 "futures 0.3.31",
 4017 "fuzzy",
 4018 "gpui",
 4019 "language",
 4020 "log",
 4021 "menu",
 4022 "picker",
 4023 "pretty_assertions",
 4024 "project",
 4025 "rpc",
 4026 "serde",
 4027 "serde_json",
 4028 "settings",
 4029 "sysinfo",
 4030 "task",
 4031 "terminal_view",
 4032 "theme",
 4033 "ui",
 4034 "unindent",
 4035 "util",
 4036 "workspace",
 4037]
 4038
 4039[[package]]
 4040name = "deepseek"
 4041version = "0.1.0"
 4042dependencies = [
 4043 "anyhow",
 4044 "futures 0.3.31",
 4045 "http_client",
 4046 "schemars",
 4047 "serde",
 4048 "serde_json",
 4049]
 4050
 4051[[package]]
 4052name = "deflate64"
 4053version = "0.1.9"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4056
 4057[[package]]
 4058name = "der"
 4059version = "0.6.1"
 4060source = "registry+https://github.com/rust-lang/crates.io-index"
 4061checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4062dependencies = [
 4063 "const-oid",
 4064 "zeroize",
 4065]
 4066
 4067[[package]]
 4068name = "der"
 4069version = "0.7.9"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4072dependencies = [
 4073 "const-oid",
 4074 "pem-rfc7468",
 4075 "zeroize",
 4076]
 4077
 4078[[package]]
 4079name = "deranged"
 4080version = "0.4.0"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4083dependencies = [
 4084 "powerfmt",
 4085 "serde",
 4086]
 4087
 4088[[package]]
 4089name = "derive_more"
 4090version = "0.99.19"
 4091source = "registry+https://github.com/rust-lang/crates.io-index"
 4092checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4093dependencies = [
 4094 "convert_case 0.4.0",
 4095 "proc-macro2",
 4096 "quote",
 4097 "rustc_version",
 4098 "syn 2.0.100",
 4099]
 4100
 4101[[package]]
 4102name = "derive_refineable"
 4103version = "0.1.0"
 4104dependencies = [
 4105 "proc-macro2",
 4106 "quote",
 4107 "syn 1.0.109",
 4108]
 4109
 4110[[package]]
 4111name = "diagnostics"
 4112version = "0.1.0"
 4113dependencies = [
 4114 "anyhow",
 4115 "client",
 4116 "collections",
 4117 "ctor",
 4118 "editor",
 4119 "env_logger 0.11.7",
 4120 "gpui",
 4121 "language",
 4122 "log",
 4123 "lsp",
 4124 "pretty_assertions",
 4125 "project",
 4126 "rand 0.8.5",
 4127 "serde",
 4128 "serde_json",
 4129 "settings",
 4130 "theme",
 4131 "ui",
 4132 "unindent",
 4133 "util",
 4134 "workspace",
 4135]
 4136
 4137[[package]]
 4138name = "dialoguer"
 4139version = "0.11.0"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4142dependencies = [
 4143 "console",
 4144 "fuzzy-matcher",
 4145 "shell-words",
 4146 "tempfile",
 4147 "thiserror 1.0.69",
 4148 "zeroize",
 4149]
 4150
 4151[[package]]
 4152name = "diff"
 4153version = "0.1.13"
 4154source = "registry+https://github.com/rust-lang/crates.io-index"
 4155checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4156
 4157[[package]]
 4158name = "digest"
 4159version = "0.10.7"
 4160source = "registry+https://github.com/rust-lang/crates.io-index"
 4161checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4162dependencies = [
 4163 "block-buffer",
 4164 "const-oid",
 4165 "crypto-common",
 4166 "subtle",
 4167]
 4168
 4169[[package]]
 4170name = "dirs"
 4171version = "4.0.0"
 4172source = "registry+https://github.com/rust-lang/crates.io-index"
 4173checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4174dependencies = [
 4175 "dirs-sys 0.3.7",
 4176]
 4177
 4178[[package]]
 4179name = "dirs"
 4180version = "5.0.1"
 4181source = "registry+https://github.com/rust-lang/crates.io-index"
 4182checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4183dependencies = [
 4184 "dirs-sys 0.4.1",
 4185]
 4186
 4187[[package]]
 4188name = "dirs-sys"
 4189version = "0.3.7"
 4190source = "registry+https://github.com/rust-lang/crates.io-index"
 4191checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4192dependencies = [
 4193 "libc",
 4194 "redox_users",
 4195 "winapi",
 4196]
 4197
 4198[[package]]
 4199name = "dirs-sys"
 4200version = "0.4.1"
 4201source = "registry+https://github.com/rust-lang/crates.io-index"
 4202checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4203dependencies = [
 4204 "libc",
 4205 "option-ext",
 4206 "redox_users",
 4207 "windows-sys 0.48.0",
 4208]
 4209
 4210[[package]]
 4211name = "displaydoc"
 4212version = "0.2.5"
 4213source = "registry+https://github.com/rust-lang/crates.io-index"
 4214checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4215dependencies = [
 4216 "proc-macro2",
 4217 "quote",
 4218 "syn 2.0.100",
 4219]
 4220
 4221[[package]]
 4222name = "dlib"
 4223version = "0.5.2"
 4224source = "registry+https://github.com/rust-lang/crates.io-index"
 4225checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4226dependencies = [
 4227 "libloading",
 4228]
 4229
 4230[[package]]
 4231name = "docs_preprocessor"
 4232version = "0.1.0"
 4233dependencies = [
 4234 "anyhow",
 4235 "clap",
 4236 "mdbook",
 4237 "regex",
 4238 "serde",
 4239 "serde_json",
 4240 "settings",
 4241 "util",
 4242]
 4243
 4244[[package]]
 4245name = "dotenvy"
 4246version = "0.15.7"
 4247source = "registry+https://github.com/rust-lang/crates.io-index"
 4248checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4249
 4250[[package]]
 4251name = "downcast-rs"
 4252version = "1.2.1"
 4253source = "registry+https://github.com/rust-lang/crates.io-index"
 4254checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4255
 4256[[package]]
 4257name = "doxygen-rs"
 4258version = "0.4.2"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4261dependencies = [
 4262 "phf",
 4263]
 4264
 4265[[package]]
 4266name = "dtor"
 4267version = "0.0.5"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4270dependencies = [
 4271 "dtor-proc-macro",
 4272]
 4273
 4274[[package]]
 4275name = "dtor-proc-macro"
 4276version = "0.0.5"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4279
 4280[[package]]
 4281name = "dunce"
 4282version = "1.0.5"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4285
 4286[[package]]
 4287name = "dwrote"
 4288version = "0.11.2"
 4289source = "registry+https://github.com/rust-lang/crates.io-index"
 4290checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4291dependencies = [
 4292 "lazy_static",
 4293 "libc",
 4294 "winapi",
 4295 "wio",
 4296]
 4297
 4298[[package]]
 4299name = "dyn-clone"
 4300version = "1.0.17"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4303
 4304[[package]]
 4305name = "ec4rs"
 4306version = "1.1.1"
 4307source = "registry+https://github.com/rust-lang/crates.io-index"
 4308checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4309
 4310[[package]]
 4311name = "ecdsa"
 4312version = "0.14.8"
 4313source = "registry+https://github.com/rust-lang/crates.io-index"
 4314checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4315dependencies = [
 4316 "der 0.6.1",
 4317 "elliptic-curve",
 4318 "rfc6979",
 4319 "signature 1.6.4",
 4320]
 4321
 4322[[package]]
 4323name = "editor"
 4324version = "0.1.0"
 4325dependencies = [
 4326 "aho-corasick",
 4327 "anyhow",
 4328 "assets",
 4329 "buffer_diff",
 4330 "chrono",
 4331 "client",
 4332 "clock",
 4333 "collections",
 4334 "convert_case 0.8.0",
 4335 "ctor",
 4336 "db",
 4337 "emojis",
 4338 "env_logger 0.11.7",
 4339 "feature_flags",
 4340 "file_icons",
 4341 "fs",
 4342 "futures 0.3.31",
 4343 "fuzzy",
 4344 "git",
 4345 "gpui",
 4346 "http_client",
 4347 "indoc",
 4348 "inline_completion",
 4349 "itertools 0.14.0",
 4350 "language",
 4351 "languages",
 4352 "linkify",
 4353 "log",
 4354 "lsp",
 4355 "markdown",
 4356 "menu",
 4357 "multi_buffer",
 4358 "ordered-float 2.10.1",
 4359 "parking_lot",
 4360 "pretty_assertions",
 4361 "project",
 4362 "rand 0.8.5",
 4363 "release_channel",
 4364 "rpc",
 4365 "schemars",
 4366 "serde",
 4367 "serde_json",
 4368 "settings",
 4369 "smallvec",
 4370 "smol",
 4371 "snippet",
 4372 "sum_tree",
 4373 "task",
 4374 "telemetry",
 4375 "tempfile",
 4376 "text",
 4377 "theme",
 4378 "time",
 4379 "time_format",
 4380 "tree-sitter-html",
 4381 "tree-sitter-rust",
 4382 "tree-sitter-typescript",
 4383 "ui",
 4384 "unicode-script",
 4385 "unicode-segmentation",
 4386 "unindent",
 4387 "url",
 4388 "util",
 4389 "uuid",
 4390 "workspace",
 4391 "zed_actions",
 4392]
 4393
 4394[[package]]
 4395name = "either"
 4396version = "1.13.0"
 4397source = "registry+https://github.com/rust-lang/crates.io-index"
 4398checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4399dependencies = [
 4400 "serde",
 4401]
 4402
 4403[[package]]
 4404name = "elasticlunr-rs"
 4405version = "3.0.2"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4408dependencies = [
 4409 "regex",
 4410 "serde",
 4411 "serde_derive",
 4412 "serde_json",
 4413]
 4414
 4415[[package]]
 4416name = "elliptic-curve"
 4417version = "0.12.3"
 4418source = "registry+https://github.com/rust-lang/crates.io-index"
 4419checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4420dependencies = [
 4421 "base16ct",
 4422 "crypto-bigint 0.4.9",
 4423 "der 0.6.1",
 4424 "digest",
 4425 "ff",
 4426 "generic-array",
 4427 "group",
 4428 "pkcs8 0.9.0",
 4429 "rand_core 0.6.4",
 4430 "sec1",
 4431 "subtle",
 4432 "zeroize",
 4433]
 4434
 4435[[package]]
 4436name = "embed-resource"
 4437version = "3.0.2"
 4438source = "registry+https://github.com/rust-lang/crates.io-index"
 4439checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4440dependencies = [
 4441 "cc",
 4442 "memchr",
 4443 "rustc_version",
 4444 "toml 0.8.20",
 4445 "vswhom",
 4446 "winreg 0.52.0",
 4447]
 4448
 4449[[package]]
 4450name = "embedded-io"
 4451version = "0.4.0"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4454
 4455[[package]]
 4456name = "embedded-io"
 4457version = "0.6.1"
 4458source = "registry+https://github.com/rust-lang/crates.io-index"
 4459checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4460
 4461[[package]]
 4462name = "emojis"
 4463version = "0.6.4"
 4464source = "registry+https://github.com/rust-lang/crates.io-index"
 4465checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4466dependencies = [
 4467 "phf",
 4468]
 4469
 4470[[package]]
 4471name = "encode_unicode"
 4472version = "0.3.6"
 4473source = "registry+https://github.com/rust-lang/crates.io-index"
 4474checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4475
 4476[[package]]
 4477name = "encoding_rs"
 4478version = "0.8.35"
 4479source = "registry+https://github.com/rust-lang/crates.io-index"
 4480checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4481dependencies = [
 4482 "cfg-if",
 4483]
 4484
 4485[[package]]
 4486name = "endi"
 4487version = "1.1.0"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4490
 4491[[package]]
 4492name = "enumflags2"
 4493version = "0.7.10"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4496dependencies = [
 4497 "enumflags2_derive",
 4498 "serde",
 4499]
 4500
 4501[[package]]
 4502name = "enumflags2_derive"
 4503version = "0.7.10"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4506dependencies = [
 4507 "proc-macro2",
 4508 "quote",
 4509 "syn 2.0.100",
 4510]
 4511
 4512[[package]]
 4513name = "env_filter"
 4514version = "0.1.2"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4517dependencies = [
 4518 "log",
 4519 "regex",
 4520]
 4521
 4522[[package]]
 4523name = "env_home"
 4524version = "0.1.0"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4527
 4528[[package]]
 4529name = "env_logger"
 4530version = "0.10.2"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4533dependencies = [
 4534 "humantime",
 4535 "is-terminal",
 4536 "log",
 4537 "regex",
 4538 "termcolor",
 4539]
 4540
 4541[[package]]
 4542name = "env_logger"
 4543version = "0.11.7"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4546dependencies = [
 4547 "anstream",
 4548 "anstyle",
 4549 "env_filter",
 4550 "jiff",
 4551 "log",
 4552]
 4553
 4554[[package]]
 4555name = "envy"
 4556version = "0.4.2"
 4557source = "registry+https://github.com/rust-lang/crates.io-index"
 4558checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4559dependencies = [
 4560 "serde",
 4561]
 4562
 4563[[package]]
 4564name = "equivalent"
 4565version = "1.0.1"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4568
 4569[[package]]
 4570name = "erased-serde"
 4571version = "0.4.5"
 4572source = "registry+https://github.com/rust-lang/crates.io-index"
 4573checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4574dependencies = [
 4575 "serde",
 4576 "typeid",
 4577]
 4578
 4579[[package]]
 4580name = "errno"
 4581version = "0.2.8"
 4582source = "registry+https://github.com/rust-lang/crates.io-index"
 4583checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4584dependencies = [
 4585 "errno-dragonfly",
 4586 "libc",
 4587 "winapi",
 4588]
 4589
 4590[[package]]
 4591name = "errno"
 4592version = "0.3.10"
 4593source = "registry+https://github.com/rust-lang/crates.io-index"
 4594checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4595dependencies = [
 4596 "libc",
 4597 "windows-sys 0.59.0",
 4598]
 4599
 4600[[package]]
 4601name = "errno-dragonfly"
 4602version = "0.1.2"
 4603source = "registry+https://github.com/rust-lang/crates.io-index"
 4604checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4605dependencies = [
 4606 "cc",
 4607 "libc",
 4608]
 4609
 4610[[package]]
 4611name = "etagere"
 4612version = "0.2.15"
 4613source = "registry+https://github.com/rust-lang/crates.io-index"
 4614checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4615dependencies = [
 4616 "euclid",
 4617 "svg_fmt",
 4618]
 4619
 4620[[package]]
 4621name = "etcetera"
 4622version = "0.8.0"
 4623source = "registry+https://github.com/rust-lang/crates.io-index"
 4624checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4625dependencies = [
 4626 "cfg-if",
 4627 "home",
 4628 "windows-sys 0.48.0",
 4629]
 4630
 4631[[package]]
 4632name = "euclid"
 4633version = "0.22.11"
 4634source = "registry+https://github.com/rust-lang/crates.io-index"
 4635checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4636dependencies = [
 4637 "num-traits",
 4638]
 4639
 4640[[package]]
 4641name = "evals"
 4642version = "0.1.0"
 4643dependencies = [
 4644 "anyhow",
 4645 "clap",
 4646 "client",
 4647 "clock",
 4648 "collections",
 4649 "env_logger 0.11.7",
 4650 "feature_flags",
 4651 "fs",
 4652 "gpui",
 4653 "http_client",
 4654 "language",
 4655 "languages",
 4656 "node_runtime",
 4657 "open_ai",
 4658 "project",
 4659 "reqwest_client",
 4660 "semantic_index",
 4661 "serde",
 4662 "serde_json",
 4663 "settings",
 4664 "smol",
 4665 "util",
 4666]
 4667
 4668[[package]]
 4669name = "event-listener"
 4670version = "2.5.3"
 4671source = "registry+https://github.com/rust-lang/crates.io-index"
 4672checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4673
 4674[[package]]
 4675name = "event-listener"
 4676version = "5.3.1"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4679dependencies = [
 4680 "concurrent-queue",
 4681 "parking",
 4682 "pin-project-lite",
 4683]
 4684
 4685[[package]]
 4686name = "event-listener-strategy"
 4687version = "0.5.3"
 4688source = "registry+https://github.com/rust-lang/crates.io-index"
 4689checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4690dependencies = [
 4691 "event-listener 5.3.1",
 4692 "pin-project-lite",
 4693]
 4694
 4695[[package]]
 4696name = "exec"
 4697version = "0.3.1"
 4698source = "registry+https://github.com/rust-lang/crates.io-index"
 4699checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4700dependencies = [
 4701 "errno 0.2.8",
 4702 "libc",
 4703]
 4704
 4705[[package]]
 4706name = "exr"
 4707version = "1.73.0"
 4708source = "registry+https://github.com/rust-lang/crates.io-index"
 4709checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4710dependencies = [
 4711 "bit_field",
 4712 "half",
 4713 "lebe",
 4714 "miniz_oxide",
 4715 "rayon-core",
 4716 "smallvec",
 4717 "zune-inflate",
 4718]
 4719
 4720[[package]]
 4721name = "extension"
 4722version = "0.1.0"
 4723dependencies = [
 4724 "anyhow",
 4725 "async-compression",
 4726 "async-tar",
 4727 "async-trait",
 4728 "collections",
 4729 "convert_case 0.8.0",
 4730 "fs",
 4731 "futures 0.3.31",
 4732 "gpui",
 4733 "http_client",
 4734 "language",
 4735 "log",
 4736 "lsp",
 4737 "parking_lot",
 4738 "semantic_version",
 4739 "serde",
 4740 "serde_json",
 4741 "toml 0.8.20",
 4742 "util",
 4743 "wasm-encoder 0.221.3",
 4744 "wasmparser 0.221.3",
 4745 "wit-component 0.221.3",
 4746]
 4747
 4748[[package]]
 4749name = "extension_cli"
 4750version = "0.1.0"
 4751dependencies = [
 4752 "anyhow",
 4753 "clap",
 4754 "env_logger 0.11.7",
 4755 "extension",
 4756 "fs",
 4757 "language",
 4758 "log",
 4759 "reqwest_client",
 4760 "rpc",
 4761 "serde",
 4762 "serde_json",
 4763 "theme",
 4764 "tokio",
 4765 "toml 0.8.20",
 4766 "tree-sitter",
 4767 "wasmtime",
 4768]
 4769
 4770[[package]]
 4771name = "extension_host"
 4772version = "0.1.0"
 4773dependencies = [
 4774 "anyhow",
 4775 "async-compression",
 4776 "async-tar",
 4777 "async-trait",
 4778 "client",
 4779 "collections",
 4780 "context_server_settings",
 4781 "ctor",
 4782 "env_logger 0.11.7",
 4783 "extension",
 4784 "fs",
 4785 "futures 0.3.31",
 4786 "gpui",
 4787 "http_client",
 4788 "language",
 4789 "language_extension",
 4790 "log",
 4791 "lsp",
 4792 "node_runtime",
 4793 "parking_lot",
 4794 "paths",
 4795 "project",
 4796 "release_channel",
 4797 "remote",
 4798 "reqwest_client",
 4799 "schemars",
 4800 "semantic_version",
 4801 "serde",
 4802 "serde_json",
 4803 "serde_json_lenient",
 4804 "settings",
 4805 "task",
 4806 "telemetry",
 4807 "tempfile",
 4808 "theme",
 4809 "theme_extension",
 4810 "toml 0.8.20",
 4811 "url",
 4812 "util",
 4813 "wasmparser 0.221.3",
 4814 "wasmtime",
 4815 "wasmtime-wasi",
 4816]
 4817
 4818[[package]]
 4819name = "extensions_ui"
 4820version = "0.1.0"
 4821dependencies = [
 4822 "anyhow",
 4823 "client",
 4824 "collections",
 4825 "db",
 4826 "editor",
 4827 "extension_host",
 4828 "fs",
 4829 "fuzzy",
 4830 "gpui",
 4831 "language",
 4832 "num-format",
 4833 "picker",
 4834 "project",
 4835 "release_channel",
 4836 "semantic_version",
 4837 "serde",
 4838 "settings",
 4839 "smallvec",
 4840 "strum",
 4841 "telemetry",
 4842 "theme",
 4843 "ui",
 4844 "util",
 4845 "vim_mode_setting",
 4846 "workspace",
 4847 "zed_actions",
 4848]
 4849
 4850[[package]]
 4851name = "fallible-iterator"
 4852version = "0.3.0"
 4853source = "registry+https://github.com/rust-lang/crates.io-index"
 4854checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4855
 4856[[package]]
 4857name = "fancy-regex"
 4858version = "0.13.0"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4861dependencies = [
 4862 "bit-set 0.5.3",
 4863 "regex-automata 0.4.9",
 4864 "regex-syntax 0.8.5",
 4865]
 4866
 4867[[package]]
 4868name = "fancy-regex"
 4869version = "0.14.0"
 4870source = "registry+https://github.com/rust-lang/crates.io-index"
 4871checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4872dependencies = [
 4873 "bit-set 0.8.0",
 4874 "regex-automata 0.4.9",
 4875 "regex-syntax 0.8.5",
 4876]
 4877
 4878[[package]]
 4879name = "fast-srgb8"
 4880version = "1.0.0"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4883
 4884[[package]]
 4885name = "fastrand"
 4886version = "1.9.0"
 4887source = "registry+https://github.com/rust-lang/crates.io-index"
 4888checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4889dependencies = [
 4890 "instant",
 4891]
 4892
 4893[[package]]
 4894name = "fastrand"
 4895version = "2.3.0"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4898
 4899[[package]]
 4900name = "fd-lock"
 4901version = "4.0.2"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4904dependencies = [
 4905 "cfg-if",
 4906 "rustix",
 4907 "windows-sys 0.52.0",
 4908]
 4909
 4910[[package]]
 4911name = "fdeflate"
 4912version = "0.3.7"
 4913source = "registry+https://github.com/rust-lang/crates.io-index"
 4914checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4915dependencies = [
 4916 "simd-adler32",
 4917]
 4918
 4919[[package]]
 4920name = "feature_flags"
 4921version = "0.1.0"
 4922dependencies = [
 4923 "futures 0.3.31",
 4924 "gpui",
 4925 "smol",
 4926]
 4927
 4928[[package]]
 4929name = "feedback"
 4930version = "0.1.0"
 4931dependencies = [
 4932 "client",
 4933 "editor",
 4934 "gpui",
 4935 "human_bytes",
 4936 "menu",
 4937 "release_channel",
 4938 "serde",
 4939 "sysinfo",
 4940 "ui",
 4941 "urlencoding",
 4942 "util",
 4943 "workspace",
 4944 "zed_actions",
 4945]
 4946
 4947[[package]]
 4948name = "ff"
 4949version = "0.12.1"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4952dependencies = [
 4953 "rand_core 0.6.4",
 4954 "subtle",
 4955]
 4956
 4957[[package]]
 4958name = "file_finder"
 4959version = "0.1.0"
 4960dependencies = [
 4961 "anyhow",
 4962 "collections",
 4963 "ctor",
 4964 "editor",
 4965 "env_logger 0.11.7",
 4966 "file_icons",
 4967 "futures 0.3.31",
 4968 "fuzzy",
 4969 "gpui",
 4970 "language",
 4971 "menu",
 4972 "picker",
 4973 "project",
 4974 "schemars",
 4975 "serde",
 4976 "serde_derive",
 4977 "serde_json",
 4978 "settings",
 4979 "text",
 4980 "theme",
 4981 "ui",
 4982 "util",
 4983 "workspace",
 4984]
 4985
 4986[[package]]
 4987name = "file_icons"
 4988version = "0.1.0"
 4989dependencies = [
 4990 "gpui",
 4991 "serde",
 4992 "settings",
 4993 "theme",
 4994 "util",
 4995]
 4996
 4997[[package]]
 4998name = "filedescriptor"
 4999version = "0.8.3"
 5000source = "registry+https://github.com/rust-lang/crates.io-index"
 5001checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5002dependencies = [
 5003 "libc",
 5004 "thiserror 1.0.69",
 5005 "winapi",
 5006]
 5007
 5008[[package]]
 5009name = "filetime"
 5010version = "0.2.25"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5013dependencies = [
 5014 "cfg-if",
 5015 "libc",
 5016 "libredox",
 5017 "windows-sys 0.59.0",
 5018]
 5019
 5020[[package]]
 5021name = "fixedbitset"
 5022version = "0.4.2"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5025
 5026[[package]]
 5027name = "flate2"
 5028version = "1.0.35"
 5029source = "registry+https://github.com/rust-lang/crates.io-index"
 5030checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5031dependencies = [
 5032 "crc32fast",
 5033 "miniz_oxide",
 5034]
 5035
 5036[[package]]
 5037name = "float-cmp"
 5038version = "0.9.0"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5041
 5042[[package]]
 5043name = "float-ord"
 5044version = "0.3.2"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5047
 5048[[package]]
 5049name = "float_next_after"
 5050version = "1.0.0"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5053
 5054[[package]]
 5055name = "flume"
 5056version = "0.11.1"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5059dependencies = [
 5060 "futures-core",
 5061 "futures-sink",
 5062 "nanorand",
 5063 "spin",
 5064]
 5065
 5066[[package]]
 5067name = "fnv"
 5068version = "1.0.7"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5071
 5072[[package]]
 5073name = "foldhash"
 5074version = "0.1.3"
 5075source = "registry+https://github.com/rust-lang/crates.io-index"
 5076checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5077
 5078[[package]]
 5079name = "font-kit"
 5080version = "0.14.1"
 5081source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5082dependencies = [
 5083 "bitflags 2.8.0",
 5084 "byteorder",
 5085 "core-foundation 0.9.4",
 5086 "core-graphics 0.23.2",
 5087 "core-text",
 5088 "dirs 5.0.1",
 5089 "dwrote",
 5090 "float-ord",
 5091 "freetype-sys",
 5092 "lazy_static",
 5093 "libc",
 5094 "log",
 5095 "pathfinder_geometry",
 5096 "pathfinder_simd",
 5097 "walkdir",
 5098 "winapi",
 5099 "yeslogic-fontconfig-sys",
 5100]
 5101
 5102[[package]]
 5103name = "font-types"
 5104version = "0.7.3"
 5105source = "registry+https://github.com/rust-lang/crates.io-index"
 5106checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5107dependencies = [
 5108 "bytemuck",
 5109]
 5110
 5111[[package]]
 5112name = "fontconfig-parser"
 5113version = "0.5.7"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5116dependencies = [
 5117 "roxmltree",
 5118]
 5119
 5120[[package]]
 5121name = "fontdb"
 5122version = "0.18.0"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5125dependencies = [
 5126 "fontconfig-parser",
 5127 "log",
 5128 "memmap2",
 5129 "slotmap",
 5130 "tinyvec",
 5131 "ttf-parser 0.21.1",
 5132]
 5133
 5134[[package]]
 5135name = "fontdb"
 5136version = "0.23.0"
 5137source = "registry+https://github.com/rust-lang/crates.io-index"
 5138checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5139dependencies = [
 5140 "fontconfig-parser",
 5141 "log",
 5142 "memmap2",
 5143 "slotmap",
 5144 "tinyvec",
 5145 "ttf-parser 0.25.1",
 5146]
 5147
 5148[[package]]
 5149name = "foreign-types"
 5150version = "0.3.2"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5153dependencies = [
 5154 "foreign-types-shared 0.1.1",
 5155]
 5156
 5157[[package]]
 5158name = "foreign-types"
 5159version = "0.5.0"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5162dependencies = [
 5163 "foreign-types-macros",
 5164 "foreign-types-shared 0.3.1",
 5165]
 5166
 5167[[package]]
 5168name = "foreign-types-macros"
 5169version = "0.2.3"
 5170source = "registry+https://github.com/rust-lang/crates.io-index"
 5171checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5172dependencies = [
 5173 "proc-macro2",
 5174 "quote",
 5175 "syn 2.0.100",
 5176]
 5177
 5178[[package]]
 5179name = "foreign-types-shared"
 5180version = "0.1.1"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5183
 5184[[package]]
 5185name = "foreign-types-shared"
 5186version = "0.3.1"
 5187source = "registry+https://github.com/rust-lang/crates.io-index"
 5188checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5189
 5190[[package]]
 5191name = "fork"
 5192version = "0.2.0"
 5193source = "registry+https://github.com/rust-lang/crates.io-index"
 5194checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5195dependencies = [
 5196 "libc",
 5197]
 5198
 5199[[package]]
 5200name = "form_urlencoded"
 5201version = "1.2.1"
 5202source = "registry+https://github.com/rust-lang/crates.io-index"
 5203checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5204dependencies = [
 5205 "percent-encoding",
 5206]
 5207
 5208[[package]]
 5209name = "freetype-sys"
 5210version = "0.20.1"
 5211source = "registry+https://github.com/rust-lang/crates.io-index"
 5212checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5213dependencies = [
 5214 "cc",
 5215 "libc",
 5216 "pkg-config",
 5217]
 5218
 5219[[package]]
 5220name = "fs"
 5221version = "0.1.0"
 5222dependencies = [
 5223 "anyhow",
 5224 "ashpd",
 5225 "async-tar",
 5226 "async-trait",
 5227 "cocoa 0.26.0",
 5228 "collections",
 5229 "fsevent",
 5230 "futures 0.3.31",
 5231 "git",
 5232 "gpui",
 5233 "ignore",
 5234 "libc",
 5235 "log",
 5236 "notify 6.1.1",
 5237 "objc",
 5238 "parking_lot",
 5239 "paths",
 5240 "proto",
 5241 "rope",
 5242 "serde",
 5243 "serde_json",
 5244 "smol",
 5245 "tempfile",
 5246 "text",
 5247 "time",
 5248 "util",
 5249 "windows 0.60.0",
 5250]
 5251
 5252[[package]]
 5253name = "fs-set-times"
 5254version = "0.20.2"
 5255source = "registry+https://github.com/rust-lang/crates.io-index"
 5256checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5257dependencies = [
 5258 "io-lifetimes",
 5259 "rustix",
 5260 "windows-sys 0.59.0",
 5261]
 5262
 5263[[package]]
 5264name = "fs2"
 5265version = "0.4.3"
 5266source = "registry+https://github.com/rust-lang/crates.io-index"
 5267checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5268dependencies = [
 5269 "libc",
 5270 "winapi",
 5271]
 5272
 5273[[package]]
 5274name = "fs_extra"
 5275version = "1.3.0"
 5276source = "registry+https://github.com/rust-lang/crates.io-index"
 5277checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5278
 5279[[package]]
 5280name = "fsevent"
 5281version = "0.1.0"
 5282dependencies = [
 5283 "bitflags 2.8.0",
 5284 "core-foundation 0.9.4",
 5285 "fsevent-sys 3.1.0",
 5286 "parking_lot",
 5287 "tempfile",
 5288]
 5289
 5290[[package]]
 5291name = "fsevent-sys"
 5292version = "3.1.0"
 5293source = "registry+https://github.com/rust-lang/crates.io-index"
 5294checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5295dependencies = [
 5296 "libc",
 5297]
 5298
 5299[[package]]
 5300name = "fsevent-sys"
 5301version = "4.1.0"
 5302source = "registry+https://github.com/rust-lang/crates.io-index"
 5303checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5304dependencies = [
 5305 "libc",
 5306]
 5307
 5308[[package]]
 5309name = "funty"
 5310version = "2.0.0"
 5311source = "registry+https://github.com/rust-lang/crates.io-index"
 5312checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5313
 5314[[package]]
 5315name = "futf"
 5316version = "0.1.5"
 5317source = "registry+https://github.com/rust-lang/crates.io-index"
 5318checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5319dependencies = [
 5320 "mac",
 5321 "new_debug_unreachable",
 5322]
 5323
 5324[[package]]
 5325name = "futures"
 5326version = "0.1.31"
 5327source = "registry+https://github.com/rust-lang/crates.io-index"
 5328checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5329
 5330[[package]]
 5331name = "futures"
 5332version = "0.3.31"
 5333source = "registry+https://github.com/rust-lang/crates.io-index"
 5334checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5335dependencies = [
 5336 "futures-channel",
 5337 "futures-core",
 5338 "futures-executor",
 5339 "futures-io",
 5340 "futures-sink",
 5341 "futures-task",
 5342 "futures-util",
 5343]
 5344
 5345[[package]]
 5346name = "futures-batch"
 5347version = "0.6.1"
 5348source = "registry+https://github.com/rust-lang/crates.io-index"
 5349checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5350dependencies = [
 5351 "futures 0.3.31",
 5352 "futures-timer",
 5353 "pin-utils",
 5354]
 5355
 5356[[package]]
 5357name = "futures-channel"
 5358version = "0.3.31"
 5359source = "registry+https://github.com/rust-lang/crates.io-index"
 5360checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5361dependencies = [
 5362 "futures-core",
 5363 "futures-sink",
 5364]
 5365
 5366[[package]]
 5367name = "futures-core"
 5368version = "0.3.31"
 5369source = "registry+https://github.com/rust-lang/crates.io-index"
 5370checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5371
 5372[[package]]
 5373name = "futures-executor"
 5374version = "0.3.31"
 5375source = "registry+https://github.com/rust-lang/crates.io-index"
 5376checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5377dependencies = [
 5378 "futures-core",
 5379 "futures-task",
 5380 "futures-util",
 5381]
 5382
 5383[[package]]
 5384name = "futures-intrusive"
 5385version = "0.5.0"
 5386source = "registry+https://github.com/rust-lang/crates.io-index"
 5387checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5388dependencies = [
 5389 "futures-core",
 5390 "lock_api",
 5391 "parking_lot",
 5392]
 5393
 5394[[package]]
 5395name = "futures-io"
 5396version = "0.3.31"
 5397source = "registry+https://github.com/rust-lang/crates.io-index"
 5398checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5399
 5400[[package]]
 5401name = "futures-lite"
 5402version = "1.13.0"
 5403source = "registry+https://github.com/rust-lang/crates.io-index"
 5404checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5405dependencies = [
 5406 "fastrand 1.9.0",
 5407 "futures-core",
 5408 "futures-io",
 5409 "memchr",
 5410 "parking",
 5411 "pin-project-lite",
 5412 "waker-fn",
 5413]
 5414
 5415[[package]]
 5416name = "futures-lite"
 5417version = "2.6.0"
 5418source = "registry+https://github.com/rust-lang/crates.io-index"
 5419checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5420dependencies = [
 5421 "fastrand 2.3.0",
 5422 "futures-core",
 5423 "futures-io",
 5424 "parking",
 5425 "pin-project-lite",
 5426]
 5427
 5428[[package]]
 5429name = "futures-macro"
 5430version = "0.3.31"
 5431source = "registry+https://github.com/rust-lang/crates.io-index"
 5432checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5433dependencies = [
 5434 "proc-macro2",
 5435 "quote",
 5436 "syn 2.0.100",
 5437]
 5438
 5439[[package]]
 5440name = "futures-sink"
 5441version = "0.3.31"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5444
 5445[[package]]
 5446name = "futures-task"
 5447version = "0.3.31"
 5448source = "registry+https://github.com/rust-lang/crates.io-index"
 5449checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5450
 5451[[package]]
 5452name = "futures-timer"
 5453version = "3.0.3"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5456
 5457[[package]]
 5458name = "futures-util"
 5459version = "0.3.31"
 5460source = "registry+https://github.com/rust-lang/crates.io-index"
 5461checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5462dependencies = [
 5463 "futures 0.1.31",
 5464 "futures-channel",
 5465 "futures-core",
 5466 "futures-io",
 5467 "futures-macro",
 5468 "futures-sink",
 5469 "futures-task",
 5470 "memchr",
 5471 "pin-project-lite",
 5472 "pin-utils",
 5473 "slab",
 5474 "tokio-io",
 5475]
 5476
 5477[[package]]
 5478name = "fuzzy"
 5479version = "0.1.0"
 5480dependencies = [
 5481 "gpui",
 5482 "log",
 5483 "util",
 5484]
 5485
 5486[[package]]
 5487name = "fuzzy-matcher"
 5488version = "0.3.7"
 5489source = "registry+https://github.com/rust-lang/crates.io-index"
 5490checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5491dependencies = [
 5492 "thread_local",
 5493]
 5494
 5495[[package]]
 5496name = "generic-array"
 5497version = "0.14.7"
 5498source = "registry+https://github.com/rust-lang/crates.io-index"
 5499checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5500dependencies = [
 5501 "typenum",
 5502 "version_check",
 5503]
 5504
 5505[[package]]
 5506name = "gethostname"
 5507version = "0.4.3"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5510dependencies = [
 5511 "libc",
 5512 "windows-targets 0.48.5",
 5513]
 5514
 5515[[package]]
 5516name = "getrandom"
 5517version = "0.1.16"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5520dependencies = [
 5521 "cfg-if",
 5522 "libc",
 5523 "wasi 0.9.0+wasi-snapshot-preview1",
 5524]
 5525
 5526[[package]]
 5527name = "getrandom"
 5528version = "0.2.15"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5531dependencies = [
 5532 "cfg-if",
 5533 "js-sys",
 5534 "libc",
 5535 "wasi 0.11.0+wasi-snapshot-preview1",
 5536 "wasm-bindgen",
 5537]
 5538
 5539[[package]]
 5540name = "getrandom"
 5541version = "0.3.1"
 5542source = "registry+https://github.com/rust-lang/crates.io-index"
 5543checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5544dependencies = [
 5545 "cfg-if",
 5546 "libc",
 5547 "wasi 0.13.3+wasi-0.2.2",
 5548 "windows-targets 0.52.6",
 5549]
 5550
 5551[[package]]
 5552name = "gif"
 5553version = "0.13.1"
 5554source = "registry+https://github.com/rust-lang/crates.io-index"
 5555checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5556dependencies = [
 5557 "color_quant",
 5558 "weezl",
 5559]
 5560
 5561[[package]]
 5562name = "gimli"
 5563version = "0.31.1"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5566dependencies = [
 5567 "fallible-iterator",
 5568 "indexmap",
 5569 "stable_deref_trait",
 5570]
 5571
 5572[[package]]
 5573name = "git"
 5574version = "0.1.0"
 5575dependencies = [
 5576 "anyhow",
 5577 "askpass",
 5578 "async-trait",
 5579 "collections",
 5580 "derive_more",
 5581 "futures 0.3.31",
 5582 "git2",
 5583 "gpui",
 5584 "http_client",
 5585 "log",
 5586 "parking_lot",
 5587 "pretty_assertions",
 5588 "regex",
 5589 "rope",
 5590 "schemars",
 5591 "serde",
 5592 "serde_json",
 5593 "smol",
 5594 "sum_tree",
 5595 "tempfile",
 5596 "text",
 5597 "thiserror 2.0.12",
 5598 "time",
 5599 "unindent",
 5600 "url",
 5601 "util",
 5602 "uuid",
 5603]
 5604
 5605[[package]]
 5606name = "git2"
 5607version = "0.20.1"
 5608source = "registry+https://github.com/rust-lang/crates.io-index"
 5609checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5610dependencies = [
 5611 "bitflags 2.8.0",
 5612 "libc",
 5613 "libgit2-sys",
 5614 "log",
 5615 "url",
 5616]
 5617
 5618[[package]]
 5619name = "git_hosting_providers"
 5620version = "0.1.0"
 5621dependencies = [
 5622 "anyhow",
 5623 "async-trait",
 5624 "futures 0.3.31",
 5625 "git",
 5626 "gpui",
 5627 "http_client",
 5628 "indoc",
 5629 "pretty_assertions",
 5630 "regex",
 5631 "schemars",
 5632 "serde",
 5633 "serde_json",
 5634 "settings",
 5635 "url",
 5636 "util",
 5637]
 5638
 5639[[package]]
 5640name = "git_ui"
 5641version = "0.1.0"
 5642dependencies = [
 5643 "anyhow",
 5644 "askpass",
 5645 "assistant_settings",
 5646 "buffer_diff",
 5647 "chrono",
 5648 "collections",
 5649 "command_palette_hooks",
 5650 "component",
 5651 "ctor",
 5652 "db",
 5653 "editor",
 5654 "env_logger 0.11.7",
 5655 "futures 0.3.31",
 5656 "fuzzy",
 5657 "git",
 5658 "gpui",
 5659 "itertools 0.14.0",
 5660 "language",
 5661 "language_model",
 5662 "linkify",
 5663 "linkme",
 5664 "log",
 5665 "menu",
 5666 "multi_buffer",
 5667 "notifications",
 5668 "panel",
 5669 "picker",
 5670 "postage",
 5671 "pretty_assertions",
 5672 "project",
 5673 "schemars",
 5674 "serde",
 5675 "serde_derive",
 5676 "serde_json",
 5677 "settings",
 5678 "strum",
 5679 "telemetry",
 5680 "theme",
 5681 "time",
 5682 "time_format",
 5683 "ui",
 5684 "unindent",
 5685 "util",
 5686 "windows 0.60.0",
 5687 "workspace",
 5688 "zed_actions",
 5689]
 5690
 5691[[package]]
 5692name = "glob"
 5693version = "0.3.1"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5696
 5697[[package]]
 5698name = "globset"
 5699version = "0.4.16"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5702dependencies = [
 5703 "aho-corasick",
 5704 "bstr",
 5705 "log",
 5706 "regex-automata 0.4.9",
 5707 "regex-syntax 0.8.5",
 5708]
 5709
 5710[[package]]
 5711name = "gloo-timers"
 5712version = "0.3.0"
 5713source = "registry+https://github.com/rust-lang/crates.io-index"
 5714checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5715dependencies = [
 5716 "futures-channel",
 5717 "futures-core",
 5718 "js-sys",
 5719 "wasm-bindgen",
 5720]
 5721
 5722[[package]]
 5723name = "glow"
 5724version = "0.14.2"
 5725source = "registry+https://github.com/rust-lang/crates.io-index"
 5726checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5727dependencies = [
 5728 "js-sys",
 5729 "slotmap",
 5730 "wasm-bindgen",
 5731 "web-sys",
 5732]
 5733
 5734[[package]]
 5735name = "go_to_line"
 5736version = "0.1.0"
 5737dependencies = [
 5738 "anyhow",
 5739 "editor",
 5740 "gpui",
 5741 "indoc",
 5742 "language",
 5743 "menu",
 5744 "project",
 5745 "rope",
 5746 "schemars",
 5747 "serde",
 5748 "serde_json",
 5749 "settings",
 5750 "text",
 5751 "theme",
 5752 "tree-sitter-rust",
 5753 "tree-sitter-typescript",
 5754 "ui",
 5755 "util",
 5756 "workspace",
 5757]
 5758
 5759[[package]]
 5760name = "google_ai"
 5761version = "0.1.0"
 5762dependencies = [
 5763 "anyhow",
 5764 "futures 0.3.31",
 5765 "http_client",
 5766 "schemars",
 5767 "serde",
 5768 "serde_json",
 5769 "strum",
 5770]
 5771
 5772[[package]]
 5773name = "gpu-alloc"
 5774version = "0.6.0"
 5775source = "registry+https://github.com/rust-lang/crates.io-index"
 5776checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5777dependencies = [
 5778 "bitflags 2.8.0",
 5779 "gpu-alloc-types",
 5780]
 5781
 5782[[package]]
 5783name = "gpu-alloc-ash"
 5784version = "0.7.0"
 5785source = "registry+https://github.com/rust-lang/crates.io-index"
 5786checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5787dependencies = [
 5788 "ash",
 5789 "gpu-alloc-types",
 5790 "tinyvec",
 5791]
 5792
 5793[[package]]
 5794name = "gpu-alloc-types"
 5795version = "0.3.0"
 5796source = "registry+https://github.com/rust-lang/crates.io-index"
 5797checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5798dependencies = [
 5799 "bitflags 2.8.0",
 5800]
 5801
 5802[[package]]
 5803name = "gpui"
 5804version = "0.1.0"
 5805dependencies = [
 5806 "anyhow",
 5807 "as-raw-xcb-connection",
 5808 "ashpd",
 5809 "async-task",
 5810 "backtrace",
 5811 "bindgen 0.70.1",
 5812 "blade-graphics",
 5813 "blade-macros",
 5814 "blade-util",
 5815 "block",
 5816 "bytemuck",
 5817 "calloop",
 5818 "calloop-wayland-source",
 5819 "cbindgen 0.28.0",
 5820 "cocoa 0.26.0",
 5821 "collections",
 5822 "core-foundation 0.9.4",
 5823 "core-foundation-sys",
 5824 "core-graphics 0.23.2",
 5825 "core-text",
 5826 "cosmic-text",
 5827 "ctor",
 5828 "derive_more",
 5829 "embed-resource",
 5830 "env_logger 0.11.7",
 5831 "etagere",
 5832 "filedescriptor",
 5833 "flume",
 5834 "font-kit",
 5835 "foreign-types 0.5.0",
 5836 "futures 0.3.31",
 5837 "gpui_macros",
 5838 "http_client",
 5839 "image",
 5840 "inventory",
 5841 "itertools 0.14.0",
 5842 "log",
 5843 "lyon",
 5844 "media",
 5845 "metal",
 5846 "naga",
 5847 "num_cpus",
 5848 "objc",
 5849 "objc2",
 5850 "objc2-metal",
 5851 "oo7",
 5852 "open",
 5853 "parking",
 5854 "parking_lot",
 5855 "pathfinder_geometry",
 5856 "postage",
 5857 "profiling",
 5858 "rand 0.8.5",
 5859 "raw-window-handle",
 5860 "refineable",
 5861 "reqwest_client",
 5862 "resvg",
 5863 "schemars",
 5864 "seahash",
 5865 "semantic_version",
 5866 "serde",
 5867 "serde_derive",
 5868 "serde_json",
 5869 "slotmap",
 5870 "smallvec",
 5871 "smol",
 5872 "strum",
 5873 "sum_tree",
 5874 "taffy",
 5875 "thiserror 2.0.12",
 5876 "unicode-segmentation",
 5877 "usvg",
 5878 "util",
 5879 "uuid",
 5880 "waker-fn",
 5881 "wayland-backend",
 5882 "wayland-client",
 5883 "wayland-cursor",
 5884 "wayland-protocols",
 5885 "wayland-protocols-plasma",
 5886 "windows 0.60.0",
 5887 "windows-core 0.60.1",
 5888 "x11-clipboard",
 5889 "x11rb",
 5890 "xim",
 5891 "xkbcommon",
 5892]
 5893
 5894[[package]]
 5895name = "gpui_macros"
 5896version = "0.1.0"
 5897dependencies = [
 5898 "gpui",
 5899 "proc-macro2",
 5900 "quote",
 5901 "syn 1.0.109",
 5902]
 5903
 5904[[package]]
 5905name = "gpui_tokio"
 5906version = "0.1.0"
 5907dependencies = [
 5908 "gpui",
 5909 "tokio",
 5910 "util",
 5911]
 5912
 5913[[package]]
 5914name = "grid"
 5915version = "0.13.0"
 5916source = "registry+https://github.com/rust-lang/crates.io-index"
 5917checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5918
 5919[[package]]
 5920name = "group"
 5921version = "0.12.1"
 5922source = "registry+https://github.com/rust-lang/crates.io-index"
 5923checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5924dependencies = [
 5925 "ff",
 5926 "rand_core 0.6.4",
 5927 "subtle",
 5928]
 5929
 5930[[package]]
 5931name = "h2"
 5932version = "0.3.26"
 5933source = "registry+https://github.com/rust-lang/crates.io-index"
 5934checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5935dependencies = [
 5936 "bytes 1.10.1",
 5937 "fnv",
 5938 "futures-core",
 5939 "futures-sink",
 5940 "futures-util",
 5941 "http 0.2.12",
 5942 "indexmap",
 5943 "slab",
 5944 "tokio",
 5945 "tokio-util",
 5946 "tracing",
 5947]
 5948
 5949[[package]]
 5950name = "h2"
 5951version = "0.4.7"
 5952source = "registry+https://github.com/rust-lang/crates.io-index"
 5953checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5954dependencies = [
 5955 "atomic-waker",
 5956 "bytes 1.10.1",
 5957 "fnv",
 5958 "futures-core",
 5959 "futures-sink",
 5960 "http 1.2.0",
 5961 "indexmap",
 5962 "slab",
 5963 "tokio",
 5964 "tokio-util",
 5965 "tracing",
 5966]
 5967
 5968[[package]]
 5969name = "half"
 5970version = "2.4.1"
 5971source = "registry+https://github.com/rust-lang/crates.io-index"
 5972checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5973dependencies = [
 5974 "cfg-if",
 5975 "crunchy",
 5976]
 5977
 5978[[package]]
 5979name = "handlebars"
 5980version = "4.5.0"
 5981source = "registry+https://github.com/rust-lang/crates.io-index"
 5982checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5983dependencies = [
 5984 "log",
 5985 "pest",
 5986 "pest_derive",
 5987 "serde",
 5988 "serde_json",
 5989 "thiserror 1.0.69",
 5990]
 5991
 5992[[package]]
 5993name = "handlebars"
 5994version = "6.2.0"
 5995source = "registry+https://github.com/rust-lang/crates.io-index"
 5996checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5997dependencies = [
 5998 "log",
 5999 "num-order",
 6000 "pest",
 6001 "pest_derive",
 6002 "serde",
 6003 "serde_json",
 6004 "thiserror 1.0.69",
 6005]
 6006
 6007[[package]]
 6008name = "hashbrown"
 6009version = "0.12.3"
 6010source = "registry+https://github.com/rust-lang/crates.io-index"
 6011checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6012dependencies = [
 6013 "ahash 0.7.8",
 6014]
 6015
 6016[[package]]
 6017name = "hashbrown"
 6018version = "0.14.5"
 6019source = "registry+https://github.com/rust-lang/crates.io-index"
 6020checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6021dependencies = [
 6022 "ahash 0.8.11",
 6023 "allocator-api2",
 6024]
 6025
 6026[[package]]
 6027name = "hashbrown"
 6028version = "0.15.2"
 6029source = "registry+https://github.com/rust-lang/crates.io-index"
 6030checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6031dependencies = [
 6032 "allocator-api2",
 6033 "equivalent",
 6034 "foldhash",
 6035 "serde",
 6036]
 6037
 6038[[package]]
 6039name = "hashlink"
 6040version = "0.8.4"
 6041source = "registry+https://github.com/rust-lang/crates.io-index"
 6042checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6043dependencies = [
 6044 "hashbrown 0.14.5",
 6045]
 6046
 6047[[package]]
 6048name = "hashlink"
 6049version = "0.10.0"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6052dependencies = [
 6053 "hashbrown 0.15.2",
 6054]
 6055
 6056[[package]]
 6057name = "headers"
 6058version = "0.3.9"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6061dependencies = [
 6062 "base64 0.21.7",
 6063 "bytes 1.10.1",
 6064 "headers-core",
 6065 "http 0.2.12",
 6066 "httpdate",
 6067 "mime",
 6068 "sha1",
 6069]
 6070
 6071[[package]]
 6072name = "headers-core"
 6073version = "0.2.0"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6076dependencies = [
 6077 "http 0.2.12",
 6078]
 6079
 6080[[package]]
 6081name = "heck"
 6082version = "0.3.3"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6085dependencies = [
 6086 "unicode-segmentation",
 6087]
 6088
 6089[[package]]
 6090name = "heck"
 6091version = "0.4.1"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6094dependencies = [
 6095 "unicode-segmentation",
 6096]
 6097
 6098[[package]]
 6099name = "heck"
 6100version = "0.5.0"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6103
 6104[[package]]
 6105name = "heed"
 6106version = "0.21.0"
 6107source = "registry+https://github.com/rust-lang/crates.io-index"
 6108checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6109dependencies = [
 6110 "bitflags 2.8.0",
 6111 "byteorder",
 6112 "heed-traits",
 6113 "heed-types",
 6114 "libc",
 6115 "lmdb-master-sys",
 6116 "once_cell",
 6117 "page_size",
 6118 "serde",
 6119 "synchronoise",
 6120 "url",
 6121]
 6122
 6123[[package]]
 6124name = "heed-traits"
 6125version = "0.20.0"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6128
 6129[[package]]
 6130name = "heed-types"
 6131version = "0.21.0"
 6132source = "registry+https://github.com/rust-lang/crates.io-index"
 6133checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6134dependencies = [
 6135 "bincode",
 6136 "byteorder",
 6137 "heed-traits",
 6138 "serde",
 6139 "serde_json",
 6140]
 6141
 6142[[package]]
 6143name = "hermit-abi"
 6144version = "0.3.9"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6147
 6148[[package]]
 6149name = "hermit-abi"
 6150version = "0.4.0"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6153
 6154[[package]]
 6155name = "hex"
 6156version = "0.4.3"
 6157source = "registry+https://github.com/rust-lang/crates.io-index"
 6158checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6159
 6160[[package]]
 6161name = "hexf-parse"
 6162version = "0.2.1"
 6163source = "registry+https://github.com/rust-lang/crates.io-index"
 6164checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6165
 6166[[package]]
 6167name = "hidden-trait"
 6168version = "0.1.2"
 6169source = "registry+https://github.com/rust-lang/crates.io-index"
 6170checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6171dependencies = [
 6172 "proc-macro2",
 6173 "quote",
 6174 "syn 1.0.109",
 6175]
 6176
 6177[[package]]
 6178name = "hkdf"
 6179version = "0.12.4"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6182dependencies = [
 6183 "hmac",
 6184]
 6185
 6186[[package]]
 6187name = "hmac"
 6188version = "0.12.1"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6191dependencies = [
 6192 "digest",
 6193]
 6194
 6195[[package]]
 6196name = "home"
 6197version = "0.5.9"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6200dependencies = [
 6201 "windows-sys 0.52.0",
 6202]
 6203
 6204[[package]]
 6205name = "hound"
 6206version = "3.5.1"
 6207source = "registry+https://github.com/rust-lang/crates.io-index"
 6208checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6209
 6210[[package]]
 6211name = "html5ever"
 6212version = "0.27.0"
 6213source = "registry+https://github.com/rust-lang/crates.io-index"
 6214checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6215dependencies = [
 6216 "log",
 6217 "mac",
 6218 "markup5ever",
 6219 "proc-macro2",
 6220 "quote",
 6221 "syn 2.0.100",
 6222]
 6223
 6224[[package]]
 6225name = "html_to_markdown"
 6226version = "0.1.0"
 6227dependencies = [
 6228 "anyhow",
 6229 "html5ever",
 6230 "indoc",
 6231 "markup5ever_rcdom",
 6232 "pretty_assertions",
 6233 "regex",
 6234]
 6235
 6236[[package]]
 6237name = "http"
 6238version = "0.2.12"
 6239source = "registry+https://github.com/rust-lang/crates.io-index"
 6240checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6241dependencies = [
 6242 "bytes 1.10.1",
 6243 "fnv",
 6244 "itoa",
 6245]
 6246
 6247[[package]]
 6248name = "http"
 6249version = "1.2.0"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6252dependencies = [
 6253 "bytes 1.10.1",
 6254 "fnv",
 6255 "itoa",
 6256]
 6257
 6258[[package]]
 6259name = "http-body"
 6260version = "0.4.6"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6263dependencies = [
 6264 "bytes 1.10.1",
 6265 "http 0.2.12",
 6266 "pin-project-lite",
 6267]
 6268
 6269[[package]]
 6270name = "http-body"
 6271version = "1.0.1"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6274dependencies = [
 6275 "bytes 1.10.1",
 6276 "http 1.2.0",
 6277]
 6278
 6279[[package]]
 6280name = "http-body-util"
 6281version = "0.1.2"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6284dependencies = [
 6285 "bytes 1.10.1",
 6286 "futures-util",
 6287 "http 1.2.0",
 6288 "http-body 1.0.1",
 6289 "pin-project-lite",
 6290]
 6291
 6292[[package]]
 6293name = "http-range-header"
 6294version = "0.3.1"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6297
 6298[[package]]
 6299name = "http-types"
 6300version = "2.12.0"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6303dependencies = [
 6304 "anyhow",
 6305 "async-channel 1.9.0",
 6306 "base64 0.13.1",
 6307 "futures-lite 1.13.0",
 6308 "http 0.2.12",
 6309 "infer",
 6310 "pin-project-lite",
 6311 "rand 0.7.3",
 6312 "serde",
 6313 "serde_json",
 6314 "serde_qs 0.8.5",
 6315 "serde_urlencoded",
 6316 "url",
 6317]
 6318
 6319[[package]]
 6320name = "http_client"
 6321version = "0.1.0"
 6322dependencies = [
 6323 "anyhow",
 6324 "bytes 1.10.1",
 6325 "derive_more",
 6326 "futures 0.3.31",
 6327 "http 1.2.0",
 6328 "log",
 6329 "serde",
 6330 "serde_json",
 6331 "url",
 6332]
 6333
 6334[[package]]
 6335name = "http_client_tls"
 6336version = "0.1.0"
 6337dependencies = [
 6338 "rustls 0.23.25",
 6339 "rustls-platform-verifier",
 6340]
 6341
 6342[[package]]
 6343name = "httparse"
 6344version = "1.9.5"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6347
 6348[[package]]
 6349name = "httpdate"
 6350version = "1.0.3"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6353
 6354[[package]]
 6355name = "human_bytes"
 6356version = "0.4.3"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6359
 6360[[package]]
 6361name = "humantime"
 6362version = "2.1.0"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6365
 6366[[package]]
 6367name = "hyper"
 6368version = "0.14.32"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6371dependencies = [
 6372 "bytes 1.10.1",
 6373 "futures-channel",
 6374 "futures-core",
 6375 "futures-util",
 6376 "h2 0.3.26",
 6377 "http 0.2.12",
 6378 "http-body 0.4.6",
 6379 "httparse",
 6380 "httpdate",
 6381 "itoa",
 6382 "pin-project-lite",
 6383 "socket2",
 6384 "tokio",
 6385 "tower-service",
 6386 "tracing",
 6387 "want",
 6388]
 6389
 6390[[package]]
 6391name = "hyper"
 6392version = "1.5.1"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6395dependencies = [
 6396 "bytes 1.10.1",
 6397 "futures-channel",
 6398 "futures-util",
 6399 "h2 0.4.7",
 6400 "http 1.2.0",
 6401 "http-body 1.0.1",
 6402 "httparse",
 6403 "itoa",
 6404 "pin-project-lite",
 6405 "smallvec",
 6406 "tokio",
 6407 "want",
 6408]
 6409
 6410[[package]]
 6411name = "hyper-rustls"
 6412version = "0.24.2"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6415dependencies = [
 6416 "futures-util",
 6417 "http 0.2.12",
 6418 "hyper 0.14.32",
 6419 "log",
 6420 "rustls 0.21.12",
 6421 "rustls-native-certs 0.6.3",
 6422 "tokio",
 6423 "tokio-rustls 0.24.1",
 6424]
 6425
 6426[[package]]
 6427name = "hyper-rustls"
 6428version = "0.27.3"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6431dependencies = [
 6432 "futures-util",
 6433 "http 1.2.0",
 6434 "hyper 1.5.1",
 6435 "hyper-util",
 6436 "rustls 0.23.25",
 6437 "rustls-native-certs 0.8.1",
 6438 "rustls-pki-types",
 6439 "tokio",
 6440 "tokio-rustls 0.26.1",
 6441 "tower-service",
 6442]
 6443
 6444[[package]]
 6445name = "hyper-tls"
 6446version = "0.5.0"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6449dependencies = [
 6450 "bytes 1.10.1",
 6451 "hyper 0.14.32",
 6452 "native-tls",
 6453 "tokio",
 6454 "tokio-native-tls",
 6455]
 6456
 6457[[package]]
 6458name = "hyper-util"
 6459version = "0.1.10"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6462dependencies = [
 6463 "bytes 1.10.1",
 6464 "futures-channel",
 6465 "futures-util",
 6466 "http 1.2.0",
 6467 "http-body 1.0.1",
 6468 "hyper 1.5.1",
 6469 "pin-project-lite",
 6470 "socket2",
 6471 "tokio",
 6472 "tower-service",
 6473 "tracing",
 6474]
 6475
 6476[[package]]
 6477name = "iana-time-zone"
 6478version = "0.1.61"
 6479source = "registry+https://github.com/rust-lang/crates.io-index"
 6480checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6481dependencies = [
 6482 "android_system_properties",
 6483 "core-foundation-sys",
 6484 "iana-time-zone-haiku",
 6485 "js-sys",
 6486 "wasm-bindgen",
 6487 "windows-core 0.52.0",
 6488]
 6489
 6490[[package]]
 6491name = "iana-time-zone-haiku"
 6492version = "0.1.2"
 6493source = "registry+https://github.com/rust-lang/crates.io-index"
 6494checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6495dependencies = [
 6496 "cc",
 6497]
 6498
 6499[[package]]
 6500name = "icu_collections"
 6501version = "1.5.0"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6504dependencies = [
 6505 "displaydoc",
 6506 "yoke",
 6507 "zerofrom",
 6508 "zerovec",
 6509]
 6510
 6511[[package]]
 6512name = "icu_locid"
 6513version = "1.5.0"
 6514source = "registry+https://github.com/rust-lang/crates.io-index"
 6515checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6516dependencies = [
 6517 "displaydoc",
 6518 "litemap",
 6519 "tinystr",
 6520 "writeable",
 6521 "zerovec",
 6522]
 6523
 6524[[package]]
 6525name = "icu_locid_transform"
 6526version = "1.5.0"
 6527source = "registry+https://github.com/rust-lang/crates.io-index"
 6528checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6529dependencies = [
 6530 "displaydoc",
 6531 "icu_locid",
 6532 "icu_locid_transform_data",
 6533 "icu_provider",
 6534 "tinystr",
 6535 "zerovec",
 6536]
 6537
 6538[[package]]
 6539name = "icu_locid_transform_data"
 6540version = "1.5.0"
 6541source = "registry+https://github.com/rust-lang/crates.io-index"
 6542checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6543
 6544[[package]]
 6545name = "icu_normalizer"
 6546version = "1.5.0"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6549dependencies = [
 6550 "displaydoc",
 6551 "icu_collections",
 6552 "icu_normalizer_data",
 6553 "icu_properties",
 6554 "icu_provider",
 6555 "smallvec",
 6556 "utf16_iter",
 6557 "utf8_iter",
 6558 "write16",
 6559 "zerovec",
 6560]
 6561
 6562[[package]]
 6563name = "icu_normalizer_data"
 6564version = "1.5.0"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6567
 6568[[package]]
 6569name = "icu_properties"
 6570version = "1.5.1"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6573dependencies = [
 6574 "displaydoc",
 6575 "icu_collections",
 6576 "icu_locid_transform",
 6577 "icu_properties_data",
 6578 "icu_provider",
 6579 "tinystr",
 6580 "zerovec",
 6581]
 6582
 6583[[package]]
 6584name = "icu_properties_data"
 6585version = "1.5.0"
 6586source = "registry+https://github.com/rust-lang/crates.io-index"
 6587checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6588
 6589[[package]]
 6590name = "icu_provider"
 6591version = "1.5.0"
 6592source = "registry+https://github.com/rust-lang/crates.io-index"
 6593checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6594dependencies = [
 6595 "displaydoc",
 6596 "icu_locid",
 6597 "icu_provider_macros",
 6598 "stable_deref_trait",
 6599 "tinystr",
 6600 "writeable",
 6601 "yoke",
 6602 "zerofrom",
 6603 "zerovec",
 6604]
 6605
 6606[[package]]
 6607name = "icu_provider_macros"
 6608version = "1.5.0"
 6609source = "registry+https://github.com/rust-lang/crates.io-index"
 6610checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6611dependencies = [
 6612 "proc-macro2",
 6613 "quote",
 6614 "syn 2.0.100",
 6615]
 6616
 6617[[package]]
 6618name = "id-arena"
 6619version = "2.2.1"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6622
 6623[[package]]
 6624name = "idna"
 6625version = "1.0.3"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6628dependencies = [
 6629 "idna_adapter",
 6630 "smallvec",
 6631 "utf8_iter",
 6632]
 6633
 6634[[package]]
 6635name = "idna_adapter"
 6636version = "1.2.0"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6639dependencies = [
 6640 "icu_normalizer",
 6641 "icu_properties",
 6642]
 6643
 6644[[package]]
 6645name = "ignore"
 6646version = "0.4.23"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6649dependencies = [
 6650 "crossbeam-deque",
 6651 "globset",
 6652 "log",
 6653 "memchr",
 6654 "regex-automata 0.4.9",
 6655 "same-file",
 6656 "walkdir",
 6657 "winapi-util",
 6658]
 6659
 6660[[package]]
 6661name = "image"
 6662version = "0.25.5"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6665dependencies = [
 6666 "bytemuck",
 6667 "byteorder-lite",
 6668 "color_quant",
 6669 "exr",
 6670 "gif",
 6671 "image-webp",
 6672 "num-traits",
 6673 "png",
 6674 "qoi",
 6675 "ravif",
 6676 "rayon",
 6677 "rgb",
 6678 "tiff",
 6679 "zune-core",
 6680 "zune-jpeg",
 6681]
 6682
 6683[[package]]
 6684name = "image-webp"
 6685version = "0.2.0"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6688dependencies = [
 6689 "byteorder-lite",
 6690 "quick-error",
 6691]
 6692
 6693[[package]]
 6694name = "image_viewer"
 6695version = "0.1.0"
 6696dependencies = [
 6697 "anyhow",
 6698 "db",
 6699 "editor",
 6700 "file_icons",
 6701 "gpui",
 6702 "project",
 6703 "schemars",
 6704 "serde",
 6705 "settings",
 6706 "theme",
 6707 "ui",
 6708 "util",
 6709 "workspace",
 6710]
 6711
 6712[[package]]
 6713name = "imagesize"
 6714version = "0.13.0"
 6715source = "registry+https://github.com/rust-lang/crates.io-index"
 6716checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6717
 6718[[package]]
 6719name = "imara-diff"
 6720version = "0.1.8"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6723dependencies = [
 6724 "hashbrown 0.15.2",
 6725]
 6726
 6727[[package]]
 6728name = "imgref"
 6729version = "1.11.0"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6732
 6733[[package]]
 6734name = "indexed_docs"
 6735version = "0.1.0"
 6736dependencies = [
 6737 "anyhow",
 6738 "async-trait",
 6739 "cargo_metadata",
 6740 "collections",
 6741 "derive_more",
 6742 "extension",
 6743 "fs",
 6744 "futures 0.3.31",
 6745 "fuzzy",
 6746 "gpui",
 6747 "heed",
 6748 "html_to_markdown",
 6749 "http_client",
 6750 "indexmap",
 6751 "indoc",
 6752 "parking_lot",
 6753 "paths",
 6754 "pretty_assertions",
 6755 "serde",
 6756 "strum",
 6757 "util",
 6758]
 6759
 6760[[package]]
 6761name = "indexmap"
 6762version = "2.7.1"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6765dependencies = [
 6766 "equivalent",
 6767 "hashbrown 0.15.2",
 6768 "serde",
 6769]
 6770
 6771[[package]]
 6772name = "indoc"
 6773version = "2.0.6"
 6774source = "registry+https://github.com/rust-lang/crates.io-index"
 6775checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6776
 6777[[package]]
 6778name = "infer"
 6779version = "0.2.3"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6782
 6783[[package]]
 6784name = "inherent"
 6785version = "1.0.11"
 6786source = "registry+https://github.com/rust-lang/crates.io-index"
 6787checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6788dependencies = [
 6789 "proc-macro2",
 6790 "quote",
 6791 "syn 2.0.100",
 6792]
 6793
 6794[[package]]
 6795name = "inline_completion"
 6796version = "0.1.0"
 6797dependencies = [
 6798 "gpui",
 6799 "language",
 6800 "project",
 6801]
 6802
 6803[[package]]
 6804name = "inline_completion_button"
 6805version = "0.1.0"
 6806dependencies = [
 6807 "anyhow",
 6808 "client",
 6809 "copilot",
 6810 "editor",
 6811 "feature_flags",
 6812 "fs",
 6813 "futures 0.3.31",
 6814 "gpui",
 6815 "indoc",
 6816 "inline_completion",
 6817 "language",
 6818 "lsp",
 6819 "paths",
 6820 "project",
 6821 "regex",
 6822 "serde_json",
 6823 "settings",
 6824 "supermaven",
 6825 "telemetry",
 6826 "theme",
 6827 "ui",
 6828 "workspace",
 6829 "zed_actions",
 6830 "zeta",
 6831]
 6832
 6833[[package]]
 6834name = "inotify"
 6835version = "0.9.6"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6838dependencies = [
 6839 "bitflags 1.3.2",
 6840 "inotify-sys",
 6841 "libc",
 6842]
 6843
 6844[[package]]
 6845name = "inotify"
 6846version = "0.11.0"
 6847source = "registry+https://github.com/rust-lang/crates.io-index"
 6848checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6849dependencies = [
 6850 "bitflags 2.8.0",
 6851 "inotify-sys",
 6852 "libc",
 6853]
 6854
 6855[[package]]
 6856name = "inotify-sys"
 6857version = "0.1.5"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6860dependencies = [
 6861 "libc",
 6862]
 6863
 6864[[package]]
 6865name = "inout"
 6866version = "0.1.3"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6869dependencies = [
 6870 "block-padding",
 6871 "generic-array",
 6872]
 6873
 6874[[package]]
 6875name = "install_cli"
 6876version = "0.1.0"
 6877dependencies = [
 6878 "anyhow",
 6879 "gpui",
 6880 "smol",
 6881 "util",
 6882]
 6883
 6884[[package]]
 6885name = "instant"
 6886version = "0.1.13"
 6887source = "registry+https://github.com/rust-lang/crates.io-index"
 6888checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6889dependencies = [
 6890 "cfg-if",
 6891]
 6892
 6893[[package]]
 6894name = "interpolate_name"
 6895version = "0.2.4"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6898dependencies = [
 6899 "proc-macro2",
 6900 "quote",
 6901 "syn 2.0.100",
 6902]
 6903
 6904[[package]]
 6905name = "inventory"
 6906version = "0.3.20"
 6907source = "registry+https://github.com/rust-lang/crates.io-index"
 6908checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6909dependencies = [
 6910 "rustversion",
 6911]
 6912
 6913[[package]]
 6914name = "io-extras"
 6915version = "0.18.4"
 6916source = "registry+https://github.com/rust-lang/crates.io-index"
 6917checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6918dependencies = [
 6919 "io-lifetimes",
 6920 "windows-sys 0.59.0",
 6921]
 6922
 6923[[package]]
 6924name = "io-lifetimes"
 6925version = "2.0.4"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6928
 6929[[package]]
 6930name = "iovec"
 6931version = "0.1.4"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6934dependencies = [
 6935 "libc",
 6936]
 6937
 6938[[package]]
 6939name = "ipc-channel"
 6940version = "0.19.0"
 6941source = "registry+https://github.com/rust-lang/crates.io-index"
 6942checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6943dependencies = [
 6944 "bincode",
 6945 "crossbeam-channel",
 6946 "fnv",
 6947 "lazy_static",
 6948 "libc",
 6949 "mio 1.0.3",
 6950 "rand 0.8.5",
 6951 "serde",
 6952 "tempfile",
 6953 "uuid",
 6954 "windows 0.58.0",
 6955]
 6956
 6957[[package]]
 6958name = "ipnet"
 6959version = "2.10.1"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6962
 6963[[package]]
 6964name = "is-docker"
 6965version = "0.2.0"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6968dependencies = [
 6969 "once_cell",
 6970]
 6971
 6972[[package]]
 6973name = "is-terminal"
 6974version = "0.4.13"
 6975source = "registry+https://github.com/rust-lang/crates.io-index"
 6976checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6977dependencies = [
 6978 "hermit-abi 0.4.0",
 6979 "libc",
 6980 "windows-sys 0.52.0",
 6981]
 6982
 6983[[package]]
 6984name = "is-wsl"
 6985version = "0.4.0"
 6986source = "registry+https://github.com/rust-lang/crates.io-index"
 6987checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6988dependencies = [
 6989 "is-docker",
 6990 "once_cell",
 6991]
 6992
 6993[[package]]
 6994name = "is_terminal_polyfill"
 6995version = "1.70.1"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6998
 6999[[package]]
 7000name = "itertools"
 7001version = "0.10.5"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7004dependencies = [
 7005 "either",
 7006]
 7007
 7008[[package]]
 7009name = "itertools"
 7010version = "0.11.0"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7013dependencies = [
 7014 "either",
 7015]
 7016
 7017[[package]]
 7018name = "itertools"
 7019version = "0.12.1"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7022dependencies = [
 7023 "either",
 7024]
 7025
 7026[[package]]
 7027name = "itertools"
 7028version = "0.14.0"
 7029source = "registry+https://github.com/rust-lang/crates.io-index"
 7030checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7031dependencies = [
 7032 "either",
 7033]
 7034
 7035[[package]]
 7036name = "itoa"
 7037version = "1.0.14"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7040
 7041[[package]]
 7042name = "jiff"
 7043version = "0.2.4"
 7044source = "registry+https://github.com/rust-lang/crates.io-index"
 7045checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7046dependencies = [
 7047 "jiff-static",
 7048 "log",
 7049 "portable-atomic",
 7050 "portable-atomic-util",
 7051 "serde",
 7052]
 7053
 7054[[package]]
 7055name = "jiff-static"
 7056version = "0.2.4"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7059dependencies = [
 7060 "proc-macro2",
 7061 "quote",
 7062 "syn 2.0.100",
 7063]
 7064
 7065[[package]]
 7066name = "jni"
 7067version = "0.21.1"
 7068source = "registry+https://github.com/rust-lang/crates.io-index"
 7069checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7070dependencies = [
 7071 "cesu8",
 7072 "cfg-if",
 7073 "combine",
 7074 "jni-sys",
 7075 "log",
 7076 "thiserror 1.0.69",
 7077 "walkdir",
 7078 "windows-sys 0.45.0",
 7079]
 7080
 7081[[package]]
 7082name = "jni-sys"
 7083version = "0.3.0"
 7084source = "registry+https://github.com/rust-lang/crates.io-index"
 7085checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7086
 7087[[package]]
 7088name = "jobserver"
 7089version = "0.1.32"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7092dependencies = [
 7093 "libc",
 7094]
 7095
 7096[[package]]
 7097name = "journal"
 7098version = "0.1.0"
 7099dependencies = [
 7100 "anyhow",
 7101 "chrono",
 7102 "editor",
 7103 "gpui",
 7104 "log",
 7105 "schemars",
 7106 "serde",
 7107 "settings",
 7108 "shellexpand 2.1.2",
 7109 "workspace",
 7110]
 7111
 7112[[package]]
 7113name = "jpeg-decoder"
 7114version = "0.3.1"
 7115source = "registry+https://github.com/rust-lang/crates.io-index"
 7116checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7117
 7118[[package]]
 7119name = "js-sys"
 7120version = "0.3.76"
 7121source = "registry+https://github.com/rust-lang/crates.io-index"
 7122checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7123dependencies = [
 7124 "once_cell",
 7125 "wasm-bindgen",
 7126]
 7127
 7128[[package]]
 7129name = "jsonwebtoken"
 7130version = "9.3.1"
 7131source = "registry+https://github.com/rust-lang/crates.io-index"
 7132checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7133dependencies = [
 7134 "base64 0.22.1",
 7135 "js-sys",
 7136 "pem",
 7137 "ring",
 7138 "serde",
 7139 "serde_json",
 7140 "simple_asn1",
 7141]
 7142
 7143[[package]]
 7144name = "jupyter-protocol"
 7145version = "0.6.0"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7148dependencies = [
 7149 "anyhow",
 7150 "async-trait",
 7151 "bytes 1.10.1",
 7152 "chrono",
 7153 "futures 0.3.31",
 7154 "serde",
 7155 "serde_json",
 7156 "uuid",
 7157]
 7158
 7159[[package]]
 7160name = "jupyter-websocket-client"
 7161version = "0.9.0"
 7162source = "registry+https://github.com/rust-lang/crates.io-index"
 7163checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7164dependencies = [
 7165 "anyhow",
 7166 "async-trait",
 7167 "async-tungstenite",
 7168 "futures 0.3.31",
 7169 "jupyter-protocol",
 7170 "serde",
 7171 "serde_json",
 7172 "url",
 7173 "uuid",
 7174]
 7175
 7176[[package]]
 7177name = "khronos-egl"
 7178version = "6.0.0"
 7179source = "registry+https://github.com/rust-lang/crates.io-index"
 7180checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7181dependencies = [
 7182 "libc",
 7183 "libloading",
 7184]
 7185
 7186[[package]]
 7187name = "kqueue"
 7188version = "1.0.8"
 7189source = "registry+https://github.com/rust-lang/crates.io-index"
 7190checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7191dependencies = [
 7192 "kqueue-sys",
 7193 "libc",
 7194]
 7195
 7196[[package]]
 7197name = "kqueue-sys"
 7198version = "1.0.4"
 7199source = "registry+https://github.com/rust-lang/crates.io-index"
 7200checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7201dependencies = [
 7202 "bitflags 1.3.2",
 7203 "libc",
 7204]
 7205
 7206[[package]]
 7207name = "kurbo"
 7208version = "0.11.1"
 7209source = "registry+https://github.com/rust-lang/crates.io-index"
 7210checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7211dependencies = [
 7212 "arrayvec",
 7213 "smallvec",
 7214]
 7215
 7216[[package]]
 7217name = "kv-log-macro"
 7218version = "1.0.7"
 7219source = "registry+https://github.com/rust-lang/crates.io-index"
 7220checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7221dependencies = [
 7222 "log",
 7223]
 7224
 7225[[package]]
 7226name = "language"
 7227version = "0.1.0"
 7228dependencies = [
 7229 "anyhow",
 7230 "async-trait",
 7231 "async-watch",
 7232 "clock",
 7233 "collections",
 7234 "ctor",
 7235 "ec4rs",
 7236 "env_logger 0.11.7",
 7237 "fs",
 7238 "futures 0.3.31",
 7239 "fuzzy",
 7240 "globset",
 7241 "gpui",
 7242 "http_client",
 7243 "imara-diff",
 7244 "indoc",
 7245 "itertools 0.14.0",
 7246 "log",
 7247 "lsp",
 7248 "parking_lot",
 7249 "postage",
 7250 "pretty_assertions",
 7251 "rand 0.8.5",
 7252 "regex",
 7253 "rpc",
 7254 "schemars",
 7255 "serde",
 7256 "serde_json",
 7257 "settings",
 7258 "smallvec",
 7259 "smol",
 7260 "streaming-iterator",
 7261 "strsim",
 7262 "sum_tree",
 7263 "task",
 7264 "text",
 7265 "theme",
 7266 "tree-sitter",
 7267 "tree-sitter-elixir",
 7268 "tree-sitter-embedded-template",
 7269 "tree-sitter-heex",
 7270 "tree-sitter-html",
 7271 "tree-sitter-json",
 7272 "tree-sitter-md",
 7273 "tree-sitter-ruby",
 7274 "tree-sitter-rust",
 7275 "tree-sitter-typescript",
 7276 "unicase",
 7277 "unindent",
 7278 "util",
 7279]
 7280
 7281[[package]]
 7282name = "language_extension"
 7283version = "0.1.0"
 7284dependencies = [
 7285 "anyhow",
 7286 "async-trait",
 7287 "collections",
 7288 "extension",
 7289 "fs",
 7290 "futures 0.3.31",
 7291 "gpui",
 7292 "language",
 7293 "lsp",
 7294 "serde",
 7295 "serde_json",
 7296 "util",
 7297]
 7298
 7299[[package]]
 7300name = "language_model"
 7301version = "0.1.0"
 7302dependencies = [
 7303 "anthropic",
 7304 "anyhow",
 7305 "base64 0.22.1",
 7306 "client",
 7307 "collections",
 7308 "futures 0.3.31",
 7309 "google_ai",
 7310 "gpui",
 7311 "http_client",
 7312 "image",
 7313 "log",
 7314 "open_ai",
 7315 "parking_lot",
 7316 "proto",
 7317 "schemars",
 7318 "serde",
 7319 "serde_json",
 7320 "smol",
 7321 "strum",
 7322 "telemetry_events",
 7323 "thiserror 2.0.12",
 7324 "ui",
 7325 "util",
 7326]
 7327
 7328[[package]]
 7329name = "language_model_selector"
 7330version = "0.1.0"
 7331dependencies = [
 7332 "feature_flags",
 7333 "gpui",
 7334 "language_model",
 7335 "log",
 7336 "picker",
 7337 "proto",
 7338 "ui",
 7339 "workspace",
 7340 "zed_actions",
 7341]
 7342
 7343[[package]]
 7344name = "language_models"
 7345version = "0.1.0"
 7346dependencies = [
 7347 "anthropic",
 7348 "anyhow",
 7349 "aws-config",
 7350 "aws-credential-types",
 7351 "aws_http_client",
 7352 "bedrock",
 7353 "client",
 7354 "collections",
 7355 "copilot",
 7356 "credentials_provider",
 7357 "deepseek",
 7358 "editor",
 7359 "feature_flags",
 7360 "fs",
 7361 "futures 0.3.31",
 7362 "google_ai",
 7363 "gpui",
 7364 "gpui_tokio",
 7365 "http_client",
 7366 "language_model",
 7367 "lmstudio",
 7368 "log",
 7369 "menu",
 7370 "mistral",
 7371 "ollama",
 7372 "open_ai",
 7373 "project",
 7374 "proto",
 7375 "schemars",
 7376 "serde",
 7377 "serde_json",
 7378 "settings",
 7379 "smol",
 7380 "strum",
 7381 "theme",
 7382 "tiktoken-rs",
 7383 "tokio",
 7384 "ui",
 7385 "util",
 7386]
 7387
 7388[[package]]
 7389name = "language_selector"
 7390version = "0.1.0"
 7391dependencies = [
 7392 "anyhow",
 7393 "editor",
 7394 "file_finder",
 7395 "file_icons",
 7396 "fuzzy",
 7397 "gpui",
 7398 "language",
 7399 "picker",
 7400 "project",
 7401 "settings",
 7402 "ui",
 7403 "util",
 7404 "workspace",
 7405]
 7406
 7407[[package]]
 7408name = "language_tools"
 7409version = "0.1.0"
 7410dependencies = [
 7411 "anyhow",
 7412 "client",
 7413 "collections",
 7414 "copilot",
 7415 "editor",
 7416 "env_logger 0.11.7",
 7417 "futures 0.3.31",
 7418 "gpui",
 7419 "itertools 0.14.0",
 7420 "language",
 7421 "lsp",
 7422 "project",
 7423 "release_channel",
 7424 "serde_json",
 7425 "settings",
 7426 "theme",
 7427 "tree-sitter",
 7428 "ui",
 7429 "util",
 7430 "workspace",
 7431 "zed_actions",
 7432]
 7433
 7434[[package]]
 7435name = "languages"
 7436version = "0.1.0"
 7437dependencies = [
 7438 "anyhow",
 7439 "async-compression",
 7440 "async-tar",
 7441 "async-trait",
 7442 "collections",
 7443 "futures 0.3.31",
 7444 "gpui",
 7445 "http_client",
 7446 "language",
 7447 "log",
 7448 "lsp",
 7449 "node_runtime",
 7450 "paths",
 7451 "pet",
 7452 "pet-conda",
 7453 "pet-core",
 7454 "pet-fs",
 7455 "pet-poetry",
 7456 "pet-reporter",
 7457 "pretty_assertions",
 7458 "project",
 7459 "regex",
 7460 "rope",
 7461 "rust-embed",
 7462 "serde",
 7463 "serde_json",
 7464 "settings",
 7465 "smol",
 7466 "snippet_provider",
 7467 "task",
 7468 "text",
 7469 "theme",
 7470 "toml 0.8.20",
 7471 "tree-sitter",
 7472 "tree-sitter-bash",
 7473 "tree-sitter-c",
 7474 "tree-sitter-cpp",
 7475 "tree-sitter-css",
 7476 "tree-sitter-diff",
 7477 "tree-sitter-gitcommit",
 7478 "tree-sitter-go",
 7479 "tree-sitter-gomod",
 7480 "tree-sitter-gowork",
 7481 "tree-sitter-jsdoc",
 7482 "tree-sitter-json",
 7483 "tree-sitter-md",
 7484 "tree-sitter-python",
 7485 "tree-sitter-regex",
 7486 "tree-sitter-rust",
 7487 "tree-sitter-typescript",
 7488 "tree-sitter-yaml",
 7489 "unindent",
 7490 "util",
 7491 "workspace",
 7492]
 7493
 7494[[package]]
 7495name = "lazy_static"
 7496version = "1.5.0"
 7497source = "registry+https://github.com/rust-lang/crates.io-index"
 7498checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7499dependencies = [
 7500 "spin",
 7501]
 7502
 7503[[package]]
 7504name = "lazycell"
 7505version = "1.3.0"
 7506source = "registry+https://github.com/rust-lang/crates.io-index"
 7507checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7508
 7509[[package]]
 7510name = "leb128"
 7511version = "0.2.5"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7514
 7515[[package]]
 7516name = "lebe"
 7517version = "0.5.2"
 7518source = "registry+https://github.com/rust-lang/crates.io-index"
 7519checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7520
 7521[[package]]
 7522name = "libc"
 7523version = "0.2.171"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7526
 7527[[package]]
 7528name = "libdbus-sys"
 7529version = "0.2.5"
 7530source = "registry+https://github.com/rust-lang/crates.io-index"
 7531checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7532dependencies = [
 7533 "cc",
 7534 "pkg-config",
 7535]
 7536
 7537[[package]]
 7538name = "libfuzzer-sys"
 7539version = "0.4.8"
 7540source = "registry+https://github.com/rust-lang/crates.io-index"
 7541checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7542dependencies = [
 7543 "arbitrary",
 7544 "cc",
 7545]
 7546
 7547[[package]]
 7548name = "libgit2-sys"
 7549version = "0.18.1+1.9.0"
 7550source = "registry+https://github.com/rust-lang/crates.io-index"
 7551checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7552dependencies = [
 7553 "cc",
 7554 "libc",
 7555 "libz-sys",
 7556 "pkg-config",
 7557]
 7558
 7559[[package]]
 7560name = "libloading"
 7561version = "0.8.6"
 7562source = "registry+https://github.com/rust-lang/crates.io-index"
 7563checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7564dependencies = [
 7565 "cfg-if",
 7566 "windows-targets 0.52.6",
 7567]
 7568
 7569[[package]]
 7570name = "libm"
 7571version = "0.2.11"
 7572source = "registry+https://github.com/rust-lang/crates.io-index"
 7573checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7574
 7575[[package]]
 7576name = "libmimalloc-sys"
 7577version = "0.1.40"
 7578source = "registry+https://github.com/rust-lang/crates.io-index"
 7579checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7580dependencies = [
 7581 "cc",
 7582 "libc",
 7583]
 7584
 7585[[package]]
 7586name = "libredox"
 7587version = "0.1.3"
 7588source = "registry+https://github.com/rust-lang/crates.io-index"
 7589checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7590dependencies = [
 7591 "bitflags 2.8.0",
 7592 "libc",
 7593 "redox_syscall 0.5.8",
 7594]
 7595
 7596[[package]]
 7597name = "libsqlite3-sys"
 7598version = "0.30.1"
 7599source = "registry+https://github.com/rust-lang/crates.io-index"
 7600checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7601dependencies = [
 7602 "cc",
 7603 "pkg-config",
 7604 "vcpkg",
 7605]
 7606
 7607[[package]]
 7608name = "libwebrtc"
 7609version = "0.3.7"
 7610source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7611dependencies = [
 7612 "cxx",
 7613 "jni",
 7614 "js-sys",
 7615 "lazy_static",
 7616 "livekit-protocol",
 7617 "livekit-runtime",
 7618 "log",
 7619 "parking_lot",
 7620 "serde",
 7621 "serde_json",
 7622 "thiserror 1.0.69",
 7623 "tokio",
 7624 "wasm-bindgen",
 7625 "wasm-bindgen-futures",
 7626 "web-sys",
 7627 "webrtc-sys",
 7628]
 7629
 7630[[package]]
 7631name = "libz-sys"
 7632version = "1.1.20"
 7633source = "registry+https://github.com/rust-lang/crates.io-index"
 7634checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7635dependencies = [
 7636 "cc",
 7637 "libc",
 7638 "pkg-config",
 7639 "vcpkg",
 7640]
 7641
 7642[[package]]
 7643name = "link-cplusplus"
 7644version = "1.0.9"
 7645source = "registry+https://github.com/rust-lang/crates.io-index"
 7646checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7647dependencies = [
 7648 "cc",
 7649]
 7650
 7651[[package]]
 7652name = "linkify"
 7653version = "0.10.0"
 7654source = "registry+https://github.com/rust-lang/crates.io-index"
 7655checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7656dependencies = [
 7657 "memchr",
 7658]
 7659
 7660[[package]]
 7661name = "linkme"
 7662version = "0.3.32"
 7663source = "registry+https://github.com/rust-lang/crates.io-index"
 7664checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7665dependencies = [
 7666 "linkme-impl",
 7667]
 7668
 7669[[package]]
 7670name = "linkme-impl"
 7671version = "0.3.32"
 7672source = "registry+https://github.com/rust-lang/crates.io-index"
 7673checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7674dependencies = [
 7675 "proc-macro2",
 7676 "quote",
 7677 "syn 2.0.100",
 7678]
 7679
 7680[[package]]
 7681name = "linux-raw-sys"
 7682version = "0.4.14"
 7683source = "registry+https://github.com/rust-lang/crates.io-index"
 7684checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7685
 7686[[package]]
 7687name = "litemap"
 7688version = "0.7.4"
 7689source = "registry+https://github.com/rust-lang/crates.io-index"
 7690checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7691
 7692[[package]]
 7693name = "livekit"
 7694version = "0.7.0"
 7695source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7696dependencies = [
 7697 "chrono",
 7698 "futures-util",
 7699 "lazy_static",
 7700 "libwebrtc",
 7701 "livekit-api",
 7702 "livekit-protocol",
 7703 "livekit-runtime",
 7704 "log",
 7705 "parking_lot",
 7706 "prost 0.12.6",
 7707 "semver",
 7708 "serde",
 7709 "serde_json",
 7710 "thiserror 1.0.69",
 7711 "tokio",
 7712]
 7713
 7714[[package]]
 7715name = "livekit-api"
 7716version = "0.4.1"
 7717source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7718dependencies = [
 7719 "async-tungstenite",
 7720 "futures-util",
 7721 "http 0.2.12",
 7722 "jsonwebtoken",
 7723 "livekit-protocol",
 7724 "livekit-runtime",
 7725 "log",
 7726 "parking_lot",
 7727 "prost 0.12.6",
 7728 "reqwest 0.11.27",
 7729 "scopeguard",
 7730 "serde",
 7731 "serde_json",
 7732 "sha2",
 7733 "thiserror 1.0.69",
 7734 "tokio",
 7735 "tokio-tungstenite 0.20.1",
 7736 "url",
 7737]
 7738
 7739[[package]]
 7740name = "livekit-protocol"
 7741version = "0.3.6"
 7742source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7743dependencies = [
 7744 "futures-util",
 7745 "livekit-runtime",
 7746 "parking_lot",
 7747 "pbjson",
 7748 "pbjson-types",
 7749 "prost 0.12.6",
 7750 "prost-types 0.12.6",
 7751 "serde",
 7752 "thiserror 1.0.69",
 7753 "tokio",
 7754]
 7755
 7756[[package]]
 7757name = "livekit-runtime"
 7758version = "0.3.1"
 7759source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7760dependencies = [
 7761 "async-io",
 7762 "async-std",
 7763 "async-task",
 7764 "futures 0.3.31",
 7765]
 7766
 7767[[package]]
 7768name = "livekit_api"
 7769version = "0.1.0"
 7770dependencies = [
 7771 "anyhow",
 7772 "async-trait",
 7773 "jsonwebtoken",
 7774 "log",
 7775 "prost 0.9.0",
 7776 "prost-build 0.9.0",
 7777 "prost-types 0.9.0",
 7778 "reqwest 0.12.8",
 7779 "serde",
 7780]
 7781
 7782[[package]]
 7783name = "livekit_client"
 7784version = "0.1.0"
 7785dependencies = [
 7786 "anyhow",
 7787 "async-trait",
 7788 "collections",
 7789 "core-foundation 0.9.4",
 7790 "coreaudio-rs 0.12.1",
 7791 "cpal",
 7792 "futures 0.3.31",
 7793 "gpui",
 7794 "http 0.2.12",
 7795 "http_client",
 7796 "image",
 7797 "livekit",
 7798 "livekit_api",
 7799 "log",
 7800 "media",
 7801 "nanoid",
 7802 "parking_lot",
 7803 "postage",
 7804 "serde",
 7805 "serde_json",
 7806 "sha2",
 7807 "simplelog",
 7808 "smallvec",
 7809 "util",
 7810]
 7811
 7812[[package]]
 7813name = "livekit_client_macos"
 7814version = "0.1.0"
 7815dependencies = [
 7816 "anyhow",
 7817 "async-broadcast",
 7818 "async-trait",
 7819 "collections",
 7820 "core-foundation 0.9.4",
 7821 "futures 0.3.31",
 7822 "gpui",
 7823 "livekit_api",
 7824 "log",
 7825 "media",
 7826 "nanoid",
 7827 "parking_lot",
 7828 "postage",
 7829 "serde",
 7830 "serde_json",
 7831 "sha2",
 7832 "simplelog",
 7833]
 7834
 7835[[package]]
 7836name = "lmdb-master-sys"
 7837version = "0.2.4"
 7838source = "registry+https://github.com/rust-lang/crates.io-index"
 7839checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7840dependencies = [
 7841 "cc",
 7842 "doxygen-rs",
 7843 "libc",
 7844]
 7845
 7846[[package]]
 7847name = "lmstudio"
 7848version = "0.1.0"
 7849dependencies = [
 7850 "anyhow",
 7851 "futures 0.3.31",
 7852 "http_client",
 7853 "schemars",
 7854 "serde",
 7855 "serde_json",
 7856]
 7857
 7858[[package]]
 7859name = "lock_api"
 7860version = "0.4.12"
 7861source = "registry+https://github.com/rust-lang/crates.io-index"
 7862checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7863dependencies = [
 7864 "autocfg",
 7865 "scopeguard",
 7866]
 7867
 7868[[package]]
 7869name = "log"
 7870version = "0.4.26"
 7871source = "registry+https://github.com/rust-lang/crates.io-index"
 7872checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7873dependencies = [
 7874 "serde",
 7875 "value-bag",
 7876]
 7877
 7878[[package]]
 7879name = "loop9"
 7880version = "0.1.5"
 7881source = "registry+https://github.com/rust-lang/crates.io-index"
 7882checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7883dependencies = [
 7884 "imgref",
 7885]
 7886
 7887[[package]]
 7888name = "lru"
 7889version = "0.12.5"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7892dependencies = [
 7893 "hashbrown 0.15.2",
 7894]
 7895
 7896[[package]]
 7897name = "lsp"
 7898version = "0.1.0"
 7899dependencies = [
 7900 "anyhow",
 7901 "async-pipe",
 7902 "collections",
 7903 "ctor",
 7904 "env_logger 0.11.7",
 7905 "futures 0.3.31",
 7906 "gpui",
 7907 "log",
 7908 "lsp-types",
 7909 "parking_lot",
 7910 "postage",
 7911 "release_channel",
 7912 "schemars",
 7913 "serde",
 7914 "serde_json",
 7915 "smol",
 7916 "util",
 7917]
 7918
 7919[[package]]
 7920name = "lsp-types"
 7921version = "0.95.1"
 7922source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7923dependencies = [
 7924 "bitflags 1.3.2",
 7925 "serde",
 7926 "serde_json",
 7927 "serde_repr",
 7928 "url",
 7929]
 7930
 7931[[package]]
 7932name = "lua-src"
 7933version = "547.0.0"
 7934source = "registry+https://github.com/rust-lang/crates.io-index"
 7935checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7936dependencies = [
 7937 "cc",
 7938]
 7939
 7940[[package]]
 7941name = "luajit-src"
 7942version = "210.5.12+a4f56a4"
 7943source = "registry+https://github.com/rust-lang/crates.io-index"
 7944checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7945dependencies = [
 7946 "cc",
 7947 "which 7.0.2",
 7948]
 7949
 7950[[package]]
 7951name = "lyon"
 7952version = "1.0.1"
 7953source = "registry+https://github.com/rust-lang/crates.io-index"
 7954checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7955dependencies = [
 7956 "lyon_algorithms",
 7957 "lyon_extra",
 7958 "lyon_tessellation",
 7959]
 7960
 7961[[package]]
 7962name = "lyon_algorithms"
 7963version = "1.0.5"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7966dependencies = [
 7967 "lyon_path",
 7968 "num-traits",
 7969]
 7970
 7971[[package]]
 7972name = "lyon_extra"
 7973version = "1.0.3"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7976dependencies = [
 7977 "lyon_path",
 7978 "thiserror 1.0.69",
 7979]
 7980
 7981[[package]]
 7982name = "lyon_geom"
 7983version = "1.0.6"
 7984source = "registry+https://github.com/rust-lang/crates.io-index"
 7985checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7986dependencies = [
 7987 "arrayvec",
 7988 "euclid",
 7989 "num-traits",
 7990]
 7991
 7992[[package]]
 7993name = "lyon_path"
 7994version = "1.0.6"
 7995source = "registry+https://github.com/rust-lang/crates.io-index"
 7996checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7997dependencies = [
 7998 "lyon_geom",
 7999 "num-traits",
 8000]
 8001
 8002[[package]]
 8003name = "lyon_tessellation"
 8004version = "1.0.15"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8007dependencies = [
 8008 "float_next_after",
 8009 "lyon_path",
 8010 "num-traits",
 8011]
 8012
 8013[[package]]
 8014name = "mac"
 8015version = "0.1.1"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8018
 8019[[package]]
 8020name = "mach2"
 8021version = "0.4.2"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8024dependencies = [
 8025 "libc",
 8026]
 8027
 8028[[package]]
 8029name = "malloc_buf"
 8030version = "0.0.6"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8033dependencies = [
 8034 "libc",
 8035]
 8036
 8037[[package]]
 8038name = "maplit"
 8039version = "1.0.2"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8042
 8043[[package]]
 8044name = "markdown"
 8045version = "0.1.0"
 8046dependencies = [
 8047 "anyhow",
 8048 "assets",
 8049 "env_logger 0.11.7",
 8050 "gpui",
 8051 "language",
 8052 "languages",
 8053 "linkify",
 8054 "log",
 8055 "node_runtime",
 8056 "pulldown-cmark 0.12.2",
 8057 "settings",
 8058 "theme",
 8059 "ui",
 8060 "util",
 8061]
 8062
 8063[[package]]
 8064name = "markdown_preview"
 8065version = "0.1.0"
 8066dependencies = [
 8067 "anyhow",
 8068 "async-recursion 1.1.1",
 8069 "collections",
 8070 "editor",
 8071 "gpui",
 8072 "language",
 8073 "linkify",
 8074 "log",
 8075 "pretty_assertions",
 8076 "pulldown-cmark 0.12.2",
 8077 "settings",
 8078 "theme",
 8079 "ui",
 8080 "util",
 8081 "workspace",
 8082]
 8083
 8084[[package]]
 8085name = "markup5ever"
 8086version = "0.12.1"
 8087source = "registry+https://github.com/rust-lang/crates.io-index"
 8088checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8089dependencies = [
 8090 "log",
 8091 "phf",
 8092 "phf_codegen",
 8093 "string_cache",
 8094 "string_cache_codegen",
 8095 "tendril",
 8096]
 8097
 8098[[package]]
 8099name = "markup5ever_rcdom"
 8100version = "0.3.0"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8103dependencies = [
 8104 "html5ever",
 8105 "markup5ever",
 8106 "tendril",
 8107 "xml5ever",
 8108]
 8109
 8110[[package]]
 8111name = "matchers"
 8112version = "0.1.0"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8115dependencies = [
 8116 "regex-automata 0.1.10",
 8117]
 8118
 8119[[package]]
 8120name = "matchit"
 8121version = "0.7.3"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8124
 8125[[package]]
 8126name = "maybe-owned"
 8127version = "0.3.4"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8130
 8131[[package]]
 8132name = "maybe-rayon"
 8133version = "0.1.1"
 8134source = "registry+https://github.com/rust-lang/crates.io-index"
 8135checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8136dependencies = [
 8137 "cfg-if",
 8138 "rayon",
 8139]
 8140
 8141[[package]]
 8142name = "md-5"
 8143version = "0.10.6"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8146dependencies = [
 8147 "cfg-if",
 8148 "digest",
 8149]
 8150
 8151[[package]]
 8152name = "mdbook"
 8153version = "0.4.47"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8156dependencies = [
 8157 "ammonia",
 8158 "anyhow",
 8159 "chrono",
 8160 "clap",
 8161 "clap_complete",
 8162 "elasticlunr-rs",
 8163 "env_logger 0.11.7",
 8164 "futures-util",
 8165 "handlebars 6.2.0",
 8166 "hex",
 8167 "ignore",
 8168 "log",
 8169 "memchr",
 8170 "notify 8.0.0",
 8171 "notify-debouncer-mini",
 8172 "once_cell",
 8173 "opener",
 8174 "pathdiff",
 8175 "pulldown-cmark 0.10.3",
 8176 "regex",
 8177 "serde",
 8178 "serde_json",
 8179 "sha2",
 8180 "shlex",
 8181 "tempfile",
 8182 "tokio",
 8183 "toml 0.5.11",
 8184 "topological-sort",
 8185 "walkdir",
 8186 "warp",
 8187]
 8188
 8189[[package]]
 8190name = "media"
 8191version = "0.1.0"
 8192dependencies = [
 8193 "anyhow",
 8194 "bindgen 0.70.1",
 8195 "core-foundation 0.9.4",
 8196 "ctor",
 8197 "foreign-types 0.5.0",
 8198 "metal",
 8199 "objc",
 8200]
 8201
 8202[[package]]
 8203name = "memchr"
 8204version = "2.7.4"
 8205source = "registry+https://github.com/rust-lang/crates.io-index"
 8206checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8207
 8208[[package]]
 8209name = "memfd"
 8210version = "0.6.4"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8213dependencies = [
 8214 "rustix",
 8215]
 8216
 8217[[package]]
 8218name = "memmap2"
 8219version = "0.9.5"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8222dependencies = [
 8223 "libc",
 8224]
 8225
 8226[[package]]
 8227name = "memoffset"
 8228version = "0.9.1"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8231dependencies = [
 8232 "autocfg",
 8233]
 8234
 8235[[package]]
 8236name = "menu"
 8237version = "0.1.0"
 8238dependencies = [
 8239 "gpui",
 8240 "serde",
 8241]
 8242
 8243[[package]]
 8244name = "metal"
 8245version = "0.31.0"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8248dependencies = [
 8249 "bitflags 2.8.0",
 8250 "block",
 8251 "core-graphics-types 0.1.3",
 8252 "foreign-types 0.5.0",
 8253 "log",
 8254 "objc",
 8255 "paste",
 8256]
 8257
 8258[[package]]
 8259name = "migrator"
 8260version = "0.1.0"
 8261dependencies = [
 8262 "anyhow",
 8263 "collections",
 8264 "convert_case 0.8.0",
 8265 "log",
 8266 "pretty_assertions",
 8267 "streaming-iterator",
 8268 "tree-sitter",
 8269 "tree-sitter-json",
 8270]
 8271
 8272[[package]]
 8273name = "mimalloc"
 8274version = "0.1.44"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8277dependencies = [
 8278 "libmimalloc-sys",
 8279]
 8280
 8281[[package]]
 8282name = "mime"
 8283version = "0.3.17"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8286
 8287[[package]]
 8288name = "mime_guess"
 8289version = "2.0.5"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8292dependencies = [
 8293 "mime",
 8294 "unicase",
 8295]
 8296
 8297[[package]]
 8298name = "minimal-lexical"
 8299version = "0.2.1"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8302
 8303[[package]]
 8304name = "miniz_oxide"
 8305version = "0.8.0"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8308dependencies = [
 8309 "adler2",
 8310 "simd-adler32",
 8311]
 8312
 8313[[package]]
 8314name = "mint"
 8315version = "0.5.9"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8318
 8319[[package]]
 8320name = "mio"
 8321version = "0.8.11"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8324dependencies = [
 8325 "libc",
 8326 "log",
 8327 "wasi 0.11.0+wasi-snapshot-preview1",
 8328 "windows-sys 0.48.0",
 8329]
 8330
 8331[[package]]
 8332name = "mio"
 8333version = "1.0.3"
 8334source = "registry+https://github.com/rust-lang/crates.io-index"
 8335checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8336dependencies = [
 8337 "libc",
 8338 "log",
 8339 "wasi 0.11.0+wasi-snapshot-preview1",
 8340 "windows-sys 0.52.0",
 8341]
 8342
 8343[[package]]
 8344name = "miow"
 8345version = "0.6.0"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8348dependencies = [
 8349 "windows-sys 0.48.0",
 8350]
 8351
 8352[[package]]
 8353name = "mistral"
 8354version = "0.1.0"
 8355dependencies = [
 8356 "anyhow",
 8357 "futures 0.3.31",
 8358 "http_client",
 8359 "schemars",
 8360 "serde",
 8361 "serde_json",
 8362 "strum",
 8363]
 8364
 8365[[package]]
 8366name = "mlua"
 8367version = "0.10.3"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8370dependencies = [
 8371 "bstr",
 8372 "either",
 8373 "futures-util",
 8374 "mlua-sys",
 8375 "num-traits",
 8376 "parking_lot",
 8377 "rustc-hash 2.1.1",
 8378]
 8379
 8380[[package]]
 8381name = "mlua-sys"
 8382version = "0.6.7"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8385dependencies = [
 8386 "cc",
 8387 "cfg-if",
 8388 "lua-src",
 8389 "luajit-src",
 8390 "pkg-config",
 8391]
 8392
 8393[[package]]
 8394name = "msvc_spectre_libs"
 8395version = "0.1.2"
 8396source = "registry+https://github.com/rust-lang/crates.io-index"
 8397checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8398dependencies = [
 8399 "cc",
 8400]
 8401
 8402[[package]]
 8403name = "multi_buffer"
 8404version = "0.1.0"
 8405dependencies = [
 8406 "anyhow",
 8407 "buffer_diff",
 8408 "clock",
 8409 "collections",
 8410 "ctor",
 8411 "env_logger 0.11.7",
 8412 "futures 0.3.31",
 8413 "gpui",
 8414 "indoc",
 8415 "itertools 0.14.0",
 8416 "language",
 8417 "log",
 8418 "parking_lot",
 8419 "pretty_assertions",
 8420 "project",
 8421 "rand 0.8.5",
 8422 "rope",
 8423 "serde",
 8424 "settings",
 8425 "smallvec",
 8426 "smol",
 8427 "sum_tree",
 8428 "text",
 8429 "theme",
 8430 "tree-sitter",
 8431 "util",
 8432]
 8433
 8434[[package]]
 8435name = "multimap"
 8436version = "0.8.3"
 8437source = "registry+https://github.com/rust-lang/crates.io-index"
 8438checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8439
 8440[[package]]
 8441name = "multimap"
 8442version = "0.10.0"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8445
 8446[[package]]
 8447name = "naga"
 8448version = "23.1.0"
 8449source = "registry+https://github.com/rust-lang/crates.io-index"
 8450checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8451dependencies = [
 8452 "arrayvec",
 8453 "bit-set 0.8.0",
 8454 "bitflags 2.8.0",
 8455 "cfg_aliases 0.1.1",
 8456 "codespan-reporting",
 8457 "hexf-parse",
 8458 "indexmap",
 8459 "log",
 8460 "rustc-hash 1.1.0",
 8461 "spirv",
 8462 "termcolor",
 8463 "thiserror 1.0.69",
 8464 "unicode-xid",
 8465]
 8466
 8467[[package]]
 8468name = "nanoid"
 8469version = "0.4.0"
 8470source = "registry+https://github.com/rust-lang/crates.io-index"
 8471checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8472dependencies = [
 8473 "rand 0.8.5",
 8474]
 8475
 8476[[package]]
 8477name = "nanorand"
 8478version = "0.7.0"
 8479source = "registry+https://github.com/rust-lang/crates.io-index"
 8480checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8481dependencies = [
 8482 "getrandom 0.2.15",
 8483]
 8484
 8485[[package]]
 8486name = "native-tls"
 8487version = "0.2.12"
 8488source = "registry+https://github.com/rust-lang/crates.io-index"
 8489checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8490dependencies = [
 8491 "libc",
 8492 "log",
 8493 "openssl",
 8494 "openssl-probe",
 8495 "openssl-sys",
 8496 "schannel",
 8497 "security-framework 2.11.1",
 8498 "security-framework-sys",
 8499 "tempfile",
 8500]
 8501
 8502[[package]]
 8503name = "nbformat"
 8504version = "0.10.0"
 8505source = "registry+https://github.com/rust-lang/crates.io-index"
 8506checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8507dependencies = [
 8508 "anyhow",
 8509 "chrono",
 8510 "jupyter-protocol",
 8511 "serde",
 8512 "serde_json",
 8513 "thiserror 1.0.69",
 8514 "uuid",
 8515]
 8516
 8517[[package]]
 8518name = "ndk"
 8519version = "0.8.0"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8522dependencies = [
 8523 "bitflags 2.8.0",
 8524 "jni-sys",
 8525 "log",
 8526 "ndk-sys",
 8527 "num_enum",
 8528 "thiserror 1.0.69",
 8529]
 8530
 8531[[package]]
 8532name = "ndk-context"
 8533version = "0.1.1"
 8534source = "registry+https://github.com/rust-lang/crates.io-index"
 8535checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8536
 8537[[package]]
 8538name = "ndk-sys"
 8539version = "0.5.0+25.2.9519653"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8542dependencies = [
 8543 "jni-sys",
 8544]
 8545
 8546[[package]]
 8547name = "new_debug_unreachable"
 8548version = "1.0.6"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8551
 8552[[package]]
 8553name = "nix"
 8554version = "0.29.0"
 8555source = "registry+https://github.com/rust-lang/crates.io-index"
 8556checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8557dependencies = [
 8558 "bitflags 2.8.0",
 8559 "cfg-if",
 8560 "cfg_aliases 0.2.1",
 8561 "libc",
 8562 "memoffset",
 8563]
 8564
 8565[[package]]
 8566name = "node_runtime"
 8567version = "0.1.0"
 8568dependencies = [
 8569 "anyhow",
 8570 "async-compression",
 8571 "async-std",
 8572 "async-tar",
 8573 "async-trait",
 8574 "async-watch",
 8575 "async_zip",
 8576 "futures 0.3.31",
 8577 "http_client",
 8578 "log",
 8579 "paths",
 8580 "semver",
 8581 "serde",
 8582 "serde_json",
 8583 "smol",
 8584 "tempfile",
 8585 "util",
 8586 "walkdir",
 8587 "which 6.0.3",
 8588]
 8589
 8590[[package]]
 8591name = "nom"
 8592version = "7.1.3"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8595dependencies = [
 8596 "memchr",
 8597 "minimal-lexical",
 8598]
 8599
 8600[[package]]
 8601name = "noop_proc_macro"
 8602version = "0.3.0"
 8603source = "registry+https://github.com/rust-lang/crates.io-index"
 8604checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8605
 8606[[package]]
 8607name = "normpath"
 8608version = "1.3.0"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8611dependencies = [
 8612 "windows-sys 0.59.0",
 8613]
 8614
 8615[[package]]
 8616name = "notifications"
 8617version = "0.1.0"
 8618dependencies = [
 8619 "anyhow",
 8620 "channel",
 8621 "client",
 8622 "collections",
 8623 "component",
 8624 "db",
 8625 "gpui",
 8626 "linkme",
 8627 "rpc",
 8628 "settings",
 8629 "sum_tree",
 8630 "time",
 8631 "ui",
 8632 "util",
 8633 "workspace",
 8634]
 8635
 8636[[package]]
 8637name = "notify"
 8638version = "6.1.1"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8641dependencies = [
 8642 "bitflags 2.8.0",
 8643 "crossbeam-channel",
 8644 "filetime",
 8645 "fsevent-sys 4.1.0",
 8646 "inotify 0.9.6",
 8647 "kqueue",
 8648 "libc",
 8649 "log",
 8650 "mio 0.8.11",
 8651 "walkdir",
 8652 "windows-sys 0.48.0",
 8653]
 8654
 8655[[package]]
 8656name = "notify"
 8657version = "8.0.0"
 8658source = "registry+https://github.com/rust-lang/crates.io-index"
 8659checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8660dependencies = [
 8661 "bitflags 2.8.0",
 8662 "filetime",
 8663 "fsevent-sys 4.1.0",
 8664 "inotify 0.11.0",
 8665 "kqueue",
 8666 "libc",
 8667 "log",
 8668 "mio 1.0.3",
 8669 "notify-types",
 8670 "walkdir",
 8671 "windows-sys 0.59.0",
 8672]
 8673
 8674[[package]]
 8675name = "notify-debouncer-mini"
 8676version = "0.6.0"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8679dependencies = [
 8680 "log",
 8681 "notify 8.0.0",
 8682 "notify-types",
 8683 "tempfile",
 8684]
 8685
 8686[[package]]
 8687name = "notify-types"
 8688version = "2.0.0"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8691
 8692[[package]]
 8693name = "ntapi"
 8694version = "0.4.1"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8697dependencies = [
 8698 "winapi",
 8699]
 8700
 8701[[package]]
 8702name = "nu-ansi-term"
 8703version = "0.46.0"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8706dependencies = [
 8707 "overload",
 8708 "winapi",
 8709]
 8710
 8711[[package]]
 8712name = "num"
 8713version = "0.4.3"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8716dependencies = [
 8717 "num-bigint",
 8718 "num-complex",
 8719 "num-integer",
 8720 "num-iter",
 8721 "num-rational",
 8722 "num-traits",
 8723]
 8724
 8725[[package]]
 8726name = "num-bigint"
 8727version = "0.4.6"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8730dependencies = [
 8731 "num-integer",
 8732 "num-traits",
 8733]
 8734
 8735[[package]]
 8736name = "num-bigint-dig"
 8737version = "0.8.4"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8740dependencies = [
 8741 "byteorder",
 8742 "lazy_static",
 8743 "libm",
 8744 "num-integer",
 8745 "num-iter",
 8746 "num-traits",
 8747 "rand 0.8.5",
 8748 "serde",
 8749 "smallvec",
 8750 "zeroize",
 8751]
 8752
 8753[[package]]
 8754name = "num-complex"
 8755version = "0.4.6"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8758dependencies = [
 8759 "num-traits",
 8760]
 8761
 8762[[package]]
 8763name = "num-conv"
 8764version = "0.1.0"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8767
 8768[[package]]
 8769name = "num-derive"
 8770version = "0.4.2"
 8771source = "registry+https://github.com/rust-lang/crates.io-index"
 8772checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8773dependencies = [
 8774 "proc-macro2",
 8775 "quote",
 8776 "syn 2.0.100",
 8777]
 8778
 8779[[package]]
 8780name = "num-format"
 8781version = "0.4.4"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8784dependencies = [
 8785 "arrayvec",
 8786 "itoa",
 8787]
 8788
 8789[[package]]
 8790name = "num-integer"
 8791version = "0.1.46"
 8792source = "registry+https://github.com/rust-lang/crates.io-index"
 8793checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8794dependencies = [
 8795 "num-traits",
 8796]
 8797
 8798[[package]]
 8799name = "num-iter"
 8800version = "0.1.45"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8803dependencies = [
 8804 "autocfg",
 8805 "num-integer",
 8806 "num-traits",
 8807]
 8808
 8809[[package]]
 8810name = "num-modular"
 8811version = "0.6.1"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8814
 8815[[package]]
 8816name = "num-order"
 8817version = "1.2.0"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8820dependencies = [
 8821 "num-modular",
 8822]
 8823
 8824[[package]]
 8825name = "num-rational"
 8826version = "0.4.2"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8829dependencies = [
 8830 "num-bigint",
 8831 "num-integer",
 8832 "num-traits",
 8833]
 8834
 8835[[package]]
 8836name = "num-traits"
 8837version = "0.2.19"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8840dependencies = [
 8841 "autocfg",
 8842 "libm",
 8843]
 8844
 8845[[package]]
 8846name = "num_cpus"
 8847version = "1.16.0"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8850dependencies = [
 8851 "hermit-abi 0.3.9",
 8852 "libc",
 8853]
 8854
 8855[[package]]
 8856name = "num_enum"
 8857version = "0.7.3"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8860dependencies = [
 8861 "num_enum_derive",
 8862]
 8863
 8864[[package]]
 8865name = "num_enum_derive"
 8866version = "0.7.3"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8869dependencies = [
 8870 "proc-macro-crate",
 8871 "proc-macro2",
 8872 "quote",
 8873 "syn 2.0.100",
 8874]
 8875
 8876[[package]]
 8877name = "num_threads"
 8878version = "0.1.7"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8881dependencies = [
 8882 "libc",
 8883]
 8884
 8885[[package]]
 8886name = "nvim-rs"
 8887version = "0.8.0-pre"
 8888source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8889dependencies = [
 8890 "async-trait",
 8891 "futures 0.3.31",
 8892 "log",
 8893 "parity-tokio-ipc",
 8894 "rmp",
 8895 "rmpv",
 8896 "tokio",
 8897 "tokio-util",
 8898 "winapi",
 8899]
 8900
 8901[[package]]
 8902name = "objc"
 8903version = "0.2.7"
 8904source = "registry+https://github.com/rust-lang/crates.io-index"
 8905checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8906dependencies = [
 8907 "malloc_buf",
 8908]
 8909
 8910[[package]]
 8911name = "objc-sys"
 8912version = "0.3.5"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8915
 8916[[package]]
 8917name = "objc2"
 8918version = "0.5.2"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8921dependencies = [
 8922 "objc-sys",
 8923 "objc2-encode",
 8924]
 8925
 8926[[package]]
 8927name = "objc2-app-kit"
 8928version = "0.2.2"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8931dependencies = [
 8932 "bitflags 2.8.0",
 8933 "block2",
 8934 "libc",
 8935 "objc2",
 8936 "objc2-core-data",
 8937 "objc2-core-image",
 8938 "objc2-foundation",
 8939 "objc2-quartz-core",
 8940]
 8941
 8942[[package]]
 8943name = "objc2-cloud-kit"
 8944version = "0.2.2"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8947dependencies = [
 8948 "bitflags 2.8.0",
 8949 "block2",
 8950 "objc2",
 8951 "objc2-core-location",
 8952 "objc2-foundation",
 8953]
 8954
 8955[[package]]
 8956name = "objc2-contacts"
 8957version = "0.2.2"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8960dependencies = [
 8961 "block2",
 8962 "objc2",
 8963 "objc2-foundation",
 8964]
 8965
 8966[[package]]
 8967name = "objc2-core-data"
 8968version = "0.2.2"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8971dependencies = [
 8972 "bitflags 2.8.0",
 8973 "block2",
 8974 "objc2",
 8975 "objc2-foundation",
 8976]
 8977
 8978[[package]]
 8979name = "objc2-core-image"
 8980version = "0.2.2"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8983dependencies = [
 8984 "block2",
 8985 "objc2",
 8986 "objc2-foundation",
 8987 "objc2-metal",
 8988]
 8989
 8990[[package]]
 8991name = "objc2-core-location"
 8992version = "0.2.2"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8995dependencies = [
 8996 "block2",
 8997 "objc2",
 8998 "objc2-contacts",
 8999 "objc2-foundation",
 9000]
 9001
 9002[[package]]
 9003name = "objc2-encode"
 9004version = "4.0.3"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9007
 9008[[package]]
 9009name = "objc2-foundation"
 9010version = "0.2.2"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9013dependencies = [
 9014 "bitflags 2.8.0",
 9015 "block2",
 9016 "libc",
 9017 "objc2",
 9018]
 9019
 9020[[package]]
 9021name = "objc2-link-presentation"
 9022version = "0.2.2"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9025dependencies = [
 9026 "block2",
 9027 "objc2",
 9028 "objc2-app-kit",
 9029 "objc2-foundation",
 9030]
 9031
 9032[[package]]
 9033name = "objc2-metal"
 9034version = "0.2.2"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9037dependencies = [
 9038 "bitflags 2.8.0",
 9039 "block2",
 9040 "objc2",
 9041 "objc2-foundation",
 9042]
 9043
 9044[[package]]
 9045name = "objc2-quartz-core"
 9046version = "0.2.2"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9049dependencies = [
 9050 "bitflags 2.8.0",
 9051 "block2",
 9052 "objc2",
 9053 "objc2-foundation",
 9054 "objc2-metal",
 9055]
 9056
 9057[[package]]
 9058name = "objc2-symbols"
 9059version = "0.2.2"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9062dependencies = [
 9063 "objc2",
 9064 "objc2-foundation",
 9065]
 9066
 9067[[package]]
 9068name = "objc2-ui-kit"
 9069version = "0.2.2"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9072dependencies = [
 9073 "bitflags 2.8.0",
 9074 "block2",
 9075 "objc2",
 9076 "objc2-cloud-kit",
 9077 "objc2-core-data",
 9078 "objc2-core-image",
 9079 "objc2-core-location",
 9080 "objc2-foundation",
 9081 "objc2-link-presentation",
 9082 "objc2-quartz-core",
 9083 "objc2-symbols",
 9084 "objc2-uniform-type-identifiers",
 9085 "objc2-user-notifications",
 9086]
 9087
 9088[[package]]
 9089name = "objc2-uniform-type-identifiers"
 9090version = "0.2.2"
 9091source = "registry+https://github.com/rust-lang/crates.io-index"
 9092checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9093dependencies = [
 9094 "block2",
 9095 "objc2",
 9096 "objc2-foundation",
 9097]
 9098
 9099[[package]]
 9100name = "objc2-user-notifications"
 9101version = "0.2.2"
 9102source = "registry+https://github.com/rust-lang/crates.io-index"
 9103checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9104dependencies = [
 9105 "bitflags 2.8.0",
 9106 "block2",
 9107 "objc2",
 9108 "objc2-core-location",
 9109 "objc2-foundation",
 9110]
 9111
 9112[[package]]
 9113name = "object"
 9114version = "0.36.5"
 9115source = "registry+https://github.com/rust-lang/crates.io-index"
 9116checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9117dependencies = [
 9118 "crc32fast",
 9119 "hashbrown 0.15.2",
 9120 "indexmap",
 9121 "memchr",
 9122]
 9123
 9124[[package]]
 9125name = "oboe"
 9126version = "0.6.1"
 9127source = "registry+https://github.com/rust-lang/crates.io-index"
 9128checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9129dependencies = [
 9130 "jni",
 9131 "ndk",
 9132 "ndk-context",
 9133 "num-derive",
 9134 "num-traits",
 9135 "oboe-sys",
 9136]
 9137
 9138[[package]]
 9139name = "oboe-sys"
 9140version = "0.6.1"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9143dependencies = [
 9144 "cc",
 9145]
 9146
 9147[[package]]
 9148name = "ollama"
 9149version = "0.1.0"
 9150dependencies = [
 9151 "anyhow",
 9152 "futures 0.3.31",
 9153 "http_client",
 9154 "schemars",
 9155 "serde",
 9156 "serde_json",
 9157]
 9158
 9159[[package]]
 9160name = "once_cell"
 9161version = "1.20.3"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9164
 9165[[package]]
 9166name = "oo7"
 9167version = "0.4.1"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9170dependencies = [
 9171 "aes",
 9172 "ashpd",
 9173 "async-fs",
 9174 "async-io",
 9175 "async-lock",
 9176 "blocking",
 9177 "cbc",
 9178 "cipher",
 9179 "digest",
 9180 "endi",
 9181 "futures-lite 2.6.0",
 9182 "futures-util",
 9183 "getrandom 0.3.1",
 9184 "hkdf",
 9185 "hmac",
 9186 "md-5",
 9187 "num",
 9188 "num-bigint-dig",
 9189 "pbkdf2 0.12.2",
 9190 "rand 0.9.0",
 9191 "serde",
 9192 "sha2",
 9193 "subtle",
 9194 "zbus",
 9195 "zbus_macros",
 9196 "zeroize",
 9197 "zvariant",
 9198]
 9199
 9200[[package]]
 9201name = "oorandom"
 9202version = "11.1.4"
 9203source = "registry+https://github.com/rust-lang/crates.io-index"
 9204checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9205
 9206[[package]]
 9207name = "open"
 9208version = "5.3.2"
 9209source = "registry+https://github.com/rust-lang/crates.io-index"
 9210checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9211dependencies = [
 9212 "is-wsl",
 9213 "libc",
 9214 "pathdiff",
 9215]
 9216
 9217[[package]]
 9218name = "open_ai"
 9219version = "0.1.0"
 9220dependencies = [
 9221 "anyhow",
 9222 "futures 0.3.31",
 9223 "http_client",
 9224 "schemars",
 9225 "serde",
 9226 "serde_json",
 9227 "strum",
 9228]
 9229
 9230[[package]]
 9231name = "opener"
 9232version = "0.7.2"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9235dependencies = [
 9236 "bstr",
 9237 "dbus",
 9238 "normpath",
 9239 "windows-sys 0.59.0",
 9240]
 9241
 9242[[package]]
 9243name = "openssl"
 9244version = "0.10.70"
 9245source = "registry+https://github.com/rust-lang/crates.io-index"
 9246checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9247dependencies = [
 9248 "bitflags 2.8.0",
 9249 "cfg-if",
 9250 "foreign-types 0.3.2",
 9251 "libc",
 9252 "once_cell",
 9253 "openssl-macros",
 9254 "openssl-sys",
 9255]
 9256
 9257[[package]]
 9258name = "openssl-macros"
 9259version = "0.1.1"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9262dependencies = [
 9263 "proc-macro2",
 9264 "quote",
 9265 "syn 2.0.100",
 9266]
 9267
 9268[[package]]
 9269name = "openssl-probe"
 9270version = "0.1.5"
 9271source = "registry+https://github.com/rust-lang/crates.io-index"
 9272checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9273
 9274[[package]]
 9275name = "openssl-src"
 9276version = "300.4.1+3.4.0"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9279dependencies = [
 9280 "cc",
 9281]
 9282
 9283[[package]]
 9284name = "openssl-sys"
 9285version = "0.9.105"
 9286source = "registry+https://github.com/rust-lang/crates.io-index"
 9287checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9288dependencies = [
 9289 "cc",
 9290 "libc",
 9291 "openssl-src",
 9292 "pkg-config",
 9293 "vcpkg",
 9294]
 9295
 9296[[package]]
 9297name = "option-ext"
 9298version = "0.2.0"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9301
 9302[[package]]
 9303name = "ordered-float"
 9304version = "2.10.1"
 9305source = "registry+https://github.com/rust-lang/crates.io-index"
 9306checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9307dependencies = [
 9308 "num-traits",
 9309]
 9310
 9311[[package]]
 9312name = "ordered-float"
 9313version = "3.9.2"
 9314source = "registry+https://github.com/rust-lang/crates.io-index"
 9315checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9316dependencies = [
 9317 "num-traits",
 9318]
 9319
 9320[[package]]
 9321name = "ordered-stream"
 9322version = "0.2.0"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9325dependencies = [
 9326 "futures-core",
 9327 "pin-project-lite",
 9328]
 9329
 9330[[package]]
 9331name = "ouroboros"
 9332version = "0.18.4"
 9333source = "registry+https://github.com/rust-lang/crates.io-index"
 9334checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9335dependencies = [
 9336 "aliasable",
 9337 "ouroboros_macro",
 9338 "static_assertions",
 9339]
 9340
 9341[[package]]
 9342name = "ouroboros_macro"
 9343version = "0.18.4"
 9344source = "registry+https://github.com/rust-lang/crates.io-index"
 9345checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9346dependencies = [
 9347 "heck 0.4.1",
 9348 "itertools 0.12.1",
 9349 "proc-macro2",
 9350 "proc-macro2-diagnostics",
 9351 "quote",
 9352 "syn 2.0.100",
 9353]
 9354
 9355[[package]]
 9356name = "outline"
 9357version = "0.1.0"
 9358dependencies = [
 9359 "editor",
 9360 "fuzzy",
 9361 "gpui",
 9362 "indoc",
 9363 "language",
 9364 "menu",
 9365 "ordered-float 2.10.1",
 9366 "picker",
 9367 "project",
 9368 "rope",
 9369 "serde_json",
 9370 "settings",
 9371 "smol",
 9372 "theme",
 9373 "tree-sitter-rust",
 9374 "tree-sitter-typescript",
 9375 "ui",
 9376 "util",
 9377 "workspace",
 9378 "zed_actions",
 9379]
 9380
 9381[[package]]
 9382name = "outline_panel"
 9383version = "0.1.0"
 9384dependencies = [
 9385 "anyhow",
 9386 "collections",
 9387 "db",
 9388 "editor",
 9389 "file_icons",
 9390 "fuzzy",
 9391 "gpui",
 9392 "itertools 0.14.0",
 9393 "language",
 9394 "log",
 9395 "menu",
 9396 "outline",
 9397 "pretty_assertions",
 9398 "project",
 9399 "schemars",
 9400 "search",
 9401 "serde",
 9402 "serde_json",
 9403 "settings",
 9404 "smallvec",
 9405 "smol",
 9406 "theme",
 9407 "ui",
 9408 "util",
 9409 "workspace",
 9410 "worktree",
 9411 "zed_actions",
 9412]
 9413
 9414[[package]]
 9415name = "outref"
 9416version = "0.5.1"
 9417source = "registry+https://github.com/rust-lang/crates.io-index"
 9418checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9419
 9420[[package]]
 9421name = "overload"
 9422version = "0.1.1"
 9423source = "registry+https://github.com/rust-lang/crates.io-index"
 9424checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9425
 9426[[package]]
 9427name = "p256"
 9428version = "0.11.1"
 9429source = "registry+https://github.com/rust-lang/crates.io-index"
 9430checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9431dependencies = [
 9432 "ecdsa",
 9433 "elliptic-curve",
 9434 "sha2",
 9435]
 9436
 9437[[package]]
 9438name = "page_size"
 9439version = "0.6.0"
 9440source = "registry+https://github.com/rust-lang/crates.io-index"
 9441checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9442dependencies = [
 9443 "libc",
 9444 "winapi",
 9445]
 9446
 9447[[package]]
 9448name = "palette"
 9449version = "0.7.6"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9452dependencies = [
 9453 "approx",
 9454 "fast-srgb8",
 9455 "palette_derive",
 9456]
 9457
 9458[[package]]
 9459name = "palette_derive"
 9460version = "0.7.6"
 9461source = "registry+https://github.com/rust-lang/crates.io-index"
 9462checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9463dependencies = [
 9464 "by_address",
 9465 "proc-macro2",
 9466 "quote",
 9467 "syn 2.0.100",
 9468]
 9469
 9470[[package]]
 9471name = "panel"
 9472version = "0.1.0"
 9473dependencies = [
 9474 "editor",
 9475 "gpui",
 9476 "settings",
 9477 "theme",
 9478 "ui",
 9479 "workspace",
 9480]
 9481
 9482[[package]]
 9483name = "parity-tokio-ipc"
 9484version = "0.9.0"
 9485source = "registry+https://github.com/rust-lang/crates.io-index"
 9486checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9487dependencies = [
 9488 "futures 0.3.31",
 9489 "libc",
 9490 "log",
 9491 "rand 0.7.3",
 9492 "tokio",
 9493 "winapi",
 9494]
 9495
 9496[[package]]
 9497name = "parking"
 9498version = "2.2.1"
 9499source = "registry+https://github.com/rust-lang/crates.io-index"
 9500checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9501
 9502[[package]]
 9503name = "parking_lot"
 9504version = "0.12.3"
 9505source = "registry+https://github.com/rust-lang/crates.io-index"
 9506checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9507dependencies = [
 9508 "lock_api",
 9509 "parking_lot_core",
 9510]
 9511
 9512[[package]]
 9513name = "parking_lot_core"
 9514version = "0.9.10"
 9515source = "registry+https://github.com/rust-lang/crates.io-index"
 9516checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9517dependencies = [
 9518 "cfg-if",
 9519 "libc",
 9520 "redox_syscall 0.5.8",
 9521 "smallvec",
 9522 "windows-targets 0.52.6",
 9523]
 9524
 9525[[package]]
 9526name = "password-hash"
 9527version = "0.4.2"
 9528source = "registry+https://github.com/rust-lang/crates.io-index"
 9529checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9530dependencies = [
 9531 "base64ct",
 9532 "rand_core 0.6.4",
 9533 "subtle",
 9534]
 9535
 9536[[package]]
 9537name = "password-hash"
 9538version = "0.5.0"
 9539source = "registry+https://github.com/rust-lang/crates.io-index"
 9540checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9541dependencies = [
 9542 "base64ct",
 9543 "rand_core 0.6.4",
 9544 "subtle",
 9545]
 9546
 9547[[package]]
 9548name = "paste"
 9549version = "1.0.15"
 9550source = "registry+https://github.com/rust-lang/crates.io-index"
 9551checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9552
 9553[[package]]
 9554name = "pathdiff"
 9555version = "0.2.3"
 9556source = "registry+https://github.com/rust-lang/crates.io-index"
 9557checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9558
 9559[[package]]
 9560name = "pathfinder_geometry"
 9561version = "0.5.1"
 9562source = "registry+https://github.com/rust-lang/crates.io-index"
 9563checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9564dependencies = [
 9565 "log",
 9566 "pathfinder_simd",
 9567]
 9568
 9569[[package]]
 9570name = "pathfinder_simd"
 9571version = "0.5.4"
 9572source = "registry+https://github.com/rust-lang/crates.io-index"
 9573checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9574dependencies = [
 9575 "rustc_version",
 9576]
 9577
 9578[[package]]
 9579name = "paths"
 9580version = "0.1.0"
 9581dependencies = [
 9582 "dirs 4.0.0",
 9583 "util",
 9584]
 9585
 9586[[package]]
 9587name = "pbjson"
 9588version = "0.6.0"
 9589source = "registry+https://github.com/rust-lang/crates.io-index"
 9590checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9591dependencies = [
 9592 "base64 0.21.7",
 9593 "serde",
 9594]
 9595
 9596[[package]]
 9597name = "pbjson-build"
 9598version = "0.6.2"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9601dependencies = [
 9602 "heck 0.4.1",
 9603 "itertools 0.11.0",
 9604 "prost 0.12.6",
 9605 "prost-types 0.12.6",
 9606]
 9607
 9608[[package]]
 9609name = "pbjson-types"
 9610version = "0.6.0"
 9611source = "registry+https://github.com/rust-lang/crates.io-index"
 9612checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9613dependencies = [
 9614 "bytes 1.10.1",
 9615 "chrono",
 9616 "pbjson",
 9617 "pbjson-build",
 9618 "prost 0.12.6",
 9619 "prost-build 0.12.6",
 9620 "serde",
 9621]
 9622
 9623[[package]]
 9624name = "pbkdf2"
 9625version = "0.11.0"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9628dependencies = [
 9629 "digest",
 9630 "hmac",
 9631 "password-hash 0.4.2",
 9632 "sha2",
 9633]
 9634
 9635[[package]]
 9636name = "pbkdf2"
 9637version = "0.12.2"
 9638source = "registry+https://github.com/rust-lang/crates.io-index"
 9639checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9640dependencies = [
 9641 "digest",
 9642 "hmac",
 9643]
 9644
 9645[[package]]
 9646name = "pem"
 9647version = "3.0.4"
 9648source = "registry+https://github.com/rust-lang/crates.io-index"
 9649checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9650dependencies = [
 9651 "base64 0.22.1",
 9652 "serde",
 9653]
 9654
 9655[[package]]
 9656name = "pem-rfc7468"
 9657version = "0.7.0"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9660dependencies = [
 9661 "base64ct",
 9662]
 9663
 9664[[package]]
 9665name = "percent-encoding"
 9666version = "2.3.1"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9669
 9670[[package]]
 9671name = "perplexity"
 9672version = "0.1.0"
 9673dependencies = [
 9674 "serde",
 9675 "zed_extension_api 0.3.0",
 9676]
 9677
 9678[[package]]
 9679name = "pest"
 9680version = "2.7.15"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9683dependencies = [
 9684 "memchr",
 9685 "thiserror 2.0.12",
 9686 "ucd-trie",
 9687]
 9688
 9689[[package]]
 9690name = "pest_derive"
 9691version = "2.7.15"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9694dependencies = [
 9695 "pest",
 9696 "pest_generator",
 9697]
 9698
 9699[[package]]
 9700name = "pest_generator"
 9701version = "2.7.15"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9704dependencies = [
 9705 "pest",
 9706 "pest_meta",
 9707 "proc-macro2",
 9708 "quote",
 9709 "syn 2.0.100",
 9710]
 9711
 9712[[package]]
 9713name = "pest_meta"
 9714version = "2.7.15"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9717dependencies = [
 9718 "once_cell",
 9719 "pest",
 9720 "sha2",
 9721]
 9722
 9723[[package]]
 9724name = "pet"
 9725version = "0.1.0"
 9726source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9727dependencies = [
 9728 "clap",
 9729 "env_logger 0.10.2",
 9730 "lazy_static",
 9731 "log",
 9732 "msvc_spectre_libs",
 9733 "pet-conda",
 9734 "pet-core",
 9735 "pet-env-var-path",
 9736 "pet-fs",
 9737 "pet-global-virtualenvs",
 9738 "pet-homebrew",
 9739 "pet-jsonrpc",
 9740 "pet-linux-global-python",
 9741 "pet-mac-commandlinetools",
 9742 "pet-mac-python-org",
 9743 "pet-mac-xcode",
 9744 "pet-pipenv",
 9745 "pet-pixi",
 9746 "pet-poetry",
 9747 "pet-pyenv",
 9748 "pet-python-utils",
 9749 "pet-reporter",
 9750 "pet-telemetry",
 9751 "pet-venv",
 9752 "pet-virtualenv",
 9753 "pet-virtualenvwrapper",
 9754 "pet-windows-registry",
 9755 "pet-windows-store",
 9756 "serde",
 9757 "serde_json",
 9758]
 9759
 9760[[package]]
 9761name = "pet-conda"
 9762version = "0.1.0"
 9763source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9764dependencies = [
 9765 "env_logger 0.10.2",
 9766 "lazy_static",
 9767 "log",
 9768 "msvc_spectre_libs",
 9769 "pet-core",
 9770 "pet-fs",
 9771 "pet-python-utils",
 9772 "pet-reporter",
 9773 "regex",
 9774 "serde",
 9775 "serde_json",
 9776 "yaml-rust2",
 9777]
 9778
 9779[[package]]
 9780name = "pet-core"
 9781version = "0.1.0"
 9782source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9783dependencies = [
 9784 "clap",
 9785 "lazy_static",
 9786 "log",
 9787 "msvc_spectre_libs",
 9788 "pet-fs",
 9789 "regex",
 9790 "serde",
 9791 "serde_json",
 9792]
 9793
 9794[[package]]
 9795name = "pet-env-var-path"
 9796version = "0.1.0"
 9797source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9798dependencies = [
 9799 "lazy_static",
 9800 "log",
 9801 "msvc_spectre_libs",
 9802 "pet-conda",
 9803 "pet-core",
 9804 "pet-fs",
 9805 "pet-python-utils",
 9806 "pet-virtualenv",
 9807 "regex",
 9808]
 9809
 9810[[package]]
 9811name = "pet-fs"
 9812version = "0.1.0"
 9813source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9814dependencies = [
 9815 "log",
 9816 "msvc_spectre_libs",
 9817]
 9818
 9819[[package]]
 9820name = "pet-global-virtualenvs"
 9821version = "0.1.0"
 9822source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9823dependencies = [
 9824 "log",
 9825 "msvc_spectre_libs",
 9826 "pet-conda",
 9827 "pet-core",
 9828 "pet-fs",
 9829 "pet-virtualenv",
 9830]
 9831
 9832[[package]]
 9833name = "pet-homebrew"
 9834version = "0.1.0"
 9835source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9836dependencies = [
 9837 "lazy_static",
 9838 "log",
 9839 "msvc_spectre_libs",
 9840 "pet-conda",
 9841 "pet-core",
 9842 "pet-fs",
 9843 "pet-python-utils",
 9844 "pet-virtualenv",
 9845 "regex",
 9846 "serde",
 9847 "serde_json",
 9848]
 9849
 9850[[package]]
 9851name = "pet-jsonrpc"
 9852version = "0.1.0"
 9853source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9854dependencies = [
 9855 "env_logger 0.10.2",
 9856 "log",
 9857 "msvc_spectre_libs",
 9858 "pet-core",
 9859 "serde",
 9860 "serde_json",
 9861]
 9862
 9863[[package]]
 9864name = "pet-linux-global-python"
 9865version = "0.1.0"
 9866source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9867dependencies = [
 9868 "log",
 9869 "msvc_spectre_libs",
 9870 "pet-core",
 9871 "pet-fs",
 9872 "pet-python-utils",
 9873 "pet-virtualenv",
 9874]
 9875
 9876[[package]]
 9877name = "pet-mac-commandlinetools"
 9878version = "0.1.0"
 9879source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9880dependencies = [
 9881 "log",
 9882 "msvc_spectre_libs",
 9883 "pet-core",
 9884 "pet-fs",
 9885 "pet-python-utils",
 9886 "pet-virtualenv",
 9887]
 9888
 9889[[package]]
 9890name = "pet-mac-python-org"
 9891version = "0.1.0"
 9892source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9893dependencies = [
 9894 "log",
 9895 "msvc_spectre_libs",
 9896 "pet-core",
 9897 "pet-fs",
 9898 "pet-python-utils",
 9899 "pet-virtualenv",
 9900]
 9901
 9902[[package]]
 9903name = "pet-mac-xcode"
 9904version = "0.1.0"
 9905source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9906dependencies = [
 9907 "log",
 9908 "msvc_spectre_libs",
 9909 "pet-core",
 9910 "pet-fs",
 9911 "pet-python-utils",
 9912 "pet-virtualenv",
 9913]
 9914
 9915[[package]]
 9916name = "pet-pipenv"
 9917version = "0.1.0"
 9918source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9919dependencies = [
 9920 "log",
 9921 "msvc_spectre_libs",
 9922 "pet-core",
 9923 "pet-fs",
 9924 "pet-python-utils",
 9925 "pet-virtualenv",
 9926]
 9927
 9928[[package]]
 9929name = "pet-pixi"
 9930version = "0.1.0"
 9931source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9932dependencies = [
 9933 "log",
 9934 "msvc_spectre_libs",
 9935 "pet-conda",
 9936 "pet-core",
 9937 "pet-python-utils",
 9938]
 9939
 9940[[package]]
 9941name = "pet-poetry"
 9942version = "0.1.0"
 9943source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9944dependencies = [
 9945 "base64 0.22.1",
 9946 "lazy_static",
 9947 "log",
 9948 "msvc_spectre_libs",
 9949 "pet-core",
 9950 "pet-fs",
 9951 "pet-python-utils",
 9952 "pet-reporter",
 9953 "pet-virtualenv",
 9954 "regex",
 9955 "serde",
 9956 "serde_json",
 9957 "sha2",
 9958 "toml 0.8.20",
 9959]
 9960
 9961[[package]]
 9962name = "pet-pyenv"
 9963version = "0.1.0"
 9964source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9965dependencies = [
 9966 "lazy_static",
 9967 "log",
 9968 "msvc_spectre_libs",
 9969 "pet-conda",
 9970 "pet-core",
 9971 "pet-fs",
 9972 "pet-python-utils",
 9973 "pet-reporter",
 9974 "regex",
 9975 "serde",
 9976 "serde_json",
 9977]
 9978
 9979[[package]]
 9980name = "pet-python-utils"
 9981version = "0.1.0"
 9982source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9983dependencies = [
 9984 "env_logger 0.10.2",
 9985 "lazy_static",
 9986 "log",
 9987 "msvc_spectre_libs",
 9988 "pet-core",
 9989 "pet-fs",
 9990 "regex",
 9991 "serde",
 9992 "serde_json",
 9993 "sha2",
 9994]
 9995
 9996[[package]]
 9997name = "pet-reporter"
 9998version = "0.1.0"
 9999source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10000dependencies = [
10001 "env_logger 0.10.2",
10002 "log",
10003 "msvc_spectre_libs",
10004 "pet-core",
10005 "pet-jsonrpc",
10006 "serde",
10007 "serde_json",
10008]
10009
10010[[package]]
10011name = "pet-telemetry"
10012version = "0.1.0"
10013source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10014dependencies = [
10015 "env_logger 0.10.2",
10016 "lazy_static",
10017 "log",
10018 "msvc_spectre_libs",
10019 "pet-core",
10020 "pet-fs",
10021 "pet-python-utils",
10022 "regex",
10023]
10024
10025[[package]]
10026name = "pet-venv"
10027version = "0.1.0"
10028source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10029dependencies = [
10030 "log",
10031 "msvc_spectre_libs",
10032 "pet-core",
10033 "pet-python-utils",
10034 "pet-virtualenv",
10035]
10036
10037[[package]]
10038name = "pet-virtualenv"
10039version = "0.1.0"
10040source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10041dependencies = [
10042 "log",
10043 "msvc_spectre_libs",
10044 "pet-core",
10045 "pet-fs",
10046 "pet-python-utils",
10047]
10048
10049[[package]]
10050name = "pet-virtualenvwrapper"
10051version = "0.1.0"
10052source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10053dependencies = [
10054 "log",
10055 "msvc_spectre_libs",
10056 "pet-core",
10057 "pet-fs",
10058 "pet-python-utils",
10059 "pet-virtualenv",
10060]
10061
10062[[package]]
10063name = "pet-windows-registry"
10064version = "0.1.0"
10065source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10066dependencies = [
10067 "lazy_static",
10068 "log",
10069 "msvc_spectre_libs",
10070 "pet-conda",
10071 "pet-core",
10072 "pet-fs",
10073 "pet-python-utils",
10074 "pet-virtualenv",
10075 "pet-windows-store",
10076 "regex",
10077 "winreg 0.52.0",
10078]
10079
10080[[package]]
10081name = "pet-windows-store"
10082version = "0.1.0"
10083source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10084dependencies = [
10085 "lazy_static",
10086 "log",
10087 "msvc_spectre_libs",
10088 "pet-core",
10089 "pet-fs",
10090 "pet-python-utils",
10091 "pet-virtualenv",
10092 "regex",
10093 "winreg 0.52.0",
10094]
10095
10096[[package]]
10097name = "petgraph"
10098version = "0.6.5"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10101dependencies = [
10102 "fixedbitset",
10103 "indexmap",
10104]
10105
10106[[package]]
10107name = "pgvector"
10108version = "0.4.0"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10111dependencies = [
10112 "serde",
10113]
10114
10115[[package]]
10116name = "phf"
10117version = "0.11.2"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10120dependencies = [
10121 "phf_macros",
10122 "phf_shared 0.11.2",
10123]
10124
10125[[package]]
10126name = "phf_codegen"
10127version = "0.11.2"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10130dependencies = [
10131 "phf_generator 0.11.2",
10132 "phf_shared 0.11.2",
10133]
10134
10135[[package]]
10136name = "phf_generator"
10137version = "0.10.0"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10140dependencies = [
10141 "phf_shared 0.10.0",
10142 "rand 0.8.5",
10143]
10144
10145[[package]]
10146name = "phf_generator"
10147version = "0.11.2"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10150dependencies = [
10151 "phf_shared 0.11.2",
10152 "rand 0.8.5",
10153]
10154
10155[[package]]
10156name = "phf_macros"
10157version = "0.11.2"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10160dependencies = [
10161 "phf_generator 0.11.2",
10162 "phf_shared 0.11.2",
10163 "proc-macro2",
10164 "quote",
10165 "syn 2.0.100",
10166]
10167
10168[[package]]
10169name = "phf_shared"
10170version = "0.10.0"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10173dependencies = [
10174 "siphasher 0.3.11",
10175]
10176
10177[[package]]
10178name = "phf_shared"
10179version = "0.11.2"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10182dependencies = [
10183 "siphasher 0.3.11",
10184]
10185
10186[[package]]
10187name = "picker"
10188version = "0.1.0"
10189dependencies = [
10190 "anyhow",
10191 "ctor",
10192 "editor",
10193 "env_logger 0.11.7",
10194 "gpui",
10195 "menu",
10196 "schemars",
10197 "serde",
10198 "serde_json",
10199 "ui",
10200 "util",
10201 "workspace",
10202]
10203
10204[[package]]
10205name = "pico-args"
10206version = "0.5.0"
10207source = "registry+https://github.com/rust-lang/crates.io-index"
10208checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10209
10210[[package]]
10211name = "pin-project"
10212version = "1.1.7"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10215dependencies = [
10216 "pin-project-internal",
10217]
10218
10219[[package]]
10220name = "pin-project-internal"
10221version = "1.1.7"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10224dependencies = [
10225 "proc-macro2",
10226 "quote",
10227 "syn 2.0.100",
10228]
10229
10230[[package]]
10231name = "pin-project-lite"
10232version = "0.2.16"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10235
10236[[package]]
10237name = "pin-utils"
10238version = "0.1.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10241
10242[[package]]
10243name = "piper"
10244version = "0.2.4"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10247dependencies = [
10248 "atomic-waker",
10249 "fastrand 2.3.0",
10250 "futures-io",
10251]
10252
10253[[package]]
10254name = "pkcs1"
10255version = "0.7.5"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10258dependencies = [
10259 "der 0.7.9",
10260 "pkcs8 0.10.2",
10261 "spki 0.7.3",
10262]
10263
10264[[package]]
10265name = "pkcs8"
10266version = "0.9.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10269dependencies = [
10270 "der 0.6.1",
10271 "spki 0.6.0",
10272]
10273
10274[[package]]
10275name = "pkcs8"
10276version = "0.10.2"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10279dependencies = [
10280 "der 0.7.9",
10281 "spki 0.7.3",
10282]
10283
10284[[package]]
10285name = "pkg-config"
10286version = "0.3.31"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10289
10290[[package]]
10291name = "plist"
10292version = "1.7.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10295dependencies = [
10296 "base64 0.22.1",
10297 "indexmap",
10298 "quick-xml 0.32.0",
10299 "serde",
10300 "time",
10301]
10302
10303[[package]]
10304name = "plotters"
10305version = "0.3.7"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10308dependencies = [
10309 "num-traits",
10310 "plotters-backend",
10311 "plotters-svg",
10312 "wasm-bindgen",
10313 "web-sys",
10314]
10315
10316[[package]]
10317name = "plotters-backend"
10318version = "0.3.7"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10321
10322[[package]]
10323name = "plotters-svg"
10324version = "0.3.7"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10327dependencies = [
10328 "plotters-backend",
10329]
10330
10331[[package]]
10332name = "png"
10333version = "0.17.15"
10334source = "registry+https://github.com/rust-lang/crates.io-index"
10335checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10336dependencies = [
10337 "bitflags 1.3.2",
10338 "crc32fast",
10339 "fdeflate",
10340 "flate2",
10341 "miniz_oxide",
10342]
10343
10344[[package]]
10345name = "polling"
10346version = "3.7.4"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10349dependencies = [
10350 "cfg-if",
10351 "concurrent-queue",
10352 "hermit-abi 0.4.0",
10353 "pin-project-lite",
10354 "rustix",
10355 "tracing",
10356 "windows-sys 0.59.0",
10357]
10358
10359[[package]]
10360name = "pollster"
10361version = "0.2.5"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10364
10365[[package]]
10366name = "portable-atomic"
10367version = "1.11.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10370
10371[[package]]
10372name = "portable-atomic-util"
10373version = "0.2.4"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10376dependencies = [
10377 "portable-atomic",
10378]
10379
10380[[package]]
10381name = "postage"
10382version = "0.5.0"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10385dependencies = [
10386 "atomic",
10387 "crossbeam-queue",
10388 "futures 0.3.31",
10389 "log",
10390 "parking_lot",
10391 "pin-project",
10392 "pollster",
10393 "static_assertions",
10394 "thiserror 1.0.69",
10395]
10396
10397[[package]]
10398name = "postcard"
10399version = "1.1.1"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10402dependencies = [
10403 "cobs",
10404 "embedded-io 0.4.0",
10405 "embedded-io 0.6.1",
10406 "serde",
10407]
10408
10409[[package]]
10410name = "powerfmt"
10411version = "0.2.0"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10414
10415[[package]]
10416name = "ppv-lite86"
10417version = "0.2.20"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10420dependencies = [
10421 "zerocopy 0.7.35",
10422]
10423
10424[[package]]
10425name = "precomputed-hash"
10426version = "0.1.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10429
10430[[package]]
10431name = "prettier"
10432version = "0.1.0"
10433dependencies = [
10434 "anyhow",
10435 "collections",
10436 "fs",
10437 "gpui",
10438 "language",
10439 "log",
10440 "lsp",
10441 "node_runtime",
10442 "parking_lot",
10443 "paths",
10444 "serde",
10445 "serde_json",
10446 "util",
10447]
10448
10449[[package]]
10450name = "pretty_assertions"
10451version = "1.4.1"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10454dependencies = [
10455 "diff",
10456 "yansi",
10457]
10458
10459[[package]]
10460name = "prettyplease"
10461version = "0.2.25"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10464dependencies = [
10465 "proc-macro2",
10466 "syn 2.0.100",
10467]
10468
10469[[package]]
10470name = "proc-macro-crate"
10471version = "3.2.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10474dependencies = [
10475 "toml_edit",
10476]
10477
10478[[package]]
10479name = "proc-macro-error-attr2"
10480version = "2.0.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10483dependencies = [
10484 "proc-macro2",
10485 "quote",
10486]
10487
10488[[package]]
10489name = "proc-macro-error2"
10490version = "2.0.1"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10493dependencies = [
10494 "proc-macro-error-attr2",
10495 "proc-macro2",
10496 "quote",
10497 "syn 2.0.100",
10498]
10499
10500[[package]]
10501name = "proc-macro2"
10502version = "1.0.94"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10505dependencies = [
10506 "unicode-ident",
10507]
10508
10509[[package]]
10510name = "proc-macro2-diagnostics"
10511version = "0.10.1"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10514dependencies = [
10515 "proc-macro2",
10516 "quote",
10517 "syn 2.0.100",
10518 "version_check",
10519 "yansi",
10520]
10521
10522[[package]]
10523name = "profiling"
10524version = "1.0.16"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10527dependencies = [
10528 "profiling-procmacros",
10529]
10530
10531[[package]]
10532name = "profiling-procmacros"
10533version = "1.0.16"
10534source = "registry+https://github.com/rust-lang/crates.io-index"
10535checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10536dependencies = [
10537 "quote",
10538 "syn 2.0.100",
10539]
10540
10541[[package]]
10542name = "project"
10543version = "0.1.0"
10544dependencies = [
10545 "aho-corasick",
10546 "anyhow",
10547 "askpass",
10548 "async-trait",
10549 "buffer_diff",
10550 "circular-buffer",
10551 "client",
10552 "clock",
10553 "collections",
10554 "dap",
10555 "dap_adapters",
10556 "env_logger 0.11.7",
10557 "extension",
10558 "fancy-regex 0.14.0",
10559 "fs",
10560 "futures 0.3.31",
10561 "fuzzy",
10562 "git",
10563 "git2",
10564 "globset",
10565 "gpui",
10566 "http_client",
10567 "image",
10568 "indexmap",
10569 "itertools 0.14.0",
10570 "language",
10571 "log",
10572 "lsp",
10573 "node_runtime",
10574 "parking_lot",
10575 "pathdiff",
10576 "paths",
10577 "postage",
10578 "prettier",
10579 "pretty_assertions",
10580 "rand 0.8.5",
10581 "regex",
10582 "release_channel",
10583 "remote",
10584 "rpc",
10585 "schemars",
10586 "serde",
10587 "serde_json",
10588 "settings",
10589 "sha2",
10590 "shellexpand 2.1.2",
10591 "shlex",
10592 "smol",
10593 "snippet",
10594 "snippet_provider",
10595 "sum_tree",
10596 "task",
10597 "tempfile",
10598 "terminal",
10599 "text",
10600 "toml 0.8.20",
10601 "unindent",
10602 "url",
10603 "util",
10604 "which 6.0.3",
10605 "worktree",
10606]
10607
10608[[package]]
10609name = "project_panel"
10610version = "0.1.0"
10611dependencies = [
10612 "anyhow",
10613 "client",
10614 "collections",
10615 "command_palette_hooks",
10616 "db",
10617 "editor",
10618 "file_icons",
10619 "git",
10620 "gpui",
10621 "indexmap",
10622 "language",
10623 "menu",
10624 "pretty_assertions",
10625 "project",
10626 "schemars",
10627 "search",
10628 "serde",
10629 "serde_derive",
10630 "serde_json",
10631 "settings",
10632 "smallvec",
10633 "theme",
10634 "ui",
10635 "util",
10636 "workspace",
10637 "worktree",
10638 "zed_actions",
10639]
10640
10641[[package]]
10642name = "project_symbols"
10643version = "0.1.0"
10644dependencies = [
10645 "anyhow",
10646 "editor",
10647 "futures 0.3.31",
10648 "fuzzy",
10649 "gpui",
10650 "language",
10651 "lsp",
10652 "ordered-float 2.10.1",
10653 "picker",
10654 "project",
10655 "release_channel",
10656 "serde_json",
10657 "settings",
10658 "theme",
10659 "util",
10660 "workspace",
10661]
10662
10663[[package]]
10664name = "prometheus"
10665version = "0.13.4"
10666source = "registry+https://github.com/rust-lang/crates.io-index"
10667checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10668dependencies = [
10669 "cfg-if",
10670 "fnv",
10671 "lazy_static",
10672 "memchr",
10673 "parking_lot",
10674 "protobuf",
10675 "thiserror 1.0.69",
10676]
10677
10678[[package]]
10679name = "prompt_library"
10680version = "0.1.0"
10681dependencies = [
10682 "anyhow",
10683 "collections",
10684 "editor",
10685 "gpui",
10686 "language",
10687 "language_model",
10688 "log",
10689 "menu",
10690 "picker",
10691 "prompt_store",
10692 "release_channel",
10693 "rope",
10694 "serde",
10695 "settings",
10696 "theme",
10697 "ui",
10698 "util",
10699 "workspace",
10700 "zed_actions",
10701]
10702
10703[[package]]
10704name = "prompt_store"
10705version = "0.1.0"
10706dependencies = [
10707 "anyhow",
10708 "assets",
10709 "chrono",
10710 "collections",
10711 "fs",
10712 "futures 0.3.31",
10713 "fuzzy",
10714 "gpui",
10715 "handlebars 4.5.0",
10716 "heed",
10717 "language",
10718 "log",
10719 "parking_lot",
10720 "paths",
10721 "rope",
10722 "serde",
10723 "text",
10724 "util",
10725 "uuid",
10726]
10727
10728[[package]]
10729name = "prost"
10730version = "0.9.0"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10733dependencies = [
10734 "bytes 1.10.1",
10735 "prost-derive 0.9.0",
10736]
10737
10738[[package]]
10739name = "prost"
10740version = "0.12.6"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10743dependencies = [
10744 "bytes 1.10.1",
10745 "prost-derive 0.12.6",
10746]
10747
10748[[package]]
10749name = "prost-build"
10750version = "0.9.0"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10753dependencies = [
10754 "bytes 1.10.1",
10755 "heck 0.3.3",
10756 "itertools 0.10.5",
10757 "lazy_static",
10758 "log",
10759 "multimap 0.8.3",
10760 "petgraph",
10761 "prost 0.9.0",
10762 "prost-types 0.9.0",
10763 "regex",
10764 "tempfile",
10765 "which 4.4.2",
10766]
10767
10768[[package]]
10769name = "prost-build"
10770version = "0.12.6"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10773dependencies = [
10774 "bytes 1.10.1",
10775 "heck 0.5.0",
10776 "itertools 0.10.5",
10777 "log",
10778 "multimap 0.10.0",
10779 "once_cell",
10780 "petgraph",
10781 "prettyplease",
10782 "prost 0.12.6",
10783 "prost-types 0.12.6",
10784 "regex",
10785 "syn 2.0.100",
10786 "tempfile",
10787]
10788
10789[[package]]
10790name = "prost-derive"
10791version = "0.9.0"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10794dependencies = [
10795 "anyhow",
10796 "itertools 0.10.5",
10797 "proc-macro2",
10798 "quote",
10799 "syn 1.0.109",
10800]
10801
10802[[package]]
10803name = "prost-derive"
10804version = "0.12.6"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10807dependencies = [
10808 "anyhow",
10809 "itertools 0.10.5",
10810 "proc-macro2",
10811 "quote",
10812 "syn 2.0.100",
10813]
10814
10815[[package]]
10816name = "prost-types"
10817version = "0.9.0"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10820dependencies = [
10821 "bytes 1.10.1",
10822 "prost 0.9.0",
10823]
10824
10825[[package]]
10826name = "prost-types"
10827version = "0.12.6"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10830dependencies = [
10831 "prost 0.12.6",
10832]
10833
10834[[package]]
10835name = "proto"
10836version = "0.1.0"
10837dependencies = [
10838 "anyhow",
10839 "collections",
10840 "prost 0.9.0",
10841 "prost-build 0.9.0",
10842 "serde",
10843]
10844
10845[[package]]
10846name = "protobuf"
10847version = "2.28.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10850
10851[[package]]
10852name = "psm"
10853version = "0.1.24"
10854source = "registry+https://github.com/rust-lang/crates.io-index"
10855checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10856dependencies = [
10857 "cc",
10858]
10859
10860[[package]]
10861name = "ptr_meta"
10862version = "0.1.4"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10865dependencies = [
10866 "ptr_meta_derive",
10867]
10868
10869[[package]]
10870name = "ptr_meta_derive"
10871version = "0.1.4"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10874dependencies = [
10875 "proc-macro2",
10876 "quote",
10877 "syn 1.0.109",
10878]
10879
10880[[package]]
10881name = "pulldown-cmark"
10882version = "0.10.3"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10885dependencies = [
10886 "bitflags 2.8.0",
10887 "memchr",
10888 "pulldown-cmark-escape",
10889 "unicase",
10890]
10891
10892[[package]]
10893name = "pulldown-cmark"
10894version = "0.12.2"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10897dependencies = [
10898 "bitflags 2.8.0",
10899 "memchr",
10900 "unicase",
10901]
10902
10903[[package]]
10904name = "pulldown-cmark-escape"
10905version = "0.10.1"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10908
10909[[package]]
10910name = "pulley-interpreter"
10911version = "29.0.1"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10914dependencies = [
10915 "cranelift-bitset",
10916 "log",
10917 "sptr",
10918 "wasmtime-math",
10919]
10920
10921[[package]]
10922name = "qoi"
10923version = "0.4.1"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10926dependencies = [
10927 "bytemuck",
10928]
10929
10930[[package]]
10931name = "quick-error"
10932version = "2.0.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10935
10936[[package]]
10937name = "quick-xml"
10938version = "0.32.0"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10941dependencies = [
10942 "memchr",
10943]
10944
10945[[package]]
10946name = "quick-xml"
10947version = "0.37.2"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10950dependencies = [
10951 "memchr",
10952]
10953
10954[[package]]
10955name = "quinn"
10956version = "0.11.6"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10959dependencies = [
10960 "bytes 1.10.1",
10961 "pin-project-lite",
10962 "quinn-proto",
10963 "quinn-udp",
10964 "rustc-hash 2.1.1",
10965 "rustls 0.23.25",
10966 "socket2",
10967 "thiserror 2.0.12",
10968 "tokio",
10969 "tracing",
10970]
10971
10972[[package]]
10973name = "quinn-proto"
10974version = "0.11.9"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10977dependencies = [
10978 "bytes 1.10.1",
10979 "getrandom 0.2.15",
10980 "rand 0.8.5",
10981 "ring",
10982 "rustc-hash 2.1.1",
10983 "rustls 0.23.25",
10984 "rustls-pki-types",
10985 "slab",
10986 "thiserror 2.0.12",
10987 "tinyvec",
10988 "tracing",
10989 "web-time",
10990]
10991
10992[[package]]
10993name = "quinn-udp"
10994version = "0.5.9"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10997dependencies = [
10998 "cfg_aliases 0.2.1",
10999 "libc",
11000 "once_cell",
11001 "socket2",
11002 "tracing",
11003 "windows-sys 0.59.0",
11004]
11005
11006[[package]]
11007name = "quote"
11008version = "1.0.40"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11011dependencies = [
11012 "proc-macro2",
11013]
11014
11015[[package]]
11016name = "radium"
11017version = "0.7.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11020
11021[[package]]
11022name = "rand"
11023version = "0.7.3"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11026dependencies = [
11027 "getrandom 0.1.16",
11028 "libc",
11029 "rand_chacha 0.2.2",
11030 "rand_core 0.5.1",
11031 "rand_hc",
11032]
11033
11034[[package]]
11035name = "rand"
11036version = "0.8.5"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11039dependencies = [
11040 "libc",
11041 "rand_chacha 0.3.1",
11042 "rand_core 0.6.4",
11043]
11044
11045[[package]]
11046name = "rand"
11047version = "0.9.0"
11048source = "registry+https://github.com/rust-lang/crates.io-index"
11049checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11050dependencies = [
11051 "rand_chacha 0.9.0",
11052 "rand_core 0.9.0",
11053 "zerocopy 0.8.18",
11054]
11055
11056[[package]]
11057name = "rand_chacha"
11058version = "0.2.2"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11061dependencies = [
11062 "ppv-lite86",
11063 "rand_core 0.5.1",
11064]
11065
11066[[package]]
11067name = "rand_chacha"
11068version = "0.3.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11071dependencies = [
11072 "ppv-lite86",
11073 "rand_core 0.6.4",
11074]
11075
11076[[package]]
11077name = "rand_chacha"
11078version = "0.9.0"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11081dependencies = [
11082 "ppv-lite86",
11083 "rand_core 0.9.0",
11084]
11085
11086[[package]]
11087name = "rand_core"
11088version = "0.5.1"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11091dependencies = [
11092 "getrandom 0.1.16",
11093]
11094
11095[[package]]
11096name = "rand_core"
11097version = "0.6.4"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11100dependencies = [
11101 "getrandom 0.2.15",
11102]
11103
11104[[package]]
11105name = "rand_core"
11106version = "0.9.0"
11107source = "registry+https://github.com/rust-lang/crates.io-index"
11108checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11109dependencies = [
11110 "getrandom 0.3.1",
11111 "zerocopy 0.8.18",
11112]
11113
11114[[package]]
11115name = "rand_hc"
11116version = "0.2.0"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11119dependencies = [
11120 "rand_core 0.5.1",
11121]
11122
11123[[package]]
11124name = "rangemap"
11125version = "1.5.1"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11128
11129[[package]]
11130name = "rav1e"
11131version = "0.7.1"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11134dependencies = [
11135 "arbitrary",
11136 "arg_enum_proc_macro",
11137 "arrayvec",
11138 "av1-grain",
11139 "bitstream-io",
11140 "built",
11141 "cfg-if",
11142 "interpolate_name",
11143 "itertools 0.12.1",
11144 "libc",
11145 "libfuzzer-sys",
11146 "log",
11147 "maybe-rayon",
11148 "new_debug_unreachable",
11149 "noop_proc_macro",
11150 "num-derive",
11151 "num-traits",
11152 "once_cell",
11153 "paste",
11154 "profiling",
11155 "rand 0.8.5",
11156 "rand_chacha 0.3.1",
11157 "simd_helpers",
11158 "system-deps",
11159 "thiserror 1.0.69",
11160 "v_frame",
11161 "wasm-bindgen",
11162]
11163
11164[[package]]
11165name = "ravif"
11166version = "0.11.11"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11169dependencies = [
11170 "avif-serialize",
11171 "imgref",
11172 "loop9",
11173 "quick-error",
11174 "rav1e",
11175 "rayon",
11176 "rgb",
11177]
11178
11179[[package]]
11180name = "raw-window-handle"
11181version = "0.6.2"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11184
11185[[package]]
11186name = "raw-window-metal"
11187version = "0.4.0"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11190dependencies = [
11191 "cocoa 0.25.0",
11192 "core-graphics 0.23.2",
11193 "objc",
11194 "raw-window-handle",
11195]
11196
11197[[package]]
11198name = "rayon"
11199version = "1.10.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11202dependencies = [
11203 "either",
11204 "rayon-core",
11205]
11206
11207[[package]]
11208name = "rayon-core"
11209version = "1.12.1"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11212dependencies = [
11213 "crossbeam-deque",
11214 "crossbeam-utils",
11215]
11216
11217[[package]]
11218name = "read-fonts"
11219version = "0.22.5"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11222dependencies = [
11223 "bytemuck",
11224 "font-types",
11225]
11226
11227[[package]]
11228name = "recent_projects"
11229version = "0.1.0"
11230dependencies = [
11231 "anyhow",
11232 "auto_update",
11233 "dap",
11234 "editor",
11235 "extension_host",
11236 "file_finder",
11237 "futures 0.3.31",
11238 "fuzzy",
11239 "gpui",
11240 "language",
11241 "log",
11242 "markdown",
11243 "menu",
11244 "ordered-float 2.10.1",
11245 "paths",
11246 "picker",
11247 "project",
11248 "release_channel",
11249 "remote",
11250 "schemars",
11251 "serde",
11252 "serde_json",
11253 "settings",
11254 "smol",
11255 "task",
11256 "telemetry",
11257 "theme",
11258 "ui",
11259 "util",
11260 "workspace",
11261 "zed_actions",
11262]
11263
11264[[package]]
11265name = "redox_syscall"
11266version = "0.2.16"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11269dependencies = [
11270 "bitflags 1.3.2",
11271]
11272
11273[[package]]
11274name = "redox_syscall"
11275version = "0.5.8"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11278dependencies = [
11279 "bitflags 2.8.0",
11280]
11281
11282[[package]]
11283name = "redox_users"
11284version = "0.4.6"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11287dependencies = [
11288 "getrandom 0.2.15",
11289 "libredox",
11290 "thiserror 1.0.69",
11291]
11292
11293[[package]]
11294name = "refineable"
11295version = "0.1.0"
11296dependencies = [
11297 "derive_refineable",
11298]
11299
11300[[package]]
11301name = "regalloc2"
11302version = "0.11.1"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11305dependencies = [
11306 "allocator-api2",
11307 "bumpalo",
11308 "hashbrown 0.15.2",
11309 "log",
11310 "rustc-hash 2.1.1",
11311 "smallvec",
11312]
11313
11314[[package]]
11315name = "regex"
11316version = "1.11.1"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11319dependencies = [
11320 "aho-corasick",
11321 "memchr",
11322 "regex-automata 0.4.9",
11323 "regex-syntax 0.8.5",
11324]
11325
11326[[package]]
11327name = "regex-automata"
11328version = "0.1.10"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11331dependencies = [
11332 "regex-syntax 0.6.29",
11333]
11334
11335[[package]]
11336name = "regex-automata"
11337version = "0.4.9"
11338source = "registry+https://github.com/rust-lang/crates.io-index"
11339checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11340dependencies = [
11341 "aho-corasick",
11342 "memchr",
11343 "regex-syntax 0.8.5",
11344]
11345
11346[[package]]
11347name = "regex-lite"
11348version = "0.1.6"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11351
11352[[package]]
11353name = "regex-syntax"
11354version = "0.6.29"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11357
11358[[package]]
11359name = "regex-syntax"
11360version = "0.8.5"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11363
11364[[package]]
11365name = "release_channel"
11366version = "0.1.0"
11367dependencies = [
11368 "gpui",
11369]
11370
11371[[package]]
11372name = "remote"
11373version = "0.1.0"
11374dependencies = [
11375 "anyhow",
11376 "askpass",
11377 "async-trait",
11378 "collections",
11379 "fs",
11380 "futures 0.3.31",
11381 "gpui",
11382 "itertools 0.14.0",
11383 "log",
11384 "parking_lot",
11385 "paths",
11386 "prost 0.9.0",
11387 "release_channel",
11388 "rpc",
11389 "schemars",
11390 "serde",
11391 "serde_json",
11392 "shlex",
11393 "smol",
11394 "tempfile",
11395 "thiserror 2.0.12",
11396 "urlencoding",
11397 "util",
11398]
11399
11400[[package]]
11401name = "remote_server"
11402version = "0.1.0"
11403dependencies = [
11404 "anyhow",
11405 "async-watch",
11406 "backtrace",
11407 "cargo_toml",
11408 "chrono",
11409 "clap",
11410 "client",
11411 "clock",
11412 "env_logger 0.11.7",
11413 "extension",
11414 "extension_host",
11415 "fork",
11416 "fs",
11417 "futures 0.3.31",
11418 "git",
11419 "git_hosting_providers",
11420 "gpui",
11421 "gpui_tokio",
11422 "http_client",
11423 "language",
11424 "language_extension",
11425 "languages",
11426 "libc",
11427 "log",
11428 "lsp",
11429 "node_runtime",
11430 "paths",
11431 "project",
11432 "proto",
11433 "release_channel",
11434 "remote",
11435 "reqwest_client",
11436 "rpc",
11437 "rust-embed",
11438 "serde",
11439 "serde_json",
11440 "settings",
11441 "shellexpand 2.1.2",
11442 "smol",
11443 "sysinfo",
11444 "telemetry_events",
11445 "toml 0.8.20",
11446 "unindent",
11447 "util",
11448 "worktree",
11449]
11450
11451[[package]]
11452name = "rend"
11453version = "0.4.2"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11456dependencies = [
11457 "bytecheck",
11458]
11459
11460[[package]]
11461name = "repl"
11462version = "0.1.0"
11463dependencies = [
11464 "alacritty_terminal",
11465 "anyhow",
11466 "async-dispatcher",
11467 "async-tungstenite",
11468 "base64 0.22.1",
11469 "client",
11470 "collections",
11471 "command_palette_hooks",
11472 "editor",
11473 "env_logger 0.11.7",
11474 "feature_flags",
11475 "file_icons",
11476 "futures 0.3.31",
11477 "gpui",
11478 "http_client",
11479 "image",
11480 "indoc",
11481 "jupyter-protocol",
11482 "jupyter-websocket-client",
11483 "language",
11484 "languages",
11485 "log",
11486 "markdown_preview",
11487 "menu",
11488 "multi_buffer",
11489 "nbformat",
11490 "picker",
11491 "project",
11492 "runtimelib",
11493 "schemars",
11494 "serde",
11495 "serde_json",
11496 "settings",
11497 "smol",
11498 "telemetry",
11499 "terminal",
11500 "terminal_view",
11501 "theme",
11502 "tree-sitter-md",
11503 "tree-sitter-python",
11504 "tree-sitter-typescript",
11505 "ui",
11506 "util",
11507 "uuid",
11508 "workspace",
11509]
11510
11511[[package]]
11512name = "reqwest"
11513version = "0.11.27"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11516dependencies = [
11517 "base64 0.21.7",
11518 "bytes 1.10.1",
11519 "encoding_rs",
11520 "futures-core",
11521 "futures-util",
11522 "h2 0.3.26",
11523 "http 0.2.12",
11524 "http-body 0.4.6",
11525 "hyper 0.14.32",
11526 "hyper-rustls 0.24.2",
11527 "hyper-tls",
11528 "ipnet",
11529 "js-sys",
11530 "log",
11531 "mime",
11532 "native-tls",
11533 "once_cell",
11534 "percent-encoding",
11535 "pin-project-lite",
11536 "rustls 0.21.12",
11537 "rustls-native-certs 0.6.3",
11538 "rustls-pemfile 1.0.4",
11539 "serde",
11540 "serde_json",
11541 "serde_urlencoded",
11542 "sync_wrapper 0.1.2",
11543 "system-configuration 0.5.1",
11544 "tokio",
11545 "tokio-native-tls",
11546 "tokio-rustls 0.24.1",
11547 "tower-service",
11548 "url",
11549 "wasm-bindgen",
11550 "wasm-bindgen-futures",
11551 "web-sys",
11552 "winreg 0.50.0",
11553]
11554
11555[[package]]
11556name = "reqwest"
11557version = "0.12.8"
11558source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11559dependencies = [
11560 "base64 0.22.1",
11561 "bytes 1.10.1",
11562 "encoding_rs",
11563 "futures-core",
11564 "futures-util",
11565 "h2 0.4.7",
11566 "http 1.2.0",
11567 "http-body 1.0.1",
11568 "http-body-util",
11569 "hyper 1.5.1",
11570 "hyper-rustls 0.27.3",
11571 "hyper-util",
11572 "ipnet",
11573 "js-sys",
11574 "log",
11575 "mime",
11576 "once_cell",
11577 "percent-encoding",
11578 "pin-project-lite",
11579 "quinn",
11580 "rustls 0.23.25",
11581 "rustls-native-certs 0.8.1",
11582 "rustls-pemfile 2.2.0",
11583 "rustls-pki-types",
11584 "serde",
11585 "serde_json",
11586 "serde_urlencoded",
11587 "sync_wrapper 1.0.2",
11588 "system-configuration 0.6.1",
11589 "tokio",
11590 "tokio-rustls 0.26.1",
11591 "tokio-socks",
11592 "tokio-util",
11593 "tower-service",
11594 "url",
11595 "wasm-bindgen",
11596 "wasm-bindgen-futures",
11597 "wasm-streams",
11598 "web-sys",
11599 "windows-registry",
11600]
11601
11602[[package]]
11603name = "reqwest_client"
11604version = "0.1.0"
11605dependencies = [
11606 "anyhow",
11607 "bytes 1.10.1",
11608 "futures 0.3.31",
11609 "gpui",
11610 "http_client",
11611 "http_client_tls",
11612 "log",
11613 "regex",
11614 "reqwest 0.12.8",
11615 "serde",
11616 "smol",
11617 "tokio",
11618]
11619
11620[[package]]
11621name = "resvg"
11622version = "0.45.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11625dependencies = [
11626 "log",
11627 "pico-args",
11628 "rgb",
11629 "svgtypes",
11630 "tiny-skia",
11631 "usvg",
11632]
11633
11634[[package]]
11635name = "rfc6979"
11636version = "0.3.1"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11639dependencies = [
11640 "crypto-bigint 0.4.9",
11641 "hmac",
11642 "zeroize",
11643]
11644
11645[[package]]
11646name = "rgb"
11647version = "0.8.50"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11650dependencies = [
11651 "bytemuck",
11652]
11653
11654[[package]]
11655name = "rich_text"
11656version = "0.1.0"
11657dependencies = [
11658 "futures 0.3.31",
11659 "gpui",
11660 "language",
11661 "linkify",
11662 "pulldown-cmark 0.12.2",
11663 "theme",
11664 "ui",
11665 "util",
11666]
11667
11668[[package]]
11669name = "ring"
11670version = "0.17.8"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11673dependencies = [
11674 "cc",
11675 "cfg-if",
11676 "getrandom 0.2.15",
11677 "libc",
11678 "spin",
11679 "untrusted",
11680 "windows-sys 0.52.0",
11681]
11682
11683[[package]]
11684name = "rkyv"
11685version = "0.7.45"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11688dependencies = [
11689 "bitvec",
11690 "bytecheck",
11691 "bytes 1.10.1",
11692 "hashbrown 0.12.3",
11693 "ptr_meta",
11694 "rend",
11695 "rkyv_derive",
11696 "seahash",
11697 "tinyvec",
11698 "uuid",
11699]
11700
11701[[package]]
11702name = "rkyv_derive"
11703version = "0.7.45"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11706dependencies = [
11707 "proc-macro2",
11708 "quote",
11709 "syn 1.0.109",
11710]
11711
11712[[package]]
11713name = "rmp"
11714version = "0.8.14"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11717dependencies = [
11718 "byteorder",
11719 "num-traits",
11720 "paste",
11721]
11722
11723[[package]]
11724name = "rmpv"
11725version = "1.3.0"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11728dependencies = [
11729 "num-traits",
11730 "rmp",
11731]
11732
11733[[package]]
11734name = "rodio"
11735version = "0.20.1"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11738dependencies = [
11739 "cpal",
11740 "hound",
11741]
11742
11743[[package]]
11744name = "rope"
11745version = "0.1.0"
11746dependencies = [
11747 "arrayvec",
11748 "criterion",
11749 "ctor",
11750 "env_logger 0.11.7",
11751 "gpui",
11752 "log",
11753 "rand 0.8.5",
11754 "rayon",
11755 "smallvec",
11756 "sum_tree",
11757 "unicode-segmentation",
11758 "util",
11759]
11760
11761[[package]]
11762name = "roxmltree"
11763version = "0.20.0"
11764source = "registry+https://github.com/rust-lang/crates.io-index"
11765checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11766
11767[[package]]
11768name = "rpc"
11769version = "0.1.0"
11770dependencies = [
11771 "anyhow",
11772 "async-tungstenite",
11773 "base64 0.22.1",
11774 "chrono",
11775 "collections",
11776 "env_logger 0.11.7",
11777 "futures 0.3.31",
11778 "gpui",
11779 "parking_lot",
11780 "proto",
11781 "rand 0.8.5",
11782 "rsa",
11783 "serde",
11784 "serde_json",
11785 "sha2",
11786 "strum",
11787 "tracing",
11788 "util",
11789 "zstd",
11790]
11791
11792[[package]]
11793name = "rsa"
11794version = "0.9.8"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11797dependencies = [
11798 "const-oid",
11799 "digest",
11800 "num-bigint-dig",
11801 "num-integer",
11802 "num-traits",
11803 "pkcs1",
11804 "pkcs8 0.10.2",
11805 "rand_core 0.6.4",
11806 "signature 2.2.0",
11807 "spki 0.7.3",
11808 "subtle",
11809 "zeroize",
11810]
11811
11812[[package]]
11813name = "runtimelib"
11814version = "0.25.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11817dependencies = [
11818 "anyhow",
11819 "async-dispatcher",
11820 "async-std",
11821 "base64 0.22.1",
11822 "bytes 1.10.1",
11823 "chrono",
11824 "data-encoding",
11825 "dirs 5.0.1",
11826 "futures 0.3.31",
11827 "glob",
11828 "jupyter-protocol",
11829 "ring",
11830 "serde",
11831 "serde_json",
11832 "shellexpand 3.1.0",
11833 "smol",
11834 "uuid",
11835 "zeromq",
11836]
11837
11838[[package]]
11839name = "rust-embed"
11840version = "8.5.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11843dependencies = [
11844 "rust-embed-impl",
11845 "rust-embed-utils",
11846 "walkdir",
11847]
11848
11849[[package]]
11850name = "rust-embed-impl"
11851version = "8.5.0"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11854dependencies = [
11855 "proc-macro2",
11856 "quote",
11857 "rust-embed-utils",
11858 "syn 2.0.100",
11859 "walkdir",
11860]
11861
11862[[package]]
11863name = "rust-embed-utils"
11864version = "8.5.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11867dependencies = [
11868 "globset",
11869 "sha2",
11870 "walkdir",
11871]
11872
11873[[package]]
11874name = "rust_decimal"
11875version = "1.36.0"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11878dependencies = [
11879 "arrayvec",
11880 "borsh",
11881 "bytes 1.10.1",
11882 "num-traits",
11883 "rand 0.8.5",
11884 "rkyv",
11885 "serde",
11886 "serde_json",
11887]
11888
11889[[package]]
11890name = "rustc-demangle"
11891version = "0.1.24"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11894
11895[[package]]
11896name = "rustc-hash"
11897version = "1.1.0"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11900
11901[[package]]
11902name = "rustc-hash"
11903version = "2.1.1"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11906
11907[[package]]
11908name = "rustc_version"
11909version = "0.4.1"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11912dependencies = [
11913 "semver",
11914]
11915
11916[[package]]
11917name = "rustix"
11918version = "0.38.42"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11921dependencies = [
11922 "bitflags 2.8.0",
11923 "errno 0.3.10",
11924 "itoa",
11925 "libc",
11926 "linux-raw-sys",
11927 "once_cell",
11928 "windows-sys 0.59.0",
11929]
11930
11931[[package]]
11932name = "rustix-openpty"
11933version = "0.1.1"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11936dependencies = [
11937 "errno 0.3.10",
11938 "libc",
11939 "rustix",
11940]
11941
11942[[package]]
11943name = "rustls"
11944version = "0.21.12"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11947dependencies = [
11948 "log",
11949 "ring",
11950 "rustls-webpki 0.101.7",
11951 "sct",
11952]
11953
11954[[package]]
11955name = "rustls"
11956version = "0.23.25"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11959dependencies = [
11960 "aws-lc-rs",
11961 "log",
11962 "once_cell",
11963 "ring",
11964 "rustls-pki-types",
11965 "rustls-webpki 0.103.0",
11966 "subtle",
11967 "zeroize",
11968]
11969
11970[[package]]
11971name = "rustls-native-certs"
11972version = "0.6.3"
11973source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11975dependencies = [
11976 "openssl-probe",
11977 "rustls-pemfile 1.0.4",
11978 "schannel",
11979 "security-framework 2.11.1",
11980]
11981
11982[[package]]
11983name = "rustls-native-certs"
11984version = "0.8.1"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11987dependencies = [
11988 "openssl-probe",
11989 "rustls-pki-types",
11990 "schannel",
11991 "security-framework 3.0.1",
11992]
11993
11994[[package]]
11995name = "rustls-pemfile"
11996version = "1.0.4"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11999dependencies = [
12000 "base64 0.21.7",
12001]
12002
12003[[package]]
12004name = "rustls-pemfile"
12005version = "2.2.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12008dependencies = [
12009 "rustls-pki-types",
12010]
12011
12012[[package]]
12013name = "rustls-pki-types"
12014version = "1.11.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
12017dependencies = [
12018 "web-time",
12019]
12020
12021[[package]]
12022name = "rustls-platform-verifier"
12023version = "0.5.1"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
12026dependencies = [
12027 "core-foundation 0.10.0",
12028 "core-foundation-sys",
12029 "jni",
12030 "log",
12031 "once_cell",
12032 "rustls 0.23.25",
12033 "rustls-native-certs 0.8.1",
12034 "rustls-platform-verifier-android",
12035 "rustls-webpki 0.103.0",
12036 "security-framework 3.0.1",
12037 "security-framework-sys",
12038 "webpki-root-certs",
12039 "windows-sys 0.59.0",
12040]
12041
12042[[package]]
12043name = "rustls-platform-verifier-android"
12044version = "0.1.1"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12047
12048[[package]]
12049name = "rustls-webpki"
12050version = "0.101.7"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12053dependencies = [
12054 "ring",
12055 "untrusted",
12056]
12057
12058[[package]]
12059name = "rustls-webpki"
12060version = "0.103.0"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12063dependencies = [
12064 "aws-lc-rs",
12065 "ring",
12066 "rustls-pki-types",
12067 "untrusted",
12068]
12069
12070[[package]]
12071name = "rustversion"
12072version = "1.0.18"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12075
12076[[package]]
12077name = "rustybuzz"
12078version = "0.14.1"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12081dependencies = [
12082 "bitflags 2.8.0",
12083 "bytemuck",
12084 "libm",
12085 "smallvec",
12086 "ttf-parser 0.21.1",
12087 "unicode-bidi-mirroring 0.2.0",
12088 "unicode-ccc 0.2.0",
12089 "unicode-properties",
12090 "unicode-script",
12091]
12092
12093[[package]]
12094name = "rustybuzz"
12095version = "0.20.1"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12098dependencies = [
12099 "bitflags 2.8.0",
12100 "bytemuck",
12101 "core_maths",
12102 "log",
12103 "smallvec",
12104 "ttf-parser 0.25.1",
12105 "unicode-bidi-mirroring 0.4.0",
12106 "unicode-ccc 0.4.0",
12107 "unicode-properties",
12108 "unicode-script",
12109]
12110
12111[[package]]
12112name = "ryu"
12113version = "1.0.18"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12116
12117[[package]]
12118name = "salsa20"
12119version = "0.10.2"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12122dependencies = [
12123 "cipher",
12124]
12125
12126[[package]]
12127name = "same-file"
12128version = "1.0.6"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12131dependencies = [
12132 "winapi-util",
12133]
12134
12135[[package]]
12136name = "schannel"
12137version = "0.1.27"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12140dependencies = [
12141 "windows-sys 0.59.0",
12142]
12143
12144[[package]]
12145name = "schema_generator"
12146version = "0.1.0"
12147dependencies = [
12148 "anyhow",
12149 "clap",
12150 "env_logger 0.11.7",
12151 "schemars",
12152 "serde",
12153 "serde_json",
12154 "theme",
12155]
12156
12157[[package]]
12158name = "schemars"
12159version = "0.8.22"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12162dependencies = [
12163 "dyn-clone",
12164 "indexmap",
12165 "schemars_derive",
12166 "serde",
12167 "serde_json",
12168]
12169
12170[[package]]
12171name = "schemars_derive"
12172version = "0.8.22"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12175dependencies = [
12176 "proc-macro2",
12177 "quote",
12178 "serde_derive_internals",
12179 "syn 2.0.100",
12180]
12181
12182[[package]]
12183name = "scoped-tls"
12184version = "1.0.1"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12187
12188[[package]]
12189name = "scopeguard"
12190version = "1.2.0"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12193
12194[[package]]
12195name = "scratch"
12196version = "1.0.7"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12199
12200[[package]]
12201name = "scripting_tool"
12202version = "0.1.0"
12203dependencies = [
12204 "anyhow",
12205 "buffer_diff",
12206 "clock",
12207 "collections",
12208 "futures 0.3.31",
12209 "gpui",
12210 "language",
12211 "log",
12212 "mlua",
12213 "parking_lot",
12214 "project",
12215 "rand 0.8.5",
12216 "regex",
12217 "schemars",
12218 "serde",
12219 "serde_json",
12220 "settings",
12221 "util",
12222]
12223
12224[[package]]
12225name = "scrypt"
12226version = "0.11.0"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12229dependencies = [
12230 "password-hash 0.5.0",
12231 "pbkdf2 0.12.2",
12232 "salsa20",
12233 "sha2",
12234]
12235
12236[[package]]
12237name = "sct"
12238version = "0.7.1"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12241dependencies = [
12242 "ring",
12243 "untrusted",
12244]
12245
12246[[package]]
12247name = "sea-bae"
12248version = "0.2.1"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12251dependencies = [
12252 "heck 0.4.1",
12253 "proc-macro-error2",
12254 "proc-macro2",
12255 "quote",
12256 "syn 2.0.100",
12257]
12258
12259[[package]]
12260name = "sea-orm"
12261version = "1.1.7"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12264dependencies = [
12265 "async-stream",
12266 "async-trait",
12267 "bigdecimal",
12268 "chrono",
12269 "futures-util",
12270 "log",
12271 "ouroboros",
12272 "pgvector",
12273 "rust_decimal",
12274 "sea-orm-macros",
12275 "sea-query",
12276 "sea-query-binder",
12277 "serde",
12278 "serde_json",
12279 "sqlx",
12280 "strum",
12281 "thiserror 1.0.69",
12282 "time",
12283 "tracing",
12284 "url",
12285 "uuid",
12286]
12287
12288[[package]]
12289name = "sea-orm-macros"
12290version = "1.1.7"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12293dependencies = [
12294 "heck 0.4.1",
12295 "proc-macro2",
12296 "quote",
12297 "sea-bae",
12298 "syn 2.0.100",
12299 "unicode-ident",
12300]
12301
12302[[package]]
12303name = "sea-query"
12304version = "0.32.1"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12307dependencies = [
12308 "bigdecimal",
12309 "chrono",
12310 "inherent",
12311 "ordered-float 3.9.2",
12312 "rust_decimal",
12313 "serde_json",
12314 "time",
12315 "uuid",
12316]
12317
12318[[package]]
12319name = "sea-query-binder"
12320version = "0.7.0"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12323dependencies = [
12324 "bigdecimal",
12325 "chrono",
12326 "rust_decimal",
12327 "sea-query",
12328 "serde_json",
12329 "sqlx",
12330 "time",
12331 "uuid",
12332]
12333
12334[[package]]
12335name = "seahash"
12336version = "4.1.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12339
12340[[package]]
12341name = "search"
12342version = "0.1.0"
12343dependencies = [
12344 "any_vec",
12345 "anyhow",
12346 "bitflags 2.8.0",
12347 "client",
12348 "collections",
12349 "editor",
12350 "futures 0.3.31",
12351 "gpui",
12352 "language",
12353 "menu",
12354 "project",
12355 "schemars",
12356 "serde",
12357 "serde_json",
12358 "settings",
12359 "smol",
12360 "theme",
12361 "ui",
12362 "unindent",
12363 "util",
12364 "workspace",
12365 "zed_actions",
12366]
12367
12368[[package]]
12369name = "sec1"
12370version = "0.3.0"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12373dependencies = [
12374 "base16ct",
12375 "der 0.6.1",
12376 "generic-array",
12377 "pkcs8 0.9.0",
12378 "subtle",
12379 "zeroize",
12380]
12381
12382[[package]]
12383name = "security-framework"
12384version = "2.11.1"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12387dependencies = [
12388 "bitflags 2.8.0",
12389 "core-foundation 0.9.4",
12390 "core-foundation-sys",
12391 "libc",
12392 "security-framework-sys",
12393]
12394
12395[[package]]
12396name = "security-framework"
12397version = "3.0.1"
12398source = "registry+https://github.com/rust-lang/crates.io-index"
12399checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12400dependencies = [
12401 "bitflags 2.8.0",
12402 "core-foundation 0.10.0",
12403 "core-foundation-sys",
12404 "libc",
12405 "security-framework-sys",
12406]
12407
12408[[package]]
12409name = "security-framework-sys"
12410version = "2.12.1"
12411source = "registry+https://github.com/rust-lang/crates.io-index"
12412checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12413dependencies = [
12414 "core-foundation-sys",
12415 "libc",
12416]
12417
12418[[package]]
12419name = "self_cell"
12420version = "1.1.0"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12423
12424[[package]]
12425name = "semantic_index"
12426version = "0.1.0"
12427dependencies = [
12428 "anyhow",
12429 "arrayvec",
12430 "blake3",
12431 "client",
12432 "clock",
12433 "collections",
12434 "env_logger 0.11.7",
12435 "feature_flags",
12436 "fs",
12437 "futures 0.3.31",
12438 "futures-batch",
12439 "gpui",
12440 "heed",
12441 "http_client",
12442 "language",
12443 "language_model",
12444 "languages",
12445 "log",
12446 "open_ai",
12447 "parking_lot",
12448 "project",
12449 "reqwest_client",
12450 "serde",
12451 "serde_json",
12452 "settings",
12453 "sha2",
12454 "smol",
12455 "streaming-iterator",
12456 "tempfile",
12457 "theme",
12458 "tree-sitter",
12459 "ui",
12460 "unindent",
12461 "util",
12462 "workspace",
12463 "worktree",
12464]
12465
12466[[package]]
12467name = "semantic_version"
12468version = "0.1.0"
12469dependencies = [
12470 "anyhow",
12471 "serde",
12472]
12473
12474[[package]]
12475name = "semver"
12476version = "1.0.26"
12477source = "registry+https://github.com/rust-lang/crates.io-index"
12478checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12479dependencies = [
12480 "serde",
12481]
12482
12483[[package]]
12484name = "serde"
12485version = "1.0.218"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12488dependencies = [
12489 "serde_derive",
12490]
12491
12492[[package]]
12493name = "serde_derive"
12494version = "1.0.218"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12497dependencies = [
12498 "proc-macro2",
12499 "quote",
12500 "syn 2.0.100",
12501]
12502
12503[[package]]
12504name = "serde_derive_internals"
12505version = "0.29.1"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12508dependencies = [
12509 "proc-macro2",
12510 "quote",
12511 "syn 2.0.100",
12512]
12513
12514[[package]]
12515name = "serde_fmt"
12516version = "1.0.3"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12519dependencies = [
12520 "serde",
12521]
12522
12523[[package]]
12524name = "serde_json"
12525version = "1.0.140"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12528dependencies = [
12529 "indexmap",
12530 "itoa",
12531 "memchr",
12532 "ryu",
12533 "serde",
12534]
12535
12536[[package]]
12537name = "serde_json_lenient"
12538version = "0.2.4"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12541dependencies = [
12542 "indexmap",
12543 "itoa",
12544 "memchr",
12545 "ryu",
12546 "serde",
12547]
12548
12549[[package]]
12550name = "serde_path_to_error"
12551version = "0.1.16"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12554dependencies = [
12555 "itoa",
12556 "serde",
12557]
12558
12559[[package]]
12560name = "serde_qs"
12561version = "0.8.5"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12564dependencies = [
12565 "percent-encoding",
12566 "serde",
12567 "thiserror 1.0.69",
12568]
12569
12570[[package]]
12571name = "serde_qs"
12572version = "0.10.1"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12575dependencies = [
12576 "percent-encoding",
12577 "serde",
12578 "thiserror 1.0.69",
12579]
12580
12581[[package]]
12582name = "serde_repr"
12583version = "0.1.20"
12584source = "registry+https://github.com/rust-lang/crates.io-index"
12585checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12586dependencies = [
12587 "proc-macro2",
12588 "quote",
12589 "syn 2.0.100",
12590]
12591
12592[[package]]
12593name = "serde_spanned"
12594version = "0.6.8"
12595source = "registry+https://github.com/rust-lang/crates.io-index"
12596checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12597dependencies = [
12598 "serde",
12599]
12600
12601[[package]]
12602name = "serde_urlencoded"
12603version = "0.7.1"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12606dependencies = [
12607 "form_urlencoded",
12608 "itoa",
12609 "ryu",
12610 "serde",
12611]
12612
12613[[package]]
12614name = "session"
12615version = "0.1.0"
12616dependencies = [
12617 "db",
12618 "gpui",
12619 "serde_json",
12620 "util",
12621 "uuid",
12622]
12623
12624[[package]]
12625name = "settings"
12626version = "0.1.0"
12627dependencies = [
12628 "anyhow",
12629 "collections",
12630 "ec4rs",
12631 "fs",
12632 "futures 0.3.31",
12633 "gpui",
12634 "indoc",
12635 "inventory",
12636 "log",
12637 "paths",
12638 "pretty_assertions",
12639 "release_channel",
12640 "rust-embed",
12641 "schemars",
12642 "serde",
12643 "serde_derive",
12644 "serde_json",
12645 "serde_json_lenient",
12646 "smallvec",
12647 "streaming-iterator",
12648 "tree-sitter",
12649 "tree-sitter-json",
12650 "unindent",
12651 "util",
12652]
12653
12654[[package]]
12655name = "settings_ui"
12656version = "0.1.0"
12657dependencies = [
12658 "command_palette_hooks",
12659 "editor",
12660 "feature_flags",
12661 "gpui",
12662 "settings",
12663 "theme",
12664 "ui",
12665 "workspace",
12666]
12667
12668[[package]]
12669name = "sha1"
12670version = "0.10.6"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12673dependencies = [
12674 "cfg-if",
12675 "cpufeatures",
12676 "digest",
12677]
12678
12679[[package]]
12680name = "sha1_smol"
12681version = "1.0.1"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12684
12685[[package]]
12686name = "sha2"
12687version = "0.10.8"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12690dependencies = [
12691 "cfg-if",
12692 "cpufeatures",
12693 "digest",
12694]
12695
12696[[package]]
12697name = "sharded-slab"
12698version = "0.1.7"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12701dependencies = [
12702 "lazy_static",
12703]
12704
12705[[package]]
12706name = "shell-words"
12707version = "1.1.0"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12710
12711[[package]]
12712name = "shellexpand"
12713version = "2.1.2"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12716dependencies = [
12717 "dirs 4.0.0",
12718]
12719
12720[[package]]
12721name = "shellexpand"
12722version = "3.1.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12725dependencies = [
12726 "dirs 5.0.1",
12727]
12728
12729[[package]]
12730name = "shlex"
12731version = "1.3.0"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12734
12735[[package]]
12736name = "signal-hook"
12737version = "0.3.17"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12740dependencies = [
12741 "libc",
12742 "signal-hook-registry",
12743]
12744
12745[[package]]
12746name = "signal-hook-registry"
12747version = "1.4.2"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12750dependencies = [
12751 "libc",
12752]
12753
12754[[package]]
12755name = "signature"
12756version = "1.6.4"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12759dependencies = [
12760 "digest",
12761 "rand_core 0.6.4",
12762]
12763
12764[[package]]
12765name = "signature"
12766version = "2.2.0"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12769dependencies = [
12770 "digest",
12771 "rand_core 0.6.4",
12772]
12773
12774[[package]]
12775name = "simd-adler32"
12776version = "0.3.7"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12779
12780[[package]]
12781name = "simd_helpers"
12782version = "0.1.0"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12785dependencies = [
12786 "quote",
12787]
12788
12789[[package]]
12790name = "simdutf8"
12791version = "0.1.5"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12794
12795[[package]]
12796name = "simple_asn1"
12797version = "0.6.2"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12800dependencies = [
12801 "num-bigint",
12802 "num-traits",
12803 "thiserror 1.0.69",
12804 "time",
12805]
12806
12807[[package]]
12808name = "simplecss"
12809version = "0.2.1"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12812dependencies = [
12813 "log",
12814]
12815
12816[[package]]
12817name = "simplelog"
12818version = "0.12.2"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12821dependencies = [
12822 "log",
12823 "termcolor",
12824 "time",
12825]
12826
12827[[package]]
12828name = "siphasher"
12829version = "0.3.11"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12832
12833[[package]]
12834name = "siphasher"
12835version = "1.0.1"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12838
12839[[package]]
12840name = "skrifa"
12841version = "0.22.3"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12844dependencies = [
12845 "bytemuck",
12846 "read-fonts",
12847]
12848
12849[[package]]
12850name = "slab"
12851version = "0.4.9"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12854dependencies = [
12855 "autocfg",
12856]
12857
12858[[package]]
12859name = "slash_commands_example"
12860version = "0.1.0"
12861dependencies = [
12862 "zed_extension_api 0.1.0",
12863]
12864
12865[[package]]
12866name = "slotmap"
12867version = "1.0.7"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12870dependencies = [
12871 "version_check",
12872]
12873
12874[[package]]
12875name = "smallvec"
12876version = "1.14.0"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12879dependencies = [
12880 "serde",
12881]
12882
12883[[package]]
12884name = "smart-default"
12885version = "0.6.0"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12888dependencies = [
12889 "proc-macro2",
12890 "quote",
12891 "syn 1.0.109",
12892]
12893
12894[[package]]
12895name = "smol"
12896version = "2.0.2"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12899dependencies = [
12900 "async-channel 2.3.1",
12901 "async-executor",
12902 "async-fs",
12903 "async-io",
12904 "async-lock",
12905 "async-net",
12906 "async-process",
12907 "blocking",
12908 "futures-lite 2.6.0",
12909]
12910
12911[[package]]
12912name = "smol_str"
12913version = "0.1.24"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12916dependencies = [
12917 "serde",
12918]
12919
12920[[package]]
12921name = "snippet"
12922version = "0.1.0"
12923dependencies = [
12924 "anyhow",
12925 "smallvec",
12926]
12927
12928[[package]]
12929name = "snippet_provider"
12930version = "0.1.0"
12931dependencies = [
12932 "anyhow",
12933 "collections",
12934 "extension",
12935 "fs",
12936 "futures 0.3.31",
12937 "gpui",
12938 "parking_lot",
12939 "paths",
12940 "schemars",
12941 "serde",
12942 "serde_json_lenient",
12943 "snippet",
12944 "util",
12945]
12946
12947[[package]]
12948name = "snippets_ui"
12949version = "0.1.0"
12950dependencies = [
12951 "fuzzy",
12952 "gpui",
12953 "language",
12954 "paths",
12955 "picker",
12956 "ui",
12957 "util",
12958 "workspace",
12959]
12960
12961[[package]]
12962name = "socket2"
12963version = "0.5.8"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12966dependencies = [
12967 "libc",
12968 "windows-sys 0.52.0",
12969]
12970
12971[[package]]
12972name = "spdx"
12973version = "0.10.7"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12976dependencies = [
12977 "smallvec",
12978]
12979
12980[[package]]
12981name = "spin"
12982version = "0.9.8"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12985dependencies = [
12986 "lock_api",
12987]
12988
12989[[package]]
12990name = "spirv"
12991version = "0.3.0+sdk-1.3.268.0"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12994dependencies = [
12995 "bitflags 2.8.0",
12996]
12997
12998[[package]]
12999name = "spki"
13000version = "0.6.0"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
13003dependencies = [
13004 "base64ct",
13005 "der 0.6.1",
13006]
13007
13008[[package]]
13009name = "spki"
13010version = "0.7.3"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13013dependencies = [
13014 "base64ct",
13015 "der 0.7.9",
13016]
13017
13018[[package]]
13019name = "sptr"
13020version = "0.3.2"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13023
13024[[package]]
13025name = "sqlez"
13026version = "0.1.0"
13027dependencies = [
13028 "anyhow",
13029 "collections",
13030 "futures 0.3.31",
13031 "indoc",
13032 "libsqlite3-sys",
13033 "parking_lot",
13034 "smol",
13035 "sqlformat",
13036 "thread_local",
13037 "util",
13038 "uuid",
13039]
13040
13041[[package]]
13042name = "sqlez_macros"
13043version = "0.1.0"
13044dependencies = [
13045 "sqlez",
13046 "sqlformat",
13047 "syn 1.0.109",
13048]
13049
13050[[package]]
13051name = "sqlformat"
13052version = "0.2.6"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13055dependencies = [
13056 "nom",
13057 "unicode_categories",
13058]
13059
13060[[package]]
13061name = "sqlx"
13062version = "0.8.3"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13065dependencies = [
13066 "sqlx-core",
13067 "sqlx-macros",
13068 "sqlx-mysql",
13069 "sqlx-postgres",
13070 "sqlx-sqlite",
13071]
13072
13073[[package]]
13074name = "sqlx-core"
13075version = "0.8.3"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13078dependencies = [
13079 "bigdecimal",
13080 "bytes 1.10.1",
13081 "chrono",
13082 "crc",
13083 "crossbeam-queue",
13084 "either",
13085 "event-listener 5.3.1",
13086 "futures-core",
13087 "futures-intrusive",
13088 "futures-io",
13089 "futures-util",
13090 "hashbrown 0.15.2",
13091 "hashlink 0.10.0",
13092 "indexmap",
13093 "log",
13094 "memchr",
13095 "once_cell",
13096 "percent-encoding",
13097 "rust_decimal",
13098 "rustls 0.23.25",
13099 "rustls-pemfile 2.2.0",
13100 "serde",
13101 "serde_json",
13102 "sha2",
13103 "smallvec",
13104 "thiserror 2.0.12",
13105 "time",
13106 "tokio",
13107 "tokio-stream",
13108 "tracing",
13109 "url",
13110 "uuid",
13111 "webpki-roots",
13112]
13113
13114[[package]]
13115name = "sqlx-macros"
13116version = "0.8.3"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13119dependencies = [
13120 "proc-macro2",
13121 "quote",
13122 "sqlx-core",
13123 "sqlx-macros-core",
13124 "syn 2.0.100",
13125]
13126
13127[[package]]
13128name = "sqlx-macros-core"
13129version = "0.8.3"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13132dependencies = [
13133 "dotenvy",
13134 "either",
13135 "heck 0.5.0",
13136 "hex",
13137 "once_cell",
13138 "proc-macro2",
13139 "quote",
13140 "serde",
13141 "serde_json",
13142 "sha2",
13143 "sqlx-core",
13144 "sqlx-mysql",
13145 "sqlx-postgres",
13146 "sqlx-sqlite",
13147 "syn 2.0.100",
13148 "tempfile",
13149 "tokio",
13150 "url",
13151]
13152
13153[[package]]
13154name = "sqlx-mysql"
13155version = "0.8.3"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13158dependencies = [
13159 "atoi",
13160 "base64 0.22.1",
13161 "bigdecimal",
13162 "bitflags 2.8.0",
13163 "byteorder",
13164 "bytes 1.10.1",
13165 "chrono",
13166 "crc",
13167 "digest",
13168 "dotenvy",
13169 "either",
13170 "futures-channel",
13171 "futures-core",
13172 "futures-io",
13173 "futures-util",
13174 "generic-array",
13175 "hex",
13176 "hkdf",
13177 "hmac",
13178 "itoa",
13179 "log",
13180 "md-5",
13181 "memchr",
13182 "once_cell",
13183 "percent-encoding",
13184 "rand 0.8.5",
13185 "rsa",
13186 "rust_decimal",
13187 "serde",
13188 "sha1",
13189 "sha2",
13190 "smallvec",
13191 "sqlx-core",
13192 "stringprep",
13193 "thiserror 2.0.12",
13194 "time",
13195 "tracing",
13196 "uuid",
13197 "whoami",
13198]
13199
13200[[package]]
13201name = "sqlx-postgres"
13202version = "0.8.3"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13205dependencies = [
13206 "atoi",
13207 "base64 0.22.1",
13208 "bigdecimal",
13209 "bitflags 2.8.0",
13210 "byteorder",
13211 "chrono",
13212 "crc",
13213 "dotenvy",
13214 "etcetera",
13215 "futures-channel",
13216 "futures-core",
13217 "futures-util",
13218 "hex",
13219 "hkdf",
13220 "hmac",
13221 "home",
13222 "itoa",
13223 "log",
13224 "md-5",
13225 "memchr",
13226 "num-bigint",
13227 "once_cell",
13228 "rand 0.8.5",
13229 "rust_decimal",
13230 "serde",
13231 "serde_json",
13232 "sha2",
13233 "smallvec",
13234 "sqlx-core",
13235 "stringprep",
13236 "thiserror 2.0.12",
13237 "time",
13238 "tracing",
13239 "uuid",
13240 "whoami",
13241]
13242
13243[[package]]
13244name = "sqlx-sqlite"
13245version = "0.8.3"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13248dependencies = [
13249 "atoi",
13250 "chrono",
13251 "flume",
13252 "futures-channel",
13253 "futures-core",
13254 "futures-executor",
13255 "futures-intrusive",
13256 "futures-util",
13257 "libsqlite3-sys",
13258 "log",
13259 "percent-encoding",
13260 "serde",
13261 "serde_urlencoded",
13262 "sqlx-core",
13263 "time",
13264 "tracing",
13265 "url",
13266 "uuid",
13267]
13268
13269[[package]]
13270name = "stable_deref_trait"
13271version = "1.2.0"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13274
13275[[package]]
13276name = "static_assertions"
13277version = "1.1.0"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13280
13281[[package]]
13282name = "story"
13283version = "0.1.0"
13284dependencies = [
13285 "gpui",
13286 "itertools 0.14.0",
13287 "smallvec",
13288]
13289
13290[[package]]
13291name = "storybook"
13292version = "0.1.0"
13293dependencies = [
13294 "anyhow",
13295 "clap",
13296 "collab_ui",
13297 "ctrlc",
13298 "dialoguer",
13299 "editor",
13300 "fuzzy",
13301 "gpui",
13302 "indoc",
13303 "language",
13304 "log",
13305 "menu",
13306 "picker",
13307 "project",
13308 "reqwest_client",
13309 "rust-embed",
13310 "settings",
13311 "simplelog",
13312 "story",
13313 "strum",
13314 "theme",
13315 "title_bar",
13316 "ui",
13317]
13318
13319[[package]]
13320name = "streaming-iterator"
13321version = "0.1.9"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13324
13325[[package]]
13326name = "streaming_diff"
13327version = "0.1.0"
13328dependencies = [
13329 "ordered-float 2.10.1",
13330 "rand 0.8.5",
13331 "rope",
13332 "util",
13333]
13334
13335[[package]]
13336name = "strict-num"
13337version = "0.1.1"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13340dependencies = [
13341 "float-cmp",
13342]
13343
13344[[package]]
13345name = "string_cache"
13346version = "0.8.7"
13347source = "registry+https://github.com/rust-lang/crates.io-index"
13348checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13349dependencies = [
13350 "new_debug_unreachable",
13351 "once_cell",
13352 "parking_lot",
13353 "phf_shared 0.10.0",
13354 "precomputed-hash",
13355 "serde",
13356]
13357
13358[[package]]
13359name = "string_cache_codegen"
13360version = "0.5.2"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13363dependencies = [
13364 "phf_generator 0.10.0",
13365 "phf_shared 0.10.0",
13366 "proc-macro2",
13367 "quote",
13368]
13369
13370[[package]]
13371name = "stringprep"
13372version = "0.1.5"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13375dependencies = [
13376 "unicode-bidi",
13377 "unicode-normalization",
13378 "unicode-properties",
13379]
13380
13381[[package]]
13382name = "strsim"
13383version = "0.11.1"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13386
13387[[package]]
13388name = "strum"
13389version = "0.26.3"
13390source = "registry+https://github.com/rust-lang/crates.io-index"
13391checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13392dependencies = [
13393 "strum_macros",
13394]
13395
13396[[package]]
13397name = "strum_macros"
13398version = "0.26.4"
13399source = "registry+https://github.com/rust-lang/crates.io-index"
13400checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13401dependencies = [
13402 "heck 0.5.0",
13403 "proc-macro2",
13404 "quote",
13405 "rustversion",
13406 "syn 2.0.100",
13407]
13408
13409[[package]]
13410name = "subtle"
13411version = "2.6.1"
13412source = "registry+https://github.com/rust-lang/crates.io-index"
13413checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13414
13415[[package]]
13416name = "sum_tree"
13417version = "0.1.0"
13418dependencies = [
13419 "arrayvec",
13420 "ctor",
13421 "env_logger 0.11.7",
13422 "log",
13423 "rand 0.8.5",
13424 "rayon",
13425]
13426
13427[[package]]
13428name = "supermaven"
13429version = "0.1.0"
13430dependencies = [
13431 "anyhow",
13432 "client",
13433 "collections",
13434 "editor",
13435 "env_logger 0.11.7",
13436 "futures 0.3.31",
13437 "gpui",
13438 "http_client",
13439 "inline_completion",
13440 "language",
13441 "log",
13442 "postage",
13443 "project",
13444 "serde",
13445 "serde_json",
13446 "settings",
13447 "smol",
13448 "supermaven_api",
13449 "text",
13450 "theme",
13451 "ui",
13452 "unicode-segmentation",
13453 "util",
13454]
13455
13456[[package]]
13457name = "supermaven_api"
13458version = "0.1.0"
13459dependencies = [
13460 "anyhow",
13461 "futures 0.3.31",
13462 "http_client",
13463 "paths",
13464 "serde",
13465 "serde_json",
13466 "smol",
13467]
13468
13469[[package]]
13470name = "sval"
13471version = "2.13.2"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13474
13475[[package]]
13476name = "sval_buffer"
13477version = "2.13.2"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13480dependencies = [
13481 "sval",
13482 "sval_ref",
13483]
13484
13485[[package]]
13486name = "sval_dynamic"
13487version = "2.13.2"
13488source = "registry+https://github.com/rust-lang/crates.io-index"
13489checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13490dependencies = [
13491 "sval",
13492]
13493
13494[[package]]
13495name = "sval_fmt"
13496version = "2.13.2"
13497source = "registry+https://github.com/rust-lang/crates.io-index"
13498checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13499dependencies = [
13500 "itoa",
13501 "ryu",
13502 "sval",
13503]
13504
13505[[package]]
13506name = "sval_json"
13507version = "2.13.2"
13508source = "registry+https://github.com/rust-lang/crates.io-index"
13509checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13510dependencies = [
13511 "itoa",
13512 "ryu",
13513 "sval",
13514]
13515
13516[[package]]
13517name = "sval_nested"
13518version = "2.13.2"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13521dependencies = [
13522 "sval",
13523 "sval_buffer",
13524 "sval_ref",
13525]
13526
13527[[package]]
13528name = "sval_ref"
13529version = "2.13.2"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13532dependencies = [
13533 "sval",
13534]
13535
13536[[package]]
13537name = "sval_serde"
13538version = "2.13.2"
13539source = "registry+https://github.com/rust-lang/crates.io-index"
13540checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13541dependencies = [
13542 "serde",
13543 "sval",
13544 "sval_nested",
13545]
13546
13547[[package]]
13548name = "svg_fmt"
13549version = "0.4.4"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13552
13553[[package]]
13554name = "svgtypes"
13555version = "0.15.3"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13558dependencies = [
13559 "kurbo",
13560 "siphasher 1.0.1",
13561]
13562
13563[[package]]
13564name = "swash"
13565version = "0.1.19"
13566source = "registry+https://github.com/rust-lang/crates.io-index"
13567checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13568dependencies = [
13569 "skrifa",
13570 "yazi",
13571 "zeno",
13572]
13573
13574[[package]]
13575name = "syn"
13576version = "1.0.109"
13577source = "registry+https://github.com/rust-lang/crates.io-index"
13578checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13579dependencies = [
13580 "proc-macro2",
13581 "quote",
13582 "unicode-ident",
13583]
13584
13585[[package]]
13586name = "syn"
13587version = "2.0.100"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13590dependencies = [
13591 "proc-macro2",
13592 "quote",
13593 "unicode-ident",
13594]
13595
13596[[package]]
13597name = "sync_wrapper"
13598version = "0.1.2"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13601
13602[[package]]
13603name = "sync_wrapper"
13604version = "1.0.2"
13605source = "registry+https://github.com/rust-lang/crates.io-index"
13606checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13607dependencies = [
13608 "futures-core",
13609]
13610
13611[[package]]
13612name = "synchronoise"
13613version = "1.0.1"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13616dependencies = [
13617 "crossbeam-queue",
13618]
13619
13620[[package]]
13621name = "synstructure"
13622version = "0.13.1"
13623source = "registry+https://github.com/rust-lang/crates.io-index"
13624checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13625dependencies = [
13626 "proc-macro2",
13627 "quote",
13628 "syn 2.0.100",
13629]
13630
13631[[package]]
13632name = "sys-locale"
13633version = "0.3.2"
13634source = "registry+https://github.com/rust-lang/crates.io-index"
13635checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13636dependencies = [
13637 "libc",
13638]
13639
13640[[package]]
13641name = "sysinfo"
13642version = "0.31.4"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13645dependencies = [
13646 "core-foundation-sys",
13647 "libc",
13648 "memchr",
13649 "ntapi",
13650 "rayon",
13651 "windows 0.57.0",
13652]
13653
13654[[package]]
13655name = "system-configuration"
13656version = "0.5.1"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13659dependencies = [
13660 "bitflags 1.3.2",
13661 "core-foundation 0.9.4",
13662 "system-configuration-sys 0.5.0",
13663]
13664
13665[[package]]
13666name = "system-configuration"
13667version = "0.6.1"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13670dependencies = [
13671 "bitflags 2.8.0",
13672 "core-foundation 0.9.4",
13673 "system-configuration-sys 0.6.0",
13674]
13675
13676[[package]]
13677name = "system-configuration-sys"
13678version = "0.5.0"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13681dependencies = [
13682 "core-foundation-sys",
13683 "libc",
13684]
13685
13686[[package]]
13687name = "system-configuration-sys"
13688version = "0.6.0"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13691dependencies = [
13692 "core-foundation-sys",
13693 "libc",
13694]
13695
13696[[package]]
13697name = "system-deps"
13698version = "6.2.2"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13701dependencies = [
13702 "cfg-expr",
13703 "heck 0.5.0",
13704 "pkg-config",
13705 "toml 0.8.20",
13706 "version-compare",
13707]
13708
13709[[package]]
13710name = "system-interface"
13711version = "0.27.3"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13714dependencies = [
13715 "bitflags 2.8.0",
13716 "cap-fs-ext",
13717 "cap-std",
13718 "fd-lock",
13719 "io-lifetimes",
13720 "rustix",
13721 "windows-sys 0.59.0",
13722 "winx",
13723]
13724
13725[[package]]
13726name = "tab_switcher"
13727version = "0.1.0"
13728dependencies = [
13729 "anyhow",
13730 "collections",
13731 "ctor",
13732 "editor",
13733 "env_logger 0.11.7",
13734 "gpui",
13735 "language",
13736 "menu",
13737 "picker",
13738 "project",
13739 "schemars",
13740 "serde",
13741 "serde_json",
13742 "settings",
13743 "theme",
13744 "ui",
13745 "util",
13746 "workspace",
13747]
13748
13749[[package]]
13750name = "taffy"
13751version = "0.4.4"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13754dependencies = [
13755 "arrayvec",
13756 "grid",
13757 "num-traits",
13758 "serde",
13759 "slotmap",
13760]
13761
13762[[package]]
13763name = "take-until"
13764version = "0.2.0"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13767
13768[[package]]
13769name = "tap"
13770version = "1.0.1"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13773
13774[[package]]
13775name = "target-lexicon"
13776version = "0.12.16"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13779
13780[[package]]
13781name = "target-lexicon"
13782version = "0.13.2"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13785
13786[[package]]
13787name = "task"
13788version = "0.1.0"
13789dependencies = [
13790 "anyhow",
13791 "collections",
13792 "dap-types",
13793 "futures 0.3.31",
13794 "gpui",
13795 "hex",
13796 "parking_lot",
13797 "schemars",
13798 "serde",
13799 "serde_json",
13800 "serde_json_lenient",
13801 "sha2",
13802 "shellexpand 2.1.2",
13803 "util",
13804 "zed_actions",
13805]
13806
13807[[package]]
13808name = "tasks_ui"
13809version = "0.1.0"
13810dependencies = [
13811 "anyhow",
13812 "debugger_ui",
13813 "editor",
13814 "feature_flags",
13815 "file_icons",
13816 "fuzzy",
13817 "gpui",
13818 "language",
13819 "menu",
13820 "picker",
13821 "project",
13822 "schemars",
13823 "serde",
13824 "serde_json",
13825 "settings",
13826 "task",
13827 "tree-sitter-rust",
13828 "tree-sitter-typescript",
13829 "ui",
13830 "util",
13831 "workspace",
13832 "zed_actions",
13833]
13834
13835[[package]]
13836name = "telemetry"
13837version = "0.1.0"
13838dependencies = [
13839 "futures 0.3.31",
13840 "serde",
13841 "serde_json",
13842 "telemetry_events",
13843]
13844
13845[[package]]
13846name = "telemetry_events"
13847version = "0.1.0"
13848dependencies = [
13849 "semantic_version",
13850 "serde",
13851 "serde_json",
13852]
13853
13854[[package]]
13855name = "tempfile"
13856version = "3.17.1"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13859dependencies = [
13860 "cfg-if",
13861 "fastrand 2.3.0",
13862 "getrandom 0.3.1",
13863 "once_cell",
13864 "rustix",
13865 "windows-sys 0.59.0",
13866]
13867
13868[[package]]
13869name = "tendril"
13870version = "0.4.3"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13873dependencies = [
13874 "futf",
13875 "mac",
13876 "utf-8",
13877]
13878
13879[[package]]
13880name = "termcolor"
13881version = "1.4.1"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13884dependencies = [
13885 "winapi-util",
13886]
13887
13888[[package]]
13889name = "terminal"
13890version = "0.1.0"
13891dependencies = [
13892 "alacritty_terminal",
13893 "anyhow",
13894 "collections",
13895 "dirs 4.0.0",
13896 "futures 0.3.31",
13897 "gpui",
13898 "libc",
13899 "rand 0.8.5",
13900 "regex",
13901 "release_channel",
13902 "schemars",
13903 "serde",
13904 "serde_derive",
13905 "settings",
13906 "smol",
13907 "sysinfo",
13908 "task",
13909 "theme",
13910 "thiserror 2.0.12",
13911 "util",
13912 "windows 0.60.0",
13913]
13914
13915[[package]]
13916name = "terminal_size"
13917version = "0.4.1"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13920dependencies = [
13921 "rustix",
13922 "windows-sys 0.59.0",
13923]
13924
13925[[package]]
13926name = "terminal_view"
13927version = "0.1.0"
13928dependencies = [
13929 "anyhow",
13930 "async-recursion 1.1.1",
13931 "breadcrumbs",
13932 "client",
13933 "collections",
13934 "db",
13935 "dirs 4.0.0",
13936 "editor",
13937 "futures 0.3.31",
13938 "gpui",
13939 "itertools 0.14.0",
13940 "language",
13941 "log",
13942 "project",
13943 "rand 0.8.5",
13944 "schemars",
13945 "search",
13946 "serde",
13947 "serde_json",
13948 "settings",
13949 "shellexpand 2.1.2",
13950 "smol",
13951 "task",
13952 "terminal",
13953 "theme",
13954 "ui",
13955 "util",
13956 "workspace",
13957 "zed_actions",
13958]
13959
13960[[package]]
13961name = "text"
13962version = "0.1.0"
13963dependencies = [
13964 "anyhow",
13965 "clock",
13966 "collections",
13967 "ctor",
13968 "env_logger 0.11.7",
13969 "gpui",
13970 "http_client",
13971 "log",
13972 "parking_lot",
13973 "postage",
13974 "rand 0.8.5",
13975 "regex",
13976 "rope",
13977 "smallvec",
13978 "sum_tree",
13979 "util",
13980]
13981
13982[[package]]
13983name = "theme"
13984version = "0.1.0"
13985dependencies = [
13986 "anyhow",
13987 "collections",
13988 "derive_more",
13989 "fs",
13990 "futures 0.3.31",
13991 "gpui",
13992 "indexmap",
13993 "log",
13994 "palette",
13995 "parking_lot",
13996 "refineable",
13997 "schemars",
13998 "serde",
13999 "serde_derive",
14000 "serde_json",
14001 "serde_json_lenient",
14002 "serde_repr",
14003 "settings",
14004 "strum",
14005 "thiserror 2.0.12",
14006 "util",
14007 "uuid",
14008]
14009
14010[[package]]
14011name = "theme_extension"
14012version = "0.1.0"
14013dependencies = [
14014 "anyhow",
14015 "extension",
14016 "fs",
14017 "gpui",
14018 "theme",
14019]
14020
14021[[package]]
14022name = "theme_importer"
14023version = "0.1.0"
14024dependencies = [
14025 "anyhow",
14026 "clap",
14027 "gpui",
14028 "indexmap",
14029 "log",
14030 "palette",
14031 "rust-embed",
14032 "serde",
14033 "serde_json",
14034 "serde_json_lenient",
14035 "simplelog",
14036 "strum",
14037 "theme",
14038 "vscode_theme",
14039]
14040
14041[[package]]
14042name = "theme_selector"
14043version = "0.1.0"
14044dependencies = [
14045 "fs",
14046 "fuzzy",
14047 "gpui",
14048 "log",
14049 "picker",
14050 "serde",
14051 "settings",
14052 "telemetry",
14053 "theme",
14054 "ui",
14055 "util",
14056 "workspace",
14057 "zed_actions",
14058]
14059
14060[[package]]
14061name = "thiserror"
14062version = "1.0.69"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14065dependencies = [
14066 "thiserror-impl 1.0.69",
14067]
14068
14069[[package]]
14070name = "thiserror"
14071version = "2.0.12"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14074dependencies = [
14075 "thiserror-impl 2.0.12",
14076]
14077
14078[[package]]
14079name = "thiserror-impl"
14080version = "1.0.69"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14083dependencies = [
14084 "proc-macro2",
14085 "quote",
14086 "syn 2.0.100",
14087]
14088
14089[[package]]
14090name = "thiserror-impl"
14091version = "2.0.12"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14094dependencies = [
14095 "proc-macro2",
14096 "quote",
14097 "syn 2.0.100",
14098]
14099
14100[[package]]
14101name = "thread_local"
14102version = "1.1.8"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14105dependencies = [
14106 "cfg-if",
14107 "once_cell",
14108]
14109
14110[[package]]
14111name = "tiff"
14112version = "0.9.1"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14115dependencies = [
14116 "flate2",
14117 "jpeg-decoder",
14118 "weezl",
14119]
14120
14121[[package]]
14122name = "tiktoken-rs"
14123version = "0.6.0"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14126dependencies = [
14127 "anyhow",
14128 "base64 0.21.7",
14129 "bstr",
14130 "fancy-regex 0.13.0",
14131 "lazy_static",
14132 "parking_lot",
14133 "regex",
14134 "rustc-hash 1.1.0",
14135]
14136
14137[[package]]
14138name = "time"
14139version = "0.3.40"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14142dependencies = [
14143 "deranged",
14144 "itoa",
14145 "libc",
14146 "num-conv",
14147 "num_threads",
14148 "powerfmt",
14149 "serde",
14150 "time-core",
14151 "time-macros",
14152]
14153
14154[[package]]
14155name = "time-core"
14156version = "0.1.4"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14159
14160[[package]]
14161name = "time-macros"
14162version = "0.2.21"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14165dependencies = [
14166 "num-conv",
14167 "time-core",
14168]
14169
14170[[package]]
14171name = "time_format"
14172version = "0.1.0"
14173dependencies = [
14174 "core-foundation 0.9.4",
14175 "core-foundation-sys",
14176 "sys-locale",
14177 "time",
14178]
14179
14180[[package]]
14181name = "tiny-keccak"
14182version = "2.0.2"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14185dependencies = [
14186 "crunchy",
14187]
14188
14189[[package]]
14190name = "tiny-skia"
14191version = "0.11.4"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14194dependencies = [
14195 "arrayref",
14196 "arrayvec",
14197 "bytemuck",
14198 "cfg-if",
14199 "log",
14200 "png",
14201 "tiny-skia-path",
14202]
14203
14204[[package]]
14205name = "tiny-skia-path"
14206version = "0.11.4"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14209dependencies = [
14210 "arrayref",
14211 "bytemuck",
14212 "strict-num",
14213]
14214
14215[[package]]
14216name = "tiny_http"
14217version = "0.8.2"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14220dependencies = [
14221 "ascii",
14222 "chrono",
14223 "chunked_transfer",
14224 "log",
14225 "url",
14226]
14227
14228[[package]]
14229name = "tinystr"
14230version = "0.7.6"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14233dependencies = [
14234 "displaydoc",
14235 "zerovec",
14236]
14237
14238[[package]]
14239name = "tinytemplate"
14240version = "1.2.1"
14241source = "registry+https://github.com/rust-lang/crates.io-index"
14242checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14243dependencies = [
14244 "serde",
14245 "serde_json",
14246]
14247
14248[[package]]
14249name = "tinyvec"
14250version = "1.8.0"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14253dependencies = [
14254 "tinyvec_macros",
14255]
14256
14257[[package]]
14258name = "tinyvec_macros"
14259version = "0.1.1"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14262
14263[[package]]
14264name = "title_bar"
14265version = "0.1.0"
14266dependencies = [
14267 "auto_update",
14268 "call",
14269 "client",
14270 "collections",
14271 "feature_flags",
14272 "git_ui",
14273 "gpui",
14274 "http_client",
14275 "notifications",
14276 "pretty_assertions",
14277 "project",
14278 "remote",
14279 "rpc",
14280 "schemars",
14281 "serde",
14282 "settings",
14283 "smallvec",
14284 "story",
14285 "telemetry",
14286 "theme",
14287 "tree-sitter-md",
14288 "ui",
14289 "util",
14290 "windows 0.60.0",
14291 "workspace",
14292 "zed_actions",
14293 "zeta",
14294]
14295
14296[[package]]
14297name = "tokio"
14298version = "1.43.0"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14301dependencies = [
14302 "backtrace",
14303 "bytes 1.10.1",
14304 "libc",
14305 "mio 1.0.3",
14306 "parking_lot",
14307 "pin-project-lite",
14308 "signal-hook-registry",
14309 "socket2",
14310 "tokio-macros",
14311 "windows-sys 0.52.0",
14312]
14313
14314[[package]]
14315name = "tokio-io"
14316version = "0.1.13"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14319dependencies = [
14320 "bytes 0.4.12",
14321 "futures 0.1.31",
14322 "log",
14323]
14324
14325[[package]]
14326name = "tokio-macros"
14327version = "2.5.0"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14330dependencies = [
14331 "proc-macro2",
14332 "quote",
14333 "syn 2.0.100",
14334]
14335
14336[[package]]
14337name = "tokio-native-tls"
14338version = "0.3.1"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14341dependencies = [
14342 "native-tls",
14343 "tokio",
14344]
14345
14346[[package]]
14347name = "tokio-rustls"
14348version = "0.24.1"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14351dependencies = [
14352 "rustls 0.21.12",
14353 "tokio",
14354]
14355
14356[[package]]
14357name = "tokio-rustls"
14358version = "0.26.1"
14359source = "registry+https://github.com/rust-lang/crates.io-index"
14360checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14361dependencies = [
14362 "rustls 0.23.25",
14363 "tokio",
14364]
14365
14366[[package]]
14367name = "tokio-socks"
14368version = "0.5.2"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14371dependencies = [
14372 "either",
14373 "futures-io",
14374 "futures-util",
14375 "thiserror 1.0.69",
14376 "tokio",
14377]
14378
14379[[package]]
14380name = "tokio-stream"
14381version = "0.1.17"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14384dependencies = [
14385 "futures-core",
14386 "pin-project-lite",
14387 "tokio",
14388]
14389
14390[[package]]
14391name = "tokio-tungstenite"
14392version = "0.20.1"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14395dependencies = [
14396 "futures-util",
14397 "log",
14398 "rustls 0.21.12",
14399 "rustls-native-certs 0.6.3",
14400 "tokio",
14401 "tokio-rustls 0.24.1",
14402 "tungstenite 0.20.1",
14403]
14404
14405[[package]]
14406name = "tokio-tungstenite"
14407version = "0.21.0"
14408source = "registry+https://github.com/rust-lang/crates.io-index"
14409checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14410dependencies = [
14411 "futures-util",
14412 "log",
14413 "tokio",
14414 "tungstenite 0.21.0",
14415]
14416
14417[[package]]
14418name = "tokio-util"
14419version = "0.7.13"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14422dependencies = [
14423 "bytes 1.10.1",
14424 "futures-core",
14425 "futures-io",
14426 "futures-sink",
14427 "pin-project-lite",
14428 "tokio",
14429]
14430
14431[[package]]
14432name = "toml"
14433version = "0.5.11"
14434source = "registry+https://github.com/rust-lang/crates.io-index"
14435checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14436dependencies = [
14437 "serde",
14438]
14439
14440[[package]]
14441name = "toml"
14442version = "0.8.20"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14445dependencies = [
14446 "serde",
14447 "serde_spanned",
14448 "toml_datetime",
14449 "toml_edit",
14450]
14451
14452[[package]]
14453name = "toml_datetime"
14454version = "0.6.8"
14455source = "registry+https://github.com/rust-lang/crates.io-index"
14456checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14457dependencies = [
14458 "serde",
14459]
14460
14461[[package]]
14462name = "toml_edit"
14463version = "0.22.23"
14464source = "registry+https://github.com/rust-lang/crates.io-index"
14465checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14466dependencies = [
14467 "indexmap",
14468 "serde",
14469 "serde_spanned",
14470 "toml_datetime",
14471 "winnow 0.7.1",
14472]
14473
14474[[package]]
14475name = "toolchain_selector"
14476version = "0.1.0"
14477dependencies = [
14478 "editor",
14479 "fuzzy",
14480 "gpui",
14481 "language",
14482 "picker",
14483 "project",
14484 "ui",
14485 "util",
14486 "workspace",
14487]
14488
14489[[package]]
14490name = "topological-sort"
14491version = "0.2.2"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14494
14495[[package]]
14496name = "tower"
14497version = "0.4.13"
14498source = "registry+https://github.com/rust-lang/crates.io-index"
14499checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14500dependencies = [
14501 "futures-core",
14502 "futures-util",
14503 "pin-project",
14504 "pin-project-lite",
14505 "tokio",
14506 "tower-layer",
14507 "tower-service",
14508 "tracing",
14509]
14510
14511[[package]]
14512name = "tower-http"
14513version = "0.3.5"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14516dependencies = [
14517 "bitflags 1.3.2",
14518 "bytes 1.10.1",
14519 "futures-core",
14520 "futures-util",
14521 "http 0.2.12",
14522 "http-body 0.4.6",
14523 "http-range-header",
14524 "pin-project-lite",
14525 "tower-layer",
14526 "tower-service",
14527]
14528
14529[[package]]
14530name = "tower-http"
14531version = "0.4.4"
14532source = "registry+https://github.com/rust-lang/crates.io-index"
14533checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14534dependencies = [
14535 "bitflags 2.8.0",
14536 "bytes 1.10.1",
14537 "futures-core",
14538 "futures-util",
14539 "http 0.2.12",
14540 "http-body 0.4.6",
14541 "http-range-header",
14542 "pin-project-lite",
14543 "tower-layer",
14544 "tower-service",
14545 "tracing",
14546]
14547
14548[[package]]
14549name = "tower-layer"
14550version = "0.3.3"
14551source = "registry+https://github.com/rust-lang/crates.io-index"
14552checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14553
14554[[package]]
14555name = "tower-service"
14556version = "0.3.3"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14559
14560[[package]]
14561name = "tracing"
14562version = "0.1.41"
14563source = "registry+https://github.com/rust-lang/crates.io-index"
14564checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14565dependencies = [
14566 "log",
14567 "pin-project-lite",
14568 "tracing-attributes",
14569 "tracing-core",
14570]
14571
14572[[package]]
14573name = "tracing-attributes"
14574version = "0.1.28"
14575source = "registry+https://github.com/rust-lang/crates.io-index"
14576checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14577dependencies = [
14578 "proc-macro2",
14579 "quote",
14580 "syn 2.0.100",
14581]
14582
14583[[package]]
14584name = "tracing-core"
14585version = "0.1.33"
14586source = "registry+https://github.com/rust-lang/crates.io-index"
14587checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14588dependencies = [
14589 "once_cell",
14590 "valuable",
14591]
14592
14593[[package]]
14594name = "tracing-log"
14595version = "0.2.0"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14598dependencies = [
14599 "log",
14600 "once_cell",
14601 "tracing-core",
14602]
14603
14604[[package]]
14605name = "tracing-serde"
14606version = "0.2.0"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14609dependencies = [
14610 "serde",
14611 "tracing-core",
14612]
14613
14614[[package]]
14615name = "tracing-subscriber"
14616version = "0.3.19"
14617source = "registry+https://github.com/rust-lang/crates.io-index"
14618checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14619dependencies = [
14620 "matchers",
14621 "nu-ansi-term",
14622 "once_cell",
14623 "regex",
14624 "serde",
14625 "serde_json",
14626 "sharded-slab",
14627 "smallvec",
14628 "thread_local",
14629 "tracing",
14630 "tracing-core",
14631 "tracing-log",
14632 "tracing-serde",
14633]
14634
14635[[package]]
14636name = "trait-variant"
14637version = "0.1.2"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14640dependencies = [
14641 "proc-macro2",
14642 "quote",
14643 "syn 2.0.100",
14644]
14645
14646[[package]]
14647name = "tree-sitter"
14648version = "0.25.3"
14649source = "registry+https://github.com/rust-lang/crates.io-index"
14650checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14651dependencies = [
14652 "cc",
14653 "regex",
14654 "regex-syntax 0.8.5",
14655 "serde_json",
14656 "streaming-iterator",
14657 "tree-sitter-language",
14658 "wasmtime-c-api-impl",
14659]
14660
14661[[package]]
14662name = "tree-sitter-bash"
14663version = "0.23.3"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14666dependencies = [
14667 "cc",
14668 "tree-sitter-language",
14669]
14670
14671[[package]]
14672name = "tree-sitter-c"
14673version = "0.23.4"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14676dependencies = [
14677 "cc",
14678 "tree-sitter-language",
14679]
14680
14681[[package]]
14682name = "tree-sitter-cpp"
14683version = "0.23.4"
14684source = "registry+https://github.com/rust-lang/crates.io-index"
14685checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14686dependencies = [
14687 "cc",
14688 "tree-sitter-language",
14689]
14690
14691[[package]]
14692name = "tree-sitter-css"
14693version = "0.23.2"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14696dependencies = [
14697 "cc",
14698 "tree-sitter-language",
14699]
14700
14701[[package]]
14702name = "tree-sitter-diff"
14703version = "0.1.0"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14706dependencies = [
14707 "cc",
14708 "tree-sitter-language",
14709]
14710
14711[[package]]
14712name = "tree-sitter-elixir"
14713version = "0.3.4"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14716dependencies = [
14717 "cc",
14718 "tree-sitter-language",
14719]
14720
14721[[package]]
14722name = "tree-sitter-embedded-template"
14723version = "0.23.2"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14726dependencies = [
14727 "cc",
14728 "tree-sitter-language",
14729]
14730
14731[[package]]
14732name = "tree-sitter-gitcommit"
14733version = "0.0.1"
14734source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14735dependencies = [
14736 "cc",
14737 "tree-sitter-language",
14738]
14739
14740[[package]]
14741name = "tree-sitter-go"
14742version = "0.23.4"
14743source = "registry+https://github.com/rust-lang/crates.io-index"
14744checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14745dependencies = [
14746 "cc",
14747 "tree-sitter-language",
14748]
14749
14750[[package]]
14751name = "tree-sitter-gomod"
14752version = "1.1.1"
14753source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14754dependencies = [
14755 "cc",
14756 "tree-sitter-language",
14757]
14758
14759[[package]]
14760name = "tree-sitter-gowork"
14761version = "0.0.1"
14762source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14763dependencies = [
14764 "cc",
14765 "tree-sitter-language",
14766]
14767
14768[[package]]
14769name = "tree-sitter-heex"
14770version = "0.0.1"
14771source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14772dependencies = [
14773 "cc",
14774 "tree-sitter-language",
14775]
14776
14777[[package]]
14778name = "tree-sitter-html"
14779version = "0.23.2"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14782dependencies = [
14783 "cc",
14784 "tree-sitter-language",
14785]
14786
14787[[package]]
14788name = "tree-sitter-jsdoc"
14789version = "0.23.2"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14792dependencies = [
14793 "cc",
14794 "tree-sitter-language",
14795]
14796
14797[[package]]
14798name = "tree-sitter-json"
14799version = "0.24.8"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14802dependencies = [
14803 "cc",
14804 "tree-sitter-language",
14805]
14806
14807[[package]]
14808name = "tree-sitter-language"
14809version = "0.1.3"
14810source = "registry+https://github.com/rust-lang/crates.io-index"
14811checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14812
14813[[package]]
14814name = "tree-sitter-md"
14815version = "0.3.2"
14816source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14817dependencies = [
14818 "cc",
14819 "tree-sitter-language",
14820]
14821
14822[[package]]
14823name = "tree-sitter-python"
14824version = "0.23.6"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14827dependencies = [
14828 "cc",
14829 "tree-sitter-language",
14830]
14831
14832[[package]]
14833name = "tree-sitter-regex"
14834version = "0.24.3"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14837dependencies = [
14838 "cc",
14839 "tree-sitter-language",
14840]
14841
14842[[package]]
14843name = "tree-sitter-ruby"
14844version = "0.23.1"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14847dependencies = [
14848 "cc",
14849 "tree-sitter-language",
14850]
14851
14852[[package]]
14853name = "tree-sitter-rust"
14854version = "0.23.2"
14855source = "registry+https://github.com/rust-lang/crates.io-index"
14856checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14857dependencies = [
14858 "cc",
14859 "tree-sitter-language",
14860]
14861
14862[[package]]
14863name = "tree-sitter-typescript"
14864version = "0.23.2"
14865source = "registry+https://github.com/rust-lang/crates.io-index"
14866checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14867dependencies = [
14868 "cc",
14869 "tree-sitter-language",
14870]
14871
14872[[package]]
14873name = "tree-sitter-yaml"
14874version = "0.6.1"
14875source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14876dependencies = [
14877 "cc",
14878 "tree-sitter-language",
14879]
14880
14881[[package]]
14882name = "try-lock"
14883version = "0.2.5"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14886
14887[[package]]
14888name = "ttf-parser"
14889version = "0.21.1"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14892
14893[[package]]
14894name = "ttf-parser"
14895version = "0.25.1"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14898dependencies = [
14899 "core_maths",
14900]
14901
14902[[package]]
14903name = "tungstenite"
14904version = "0.20.1"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14907dependencies = [
14908 "byteorder",
14909 "bytes 1.10.1",
14910 "data-encoding",
14911 "http 0.2.12",
14912 "httparse",
14913 "log",
14914 "rand 0.8.5",
14915 "rustls 0.21.12",
14916 "sha1",
14917 "thiserror 1.0.69",
14918 "url",
14919 "utf-8",
14920]
14921
14922[[package]]
14923name = "tungstenite"
14924version = "0.21.0"
14925source = "registry+https://github.com/rust-lang/crates.io-index"
14926checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14927dependencies = [
14928 "byteorder",
14929 "bytes 1.10.1",
14930 "data-encoding",
14931 "http 1.2.0",
14932 "httparse",
14933 "log",
14934 "rand 0.8.5",
14935 "sha1",
14936 "thiserror 1.0.69",
14937 "url",
14938 "utf-8",
14939]
14940
14941[[package]]
14942name = "tungstenite"
14943version = "0.24.0"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14946dependencies = [
14947 "byteorder",
14948 "bytes 1.10.1",
14949 "data-encoding",
14950 "http 1.2.0",
14951 "httparse",
14952 "log",
14953 "rand 0.8.5",
14954 "sha1",
14955 "thiserror 1.0.69",
14956 "utf-8",
14957]
14958
14959[[package]]
14960name = "typeid"
14961version = "1.0.2"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14964
14965[[package]]
14966name = "typenum"
14967version = "1.17.0"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14970
14971[[package]]
14972name = "ucd-trie"
14973version = "0.1.7"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14976
14977[[package]]
14978name = "uds_windows"
14979version = "1.1.0"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14982dependencies = [
14983 "memoffset",
14984 "tempfile",
14985 "winapi",
14986]
14987
14988[[package]]
14989name = "ui"
14990version = "0.1.0"
14991dependencies = [
14992 "chrono",
14993 "component",
14994 "gpui",
14995 "itertools 0.14.0",
14996 "linkme",
14997 "menu",
14998 "serde",
14999 "settings",
15000 "smallvec",
15001 "story",
15002 "strum",
15003 "theme",
15004 "ui_macros",
15005 "util",
15006 "windows 0.60.0",
15007]
15008
15009[[package]]
15010name = "ui_input"
15011version = "0.1.0"
15012dependencies = [
15013 "editor",
15014 "gpui",
15015 "settings",
15016 "theme",
15017 "ui",
15018]
15019
15020[[package]]
15021name = "ui_macros"
15022version = "0.1.0"
15023dependencies = [
15024 "convert_case 0.8.0",
15025 "linkme",
15026 "proc-macro2",
15027 "quote",
15028 "syn 1.0.109",
15029]
15030
15031[[package]]
15032name = "ui_prompt"
15033version = "0.1.0"
15034dependencies = [
15035 "gpui",
15036 "markdown",
15037 "menu",
15038 "settings",
15039 "theme",
15040 "ui",
15041 "workspace",
15042]
15043
15044[[package]]
15045name = "unicase"
15046version = "2.8.1"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15049
15050[[package]]
15051name = "unicode-bidi"
15052version = "0.3.17"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15055
15056[[package]]
15057name = "unicode-bidi-mirroring"
15058version = "0.2.0"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15061
15062[[package]]
15063name = "unicode-bidi-mirroring"
15064version = "0.4.0"
15065source = "registry+https://github.com/rust-lang/crates.io-index"
15066checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15067
15068[[package]]
15069name = "unicode-ccc"
15070version = "0.2.0"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15073
15074[[package]]
15075name = "unicode-ccc"
15076version = "0.4.0"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15079
15080[[package]]
15081name = "unicode-ident"
15082version = "1.0.14"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15085
15086[[package]]
15087name = "unicode-linebreak"
15088version = "0.1.5"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15091
15092[[package]]
15093name = "unicode-normalization"
15094version = "0.1.24"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15097dependencies = [
15098 "tinyvec",
15099]
15100
15101[[package]]
15102name = "unicode-properties"
15103version = "0.1.3"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15106
15107[[package]]
15108name = "unicode-script"
15109version = "0.5.7"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15112
15113[[package]]
15114name = "unicode-segmentation"
15115version = "1.12.0"
15116source = "registry+https://github.com/rust-lang/crates.io-index"
15117checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15118
15119[[package]]
15120name = "unicode-vo"
15121version = "0.1.0"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15124
15125[[package]]
15126name = "unicode-width"
15127version = "0.1.14"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15130
15131[[package]]
15132name = "unicode-xid"
15133version = "0.2.6"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15136
15137[[package]]
15138name = "unicode_categories"
15139version = "0.1.1"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15142
15143[[package]]
15144name = "unindent"
15145version = "0.2.4"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15148
15149[[package]]
15150name = "untrusted"
15151version = "0.9.0"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15154
15155[[package]]
15156name = "url"
15157version = "2.5.4"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15160dependencies = [
15161 "form_urlencoded",
15162 "idna",
15163 "percent-encoding",
15164 "serde",
15165]
15166
15167[[package]]
15168name = "urlencoding"
15169version = "2.1.3"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15172
15173[[package]]
15174name = "usvg"
15175version = "0.45.0"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15178dependencies = [
15179 "base64 0.22.1",
15180 "data-url",
15181 "flate2",
15182 "fontdb 0.23.0",
15183 "imagesize",
15184 "kurbo",
15185 "log",
15186 "pico-args",
15187 "roxmltree",
15188 "rustybuzz 0.20.1",
15189 "simplecss",
15190 "siphasher 1.0.1",
15191 "strict-num",
15192 "svgtypes",
15193 "tiny-skia-path",
15194 "unicode-bidi",
15195 "unicode-script",
15196 "unicode-vo",
15197 "xmlwriter",
15198]
15199
15200[[package]]
15201name = "utf-8"
15202version = "0.7.6"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15205
15206[[package]]
15207name = "utf16_iter"
15208version = "1.0.5"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15211
15212[[package]]
15213name = "utf8_iter"
15214version = "1.0.4"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15217
15218[[package]]
15219name = "utf8parse"
15220version = "0.2.2"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15223
15224[[package]]
15225name = "util"
15226version = "0.1.0"
15227dependencies = [
15228 "anyhow",
15229 "async-fs",
15230 "collections",
15231 "dirs 4.0.0",
15232 "dunce",
15233 "futures 0.3.31",
15234 "futures-lite 1.13.0",
15235 "git2",
15236 "globset",
15237 "itertools 0.14.0",
15238 "libc",
15239 "log",
15240 "rand 0.8.5",
15241 "regex",
15242 "rust-embed",
15243 "serde",
15244 "serde_json",
15245 "smol",
15246 "take-until",
15247 "tempfile",
15248 "tendril",
15249 "unicase",
15250 "util_macros",
15251]
15252
15253[[package]]
15254name = "util_macros"
15255version = "0.1.0"
15256dependencies = [
15257 "quote",
15258 "syn 1.0.109",
15259]
15260
15261[[package]]
15262name = "uuid"
15263version = "1.13.2"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15266dependencies = [
15267 "getrandom 0.3.1",
15268 "serde",
15269 "sha1_smol",
15270]
15271
15272[[package]]
15273name = "v_frame"
15274version = "0.3.8"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15277dependencies = [
15278 "aligned-vec",
15279 "num-traits",
15280 "wasm-bindgen",
15281]
15282
15283[[package]]
15284name = "valuable"
15285version = "0.1.0"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15288
15289[[package]]
15290name = "value-bag"
15291version = "1.10.0"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15294dependencies = [
15295 "value-bag-serde1",
15296 "value-bag-sval2",
15297]
15298
15299[[package]]
15300name = "value-bag-serde1"
15301version = "1.10.0"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15304dependencies = [
15305 "erased-serde",
15306 "serde",
15307 "serde_fmt",
15308]
15309
15310[[package]]
15311name = "value-bag-sval2"
15312version = "1.10.0"
15313source = "registry+https://github.com/rust-lang/crates.io-index"
15314checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15315dependencies = [
15316 "sval",
15317 "sval_buffer",
15318 "sval_dynamic",
15319 "sval_fmt",
15320 "sval_json",
15321 "sval_ref",
15322 "sval_serde",
15323]
15324
15325[[package]]
15326name = "vcpkg"
15327version = "0.2.15"
15328source = "registry+https://github.com/rust-lang/crates.io-index"
15329checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15330
15331[[package]]
15332name = "version-compare"
15333version = "0.2.0"
15334source = "registry+https://github.com/rust-lang/crates.io-index"
15335checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15336
15337[[package]]
15338name = "version_check"
15339version = "0.9.5"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15342
15343[[package]]
15344name = "vim"
15345version = "0.1.0"
15346dependencies = [
15347 "anyhow",
15348 "assets",
15349 "async-compat",
15350 "async-trait",
15351 "collections",
15352 "command_palette",
15353 "command_palette_hooks",
15354 "db",
15355 "editor",
15356 "futures 0.3.31",
15357 "git_ui",
15358 "gpui",
15359 "indoc",
15360 "itertools 0.14.0",
15361 "language",
15362 "libc",
15363 "log",
15364 "lsp",
15365 "multi_buffer",
15366 "nvim-rs",
15367 "parking_lot",
15368 "picker",
15369 "project",
15370 "project_panel",
15371 "regex",
15372 "release_channel",
15373 "schemars",
15374 "search",
15375 "serde",
15376 "serde_derive",
15377 "serde_json",
15378 "settings",
15379 "task",
15380 "text",
15381 "theme",
15382 "tokio",
15383 "ui",
15384 "util",
15385 "vim_mode_setting",
15386 "workspace",
15387 "zed_actions",
15388]
15389
15390[[package]]
15391name = "vim_mode_setting"
15392version = "0.1.0"
15393dependencies = [
15394 "anyhow",
15395 "gpui",
15396 "settings",
15397]
15398
15399[[package]]
15400name = "vscode_theme"
15401version = "0.2.0"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15404dependencies = [
15405 "serde",
15406]
15407
15408[[package]]
15409name = "vsimd"
15410version = "0.8.0"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15413
15414[[package]]
15415name = "vswhom"
15416version = "0.1.0"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15419dependencies = [
15420 "libc",
15421 "vswhom-sys",
15422]
15423
15424[[package]]
15425name = "vswhom-sys"
15426version = "0.1.2"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15429dependencies = [
15430 "cc",
15431 "libc",
15432]
15433
15434[[package]]
15435name = "vte"
15436version = "0.15.0"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15439dependencies = [
15440 "arrayvec",
15441 "bitflags 2.8.0",
15442 "cursor-icon",
15443 "log",
15444 "memchr",
15445 "serde",
15446]
15447
15448[[package]]
15449name = "waker-fn"
15450version = "1.2.0"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15453
15454[[package]]
15455name = "walkdir"
15456version = "2.5.0"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15459dependencies = [
15460 "same-file",
15461 "winapi-util",
15462]
15463
15464[[package]]
15465name = "want"
15466version = "0.3.1"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15469dependencies = [
15470 "try-lock",
15471]
15472
15473[[package]]
15474name = "warp"
15475version = "0.3.7"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15478dependencies = [
15479 "bytes 1.10.1",
15480 "futures-channel",
15481 "futures-util",
15482 "headers",
15483 "http 0.2.12",
15484 "hyper 0.14.32",
15485 "log",
15486 "mime",
15487 "mime_guess",
15488 "percent-encoding",
15489 "pin-project",
15490 "scoped-tls",
15491 "serde",
15492 "serde_json",
15493 "serde_urlencoded",
15494 "tokio",
15495 "tokio-tungstenite 0.21.0",
15496 "tokio-util",
15497 "tower-service",
15498 "tracing",
15499]
15500
15501[[package]]
15502name = "wasi"
15503version = "0.9.0+wasi-snapshot-preview1"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15506
15507[[package]]
15508name = "wasi"
15509version = "0.11.0+wasi-snapshot-preview1"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15512
15513[[package]]
15514name = "wasi"
15515version = "0.13.3+wasi-0.2.2"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15518dependencies = [
15519 "wit-bindgen-rt 0.33.0",
15520]
15521
15522[[package]]
15523name = "wasite"
15524version = "0.1.0"
15525source = "registry+https://github.com/rust-lang/crates.io-index"
15526checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15527
15528[[package]]
15529name = "wasm-bindgen"
15530version = "0.2.99"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15533dependencies = [
15534 "cfg-if",
15535 "once_cell",
15536 "wasm-bindgen-macro",
15537]
15538
15539[[package]]
15540name = "wasm-bindgen-backend"
15541version = "0.2.99"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15544dependencies = [
15545 "bumpalo",
15546 "log",
15547 "proc-macro2",
15548 "quote",
15549 "syn 2.0.100",
15550 "wasm-bindgen-shared",
15551]
15552
15553[[package]]
15554name = "wasm-bindgen-futures"
15555version = "0.4.49"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15558dependencies = [
15559 "cfg-if",
15560 "js-sys",
15561 "once_cell",
15562 "wasm-bindgen",
15563 "web-sys",
15564]
15565
15566[[package]]
15567name = "wasm-bindgen-macro"
15568version = "0.2.99"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15571dependencies = [
15572 "quote",
15573 "wasm-bindgen-macro-support",
15574]
15575
15576[[package]]
15577name = "wasm-bindgen-macro-support"
15578version = "0.2.99"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15581dependencies = [
15582 "proc-macro2",
15583 "quote",
15584 "syn 2.0.100",
15585 "wasm-bindgen-backend",
15586 "wasm-bindgen-shared",
15587]
15588
15589[[package]]
15590name = "wasm-bindgen-shared"
15591version = "0.2.99"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15594
15595[[package]]
15596name = "wasm-encoder"
15597version = "0.201.0"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15600dependencies = [
15601 "leb128",
15602]
15603
15604[[package]]
15605name = "wasm-encoder"
15606version = "0.221.3"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15609dependencies = [
15610 "leb128",
15611 "wasmparser 0.221.3",
15612]
15613
15614[[package]]
15615name = "wasm-metadata"
15616version = "0.201.0"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15619dependencies = [
15620 "anyhow",
15621 "indexmap",
15622 "serde",
15623 "serde_derive",
15624 "serde_json",
15625 "spdx",
15626 "wasm-encoder 0.201.0",
15627 "wasmparser 0.201.0",
15628]
15629
15630[[package]]
15631name = "wasm-metadata"
15632version = "0.221.3"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15635dependencies = [
15636 "anyhow",
15637 "indexmap",
15638 "serde",
15639 "serde_derive",
15640 "serde_json",
15641 "spdx",
15642 "wasm-encoder 0.221.3",
15643 "wasmparser 0.221.3",
15644]
15645
15646[[package]]
15647name = "wasm-streams"
15648version = "0.4.2"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15651dependencies = [
15652 "futures-util",
15653 "js-sys",
15654 "wasm-bindgen",
15655 "wasm-bindgen-futures",
15656 "web-sys",
15657]
15658
15659[[package]]
15660name = "wasmparser"
15661version = "0.201.0"
15662source = "registry+https://github.com/rust-lang/crates.io-index"
15663checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15664dependencies = [
15665 "bitflags 2.8.0",
15666 "indexmap",
15667 "semver",
15668]
15669
15670[[package]]
15671name = "wasmparser"
15672version = "0.221.3"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15675dependencies = [
15676 "bitflags 2.8.0",
15677 "hashbrown 0.15.2",
15678 "indexmap",
15679 "semver",
15680 "serde",
15681]
15682
15683[[package]]
15684name = "wasmprinter"
15685version = "0.221.3"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15688dependencies = [
15689 "anyhow",
15690 "termcolor",
15691 "wasmparser 0.221.3",
15692]
15693
15694[[package]]
15695name = "wasmtime"
15696version = "29.0.1"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15699dependencies = [
15700 "anyhow",
15701 "async-trait",
15702 "bitflags 2.8.0",
15703 "bumpalo",
15704 "cc",
15705 "cfg-if",
15706 "encoding_rs",
15707 "hashbrown 0.14.5",
15708 "indexmap",
15709 "libc",
15710 "log",
15711 "mach2",
15712 "memfd",
15713 "object",
15714 "once_cell",
15715 "paste",
15716 "postcard",
15717 "psm",
15718 "pulley-interpreter",
15719 "rustix",
15720 "semver",
15721 "serde",
15722 "serde_derive",
15723 "smallvec",
15724 "sptr",
15725 "target-lexicon 0.13.2",
15726 "trait-variant",
15727 "wasmparser 0.221.3",
15728 "wasmtime-asm-macros",
15729 "wasmtime-component-macro",
15730 "wasmtime-component-util",
15731 "wasmtime-cranelift",
15732 "wasmtime-environ",
15733 "wasmtime-fiber",
15734 "wasmtime-jit-icache-coherence",
15735 "wasmtime-math",
15736 "wasmtime-slab",
15737 "wasmtime-versioned-export-macros",
15738 "wasmtime-winch",
15739 "windows-sys 0.59.0",
15740]
15741
15742[[package]]
15743name = "wasmtime-asm-macros"
15744version = "29.0.1"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15747dependencies = [
15748 "cfg-if",
15749]
15750
15751[[package]]
15752name = "wasmtime-c-api-impl"
15753version = "29.0.1"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15756dependencies = [
15757 "anyhow",
15758 "log",
15759 "tracing",
15760 "wasmtime",
15761 "wasmtime-c-api-macros",
15762]
15763
15764[[package]]
15765name = "wasmtime-c-api-macros"
15766version = "29.0.1"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15769dependencies = [
15770 "proc-macro2",
15771 "quote",
15772]
15773
15774[[package]]
15775name = "wasmtime-component-macro"
15776version = "29.0.1"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15779dependencies = [
15780 "anyhow",
15781 "proc-macro2",
15782 "quote",
15783 "syn 2.0.100",
15784 "wasmtime-component-util",
15785 "wasmtime-wit-bindgen",
15786 "wit-parser 0.221.3",
15787]
15788
15789[[package]]
15790name = "wasmtime-component-util"
15791version = "29.0.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15794
15795[[package]]
15796name = "wasmtime-cranelift"
15797version = "29.0.1"
15798source = "registry+https://github.com/rust-lang/crates.io-index"
15799checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15800dependencies = [
15801 "anyhow",
15802 "cfg-if",
15803 "cranelift-codegen",
15804 "cranelift-control",
15805 "cranelift-entity",
15806 "cranelift-frontend",
15807 "cranelift-native",
15808 "gimli",
15809 "itertools 0.12.1",
15810 "log",
15811 "object",
15812 "smallvec",
15813 "target-lexicon 0.13.2",
15814 "thiserror 1.0.69",
15815 "wasmparser 0.221.3",
15816 "wasmtime-environ",
15817 "wasmtime-versioned-export-macros",
15818]
15819
15820[[package]]
15821name = "wasmtime-environ"
15822version = "29.0.1"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15825dependencies = [
15826 "anyhow",
15827 "cpp_demangle",
15828 "cranelift-bitset",
15829 "cranelift-entity",
15830 "gimli",
15831 "indexmap",
15832 "log",
15833 "object",
15834 "postcard",
15835 "rustc-demangle",
15836 "semver",
15837 "serde",
15838 "serde_derive",
15839 "smallvec",
15840 "target-lexicon 0.13.2",
15841 "wasm-encoder 0.221.3",
15842 "wasmparser 0.221.3",
15843 "wasmprinter",
15844 "wasmtime-component-util",
15845]
15846
15847[[package]]
15848name = "wasmtime-fiber"
15849version = "29.0.1"
15850source = "registry+https://github.com/rust-lang/crates.io-index"
15851checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15852dependencies = [
15853 "anyhow",
15854 "cc",
15855 "cfg-if",
15856 "rustix",
15857 "wasmtime-asm-macros",
15858 "wasmtime-versioned-export-macros",
15859 "windows-sys 0.59.0",
15860]
15861
15862[[package]]
15863name = "wasmtime-jit-icache-coherence"
15864version = "29.0.1"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15867dependencies = [
15868 "anyhow",
15869 "cfg-if",
15870 "libc",
15871 "windows-sys 0.59.0",
15872]
15873
15874[[package]]
15875name = "wasmtime-math"
15876version = "29.0.1"
15877source = "registry+https://github.com/rust-lang/crates.io-index"
15878checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15879dependencies = [
15880 "libm",
15881]
15882
15883[[package]]
15884name = "wasmtime-slab"
15885version = "29.0.1"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15888
15889[[package]]
15890name = "wasmtime-versioned-export-macros"
15891version = "29.0.1"
15892source = "registry+https://github.com/rust-lang/crates.io-index"
15893checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15894dependencies = [
15895 "proc-macro2",
15896 "quote",
15897 "syn 2.0.100",
15898]
15899
15900[[package]]
15901name = "wasmtime-wasi"
15902version = "29.0.1"
15903source = "registry+https://github.com/rust-lang/crates.io-index"
15904checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15905dependencies = [
15906 "anyhow",
15907 "async-trait",
15908 "bitflags 2.8.0",
15909 "bytes 1.10.1",
15910 "cap-fs-ext",
15911 "cap-net-ext",
15912 "cap-rand",
15913 "cap-std",
15914 "cap-time-ext",
15915 "fs-set-times",
15916 "futures 0.3.31",
15917 "io-extras",
15918 "io-lifetimes",
15919 "rustix",
15920 "system-interface",
15921 "thiserror 1.0.69",
15922 "tokio",
15923 "tracing",
15924 "trait-variant",
15925 "url",
15926 "wasmtime",
15927 "wiggle",
15928 "windows-sys 0.59.0",
15929]
15930
15931[[package]]
15932name = "wasmtime-winch"
15933version = "29.0.1"
15934source = "registry+https://github.com/rust-lang/crates.io-index"
15935checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15936dependencies = [
15937 "anyhow",
15938 "cranelift-codegen",
15939 "gimli",
15940 "object",
15941 "target-lexicon 0.13.2",
15942 "wasmparser 0.221.3",
15943 "wasmtime-cranelift",
15944 "wasmtime-environ",
15945 "winch-codegen",
15946]
15947
15948[[package]]
15949name = "wasmtime-wit-bindgen"
15950version = "29.0.1"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15953dependencies = [
15954 "anyhow",
15955 "heck 0.5.0",
15956 "indexmap",
15957 "wit-parser 0.221.3",
15958]
15959
15960[[package]]
15961name = "wast"
15962version = "35.0.2"
15963source = "registry+https://github.com/rust-lang/crates.io-index"
15964checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15965dependencies = [
15966 "leb128",
15967]
15968
15969[[package]]
15970name = "wayland-backend"
15971version = "0.3.8"
15972source = "registry+https://github.com/rust-lang/crates.io-index"
15973checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15974dependencies = [
15975 "cc",
15976 "downcast-rs",
15977 "rustix",
15978 "scoped-tls",
15979 "smallvec",
15980 "wayland-sys",
15981]
15982
15983[[package]]
15984name = "wayland-client"
15985version = "0.31.8"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15988dependencies = [
15989 "bitflags 2.8.0",
15990 "rustix",
15991 "wayland-backend",
15992 "wayland-scanner",
15993]
15994
15995[[package]]
15996name = "wayland-cursor"
15997version = "0.31.8"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
16000dependencies = [
16001 "rustix",
16002 "wayland-client",
16003 "xcursor",
16004]
16005
16006[[package]]
16007name = "wayland-protocols"
16008version = "0.31.2"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
16011dependencies = [
16012 "bitflags 2.8.0",
16013 "wayland-backend",
16014 "wayland-client",
16015 "wayland-scanner",
16016]
16017
16018[[package]]
16019name = "wayland-protocols-plasma"
16020version = "0.2.0"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16023dependencies = [
16024 "bitflags 2.8.0",
16025 "wayland-backend",
16026 "wayland-client",
16027 "wayland-protocols",
16028 "wayland-scanner",
16029]
16030
16031[[package]]
16032name = "wayland-scanner"
16033version = "0.31.6"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16036dependencies = [
16037 "proc-macro2",
16038 "quick-xml 0.37.2",
16039 "quote",
16040]
16041
16042[[package]]
16043name = "wayland-sys"
16044version = "0.31.6"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16047dependencies = [
16048 "dlib",
16049 "log",
16050 "once_cell",
16051 "pkg-config",
16052]
16053
16054[[package]]
16055name = "web-sys"
16056version = "0.3.76"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16059dependencies = [
16060 "js-sys",
16061 "wasm-bindgen",
16062]
16063
16064[[package]]
16065name = "web-time"
16066version = "1.1.0"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16069dependencies = [
16070 "js-sys",
16071 "wasm-bindgen",
16072]
16073
16074[[package]]
16075name = "webpki-root-certs"
16076version = "0.26.8"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16079dependencies = [
16080 "rustls-pki-types",
16081]
16082
16083[[package]]
16084name = "webpki-roots"
16085version = "0.26.7"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16088dependencies = [
16089 "rustls-pki-types",
16090]
16091
16092[[package]]
16093name = "webrtc-sys"
16094version = "0.3.5"
16095source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16096dependencies = [
16097 "cc",
16098 "cxx",
16099 "cxx-build",
16100 "glob",
16101 "log",
16102 "webrtc-sys-build",
16103]
16104
16105[[package]]
16106name = "webrtc-sys-build"
16107version = "0.3.5"
16108source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16109dependencies = [
16110 "fs2",
16111 "regex",
16112 "reqwest 0.11.27",
16113 "scratch",
16114 "semver",
16115 "zip",
16116]
16117
16118[[package]]
16119name = "weezl"
16120version = "0.1.8"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16123
16124[[package]]
16125name = "welcome"
16126version = "0.1.0"
16127dependencies = [
16128 "anyhow",
16129 "client",
16130 "db",
16131 "editor",
16132 "fuzzy",
16133 "gpui",
16134 "install_cli",
16135 "language",
16136 "picker",
16137 "project",
16138 "schemars",
16139 "serde",
16140 "settings",
16141 "telemetry",
16142 "ui",
16143 "util",
16144 "vim_mode_setting",
16145 "workspace",
16146 "zed_actions",
16147]
16148
16149[[package]]
16150name = "which"
16151version = "4.4.2"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16154dependencies = [
16155 "either",
16156 "home",
16157 "once_cell",
16158 "rustix",
16159]
16160
16161[[package]]
16162name = "which"
16163version = "6.0.3"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16166dependencies = [
16167 "either",
16168 "home",
16169 "rustix",
16170 "winsafe",
16171]
16172
16173[[package]]
16174name = "which"
16175version = "7.0.2"
16176source = "registry+https://github.com/rust-lang/crates.io-index"
16177checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16178dependencies = [
16179 "either",
16180 "env_home",
16181 "rustix",
16182 "winsafe",
16183]
16184
16185[[package]]
16186name = "whoami"
16187version = "1.5.2"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16190dependencies = [
16191 "redox_syscall 0.5.8",
16192 "wasite",
16193]
16194
16195[[package]]
16196name = "wiggle"
16197version = "29.0.1"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16200dependencies = [
16201 "anyhow",
16202 "async-trait",
16203 "bitflags 2.8.0",
16204 "thiserror 1.0.69",
16205 "tracing",
16206 "wasmtime",
16207 "wiggle-macro",
16208]
16209
16210[[package]]
16211name = "wiggle-generate"
16212version = "29.0.1"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16215dependencies = [
16216 "anyhow",
16217 "heck 0.5.0",
16218 "proc-macro2",
16219 "quote",
16220 "shellexpand 2.1.2",
16221 "syn 2.0.100",
16222 "witx",
16223]
16224
16225[[package]]
16226name = "wiggle-macro"
16227version = "29.0.1"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16230dependencies = [
16231 "proc-macro2",
16232 "quote",
16233 "syn 2.0.100",
16234 "wiggle-generate",
16235]
16236
16237[[package]]
16238name = "winapi"
16239version = "0.3.9"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16242dependencies = [
16243 "winapi-i686-pc-windows-gnu",
16244 "winapi-x86_64-pc-windows-gnu",
16245]
16246
16247[[package]]
16248name = "winapi-i686-pc-windows-gnu"
16249version = "0.4.0"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16252
16253[[package]]
16254name = "winapi-util"
16255version = "0.1.9"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16258dependencies = [
16259 "windows-sys 0.59.0",
16260]
16261
16262[[package]]
16263name = "winapi-x86_64-pc-windows-gnu"
16264version = "0.4.0"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16267
16268[[package]]
16269name = "winch-codegen"
16270version = "29.0.1"
16271source = "registry+https://github.com/rust-lang/crates.io-index"
16272checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16273dependencies = [
16274 "anyhow",
16275 "cranelift-codegen",
16276 "gimli",
16277 "regalloc2",
16278 "smallvec",
16279 "target-lexicon 0.13.2",
16280 "thiserror 1.0.69",
16281 "wasmparser 0.221.3",
16282 "wasmtime-cranelift",
16283 "wasmtime-environ",
16284]
16285
16286[[package]]
16287name = "windows"
16288version = "0.54.0"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16291dependencies = [
16292 "windows-core 0.54.0",
16293 "windows-targets 0.52.6",
16294]
16295
16296[[package]]
16297name = "windows"
16298version = "0.57.0"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16301dependencies = [
16302 "windows-core 0.57.0",
16303 "windows-targets 0.52.6",
16304]
16305
16306[[package]]
16307name = "windows"
16308version = "0.58.0"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16311dependencies = [
16312 "windows-core 0.58.0",
16313 "windows-targets 0.52.6",
16314]
16315
16316[[package]]
16317name = "windows"
16318version = "0.60.0"
16319source = "registry+https://github.com/rust-lang/crates.io-index"
16320checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16321dependencies = [
16322 "windows-collections",
16323 "windows-core 0.60.1",
16324 "windows-future",
16325 "windows-link",
16326 "windows-numerics",
16327]
16328
16329[[package]]
16330name = "windows-collections"
16331version = "0.1.1"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16334dependencies = [
16335 "windows-core 0.60.1",
16336]
16337
16338[[package]]
16339name = "windows-core"
16340version = "0.52.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16343dependencies = [
16344 "windows-targets 0.52.6",
16345]
16346
16347[[package]]
16348name = "windows-core"
16349version = "0.54.0"
16350source = "registry+https://github.com/rust-lang/crates.io-index"
16351checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16352dependencies = [
16353 "windows-result 0.1.2",
16354 "windows-targets 0.52.6",
16355]
16356
16357[[package]]
16358name = "windows-core"
16359version = "0.57.0"
16360source = "registry+https://github.com/rust-lang/crates.io-index"
16361checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16362dependencies = [
16363 "windows-implement 0.57.0",
16364 "windows-interface 0.57.0",
16365 "windows-result 0.1.2",
16366 "windows-targets 0.52.6",
16367]
16368
16369[[package]]
16370name = "windows-core"
16371version = "0.58.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16374dependencies = [
16375 "windows-implement 0.58.0",
16376 "windows-interface 0.58.0",
16377 "windows-result 0.2.0",
16378 "windows-strings 0.1.0",
16379 "windows-targets 0.52.6",
16380]
16381
16382[[package]]
16383name = "windows-core"
16384version = "0.60.1"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16387dependencies = [
16388 "windows-implement 0.59.0",
16389 "windows-interface 0.59.0",
16390 "windows-link",
16391 "windows-result 0.3.1",
16392 "windows-strings 0.3.1",
16393]
16394
16395[[package]]
16396name = "windows-future"
16397version = "0.1.1"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16400dependencies = [
16401 "windows-core 0.60.1",
16402 "windows-link",
16403]
16404
16405[[package]]
16406name = "windows-implement"
16407version = "0.57.0"
16408source = "registry+https://github.com/rust-lang/crates.io-index"
16409checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16410dependencies = [
16411 "proc-macro2",
16412 "quote",
16413 "syn 2.0.100",
16414]
16415
16416[[package]]
16417name = "windows-implement"
16418version = "0.58.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16421dependencies = [
16422 "proc-macro2",
16423 "quote",
16424 "syn 2.0.100",
16425]
16426
16427[[package]]
16428name = "windows-implement"
16429version = "0.59.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16432dependencies = [
16433 "proc-macro2",
16434 "quote",
16435 "syn 2.0.100",
16436]
16437
16438[[package]]
16439name = "windows-interface"
16440version = "0.57.0"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16443dependencies = [
16444 "proc-macro2",
16445 "quote",
16446 "syn 2.0.100",
16447]
16448
16449[[package]]
16450name = "windows-interface"
16451version = "0.58.0"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16454dependencies = [
16455 "proc-macro2",
16456 "quote",
16457 "syn 2.0.100",
16458]
16459
16460[[package]]
16461name = "windows-interface"
16462version = "0.59.0"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16465dependencies = [
16466 "proc-macro2",
16467 "quote",
16468 "syn 2.0.100",
16469]
16470
16471[[package]]
16472name = "windows-link"
16473version = "0.1.0"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16476
16477[[package]]
16478name = "windows-numerics"
16479version = "0.1.1"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16482dependencies = [
16483 "windows-core 0.60.1",
16484 "windows-link",
16485]
16486
16487[[package]]
16488name = "windows-registry"
16489version = "0.2.0"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16492dependencies = [
16493 "windows-result 0.2.0",
16494 "windows-strings 0.1.0",
16495 "windows-targets 0.52.6",
16496]
16497
16498[[package]]
16499name = "windows-result"
16500version = "0.1.2"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16503dependencies = [
16504 "windows-targets 0.52.6",
16505]
16506
16507[[package]]
16508name = "windows-result"
16509version = "0.2.0"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16512dependencies = [
16513 "windows-targets 0.52.6",
16514]
16515
16516[[package]]
16517name = "windows-result"
16518version = "0.3.1"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16521dependencies = [
16522 "windows-link",
16523]
16524
16525[[package]]
16526name = "windows-strings"
16527version = "0.1.0"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16530dependencies = [
16531 "windows-result 0.2.0",
16532 "windows-targets 0.52.6",
16533]
16534
16535[[package]]
16536name = "windows-strings"
16537version = "0.3.1"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16540dependencies = [
16541 "windows-link",
16542]
16543
16544[[package]]
16545name = "windows-sys"
16546version = "0.45.0"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16549dependencies = [
16550 "windows-targets 0.42.2",
16551]
16552
16553[[package]]
16554name = "windows-sys"
16555version = "0.48.0"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16558dependencies = [
16559 "windows-targets 0.48.5",
16560]
16561
16562[[package]]
16563name = "windows-sys"
16564version = "0.52.0"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16567dependencies = [
16568 "windows-targets 0.52.6",
16569]
16570
16571[[package]]
16572name = "windows-sys"
16573version = "0.59.0"
16574source = "registry+https://github.com/rust-lang/crates.io-index"
16575checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16576dependencies = [
16577 "windows-targets 0.52.6",
16578]
16579
16580[[package]]
16581name = "windows-targets"
16582version = "0.42.2"
16583source = "registry+https://github.com/rust-lang/crates.io-index"
16584checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16585dependencies = [
16586 "windows_aarch64_gnullvm 0.42.2",
16587 "windows_aarch64_msvc 0.42.2",
16588 "windows_i686_gnu 0.42.2",
16589 "windows_i686_msvc 0.42.2",
16590 "windows_x86_64_gnu 0.42.2",
16591 "windows_x86_64_gnullvm 0.42.2",
16592 "windows_x86_64_msvc 0.42.2",
16593]
16594
16595[[package]]
16596name = "windows-targets"
16597version = "0.48.5"
16598source = "registry+https://github.com/rust-lang/crates.io-index"
16599checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16600dependencies = [
16601 "windows_aarch64_gnullvm 0.48.5",
16602 "windows_aarch64_msvc 0.48.5",
16603 "windows_i686_gnu 0.48.5",
16604 "windows_i686_msvc 0.48.5",
16605 "windows_x86_64_gnu 0.48.5",
16606 "windows_x86_64_gnullvm 0.48.5",
16607 "windows_x86_64_msvc 0.48.5",
16608]
16609
16610[[package]]
16611name = "windows-targets"
16612version = "0.52.6"
16613source = "registry+https://github.com/rust-lang/crates.io-index"
16614checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16615dependencies = [
16616 "windows_aarch64_gnullvm 0.52.6",
16617 "windows_aarch64_msvc 0.52.6",
16618 "windows_i686_gnu 0.52.6",
16619 "windows_i686_gnullvm",
16620 "windows_i686_msvc 0.52.6",
16621 "windows_x86_64_gnu 0.52.6",
16622 "windows_x86_64_gnullvm 0.52.6",
16623 "windows_x86_64_msvc 0.52.6",
16624]
16625
16626[[package]]
16627name = "windows_aarch64_gnullvm"
16628version = "0.42.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16631
16632[[package]]
16633name = "windows_aarch64_gnullvm"
16634version = "0.48.5"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16637
16638[[package]]
16639name = "windows_aarch64_gnullvm"
16640version = "0.52.6"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16643
16644[[package]]
16645name = "windows_aarch64_msvc"
16646version = "0.42.2"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16649
16650[[package]]
16651name = "windows_aarch64_msvc"
16652version = "0.48.5"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16655
16656[[package]]
16657name = "windows_aarch64_msvc"
16658version = "0.52.6"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16661
16662[[package]]
16663name = "windows_i686_gnu"
16664version = "0.42.2"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16667
16668[[package]]
16669name = "windows_i686_gnu"
16670version = "0.48.5"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16673
16674[[package]]
16675name = "windows_i686_gnu"
16676version = "0.52.6"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16679
16680[[package]]
16681name = "windows_i686_gnullvm"
16682version = "0.52.6"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16685
16686[[package]]
16687name = "windows_i686_msvc"
16688version = "0.42.2"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16691
16692[[package]]
16693name = "windows_i686_msvc"
16694version = "0.48.5"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16697
16698[[package]]
16699name = "windows_i686_msvc"
16700version = "0.52.6"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16703
16704[[package]]
16705name = "windows_x86_64_gnu"
16706version = "0.42.2"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16709
16710[[package]]
16711name = "windows_x86_64_gnu"
16712version = "0.48.5"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16715
16716[[package]]
16717name = "windows_x86_64_gnu"
16718version = "0.52.6"
16719source = "registry+https://github.com/rust-lang/crates.io-index"
16720checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16721
16722[[package]]
16723name = "windows_x86_64_gnullvm"
16724version = "0.42.2"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16727
16728[[package]]
16729name = "windows_x86_64_gnullvm"
16730version = "0.48.5"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16733
16734[[package]]
16735name = "windows_x86_64_gnullvm"
16736version = "0.52.6"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16739
16740[[package]]
16741name = "windows_x86_64_msvc"
16742version = "0.42.2"
16743source = "registry+https://github.com/rust-lang/crates.io-index"
16744checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16745
16746[[package]]
16747name = "windows_x86_64_msvc"
16748version = "0.48.5"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16751
16752[[package]]
16753name = "windows_x86_64_msvc"
16754version = "0.52.6"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16757
16758[[package]]
16759name = "winnow"
16760version = "0.6.20"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16763dependencies = [
16764 "memchr",
16765]
16766
16767[[package]]
16768name = "winnow"
16769version = "0.7.1"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16772dependencies = [
16773 "memchr",
16774]
16775
16776[[package]]
16777name = "winreg"
16778version = "0.50.0"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16781dependencies = [
16782 "cfg-if",
16783 "windows-sys 0.48.0",
16784]
16785
16786[[package]]
16787name = "winreg"
16788version = "0.52.0"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16791dependencies = [
16792 "cfg-if",
16793 "windows-sys 0.48.0",
16794]
16795
16796[[package]]
16797name = "winresource"
16798version = "0.1.20"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16801dependencies = [
16802 "toml 0.8.20",
16803 "version_check",
16804]
16805
16806[[package]]
16807name = "winsafe"
16808version = "0.0.19"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16811
16812[[package]]
16813name = "winx"
16814version = "0.36.4"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16817dependencies = [
16818 "bitflags 2.8.0",
16819 "windows-sys 0.59.0",
16820]
16821
16822[[package]]
16823name = "wio"
16824version = "0.2.2"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16827dependencies = [
16828 "winapi",
16829]
16830
16831[[package]]
16832name = "wit-bindgen"
16833version = "0.22.0"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16836dependencies = [
16837 "bitflags 2.8.0",
16838 "wit-bindgen-rt 0.22.0",
16839 "wit-bindgen-rust-macro",
16840]
16841
16842[[package]]
16843name = "wit-bindgen-core"
16844version = "0.22.0"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16847dependencies = [
16848 "anyhow",
16849 "wit-parser 0.201.0",
16850]
16851
16852[[package]]
16853name = "wit-bindgen-rt"
16854version = "0.22.0"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16857
16858[[package]]
16859name = "wit-bindgen-rt"
16860version = "0.33.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16863dependencies = [
16864 "bitflags 2.8.0",
16865]
16866
16867[[package]]
16868name = "wit-bindgen-rust"
16869version = "0.22.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16872dependencies = [
16873 "anyhow",
16874 "heck 0.4.1",
16875 "indexmap",
16876 "wasm-metadata 0.201.0",
16877 "wit-bindgen-core",
16878 "wit-component 0.201.0",
16879]
16880
16881[[package]]
16882name = "wit-bindgen-rust-macro"
16883version = "0.22.0"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16886dependencies = [
16887 "anyhow",
16888 "proc-macro2",
16889 "quote",
16890 "syn 2.0.100",
16891 "wit-bindgen-core",
16892 "wit-bindgen-rust",
16893]
16894
16895[[package]]
16896name = "wit-component"
16897version = "0.201.0"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16900dependencies = [
16901 "anyhow",
16902 "bitflags 2.8.0",
16903 "indexmap",
16904 "log",
16905 "serde",
16906 "serde_derive",
16907 "serde_json",
16908 "wasm-encoder 0.201.0",
16909 "wasm-metadata 0.201.0",
16910 "wasmparser 0.201.0",
16911 "wit-parser 0.201.0",
16912]
16913
16914[[package]]
16915name = "wit-component"
16916version = "0.221.3"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16919dependencies = [
16920 "anyhow",
16921 "bitflags 2.8.0",
16922 "indexmap",
16923 "log",
16924 "serde",
16925 "serde_derive",
16926 "serde_json",
16927 "wasm-encoder 0.221.3",
16928 "wasm-metadata 0.221.3",
16929 "wasmparser 0.221.3",
16930 "wit-parser 0.221.3",
16931]
16932
16933[[package]]
16934name = "wit-parser"
16935version = "0.201.0"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16938dependencies = [
16939 "anyhow",
16940 "id-arena",
16941 "indexmap",
16942 "log",
16943 "semver",
16944 "serde",
16945 "serde_derive",
16946 "serde_json",
16947 "unicode-xid",
16948 "wasmparser 0.201.0",
16949]
16950
16951[[package]]
16952name = "wit-parser"
16953version = "0.221.3"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16956dependencies = [
16957 "anyhow",
16958 "id-arena",
16959 "indexmap",
16960 "log",
16961 "semver",
16962 "serde",
16963 "serde_derive",
16964 "serde_json",
16965 "unicode-xid",
16966 "wasmparser 0.221.3",
16967]
16968
16969[[package]]
16970name = "witx"
16971version = "0.9.1"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16974dependencies = [
16975 "anyhow",
16976 "log",
16977 "thiserror 1.0.69",
16978 "wast",
16979]
16980
16981[[package]]
16982name = "workspace"
16983version = "0.1.0"
16984dependencies = [
16985 "any_vec",
16986 "anyhow",
16987 "async-recursion 1.1.1",
16988 "bincode",
16989 "call",
16990 "client",
16991 "clock",
16992 "collections",
16993 "component",
16994 "db",
16995 "derive_more",
16996 "env_logger 0.11.7",
16997 "fs",
16998 "futures 0.3.31",
16999 "gpui",
17000 "http_client",
17001 "itertools 0.14.0",
17002 "language",
17003 "log",
17004 "node_runtime",
17005 "parking_lot",
17006 "postage",
17007 "project",
17008 "remote",
17009 "schemars",
17010 "serde",
17011 "serde_json",
17012 "session",
17013 "settings",
17014 "smallvec",
17015 "sqlez",
17016 "strum",
17017 "task",
17018 "telemetry",
17019 "tempfile",
17020 "theme",
17021 "ui",
17022 "util",
17023 "uuid",
17024 "zed_actions",
17025]
17026
17027[[package]]
17028name = "worktree"
17029version = "0.1.0"
17030dependencies = [
17031 "anyhow",
17032 "clock",
17033 "collections",
17034 "env_logger 0.11.7",
17035 "fs",
17036 "futures 0.3.31",
17037 "fuzzy",
17038 "git",
17039 "git2",
17040 "git_hosting_providers",
17041 "gpui",
17042 "http_client",
17043 "ignore",
17044 "language",
17045 "log",
17046 "parking_lot",
17047 "paths",
17048 "postage",
17049 "pretty_assertions",
17050 "rand 0.8.5",
17051 "rpc",
17052 "schemars",
17053 "serde",
17054 "serde_json",
17055 "settings",
17056 "smallvec",
17057 "smol",
17058 "sum_tree",
17059 "text",
17060 "util",
17061]
17062
17063[[package]]
17064name = "write16"
17065version = "1.0.0"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17068
17069[[package]]
17070name = "writeable"
17071version = "0.5.5"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17074
17075[[package]]
17076name = "wyz"
17077version = "0.5.1"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17080dependencies = [
17081 "tap",
17082]
17083
17084[[package]]
17085name = "x11-clipboard"
17086version = "0.9.3"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17089dependencies = [
17090 "libc",
17091 "x11rb",
17092]
17093
17094[[package]]
17095name = "x11rb"
17096version = "0.13.1"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17099dependencies = [
17100 "as-raw-xcb-connection",
17101 "gethostname",
17102 "libc",
17103 "rustix",
17104 "x11rb-protocol",
17105]
17106
17107[[package]]
17108name = "x11rb-protocol"
17109version = "0.13.1"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17112
17113[[package]]
17114name = "xattr"
17115version = "0.2.3"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17118dependencies = [
17119 "libc",
17120]
17121
17122[[package]]
17123name = "xcursor"
17124version = "0.3.8"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17127
17128[[package]]
17129name = "xdg-home"
17130version = "1.3.0"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17133dependencies = [
17134 "libc",
17135 "windows-sys 0.59.0",
17136]
17137
17138[[package]]
17139name = "xim"
17140version = "0.4.0"
17141source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17142dependencies = [
17143 "ahash 0.8.11",
17144 "hashbrown 0.14.5",
17145 "log",
17146 "x11rb",
17147 "xim-ctext",
17148 "xim-parser",
17149]
17150
17151[[package]]
17152name = "xim-ctext"
17153version = "0.3.0"
17154source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17155dependencies = [
17156 "encoding_rs",
17157]
17158
17159[[package]]
17160name = "xim-parser"
17161version = "0.2.1"
17162source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17163dependencies = [
17164 "bitflags 2.8.0",
17165]
17166
17167[[package]]
17168name = "xkbcommon"
17169version = "0.7.0"
17170source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17171dependencies = [
17172 "as-raw-xcb-connection",
17173 "libc",
17174 "memmap2",
17175 "xkeysym",
17176]
17177
17178[[package]]
17179name = "xkeysym"
17180version = "0.2.1"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17183
17184[[package]]
17185name = "xml5ever"
17186version = "0.18.1"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17189dependencies = [
17190 "log",
17191 "mac",
17192 "markup5ever",
17193]
17194
17195[[package]]
17196name = "xmlparser"
17197version = "0.13.6"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17200
17201[[package]]
17202name = "xmlwriter"
17203version = "0.1.0"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17206
17207[[package]]
17208name = "xtask"
17209version = "0.1.0"
17210dependencies = [
17211 "anyhow",
17212 "cargo_metadata",
17213 "cargo_toml",
17214 "clap",
17215]
17216
17217[[package]]
17218name = "yaml-rust2"
17219version = "0.8.1"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17222dependencies = [
17223 "arraydeque",
17224 "encoding_rs",
17225 "hashlink 0.8.4",
17226]
17227
17228[[package]]
17229name = "yansi"
17230version = "1.0.1"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17233
17234[[package]]
17235name = "yazi"
17236version = "0.1.6"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17239
17240[[package]]
17241name = "yeslogic-fontconfig-sys"
17242version = "6.0.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17245dependencies = [
17246 "dlib",
17247 "once_cell",
17248 "pkg-config",
17249]
17250
17251[[package]]
17252name = "yoke"
17253version = "0.7.5"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17256dependencies = [
17257 "serde",
17258 "stable_deref_trait",
17259 "yoke-derive",
17260 "zerofrom",
17261]
17262
17263[[package]]
17264name = "yoke-derive"
17265version = "0.7.5"
17266source = "registry+https://github.com/rust-lang/crates.io-index"
17267checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17268dependencies = [
17269 "proc-macro2",
17270 "quote",
17271 "syn 2.0.100",
17272 "synstructure",
17273]
17274
17275[[package]]
17276name = "zbus"
17277version = "5.5.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17280dependencies = [
17281 "async-broadcast",
17282 "async-executor",
17283 "async-fs",
17284 "async-io",
17285 "async-lock",
17286 "async-process",
17287 "async-recursion 1.1.1",
17288 "async-task",
17289 "async-trait",
17290 "blocking",
17291 "enumflags2",
17292 "event-listener 5.3.1",
17293 "futures-core",
17294 "futures-lite 2.6.0",
17295 "hex",
17296 "nix",
17297 "ordered-stream",
17298 "serde",
17299 "serde_repr",
17300 "static_assertions",
17301 "tracing",
17302 "uds_windows",
17303 "windows-sys 0.59.0",
17304 "winnow 0.7.1",
17305 "xdg-home",
17306 "zbus_macros",
17307 "zbus_names",
17308 "zvariant",
17309]
17310
17311[[package]]
17312name = "zbus_macros"
17313version = "5.5.0"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17316dependencies = [
17317 "proc-macro-crate",
17318 "proc-macro2",
17319 "quote",
17320 "syn 2.0.100",
17321 "zbus_names",
17322 "zvariant",
17323 "zvariant_utils",
17324]
17325
17326[[package]]
17327name = "zbus_names"
17328version = "4.1.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17331dependencies = [
17332 "serde",
17333 "static_assertions",
17334 "winnow 0.6.20",
17335 "zvariant",
17336]
17337
17338[[package]]
17339name = "zed"
17340version = "0.180.0"
17341dependencies = [
17342 "activity_indicator",
17343 "anyhow",
17344 "ashpd",
17345 "assets",
17346 "assistant",
17347 "assistant2",
17348 "assistant_context_editor",
17349 "assistant_settings",
17350 "assistant_tools",
17351 "async-watch",
17352 "audio",
17353 "auto_update",
17354 "auto_update_ui",
17355 "backtrace",
17356 "breadcrumbs",
17357 "call",
17358 "channel",
17359 "chrono",
17360 "clap",
17361 "cli",
17362 "client",
17363 "collab_ui",
17364 "collections",
17365 "command_palette",
17366 "command_palette_hooks",
17367 "component_preview",
17368 "copilot",
17369 "db",
17370 "debugger_tools",
17371 "debugger_ui",
17372 "diagnostics",
17373 "editor",
17374 "env_logger 0.11.7",
17375 "extension",
17376 "extension_host",
17377 "extensions_ui",
17378 "feature_flags",
17379 "feedback",
17380 "file_finder",
17381 "fs",
17382 "futures 0.3.31",
17383 "git",
17384 "git_hosting_providers",
17385 "git_ui",
17386 "go_to_line",
17387 "gpui",
17388 "gpui_tokio",
17389 "http_client",
17390 "image_viewer",
17391 "inline_completion_button",
17392 "install_cli",
17393 "journal",
17394 "language",
17395 "language_extension",
17396 "language_model",
17397 "language_models",
17398 "language_selector",
17399 "language_tools",
17400 "languages",
17401 "libc",
17402 "log",
17403 "markdown_preview",
17404 "menu",
17405 "migrator",
17406 "mimalloc",
17407 "nix",
17408 "node_runtime",
17409 "notifications",
17410 "outline",
17411 "outline_panel",
17412 "parking_lot",
17413 "paths",
17414 "picker",
17415 "profiling",
17416 "project",
17417 "project_panel",
17418 "project_symbols",
17419 "prompt_store",
17420 "proto",
17421 "recent_projects",
17422 "release_channel",
17423 "remote",
17424 "repl",
17425 "reqwest_client",
17426 "rope",
17427 "search",
17428 "serde",
17429 "serde_json",
17430 "session",
17431 "settings",
17432 "settings_ui",
17433 "shellexpand 2.1.2",
17434 "simplelog",
17435 "smol",
17436 "snippet_provider",
17437 "snippets_ui",
17438 "supermaven",
17439 "sysinfo",
17440 "tab_switcher",
17441 "task",
17442 "tasks_ui",
17443 "telemetry",
17444 "telemetry_events",
17445 "terminal_view",
17446 "theme",
17447 "theme_extension",
17448 "theme_selector",
17449 "time",
17450 "toolchain_selector",
17451 "tree-sitter-md",
17452 "tree-sitter-rust",
17453 "ui",
17454 "ui_prompt",
17455 "url",
17456 "urlencoding",
17457 "util",
17458 "uuid",
17459 "vim",
17460 "vim_mode_setting",
17461 "welcome",
17462 "windows 0.60.0",
17463 "winresource",
17464 "workspace",
17465 "zed_actions",
17466 "zeta",
17467]
17468
17469[[package]]
17470name = "zed_actions"
17471version = "0.1.0"
17472dependencies = [
17473 "gpui",
17474 "schemars",
17475 "serde",
17476]
17477
17478[[package]]
17479name = "zed_emmet"
17480version = "0.0.3"
17481dependencies = [
17482 "zed_extension_api 0.1.0",
17483]
17484
17485[[package]]
17486name = "zed_extension_api"
17487version = "0.1.0"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17490dependencies = [
17491 "serde",
17492 "serde_json",
17493 "wit-bindgen",
17494]
17495
17496[[package]]
17497name = "zed_extension_api"
17498version = "0.3.0"
17499dependencies = [
17500 "serde",
17501 "serde_json",
17502 "wit-bindgen",
17503]
17504
17505[[package]]
17506name = "zed_glsl"
17507version = "0.1.0"
17508dependencies = [
17509 "zed_extension_api 0.1.0",
17510]
17511
17512[[package]]
17513name = "zed_html"
17514version = "0.1.6"
17515dependencies = [
17516 "zed_extension_api 0.1.0",
17517]
17518
17519[[package]]
17520name = "zed_llm_client"
17521version = "0.4.1"
17522source = "registry+https://github.com/rust-lang/crates.io-index"
17523checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17524dependencies = [
17525 "serde",
17526 "serde_json",
17527 "uuid",
17528]
17529
17530[[package]]
17531name = "zed_proto"
17532version = "0.2.1"
17533dependencies = [
17534 "zed_extension_api 0.1.0",
17535]
17536
17537[[package]]
17538name = "zed_ruff"
17539version = "0.1.0"
17540dependencies = [
17541 "zed_extension_api 0.1.0",
17542]
17543
17544[[package]]
17545name = "zed_snippets"
17546version = "0.0.5"
17547dependencies = [
17548 "serde_json",
17549 "zed_extension_api 0.1.0",
17550]
17551
17552[[package]]
17553name = "zed_test_extension"
17554version = "0.1.0"
17555dependencies = [
17556 "zed_extension_api 0.3.0",
17557]
17558
17559[[package]]
17560name = "zed_toml"
17561version = "0.1.3"
17562dependencies = [
17563 "zed_extension_api 0.1.0",
17564]
17565
17566[[package]]
17567name = "zeno"
17568version = "0.2.3"
17569source = "registry+https://github.com/rust-lang/crates.io-index"
17570checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17571
17572[[package]]
17573name = "zerocopy"
17574version = "0.7.35"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17577dependencies = [
17578 "byteorder",
17579 "zerocopy-derive 0.7.35",
17580]
17581
17582[[package]]
17583name = "zerocopy"
17584version = "0.8.18"
17585source = "registry+https://github.com/rust-lang/crates.io-index"
17586checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17587dependencies = [
17588 "zerocopy-derive 0.8.18",
17589]
17590
17591[[package]]
17592name = "zerocopy-derive"
17593version = "0.7.35"
17594source = "registry+https://github.com/rust-lang/crates.io-index"
17595checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17596dependencies = [
17597 "proc-macro2",
17598 "quote",
17599 "syn 2.0.100",
17600]
17601
17602[[package]]
17603name = "zerocopy-derive"
17604version = "0.8.18"
17605source = "registry+https://github.com/rust-lang/crates.io-index"
17606checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17607dependencies = [
17608 "proc-macro2",
17609 "quote",
17610 "syn 2.0.100",
17611]
17612
17613[[package]]
17614name = "zerofrom"
17615version = "0.1.5"
17616source = "registry+https://github.com/rust-lang/crates.io-index"
17617checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17618dependencies = [
17619 "zerofrom-derive",
17620]
17621
17622[[package]]
17623name = "zerofrom-derive"
17624version = "0.1.5"
17625source = "registry+https://github.com/rust-lang/crates.io-index"
17626checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17627dependencies = [
17628 "proc-macro2",
17629 "quote",
17630 "syn 2.0.100",
17631 "synstructure",
17632]
17633
17634[[package]]
17635name = "zeroize"
17636version = "1.8.1"
17637source = "registry+https://github.com/rust-lang/crates.io-index"
17638checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17639dependencies = [
17640 "zeroize_derive",
17641]
17642
17643[[package]]
17644name = "zeroize_derive"
17645version = "1.4.2"
17646source = "registry+https://github.com/rust-lang/crates.io-index"
17647checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17648dependencies = [
17649 "proc-macro2",
17650 "quote",
17651 "syn 2.0.100",
17652]
17653
17654[[package]]
17655name = "zeromq"
17656version = "0.5.0-pre"
17657source = "registry+https://github.com/rust-lang/crates.io-index"
17658checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17659dependencies = [
17660 "async-dispatcher",
17661 "async-std",
17662 "async-trait",
17663 "asynchronous-codec",
17664 "bytes 1.10.1",
17665 "crossbeam-queue",
17666 "dashmap 5.5.3",
17667 "futures 0.3.31",
17668 "log",
17669 "num-traits",
17670 "once_cell",
17671 "parking_lot",
17672 "rand 0.8.5",
17673 "regex",
17674 "thiserror 1.0.69",
17675 "uuid",
17676]
17677
17678[[package]]
17679name = "zerovec"
17680version = "0.10.4"
17681source = "registry+https://github.com/rust-lang/crates.io-index"
17682checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17683dependencies = [
17684 "yoke",
17685 "zerofrom",
17686 "zerovec-derive",
17687]
17688
17689[[package]]
17690name = "zerovec-derive"
17691version = "0.10.3"
17692source = "registry+https://github.com/rust-lang/crates.io-index"
17693checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17694dependencies = [
17695 "proc-macro2",
17696 "quote",
17697 "syn 2.0.100",
17698]
17699
17700[[package]]
17701name = "zeta"
17702version = "0.1.0"
17703dependencies = [
17704 "anyhow",
17705 "arrayvec",
17706 "call",
17707 "chrono",
17708 "client",
17709 "clock",
17710 "collections",
17711 "command_palette_hooks",
17712 "ctor",
17713 "db",
17714 "editor",
17715 "env_logger 0.11.7",
17716 "feature_flags",
17717 "fs",
17718 "futures 0.3.31",
17719 "gpui",
17720 "http_client",
17721 "indoc",
17722 "inline_completion",
17723 "language",
17724 "language_model",
17725 "log",
17726 "menu",
17727 "migrator",
17728 "paths",
17729 "postage",
17730 "project",
17731 "regex",
17732 "release_channel",
17733 "reqwest_client",
17734 "rpc",
17735 "serde",
17736 "serde_json",
17737 "settings",
17738 "telemetry",
17739 "telemetry_events",
17740 "theme",
17741 "thiserror 2.0.12",
17742 "tree-sitter-go",
17743 "tree-sitter-rust",
17744 "ui",
17745 "unindent",
17746 "util",
17747 "uuid",
17748 "workspace",
17749 "worktree",
17750 "zed_actions",
17751 "zed_llm_client",
17752]
17753
17754[[package]]
17755name = "zip"
17756version = "0.6.6"
17757source = "registry+https://github.com/rust-lang/crates.io-index"
17758checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17759dependencies = [
17760 "aes",
17761 "byteorder",
17762 "bzip2",
17763 "constant_time_eq 0.1.5",
17764 "crc32fast",
17765 "crossbeam-utils",
17766 "flate2",
17767 "hmac",
17768 "pbkdf2 0.11.0",
17769 "sha1",
17770 "time",
17771 "zstd",
17772]
17773
17774[[package]]
17775name = "zstd"
17776version = "0.11.2+zstd.1.5.2"
17777source = "registry+https://github.com/rust-lang/crates.io-index"
17778checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17779dependencies = [
17780 "zstd-safe",
17781]
17782
17783[[package]]
17784name = "zstd-safe"
17785version = "5.0.2+zstd.1.5.2"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17788dependencies = [
17789 "libc",
17790 "zstd-sys",
17791]
17792
17793[[package]]
17794name = "zstd-sys"
17795version = "2.0.13+zstd.1.5.6"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17798dependencies = [
17799 "cc",
17800 "pkg-config",
17801]
17802
17803[[package]]
17804name = "zune-core"
17805version = "0.4.12"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17808
17809[[package]]
17810name = "zune-inflate"
17811version = "0.2.54"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17814dependencies = [
17815 "simd-adler32",
17816]
17817
17818[[package]]
17819name = "zune-jpeg"
17820version = "0.4.13"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17823dependencies = [
17824 "zune-core",
17825]
17826
17827[[package]]
17828name = "zvariant"
17829version = "5.4.0"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17832dependencies = [
17833 "endi",
17834 "enumflags2",
17835 "serde",
17836 "static_assertions",
17837 "url",
17838 "winnow 0.7.1",
17839 "zvariant_derive",
17840 "zvariant_utils",
17841]
17842
17843[[package]]
17844name = "zvariant_derive"
17845version = "5.4.0"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17848dependencies = [
17849 "proc-macro-crate",
17850 "proc-macro2",
17851 "quote",
17852 "syn 2.0.100",
17853 "zvariant_utils",
17854]
17855
17856[[package]]
17857name = "zvariant_utils"
17858version = "3.2.0"
17859source = "registry+https://github.com/rust-lang/crates.io-index"
17860checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17861dependencies = [
17862 "proc-macro2",
17863 "quote",
17864 "serde",
17865 "static_assertions",
17866 "syn 2.0.100",
17867 "winnow 0.7.1",
17868]