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 1.0.69",
  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 "gpui",
  471 "heed",
  472 "html_to_markdown",
  473 "http_client",
  474 "indoc",
  475 "itertools 0.14.0",
  476 "language",
  477 "language_model",
  478 "language_model_selector",
  479 "log",
  480 "lsp",
  481 "markdown",
  482 "menu",
  483 "multi_buffer",
  484 "parking_lot",
  485 "paths",
  486 "picker",
  487 "project",
  488 "prompt_library",
  489 "prompt_store",
  490 "proto",
  491 "rand 0.8.5",
  492 "rope",
  493 "scripting_tool",
  494 "serde",
  495 "serde_json",
  496 "settings",
  497 "smol",
  498 "streaming_diff",
  499 "telemetry",
  500 "telemetry_events",
  501 "terminal",
  502 "terminal_view",
  503 "text",
  504 "theme",
  505 "time",
  506 "time_format",
  507 "ui",
  508 "util",
  509 "uuid",
  510 "vim_mode_setting",
  511 "workspace",
  512 "zed_actions",
  513]
  514
  515[[package]]
  516name = "assistant_context_editor"
  517version = "0.1.0"
  518dependencies = [
  519 "anyhow",
  520 "assistant_settings",
  521 "assistant_slash_command",
  522 "assistant_slash_commands",
  523 "chrono",
  524 "client",
  525 "clock",
  526 "collections",
  527 "context_server",
  528 "editor",
  529 "fs",
  530 "futures 0.3.31",
  531 "fuzzy",
  532 "gpui",
  533 "indexed_docs",
  534 "language",
  535 "language_model",
  536 "language_model_selector",
  537 "languages",
  538 "log",
  539 "multi_buffer",
  540 "open_ai",
  541 "parking_lot",
  542 "paths",
  543 "picker",
  544 "pretty_assertions",
  545 "project",
  546 "prompt_store",
  547 "rand 0.8.5",
  548 "regex",
  549 "rope",
  550 "rpc",
  551 "serde",
  552 "serde_json",
  553 "settings",
  554 "smallvec",
  555 "smol",
  556 "strum",
  557 "telemetry_events",
  558 "text",
  559 "theme",
  560 "tree-sitter-md",
  561 "ui",
  562 "unindent",
  563 "util",
  564 "uuid",
  565 "workspace",
  566]
  567
  568[[package]]
  569name = "assistant_eval"
  570version = "0.1.0"
  571dependencies = [
  572 "anyhow",
  573 "assistant2",
  574 "assistant_tool",
  575 "assistant_tools",
  576 "clap",
  577 "client",
  578 "collections",
  579 "context_server",
  580 "env_logger 0.11.7",
  581 "fs",
  582 "futures 0.3.31",
  583 "gpui",
  584 "gpui_tokio",
  585 "itertools 0.14.0",
  586 "language",
  587 "language_model",
  588 "language_models",
  589 "node_runtime",
  590 "project",
  591 "prompt_store",
  592 "regex",
  593 "release_channel",
  594 "reqwest_client",
  595 "serde",
  596 "serde_json",
  597 "serde_json_lenient",
  598 "settings",
  599 "smol",
  600 "util",
  601]
  602
  603[[package]]
  604name = "assistant_settings"
  605version = "0.1.0"
  606dependencies = [
  607 "anthropic",
  608 "anyhow",
  609 "deepseek",
  610 "feature_flags",
  611 "fs",
  612 "gpui",
  613 "language_model",
  614 "lmstudio",
  615 "log",
  616 "ollama",
  617 "open_ai",
  618 "paths",
  619 "schemars",
  620 "serde",
  621 "serde_json_lenient",
  622 "settings",
  623]
  624
  625[[package]]
  626name = "assistant_slash_command"
  627version = "0.1.0"
  628dependencies = [
  629 "anyhow",
  630 "async-trait",
  631 "collections",
  632 "derive_more",
  633 "extension",
  634 "futures 0.3.31",
  635 "gpui",
  636 "language",
  637 "language_model",
  638 "parking_lot",
  639 "pretty_assertions",
  640 "serde",
  641 "serde_json",
  642 "ui",
  643 "workspace",
  644]
  645
  646[[package]]
  647name = "assistant_slash_commands"
  648version = "0.1.0"
  649dependencies = [
  650 "anyhow",
  651 "assistant_slash_command",
  652 "cargo_toml",
  653 "chrono",
  654 "collections",
  655 "context_server",
  656 "editor",
  657 "env_logger 0.11.7",
  658 "feature_flags",
  659 "fs",
  660 "futures 0.3.31",
  661 "fuzzy",
  662 "globset",
  663 "gpui",
  664 "html_to_markdown",
  665 "http_client",
  666 "indexed_docs",
  667 "language",
  668 "language_model",
  669 "log",
  670 "pretty_assertions",
  671 "project",
  672 "prompt_store",
  673 "rope",
  674 "schemars",
  675 "semantic_index",
  676 "serde",
  677 "serde_json",
  678 "settings",
  679 "smol",
  680 "terminal_view",
  681 "text",
  682 "toml 0.8.20",
  683 "ui",
  684 "util",
  685 "workspace",
  686 "worktree",
  687]
  688
  689[[package]]
  690name = "assistant_tool"
  691version = "0.1.0"
  692dependencies = [
  693 "anyhow",
  694 "clock",
  695 "collections",
  696 "derive_more",
  697 "gpui",
  698 "language",
  699 "language_model",
  700 "parking_lot",
  701 "project",
  702 "serde",
  703 "serde_json",
  704]
  705
  706[[package]]
  707name = "assistant_tools"
  708version = "0.1.0"
  709dependencies = [
  710 "anyhow",
  711 "assistant_tool",
  712 "chrono",
  713 "collections",
  714 "feature_flags",
  715 "futures 0.3.31",
  716 "gpui",
  717 "html_to_markdown",
  718 "http_client",
  719 "itertools 0.14.0",
  720 "language",
  721 "language_model",
  722 "project",
  723 "rand 0.8.5",
  724 "release_channel",
  725 "schemars",
  726 "serde",
  727 "serde_json",
  728 "settings",
  729 "theme",
  730 "ui",
  731 "util",
  732 "workspace",
  733 "worktree",
  734]
  735
  736[[package]]
  737name = "async-attributes"
  738version = "1.1.2"
  739source = "registry+https://github.com/rust-lang/crates.io-index"
  740checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  741dependencies = [
  742 "quote",
  743 "syn 1.0.109",
  744]
  745
  746[[package]]
  747name = "async-broadcast"
  748version = "0.7.2"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  751dependencies = [
  752 "event-listener 5.3.1",
  753 "event-listener-strategy",
  754 "futures-core",
  755 "pin-project-lite",
  756]
  757
  758[[package]]
  759name = "async-channel"
  760version = "1.9.0"
  761source = "registry+https://github.com/rust-lang/crates.io-index"
  762checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  763dependencies = [
  764 "concurrent-queue",
  765 "event-listener 2.5.3",
  766 "futures-core",
  767]
  768
  769[[package]]
  770name = "async-channel"
  771version = "2.3.1"
  772source = "registry+https://github.com/rust-lang/crates.io-index"
  773checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  774dependencies = [
  775 "concurrent-queue",
  776 "event-listener-strategy",
  777 "futures-core",
  778 "pin-project-lite",
  779]
  780
  781[[package]]
  782name = "async-compat"
  783version = "0.2.4"
  784source = "registry+https://github.com/rust-lang/crates.io-index"
  785checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  786dependencies = [
  787 "futures-core",
  788 "futures-io",
  789 "once_cell",
  790 "pin-project-lite",
  791 "tokio",
  792]
  793
  794[[package]]
  795name = "async-compression"
  796version = "0.4.20"
  797source = "registry+https://github.com/rust-lang/crates.io-index"
  798checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861"
  799dependencies = [
  800 "deflate64",
  801 "flate2",
  802 "futures-core",
  803 "futures-io",
  804 "memchr",
  805 "pin-project-lite",
  806]
  807
  808[[package]]
  809name = "async-dispatcher"
  810version = "0.1.2"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  813dependencies = [
  814 "async-task",
  815 "futures-lite 1.13.0",
  816]
  817
  818[[package]]
  819name = "async-executor"
  820version = "1.13.1"
  821source = "registry+https://github.com/rust-lang/crates.io-index"
  822checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  823dependencies = [
  824 "async-task",
  825 "concurrent-queue",
  826 "fastrand 2.3.0",
  827 "futures-lite 2.6.0",
  828 "slab",
  829]
  830
  831[[package]]
  832name = "async-fs"
  833version = "2.1.2"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  836dependencies = [
  837 "async-lock",
  838 "blocking",
  839 "futures-lite 2.6.0",
  840]
  841
  842[[package]]
  843name = "async-global-executor"
  844version = "2.4.1"
  845source = "registry+https://github.com/rust-lang/crates.io-index"
  846checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  847dependencies = [
  848 "async-channel 2.3.1",
  849 "async-executor",
  850 "async-io",
  851 "async-lock",
  852 "blocking",
  853 "futures-lite 2.6.0",
  854 "once_cell",
  855]
  856
  857[[package]]
  858name = "async-io"
  859version = "2.4.0"
  860source = "registry+https://github.com/rust-lang/crates.io-index"
  861checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  862dependencies = [
  863 "async-lock",
  864 "cfg-if",
  865 "concurrent-queue",
  866 "futures-io",
  867 "futures-lite 2.6.0",
  868 "parking",
  869 "polling",
  870 "rustix",
  871 "slab",
  872 "tracing",
  873 "windows-sys 0.59.0",
  874]
  875
  876[[package]]
  877name = "async-lock"
  878version = "3.4.0"
  879source = "registry+https://github.com/rust-lang/crates.io-index"
  880checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  881dependencies = [
  882 "event-listener 5.3.1",
  883 "event-listener-strategy",
  884 "pin-project-lite",
  885]
  886
  887[[package]]
  888name = "async-native-tls"
  889version = "0.5.0"
  890source = "registry+https://github.com/rust-lang/crates.io-index"
  891checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  892dependencies = [
  893 "futures-util",
  894 "native-tls",
  895 "thiserror 1.0.69",
  896 "url",
  897]
  898
  899[[package]]
  900name = "async-net"
  901version = "2.0.0"
  902source = "registry+https://github.com/rust-lang/crates.io-index"
  903checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  904dependencies = [
  905 "async-io",
  906 "blocking",
  907 "futures-lite 2.6.0",
  908]
  909
  910[[package]]
  911name = "async-pipe"
  912version = "0.1.3"
  913source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  914dependencies = [
  915 "futures 0.3.31",
  916 "log",
  917]
  918
  919[[package]]
  920name = "async-process"
  921version = "2.3.0"
  922source = "registry+https://github.com/rust-lang/crates.io-index"
  923checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  924dependencies = [
  925 "async-channel 2.3.1",
  926 "async-io",
  927 "async-lock",
  928 "async-signal",
  929 "async-task",
  930 "blocking",
  931 "cfg-if",
  932 "event-listener 5.3.1",
  933 "futures-lite 2.6.0",
  934 "rustix",
  935 "tracing",
  936]
  937
  938[[package]]
  939name = "async-recursion"
  940version = "0.3.2"
  941source = "registry+https://github.com/rust-lang/crates.io-index"
  942checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  943dependencies = [
  944 "proc-macro2",
  945 "quote",
  946 "syn 1.0.109",
  947]
  948
  949[[package]]
  950name = "async-recursion"
  951version = "1.1.1"
  952source = "registry+https://github.com/rust-lang/crates.io-index"
  953checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  954dependencies = [
  955 "proc-macro2",
  956 "quote",
  957 "syn 2.0.100",
  958]
  959
  960[[package]]
  961name = "async-signal"
  962version = "0.2.10"
  963source = "registry+https://github.com/rust-lang/crates.io-index"
  964checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  965dependencies = [
  966 "async-io",
  967 "async-lock",
  968 "atomic-waker",
  969 "cfg-if",
  970 "futures-core",
  971 "futures-io",
  972 "rustix",
  973 "signal-hook-registry",
  974 "slab",
  975 "windows-sys 0.59.0",
  976]
  977
  978[[package]]
  979name = "async-std"
  980version = "1.13.0"
  981source = "registry+https://github.com/rust-lang/crates.io-index"
  982checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
  983dependencies = [
  984 "async-attributes",
  985 "async-channel 1.9.0",
  986 "async-global-executor",
  987 "async-io",
  988 "async-lock",
  989 "async-process",
  990 "crossbeam-utils",
  991 "futures-channel",
  992 "futures-core",
  993 "futures-io",
  994 "futures-lite 2.6.0",
  995 "gloo-timers",
  996 "kv-log-macro",
  997 "log",
  998 "memchr",
  999 "once_cell",
 1000 "pin-project-lite",
 1001 "pin-utils",
 1002 "slab",
 1003 "wasm-bindgen-futures",
 1004]
 1005
 1006[[package]]
 1007name = "async-stream"
 1008version = "0.3.6"
 1009source = "registry+https://github.com/rust-lang/crates.io-index"
 1010checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1011dependencies = [
 1012 "async-stream-impl",
 1013 "futures-core",
 1014 "pin-project-lite",
 1015]
 1016
 1017[[package]]
 1018name = "async-stream-impl"
 1019version = "0.3.6"
 1020source = "registry+https://github.com/rust-lang/crates.io-index"
 1021checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1022dependencies = [
 1023 "proc-macro2",
 1024 "quote",
 1025 "syn 2.0.100",
 1026]
 1027
 1028[[package]]
 1029name = "async-stripe"
 1030version = "0.40.0"
 1031source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1032dependencies = [
 1033 "chrono",
 1034 "futures-util",
 1035 "http-types",
 1036 "hyper 0.14.32",
 1037 "hyper-rustls 0.24.2",
 1038 "serde",
 1039 "serde_json",
 1040 "serde_path_to_error",
 1041 "serde_qs 0.10.1",
 1042 "smart-default",
 1043 "smol_str",
 1044 "thiserror 1.0.69",
 1045 "tokio",
 1046]
 1047
 1048[[package]]
 1049name = "async-tar"
 1050version = "0.5.0"
 1051source = "registry+https://github.com/rust-lang/crates.io-index"
 1052checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1053dependencies = [
 1054 "async-std",
 1055 "filetime",
 1056 "libc",
 1057 "pin-project",
 1058 "redox_syscall 0.2.16",
 1059 "xattr",
 1060]
 1061
 1062[[package]]
 1063name = "async-task"
 1064version = "4.7.1"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1067
 1068[[package]]
 1069name = "async-tls"
 1070version = "0.13.0"
 1071source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1072dependencies = [
 1073 "futures-core",
 1074 "futures-io",
 1075 "rustls 0.23.23",
 1076 "rustls-pemfile 2.2.0",
 1077 "webpki-roots",
 1078]
 1079
 1080[[package]]
 1081name = "async-trait"
 1082version = "0.1.87"
 1083source = "registry+https://github.com/rust-lang/crates.io-index"
 1084checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
 1085dependencies = [
 1086 "proc-macro2",
 1087 "quote",
 1088 "syn 2.0.100",
 1089]
 1090
 1091[[package]]
 1092name = "async-tungstenite"
 1093version = "0.28.2"
 1094source = "registry+https://github.com/rust-lang/crates.io-index"
 1095checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1096dependencies = [
 1097 "async-std",
 1098 "async-tls",
 1099 "atomic-waker",
 1100 "futures-core",
 1101 "futures-io",
 1102 "futures-task",
 1103 "futures-util",
 1104 "log",
 1105 "pin-project-lite",
 1106 "tungstenite 0.24.0",
 1107]
 1108
 1109[[package]]
 1110name = "async-watch"
 1111version = "0.3.1"
 1112source = "registry+https://github.com/rust-lang/crates.io-index"
 1113checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1114dependencies = [
 1115 "event-listener 2.5.3",
 1116]
 1117
 1118[[package]]
 1119name = "async_zip"
 1120version = "0.0.17"
 1121source = "registry+https://github.com/rust-lang/crates.io-index"
 1122checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1123dependencies = [
 1124 "async-compression",
 1125 "crc32fast",
 1126 "futures-lite 2.6.0",
 1127 "pin-project",
 1128 "thiserror 1.0.69",
 1129]
 1130
 1131[[package]]
 1132name = "asynchronous-codec"
 1133version = "0.7.0"
 1134source = "registry+https://github.com/rust-lang/crates.io-index"
 1135checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1136dependencies = [
 1137 "bytes 1.10.1",
 1138 "futures-sink",
 1139 "futures-util",
 1140 "memchr",
 1141 "pin-project-lite",
 1142]
 1143
 1144[[package]]
 1145name = "atoi"
 1146version = "2.0.0"
 1147source = "registry+https://github.com/rust-lang/crates.io-index"
 1148checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1149dependencies = [
 1150 "num-traits",
 1151]
 1152
 1153[[package]]
 1154name = "atomic"
 1155version = "0.5.3"
 1156source = "registry+https://github.com/rust-lang/crates.io-index"
 1157checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1158
 1159[[package]]
 1160name = "atomic-waker"
 1161version = "1.1.2"
 1162source = "registry+https://github.com/rust-lang/crates.io-index"
 1163checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1164
 1165[[package]]
 1166name = "audio"
 1167version = "0.1.0"
 1168dependencies = [
 1169 "anyhow",
 1170 "collections",
 1171 "derive_more",
 1172 "gpui",
 1173 "parking_lot",
 1174 "rodio",
 1175 "util",
 1176]
 1177
 1178[[package]]
 1179name = "auto_update"
 1180version = "0.1.0"
 1181dependencies = [
 1182 "anyhow",
 1183 "client",
 1184 "db",
 1185 "gpui",
 1186 "http_client",
 1187 "log",
 1188 "paths",
 1189 "release_channel",
 1190 "schemars",
 1191 "serde",
 1192 "serde_json",
 1193 "settings",
 1194 "smol",
 1195 "tempfile",
 1196 "which 6.0.3",
 1197 "workspace",
 1198]
 1199
 1200[[package]]
 1201name = "auto_update_ui"
 1202version = "0.1.0"
 1203dependencies = [
 1204 "anyhow",
 1205 "auto_update",
 1206 "client",
 1207 "editor",
 1208 "gpui",
 1209 "http_client",
 1210 "markdown_preview",
 1211 "release_channel",
 1212 "serde",
 1213 "serde_json",
 1214 "smol",
 1215 "util",
 1216 "workspace",
 1217]
 1218
 1219[[package]]
 1220name = "autocfg"
 1221version = "1.4.0"
 1222source = "registry+https://github.com/rust-lang/crates.io-index"
 1223checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1224
 1225[[package]]
 1226name = "av1-grain"
 1227version = "0.2.3"
 1228source = "registry+https://github.com/rust-lang/crates.io-index"
 1229checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1230dependencies = [
 1231 "anyhow",
 1232 "arrayvec",
 1233 "log",
 1234 "nom",
 1235 "num-rational",
 1236 "v_frame",
 1237]
 1238
 1239[[package]]
 1240name = "avif-serialize"
 1241version = "0.8.2"
 1242source = "registry+https://github.com/rust-lang/crates.io-index"
 1243checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1244dependencies = [
 1245 "arrayvec",
 1246]
 1247
 1248[[package]]
 1249name = "aws-config"
 1250version = "1.5.16"
 1251source = "registry+https://github.com/rust-lang/crates.io-index"
 1252checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1253dependencies = [
 1254 "aws-credential-types",
 1255 "aws-runtime",
 1256 "aws-sdk-sso",
 1257 "aws-sdk-ssooidc",
 1258 "aws-sdk-sts",
 1259 "aws-smithy-async",
 1260 "aws-smithy-http",
 1261 "aws-smithy-json",
 1262 "aws-smithy-runtime",
 1263 "aws-smithy-runtime-api",
 1264 "aws-smithy-types",
 1265 "aws-types",
 1266 "bytes 1.10.1",
 1267 "fastrand 2.3.0",
 1268 "hex",
 1269 "http 0.2.12",
 1270 "ring",
 1271 "time",
 1272 "tokio",
 1273 "tracing",
 1274 "url",
 1275 "zeroize",
 1276]
 1277
 1278[[package]]
 1279name = "aws-credential-types"
 1280version = "1.2.1"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1283dependencies = [
 1284 "aws-smithy-async",
 1285 "aws-smithy-runtime-api",
 1286 "aws-smithy-types",
 1287 "zeroize",
 1288]
 1289
 1290[[package]]
 1291name = "aws-lc-rs"
 1292version = "1.12.6"
 1293source = "registry+https://github.com/rust-lang/crates.io-index"
 1294checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1295dependencies = [
 1296 "aws-lc-sys",
 1297 "zeroize",
 1298]
 1299
 1300[[package]]
 1301name = "aws-lc-sys"
 1302version = "0.27.0"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1305dependencies = [
 1306 "bindgen 0.69.5",
 1307 "cc",
 1308 "cmake",
 1309 "dunce",
 1310 "fs_extra",
 1311]
 1312
 1313[[package]]
 1314name = "aws-runtime"
 1315version = "1.5.5"
 1316source = "registry+https://github.com/rust-lang/crates.io-index"
 1317checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1318dependencies = [
 1319 "aws-credential-types",
 1320 "aws-sigv4",
 1321 "aws-smithy-async",
 1322 "aws-smithy-eventstream",
 1323 "aws-smithy-http",
 1324 "aws-smithy-runtime",
 1325 "aws-smithy-runtime-api",
 1326 "aws-smithy-types",
 1327 "aws-types",
 1328 "bytes 1.10.1",
 1329 "fastrand 2.3.0",
 1330 "http 0.2.12",
 1331 "http-body 0.4.6",
 1332 "once_cell",
 1333 "percent-encoding",
 1334 "pin-project-lite",
 1335 "tracing",
 1336 "uuid",
 1337]
 1338
 1339[[package]]
 1340name = "aws-sdk-bedrockruntime"
 1341version = "1.74.0"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1344dependencies = [
 1345 "aws-credential-types",
 1346 "aws-runtime",
 1347 "aws-smithy-async",
 1348 "aws-smithy-eventstream",
 1349 "aws-smithy-http",
 1350 "aws-smithy-json",
 1351 "aws-smithy-runtime",
 1352 "aws-smithy-runtime-api",
 1353 "aws-smithy-types",
 1354 "aws-types",
 1355 "bytes 1.10.1",
 1356 "fastrand 2.3.0",
 1357 "http 0.2.12",
 1358 "once_cell",
 1359 "regex-lite",
 1360 "tracing",
 1361]
 1362
 1363[[package]]
 1364name = "aws-sdk-kinesis"
 1365version = "1.61.0"
 1366source = "registry+https://github.com/rust-lang/crates.io-index"
 1367checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1368dependencies = [
 1369 "aws-credential-types",
 1370 "aws-runtime",
 1371 "aws-smithy-async",
 1372 "aws-smithy-http",
 1373 "aws-smithy-json",
 1374 "aws-smithy-runtime",
 1375 "aws-smithy-runtime-api",
 1376 "aws-smithy-types",
 1377 "aws-types",
 1378 "bytes 1.10.1",
 1379 "http 0.2.12",
 1380 "once_cell",
 1381 "regex-lite",
 1382 "tracing",
 1383]
 1384
 1385[[package]]
 1386name = "aws-sdk-s3"
 1387version = "1.76.0"
 1388source = "registry+https://github.com/rust-lang/crates.io-index"
 1389checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1390dependencies = [
 1391 "aws-credential-types",
 1392 "aws-runtime",
 1393 "aws-sigv4",
 1394 "aws-smithy-async",
 1395 "aws-smithy-checksums",
 1396 "aws-smithy-eventstream",
 1397 "aws-smithy-http",
 1398 "aws-smithy-json",
 1399 "aws-smithy-runtime",
 1400 "aws-smithy-runtime-api",
 1401 "aws-smithy-types",
 1402 "aws-smithy-xml",
 1403 "aws-types",
 1404 "bytes 1.10.1",
 1405 "fastrand 2.3.0",
 1406 "hex",
 1407 "hmac",
 1408 "http 0.2.12",
 1409 "http-body 0.4.6",
 1410 "lru",
 1411 "once_cell",
 1412 "percent-encoding",
 1413 "regex-lite",
 1414 "sha2",
 1415 "tracing",
 1416 "url",
 1417]
 1418
 1419[[package]]
 1420name = "aws-sdk-sso"
 1421version = "1.58.0"
 1422source = "registry+https://github.com/rust-lang/crates.io-index"
 1423checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1424dependencies = [
 1425 "aws-credential-types",
 1426 "aws-runtime",
 1427 "aws-smithy-async",
 1428 "aws-smithy-http",
 1429 "aws-smithy-json",
 1430 "aws-smithy-runtime",
 1431 "aws-smithy-runtime-api",
 1432 "aws-smithy-types",
 1433 "aws-types",
 1434 "bytes 1.10.1",
 1435 "http 0.2.12",
 1436 "once_cell",
 1437 "regex-lite",
 1438 "tracing",
 1439]
 1440
 1441[[package]]
 1442name = "aws-sdk-ssooidc"
 1443version = "1.59.0"
 1444source = "registry+https://github.com/rust-lang/crates.io-index"
 1445checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1446dependencies = [
 1447 "aws-credential-types",
 1448 "aws-runtime",
 1449 "aws-smithy-async",
 1450 "aws-smithy-http",
 1451 "aws-smithy-json",
 1452 "aws-smithy-runtime",
 1453 "aws-smithy-runtime-api",
 1454 "aws-smithy-types",
 1455 "aws-types",
 1456 "bytes 1.10.1",
 1457 "http 0.2.12",
 1458 "once_cell",
 1459 "regex-lite",
 1460 "tracing",
 1461]
 1462
 1463[[package]]
 1464name = "aws-sdk-sts"
 1465version = "1.59.0"
 1466source = "registry+https://github.com/rust-lang/crates.io-index"
 1467checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1468dependencies = [
 1469 "aws-credential-types",
 1470 "aws-runtime",
 1471 "aws-smithy-async",
 1472 "aws-smithy-http",
 1473 "aws-smithy-json",
 1474 "aws-smithy-query",
 1475 "aws-smithy-runtime",
 1476 "aws-smithy-runtime-api",
 1477 "aws-smithy-types",
 1478 "aws-smithy-xml",
 1479 "aws-types",
 1480 "http 0.2.12",
 1481 "once_cell",
 1482 "regex-lite",
 1483 "tracing",
 1484]
 1485
 1486[[package]]
 1487name = "aws-sigv4"
 1488version = "1.2.9"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1491dependencies = [
 1492 "aws-credential-types",
 1493 "aws-smithy-eventstream",
 1494 "aws-smithy-http",
 1495 "aws-smithy-runtime-api",
 1496 "aws-smithy-types",
 1497 "bytes 1.10.1",
 1498 "crypto-bigint 0.5.5",
 1499 "form_urlencoded",
 1500 "hex",
 1501 "hmac",
 1502 "http 0.2.12",
 1503 "http 1.2.0",
 1504 "once_cell",
 1505 "p256",
 1506 "percent-encoding",
 1507 "ring",
 1508 "sha2",
 1509 "subtle",
 1510 "time",
 1511 "tracing",
 1512 "zeroize",
 1513]
 1514
 1515[[package]]
 1516name = "aws-smithy-async"
 1517version = "1.2.4"
 1518source = "registry+https://github.com/rust-lang/crates.io-index"
 1519checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1520dependencies = [
 1521 "futures-util",
 1522 "pin-project-lite",
 1523 "tokio",
 1524]
 1525
 1526[[package]]
 1527name = "aws-smithy-checksums"
 1528version = "0.62.0"
 1529source = "registry+https://github.com/rust-lang/crates.io-index"
 1530checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1531dependencies = [
 1532 "aws-smithy-http",
 1533 "aws-smithy-types",
 1534 "bytes 1.10.1",
 1535 "crc32c",
 1536 "crc32fast",
 1537 "crc64fast-nvme",
 1538 "hex",
 1539 "http 0.2.12",
 1540 "http-body 0.4.6",
 1541 "md-5",
 1542 "pin-project-lite",
 1543 "sha1",
 1544 "sha2",
 1545 "tracing",
 1546]
 1547
 1548[[package]]
 1549name = "aws-smithy-eventstream"
 1550version = "0.60.6"
 1551source = "registry+https://github.com/rust-lang/crates.io-index"
 1552checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1553dependencies = [
 1554 "aws-smithy-types",
 1555 "bytes 1.10.1",
 1556 "crc32fast",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-http"
 1561version = "0.60.12"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1564dependencies = [
 1565 "aws-smithy-eventstream",
 1566 "aws-smithy-runtime-api",
 1567 "aws-smithy-types",
 1568 "bytes 1.10.1",
 1569 "bytes-utils",
 1570 "futures-core",
 1571 "http 0.2.12",
 1572 "http-body 0.4.6",
 1573 "once_cell",
 1574 "percent-encoding",
 1575 "pin-project-lite",
 1576 "pin-utils",
 1577 "tracing",
 1578]
 1579
 1580[[package]]
 1581name = "aws-smithy-json"
 1582version = "0.61.2"
 1583source = "registry+https://github.com/rust-lang/crates.io-index"
 1584checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1585dependencies = [
 1586 "aws-smithy-types",
 1587]
 1588
 1589[[package]]
 1590name = "aws-smithy-query"
 1591version = "0.60.7"
 1592source = "registry+https://github.com/rust-lang/crates.io-index"
 1593checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1594dependencies = [
 1595 "aws-smithy-types",
 1596 "urlencoding",
 1597]
 1598
 1599[[package]]
 1600name = "aws-smithy-runtime"
 1601version = "1.7.8"
 1602source = "registry+https://github.com/rust-lang/crates.io-index"
 1603checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1604dependencies = [
 1605 "aws-smithy-async",
 1606 "aws-smithy-http",
 1607 "aws-smithy-runtime-api",
 1608 "aws-smithy-types",
 1609 "bytes 1.10.1",
 1610 "fastrand 2.3.0",
 1611 "h2 0.3.26",
 1612 "http 0.2.12",
 1613 "http-body 0.4.6",
 1614 "http-body 1.0.1",
 1615 "httparse",
 1616 "hyper 0.14.32",
 1617 "hyper-rustls 0.24.2",
 1618 "once_cell",
 1619 "pin-project-lite",
 1620 "pin-utils",
 1621 "rustls 0.21.12",
 1622 "tokio",
 1623 "tracing",
 1624]
 1625
 1626[[package]]
 1627name = "aws-smithy-runtime-api"
 1628version = "1.7.3"
 1629source = "registry+https://github.com/rust-lang/crates.io-index"
 1630checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1631dependencies = [
 1632 "aws-smithy-async",
 1633 "aws-smithy-types",
 1634 "bytes 1.10.1",
 1635 "http 0.2.12",
 1636 "http 1.2.0",
 1637 "pin-project-lite",
 1638 "tokio",
 1639 "tracing",
 1640 "zeroize",
 1641]
 1642
 1643[[package]]
 1644name = "aws-smithy-types"
 1645version = "1.2.13"
 1646source = "registry+https://github.com/rust-lang/crates.io-index"
 1647checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1648dependencies = [
 1649 "base64-simd",
 1650 "bytes 1.10.1",
 1651 "bytes-utils",
 1652 "futures-core",
 1653 "http 0.2.12",
 1654 "http 1.2.0",
 1655 "http-body 0.4.6",
 1656 "http-body 1.0.1",
 1657 "http-body-util",
 1658 "itoa",
 1659 "num-integer",
 1660 "pin-project-lite",
 1661 "pin-utils",
 1662 "ryu",
 1663 "serde",
 1664 "time",
 1665 "tokio",
 1666 "tokio-util",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-xml"
 1671version = "0.60.9"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1674dependencies = [
 1675 "xmlparser",
 1676]
 1677
 1678[[package]]
 1679name = "aws-types"
 1680version = "1.3.5"
 1681source = "registry+https://github.com/rust-lang/crates.io-index"
 1682checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1683dependencies = [
 1684 "aws-credential-types",
 1685 "aws-smithy-async",
 1686 "aws-smithy-runtime-api",
 1687 "aws-smithy-types",
 1688 "rustc_version",
 1689 "tracing",
 1690]
 1691
 1692[[package]]
 1693name = "aws_http_client"
 1694version = "0.1.0"
 1695dependencies = [
 1696 "aws-smithy-runtime-api",
 1697 "aws-smithy-types",
 1698 "futures 0.3.31",
 1699 "http_client",
 1700 "tokio",
 1701]
 1702
 1703[[package]]
 1704name = "axum"
 1705version = "0.6.20"
 1706source = "registry+https://github.com/rust-lang/crates.io-index"
 1707checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1708dependencies = [
 1709 "async-trait",
 1710 "axum-core",
 1711 "base64 0.21.7",
 1712 "bitflags 1.3.2",
 1713 "bytes 1.10.1",
 1714 "futures-util",
 1715 "headers",
 1716 "http 0.2.12",
 1717 "http-body 0.4.6",
 1718 "hyper 0.14.32",
 1719 "itoa",
 1720 "matchit",
 1721 "memchr",
 1722 "mime",
 1723 "percent-encoding",
 1724 "pin-project-lite",
 1725 "rustversion",
 1726 "serde",
 1727 "serde_json",
 1728 "serde_path_to_error",
 1729 "serde_urlencoded",
 1730 "sha1",
 1731 "sync_wrapper 0.1.2",
 1732 "tokio",
 1733 "tokio-tungstenite 0.20.1",
 1734 "tower",
 1735 "tower-layer",
 1736 "tower-service",
 1737]
 1738
 1739[[package]]
 1740name = "axum-core"
 1741version = "0.3.4"
 1742source = "registry+https://github.com/rust-lang/crates.io-index"
 1743checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1744dependencies = [
 1745 "async-trait",
 1746 "bytes 1.10.1",
 1747 "futures-util",
 1748 "http 0.2.12",
 1749 "http-body 0.4.6",
 1750 "mime",
 1751 "rustversion",
 1752 "tower-layer",
 1753 "tower-service",
 1754]
 1755
 1756[[package]]
 1757name = "axum-extra"
 1758version = "0.4.2"
 1759source = "registry+https://github.com/rust-lang/crates.io-index"
 1760checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1761dependencies = [
 1762 "axum",
 1763 "bytes 1.10.1",
 1764 "futures-util",
 1765 "http 0.2.12",
 1766 "mime",
 1767 "pin-project-lite",
 1768 "serde",
 1769 "serde_json",
 1770 "tokio",
 1771 "tower",
 1772 "tower-http 0.3.5",
 1773 "tower-layer",
 1774 "tower-service",
 1775]
 1776
 1777[[package]]
 1778name = "backtrace"
 1779version = "0.3.74"
 1780source = "registry+https://github.com/rust-lang/crates.io-index"
 1781checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1782dependencies = [
 1783 "addr2line",
 1784 "cfg-if",
 1785 "libc",
 1786 "miniz_oxide",
 1787 "object",
 1788 "rustc-demangle",
 1789 "windows-targets 0.52.6",
 1790]
 1791
 1792[[package]]
 1793name = "base16ct"
 1794version = "0.1.1"
 1795source = "registry+https://github.com/rust-lang/crates.io-index"
 1796checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1797
 1798[[package]]
 1799name = "base64"
 1800version = "0.13.1"
 1801source = "registry+https://github.com/rust-lang/crates.io-index"
 1802checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1803
 1804[[package]]
 1805name = "base64"
 1806version = "0.21.7"
 1807source = "registry+https://github.com/rust-lang/crates.io-index"
 1808checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1809
 1810[[package]]
 1811name = "base64"
 1812version = "0.22.1"
 1813source = "registry+https://github.com/rust-lang/crates.io-index"
 1814checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1815
 1816[[package]]
 1817name = "base64-simd"
 1818version = "0.8.0"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1821dependencies = [
 1822 "outref",
 1823 "vsimd",
 1824]
 1825
 1826[[package]]
 1827name = "base64ct"
 1828version = "1.6.0"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1831
 1832[[package]]
 1833name = "bedrock"
 1834version = "0.1.0"
 1835dependencies = [
 1836 "anyhow",
 1837 "aws-sdk-bedrockruntime",
 1838 "aws-smithy-types",
 1839 "futures 0.3.31",
 1840 "schemars",
 1841 "serde",
 1842 "serde_json",
 1843 "strum",
 1844 "thiserror 1.0.69",
 1845 "tokio",
 1846]
 1847
 1848[[package]]
 1849name = "bigdecimal"
 1850version = "0.4.7"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1853dependencies = [
 1854 "autocfg",
 1855 "libm",
 1856 "num-bigint",
 1857 "num-integer",
 1858 "num-traits",
 1859 "serde",
 1860]
 1861
 1862[[package]]
 1863name = "bincode"
 1864version = "1.3.3"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1867dependencies = [
 1868 "serde",
 1869]
 1870
 1871[[package]]
 1872name = "bindgen"
 1873version = "0.69.5"
 1874source = "registry+https://github.com/rust-lang/crates.io-index"
 1875checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1876dependencies = [
 1877 "bitflags 2.8.0",
 1878 "cexpr",
 1879 "clang-sys",
 1880 "itertools 0.12.1",
 1881 "lazy_static",
 1882 "lazycell",
 1883 "log",
 1884 "prettyplease",
 1885 "proc-macro2",
 1886 "quote",
 1887 "regex",
 1888 "rustc-hash 1.1.0",
 1889 "shlex",
 1890 "syn 2.0.100",
 1891 "which 4.4.2",
 1892]
 1893
 1894[[package]]
 1895name = "bindgen"
 1896version = "0.70.1"
 1897source = "registry+https://github.com/rust-lang/crates.io-index"
 1898checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1899dependencies = [
 1900 "bitflags 2.8.0",
 1901 "cexpr",
 1902 "clang-sys",
 1903 "itertools 0.12.1",
 1904 "log",
 1905 "prettyplease",
 1906 "proc-macro2",
 1907 "quote",
 1908 "regex",
 1909 "rustc-hash 1.1.0",
 1910 "shlex",
 1911 "syn 2.0.100",
 1912]
 1913
 1914[[package]]
 1915name = "bit-set"
 1916version = "0.5.3"
 1917source = "registry+https://github.com/rust-lang/crates.io-index"
 1918checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1919dependencies = [
 1920 "bit-vec 0.6.3",
 1921]
 1922
 1923[[package]]
 1924name = "bit-set"
 1925version = "0.8.0"
 1926source = "registry+https://github.com/rust-lang/crates.io-index"
 1927checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1928dependencies = [
 1929 "bit-vec 0.8.0",
 1930]
 1931
 1932[[package]]
 1933name = "bit-vec"
 1934version = "0.6.3"
 1935source = "registry+https://github.com/rust-lang/crates.io-index"
 1936checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1937
 1938[[package]]
 1939name = "bit-vec"
 1940version = "0.8.0"
 1941source = "registry+https://github.com/rust-lang/crates.io-index"
 1942checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1943
 1944[[package]]
 1945name = "bit_field"
 1946version = "0.10.2"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1949
 1950[[package]]
 1951name = "bitflags"
 1952version = "1.3.2"
 1953source = "registry+https://github.com/rust-lang/crates.io-index"
 1954checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1955
 1956[[package]]
 1957name = "bitflags"
 1958version = "2.8.0"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1961dependencies = [
 1962 "serde",
 1963]
 1964
 1965[[package]]
 1966name = "bitstream-io"
 1967version = "2.6.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1970
 1971[[package]]
 1972name = "bitvec"
 1973version = "1.0.1"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1976dependencies = [
 1977 "funty",
 1978 "radium",
 1979 "tap",
 1980 "wyz",
 1981]
 1982
 1983[[package]]
 1984name = "blade-graphics"
 1985version = "0.6.0"
 1986source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1987dependencies = [
 1988 "ash",
 1989 "ash-window",
 1990 "bitflags 2.8.0",
 1991 "bytemuck",
 1992 "codespan-reporting",
 1993 "glow",
 1994 "gpu-alloc",
 1995 "gpu-alloc-ash",
 1996 "hidden-trait",
 1997 "js-sys",
 1998 "khronos-egl",
 1999 "libloading",
 2000 "log",
 2001 "mint",
 2002 "naga",
 2003 "objc2",
 2004 "objc2-app-kit",
 2005 "objc2-foundation",
 2006 "objc2-metal",
 2007 "objc2-quartz-core",
 2008 "objc2-ui-kit",
 2009 "raw-window-handle",
 2010 "slab",
 2011 "wasm-bindgen",
 2012 "web-sys",
 2013]
 2014
 2015[[package]]
 2016name = "blade-macros"
 2017version = "0.3.0"
 2018source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2019dependencies = [
 2020 "proc-macro2",
 2021 "quote",
 2022 "syn 2.0.100",
 2023]
 2024
 2025[[package]]
 2026name = "blade-util"
 2027version = "0.2.0"
 2028source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2029dependencies = [
 2030 "blade-graphics",
 2031 "bytemuck",
 2032 "log",
 2033 "profiling",
 2034]
 2035
 2036[[package]]
 2037name = "blake3"
 2038version = "1.6.1"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2041dependencies = [
 2042 "arrayref",
 2043 "arrayvec",
 2044 "cc",
 2045 "cfg-if",
 2046 "constant_time_eq 0.3.1",
 2047]
 2048
 2049[[package]]
 2050name = "block"
 2051version = "0.1.6"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2054
 2055[[package]]
 2056name = "block-buffer"
 2057version = "0.10.4"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2060dependencies = [
 2061 "generic-array",
 2062]
 2063
 2064[[package]]
 2065name = "block-padding"
 2066version = "0.3.3"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2069dependencies = [
 2070 "generic-array",
 2071]
 2072
 2073[[package]]
 2074name = "block2"
 2075version = "0.5.1"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2078dependencies = [
 2079 "objc2",
 2080]
 2081
 2082[[package]]
 2083name = "blocking"
 2084version = "1.6.1"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2087dependencies = [
 2088 "async-channel 2.3.1",
 2089 "async-task",
 2090 "futures-io",
 2091 "futures-lite 2.6.0",
 2092 "piper",
 2093]
 2094
 2095[[package]]
 2096name = "borsh"
 2097version = "1.5.3"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2100dependencies = [
 2101 "borsh-derive",
 2102 "cfg_aliases 0.2.1",
 2103]
 2104
 2105[[package]]
 2106name = "borsh-derive"
 2107version = "1.5.3"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2110dependencies = [
 2111 "once_cell",
 2112 "proc-macro-crate",
 2113 "proc-macro2",
 2114 "quote",
 2115 "syn 2.0.100",
 2116]
 2117
 2118[[package]]
 2119name = "breadcrumbs"
 2120version = "0.1.0"
 2121dependencies = [
 2122 "editor",
 2123 "gpui",
 2124 "itertools 0.14.0",
 2125 "theme",
 2126 "ui",
 2127 "workspace",
 2128 "zed_actions",
 2129]
 2130
 2131[[package]]
 2132name = "bstr"
 2133version = "1.11.1"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2136dependencies = [
 2137 "memchr",
 2138 "regex-automata 0.4.9",
 2139 "serde",
 2140]
 2141
 2142[[package]]
 2143name = "buffer_diff"
 2144version = "0.1.0"
 2145dependencies = [
 2146 "anyhow",
 2147 "clock",
 2148 "ctor",
 2149 "env_logger 0.11.7",
 2150 "futures 0.3.31",
 2151 "git2",
 2152 "gpui",
 2153 "language",
 2154 "log",
 2155 "pretty_assertions",
 2156 "rand 0.8.5",
 2157 "rope",
 2158 "serde_json",
 2159 "sum_tree",
 2160 "text",
 2161 "unindent",
 2162 "util",
 2163]
 2164
 2165[[package]]
 2166name = "built"
 2167version = "0.7.5"
 2168source = "registry+https://github.com/rust-lang/crates.io-index"
 2169checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2170
 2171[[package]]
 2172name = "bumpalo"
 2173version = "3.16.0"
 2174source = "registry+https://github.com/rust-lang/crates.io-index"
 2175checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2176dependencies = [
 2177 "allocator-api2",
 2178]
 2179
 2180[[package]]
 2181name = "by_address"
 2182version = "1.2.1"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2185
 2186[[package]]
 2187name = "bytecheck"
 2188version = "0.6.12"
 2189source = "registry+https://github.com/rust-lang/crates.io-index"
 2190checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2191dependencies = [
 2192 "bytecheck_derive",
 2193 "ptr_meta",
 2194 "simdutf8",
 2195]
 2196
 2197[[package]]
 2198name = "bytecheck_derive"
 2199version = "0.6.12"
 2200source = "registry+https://github.com/rust-lang/crates.io-index"
 2201checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2202dependencies = [
 2203 "proc-macro2",
 2204 "quote",
 2205 "syn 1.0.109",
 2206]
 2207
 2208[[package]]
 2209name = "bytemuck"
 2210version = "1.21.0"
 2211source = "registry+https://github.com/rust-lang/crates.io-index"
 2212checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2213dependencies = [
 2214 "bytemuck_derive",
 2215]
 2216
 2217[[package]]
 2218name = "bytemuck_derive"
 2219version = "1.8.0"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2222dependencies = [
 2223 "proc-macro2",
 2224 "quote",
 2225 "syn 2.0.100",
 2226]
 2227
 2228[[package]]
 2229name = "byteorder"
 2230version = "1.5.0"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2233
 2234[[package]]
 2235name = "byteorder-lite"
 2236version = "0.1.0"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2239
 2240[[package]]
 2241name = "bytes"
 2242version = "0.4.12"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2245dependencies = [
 2246 "byteorder",
 2247 "iovec",
 2248]
 2249
 2250[[package]]
 2251name = "bytes"
 2252version = "1.10.1"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2255
 2256[[package]]
 2257name = "bytes-utils"
 2258version = "0.1.4"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2261dependencies = [
 2262 "bytes 1.10.1",
 2263 "either",
 2264]
 2265
 2266[[package]]
 2267name = "bzip2"
 2268version = "0.4.4"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2271dependencies = [
 2272 "bzip2-sys",
 2273 "libc",
 2274]
 2275
 2276[[package]]
 2277name = "bzip2-sys"
 2278version = "0.1.11+1.0.8"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2281dependencies = [
 2282 "cc",
 2283 "libc",
 2284 "pkg-config",
 2285]
 2286
 2287[[package]]
 2288name = "call"
 2289version = "0.1.0"
 2290dependencies = [
 2291 "anyhow",
 2292 "audio",
 2293 "client",
 2294 "collections",
 2295 "fs",
 2296 "futures 0.3.31",
 2297 "gpui",
 2298 "http_client",
 2299 "language",
 2300 "livekit_client",
 2301 "livekit_client_macos",
 2302 "log",
 2303 "postage",
 2304 "project",
 2305 "schemars",
 2306 "serde",
 2307 "serde_derive",
 2308 "settings",
 2309 "telemetry",
 2310 "util",
 2311]
 2312
 2313[[package]]
 2314name = "calloop"
 2315version = "0.13.0"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2318dependencies = [
 2319 "bitflags 2.8.0",
 2320 "log",
 2321 "polling",
 2322 "rustix",
 2323 "slab",
 2324 "thiserror 1.0.69",
 2325]
 2326
 2327[[package]]
 2328name = "calloop-wayland-source"
 2329version = "0.3.0"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2332dependencies = [
 2333 "calloop",
 2334 "rustix",
 2335 "wayland-backend",
 2336 "wayland-client",
 2337]
 2338
 2339[[package]]
 2340name = "camino"
 2341version = "1.1.9"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2344dependencies = [
 2345 "serde",
 2346]
 2347
 2348[[package]]
 2349name = "cap-fs-ext"
 2350version = "3.4.2"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2353dependencies = [
 2354 "cap-primitives",
 2355 "cap-std",
 2356 "io-lifetimes",
 2357 "windows-sys 0.59.0",
 2358]
 2359
 2360[[package]]
 2361name = "cap-net-ext"
 2362version = "3.4.2"
 2363source = "registry+https://github.com/rust-lang/crates.io-index"
 2364checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2365dependencies = [
 2366 "cap-primitives",
 2367 "cap-std",
 2368 "rustix",
 2369 "smallvec",
 2370]
 2371
 2372[[package]]
 2373name = "cap-primitives"
 2374version = "3.4.2"
 2375source = "registry+https://github.com/rust-lang/crates.io-index"
 2376checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2377dependencies = [
 2378 "ambient-authority",
 2379 "fs-set-times",
 2380 "io-extras",
 2381 "io-lifetimes",
 2382 "ipnet",
 2383 "maybe-owned",
 2384 "rustix",
 2385 "windows-sys 0.59.0",
 2386 "winx",
 2387]
 2388
 2389[[package]]
 2390name = "cap-rand"
 2391version = "3.4.2"
 2392source = "registry+https://github.com/rust-lang/crates.io-index"
 2393checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2394dependencies = [
 2395 "ambient-authority",
 2396 "rand 0.8.5",
 2397]
 2398
 2399[[package]]
 2400name = "cap-std"
 2401version = "3.4.2"
 2402source = "registry+https://github.com/rust-lang/crates.io-index"
 2403checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2404dependencies = [
 2405 "cap-primitives",
 2406 "io-extras",
 2407 "io-lifetimes",
 2408 "rustix",
 2409]
 2410
 2411[[package]]
 2412name = "cap-time-ext"
 2413version = "3.4.2"
 2414source = "registry+https://github.com/rust-lang/crates.io-index"
 2415checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2416dependencies = [
 2417 "ambient-authority",
 2418 "cap-primitives",
 2419 "iana-time-zone",
 2420 "once_cell",
 2421 "rustix",
 2422 "winx",
 2423]
 2424
 2425[[package]]
 2426name = "cargo-platform"
 2427version = "0.1.9"
 2428source = "registry+https://github.com/rust-lang/crates.io-index"
 2429checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2430dependencies = [
 2431 "serde",
 2432]
 2433
 2434[[package]]
 2435name = "cargo_metadata"
 2436version = "0.19.2"
 2437source = "registry+https://github.com/rust-lang/crates.io-index"
 2438checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2439dependencies = [
 2440 "camino",
 2441 "cargo-platform",
 2442 "semver",
 2443 "serde",
 2444 "serde_json",
 2445 "thiserror 2.0.6",
 2446]
 2447
 2448[[package]]
 2449name = "cargo_toml"
 2450version = "0.21.0"
 2451source = "registry+https://github.com/rust-lang/crates.io-index"
 2452checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2453dependencies = [
 2454 "serde",
 2455 "toml 0.8.20",
 2456]
 2457
 2458[[package]]
 2459name = "cast"
 2460version = "0.3.0"
 2461source = "registry+https://github.com/rust-lang/crates.io-index"
 2462checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2463
 2464[[package]]
 2465name = "cbc"
 2466version = "0.1.2"
 2467source = "registry+https://github.com/rust-lang/crates.io-index"
 2468checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2469dependencies = [
 2470 "cipher",
 2471]
 2472
 2473[[package]]
 2474name = "cbindgen"
 2475version = "0.27.0"
 2476source = "registry+https://github.com/rust-lang/crates.io-index"
 2477checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2478dependencies = [
 2479 "clap",
 2480 "heck 0.4.1",
 2481 "indexmap",
 2482 "log",
 2483 "proc-macro2",
 2484 "quote",
 2485 "serde",
 2486 "serde_json",
 2487 "syn 2.0.100",
 2488 "tempfile",
 2489 "toml 0.8.20",
 2490]
 2491
 2492[[package]]
 2493name = "cbindgen"
 2494version = "0.28.0"
 2495source = "registry+https://github.com/rust-lang/crates.io-index"
 2496checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2497dependencies = [
 2498 "heck 0.4.1",
 2499 "indexmap",
 2500 "log",
 2501 "proc-macro2",
 2502 "quote",
 2503 "serde",
 2504 "serde_json",
 2505 "syn 2.0.100",
 2506 "tempfile",
 2507 "toml 0.8.20",
 2508]
 2509
 2510[[package]]
 2511name = "cc"
 2512version = "1.2.12"
 2513source = "registry+https://github.com/rust-lang/crates.io-index"
 2514checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2515dependencies = [
 2516 "jobserver",
 2517 "libc",
 2518 "shlex",
 2519]
 2520
 2521[[package]]
 2522name = "cesu8"
 2523version = "1.1.0"
 2524source = "registry+https://github.com/rust-lang/crates.io-index"
 2525checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2526
 2527[[package]]
 2528name = "cexpr"
 2529version = "0.6.0"
 2530source = "registry+https://github.com/rust-lang/crates.io-index"
 2531checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2532dependencies = [
 2533 "nom",
 2534]
 2535
 2536[[package]]
 2537name = "cfg-expr"
 2538version = "0.15.8"
 2539source = "registry+https://github.com/rust-lang/crates.io-index"
 2540checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2541dependencies = [
 2542 "smallvec",
 2543 "target-lexicon 0.12.16",
 2544]
 2545
 2546[[package]]
 2547name = "cfg-if"
 2548version = "1.0.0"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2551
 2552[[package]]
 2553name = "cfg_aliases"
 2554version = "0.1.1"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2557
 2558[[package]]
 2559name = "cfg_aliases"
 2560version = "0.2.1"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2563
 2564[[package]]
 2565name = "channel"
 2566version = "0.1.0"
 2567dependencies = [
 2568 "anyhow",
 2569 "client",
 2570 "clock",
 2571 "collections",
 2572 "futures 0.3.31",
 2573 "gpui",
 2574 "http_client",
 2575 "language",
 2576 "log",
 2577 "rand 0.8.5",
 2578 "release_channel",
 2579 "rpc",
 2580 "settings",
 2581 "sum_tree",
 2582 "text",
 2583 "time",
 2584 "util",
 2585]
 2586
 2587[[package]]
 2588name = "chrono"
 2589version = "0.4.40"
 2590source = "registry+https://github.com/rust-lang/crates.io-index"
 2591checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2592dependencies = [
 2593 "android-tzdata",
 2594 "iana-time-zone",
 2595 "js-sys",
 2596 "num-traits",
 2597 "serde",
 2598 "wasm-bindgen",
 2599 "windows-link",
 2600]
 2601
 2602[[package]]
 2603name = "chunked_transfer"
 2604version = "1.5.0"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2607
 2608[[package]]
 2609name = "ciborium"
 2610version = "0.2.2"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2613dependencies = [
 2614 "ciborium-io",
 2615 "ciborium-ll",
 2616 "serde",
 2617]
 2618
 2619[[package]]
 2620name = "ciborium-io"
 2621version = "0.2.2"
 2622source = "registry+https://github.com/rust-lang/crates.io-index"
 2623checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2624
 2625[[package]]
 2626name = "ciborium-ll"
 2627version = "0.2.2"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2630dependencies = [
 2631 "ciborium-io",
 2632 "half",
 2633]
 2634
 2635[[package]]
 2636name = "cipher"
 2637version = "0.4.4"
 2638source = "registry+https://github.com/rust-lang/crates.io-index"
 2639checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2640dependencies = [
 2641 "crypto-common",
 2642 "inout",
 2643 "zeroize",
 2644]
 2645
 2646[[package]]
 2647name = "circular-buffer"
 2648version = "1.0.0"
 2649source = "registry+https://github.com/rust-lang/crates.io-index"
 2650checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2651
 2652[[package]]
 2653name = "clang-sys"
 2654version = "1.8.1"
 2655source = "registry+https://github.com/rust-lang/crates.io-index"
 2656checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2657dependencies = [
 2658 "glob",
 2659 "libc",
 2660 "libloading",
 2661]
 2662
 2663[[package]]
 2664name = "clap"
 2665version = "4.5.32"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2668dependencies = [
 2669 "clap_builder",
 2670 "clap_derive",
 2671]
 2672
 2673[[package]]
 2674name = "clap_builder"
 2675version = "4.5.32"
 2676source = "registry+https://github.com/rust-lang/crates.io-index"
 2677checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2678dependencies = [
 2679 "anstream",
 2680 "anstyle",
 2681 "clap_lex",
 2682 "strsim",
 2683 "terminal_size",
 2684]
 2685
 2686[[package]]
 2687name = "clap_complete"
 2688version = "4.5.38"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2691dependencies = [
 2692 "clap",
 2693]
 2694
 2695[[package]]
 2696name = "clap_derive"
 2697version = "4.5.32"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2700dependencies = [
 2701 "heck 0.5.0",
 2702 "proc-macro2",
 2703 "quote",
 2704 "syn 2.0.100",
 2705]
 2706
 2707[[package]]
 2708name = "clap_lex"
 2709version = "0.7.4"
 2710source = "registry+https://github.com/rust-lang/crates.io-index"
 2711checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2712
 2713[[package]]
 2714name = "cli"
 2715version = "0.1.0"
 2716dependencies = [
 2717 "anyhow",
 2718 "clap",
 2719 "collections",
 2720 "core-foundation 0.9.4",
 2721 "core-services",
 2722 "exec",
 2723 "fork",
 2724 "ipc-channel",
 2725 "parking_lot",
 2726 "paths",
 2727 "plist",
 2728 "release_channel",
 2729 "serde",
 2730 "tempfile",
 2731 "util",
 2732 "windows 0.60.0",
 2733]
 2734
 2735[[package]]
 2736name = "client"
 2737version = "0.1.0"
 2738dependencies = [
 2739 "anyhow",
 2740 "async-native-tls",
 2741 "async-recursion 0.3.2",
 2742 "async-tungstenite",
 2743 "chrono",
 2744 "clock",
 2745 "cocoa 0.26.0",
 2746 "collections",
 2747 "credentials_provider",
 2748 "feature_flags",
 2749 "futures 0.3.31",
 2750 "gpui",
 2751 "http_client",
 2752 "http_client_tls",
 2753 "log",
 2754 "parking_lot",
 2755 "paths",
 2756 "postage",
 2757 "rand 0.8.5",
 2758 "release_channel",
 2759 "rpc",
 2760 "schemars",
 2761 "serde",
 2762 "serde_json",
 2763 "settings",
 2764 "sha2",
 2765 "smol",
 2766 "telemetry",
 2767 "telemetry_events",
 2768 "text",
 2769 "thiserror 1.0.69",
 2770 "time",
 2771 "tiny_http",
 2772 "tokio-socks",
 2773 "url",
 2774 "util",
 2775 "windows 0.60.0",
 2776 "worktree",
 2777]
 2778
 2779[[package]]
 2780name = "clock"
 2781version = "0.1.0"
 2782dependencies = [
 2783 "parking_lot",
 2784 "serde",
 2785 "smallvec",
 2786]
 2787
 2788[[package]]
 2789name = "cmake"
 2790version = "0.1.53"
 2791source = "registry+https://github.com/rust-lang/crates.io-index"
 2792checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2793dependencies = [
 2794 "cc",
 2795]
 2796
 2797[[package]]
 2798name = "cobs"
 2799version = "0.2.3"
 2800source = "registry+https://github.com/rust-lang/crates.io-index"
 2801checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2802
 2803[[package]]
 2804name = "cocoa"
 2805version = "0.25.0"
 2806source = "registry+https://github.com/rust-lang/crates.io-index"
 2807checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2808dependencies = [
 2809 "bitflags 1.3.2",
 2810 "block",
 2811 "cocoa-foundation 0.1.2",
 2812 "core-foundation 0.9.4",
 2813 "core-graphics 0.23.2",
 2814 "foreign-types 0.5.0",
 2815 "libc",
 2816 "objc",
 2817]
 2818
 2819[[package]]
 2820name = "cocoa"
 2821version = "0.26.0"
 2822source = "registry+https://github.com/rust-lang/crates.io-index"
 2823checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2824dependencies = [
 2825 "bitflags 2.8.0",
 2826 "block",
 2827 "cocoa-foundation 0.2.0",
 2828 "core-foundation 0.10.0",
 2829 "core-graphics 0.24.0",
 2830 "foreign-types 0.5.0",
 2831 "libc",
 2832 "objc",
 2833]
 2834
 2835[[package]]
 2836name = "cocoa-foundation"
 2837version = "0.1.2"
 2838source = "registry+https://github.com/rust-lang/crates.io-index"
 2839checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2840dependencies = [
 2841 "bitflags 1.3.2",
 2842 "block",
 2843 "core-foundation 0.9.4",
 2844 "core-graphics-types 0.1.3",
 2845 "libc",
 2846 "objc",
 2847]
 2848
 2849[[package]]
 2850name = "cocoa-foundation"
 2851version = "0.2.0"
 2852source = "registry+https://github.com/rust-lang/crates.io-index"
 2853checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2854dependencies = [
 2855 "bitflags 2.8.0",
 2856 "block",
 2857 "core-foundation 0.10.0",
 2858 "core-graphics-types 0.2.0",
 2859 "libc",
 2860 "objc",
 2861]
 2862
 2863[[package]]
 2864name = "codespan-reporting"
 2865version = "0.11.1"
 2866source = "registry+https://github.com/rust-lang/crates.io-index"
 2867checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2868dependencies = [
 2869 "termcolor",
 2870 "unicode-width",
 2871]
 2872
 2873[[package]]
 2874name = "collab"
 2875version = "0.44.0"
 2876dependencies = [
 2877 "anthropic",
 2878 "anyhow",
 2879 "assistant",
 2880 "assistant_context_editor",
 2881 "assistant_slash_command",
 2882 "assistant_tool",
 2883 "async-stripe",
 2884 "async-trait",
 2885 "async-tungstenite",
 2886 "audio",
 2887 "aws-config",
 2888 "aws-sdk-kinesis",
 2889 "aws-sdk-s3",
 2890 "axum",
 2891 "axum-extra",
 2892 "base64 0.22.1",
 2893 "buffer_diff",
 2894 "call",
 2895 "channel",
 2896 "chrono",
 2897 "client",
 2898 "clock",
 2899 "collab_ui",
 2900 "collections",
 2901 "command_palette_hooks",
 2902 "context_server",
 2903 "ctor",
 2904 "dap",
 2905 "dashmap 6.1.0",
 2906 "debugger_ui",
 2907 "derive_more",
 2908 "editor",
 2909 "env_logger 0.11.7",
 2910 "envy",
 2911 "extension",
 2912 "file_finder",
 2913 "fs",
 2914 "futures 0.3.31",
 2915 "git",
 2916 "git_hosting_providers",
 2917 "git_ui",
 2918 "google_ai",
 2919 "gpui",
 2920 "hex",
 2921 "http_client",
 2922 "hyper 0.14.32",
 2923 "indoc",
 2924 "jsonwebtoken",
 2925 "language",
 2926 "language_model",
 2927 "livekit_api",
 2928 "livekit_client",
 2929 "livekit_client_macos",
 2930 "log",
 2931 "lsp",
 2932 "menu",
 2933 "multi_buffer",
 2934 "nanoid",
 2935 "node_runtime",
 2936 "notifications",
 2937 "open_ai",
 2938 "parking_lot",
 2939 "pretty_assertions",
 2940 "project",
 2941 "prometheus",
 2942 "prompt_store",
 2943 "prost 0.9.0",
 2944 "rand 0.8.5",
 2945 "recent_projects",
 2946 "release_channel",
 2947 "remote",
 2948 "remote_server",
 2949 "reqwest 0.11.27",
 2950 "reqwest_client",
 2951 "rpc",
 2952 "rustc-demangle",
 2953 "scrypt",
 2954 "sea-orm",
 2955 "semantic_version",
 2956 "semver",
 2957 "serde",
 2958 "serde_derive",
 2959 "serde_json",
 2960 "session",
 2961 "settings",
 2962 "sha2",
 2963 "sqlx",
 2964 "strum",
 2965 "subtle",
 2966 "supermaven_api",
 2967 "telemetry_events",
 2968 "text",
 2969 "theme",
 2970 "thiserror 1.0.69",
 2971 "time",
 2972 "tokio",
 2973 "toml 0.8.20",
 2974 "tower",
 2975 "tower-http 0.4.4",
 2976 "tracing",
 2977 "tracing-subscriber",
 2978 "unindent",
 2979 "util",
 2980 "uuid",
 2981 "workspace",
 2982 "worktree",
 2983]
 2984
 2985[[package]]
 2986name = "collab_ui"
 2987version = "0.1.0"
 2988dependencies = [
 2989 "anyhow",
 2990 "call",
 2991 "channel",
 2992 "chrono",
 2993 "client",
 2994 "collections",
 2995 "db",
 2996 "editor",
 2997 "emojis",
 2998 "futures 0.3.31",
 2999 "fuzzy",
 3000 "gpui",
 3001 "http_client",
 3002 "language",
 3003 "menu",
 3004 "notifications",
 3005 "picker",
 3006 "pretty_assertions",
 3007 "project",
 3008 "release_channel",
 3009 "rich_text",
 3010 "rpc",
 3011 "schemars",
 3012 "serde",
 3013 "serde_derive",
 3014 "serde_json",
 3015 "settings",
 3016 "smallvec",
 3017 "story",
 3018 "telemetry",
 3019 "theme",
 3020 "time",
 3021 "time_format",
 3022 "title_bar",
 3023 "tree-sitter-md",
 3024 "ui",
 3025 "util",
 3026 "workspace",
 3027]
 3028
 3029[[package]]
 3030name = "collections"
 3031version = "0.1.0"
 3032dependencies = [
 3033 "indexmap",
 3034 "rustc-hash 2.1.1",
 3035]
 3036
 3037[[package]]
 3038name = "color_quant"
 3039version = "1.1.0"
 3040source = "registry+https://github.com/rust-lang/crates.io-index"
 3041checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3042
 3043[[package]]
 3044name = "colorchoice"
 3045version = "1.0.3"
 3046source = "registry+https://github.com/rust-lang/crates.io-index"
 3047checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3048
 3049[[package]]
 3050name = "combine"
 3051version = "4.6.7"
 3052source = "registry+https://github.com/rust-lang/crates.io-index"
 3053checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3054dependencies = [
 3055 "bytes 1.10.1",
 3056 "memchr",
 3057]
 3058
 3059[[package]]
 3060name = "command_palette"
 3061version = "0.1.0"
 3062dependencies = [
 3063 "client",
 3064 "collections",
 3065 "command_palette_hooks",
 3066 "ctor",
 3067 "editor",
 3068 "env_logger 0.11.7",
 3069 "fuzzy",
 3070 "go_to_line",
 3071 "gpui",
 3072 "language",
 3073 "menu",
 3074 "picker",
 3075 "postage",
 3076 "project",
 3077 "serde",
 3078 "serde_json",
 3079 "settings",
 3080 "telemetry",
 3081 "theme",
 3082 "ui",
 3083 "util",
 3084 "workspace",
 3085 "zed_actions",
 3086]
 3087
 3088[[package]]
 3089name = "command_palette_hooks"
 3090version = "0.1.0"
 3091dependencies = [
 3092 "collections",
 3093 "derive_more",
 3094 "gpui",
 3095]
 3096
 3097[[package]]
 3098name = "component"
 3099version = "0.1.0"
 3100dependencies = [
 3101 "collections",
 3102 "gpui",
 3103 "linkme",
 3104 "parking_lot",
 3105 "theme",
 3106]
 3107
 3108[[package]]
 3109name = "component_preview"
 3110version = "0.1.0"
 3111dependencies = [
 3112 "client",
 3113 "collections",
 3114 "component",
 3115 "gpui",
 3116 "languages",
 3117 "notifications",
 3118 "project",
 3119 "ui",
 3120 "workspace",
 3121]
 3122
 3123[[package]]
 3124name = "concurrent-queue"
 3125version = "2.5.0"
 3126source = "registry+https://github.com/rust-lang/crates.io-index"
 3127checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3128dependencies = [
 3129 "crossbeam-utils",
 3130]
 3131
 3132[[package]]
 3133name = "console"
 3134version = "0.15.8"
 3135source = "registry+https://github.com/rust-lang/crates.io-index"
 3136checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3137dependencies = [
 3138 "encode_unicode",
 3139 "lazy_static",
 3140 "libc",
 3141 "unicode-width",
 3142 "windows-sys 0.52.0",
 3143]
 3144
 3145[[package]]
 3146name = "const-oid"
 3147version = "0.9.6"
 3148source = "registry+https://github.com/rust-lang/crates.io-index"
 3149checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3150
 3151[[package]]
 3152name = "const-random"
 3153version = "0.1.18"
 3154source = "registry+https://github.com/rust-lang/crates.io-index"
 3155checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3156dependencies = [
 3157 "const-random-macro",
 3158]
 3159
 3160[[package]]
 3161name = "const-random-macro"
 3162version = "0.1.16"
 3163source = "registry+https://github.com/rust-lang/crates.io-index"
 3164checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3165dependencies = [
 3166 "getrandom 0.2.15",
 3167 "once_cell",
 3168 "tiny-keccak",
 3169]
 3170
 3171[[package]]
 3172name = "constant_time_eq"
 3173version = "0.1.5"
 3174source = "registry+https://github.com/rust-lang/crates.io-index"
 3175checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3176
 3177[[package]]
 3178name = "constant_time_eq"
 3179version = "0.3.1"
 3180source = "registry+https://github.com/rust-lang/crates.io-index"
 3181checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3182
 3183[[package]]
 3184name = "context_server"
 3185version = "0.1.0"
 3186dependencies = [
 3187 "anyhow",
 3188 "assistant_tool",
 3189 "async-trait",
 3190 "collections",
 3191 "command_palette_hooks",
 3192 "context_server_settings",
 3193 "extension",
 3194 "futures 0.3.31",
 3195 "gpui",
 3196 "language_model",
 3197 "log",
 3198 "parking_lot",
 3199 "postage",
 3200 "project",
 3201 "serde",
 3202 "serde_json",
 3203 "settings",
 3204 "smol",
 3205 "url",
 3206 "util",
 3207]
 3208
 3209[[package]]
 3210name = "context_server_settings"
 3211version = "0.1.0"
 3212dependencies = [
 3213 "anyhow",
 3214 "collections",
 3215 "gpui",
 3216 "schemars",
 3217 "serde",
 3218 "serde_json",
 3219 "settings",
 3220]
 3221
 3222[[package]]
 3223name = "convert_case"
 3224version = "0.4.0"
 3225source = "registry+https://github.com/rust-lang/crates.io-index"
 3226checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3227
 3228[[package]]
 3229name = "convert_case"
 3230version = "0.8.0"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3233dependencies = [
 3234 "unicode-segmentation",
 3235]
 3236
 3237[[package]]
 3238name = "copilot"
 3239version = "0.1.0"
 3240dependencies = [
 3241 "anyhow",
 3242 "async-compression",
 3243 "async-std",
 3244 "async-tar",
 3245 "chrono",
 3246 "client",
 3247 "clock",
 3248 "collections",
 3249 "command_palette_hooks",
 3250 "ctor",
 3251 "editor",
 3252 "env_logger 0.11.7",
 3253 "fs",
 3254 "futures 0.3.31",
 3255 "gpui",
 3256 "http_client",
 3257 "indoc",
 3258 "inline_completion",
 3259 "language",
 3260 "log",
 3261 "lsp",
 3262 "menu",
 3263 "node_runtime",
 3264 "parking_lot",
 3265 "paths",
 3266 "project",
 3267 "rpc",
 3268 "schemars",
 3269 "serde",
 3270 "serde_json",
 3271 "settings",
 3272 "smol",
 3273 "strum",
 3274 "task",
 3275 "theme",
 3276 "ui",
 3277 "util",
 3278 "workspace",
 3279]
 3280
 3281[[package]]
 3282name = "core-foundation"
 3283version = "0.9.4"
 3284source = "registry+https://github.com/rust-lang/crates.io-index"
 3285checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3286dependencies = [
 3287 "core-foundation-sys",
 3288 "libc",
 3289]
 3290
 3291[[package]]
 3292name = "core-foundation"
 3293version = "0.10.0"
 3294source = "registry+https://github.com/rust-lang/crates.io-index"
 3295checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3296dependencies = [
 3297 "core-foundation-sys",
 3298 "libc",
 3299]
 3300
 3301[[package]]
 3302name = "core-foundation-sys"
 3303version = "0.8.7"
 3304source = "registry+https://github.com/rust-lang/crates.io-index"
 3305checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3306
 3307[[package]]
 3308name = "core-graphics"
 3309version = "0.23.2"
 3310source = "registry+https://github.com/rust-lang/crates.io-index"
 3311checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3312dependencies = [
 3313 "bitflags 1.3.2",
 3314 "core-foundation 0.9.4",
 3315 "core-graphics-types 0.1.3",
 3316 "foreign-types 0.5.0",
 3317 "libc",
 3318]
 3319
 3320[[package]]
 3321name = "core-graphics"
 3322version = "0.24.0"
 3323source = "registry+https://github.com/rust-lang/crates.io-index"
 3324checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3325dependencies = [
 3326 "bitflags 2.8.0",
 3327 "core-foundation 0.10.0",
 3328 "core-graphics-types 0.2.0",
 3329 "foreign-types 0.5.0",
 3330 "libc",
 3331]
 3332
 3333[[package]]
 3334name = "core-graphics-types"
 3335version = "0.1.3"
 3336source = "registry+https://github.com/rust-lang/crates.io-index"
 3337checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3338dependencies = [
 3339 "bitflags 1.3.2",
 3340 "core-foundation 0.9.4",
 3341 "libc",
 3342]
 3343
 3344[[package]]
 3345name = "core-graphics-types"
 3346version = "0.2.0"
 3347source = "registry+https://github.com/rust-lang/crates.io-index"
 3348checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3349dependencies = [
 3350 "bitflags 2.8.0",
 3351 "core-foundation 0.10.0",
 3352 "libc",
 3353]
 3354
 3355[[package]]
 3356name = "core-services"
 3357version = "0.2.1"
 3358source = "registry+https://github.com/rust-lang/crates.io-index"
 3359checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3360dependencies = [
 3361 "core-foundation 0.9.4",
 3362]
 3363
 3364[[package]]
 3365name = "core-text"
 3366version = "20.1.0"
 3367source = "registry+https://github.com/rust-lang/crates.io-index"
 3368checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3369dependencies = [
 3370 "core-foundation 0.9.4",
 3371 "core-graphics 0.23.2",
 3372 "foreign-types 0.5.0",
 3373 "libc",
 3374]
 3375
 3376[[package]]
 3377name = "core_maths"
 3378version = "0.1.1"
 3379source = "registry+https://github.com/rust-lang/crates.io-index"
 3380checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3381dependencies = [
 3382 "libm",
 3383]
 3384
 3385[[package]]
 3386name = "coreaudio-rs"
 3387version = "0.11.3"
 3388source = "registry+https://github.com/rust-lang/crates.io-index"
 3389checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3390dependencies = [
 3391 "bitflags 1.3.2",
 3392 "core-foundation-sys",
 3393 "coreaudio-sys",
 3394]
 3395
 3396[[package]]
 3397name = "coreaudio-rs"
 3398version = "0.12.1"
 3399source = "registry+https://github.com/rust-lang/crates.io-index"
 3400checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3401dependencies = [
 3402 "bitflags 1.3.2",
 3403 "core-foundation-sys",
 3404 "coreaudio-sys",
 3405]
 3406
 3407[[package]]
 3408name = "coreaudio-sys"
 3409version = "0.2.16"
 3410source = "registry+https://github.com/rust-lang/crates.io-index"
 3411checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3412dependencies = [
 3413 "bindgen 0.70.1",
 3414]
 3415
 3416[[package]]
 3417name = "cosmic-text"
 3418version = "0.11.2"
 3419source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 3420dependencies = [
 3421 "bitflags 2.8.0",
 3422 "fontdb 0.18.0",
 3423 "log",
 3424 "rangemap",
 3425 "rayon",
 3426 "rustc-hash 1.1.0",
 3427 "rustybuzz 0.14.1",
 3428 "self_cell",
 3429 "swash",
 3430 "sys-locale",
 3431 "ttf-parser 0.21.1",
 3432 "unicode-bidi",
 3433 "unicode-linebreak",
 3434 "unicode-script",
 3435 "unicode-segmentation",
 3436]
 3437
 3438[[package]]
 3439name = "cpal"
 3440version = "0.15.3"
 3441source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3442dependencies = [
 3443 "alsa",
 3444 "core-foundation-sys",
 3445 "coreaudio-rs 0.11.3",
 3446 "dasp_sample",
 3447 "jni",
 3448 "js-sys",
 3449 "libc",
 3450 "mach2",
 3451 "ndk",
 3452 "ndk-context",
 3453 "oboe",
 3454 "wasm-bindgen",
 3455 "wasm-bindgen-futures",
 3456 "web-sys",
 3457 "windows 0.54.0",
 3458]
 3459
 3460[[package]]
 3461name = "cpp_demangle"
 3462version = "0.4.4"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3465dependencies = [
 3466 "cfg-if",
 3467]
 3468
 3469[[package]]
 3470name = "cpufeatures"
 3471version = "0.2.16"
 3472source = "registry+https://github.com/rust-lang/crates.io-index"
 3473checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3474dependencies = [
 3475 "libc",
 3476]
 3477
 3478[[package]]
 3479name = "cranelift-bforest"
 3480version = "0.116.1"
 3481source = "registry+https://github.com/rust-lang/crates.io-index"
 3482checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3483dependencies = [
 3484 "cranelift-entity",
 3485]
 3486
 3487[[package]]
 3488name = "cranelift-bitset"
 3489version = "0.116.1"
 3490source = "registry+https://github.com/rust-lang/crates.io-index"
 3491checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3492dependencies = [
 3493 "serde",
 3494 "serde_derive",
 3495]
 3496
 3497[[package]]
 3498name = "cranelift-codegen"
 3499version = "0.116.1"
 3500source = "registry+https://github.com/rust-lang/crates.io-index"
 3501checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3502dependencies = [
 3503 "bumpalo",
 3504 "cranelift-bforest",
 3505 "cranelift-bitset",
 3506 "cranelift-codegen-meta",
 3507 "cranelift-codegen-shared",
 3508 "cranelift-control",
 3509 "cranelift-entity",
 3510 "cranelift-isle",
 3511 "gimli",
 3512 "hashbrown 0.14.5",
 3513 "log",
 3514 "regalloc2",
 3515 "rustc-hash 2.1.1",
 3516 "serde",
 3517 "smallvec",
 3518 "target-lexicon 0.13.2",
 3519]
 3520
 3521[[package]]
 3522name = "cranelift-codegen-meta"
 3523version = "0.116.1"
 3524source = "registry+https://github.com/rust-lang/crates.io-index"
 3525checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3526dependencies = [
 3527 "cranelift-codegen-shared",
 3528]
 3529
 3530[[package]]
 3531name = "cranelift-codegen-shared"
 3532version = "0.116.1"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3535
 3536[[package]]
 3537name = "cranelift-control"
 3538version = "0.116.1"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3541dependencies = [
 3542 "arbitrary",
 3543]
 3544
 3545[[package]]
 3546name = "cranelift-entity"
 3547version = "0.116.1"
 3548source = "registry+https://github.com/rust-lang/crates.io-index"
 3549checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3550dependencies = [
 3551 "cranelift-bitset",
 3552 "serde",
 3553 "serde_derive",
 3554]
 3555
 3556[[package]]
 3557name = "cranelift-frontend"
 3558version = "0.116.1"
 3559source = "registry+https://github.com/rust-lang/crates.io-index"
 3560checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3561dependencies = [
 3562 "cranelift-codegen",
 3563 "log",
 3564 "smallvec",
 3565 "target-lexicon 0.13.2",
 3566]
 3567
 3568[[package]]
 3569name = "cranelift-isle"
 3570version = "0.116.1"
 3571source = "registry+https://github.com/rust-lang/crates.io-index"
 3572checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3573
 3574[[package]]
 3575name = "cranelift-native"
 3576version = "0.116.1"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3579dependencies = [
 3580 "cranelift-codegen",
 3581 "libc",
 3582 "target-lexicon 0.13.2",
 3583]
 3584
 3585[[package]]
 3586name = "crc"
 3587version = "3.2.1"
 3588source = "registry+https://github.com/rust-lang/crates.io-index"
 3589checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3590dependencies = [
 3591 "crc-catalog",
 3592]
 3593
 3594[[package]]
 3595name = "crc-catalog"
 3596version = "2.4.0"
 3597source = "registry+https://github.com/rust-lang/crates.io-index"
 3598checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3599
 3600[[package]]
 3601name = "crc32c"
 3602version = "0.6.8"
 3603source = "registry+https://github.com/rust-lang/crates.io-index"
 3604checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3605dependencies = [
 3606 "rustc_version",
 3607]
 3608
 3609[[package]]
 3610name = "crc32fast"
 3611version = "1.4.2"
 3612source = "registry+https://github.com/rust-lang/crates.io-index"
 3613checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3614dependencies = [
 3615 "cfg-if",
 3616]
 3617
 3618[[package]]
 3619name = "crc64fast-nvme"
 3620version = "1.1.1"
 3621source = "registry+https://github.com/rust-lang/crates.io-index"
 3622checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3623dependencies = [
 3624 "cbindgen 0.27.0",
 3625 "crc",
 3626]
 3627
 3628[[package]]
 3629name = "credentials_provider"
 3630version = "0.1.0"
 3631dependencies = [
 3632 "anyhow",
 3633 "futures 0.3.31",
 3634 "gpui",
 3635 "paths",
 3636 "release_channel",
 3637 "serde",
 3638 "serde_json",
 3639]
 3640
 3641[[package]]
 3642name = "criterion"
 3643version = "0.5.1"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3646dependencies = [
 3647 "anes",
 3648 "cast",
 3649 "ciborium",
 3650 "clap",
 3651 "criterion-plot",
 3652 "is-terminal",
 3653 "itertools 0.10.5",
 3654 "num-traits",
 3655 "once_cell",
 3656 "oorandom",
 3657 "plotters",
 3658 "rayon",
 3659 "regex",
 3660 "serde",
 3661 "serde_derive",
 3662 "serde_json",
 3663 "tinytemplate",
 3664 "walkdir",
 3665]
 3666
 3667[[package]]
 3668name = "criterion-plot"
 3669version = "0.5.0"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3672dependencies = [
 3673 "cast",
 3674 "itertools 0.10.5",
 3675]
 3676
 3677[[package]]
 3678name = "crossbeam-channel"
 3679version = "0.5.13"
 3680source = "registry+https://github.com/rust-lang/crates.io-index"
 3681checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3682dependencies = [
 3683 "crossbeam-utils",
 3684]
 3685
 3686[[package]]
 3687name = "crossbeam-deque"
 3688version = "0.8.5"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3691dependencies = [
 3692 "crossbeam-epoch",
 3693 "crossbeam-utils",
 3694]
 3695
 3696[[package]]
 3697name = "crossbeam-epoch"
 3698version = "0.9.18"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3701dependencies = [
 3702 "crossbeam-utils",
 3703]
 3704
 3705[[package]]
 3706name = "crossbeam-queue"
 3707version = "0.3.11"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3710dependencies = [
 3711 "crossbeam-utils",
 3712]
 3713
 3714[[package]]
 3715name = "crossbeam-utils"
 3716version = "0.8.20"
 3717source = "registry+https://github.com/rust-lang/crates.io-index"
 3718checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3719
 3720[[package]]
 3721name = "crunchy"
 3722version = "0.2.2"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3725
 3726[[package]]
 3727name = "crypto-bigint"
 3728version = "0.4.9"
 3729source = "registry+https://github.com/rust-lang/crates.io-index"
 3730checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3731dependencies = [
 3732 "generic-array",
 3733 "rand_core 0.6.4",
 3734 "subtle",
 3735 "zeroize",
 3736]
 3737
 3738[[package]]
 3739name = "crypto-bigint"
 3740version = "0.5.5"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3743dependencies = [
 3744 "rand_core 0.6.4",
 3745 "subtle",
 3746]
 3747
 3748[[package]]
 3749name = "crypto-common"
 3750version = "0.1.6"
 3751source = "registry+https://github.com/rust-lang/crates.io-index"
 3752checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3753dependencies = [
 3754 "generic-array",
 3755 "rand_core 0.6.4",
 3756 "typenum",
 3757]
 3758
 3759[[package]]
 3760name = "ctor"
 3761version = "0.4.1"
 3762source = "registry+https://github.com/rust-lang/crates.io-index"
 3763checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3764dependencies = [
 3765 "ctor-proc-macro",
 3766 "dtor",
 3767]
 3768
 3769[[package]]
 3770name = "ctor-proc-macro"
 3771version = "0.0.5"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3774
 3775[[package]]
 3776name = "ctrlc"
 3777version = "3.4.5"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3780dependencies = [
 3781 "nix",
 3782 "windows-sys 0.59.0",
 3783]
 3784
 3785[[package]]
 3786name = "cursor-icon"
 3787version = "1.1.0"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3790
 3791[[package]]
 3792name = "cxx"
 3793version = "1.0.134"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3796dependencies = [
 3797 "cc",
 3798 "cxxbridge-cmd",
 3799 "cxxbridge-flags",
 3800 "cxxbridge-macro",
 3801 "foldhash",
 3802 "link-cplusplus",
 3803]
 3804
 3805[[package]]
 3806name = "cxx-build"
 3807version = "1.0.134"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3810dependencies = [
 3811 "cc",
 3812 "codespan-reporting",
 3813 "proc-macro2",
 3814 "quote",
 3815 "scratch",
 3816 "syn 2.0.100",
 3817]
 3818
 3819[[package]]
 3820name = "cxxbridge-cmd"
 3821version = "1.0.134"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3824dependencies = [
 3825 "clap",
 3826 "codespan-reporting",
 3827 "proc-macro2",
 3828 "quote",
 3829 "syn 2.0.100",
 3830]
 3831
 3832[[package]]
 3833name = "cxxbridge-flags"
 3834version = "1.0.134"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3837
 3838[[package]]
 3839name = "cxxbridge-macro"
 3840version = "1.0.134"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3843dependencies = [
 3844 "proc-macro2",
 3845 "quote",
 3846 "rustversion",
 3847 "syn 2.0.100",
 3848]
 3849
 3850[[package]]
 3851name = "dap"
 3852version = "0.1.0"
 3853dependencies = [
 3854 "anyhow",
 3855 "async-compression",
 3856 "async-pipe",
 3857 "async-tar",
 3858 "async-trait",
 3859 "client",
 3860 "collections",
 3861 "dap-types",
 3862 "env_logger 0.11.7",
 3863 "fs",
 3864 "futures 0.3.31",
 3865 "gpui",
 3866 "http_client",
 3867 "language",
 3868 "log",
 3869 "node_runtime",
 3870 "parking_lot",
 3871 "paths",
 3872 "schemars",
 3873 "serde",
 3874 "serde_json",
 3875 "settings",
 3876 "smallvec",
 3877 "smol",
 3878 "task",
 3879 "util",
 3880]
 3881
 3882[[package]]
 3883name = "dap-types"
 3884version = "0.0.1"
 3885source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3886dependencies = [
 3887 "schemars",
 3888 "serde",
 3889 "serde_json",
 3890]
 3891
 3892[[package]]
 3893name = "dap_adapters"
 3894version = "0.1.0"
 3895dependencies = [
 3896 "anyhow",
 3897 "async-trait",
 3898 "dap",
 3899 "gpui",
 3900 "language",
 3901 "paths",
 3902 "regex",
 3903 "serde",
 3904 "serde_json",
 3905 "sysinfo",
 3906 "task",
 3907 "util",
 3908]
 3909
 3910[[package]]
 3911name = "dashmap"
 3912version = "5.5.3"
 3913source = "registry+https://github.com/rust-lang/crates.io-index"
 3914checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3915dependencies = [
 3916 "cfg-if",
 3917 "hashbrown 0.14.5",
 3918 "lock_api",
 3919 "once_cell",
 3920 "parking_lot_core",
 3921]
 3922
 3923[[package]]
 3924name = "dashmap"
 3925version = "6.1.0"
 3926source = "registry+https://github.com/rust-lang/crates.io-index"
 3927checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3928dependencies = [
 3929 "cfg-if",
 3930 "crossbeam-utils",
 3931 "hashbrown 0.14.5",
 3932 "lock_api",
 3933 "once_cell",
 3934 "parking_lot_core",
 3935]
 3936
 3937[[package]]
 3938name = "dasp_sample"
 3939version = "0.11.0"
 3940source = "registry+https://github.com/rust-lang/crates.io-index"
 3941checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3942
 3943[[package]]
 3944name = "data-encoding"
 3945version = "2.6.0"
 3946source = "registry+https://github.com/rust-lang/crates.io-index"
 3947checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3948
 3949[[package]]
 3950name = "data-url"
 3951version = "0.3.1"
 3952source = "registry+https://github.com/rust-lang/crates.io-index"
 3953checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3954
 3955[[package]]
 3956name = "db"
 3957version = "0.1.0"
 3958dependencies = [
 3959 "anyhow",
 3960 "gpui",
 3961 "indoc",
 3962 "log",
 3963 "paths",
 3964 "release_channel",
 3965 "smol",
 3966 "sqlez",
 3967 "sqlez_macros",
 3968 "tempfile",
 3969 "util",
 3970]
 3971
 3972[[package]]
 3973name = "dbus"
 3974version = "0.9.7"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3977dependencies = [
 3978 "libc",
 3979 "libdbus-sys",
 3980 "winapi",
 3981]
 3982
 3983[[package]]
 3984name = "debugger_tools"
 3985version = "0.1.0"
 3986dependencies = [
 3987 "anyhow",
 3988 "dap",
 3989 "editor",
 3990 "futures 0.3.31",
 3991 "gpui",
 3992 "project",
 3993 "serde_json",
 3994 "settings",
 3995 "smol",
 3996 "util",
 3997 "workspace",
 3998]
 3999
 4000[[package]]
 4001name = "debugger_ui"
 4002version = "0.1.0"
 4003dependencies = [
 4004 "anyhow",
 4005 "client",
 4006 "collections",
 4007 "command_palette_hooks",
 4008 "dap",
 4009 "editor",
 4010 "env_logger 0.11.7",
 4011 "feature_flags",
 4012 "futures 0.3.31",
 4013 "fuzzy",
 4014 "gpui",
 4015 "language",
 4016 "log",
 4017 "menu",
 4018 "picker",
 4019 "pretty_assertions",
 4020 "project",
 4021 "rpc",
 4022 "serde",
 4023 "serde_json",
 4024 "settings",
 4025 "sysinfo",
 4026 "task",
 4027 "terminal_view",
 4028 "theme",
 4029 "ui",
 4030 "unindent",
 4031 "util",
 4032 "workspace",
 4033]
 4034
 4035[[package]]
 4036name = "deepseek"
 4037version = "0.1.0"
 4038dependencies = [
 4039 "anyhow",
 4040 "futures 0.3.31",
 4041 "http_client",
 4042 "schemars",
 4043 "serde",
 4044 "serde_json",
 4045]
 4046
 4047[[package]]
 4048name = "deflate64"
 4049version = "0.1.9"
 4050source = "registry+https://github.com/rust-lang/crates.io-index"
 4051checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4052
 4053[[package]]
 4054name = "der"
 4055version = "0.6.1"
 4056source = "registry+https://github.com/rust-lang/crates.io-index"
 4057checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4058dependencies = [
 4059 "const-oid",
 4060 "zeroize",
 4061]
 4062
 4063[[package]]
 4064name = "der"
 4065version = "0.7.9"
 4066source = "registry+https://github.com/rust-lang/crates.io-index"
 4067checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4068dependencies = [
 4069 "const-oid",
 4070 "pem-rfc7468",
 4071 "zeroize",
 4072]
 4073
 4074[[package]]
 4075name = "deranged"
 4076version = "0.3.11"
 4077source = "registry+https://github.com/rust-lang/crates.io-index"
 4078checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 4079dependencies = [
 4080 "powerfmt",
 4081 "serde",
 4082]
 4083
 4084[[package]]
 4085name = "derive_more"
 4086version = "0.99.19"
 4087source = "registry+https://github.com/rust-lang/crates.io-index"
 4088checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4089dependencies = [
 4090 "convert_case 0.4.0",
 4091 "proc-macro2",
 4092 "quote",
 4093 "rustc_version",
 4094 "syn 2.0.100",
 4095]
 4096
 4097[[package]]
 4098name = "derive_refineable"
 4099version = "0.1.0"
 4100dependencies = [
 4101 "proc-macro2",
 4102 "quote",
 4103 "syn 1.0.109",
 4104]
 4105
 4106[[package]]
 4107name = "diagnostics"
 4108version = "0.1.0"
 4109dependencies = [
 4110 "anyhow",
 4111 "client",
 4112 "collections",
 4113 "ctor",
 4114 "editor",
 4115 "env_logger 0.11.7",
 4116 "gpui",
 4117 "language",
 4118 "log",
 4119 "lsp",
 4120 "pretty_assertions",
 4121 "project",
 4122 "rand 0.8.5",
 4123 "serde",
 4124 "serde_json",
 4125 "settings",
 4126 "theme",
 4127 "ui",
 4128 "unindent",
 4129 "util",
 4130 "workspace",
 4131]
 4132
 4133[[package]]
 4134name = "dialoguer"
 4135version = "0.11.0"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4138dependencies = [
 4139 "console",
 4140 "fuzzy-matcher",
 4141 "shell-words",
 4142 "tempfile",
 4143 "thiserror 1.0.69",
 4144 "zeroize",
 4145]
 4146
 4147[[package]]
 4148name = "diff"
 4149version = "0.1.13"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4152
 4153[[package]]
 4154name = "digest"
 4155version = "0.10.7"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4158dependencies = [
 4159 "block-buffer",
 4160 "const-oid",
 4161 "crypto-common",
 4162 "subtle",
 4163]
 4164
 4165[[package]]
 4166name = "dirs"
 4167version = "4.0.0"
 4168source = "registry+https://github.com/rust-lang/crates.io-index"
 4169checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4170dependencies = [
 4171 "dirs-sys 0.3.7",
 4172]
 4173
 4174[[package]]
 4175name = "dirs"
 4176version = "5.0.1"
 4177source = "registry+https://github.com/rust-lang/crates.io-index"
 4178checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4179dependencies = [
 4180 "dirs-sys 0.4.1",
 4181]
 4182
 4183[[package]]
 4184name = "dirs-sys"
 4185version = "0.3.7"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4188dependencies = [
 4189 "libc",
 4190 "redox_users",
 4191 "winapi",
 4192]
 4193
 4194[[package]]
 4195name = "dirs-sys"
 4196version = "0.4.1"
 4197source = "registry+https://github.com/rust-lang/crates.io-index"
 4198checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4199dependencies = [
 4200 "libc",
 4201 "option-ext",
 4202 "redox_users",
 4203 "windows-sys 0.48.0",
 4204]
 4205
 4206[[package]]
 4207name = "displaydoc"
 4208version = "0.2.5"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4211dependencies = [
 4212 "proc-macro2",
 4213 "quote",
 4214 "syn 2.0.100",
 4215]
 4216
 4217[[package]]
 4218name = "dlib"
 4219version = "0.5.2"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4222dependencies = [
 4223 "libloading",
 4224]
 4225
 4226[[package]]
 4227name = "docs_preprocessor"
 4228version = "0.1.0"
 4229dependencies = [
 4230 "anyhow",
 4231 "clap",
 4232 "mdbook",
 4233 "regex",
 4234 "serde",
 4235 "serde_json",
 4236 "settings",
 4237 "util",
 4238]
 4239
 4240[[package]]
 4241name = "dotenvy"
 4242version = "0.15.7"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4245
 4246[[package]]
 4247name = "downcast-rs"
 4248version = "1.2.1"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4251
 4252[[package]]
 4253name = "doxygen-rs"
 4254version = "0.4.2"
 4255source = "registry+https://github.com/rust-lang/crates.io-index"
 4256checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4257dependencies = [
 4258 "phf",
 4259]
 4260
 4261[[package]]
 4262name = "dtor"
 4263version = "0.0.5"
 4264source = "registry+https://github.com/rust-lang/crates.io-index"
 4265checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4266dependencies = [
 4267 "dtor-proc-macro",
 4268]
 4269
 4270[[package]]
 4271name = "dtor-proc-macro"
 4272version = "0.0.5"
 4273source = "registry+https://github.com/rust-lang/crates.io-index"
 4274checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4275
 4276[[package]]
 4277name = "dunce"
 4278version = "1.0.5"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4281
 4282[[package]]
 4283name = "dwrote"
 4284version = "0.11.2"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4287dependencies = [
 4288 "lazy_static",
 4289 "libc",
 4290 "winapi",
 4291 "wio",
 4292]
 4293
 4294[[package]]
 4295name = "dyn-clone"
 4296version = "1.0.17"
 4297source = "registry+https://github.com/rust-lang/crates.io-index"
 4298checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4299
 4300[[package]]
 4301name = "ec4rs"
 4302version = "1.1.1"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4305
 4306[[package]]
 4307name = "ecdsa"
 4308version = "0.14.8"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4311dependencies = [
 4312 "der 0.6.1",
 4313 "elliptic-curve",
 4314 "rfc6979",
 4315 "signature 1.6.4",
 4316]
 4317
 4318[[package]]
 4319name = "editor"
 4320version = "0.1.0"
 4321dependencies = [
 4322 "aho-corasick",
 4323 "anyhow",
 4324 "assets",
 4325 "buffer_diff",
 4326 "chrono",
 4327 "client",
 4328 "clock",
 4329 "collections",
 4330 "convert_case 0.8.0",
 4331 "ctor",
 4332 "db",
 4333 "emojis",
 4334 "env_logger 0.11.7",
 4335 "feature_flags",
 4336 "file_icons",
 4337 "fs",
 4338 "futures 0.3.31",
 4339 "fuzzy",
 4340 "git",
 4341 "gpui",
 4342 "http_client",
 4343 "indoc",
 4344 "inline_completion",
 4345 "itertools 0.14.0",
 4346 "language",
 4347 "languages",
 4348 "linkify",
 4349 "log",
 4350 "lsp",
 4351 "markdown",
 4352 "menu",
 4353 "multi_buffer",
 4354 "ordered-float 2.10.1",
 4355 "parking_lot",
 4356 "pretty_assertions",
 4357 "project",
 4358 "rand 0.8.5",
 4359 "release_channel",
 4360 "rpc",
 4361 "schemars",
 4362 "serde",
 4363 "serde_json",
 4364 "settings",
 4365 "smallvec",
 4366 "smol",
 4367 "snippet",
 4368 "sum_tree",
 4369 "task",
 4370 "telemetry",
 4371 "tempfile",
 4372 "text",
 4373 "theme",
 4374 "time",
 4375 "time_format",
 4376 "tree-sitter-html",
 4377 "tree-sitter-rust",
 4378 "tree-sitter-typescript",
 4379 "ui",
 4380 "unicode-script",
 4381 "unicode-segmentation",
 4382 "unindent",
 4383 "url",
 4384 "util",
 4385 "uuid",
 4386 "workspace",
 4387 "zed_actions",
 4388]
 4389
 4390[[package]]
 4391name = "either"
 4392version = "1.13.0"
 4393source = "registry+https://github.com/rust-lang/crates.io-index"
 4394checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4395dependencies = [
 4396 "serde",
 4397]
 4398
 4399[[package]]
 4400name = "elasticlunr-rs"
 4401version = "3.0.2"
 4402source = "registry+https://github.com/rust-lang/crates.io-index"
 4403checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4404dependencies = [
 4405 "regex",
 4406 "serde",
 4407 "serde_derive",
 4408 "serde_json",
 4409]
 4410
 4411[[package]]
 4412name = "elliptic-curve"
 4413version = "0.12.3"
 4414source = "registry+https://github.com/rust-lang/crates.io-index"
 4415checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4416dependencies = [
 4417 "base16ct",
 4418 "crypto-bigint 0.4.9",
 4419 "der 0.6.1",
 4420 "digest",
 4421 "ff",
 4422 "generic-array",
 4423 "group",
 4424 "pkcs8 0.9.0",
 4425 "rand_core 0.6.4",
 4426 "sec1",
 4427 "subtle",
 4428 "zeroize",
 4429]
 4430
 4431[[package]]
 4432name = "embed-resource"
 4433version = "3.0.2"
 4434source = "registry+https://github.com/rust-lang/crates.io-index"
 4435checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4436dependencies = [
 4437 "cc",
 4438 "memchr",
 4439 "rustc_version",
 4440 "toml 0.8.20",
 4441 "vswhom",
 4442 "winreg 0.52.0",
 4443]
 4444
 4445[[package]]
 4446name = "embedded-io"
 4447version = "0.4.0"
 4448source = "registry+https://github.com/rust-lang/crates.io-index"
 4449checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4450
 4451[[package]]
 4452name = "embedded-io"
 4453version = "0.6.1"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4456
 4457[[package]]
 4458name = "emojis"
 4459version = "0.6.4"
 4460source = "registry+https://github.com/rust-lang/crates.io-index"
 4461checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4462dependencies = [
 4463 "phf",
 4464]
 4465
 4466[[package]]
 4467name = "encode_unicode"
 4468version = "0.3.6"
 4469source = "registry+https://github.com/rust-lang/crates.io-index"
 4470checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4471
 4472[[package]]
 4473name = "encoding_rs"
 4474version = "0.8.35"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4477dependencies = [
 4478 "cfg-if",
 4479]
 4480
 4481[[package]]
 4482name = "endi"
 4483version = "1.1.0"
 4484source = "registry+https://github.com/rust-lang/crates.io-index"
 4485checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4486
 4487[[package]]
 4488name = "enumflags2"
 4489version = "0.7.10"
 4490source = "registry+https://github.com/rust-lang/crates.io-index"
 4491checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4492dependencies = [
 4493 "enumflags2_derive",
 4494 "serde",
 4495]
 4496
 4497[[package]]
 4498name = "enumflags2_derive"
 4499version = "0.7.10"
 4500source = "registry+https://github.com/rust-lang/crates.io-index"
 4501checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4502dependencies = [
 4503 "proc-macro2",
 4504 "quote",
 4505 "syn 2.0.100",
 4506]
 4507
 4508[[package]]
 4509name = "env_filter"
 4510version = "0.1.2"
 4511source = "registry+https://github.com/rust-lang/crates.io-index"
 4512checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4513dependencies = [
 4514 "log",
 4515 "regex",
 4516]
 4517
 4518[[package]]
 4519name = "env_home"
 4520version = "0.1.0"
 4521source = "registry+https://github.com/rust-lang/crates.io-index"
 4522checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
 4523
 4524[[package]]
 4525name = "env_logger"
 4526version = "0.10.2"
 4527source = "registry+https://github.com/rust-lang/crates.io-index"
 4528checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4529dependencies = [
 4530 "humantime",
 4531 "is-terminal",
 4532 "log",
 4533 "regex",
 4534 "termcolor",
 4535]
 4536
 4537[[package]]
 4538name = "env_logger"
 4539version = "0.11.7"
 4540source = "registry+https://github.com/rust-lang/crates.io-index"
 4541checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4542dependencies = [
 4543 "anstream",
 4544 "anstyle",
 4545 "env_filter",
 4546 "jiff",
 4547 "log",
 4548]
 4549
 4550[[package]]
 4551name = "envy"
 4552version = "0.4.2"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4555dependencies = [
 4556 "serde",
 4557]
 4558
 4559[[package]]
 4560name = "equivalent"
 4561version = "1.0.1"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4564
 4565[[package]]
 4566name = "erased-serde"
 4567version = "0.4.5"
 4568source = "registry+https://github.com/rust-lang/crates.io-index"
 4569checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4570dependencies = [
 4571 "serde",
 4572 "typeid",
 4573]
 4574
 4575[[package]]
 4576name = "errno"
 4577version = "0.2.8"
 4578source = "registry+https://github.com/rust-lang/crates.io-index"
 4579checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4580dependencies = [
 4581 "errno-dragonfly",
 4582 "libc",
 4583 "winapi",
 4584]
 4585
 4586[[package]]
 4587name = "errno"
 4588version = "0.3.10"
 4589source = "registry+https://github.com/rust-lang/crates.io-index"
 4590checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4591dependencies = [
 4592 "libc",
 4593 "windows-sys 0.59.0",
 4594]
 4595
 4596[[package]]
 4597name = "errno-dragonfly"
 4598version = "0.1.2"
 4599source = "registry+https://github.com/rust-lang/crates.io-index"
 4600checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4601dependencies = [
 4602 "cc",
 4603 "libc",
 4604]
 4605
 4606[[package]]
 4607name = "etagere"
 4608version = "0.2.15"
 4609source = "registry+https://github.com/rust-lang/crates.io-index"
 4610checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4611dependencies = [
 4612 "euclid",
 4613 "svg_fmt",
 4614]
 4615
 4616[[package]]
 4617name = "etcetera"
 4618version = "0.8.0"
 4619source = "registry+https://github.com/rust-lang/crates.io-index"
 4620checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4621dependencies = [
 4622 "cfg-if",
 4623 "home",
 4624 "windows-sys 0.48.0",
 4625]
 4626
 4627[[package]]
 4628name = "euclid"
 4629version = "0.22.11"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4632dependencies = [
 4633 "num-traits",
 4634]
 4635
 4636[[package]]
 4637name = "evals"
 4638version = "0.1.0"
 4639dependencies = [
 4640 "anyhow",
 4641 "clap",
 4642 "client",
 4643 "clock",
 4644 "collections",
 4645 "env_logger 0.11.7",
 4646 "feature_flags",
 4647 "fs",
 4648 "gpui",
 4649 "http_client",
 4650 "language",
 4651 "languages",
 4652 "node_runtime",
 4653 "open_ai",
 4654 "project",
 4655 "reqwest_client",
 4656 "semantic_index",
 4657 "serde",
 4658 "serde_json",
 4659 "settings",
 4660 "smol",
 4661 "util",
 4662]
 4663
 4664[[package]]
 4665name = "event-listener"
 4666version = "2.5.3"
 4667source = "registry+https://github.com/rust-lang/crates.io-index"
 4668checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4669
 4670[[package]]
 4671name = "event-listener"
 4672version = "5.3.1"
 4673source = "registry+https://github.com/rust-lang/crates.io-index"
 4674checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4675dependencies = [
 4676 "concurrent-queue",
 4677 "parking",
 4678 "pin-project-lite",
 4679]
 4680
 4681[[package]]
 4682name = "event-listener-strategy"
 4683version = "0.5.3"
 4684source = "registry+https://github.com/rust-lang/crates.io-index"
 4685checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4686dependencies = [
 4687 "event-listener 5.3.1",
 4688 "pin-project-lite",
 4689]
 4690
 4691[[package]]
 4692name = "exec"
 4693version = "0.3.1"
 4694source = "registry+https://github.com/rust-lang/crates.io-index"
 4695checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4696dependencies = [
 4697 "errno 0.2.8",
 4698 "libc",
 4699]
 4700
 4701[[package]]
 4702name = "exr"
 4703version = "1.73.0"
 4704source = "registry+https://github.com/rust-lang/crates.io-index"
 4705checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4706dependencies = [
 4707 "bit_field",
 4708 "half",
 4709 "lebe",
 4710 "miniz_oxide",
 4711 "rayon-core",
 4712 "smallvec",
 4713 "zune-inflate",
 4714]
 4715
 4716[[package]]
 4717name = "extension"
 4718version = "0.1.0"
 4719dependencies = [
 4720 "anyhow",
 4721 "async-compression",
 4722 "async-tar",
 4723 "async-trait",
 4724 "collections",
 4725 "convert_case 0.8.0",
 4726 "fs",
 4727 "futures 0.3.31",
 4728 "gpui",
 4729 "http_client",
 4730 "language",
 4731 "log",
 4732 "lsp",
 4733 "parking_lot",
 4734 "semantic_version",
 4735 "serde",
 4736 "serde_json",
 4737 "toml 0.8.20",
 4738 "util",
 4739 "wasm-encoder 0.221.3",
 4740 "wasmparser 0.221.3",
 4741 "wit-component 0.221.3",
 4742]
 4743
 4744[[package]]
 4745name = "extension_cli"
 4746version = "0.1.0"
 4747dependencies = [
 4748 "anyhow",
 4749 "clap",
 4750 "env_logger 0.11.7",
 4751 "extension",
 4752 "fs",
 4753 "language",
 4754 "log",
 4755 "reqwest_client",
 4756 "rpc",
 4757 "serde",
 4758 "serde_json",
 4759 "theme",
 4760 "tokio",
 4761 "toml 0.8.20",
 4762 "tree-sitter",
 4763 "wasmtime",
 4764]
 4765
 4766[[package]]
 4767name = "extension_host"
 4768version = "0.1.0"
 4769dependencies = [
 4770 "anyhow",
 4771 "async-compression",
 4772 "async-tar",
 4773 "async-trait",
 4774 "client",
 4775 "collections",
 4776 "context_server_settings",
 4777 "ctor",
 4778 "env_logger 0.11.7",
 4779 "extension",
 4780 "fs",
 4781 "futures 0.3.31",
 4782 "gpui",
 4783 "http_client",
 4784 "language",
 4785 "language_extension",
 4786 "log",
 4787 "lsp",
 4788 "node_runtime",
 4789 "parking_lot",
 4790 "paths",
 4791 "project",
 4792 "release_channel",
 4793 "remote",
 4794 "reqwest_client",
 4795 "schemars",
 4796 "semantic_version",
 4797 "serde",
 4798 "serde_json",
 4799 "serde_json_lenient",
 4800 "settings",
 4801 "task",
 4802 "telemetry",
 4803 "tempfile",
 4804 "theme",
 4805 "theme_extension",
 4806 "toml 0.8.20",
 4807 "url",
 4808 "util",
 4809 "wasmparser 0.221.3",
 4810 "wasmtime",
 4811 "wasmtime-wasi",
 4812]
 4813
 4814[[package]]
 4815name = "extensions_ui"
 4816version = "0.1.0"
 4817dependencies = [
 4818 "anyhow",
 4819 "client",
 4820 "collections",
 4821 "db",
 4822 "editor",
 4823 "extension_host",
 4824 "fs",
 4825 "fuzzy",
 4826 "gpui",
 4827 "language",
 4828 "num-format",
 4829 "picker",
 4830 "project",
 4831 "release_channel",
 4832 "semantic_version",
 4833 "serde",
 4834 "settings",
 4835 "smallvec",
 4836 "strum",
 4837 "telemetry",
 4838 "theme",
 4839 "ui",
 4840 "util",
 4841 "vim_mode_setting",
 4842 "workspace",
 4843 "zed_actions",
 4844]
 4845
 4846[[package]]
 4847name = "fallible-iterator"
 4848version = "0.3.0"
 4849source = "registry+https://github.com/rust-lang/crates.io-index"
 4850checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4851
 4852[[package]]
 4853name = "fancy-regex"
 4854version = "0.13.0"
 4855source = "registry+https://github.com/rust-lang/crates.io-index"
 4856checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4857dependencies = [
 4858 "bit-set 0.5.3",
 4859 "regex-automata 0.4.9",
 4860 "regex-syntax 0.8.5",
 4861]
 4862
 4863[[package]]
 4864name = "fancy-regex"
 4865version = "0.14.0"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4868dependencies = [
 4869 "bit-set 0.8.0",
 4870 "regex-automata 0.4.9",
 4871 "regex-syntax 0.8.5",
 4872]
 4873
 4874[[package]]
 4875name = "fast-srgb8"
 4876version = "1.0.0"
 4877source = "registry+https://github.com/rust-lang/crates.io-index"
 4878checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4879
 4880[[package]]
 4881name = "fastrand"
 4882version = "1.9.0"
 4883source = "registry+https://github.com/rust-lang/crates.io-index"
 4884checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4885dependencies = [
 4886 "instant",
 4887]
 4888
 4889[[package]]
 4890name = "fastrand"
 4891version = "2.3.0"
 4892source = "registry+https://github.com/rust-lang/crates.io-index"
 4893checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4894
 4895[[package]]
 4896name = "fd-lock"
 4897version = "4.0.2"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4900dependencies = [
 4901 "cfg-if",
 4902 "rustix",
 4903 "windows-sys 0.52.0",
 4904]
 4905
 4906[[package]]
 4907name = "fdeflate"
 4908version = "0.3.7"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4911dependencies = [
 4912 "simd-adler32",
 4913]
 4914
 4915[[package]]
 4916name = "feature_flags"
 4917version = "0.1.0"
 4918dependencies = [
 4919 "futures 0.3.31",
 4920 "gpui",
 4921 "smol",
 4922]
 4923
 4924[[package]]
 4925name = "feedback"
 4926version = "0.1.0"
 4927dependencies = [
 4928 "anyhow",
 4929 "bitflags 2.8.0",
 4930 "client",
 4931 "db",
 4932 "editor",
 4933 "futures 0.3.31",
 4934 "gpui",
 4935 "http_client",
 4936 "human_bytes",
 4937 "language",
 4938 "log",
 4939 "menu",
 4940 "project",
 4941 "regex",
 4942 "release_channel",
 4943 "serde",
 4944 "serde_derive",
 4945 "serde_json",
 4946 "smol",
 4947 "sysinfo",
 4948 "ui",
 4949 "urlencoding",
 4950 "util",
 4951 "workspace",
 4952 "zed_actions",
 4953]
 4954
 4955[[package]]
 4956name = "ff"
 4957version = "0.12.1"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4960dependencies = [
 4961 "rand_core 0.6.4",
 4962 "subtle",
 4963]
 4964
 4965[[package]]
 4966name = "file_finder"
 4967version = "0.1.0"
 4968dependencies = [
 4969 "anyhow",
 4970 "collections",
 4971 "ctor",
 4972 "editor",
 4973 "env_logger 0.11.7",
 4974 "file_icons",
 4975 "futures 0.3.31",
 4976 "fuzzy",
 4977 "gpui",
 4978 "language",
 4979 "menu",
 4980 "picker",
 4981 "project",
 4982 "schemars",
 4983 "serde",
 4984 "serde_derive",
 4985 "serde_json",
 4986 "settings",
 4987 "text",
 4988 "theme",
 4989 "ui",
 4990 "util",
 4991 "workspace",
 4992]
 4993
 4994[[package]]
 4995name = "file_icons"
 4996version = "0.1.0"
 4997dependencies = [
 4998 "gpui",
 4999 "serde",
 5000 "settings",
 5001 "theme",
 5002 "util",
 5003]
 5004
 5005[[package]]
 5006name = "filedescriptor"
 5007version = "0.8.3"
 5008source = "registry+https://github.com/rust-lang/crates.io-index"
 5009checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 5010dependencies = [
 5011 "libc",
 5012 "thiserror 1.0.69",
 5013 "winapi",
 5014]
 5015
 5016[[package]]
 5017name = "filetime"
 5018version = "0.2.25"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5021dependencies = [
 5022 "cfg-if",
 5023 "libc",
 5024 "libredox",
 5025 "windows-sys 0.59.0",
 5026]
 5027
 5028[[package]]
 5029name = "fixedbitset"
 5030version = "0.4.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5033
 5034[[package]]
 5035name = "flate2"
 5036version = "1.0.35"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5039dependencies = [
 5040 "crc32fast",
 5041 "miniz_oxide",
 5042]
 5043
 5044[[package]]
 5045name = "float-cmp"
 5046version = "0.9.0"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5049
 5050[[package]]
 5051name = "float-ord"
 5052version = "0.3.2"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5055
 5056[[package]]
 5057name = "float_next_after"
 5058version = "1.0.0"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5061
 5062[[package]]
 5063name = "flume"
 5064version = "0.11.1"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5067dependencies = [
 5068 "futures-core",
 5069 "futures-sink",
 5070 "nanorand",
 5071 "spin",
 5072]
 5073
 5074[[package]]
 5075name = "fnv"
 5076version = "1.0.7"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5079
 5080[[package]]
 5081name = "foldhash"
 5082version = "0.1.3"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5085
 5086[[package]]
 5087name = "font-kit"
 5088version = "0.14.1"
 5089source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5090dependencies = [
 5091 "bitflags 2.8.0",
 5092 "byteorder",
 5093 "core-foundation 0.9.4",
 5094 "core-graphics 0.23.2",
 5095 "core-text",
 5096 "dirs 5.0.1",
 5097 "dwrote",
 5098 "float-ord",
 5099 "freetype-sys",
 5100 "lazy_static",
 5101 "libc",
 5102 "log",
 5103 "pathfinder_geometry",
 5104 "pathfinder_simd",
 5105 "walkdir",
 5106 "winapi",
 5107 "yeslogic-fontconfig-sys",
 5108]
 5109
 5110[[package]]
 5111name = "font-types"
 5112version = "0.7.3"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "b3971f9a5ca983419cdc386941ba3b9e1feba01a0ab888adf78739feb2798492"
 5115dependencies = [
 5116 "bytemuck",
 5117]
 5118
 5119[[package]]
 5120name = "fontconfig-parser"
 5121version = "0.5.7"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5124dependencies = [
 5125 "roxmltree",
 5126]
 5127
 5128[[package]]
 5129name = "fontdb"
 5130version = "0.18.0"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 5133dependencies = [
 5134 "fontconfig-parser",
 5135 "log",
 5136 "memmap2",
 5137 "slotmap",
 5138 "tinyvec",
 5139 "ttf-parser 0.21.1",
 5140]
 5141
 5142[[package]]
 5143name = "fontdb"
 5144version = "0.23.0"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5147dependencies = [
 5148 "fontconfig-parser",
 5149 "log",
 5150 "memmap2",
 5151 "slotmap",
 5152 "tinyvec",
 5153 "ttf-parser 0.25.1",
 5154]
 5155
 5156[[package]]
 5157name = "foreign-types"
 5158version = "0.3.2"
 5159source = "registry+https://github.com/rust-lang/crates.io-index"
 5160checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5161dependencies = [
 5162 "foreign-types-shared 0.1.1",
 5163]
 5164
 5165[[package]]
 5166name = "foreign-types"
 5167version = "0.5.0"
 5168source = "registry+https://github.com/rust-lang/crates.io-index"
 5169checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5170dependencies = [
 5171 "foreign-types-macros",
 5172 "foreign-types-shared 0.3.1",
 5173]
 5174
 5175[[package]]
 5176name = "foreign-types-macros"
 5177version = "0.2.3"
 5178source = "registry+https://github.com/rust-lang/crates.io-index"
 5179checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5180dependencies = [
 5181 "proc-macro2",
 5182 "quote",
 5183 "syn 2.0.100",
 5184]
 5185
 5186[[package]]
 5187name = "foreign-types-shared"
 5188version = "0.1.1"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5191
 5192[[package]]
 5193name = "foreign-types-shared"
 5194version = "0.3.1"
 5195source = "registry+https://github.com/rust-lang/crates.io-index"
 5196checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5197
 5198[[package]]
 5199name = "fork"
 5200version = "0.2.0"
 5201source = "registry+https://github.com/rust-lang/crates.io-index"
 5202checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5203dependencies = [
 5204 "libc",
 5205]
 5206
 5207[[package]]
 5208name = "form_urlencoded"
 5209version = "1.2.1"
 5210source = "registry+https://github.com/rust-lang/crates.io-index"
 5211checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5212dependencies = [
 5213 "percent-encoding",
 5214]
 5215
 5216[[package]]
 5217name = "freetype-sys"
 5218version = "0.20.1"
 5219source = "registry+https://github.com/rust-lang/crates.io-index"
 5220checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5221dependencies = [
 5222 "cc",
 5223 "libc",
 5224 "pkg-config",
 5225]
 5226
 5227[[package]]
 5228name = "fs"
 5229version = "0.1.0"
 5230dependencies = [
 5231 "anyhow",
 5232 "ashpd",
 5233 "async-tar",
 5234 "async-trait",
 5235 "cocoa 0.26.0",
 5236 "collections",
 5237 "fsevent",
 5238 "futures 0.3.31",
 5239 "git",
 5240 "git2",
 5241 "gpui",
 5242 "libc",
 5243 "log",
 5244 "notify 6.1.1",
 5245 "objc",
 5246 "parking_lot",
 5247 "paths",
 5248 "proto",
 5249 "rope",
 5250 "serde",
 5251 "serde_json",
 5252 "smol",
 5253 "tempfile",
 5254 "text",
 5255 "time",
 5256 "util",
 5257 "windows 0.60.0",
 5258]
 5259
 5260[[package]]
 5261name = "fs-set-times"
 5262version = "0.20.2"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5265dependencies = [
 5266 "io-lifetimes",
 5267 "rustix",
 5268 "windows-sys 0.59.0",
 5269]
 5270
 5271[[package]]
 5272name = "fs2"
 5273version = "0.4.3"
 5274source = "registry+https://github.com/rust-lang/crates.io-index"
 5275checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5276dependencies = [
 5277 "libc",
 5278 "winapi",
 5279]
 5280
 5281[[package]]
 5282name = "fs_extra"
 5283version = "1.3.0"
 5284source = "registry+https://github.com/rust-lang/crates.io-index"
 5285checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5286
 5287[[package]]
 5288name = "fsevent"
 5289version = "0.1.0"
 5290dependencies = [
 5291 "bitflags 2.8.0",
 5292 "core-foundation 0.9.4",
 5293 "fsevent-sys 3.1.0",
 5294 "parking_lot",
 5295 "tempfile",
 5296]
 5297
 5298[[package]]
 5299name = "fsevent-sys"
 5300version = "3.1.0"
 5301source = "registry+https://github.com/rust-lang/crates.io-index"
 5302checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5303dependencies = [
 5304 "libc",
 5305]
 5306
 5307[[package]]
 5308name = "fsevent-sys"
 5309version = "4.1.0"
 5310source = "registry+https://github.com/rust-lang/crates.io-index"
 5311checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5312dependencies = [
 5313 "libc",
 5314]
 5315
 5316[[package]]
 5317name = "funty"
 5318version = "2.0.0"
 5319source = "registry+https://github.com/rust-lang/crates.io-index"
 5320checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5321
 5322[[package]]
 5323name = "futf"
 5324version = "0.1.5"
 5325source = "registry+https://github.com/rust-lang/crates.io-index"
 5326checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5327dependencies = [
 5328 "mac",
 5329 "new_debug_unreachable",
 5330]
 5331
 5332[[package]]
 5333name = "futures"
 5334version = "0.1.31"
 5335source = "registry+https://github.com/rust-lang/crates.io-index"
 5336checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5337
 5338[[package]]
 5339name = "futures"
 5340version = "0.3.31"
 5341source = "registry+https://github.com/rust-lang/crates.io-index"
 5342checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5343dependencies = [
 5344 "futures-channel",
 5345 "futures-core",
 5346 "futures-executor",
 5347 "futures-io",
 5348 "futures-sink",
 5349 "futures-task",
 5350 "futures-util",
 5351]
 5352
 5353[[package]]
 5354name = "futures-batch"
 5355version = "0.6.1"
 5356source = "registry+https://github.com/rust-lang/crates.io-index"
 5357checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5358dependencies = [
 5359 "futures 0.3.31",
 5360 "futures-timer",
 5361 "pin-utils",
 5362]
 5363
 5364[[package]]
 5365name = "futures-channel"
 5366version = "0.3.31"
 5367source = "registry+https://github.com/rust-lang/crates.io-index"
 5368checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5369dependencies = [
 5370 "futures-core",
 5371 "futures-sink",
 5372]
 5373
 5374[[package]]
 5375name = "futures-core"
 5376version = "0.3.31"
 5377source = "registry+https://github.com/rust-lang/crates.io-index"
 5378checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5379
 5380[[package]]
 5381name = "futures-executor"
 5382version = "0.3.31"
 5383source = "registry+https://github.com/rust-lang/crates.io-index"
 5384checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5385dependencies = [
 5386 "futures-core",
 5387 "futures-task",
 5388 "futures-util",
 5389]
 5390
 5391[[package]]
 5392name = "futures-intrusive"
 5393version = "0.5.0"
 5394source = "registry+https://github.com/rust-lang/crates.io-index"
 5395checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5396dependencies = [
 5397 "futures-core",
 5398 "lock_api",
 5399 "parking_lot",
 5400]
 5401
 5402[[package]]
 5403name = "futures-io"
 5404version = "0.3.31"
 5405source = "registry+https://github.com/rust-lang/crates.io-index"
 5406checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5407
 5408[[package]]
 5409name = "futures-lite"
 5410version = "1.13.0"
 5411source = "registry+https://github.com/rust-lang/crates.io-index"
 5412checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5413dependencies = [
 5414 "fastrand 1.9.0",
 5415 "futures-core",
 5416 "futures-io",
 5417 "memchr",
 5418 "parking",
 5419 "pin-project-lite",
 5420 "waker-fn",
 5421]
 5422
 5423[[package]]
 5424name = "futures-lite"
 5425version = "2.6.0"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5428dependencies = [
 5429 "fastrand 2.3.0",
 5430 "futures-core",
 5431 "futures-io",
 5432 "parking",
 5433 "pin-project-lite",
 5434]
 5435
 5436[[package]]
 5437name = "futures-macro"
 5438version = "0.3.31"
 5439source = "registry+https://github.com/rust-lang/crates.io-index"
 5440checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5441dependencies = [
 5442 "proc-macro2",
 5443 "quote",
 5444 "syn 2.0.100",
 5445]
 5446
 5447[[package]]
 5448name = "futures-sink"
 5449version = "0.3.31"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5452
 5453[[package]]
 5454name = "futures-task"
 5455version = "0.3.31"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5458
 5459[[package]]
 5460name = "futures-timer"
 5461version = "3.0.3"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5464
 5465[[package]]
 5466name = "futures-util"
 5467version = "0.3.31"
 5468source = "registry+https://github.com/rust-lang/crates.io-index"
 5469checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5470dependencies = [
 5471 "futures 0.1.31",
 5472 "futures-channel",
 5473 "futures-core",
 5474 "futures-io",
 5475 "futures-macro",
 5476 "futures-sink",
 5477 "futures-task",
 5478 "memchr",
 5479 "pin-project-lite",
 5480 "pin-utils",
 5481 "slab",
 5482 "tokio-io",
 5483]
 5484
 5485[[package]]
 5486name = "fuzzy"
 5487version = "0.1.0"
 5488dependencies = [
 5489 "gpui",
 5490 "log",
 5491 "util",
 5492]
 5493
 5494[[package]]
 5495name = "fuzzy-matcher"
 5496version = "0.3.7"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5499dependencies = [
 5500 "thread_local",
 5501]
 5502
 5503[[package]]
 5504name = "generic-array"
 5505version = "0.14.7"
 5506source = "registry+https://github.com/rust-lang/crates.io-index"
 5507checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5508dependencies = [
 5509 "typenum",
 5510 "version_check",
 5511]
 5512
 5513[[package]]
 5514name = "gethostname"
 5515version = "0.4.3"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5518dependencies = [
 5519 "libc",
 5520 "windows-targets 0.48.5",
 5521]
 5522
 5523[[package]]
 5524name = "getrandom"
 5525version = "0.1.16"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5528dependencies = [
 5529 "cfg-if",
 5530 "libc",
 5531 "wasi 0.9.0+wasi-snapshot-preview1",
 5532]
 5533
 5534[[package]]
 5535name = "getrandom"
 5536version = "0.2.15"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5539dependencies = [
 5540 "cfg-if",
 5541 "js-sys",
 5542 "libc",
 5543 "wasi 0.11.0+wasi-snapshot-preview1",
 5544 "wasm-bindgen",
 5545]
 5546
 5547[[package]]
 5548name = "getrandom"
 5549version = "0.3.1"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5552dependencies = [
 5553 "cfg-if",
 5554 "libc",
 5555 "wasi 0.13.3+wasi-0.2.2",
 5556 "windows-targets 0.52.6",
 5557]
 5558
 5559[[package]]
 5560name = "gif"
 5561version = "0.13.1"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5564dependencies = [
 5565 "color_quant",
 5566 "weezl",
 5567]
 5568
 5569[[package]]
 5570name = "gimli"
 5571version = "0.31.1"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5574dependencies = [
 5575 "fallible-iterator",
 5576 "indexmap",
 5577 "stable_deref_trait",
 5578]
 5579
 5580[[package]]
 5581name = "git"
 5582version = "0.1.0"
 5583dependencies = [
 5584 "anyhow",
 5585 "askpass",
 5586 "async-trait",
 5587 "collections",
 5588 "derive_more",
 5589 "futures 0.3.31",
 5590 "git2",
 5591 "gpui",
 5592 "http_client",
 5593 "log",
 5594 "parking_lot",
 5595 "pretty_assertions",
 5596 "regex",
 5597 "rope",
 5598 "schemars",
 5599 "serde",
 5600 "serde_json",
 5601 "smol",
 5602 "sum_tree",
 5603 "text",
 5604 "time",
 5605 "unindent",
 5606 "url",
 5607 "util",
 5608]
 5609
 5610[[package]]
 5611name = "git2"
 5612version = "0.20.1"
 5613source = "registry+https://github.com/rust-lang/crates.io-index"
 5614checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5615dependencies = [
 5616 "bitflags 2.8.0",
 5617 "libc",
 5618 "libgit2-sys",
 5619 "log",
 5620 "url",
 5621]
 5622
 5623[[package]]
 5624name = "git_hosting_providers"
 5625version = "0.1.0"
 5626dependencies = [
 5627 "anyhow",
 5628 "async-trait",
 5629 "futures 0.3.31",
 5630 "git",
 5631 "gpui",
 5632 "http_client",
 5633 "indoc",
 5634 "pretty_assertions",
 5635 "regex",
 5636 "schemars",
 5637 "serde",
 5638 "serde_json",
 5639 "settings",
 5640 "url",
 5641 "util",
 5642]
 5643
 5644[[package]]
 5645name = "git_ui"
 5646version = "0.1.0"
 5647dependencies = [
 5648 "anyhow",
 5649 "askpass",
 5650 "assistant_settings",
 5651 "buffer_diff",
 5652 "chrono",
 5653 "collections",
 5654 "command_palette_hooks",
 5655 "component",
 5656 "ctor",
 5657 "db",
 5658 "editor",
 5659 "env_logger 0.11.7",
 5660 "futures 0.3.31",
 5661 "fuzzy",
 5662 "git",
 5663 "gpui",
 5664 "itertools 0.14.0",
 5665 "language",
 5666 "language_model",
 5667 "linkify",
 5668 "linkme",
 5669 "log",
 5670 "menu",
 5671 "multi_buffer",
 5672 "notifications",
 5673 "panel",
 5674 "picker",
 5675 "postage",
 5676 "pretty_assertions",
 5677 "project",
 5678 "schemars",
 5679 "serde",
 5680 "serde_derive",
 5681 "serde_json",
 5682 "settings",
 5683 "strum",
 5684 "telemetry",
 5685 "theme",
 5686 "time",
 5687 "time_format",
 5688 "ui",
 5689 "unindent",
 5690 "util",
 5691 "windows 0.60.0",
 5692 "workspace",
 5693 "zed_actions",
 5694]
 5695
 5696[[package]]
 5697name = "glob"
 5698version = "0.3.1"
 5699source = "registry+https://github.com/rust-lang/crates.io-index"
 5700checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5701
 5702[[package]]
 5703name = "globset"
 5704version = "0.4.16"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5707dependencies = [
 5708 "aho-corasick",
 5709 "bstr",
 5710 "log",
 5711 "regex-automata 0.4.9",
 5712 "regex-syntax 0.8.5",
 5713]
 5714
 5715[[package]]
 5716name = "gloo-timers"
 5717version = "0.3.0"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5720dependencies = [
 5721 "futures-channel",
 5722 "futures-core",
 5723 "js-sys",
 5724 "wasm-bindgen",
 5725]
 5726
 5727[[package]]
 5728name = "glow"
 5729version = "0.14.2"
 5730source = "registry+https://github.com/rust-lang/crates.io-index"
 5731checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5732dependencies = [
 5733 "js-sys",
 5734 "slotmap",
 5735 "wasm-bindgen",
 5736 "web-sys",
 5737]
 5738
 5739[[package]]
 5740name = "go_to_line"
 5741version = "0.1.0"
 5742dependencies = [
 5743 "anyhow",
 5744 "editor",
 5745 "gpui",
 5746 "indoc",
 5747 "language",
 5748 "menu",
 5749 "project",
 5750 "rope",
 5751 "schemars",
 5752 "serde",
 5753 "serde_json",
 5754 "settings",
 5755 "text",
 5756 "theme",
 5757 "tree-sitter-rust",
 5758 "tree-sitter-typescript",
 5759 "ui",
 5760 "util",
 5761 "workspace",
 5762]
 5763
 5764[[package]]
 5765name = "google_ai"
 5766version = "0.1.0"
 5767dependencies = [
 5768 "anyhow",
 5769 "futures 0.3.31",
 5770 "http_client",
 5771 "schemars",
 5772 "serde",
 5773 "serde_json",
 5774 "strum",
 5775]
 5776
 5777[[package]]
 5778name = "gpu-alloc"
 5779version = "0.6.0"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5782dependencies = [
 5783 "bitflags 2.8.0",
 5784 "gpu-alloc-types",
 5785]
 5786
 5787[[package]]
 5788name = "gpu-alloc-ash"
 5789version = "0.7.0"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5792dependencies = [
 5793 "ash",
 5794 "gpu-alloc-types",
 5795 "tinyvec",
 5796]
 5797
 5798[[package]]
 5799name = "gpu-alloc-types"
 5800version = "0.3.0"
 5801source = "registry+https://github.com/rust-lang/crates.io-index"
 5802checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5803dependencies = [
 5804 "bitflags 2.8.0",
 5805]
 5806
 5807[[package]]
 5808name = "gpui"
 5809version = "0.1.0"
 5810dependencies = [
 5811 "anyhow",
 5812 "as-raw-xcb-connection",
 5813 "ashpd",
 5814 "async-task",
 5815 "backtrace",
 5816 "bindgen 0.70.1",
 5817 "blade-graphics",
 5818 "blade-macros",
 5819 "blade-util",
 5820 "block",
 5821 "bytemuck",
 5822 "calloop",
 5823 "calloop-wayland-source",
 5824 "cbindgen 0.28.0",
 5825 "cocoa 0.26.0",
 5826 "collections",
 5827 "core-foundation 0.9.4",
 5828 "core-foundation-sys",
 5829 "core-graphics 0.23.2",
 5830 "core-text",
 5831 "cosmic-text",
 5832 "ctor",
 5833 "derive_more",
 5834 "embed-resource",
 5835 "env_logger 0.11.7",
 5836 "etagere",
 5837 "filedescriptor",
 5838 "flume",
 5839 "font-kit",
 5840 "foreign-types 0.5.0",
 5841 "futures 0.3.31",
 5842 "gpui_macros",
 5843 "http_client",
 5844 "image",
 5845 "inventory",
 5846 "itertools 0.14.0",
 5847 "log",
 5848 "lyon",
 5849 "media",
 5850 "metal",
 5851 "naga",
 5852 "num_cpus",
 5853 "objc",
 5854 "objc2",
 5855 "objc2-metal",
 5856 "oo7",
 5857 "open",
 5858 "parking",
 5859 "parking_lot",
 5860 "pathfinder_geometry",
 5861 "postage",
 5862 "profiling",
 5863 "rand 0.8.5",
 5864 "raw-window-handle",
 5865 "refineable",
 5866 "reqwest_client",
 5867 "resvg",
 5868 "schemars",
 5869 "seahash",
 5870 "semantic_version",
 5871 "serde",
 5872 "serde_derive",
 5873 "serde_json",
 5874 "slotmap",
 5875 "smallvec",
 5876 "smol",
 5877 "strum",
 5878 "sum_tree",
 5879 "taffy",
 5880 "thiserror 1.0.69",
 5881 "unicode-segmentation",
 5882 "usvg",
 5883 "util",
 5884 "uuid",
 5885 "waker-fn",
 5886 "wayland-backend",
 5887 "wayland-client",
 5888 "wayland-cursor",
 5889 "wayland-protocols",
 5890 "wayland-protocols-plasma",
 5891 "windows 0.60.0",
 5892 "windows-core 0.60.1",
 5893 "x11-clipboard",
 5894 "x11rb",
 5895 "xim",
 5896 "xkbcommon",
 5897]
 5898
 5899[[package]]
 5900name = "gpui_macros"
 5901version = "0.1.0"
 5902dependencies = [
 5903 "gpui",
 5904 "proc-macro2",
 5905 "quote",
 5906 "syn 1.0.109",
 5907]
 5908
 5909[[package]]
 5910name = "gpui_tokio"
 5911version = "0.1.0"
 5912dependencies = [
 5913 "gpui",
 5914 "tokio",
 5915 "util",
 5916]
 5917
 5918[[package]]
 5919name = "grid"
 5920version = "0.13.0"
 5921source = "registry+https://github.com/rust-lang/crates.io-index"
 5922checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5923
 5924[[package]]
 5925name = "group"
 5926version = "0.12.1"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5929dependencies = [
 5930 "ff",
 5931 "rand_core 0.6.4",
 5932 "subtle",
 5933]
 5934
 5935[[package]]
 5936name = "h2"
 5937version = "0.3.26"
 5938source = "registry+https://github.com/rust-lang/crates.io-index"
 5939checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5940dependencies = [
 5941 "bytes 1.10.1",
 5942 "fnv",
 5943 "futures-core",
 5944 "futures-sink",
 5945 "futures-util",
 5946 "http 0.2.12",
 5947 "indexmap",
 5948 "slab",
 5949 "tokio",
 5950 "tokio-util",
 5951 "tracing",
 5952]
 5953
 5954[[package]]
 5955name = "h2"
 5956version = "0.4.7"
 5957source = "registry+https://github.com/rust-lang/crates.io-index"
 5958checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5959dependencies = [
 5960 "atomic-waker",
 5961 "bytes 1.10.1",
 5962 "fnv",
 5963 "futures-core",
 5964 "futures-sink",
 5965 "http 1.2.0",
 5966 "indexmap",
 5967 "slab",
 5968 "tokio",
 5969 "tokio-util",
 5970 "tracing",
 5971]
 5972
 5973[[package]]
 5974name = "half"
 5975version = "2.4.1"
 5976source = "registry+https://github.com/rust-lang/crates.io-index"
 5977checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5978dependencies = [
 5979 "cfg-if",
 5980 "crunchy",
 5981]
 5982
 5983[[package]]
 5984name = "handlebars"
 5985version = "4.5.0"
 5986source = "registry+https://github.com/rust-lang/crates.io-index"
 5987checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5988dependencies = [
 5989 "log",
 5990 "pest",
 5991 "pest_derive",
 5992 "serde",
 5993 "serde_json",
 5994 "thiserror 1.0.69",
 5995]
 5996
 5997[[package]]
 5998name = "handlebars"
 5999version = "6.2.0"
 6000source = "registry+https://github.com/rust-lang/crates.io-index"
 6001checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 6002dependencies = [
 6003 "log",
 6004 "num-order",
 6005 "pest",
 6006 "pest_derive",
 6007 "serde",
 6008 "serde_json",
 6009 "thiserror 1.0.69",
 6010]
 6011
 6012[[package]]
 6013name = "hashbrown"
 6014version = "0.12.3"
 6015source = "registry+https://github.com/rust-lang/crates.io-index"
 6016checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6017dependencies = [
 6018 "ahash 0.7.8",
 6019]
 6020
 6021[[package]]
 6022name = "hashbrown"
 6023version = "0.14.5"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6026dependencies = [
 6027 "ahash 0.8.11",
 6028 "allocator-api2",
 6029]
 6030
 6031[[package]]
 6032name = "hashbrown"
 6033version = "0.15.2"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6036dependencies = [
 6037 "allocator-api2",
 6038 "equivalent",
 6039 "foldhash",
 6040 "serde",
 6041]
 6042
 6043[[package]]
 6044name = "hashlink"
 6045version = "0.8.4"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6048dependencies = [
 6049 "hashbrown 0.14.5",
 6050]
 6051
 6052[[package]]
 6053name = "hashlink"
 6054version = "0.10.0"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6057dependencies = [
 6058 "hashbrown 0.15.2",
 6059]
 6060
 6061[[package]]
 6062name = "headers"
 6063version = "0.3.9"
 6064source = "registry+https://github.com/rust-lang/crates.io-index"
 6065checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6066dependencies = [
 6067 "base64 0.21.7",
 6068 "bytes 1.10.1",
 6069 "headers-core",
 6070 "http 0.2.12",
 6071 "httpdate",
 6072 "mime",
 6073 "sha1",
 6074]
 6075
 6076[[package]]
 6077name = "headers-core"
 6078version = "0.2.0"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6081dependencies = [
 6082 "http 0.2.12",
 6083]
 6084
 6085[[package]]
 6086name = "heck"
 6087version = "0.3.3"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6090dependencies = [
 6091 "unicode-segmentation",
 6092]
 6093
 6094[[package]]
 6095name = "heck"
 6096version = "0.4.1"
 6097source = "registry+https://github.com/rust-lang/crates.io-index"
 6098checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6099dependencies = [
 6100 "unicode-segmentation",
 6101]
 6102
 6103[[package]]
 6104name = "heck"
 6105version = "0.5.0"
 6106source = "registry+https://github.com/rust-lang/crates.io-index"
 6107checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6108
 6109[[package]]
 6110name = "heed"
 6111version = "0.21.0"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6114dependencies = [
 6115 "bitflags 2.8.0",
 6116 "byteorder",
 6117 "heed-traits",
 6118 "heed-types",
 6119 "libc",
 6120 "lmdb-master-sys",
 6121 "once_cell",
 6122 "page_size",
 6123 "serde",
 6124 "synchronoise",
 6125 "url",
 6126]
 6127
 6128[[package]]
 6129name = "heed-traits"
 6130version = "0.20.0"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6133
 6134[[package]]
 6135name = "heed-types"
 6136version = "0.21.0"
 6137source = "registry+https://github.com/rust-lang/crates.io-index"
 6138checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6139dependencies = [
 6140 "bincode",
 6141 "byteorder",
 6142 "heed-traits",
 6143 "serde",
 6144 "serde_json",
 6145]
 6146
 6147[[package]]
 6148name = "hermit-abi"
 6149version = "0.3.9"
 6150source = "registry+https://github.com/rust-lang/crates.io-index"
 6151checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6152
 6153[[package]]
 6154name = "hermit-abi"
 6155version = "0.4.0"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6158
 6159[[package]]
 6160name = "hex"
 6161version = "0.4.3"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6164
 6165[[package]]
 6166name = "hexf-parse"
 6167version = "0.2.1"
 6168source = "registry+https://github.com/rust-lang/crates.io-index"
 6169checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6170
 6171[[package]]
 6172name = "hidden-trait"
 6173version = "0.1.2"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6176dependencies = [
 6177 "proc-macro2",
 6178 "quote",
 6179 "syn 1.0.109",
 6180]
 6181
 6182[[package]]
 6183name = "hkdf"
 6184version = "0.12.4"
 6185source = "registry+https://github.com/rust-lang/crates.io-index"
 6186checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6187dependencies = [
 6188 "hmac",
 6189]
 6190
 6191[[package]]
 6192name = "hmac"
 6193version = "0.12.1"
 6194source = "registry+https://github.com/rust-lang/crates.io-index"
 6195checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6196dependencies = [
 6197 "digest",
 6198]
 6199
 6200[[package]]
 6201name = "home"
 6202version = "0.5.9"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6205dependencies = [
 6206 "windows-sys 0.52.0",
 6207]
 6208
 6209[[package]]
 6210name = "hound"
 6211version = "3.5.1"
 6212source = "registry+https://github.com/rust-lang/crates.io-index"
 6213checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6214
 6215[[package]]
 6216name = "html5ever"
 6217version = "0.27.0"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6220dependencies = [
 6221 "log",
 6222 "mac",
 6223 "markup5ever",
 6224 "proc-macro2",
 6225 "quote",
 6226 "syn 2.0.100",
 6227]
 6228
 6229[[package]]
 6230name = "html_to_markdown"
 6231version = "0.1.0"
 6232dependencies = [
 6233 "anyhow",
 6234 "html5ever",
 6235 "indoc",
 6236 "markup5ever_rcdom",
 6237 "pretty_assertions",
 6238 "regex",
 6239]
 6240
 6241[[package]]
 6242name = "http"
 6243version = "0.2.12"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6246dependencies = [
 6247 "bytes 1.10.1",
 6248 "fnv",
 6249 "itoa",
 6250]
 6251
 6252[[package]]
 6253name = "http"
 6254version = "1.2.0"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6257dependencies = [
 6258 "bytes 1.10.1",
 6259 "fnv",
 6260 "itoa",
 6261]
 6262
 6263[[package]]
 6264name = "http-body"
 6265version = "0.4.6"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6268dependencies = [
 6269 "bytes 1.10.1",
 6270 "http 0.2.12",
 6271 "pin-project-lite",
 6272]
 6273
 6274[[package]]
 6275name = "http-body"
 6276version = "1.0.1"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6279dependencies = [
 6280 "bytes 1.10.1",
 6281 "http 1.2.0",
 6282]
 6283
 6284[[package]]
 6285name = "http-body-util"
 6286version = "0.1.2"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6289dependencies = [
 6290 "bytes 1.10.1",
 6291 "futures-util",
 6292 "http 1.2.0",
 6293 "http-body 1.0.1",
 6294 "pin-project-lite",
 6295]
 6296
 6297[[package]]
 6298name = "http-range-header"
 6299version = "0.3.1"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6302
 6303[[package]]
 6304name = "http-types"
 6305version = "2.12.0"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6308dependencies = [
 6309 "anyhow",
 6310 "async-channel 1.9.0",
 6311 "base64 0.13.1",
 6312 "futures-lite 1.13.0",
 6313 "http 0.2.12",
 6314 "infer",
 6315 "pin-project-lite",
 6316 "rand 0.7.3",
 6317 "serde",
 6318 "serde_json",
 6319 "serde_qs 0.8.5",
 6320 "serde_urlencoded",
 6321 "url",
 6322]
 6323
 6324[[package]]
 6325name = "http_client"
 6326version = "0.1.0"
 6327dependencies = [
 6328 "anyhow",
 6329 "bytes 1.10.1",
 6330 "derive_more",
 6331 "futures 0.3.31",
 6332 "http 1.2.0",
 6333 "log",
 6334 "serde",
 6335 "serde_json",
 6336 "url",
 6337]
 6338
 6339[[package]]
 6340name = "http_client_tls"
 6341version = "0.1.0"
 6342dependencies = [
 6343 "rustls 0.23.23",
 6344 "rustls-platform-verifier",
 6345]
 6346
 6347[[package]]
 6348name = "httparse"
 6349version = "1.9.5"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6352
 6353[[package]]
 6354name = "httpdate"
 6355version = "1.0.3"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6358
 6359[[package]]
 6360name = "human_bytes"
 6361version = "0.4.3"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6364
 6365[[package]]
 6366name = "humantime"
 6367version = "2.1.0"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6370
 6371[[package]]
 6372name = "hyper"
 6373version = "0.14.32"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6376dependencies = [
 6377 "bytes 1.10.1",
 6378 "futures-channel",
 6379 "futures-core",
 6380 "futures-util",
 6381 "h2 0.3.26",
 6382 "http 0.2.12",
 6383 "http-body 0.4.6",
 6384 "httparse",
 6385 "httpdate",
 6386 "itoa",
 6387 "pin-project-lite",
 6388 "socket2",
 6389 "tokio",
 6390 "tower-service",
 6391 "tracing",
 6392 "want",
 6393]
 6394
 6395[[package]]
 6396name = "hyper"
 6397version = "1.5.1"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6400dependencies = [
 6401 "bytes 1.10.1",
 6402 "futures-channel",
 6403 "futures-util",
 6404 "h2 0.4.7",
 6405 "http 1.2.0",
 6406 "http-body 1.0.1",
 6407 "httparse",
 6408 "itoa",
 6409 "pin-project-lite",
 6410 "smallvec",
 6411 "tokio",
 6412 "want",
 6413]
 6414
 6415[[package]]
 6416name = "hyper-rustls"
 6417version = "0.24.2"
 6418source = "registry+https://github.com/rust-lang/crates.io-index"
 6419checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6420dependencies = [
 6421 "futures-util",
 6422 "http 0.2.12",
 6423 "hyper 0.14.32",
 6424 "log",
 6425 "rustls 0.21.12",
 6426 "rustls-native-certs 0.6.3",
 6427 "tokio",
 6428 "tokio-rustls 0.24.1",
 6429]
 6430
 6431[[package]]
 6432name = "hyper-rustls"
 6433version = "0.27.3"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6436dependencies = [
 6437 "futures-util",
 6438 "http 1.2.0",
 6439 "hyper 1.5.1",
 6440 "hyper-util",
 6441 "rustls 0.23.23",
 6442 "rustls-native-certs 0.8.1",
 6443 "rustls-pki-types",
 6444 "tokio",
 6445 "tokio-rustls 0.26.1",
 6446 "tower-service",
 6447]
 6448
 6449[[package]]
 6450name = "hyper-tls"
 6451version = "0.5.0"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6454dependencies = [
 6455 "bytes 1.10.1",
 6456 "hyper 0.14.32",
 6457 "native-tls",
 6458 "tokio",
 6459 "tokio-native-tls",
 6460]
 6461
 6462[[package]]
 6463name = "hyper-util"
 6464version = "0.1.10"
 6465source = "registry+https://github.com/rust-lang/crates.io-index"
 6466checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6467dependencies = [
 6468 "bytes 1.10.1",
 6469 "futures-channel",
 6470 "futures-util",
 6471 "http 1.2.0",
 6472 "http-body 1.0.1",
 6473 "hyper 1.5.1",
 6474 "pin-project-lite",
 6475 "socket2",
 6476 "tokio",
 6477 "tower-service",
 6478 "tracing",
 6479]
 6480
 6481[[package]]
 6482name = "iana-time-zone"
 6483version = "0.1.61"
 6484source = "registry+https://github.com/rust-lang/crates.io-index"
 6485checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6486dependencies = [
 6487 "android_system_properties",
 6488 "core-foundation-sys",
 6489 "iana-time-zone-haiku",
 6490 "js-sys",
 6491 "wasm-bindgen",
 6492 "windows-core 0.52.0",
 6493]
 6494
 6495[[package]]
 6496name = "iana-time-zone-haiku"
 6497version = "0.1.2"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6500dependencies = [
 6501 "cc",
 6502]
 6503
 6504[[package]]
 6505name = "icu_collections"
 6506version = "1.5.0"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6509dependencies = [
 6510 "displaydoc",
 6511 "yoke",
 6512 "zerofrom",
 6513 "zerovec",
 6514]
 6515
 6516[[package]]
 6517name = "icu_locid"
 6518version = "1.5.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6521dependencies = [
 6522 "displaydoc",
 6523 "litemap",
 6524 "tinystr",
 6525 "writeable",
 6526 "zerovec",
 6527]
 6528
 6529[[package]]
 6530name = "icu_locid_transform"
 6531version = "1.5.0"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6534dependencies = [
 6535 "displaydoc",
 6536 "icu_locid",
 6537 "icu_locid_transform_data",
 6538 "icu_provider",
 6539 "tinystr",
 6540 "zerovec",
 6541]
 6542
 6543[[package]]
 6544name = "icu_locid_transform_data"
 6545version = "1.5.0"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6548
 6549[[package]]
 6550name = "icu_normalizer"
 6551version = "1.5.0"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6554dependencies = [
 6555 "displaydoc",
 6556 "icu_collections",
 6557 "icu_normalizer_data",
 6558 "icu_properties",
 6559 "icu_provider",
 6560 "smallvec",
 6561 "utf16_iter",
 6562 "utf8_iter",
 6563 "write16",
 6564 "zerovec",
 6565]
 6566
 6567[[package]]
 6568name = "icu_normalizer_data"
 6569version = "1.5.0"
 6570source = "registry+https://github.com/rust-lang/crates.io-index"
 6571checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6572
 6573[[package]]
 6574name = "icu_properties"
 6575version = "1.5.1"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6578dependencies = [
 6579 "displaydoc",
 6580 "icu_collections",
 6581 "icu_locid_transform",
 6582 "icu_properties_data",
 6583 "icu_provider",
 6584 "tinystr",
 6585 "zerovec",
 6586]
 6587
 6588[[package]]
 6589name = "icu_properties_data"
 6590version = "1.5.0"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6593
 6594[[package]]
 6595name = "icu_provider"
 6596version = "1.5.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6599dependencies = [
 6600 "displaydoc",
 6601 "icu_locid",
 6602 "icu_provider_macros",
 6603 "stable_deref_trait",
 6604 "tinystr",
 6605 "writeable",
 6606 "yoke",
 6607 "zerofrom",
 6608 "zerovec",
 6609]
 6610
 6611[[package]]
 6612name = "icu_provider_macros"
 6613version = "1.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6616dependencies = [
 6617 "proc-macro2",
 6618 "quote",
 6619 "syn 2.0.100",
 6620]
 6621
 6622[[package]]
 6623name = "id-arena"
 6624version = "2.2.1"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6627
 6628[[package]]
 6629name = "idna"
 6630version = "1.0.3"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6633dependencies = [
 6634 "idna_adapter",
 6635 "smallvec",
 6636 "utf8_iter",
 6637]
 6638
 6639[[package]]
 6640name = "idna_adapter"
 6641version = "1.2.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6644dependencies = [
 6645 "icu_normalizer",
 6646 "icu_properties",
 6647]
 6648
 6649[[package]]
 6650name = "ignore"
 6651version = "0.4.23"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6654dependencies = [
 6655 "crossbeam-deque",
 6656 "globset",
 6657 "log",
 6658 "memchr",
 6659 "regex-automata 0.4.9",
 6660 "same-file",
 6661 "walkdir",
 6662 "winapi-util",
 6663]
 6664
 6665[[package]]
 6666name = "image"
 6667version = "0.25.5"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6670dependencies = [
 6671 "bytemuck",
 6672 "byteorder-lite",
 6673 "color_quant",
 6674 "exr",
 6675 "gif",
 6676 "image-webp",
 6677 "num-traits",
 6678 "png",
 6679 "qoi",
 6680 "ravif",
 6681 "rayon",
 6682 "rgb",
 6683 "tiff",
 6684 "zune-core",
 6685 "zune-jpeg",
 6686]
 6687
 6688[[package]]
 6689name = "image-webp"
 6690version = "0.2.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6693dependencies = [
 6694 "byteorder-lite",
 6695 "quick-error",
 6696]
 6697
 6698[[package]]
 6699name = "image_viewer"
 6700version = "0.1.0"
 6701dependencies = [
 6702 "anyhow",
 6703 "db",
 6704 "editor",
 6705 "file_icons",
 6706 "gpui",
 6707 "project",
 6708 "schemars",
 6709 "serde",
 6710 "settings",
 6711 "theme",
 6712 "ui",
 6713 "util",
 6714 "workspace",
 6715]
 6716
 6717[[package]]
 6718name = "imagesize"
 6719version = "0.13.0"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6722
 6723[[package]]
 6724name = "imara-diff"
 6725version = "0.1.8"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6728dependencies = [
 6729 "hashbrown 0.15.2",
 6730]
 6731
 6732[[package]]
 6733name = "imgref"
 6734version = "1.11.0"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6737
 6738[[package]]
 6739name = "indexed_docs"
 6740version = "0.1.0"
 6741dependencies = [
 6742 "anyhow",
 6743 "async-trait",
 6744 "cargo_metadata",
 6745 "collections",
 6746 "derive_more",
 6747 "extension",
 6748 "fs",
 6749 "futures 0.3.31",
 6750 "fuzzy",
 6751 "gpui",
 6752 "heed",
 6753 "html_to_markdown",
 6754 "http_client",
 6755 "indexmap",
 6756 "indoc",
 6757 "parking_lot",
 6758 "paths",
 6759 "pretty_assertions",
 6760 "serde",
 6761 "strum",
 6762 "util",
 6763]
 6764
 6765[[package]]
 6766name = "indexmap"
 6767version = "2.7.1"
 6768source = "registry+https://github.com/rust-lang/crates.io-index"
 6769checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6770dependencies = [
 6771 "equivalent",
 6772 "hashbrown 0.15.2",
 6773 "serde",
 6774]
 6775
 6776[[package]]
 6777name = "indoc"
 6778version = "2.0.6"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6781
 6782[[package]]
 6783name = "infer"
 6784version = "0.2.3"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6787
 6788[[package]]
 6789name = "inherent"
 6790version = "1.0.11"
 6791source = "registry+https://github.com/rust-lang/crates.io-index"
 6792checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6793dependencies = [
 6794 "proc-macro2",
 6795 "quote",
 6796 "syn 2.0.100",
 6797]
 6798
 6799[[package]]
 6800name = "inline_completion"
 6801version = "0.1.0"
 6802dependencies = [
 6803 "gpui",
 6804 "language",
 6805 "project",
 6806]
 6807
 6808[[package]]
 6809name = "inline_completion_button"
 6810version = "0.1.0"
 6811dependencies = [
 6812 "anyhow",
 6813 "client",
 6814 "copilot",
 6815 "editor",
 6816 "feature_flags",
 6817 "fs",
 6818 "futures 0.3.31",
 6819 "gpui",
 6820 "indoc",
 6821 "inline_completion",
 6822 "language",
 6823 "lsp",
 6824 "paths",
 6825 "project",
 6826 "regex",
 6827 "serde_json",
 6828 "settings",
 6829 "supermaven",
 6830 "telemetry",
 6831 "theme",
 6832 "ui",
 6833 "workspace",
 6834 "zed_actions",
 6835 "zeta",
 6836]
 6837
 6838[[package]]
 6839name = "inotify"
 6840version = "0.9.6"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6843dependencies = [
 6844 "bitflags 1.3.2",
 6845 "inotify-sys",
 6846 "libc",
 6847]
 6848
 6849[[package]]
 6850name = "inotify"
 6851version = "0.11.0"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6854dependencies = [
 6855 "bitflags 2.8.0",
 6856 "inotify-sys",
 6857 "libc",
 6858]
 6859
 6860[[package]]
 6861name = "inotify-sys"
 6862version = "0.1.5"
 6863source = "registry+https://github.com/rust-lang/crates.io-index"
 6864checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6865dependencies = [
 6866 "libc",
 6867]
 6868
 6869[[package]]
 6870name = "inout"
 6871version = "0.1.3"
 6872source = "registry+https://github.com/rust-lang/crates.io-index"
 6873checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6874dependencies = [
 6875 "block-padding",
 6876 "generic-array",
 6877]
 6878
 6879[[package]]
 6880name = "install_cli"
 6881version = "0.1.0"
 6882dependencies = [
 6883 "anyhow",
 6884 "gpui",
 6885 "smol",
 6886 "util",
 6887]
 6888
 6889[[package]]
 6890name = "instant"
 6891version = "0.1.13"
 6892source = "registry+https://github.com/rust-lang/crates.io-index"
 6893checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6894dependencies = [
 6895 "cfg-if",
 6896]
 6897
 6898[[package]]
 6899name = "interpolate_name"
 6900version = "0.2.4"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6903dependencies = [
 6904 "proc-macro2",
 6905 "quote",
 6906 "syn 2.0.100",
 6907]
 6908
 6909[[package]]
 6910name = "inventory"
 6911version = "0.3.20"
 6912source = "registry+https://github.com/rust-lang/crates.io-index"
 6913checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6914dependencies = [
 6915 "rustversion",
 6916]
 6917
 6918[[package]]
 6919name = "io-extras"
 6920version = "0.18.4"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6923dependencies = [
 6924 "io-lifetimes",
 6925 "windows-sys 0.59.0",
 6926]
 6927
 6928[[package]]
 6929name = "io-lifetimes"
 6930version = "2.0.4"
 6931source = "registry+https://github.com/rust-lang/crates.io-index"
 6932checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6933
 6934[[package]]
 6935name = "iovec"
 6936version = "0.1.4"
 6937source = "registry+https://github.com/rust-lang/crates.io-index"
 6938checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6939dependencies = [
 6940 "libc",
 6941]
 6942
 6943[[package]]
 6944name = "ipc-channel"
 6945version = "0.19.0"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6948dependencies = [
 6949 "bincode",
 6950 "crossbeam-channel",
 6951 "fnv",
 6952 "lazy_static",
 6953 "libc",
 6954 "mio 1.0.3",
 6955 "rand 0.8.5",
 6956 "serde",
 6957 "tempfile",
 6958 "uuid",
 6959 "windows 0.58.0",
 6960]
 6961
 6962[[package]]
 6963name = "ipnet"
 6964version = "2.10.1"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6967
 6968[[package]]
 6969name = "is-docker"
 6970version = "0.2.0"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6973dependencies = [
 6974 "once_cell",
 6975]
 6976
 6977[[package]]
 6978name = "is-terminal"
 6979version = "0.4.13"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6982dependencies = [
 6983 "hermit-abi 0.4.0",
 6984 "libc",
 6985 "windows-sys 0.52.0",
 6986]
 6987
 6988[[package]]
 6989name = "is-wsl"
 6990version = "0.4.0"
 6991source = "registry+https://github.com/rust-lang/crates.io-index"
 6992checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6993dependencies = [
 6994 "is-docker",
 6995 "once_cell",
 6996]
 6997
 6998[[package]]
 6999name = "is_terminal_polyfill"
 7000version = "1.70.1"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 7003
 7004[[package]]
 7005name = "itertools"
 7006version = "0.10.5"
 7007source = "registry+https://github.com/rust-lang/crates.io-index"
 7008checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 7009dependencies = [
 7010 "either",
 7011]
 7012
 7013[[package]]
 7014name = "itertools"
 7015version = "0.11.0"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7018dependencies = [
 7019 "either",
 7020]
 7021
 7022[[package]]
 7023name = "itertools"
 7024version = "0.12.1"
 7025source = "registry+https://github.com/rust-lang/crates.io-index"
 7026checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7027dependencies = [
 7028 "either",
 7029]
 7030
 7031[[package]]
 7032name = "itertools"
 7033version = "0.14.0"
 7034source = "registry+https://github.com/rust-lang/crates.io-index"
 7035checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7036dependencies = [
 7037 "either",
 7038]
 7039
 7040[[package]]
 7041name = "itoa"
 7042version = "1.0.14"
 7043source = "registry+https://github.com/rust-lang/crates.io-index"
 7044checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7045
 7046[[package]]
 7047name = "jiff"
 7048version = "0.2.4"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7051dependencies = [
 7052 "jiff-static",
 7053 "log",
 7054 "portable-atomic",
 7055 "portable-atomic-util",
 7056 "serde",
 7057]
 7058
 7059[[package]]
 7060name = "jiff-static"
 7061version = "0.2.4"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7064dependencies = [
 7065 "proc-macro2",
 7066 "quote",
 7067 "syn 2.0.100",
 7068]
 7069
 7070[[package]]
 7071name = "jni"
 7072version = "0.21.1"
 7073source = "registry+https://github.com/rust-lang/crates.io-index"
 7074checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7075dependencies = [
 7076 "cesu8",
 7077 "cfg-if",
 7078 "combine",
 7079 "jni-sys",
 7080 "log",
 7081 "thiserror 1.0.69",
 7082 "walkdir",
 7083 "windows-sys 0.45.0",
 7084]
 7085
 7086[[package]]
 7087name = "jni-sys"
 7088version = "0.3.0"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7091
 7092[[package]]
 7093name = "jobserver"
 7094version = "0.1.32"
 7095source = "registry+https://github.com/rust-lang/crates.io-index"
 7096checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7097dependencies = [
 7098 "libc",
 7099]
 7100
 7101[[package]]
 7102name = "journal"
 7103version = "0.1.0"
 7104dependencies = [
 7105 "anyhow",
 7106 "chrono",
 7107 "editor",
 7108 "gpui",
 7109 "log",
 7110 "schemars",
 7111 "serde",
 7112 "settings",
 7113 "shellexpand 2.1.2",
 7114 "workspace",
 7115]
 7116
 7117[[package]]
 7118name = "jpeg-decoder"
 7119version = "0.3.1"
 7120source = "registry+https://github.com/rust-lang/crates.io-index"
 7121checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7122
 7123[[package]]
 7124name = "js-sys"
 7125version = "0.3.76"
 7126source = "registry+https://github.com/rust-lang/crates.io-index"
 7127checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7128dependencies = [
 7129 "once_cell",
 7130 "wasm-bindgen",
 7131]
 7132
 7133[[package]]
 7134name = "jsonwebtoken"
 7135version = "9.3.1"
 7136source = "registry+https://github.com/rust-lang/crates.io-index"
 7137checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7138dependencies = [
 7139 "base64 0.22.1",
 7140 "js-sys",
 7141 "pem",
 7142 "ring",
 7143 "serde",
 7144 "serde_json",
 7145 "simple_asn1",
 7146]
 7147
 7148[[package]]
 7149name = "jupyter-protocol"
 7150version = "0.6.0"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7153dependencies = [
 7154 "anyhow",
 7155 "async-trait",
 7156 "bytes 1.10.1",
 7157 "chrono",
 7158 "futures 0.3.31",
 7159 "serde",
 7160 "serde_json",
 7161 "uuid",
 7162]
 7163
 7164[[package]]
 7165name = "jupyter-websocket-client"
 7166version = "0.9.0"
 7167source = "registry+https://github.com/rust-lang/crates.io-index"
 7168checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7169dependencies = [
 7170 "anyhow",
 7171 "async-trait",
 7172 "async-tungstenite",
 7173 "futures 0.3.31",
 7174 "jupyter-protocol",
 7175 "serde",
 7176 "serde_json",
 7177 "url",
 7178 "uuid",
 7179]
 7180
 7181[[package]]
 7182name = "khronos-egl"
 7183version = "6.0.0"
 7184source = "registry+https://github.com/rust-lang/crates.io-index"
 7185checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7186dependencies = [
 7187 "libc",
 7188 "libloading",
 7189]
 7190
 7191[[package]]
 7192name = "kqueue"
 7193version = "1.0.8"
 7194source = "registry+https://github.com/rust-lang/crates.io-index"
 7195checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7196dependencies = [
 7197 "kqueue-sys",
 7198 "libc",
 7199]
 7200
 7201[[package]]
 7202name = "kqueue-sys"
 7203version = "1.0.4"
 7204source = "registry+https://github.com/rust-lang/crates.io-index"
 7205checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7206dependencies = [
 7207 "bitflags 1.3.2",
 7208 "libc",
 7209]
 7210
 7211[[package]]
 7212name = "kurbo"
 7213version = "0.11.1"
 7214source = "registry+https://github.com/rust-lang/crates.io-index"
 7215checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7216dependencies = [
 7217 "arrayvec",
 7218 "smallvec",
 7219]
 7220
 7221[[package]]
 7222name = "kv-log-macro"
 7223version = "1.0.7"
 7224source = "registry+https://github.com/rust-lang/crates.io-index"
 7225checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7226dependencies = [
 7227 "log",
 7228]
 7229
 7230[[package]]
 7231name = "language"
 7232version = "0.1.0"
 7233dependencies = [
 7234 "anyhow",
 7235 "async-trait",
 7236 "async-watch",
 7237 "clock",
 7238 "collections",
 7239 "ctor",
 7240 "ec4rs",
 7241 "env_logger 0.11.7",
 7242 "fs",
 7243 "futures 0.3.31",
 7244 "fuzzy",
 7245 "globset",
 7246 "gpui",
 7247 "http_client",
 7248 "imara-diff",
 7249 "indoc",
 7250 "itertools 0.14.0",
 7251 "log",
 7252 "lsp",
 7253 "parking_lot",
 7254 "postage",
 7255 "pretty_assertions",
 7256 "rand 0.8.5",
 7257 "regex",
 7258 "rpc",
 7259 "schemars",
 7260 "serde",
 7261 "serde_json",
 7262 "settings",
 7263 "smallvec",
 7264 "smol",
 7265 "streaming-iterator",
 7266 "strsim",
 7267 "sum_tree",
 7268 "task",
 7269 "text",
 7270 "theme",
 7271 "tree-sitter",
 7272 "tree-sitter-elixir",
 7273 "tree-sitter-embedded-template",
 7274 "tree-sitter-heex",
 7275 "tree-sitter-html",
 7276 "tree-sitter-json",
 7277 "tree-sitter-md",
 7278 "tree-sitter-ruby",
 7279 "tree-sitter-rust",
 7280 "tree-sitter-typescript",
 7281 "unicase",
 7282 "unindent",
 7283 "util",
 7284]
 7285
 7286[[package]]
 7287name = "language_extension"
 7288version = "0.1.0"
 7289dependencies = [
 7290 "anyhow",
 7291 "async-trait",
 7292 "collections",
 7293 "extension",
 7294 "fs",
 7295 "futures 0.3.31",
 7296 "gpui",
 7297 "language",
 7298 "lsp",
 7299 "serde",
 7300 "serde_json",
 7301 "util",
 7302]
 7303
 7304[[package]]
 7305name = "language_model"
 7306version = "0.1.0"
 7307dependencies = [
 7308 "anthropic",
 7309 "anyhow",
 7310 "base64 0.22.1",
 7311 "client",
 7312 "collections",
 7313 "futures 0.3.31",
 7314 "google_ai",
 7315 "gpui",
 7316 "http_client",
 7317 "image",
 7318 "log",
 7319 "open_ai",
 7320 "parking_lot",
 7321 "proto",
 7322 "schemars",
 7323 "serde",
 7324 "serde_json",
 7325 "smol",
 7326 "strum",
 7327 "telemetry_events",
 7328 "thiserror 1.0.69",
 7329 "ui",
 7330 "util",
 7331]
 7332
 7333[[package]]
 7334name = "language_model_selector"
 7335version = "0.1.0"
 7336dependencies = [
 7337 "feature_flags",
 7338 "gpui",
 7339 "language_model",
 7340 "log",
 7341 "picker",
 7342 "proto",
 7343 "ui",
 7344 "workspace",
 7345 "zed_actions",
 7346]
 7347
 7348[[package]]
 7349name = "language_models"
 7350version = "0.1.0"
 7351dependencies = [
 7352 "anthropic",
 7353 "anyhow",
 7354 "aws-config",
 7355 "aws-credential-types",
 7356 "aws_http_client",
 7357 "bedrock",
 7358 "client",
 7359 "collections",
 7360 "copilot",
 7361 "credentials_provider",
 7362 "deepseek",
 7363 "editor",
 7364 "feature_flags",
 7365 "fs",
 7366 "futures 0.3.31",
 7367 "google_ai",
 7368 "gpui",
 7369 "gpui_tokio",
 7370 "http_client",
 7371 "language_model",
 7372 "lmstudio",
 7373 "log",
 7374 "menu",
 7375 "mistral",
 7376 "ollama",
 7377 "open_ai",
 7378 "project",
 7379 "proto",
 7380 "schemars",
 7381 "serde",
 7382 "serde_json",
 7383 "settings",
 7384 "smol",
 7385 "strum",
 7386 "theme",
 7387 "tiktoken-rs",
 7388 "tokio",
 7389 "ui",
 7390 "util",
 7391]
 7392
 7393[[package]]
 7394name = "language_selector"
 7395version = "0.1.0"
 7396dependencies = [
 7397 "anyhow",
 7398 "editor",
 7399 "file_finder",
 7400 "file_icons",
 7401 "fuzzy",
 7402 "gpui",
 7403 "language",
 7404 "picker",
 7405 "project",
 7406 "settings",
 7407 "ui",
 7408 "util",
 7409 "workspace",
 7410]
 7411
 7412[[package]]
 7413name = "language_tools"
 7414version = "0.1.0"
 7415dependencies = [
 7416 "anyhow",
 7417 "client",
 7418 "collections",
 7419 "copilot",
 7420 "editor",
 7421 "env_logger 0.11.7",
 7422 "futures 0.3.31",
 7423 "gpui",
 7424 "itertools 0.14.0",
 7425 "language",
 7426 "lsp",
 7427 "project",
 7428 "release_channel",
 7429 "serde_json",
 7430 "settings",
 7431 "theme",
 7432 "tree-sitter",
 7433 "ui",
 7434 "util",
 7435 "workspace",
 7436 "zed_actions",
 7437]
 7438
 7439[[package]]
 7440name = "languages"
 7441version = "0.1.0"
 7442dependencies = [
 7443 "anyhow",
 7444 "async-compression",
 7445 "async-tar",
 7446 "async-trait",
 7447 "collections",
 7448 "futures 0.3.31",
 7449 "gpui",
 7450 "http_client",
 7451 "language",
 7452 "log",
 7453 "lsp",
 7454 "node_runtime",
 7455 "paths",
 7456 "pet",
 7457 "pet-conda",
 7458 "pet-core",
 7459 "pet-fs",
 7460 "pet-poetry",
 7461 "pet-reporter",
 7462 "pretty_assertions",
 7463 "project",
 7464 "regex",
 7465 "rope",
 7466 "rust-embed",
 7467 "serde",
 7468 "serde_json",
 7469 "settings",
 7470 "smol",
 7471 "snippet_provider",
 7472 "task",
 7473 "text",
 7474 "theme",
 7475 "toml 0.8.20",
 7476 "tree-sitter",
 7477 "tree-sitter-bash",
 7478 "tree-sitter-c",
 7479 "tree-sitter-cpp",
 7480 "tree-sitter-css",
 7481 "tree-sitter-diff",
 7482 "tree-sitter-gitcommit",
 7483 "tree-sitter-go",
 7484 "tree-sitter-gomod",
 7485 "tree-sitter-gowork",
 7486 "tree-sitter-jsdoc",
 7487 "tree-sitter-json",
 7488 "tree-sitter-md",
 7489 "tree-sitter-python",
 7490 "tree-sitter-regex",
 7491 "tree-sitter-rust",
 7492 "tree-sitter-typescript",
 7493 "tree-sitter-yaml",
 7494 "unindent",
 7495 "util",
 7496 "workspace",
 7497]
 7498
 7499[[package]]
 7500name = "lazy_static"
 7501version = "1.5.0"
 7502source = "registry+https://github.com/rust-lang/crates.io-index"
 7503checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7504dependencies = [
 7505 "spin",
 7506]
 7507
 7508[[package]]
 7509name = "lazycell"
 7510version = "1.3.0"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7513
 7514[[package]]
 7515name = "leb128"
 7516version = "0.2.5"
 7517source = "registry+https://github.com/rust-lang/crates.io-index"
 7518checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7519
 7520[[package]]
 7521name = "lebe"
 7522version = "0.5.2"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7525
 7526[[package]]
 7527name = "libc"
 7528version = "0.2.171"
 7529source = "registry+https://github.com/rust-lang/crates.io-index"
 7530checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7531
 7532[[package]]
 7533name = "libdbus-sys"
 7534version = "0.2.5"
 7535source = "registry+https://github.com/rust-lang/crates.io-index"
 7536checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7537dependencies = [
 7538 "cc",
 7539 "pkg-config",
 7540]
 7541
 7542[[package]]
 7543name = "libfuzzer-sys"
 7544version = "0.4.8"
 7545source = "registry+https://github.com/rust-lang/crates.io-index"
 7546checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7547dependencies = [
 7548 "arbitrary",
 7549 "cc",
 7550]
 7551
 7552[[package]]
 7553name = "libgit2-sys"
 7554version = "0.18.1+1.9.0"
 7555source = "registry+https://github.com/rust-lang/crates.io-index"
 7556checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7557dependencies = [
 7558 "cc",
 7559 "libc",
 7560 "libz-sys",
 7561 "pkg-config",
 7562]
 7563
 7564[[package]]
 7565name = "libloading"
 7566version = "0.8.6"
 7567source = "registry+https://github.com/rust-lang/crates.io-index"
 7568checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7569dependencies = [
 7570 "cfg-if",
 7571 "windows-targets 0.52.6",
 7572]
 7573
 7574[[package]]
 7575name = "libm"
 7576version = "0.2.11"
 7577source = "registry+https://github.com/rust-lang/crates.io-index"
 7578checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7579
 7580[[package]]
 7581name = "libmimalloc-sys"
 7582version = "0.1.39"
 7583source = "registry+https://github.com/rust-lang/crates.io-index"
 7584checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44"
 7585dependencies = [
 7586 "cc",
 7587 "libc",
 7588]
 7589
 7590[[package]]
 7591name = "libredox"
 7592version = "0.1.3"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7595dependencies = [
 7596 "bitflags 2.8.0",
 7597 "libc",
 7598 "redox_syscall 0.5.8",
 7599]
 7600
 7601[[package]]
 7602name = "libsqlite3-sys"
 7603version = "0.30.1"
 7604source = "registry+https://github.com/rust-lang/crates.io-index"
 7605checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7606dependencies = [
 7607 "cc",
 7608 "pkg-config",
 7609 "vcpkg",
 7610]
 7611
 7612[[package]]
 7613name = "libwebrtc"
 7614version = "0.3.7"
 7615source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7616dependencies = [
 7617 "cxx",
 7618 "jni",
 7619 "js-sys",
 7620 "lazy_static",
 7621 "livekit-protocol",
 7622 "livekit-runtime",
 7623 "log",
 7624 "parking_lot",
 7625 "serde",
 7626 "serde_json",
 7627 "thiserror 1.0.69",
 7628 "tokio",
 7629 "wasm-bindgen",
 7630 "wasm-bindgen-futures",
 7631 "web-sys",
 7632 "webrtc-sys",
 7633]
 7634
 7635[[package]]
 7636name = "libz-sys"
 7637version = "1.1.20"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7640dependencies = [
 7641 "cc",
 7642 "libc",
 7643 "pkg-config",
 7644 "vcpkg",
 7645]
 7646
 7647[[package]]
 7648name = "link-cplusplus"
 7649version = "1.0.9"
 7650source = "registry+https://github.com/rust-lang/crates.io-index"
 7651checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7652dependencies = [
 7653 "cc",
 7654]
 7655
 7656[[package]]
 7657name = "linkify"
 7658version = "0.10.0"
 7659source = "registry+https://github.com/rust-lang/crates.io-index"
 7660checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7661dependencies = [
 7662 "memchr",
 7663]
 7664
 7665[[package]]
 7666name = "linkme"
 7667version = "0.3.32"
 7668source = "registry+https://github.com/rust-lang/crates.io-index"
 7669checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7670dependencies = [
 7671 "linkme-impl",
 7672]
 7673
 7674[[package]]
 7675name = "linkme-impl"
 7676version = "0.3.32"
 7677source = "registry+https://github.com/rust-lang/crates.io-index"
 7678checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7679dependencies = [
 7680 "proc-macro2",
 7681 "quote",
 7682 "syn 2.0.100",
 7683]
 7684
 7685[[package]]
 7686name = "linux-raw-sys"
 7687version = "0.4.14"
 7688source = "registry+https://github.com/rust-lang/crates.io-index"
 7689checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7690
 7691[[package]]
 7692name = "litemap"
 7693version = "0.7.4"
 7694source = "registry+https://github.com/rust-lang/crates.io-index"
 7695checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7696
 7697[[package]]
 7698name = "livekit"
 7699version = "0.7.0"
 7700source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7701dependencies = [
 7702 "chrono",
 7703 "futures-util",
 7704 "lazy_static",
 7705 "libwebrtc",
 7706 "livekit-api",
 7707 "livekit-protocol",
 7708 "livekit-runtime",
 7709 "log",
 7710 "parking_lot",
 7711 "prost 0.12.6",
 7712 "semver",
 7713 "serde",
 7714 "serde_json",
 7715 "thiserror 1.0.69",
 7716 "tokio",
 7717]
 7718
 7719[[package]]
 7720name = "livekit-api"
 7721version = "0.4.1"
 7722source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7723dependencies = [
 7724 "async-tungstenite",
 7725 "futures-util",
 7726 "http 0.2.12",
 7727 "jsonwebtoken",
 7728 "livekit-protocol",
 7729 "livekit-runtime",
 7730 "log",
 7731 "parking_lot",
 7732 "prost 0.12.6",
 7733 "reqwest 0.11.27",
 7734 "scopeguard",
 7735 "serde",
 7736 "serde_json",
 7737 "sha2",
 7738 "thiserror 1.0.69",
 7739 "tokio",
 7740 "tokio-tungstenite 0.20.1",
 7741 "url",
 7742]
 7743
 7744[[package]]
 7745name = "livekit-protocol"
 7746version = "0.3.6"
 7747source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7748dependencies = [
 7749 "futures-util",
 7750 "livekit-runtime",
 7751 "parking_lot",
 7752 "pbjson",
 7753 "pbjson-types",
 7754 "prost 0.12.6",
 7755 "prost-types 0.12.6",
 7756 "serde",
 7757 "thiserror 1.0.69",
 7758 "tokio",
 7759]
 7760
 7761[[package]]
 7762name = "livekit-runtime"
 7763version = "0.3.1"
 7764source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7765dependencies = [
 7766 "async-io",
 7767 "async-std",
 7768 "async-task",
 7769 "futures 0.3.31",
 7770]
 7771
 7772[[package]]
 7773name = "livekit_api"
 7774version = "0.1.0"
 7775dependencies = [
 7776 "anyhow",
 7777 "async-trait",
 7778 "jsonwebtoken",
 7779 "log",
 7780 "prost 0.9.0",
 7781 "prost-build 0.9.0",
 7782 "prost-types 0.9.0",
 7783 "reqwest 0.12.8",
 7784 "serde",
 7785]
 7786
 7787[[package]]
 7788name = "livekit_client"
 7789version = "0.1.0"
 7790dependencies = [
 7791 "anyhow",
 7792 "async-trait",
 7793 "collections",
 7794 "core-foundation 0.9.4",
 7795 "coreaudio-rs 0.12.1",
 7796 "cpal",
 7797 "futures 0.3.31",
 7798 "gpui",
 7799 "http 0.2.12",
 7800 "http_client",
 7801 "image",
 7802 "livekit",
 7803 "livekit_api",
 7804 "log",
 7805 "media",
 7806 "nanoid",
 7807 "parking_lot",
 7808 "postage",
 7809 "serde",
 7810 "serde_json",
 7811 "sha2",
 7812 "simplelog",
 7813 "smallvec",
 7814 "util",
 7815]
 7816
 7817[[package]]
 7818name = "livekit_client_macos"
 7819version = "0.1.0"
 7820dependencies = [
 7821 "anyhow",
 7822 "async-broadcast",
 7823 "async-trait",
 7824 "collections",
 7825 "core-foundation 0.9.4",
 7826 "futures 0.3.31",
 7827 "gpui",
 7828 "livekit_api",
 7829 "log",
 7830 "media",
 7831 "nanoid",
 7832 "parking_lot",
 7833 "postage",
 7834 "serde",
 7835 "serde_json",
 7836 "sha2",
 7837 "simplelog",
 7838]
 7839
 7840[[package]]
 7841name = "lmdb-master-sys"
 7842version = "0.2.4"
 7843source = "registry+https://github.com/rust-lang/crates.io-index"
 7844checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7845dependencies = [
 7846 "cc",
 7847 "doxygen-rs",
 7848 "libc",
 7849]
 7850
 7851[[package]]
 7852name = "lmstudio"
 7853version = "0.1.0"
 7854dependencies = [
 7855 "anyhow",
 7856 "futures 0.3.31",
 7857 "http_client",
 7858 "schemars",
 7859 "serde",
 7860 "serde_json",
 7861]
 7862
 7863[[package]]
 7864name = "lock_api"
 7865version = "0.4.12"
 7866source = "registry+https://github.com/rust-lang/crates.io-index"
 7867checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7868dependencies = [
 7869 "autocfg",
 7870 "scopeguard",
 7871]
 7872
 7873[[package]]
 7874name = "log"
 7875version = "0.4.26"
 7876source = "registry+https://github.com/rust-lang/crates.io-index"
 7877checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7878dependencies = [
 7879 "serde",
 7880 "value-bag",
 7881]
 7882
 7883[[package]]
 7884name = "loop9"
 7885version = "0.1.5"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7888dependencies = [
 7889 "imgref",
 7890]
 7891
 7892[[package]]
 7893name = "lru"
 7894version = "0.12.5"
 7895source = "registry+https://github.com/rust-lang/crates.io-index"
 7896checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7897dependencies = [
 7898 "hashbrown 0.15.2",
 7899]
 7900
 7901[[package]]
 7902name = "lsp"
 7903version = "0.1.0"
 7904dependencies = [
 7905 "anyhow",
 7906 "async-pipe",
 7907 "collections",
 7908 "ctor",
 7909 "env_logger 0.11.7",
 7910 "futures 0.3.31",
 7911 "gpui",
 7912 "log",
 7913 "lsp-types",
 7914 "parking_lot",
 7915 "postage",
 7916 "release_channel",
 7917 "schemars",
 7918 "serde",
 7919 "serde_json",
 7920 "smol",
 7921 "util",
 7922]
 7923
 7924[[package]]
 7925name = "lsp-types"
 7926version = "0.95.1"
 7927source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7928dependencies = [
 7929 "bitflags 1.3.2",
 7930 "serde",
 7931 "serde_json",
 7932 "serde_repr",
 7933 "url",
 7934]
 7935
 7936[[package]]
 7937name = "lua-src"
 7938version = "547.0.0"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
 7941dependencies = [
 7942 "cc",
 7943]
 7944
 7945[[package]]
 7946name = "luajit-src"
 7947version = "210.5.12+a4f56a4"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
 7950dependencies = [
 7951 "cc",
 7952 "which 7.0.2",
 7953]
 7954
 7955[[package]]
 7956name = "lyon"
 7957version = "1.0.1"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7960dependencies = [
 7961 "lyon_algorithms",
 7962 "lyon_extra",
 7963 "lyon_tessellation",
 7964]
 7965
 7966[[package]]
 7967name = "lyon_algorithms"
 7968version = "1.0.5"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7971dependencies = [
 7972 "lyon_path",
 7973 "num-traits",
 7974]
 7975
 7976[[package]]
 7977name = "lyon_extra"
 7978version = "1.0.3"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7981dependencies = [
 7982 "lyon_path",
 7983 "thiserror 1.0.69",
 7984]
 7985
 7986[[package]]
 7987name = "lyon_geom"
 7988version = "1.0.6"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7991dependencies = [
 7992 "arrayvec",
 7993 "euclid",
 7994 "num-traits",
 7995]
 7996
 7997[[package]]
 7998name = "lyon_path"
 7999version = "1.0.6"
 8000source = "registry+https://github.com/rust-lang/crates.io-index"
 8001checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 8002dependencies = [
 8003 "lyon_geom",
 8004 "num-traits",
 8005]
 8006
 8007[[package]]
 8008name = "lyon_tessellation"
 8009version = "1.0.15"
 8010source = "registry+https://github.com/rust-lang/crates.io-index"
 8011checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 8012dependencies = [
 8013 "float_next_after",
 8014 "lyon_path",
 8015 "num-traits",
 8016]
 8017
 8018[[package]]
 8019name = "mac"
 8020version = "0.1.1"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 8023
 8024[[package]]
 8025name = "mach2"
 8026version = "0.4.2"
 8027source = "registry+https://github.com/rust-lang/crates.io-index"
 8028checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 8029dependencies = [
 8030 "libc",
 8031]
 8032
 8033[[package]]
 8034name = "malloc_buf"
 8035version = "0.0.6"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8038dependencies = [
 8039 "libc",
 8040]
 8041
 8042[[package]]
 8043name = "maplit"
 8044version = "1.0.2"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8047
 8048[[package]]
 8049name = "markdown"
 8050version = "0.1.0"
 8051dependencies = [
 8052 "anyhow",
 8053 "assets",
 8054 "env_logger 0.11.7",
 8055 "gpui",
 8056 "language",
 8057 "languages",
 8058 "linkify",
 8059 "log",
 8060 "node_runtime",
 8061 "pulldown-cmark 0.12.2",
 8062 "settings",
 8063 "theme",
 8064 "ui",
 8065 "util",
 8066]
 8067
 8068[[package]]
 8069name = "markdown_preview"
 8070version = "0.1.0"
 8071dependencies = [
 8072 "anyhow",
 8073 "async-recursion 1.1.1",
 8074 "collections",
 8075 "editor",
 8076 "gpui",
 8077 "language",
 8078 "linkify",
 8079 "log",
 8080 "pretty_assertions",
 8081 "pulldown-cmark 0.12.2",
 8082 "settings",
 8083 "theme",
 8084 "ui",
 8085 "util",
 8086 "workspace",
 8087]
 8088
 8089[[package]]
 8090name = "markup5ever"
 8091version = "0.12.1"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8094dependencies = [
 8095 "log",
 8096 "phf",
 8097 "phf_codegen",
 8098 "string_cache",
 8099 "string_cache_codegen",
 8100 "tendril",
 8101]
 8102
 8103[[package]]
 8104name = "markup5ever_rcdom"
 8105version = "0.3.0"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8108dependencies = [
 8109 "html5ever",
 8110 "markup5ever",
 8111 "tendril",
 8112 "xml5ever",
 8113]
 8114
 8115[[package]]
 8116name = "matchers"
 8117version = "0.1.0"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8120dependencies = [
 8121 "regex-automata 0.1.10",
 8122]
 8123
 8124[[package]]
 8125name = "matchit"
 8126version = "0.7.3"
 8127source = "registry+https://github.com/rust-lang/crates.io-index"
 8128checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8129
 8130[[package]]
 8131name = "maybe-owned"
 8132version = "0.3.4"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8135
 8136[[package]]
 8137name = "maybe-rayon"
 8138version = "0.1.1"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8141dependencies = [
 8142 "cfg-if",
 8143 "rayon",
 8144]
 8145
 8146[[package]]
 8147name = "md-5"
 8148version = "0.10.6"
 8149source = "registry+https://github.com/rust-lang/crates.io-index"
 8150checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8151dependencies = [
 8152 "cfg-if",
 8153 "digest",
 8154]
 8155
 8156[[package]]
 8157name = "mdbook"
 8158version = "0.4.47"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8161dependencies = [
 8162 "ammonia",
 8163 "anyhow",
 8164 "chrono",
 8165 "clap",
 8166 "clap_complete",
 8167 "elasticlunr-rs",
 8168 "env_logger 0.11.7",
 8169 "futures-util",
 8170 "handlebars 6.2.0",
 8171 "hex",
 8172 "ignore",
 8173 "log",
 8174 "memchr",
 8175 "notify 8.0.0",
 8176 "notify-debouncer-mini",
 8177 "once_cell",
 8178 "opener",
 8179 "pathdiff",
 8180 "pulldown-cmark 0.10.3",
 8181 "regex",
 8182 "serde",
 8183 "serde_json",
 8184 "sha2",
 8185 "shlex",
 8186 "tempfile",
 8187 "tokio",
 8188 "toml 0.5.11",
 8189 "topological-sort",
 8190 "walkdir",
 8191 "warp",
 8192]
 8193
 8194[[package]]
 8195name = "media"
 8196version = "0.1.0"
 8197dependencies = [
 8198 "anyhow",
 8199 "bindgen 0.70.1",
 8200 "core-foundation 0.9.4",
 8201 "ctor",
 8202 "foreign-types 0.5.0",
 8203 "metal",
 8204 "objc",
 8205]
 8206
 8207[[package]]
 8208name = "memchr"
 8209version = "2.7.4"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8212
 8213[[package]]
 8214name = "memfd"
 8215version = "0.6.4"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8218dependencies = [
 8219 "rustix",
 8220]
 8221
 8222[[package]]
 8223name = "memmap2"
 8224version = "0.9.5"
 8225source = "registry+https://github.com/rust-lang/crates.io-index"
 8226checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8227dependencies = [
 8228 "libc",
 8229]
 8230
 8231[[package]]
 8232name = "memoffset"
 8233version = "0.9.1"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8236dependencies = [
 8237 "autocfg",
 8238]
 8239
 8240[[package]]
 8241name = "menu"
 8242version = "0.1.0"
 8243dependencies = [
 8244 "gpui",
 8245 "serde",
 8246]
 8247
 8248[[package]]
 8249name = "metal"
 8250version = "0.31.0"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8253dependencies = [
 8254 "bitflags 2.8.0",
 8255 "block",
 8256 "core-graphics-types 0.1.3",
 8257 "foreign-types 0.5.0",
 8258 "log",
 8259 "objc",
 8260 "paste",
 8261]
 8262
 8263[[package]]
 8264name = "migrator"
 8265version = "0.1.0"
 8266dependencies = [
 8267 "anyhow",
 8268 "collections",
 8269 "convert_case 0.8.0",
 8270 "log",
 8271 "pretty_assertions",
 8272 "streaming-iterator",
 8273 "tree-sitter",
 8274 "tree-sitter-json",
 8275]
 8276
 8277[[package]]
 8278name = "mimalloc"
 8279version = "0.1.43"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633"
 8282dependencies = [
 8283 "libmimalloc-sys",
 8284]
 8285
 8286[[package]]
 8287name = "mime"
 8288version = "0.3.17"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8291
 8292[[package]]
 8293name = "mime_guess"
 8294version = "2.0.5"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8297dependencies = [
 8298 "mime",
 8299 "unicase",
 8300]
 8301
 8302[[package]]
 8303name = "minimal-lexical"
 8304version = "0.2.1"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8307
 8308[[package]]
 8309name = "miniz_oxide"
 8310version = "0.8.0"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8313dependencies = [
 8314 "adler2",
 8315 "simd-adler32",
 8316]
 8317
 8318[[package]]
 8319name = "mint"
 8320version = "0.5.9"
 8321source = "registry+https://github.com/rust-lang/crates.io-index"
 8322checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8323
 8324[[package]]
 8325name = "mio"
 8326version = "0.8.11"
 8327source = "registry+https://github.com/rust-lang/crates.io-index"
 8328checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8329dependencies = [
 8330 "libc",
 8331 "log",
 8332 "wasi 0.11.0+wasi-snapshot-preview1",
 8333 "windows-sys 0.48.0",
 8334]
 8335
 8336[[package]]
 8337name = "mio"
 8338version = "1.0.3"
 8339source = "registry+https://github.com/rust-lang/crates.io-index"
 8340checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8341dependencies = [
 8342 "libc",
 8343 "log",
 8344 "wasi 0.11.0+wasi-snapshot-preview1",
 8345 "windows-sys 0.52.0",
 8346]
 8347
 8348[[package]]
 8349name = "miow"
 8350version = "0.6.0"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8353dependencies = [
 8354 "windows-sys 0.48.0",
 8355]
 8356
 8357[[package]]
 8358name = "mistral"
 8359version = "0.1.0"
 8360dependencies = [
 8361 "anyhow",
 8362 "futures 0.3.31",
 8363 "http_client",
 8364 "schemars",
 8365 "serde",
 8366 "serde_json",
 8367 "strum",
 8368]
 8369
 8370[[package]]
 8371name = "mlua"
 8372version = "0.10.3"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "d3f763c1041eff92ffb5d7169968a327e1ed2ebfe425dac0ee5a35f29082534b"
 8375dependencies = [
 8376 "bstr",
 8377 "either",
 8378 "futures-util",
 8379 "mlua-sys",
 8380 "num-traits",
 8381 "parking_lot",
 8382 "rustc-hash 2.1.1",
 8383]
 8384
 8385[[package]]
 8386name = "mlua-sys"
 8387version = "0.6.7"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "1901c1a635a22fe9250ffcc4fcc937c16b47c2e9e71adba8784af8bca1f69594"
 8390dependencies = [
 8391 "cc",
 8392 "cfg-if",
 8393 "lua-src",
 8394 "luajit-src",
 8395 "pkg-config",
 8396]
 8397
 8398[[package]]
 8399name = "msvc_spectre_libs"
 8400version = "0.1.2"
 8401source = "registry+https://github.com/rust-lang/crates.io-index"
 8402checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8403dependencies = [
 8404 "cc",
 8405]
 8406
 8407[[package]]
 8408name = "multi_buffer"
 8409version = "0.1.0"
 8410dependencies = [
 8411 "anyhow",
 8412 "buffer_diff",
 8413 "clock",
 8414 "collections",
 8415 "ctor",
 8416 "env_logger 0.11.7",
 8417 "futures 0.3.31",
 8418 "gpui",
 8419 "indoc",
 8420 "itertools 0.14.0",
 8421 "language",
 8422 "log",
 8423 "parking_lot",
 8424 "pretty_assertions",
 8425 "project",
 8426 "rand 0.8.5",
 8427 "rope",
 8428 "serde",
 8429 "settings",
 8430 "smallvec",
 8431 "smol",
 8432 "sum_tree",
 8433 "text",
 8434 "theme",
 8435 "tree-sitter",
 8436 "util",
 8437]
 8438
 8439[[package]]
 8440name = "multimap"
 8441version = "0.8.3"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8444
 8445[[package]]
 8446name = "multimap"
 8447version = "0.10.0"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8450
 8451[[package]]
 8452name = "naga"
 8453version = "23.1.0"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8456dependencies = [
 8457 "arrayvec",
 8458 "bit-set 0.8.0",
 8459 "bitflags 2.8.0",
 8460 "cfg_aliases 0.1.1",
 8461 "codespan-reporting",
 8462 "hexf-parse",
 8463 "indexmap",
 8464 "log",
 8465 "rustc-hash 1.1.0",
 8466 "spirv",
 8467 "termcolor",
 8468 "thiserror 1.0.69",
 8469 "unicode-xid",
 8470]
 8471
 8472[[package]]
 8473name = "nanoid"
 8474version = "0.4.0"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8477dependencies = [
 8478 "rand 0.8.5",
 8479]
 8480
 8481[[package]]
 8482name = "nanorand"
 8483version = "0.7.0"
 8484source = "registry+https://github.com/rust-lang/crates.io-index"
 8485checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8486dependencies = [
 8487 "getrandom 0.2.15",
 8488]
 8489
 8490[[package]]
 8491name = "native-tls"
 8492version = "0.2.12"
 8493source = "registry+https://github.com/rust-lang/crates.io-index"
 8494checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8495dependencies = [
 8496 "libc",
 8497 "log",
 8498 "openssl",
 8499 "openssl-probe",
 8500 "openssl-sys",
 8501 "schannel",
 8502 "security-framework 2.11.1",
 8503 "security-framework-sys",
 8504 "tempfile",
 8505]
 8506
 8507[[package]]
 8508name = "nbformat"
 8509version = "0.10.0"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8512dependencies = [
 8513 "anyhow",
 8514 "chrono",
 8515 "jupyter-protocol",
 8516 "serde",
 8517 "serde_json",
 8518 "thiserror 1.0.69",
 8519 "uuid",
 8520]
 8521
 8522[[package]]
 8523name = "ndk"
 8524version = "0.8.0"
 8525source = "registry+https://github.com/rust-lang/crates.io-index"
 8526checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8527dependencies = [
 8528 "bitflags 2.8.0",
 8529 "jni-sys",
 8530 "log",
 8531 "ndk-sys",
 8532 "num_enum",
 8533 "thiserror 1.0.69",
 8534]
 8535
 8536[[package]]
 8537name = "ndk-context"
 8538version = "0.1.1"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8541
 8542[[package]]
 8543name = "ndk-sys"
 8544version = "0.5.0+25.2.9519653"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8547dependencies = [
 8548 "jni-sys",
 8549]
 8550
 8551[[package]]
 8552name = "new_debug_unreachable"
 8553version = "1.0.6"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8556
 8557[[package]]
 8558name = "nix"
 8559version = "0.29.0"
 8560source = "registry+https://github.com/rust-lang/crates.io-index"
 8561checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8562dependencies = [
 8563 "bitflags 2.8.0",
 8564 "cfg-if",
 8565 "cfg_aliases 0.2.1",
 8566 "libc",
 8567 "memoffset",
 8568]
 8569
 8570[[package]]
 8571name = "node_runtime"
 8572version = "0.1.0"
 8573dependencies = [
 8574 "anyhow",
 8575 "async-compression",
 8576 "async-std",
 8577 "async-tar",
 8578 "async-trait",
 8579 "async-watch",
 8580 "async_zip",
 8581 "futures 0.3.31",
 8582 "http_client",
 8583 "log",
 8584 "paths",
 8585 "semver",
 8586 "serde",
 8587 "serde_json",
 8588 "smol",
 8589 "tempfile",
 8590 "util",
 8591 "walkdir",
 8592 "which 6.0.3",
 8593]
 8594
 8595[[package]]
 8596name = "nom"
 8597version = "7.1.3"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8600dependencies = [
 8601 "memchr",
 8602 "minimal-lexical",
 8603]
 8604
 8605[[package]]
 8606name = "noop_proc_macro"
 8607version = "0.3.0"
 8608source = "registry+https://github.com/rust-lang/crates.io-index"
 8609checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8610
 8611[[package]]
 8612name = "normpath"
 8613version = "1.3.0"
 8614source = "registry+https://github.com/rust-lang/crates.io-index"
 8615checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8616dependencies = [
 8617 "windows-sys 0.59.0",
 8618]
 8619
 8620[[package]]
 8621name = "notifications"
 8622version = "0.1.0"
 8623dependencies = [
 8624 "anyhow",
 8625 "channel",
 8626 "client",
 8627 "collections",
 8628 "component",
 8629 "db",
 8630 "gpui",
 8631 "linkme",
 8632 "rpc",
 8633 "settings",
 8634 "sum_tree",
 8635 "time",
 8636 "ui",
 8637 "util",
 8638 "workspace",
 8639]
 8640
 8641[[package]]
 8642name = "notify"
 8643version = "6.1.1"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8646dependencies = [
 8647 "bitflags 2.8.0",
 8648 "crossbeam-channel",
 8649 "filetime",
 8650 "fsevent-sys 4.1.0",
 8651 "inotify 0.9.6",
 8652 "kqueue",
 8653 "libc",
 8654 "log",
 8655 "mio 0.8.11",
 8656 "walkdir",
 8657 "windows-sys 0.48.0",
 8658]
 8659
 8660[[package]]
 8661name = "notify"
 8662version = "8.0.0"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8665dependencies = [
 8666 "bitflags 2.8.0",
 8667 "filetime",
 8668 "fsevent-sys 4.1.0",
 8669 "inotify 0.11.0",
 8670 "kqueue",
 8671 "libc",
 8672 "log",
 8673 "mio 1.0.3",
 8674 "notify-types",
 8675 "walkdir",
 8676 "windows-sys 0.59.0",
 8677]
 8678
 8679[[package]]
 8680name = "notify-debouncer-mini"
 8681version = "0.6.0"
 8682source = "registry+https://github.com/rust-lang/crates.io-index"
 8683checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8684dependencies = [
 8685 "log",
 8686 "notify 8.0.0",
 8687 "notify-types",
 8688 "tempfile",
 8689]
 8690
 8691[[package]]
 8692name = "notify-types"
 8693version = "2.0.0"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8696
 8697[[package]]
 8698name = "ntapi"
 8699version = "0.4.1"
 8700source = "registry+https://github.com/rust-lang/crates.io-index"
 8701checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8702dependencies = [
 8703 "winapi",
 8704]
 8705
 8706[[package]]
 8707name = "nu-ansi-term"
 8708version = "0.46.0"
 8709source = "registry+https://github.com/rust-lang/crates.io-index"
 8710checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8711dependencies = [
 8712 "overload",
 8713 "winapi",
 8714]
 8715
 8716[[package]]
 8717name = "num"
 8718version = "0.4.3"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8721dependencies = [
 8722 "num-bigint",
 8723 "num-complex",
 8724 "num-integer",
 8725 "num-iter",
 8726 "num-rational",
 8727 "num-traits",
 8728]
 8729
 8730[[package]]
 8731name = "num-bigint"
 8732version = "0.4.6"
 8733source = "registry+https://github.com/rust-lang/crates.io-index"
 8734checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8735dependencies = [
 8736 "num-integer",
 8737 "num-traits",
 8738]
 8739
 8740[[package]]
 8741name = "num-bigint-dig"
 8742version = "0.8.4"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8745dependencies = [
 8746 "byteorder",
 8747 "lazy_static",
 8748 "libm",
 8749 "num-integer",
 8750 "num-iter",
 8751 "num-traits",
 8752 "rand 0.8.5",
 8753 "serde",
 8754 "smallvec",
 8755 "zeroize",
 8756]
 8757
 8758[[package]]
 8759name = "num-complex"
 8760version = "0.4.6"
 8761source = "registry+https://github.com/rust-lang/crates.io-index"
 8762checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8763dependencies = [
 8764 "num-traits",
 8765]
 8766
 8767[[package]]
 8768name = "num-conv"
 8769version = "0.1.0"
 8770source = "registry+https://github.com/rust-lang/crates.io-index"
 8771checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8772
 8773[[package]]
 8774name = "num-derive"
 8775version = "0.4.2"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8778dependencies = [
 8779 "proc-macro2",
 8780 "quote",
 8781 "syn 2.0.100",
 8782]
 8783
 8784[[package]]
 8785name = "num-format"
 8786version = "0.4.4"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8789dependencies = [
 8790 "arrayvec",
 8791 "itoa",
 8792]
 8793
 8794[[package]]
 8795name = "num-integer"
 8796version = "0.1.46"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8799dependencies = [
 8800 "num-traits",
 8801]
 8802
 8803[[package]]
 8804name = "num-iter"
 8805version = "0.1.45"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8808dependencies = [
 8809 "autocfg",
 8810 "num-integer",
 8811 "num-traits",
 8812]
 8813
 8814[[package]]
 8815name = "num-modular"
 8816version = "0.6.1"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8819
 8820[[package]]
 8821name = "num-order"
 8822version = "1.2.0"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8825dependencies = [
 8826 "num-modular",
 8827]
 8828
 8829[[package]]
 8830name = "num-rational"
 8831version = "0.4.2"
 8832source = "registry+https://github.com/rust-lang/crates.io-index"
 8833checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8834dependencies = [
 8835 "num-bigint",
 8836 "num-integer",
 8837 "num-traits",
 8838]
 8839
 8840[[package]]
 8841name = "num-traits"
 8842version = "0.2.19"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8845dependencies = [
 8846 "autocfg",
 8847 "libm",
 8848]
 8849
 8850[[package]]
 8851name = "num_cpus"
 8852version = "1.16.0"
 8853source = "registry+https://github.com/rust-lang/crates.io-index"
 8854checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8855dependencies = [
 8856 "hermit-abi 0.3.9",
 8857 "libc",
 8858]
 8859
 8860[[package]]
 8861name = "num_enum"
 8862version = "0.7.3"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8865dependencies = [
 8866 "num_enum_derive",
 8867]
 8868
 8869[[package]]
 8870name = "num_enum_derive"
 8871version = "0.7.3"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8874dependencies = [
 8875 "proc-macro-crate",
 8876 "proc-macro2",
 8877 "quote",
 8878 "syn 2.0.100",
 8879]
 8880
 8881[[package]]
 8882name = "num_threads"
 8883version = "0.1.7"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8886dependencies = [
 8887 "libc",
 8888]
 8889
 8890[[package]]
 8891name = "nvim-rs"
 8892version = "0.8.0-pre"
 8893source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8894dependencies = [
 8895 "async-trait",
 8896 "futures 0.3.31",
 8897 "log",
 8898 "parity-tokio-ipc",
 8899 "rmp",
 8900 "rmpv",
 8901 "tokio",
 8902 "tokio-util",
 8903 "winapi",
 8904]
 8905
 8906[[package]]
 8907name = "objc"
 8908version = "0.2.7"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8911dependencies = [
 8912 "malloc_buf",
 8913]
 8914
 8915[[package]]
 8916name = "objc-sys"
 8917version = "0.3.5"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8920
 8921[[package]]
 8922name = "objc2"
 8923version = "0.5.2"
 8924source = "registry+https://github.com/rust-lang/crates.io-index"
 8925checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8926dependencies = [
 8927 "objc-sys",
 8928 "objc2-encode",
 8929]
 8930
 8931[[package]]
 8932name = "objc2-app-kit"
 8933version = "0.2.2"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8936dependencies = [
 8937 "bitflags 2.8.0",
 8938 "block2",
 8939 "libc",
 8940 "objc2",
 8941 "objc2-core-data",
 8942 "objc2-core-image",
 8943 "objc2-foundation",
 8944 "objc2-quartz-core",
 8945]
 8946
 8947[[package]]
 8948name = "objc2-cloud-kit"
 8949version = "0.2.2"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8952dependencies = [
 8953 "bitflags 2.8.0",
 8954 "block2",
 8955 "objc2",
 8956 "objc2-core-location",
 8957 "objc2-foundation",
 8958]
 8959
 8960[[package]]
 8961name = "objc2-contacts"
 8962version = "0.2.2"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8965dependencies = [
 8966 "block2",
 8967 "objc2",
 8968 "objc2-foundation",
 8969]
 8970
 8971[[package]]
 8972name = "objc2-core-data"
 8973version = "0.2.2"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8976dependencies = [
 8977 "bitflags 2.8.0",
 8978 "block2",
 8979 "objc2",
 8980 "objc2-foundation",
 8981]
 8982
 8983[[package]]
 8984name = "objc2-core-image"
 8985version = "0.2.2"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8988dependencies = [
 8989 "block2",
 8990 "objc2",
 8991 "objc2-foundation",
 8992 "objc2-metal",
 8993]
 8994
 8995[[package]]
 8996name = "objc2-core-location"
 8997version = "0.2.2"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 9000dependencies = [
 9001 "block2",
 9002 "objc2",
 9003 "objc2-contacts",
 9004 "objc2-foundation",
 9005]
 9006
 9007[[package]]
 9008name = "objc2-encode"
 9009version = "4.0.3"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 9012
 9013[[package]]
 9014name = "objc2-foundation"
 9015version = "0.2.2"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 9018dependencies = [
 9019 "bitflags 2.8.0",
 9020 "block2",
 9021 "libc",
 9022 "objc2",
 9023]
 9024
 9025[[package]]
 9026name = "objc2-link-presentation"
 9027version = "0.2.2"
 9028source = "registry+https://github.com/rust-lang/crates.io-index"
 9029checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 9030dependencies = [
 9031 "block2",
 9032 "objc2",
 9033 "objc2-app-kit",
 9034 "objc2-foundation",
 9035]
 9036
 9037[[package]]
 9038name = "objc2-metal"
 9039version = "0.2.2"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 9042dependencies = [
 9043 "bitflags 2.8.0",
 9044 "block2",
 9045 "objc2",
 9046 "objc2-foundation",
 9047]
 9048
 9049[[package]]
 9050name = "objc2-quartz-core"
 9051version = "0.2.2"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 9054dependencies = [
 9055 "bitflags 2.8.0",
 9056 "block2",
 9057 "objc2",
 9058 "objc2-foundation",
 9059 "objc2-metal",
 9060]
 9061
 9062[[package]]
 9063name = "objc2-symbols"
 9064version = "0.2.2"
 9065source = "registry+https://github.com/rust-lang/crates.io-index"
 9066checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9067dependencies = [
 9068 "objc2",
 9069 "objc2-foundation",
 9070]
 9071
 9072[[package]]
 9073name = "objc2-ui-kit"
 9074version = "0.2.2"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9077dependencies = [
 9078 "bitflags 2.8.0",
 9079 "block2",
 9080 "objc2",
 9081 "objc2-cloud-kit",
 9082 "objc2-core-data",
 9083 "objc2-core-image",
 9084 "objc2-core-location",
 9085 "objc2-foundation",
 9086 "objc2-link-presentation",
 9087 "objc2-quartz-core",
 9088 "objc2-symbols",
 9089 "objc2-uniform-type-identifiers",
 9090 "objc2-user-notifications",
 9091]
 9092
 9093[[package]]
 9094name = "objc2-uniform-type-identifiers"
 9095version = "0.2.2"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9098dependencies = [
 9099 "block2",
 9100 "objc2",
 9101 "objc2-foundation",
 9102]
 9103
 9104[[package]]
 9105name = "objc2-user-notifications"
 9106version = "0.2.2"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9109dependencies = [
 9110 "bitflags 2.8.0",
 9111 "block2",
 9112 "objc2",
 9113 "objc2-core-location",
 9114 "objc2-foundation",
 9115]
 9116
 9117[[package]]
 9118name = "object"
 9119version = "0.36.5"
 9120source = "registry+https://github.com/rust-lang/crates.io-index"
 9121checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9122dependencies = [
 9123 "crc32fast",
 9124 "hashbrown 0.15.2",
 9125 "indexmap",
 9126 "memchr",
 9127]
 9128
 9129[[package]]
 9130name = "oboe"
 9131version = "0.6.1"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9134dependencies = [
 9135 "jni",
 9136 "ndk",
 9137 "ndk-context",
 9138 "num-derive",
 9139 "num-traits",
 9140 "oboe-sys",
 9141]
 9142
 9143[[package]]
 9144name = "oboe-sys"
 9145version = "0.6.1"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9148dependencies = [
 9149 "cc",
 9150]
 9151
 9152[[package]]
 9153name = "ollama"
 9154version = "0.1.0"
 9155dependencies = [
 9156 "anyhow",
 9157 "futures 0.3.31",
 9158 "http_client",
 9159 "schemars",
 9160 "serde",
 9161 "serde_json",
 9162]
 9163
 9164[[package]]
 9165name = "once_cell"
 9166version = "1.20.3"
 9167source = "registry+https://github.com/rust-lang/crates.io-index"
 9168checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9169
 9170[[package]]
 9171name = "oo7"
 9172version = "0.4.1"
 9173source = "registry+https://github.com/rust-lang/crates.io-index"
 9174checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9175dependencies = [
 9176 "aes",
 9177 "ashpd",
 9178 "async-fs",
 9179 "async-io",
 9180 "async-lock",
 9181 "blocking",
 9182 "cbc",
 9183 "cipher",
 9184 "digest",
 9185 "endi",
 9186 "futures-lite 2.6.0",
 9187 "futures-util",
 9188 "getrandom 0.3.1",
 9189 "hkdf",
 9190 "hmac",
 9191 "md-5",
 9192 "num",
 9193 "num-bigint-dig",
 9194 "pbkdf2 0.12.2",
 9195 "rand 0.9.0",
 9196 "serde",
 9197 "sha2",
 9198 "subtle",
 9199 "zbus",
 9200 "zbus_macros",
 9201 "zeroize",
 9202 "zvariant",
 9203]
 9204
 9205[[package]]
 9206name = "oorandom"
 9207version = "11.1.4"
 9208source = "registry+https://github.com/rust-lang/crates.io-index"
 9209checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9210
 9211[[package]]
 9212name = "open"
 9213version = "5.3.2"
 9214source = "registry+https://github.com/rust-lang/crates.io-index"
 9215checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9216dependencies = [
 9217 "is-wsl",
 9218 "libc",
 9219 "pathdiff",
 9220]
 9221
 9222[[package]]
 9223name = "open_ai"
 9224version = "0.1.0"
 9225dependencies = [
 9226 "anyhow",
 9227 "futures 0.3.31",
 9228 "http_client",
 9229 "schemars",
 9230 "serde",
 9231 "serde_json",
 9232 "strum",
 9233]
 9234
 9235[[package]]
 9236name = "opener"
 9237version = "0.7.2"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9240dependencies = [
 9241 "bstr",
 9242 "dbus",
 9243 "normpath",
 9244 "windows-sys 0.59.0",
 9245]
 9246
 9247[[package]]
 9248name = "openssl"
 9249version = "0.10.70"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9252dependencies = [
 9253 "bitflags 2.8.0",
 9254 "cfg-if",
 9255 "foreign-types 0.3.2",
 9256 "libc",
 9257 "once_cell",
 9258 "openssl-macros",
 9259 "openssl-sys",
 9260]
 9261
 9262[[package]]
 9263name = "openssl-macros"
 9264version = "0.1.1"
 9265source = "registry+https://github.com/rust-lang/crates.io-index"
 9266checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9267dependencies = [
 9268 "proc-macro2",
 9269 "quote",
 9270 "syn 2.0.100",
 9271]
 9272
 9273[[package]]
 9274name = "openssl-probe"
 9275version = "0.1.5"
 9276source = "registry+https://github.com/rust-lang/crates.io-index"
 9277checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9278
 9279[[package]]
 9280name = "openssl-src"
 9281version = "300.4.1+3.4.0"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9284dependencies = [
 9285 "cc",
 9286]
 9287
 9288[[package]]
 9289name = "openssl-sys"
 9290version = "0.9.105"
 9291source = "registry+https://github.com/rust-lang/crates.io-index"
 9292checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9293dependencies = [
 9294 "cc",
 9295 "libc",
 9296 "openssl-src",
 9297 "pkg-config",
 9298 "vcpkg",
 9299]
 9300
 9301[[package]]
 9302name = "option-ext"
 9303version = "0.2.0"
 9304source = "registry+https://github.com/rust-lang/crates.io-index"
 9305checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9306
 9307[[package]]
 9308name = "ordered-float"
 9309version = "2.10.1"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9312dependencies = [
 9313 "num-traits",
 9314]
 9315
 9316[[package]]
 9317name = "ordered-float"
 9318version = "3.9.2"
 9319source = "registry+https://github.com/rust-lang/crates.io-index"
 9320checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9321dependencies = [
 9322 "num-traits",
 9323]
 9324
 9325[[package]]
 9326name = "ordered-stream"
 9327version = "0.2.0"
 9328source = "registry+https://github.com/rust-lang/crates.io-index"
 9329checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9330dependencies = [
 9331 "futures-core",
 9332 "pin-project-lite",
 9333]
 9334
 9335[[package]]
 9336name = "ouroboros"
 9337version = "0.18.4"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9340dependencies = [
 9341 "aliasable",
 9342 "ouroboros_macro",
 9343 "static_assertions",
 9344]
 9345
 9346[[package]]
 9347name = "ouroboros_macro"
 9348version = "0.18.4"
 9349source = "registry+https://github.com/rust-lang/crates.io-index"
 9350checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9351dependencies = [
 9352 "heck 0.4.1",
 9353 "itertools 0.12.1",
 9354 "proc-macro2",
 9355 "proc-macro2-diagnostics",
 9356 "quote",
 9357 "syn 2.0.100",
 9358]
 9359
 9360[[package]]
 9361name = "outline"
 9362version = "0.1.0"
 9363dependencies = [
 9364 "editor",
 9365 "fuzzy",
 9366 "gpui",
 9367 "indoc",
 9368 "language",
 9369 "menu",
 9370 "ordered-float 2.10.1",
 9371 "picker",
 9372 "project",
 9373 "rope",
 9374 "serde_json",
 9375 "settings",
 9376 "smol",
 9377 "theme",
 9378 "tree-sitter-rust",
 9379 "tree-sitter-typescript",
 9380 "ui",
 9381 "util",
 9382 "workspace",
 9383 "zed_actions",
 9384]
 9385
 9386[[package]]
 9387name = "outline_panel"
 9388version = "0.1.0"
 9389dependencies = [
 9390 "anyhow",
 9391 "collections",
 9392 "db",
 9393 "editor",
 9394 "file_icons",
 9395 "fuzzy",
 9396 "gpui",
 9397 "itertools 0.14.0",
 9398 "language",
 9399 "log",
 9400 "menu",
 9401 "outline",
 9402 "pretty_assertions",
 9403 "project",
 9404 "schemars",
 9405 "search",
 9406 "serde",
 9407 "serde_json",
 9408 "settings",
 9409 "smallvec",
 9410 "smol",
 9411 "theme",
 9412 "ui",
 9413 "util",
 9414 "workspace",
 9415 "worktree",
 9416 "zed_actions",
 9417]
 9418
 9419[[package]]
 9420name = "outref"
 9421version = "0.5.1"
 9422source = "registry+https://github.com/rust-lang/crates.io-index"
 9423checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9424
 9425[[package]]
 9426name = "overload"
 9427version = "0.1.1"
 9428source = "registry+https://github.com/rust-lang/crates.io-index"
 9429checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9430
 9431[[package]]
 9432name = "p256"
 9433version = "0.11.1"
 9434source = "registry+https://github.com/rust-lang/crates.io-index"
 9435checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9436dependencies = [
 9437 "ecdsa",
 9438 "elliptic-curve",
 9439 "sha2",
 9440]
 9441
 9442[[package]]
 9443name = "page_size"
 9444version = "0.6.0"
 9445source = "registry+https://github.com/rust-lang/crates.io-index"
 9446checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9447dependencies = [
 9448 "libc",
 9449 "winapi",
 9450]
 9451
 9452[[package]]
 9453name = "palette"
 9454version = "0.7.6"
 9455source = "registry+https://github.com/rust-lang/crates.io-index"
 9456checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9457dependencies = [
 9458 "approx",
 9459 "fast-srgb8",
 9460 "palette_derive",
 9461]
 9462
 9463[[package]]
 9464name = "palette_derive"
 9465version = "0.7.6"
 9466source = "registry+https://github.com/rust-lang/crates.io-index"
 9467checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9468dependencies = [
 9469 "by_address",
 9470 "proc-macro2",
 9471 "quote",
 9472 "syn 2.0.100",
 9473]
 9474
 9475[[package]]
 9476name = "panel"
 9477version = "0.1.0"
 9478dependencies = [
 9479 "editor",
 9480 "gpui",
 9481 "settings",
 9482 "theme",
 9483 "ui",
 9484 "workspace",
 9485]
 9486
 9487[[package]]
 9488name = "parity-tokio-ipc"
 9489version = "0.9.0"
 9490source = "registry+https://github.com/rust-lang/crates.io-index"
 9491checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9492dependencies = [
 9493 "futures 0.3.31",
 9494 "libc",
 9495 "log",
 9496 "rand 0.7.3",
 9497 "tokio",
 9498 "winapi",
 9499]
 9500
 9501[[package]]
 9502name = "parking"
 9503version = "2.2.1"
 9504source = "registry+https://github.com/rust-lang/crates.io-index"
 9505checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9506
 9507[[package]]
 9508name = "parking_lot"
 9509version = "0.12.3"
 9510source = "registry+https://github.com/rust-lang/crates.io-index"
 9511checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9512dependencies = [
 9513 "lock_api",
 9514 "parking_lot_core",
 9515]
 9516
 9517[[package]]
 9518name = "parking_lot_core"
 9519version = "0.9.10"
 9520source = "registry+https://github.com/rust-lang/crates.io-index"
 9521checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9522dependencies = [
 9523 "cfg-if",
 9524 "libc",
 9525 "redox_syscall 0.5.8",
 9526 "smallvec",
 9527 "windows-targets 0.52.6",
 9528]
 9529
 9530[[package]]
 9531name = "password-hash"
 9532version = "0.4.2"
 9533source = "registry+https://github.com/rust-lang/crates.io-index"
 9534checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9535dependencies = [
 9536 "base64ct",
 9537 "rand_core 0.6.4",
 9538 "subtle",
 9539]
 9540
 9541[[package]]
 9542name = "password-hash"
 9543version = "0.5.0"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9546dependencies = [
 9547 "base64ct",
 9548 "rand_core 0.6.4",
 9549 "subtle",
 9550]
 9551
 9552[[package]]
 9553name = "paste"
 9554version = "1.0.15"
 9555source = "registry+https://github.com/rust-lang/crates.io-index"
 9556checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9557
 9558[[package]]
 9559name = "pathdiff"
 9560version = "0.2.3"
 9561source = "registry+https://github.com/rust-lang/crates.io-index"
 9562checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9563
 9564[[package]]
 9565name = "pathfinder_geometry"
 9566version = "0.5.1"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9569dependencies = [
 9570 "log",
 9571 "pathfinder_simd",
 9572]
 9573
 9574[[package]]
 9575name = "pathfinder_simd"
 9576version = "0.5.4"
 9577source = "registry+https://github.com/rust-lang/crates.io-index"
 9578checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9579dependencies = [
 9580 "rustc_version",
 9581]
 9582
 9583[[package]]
 9584name = "paths"
 9585version = "0.1.0"
 9586dependencies = [
 9587 "dirs 4.0.0",
 9588 "util",
 9589]
 9590
 9591[[package]]
 9592name = "pbjson"
 9593version = "0.6.0"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9596dependencies = [
 9597 "base64 0.21.7",
 9598 "serde",
 9599]
 9600
 9601[[package]]
 9602name = "pbjson-build"
 9603version = "0.6.2"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9606dependencies = [
 9607 "heck 0.4.1",
 9608 "itertools 0.11.0",
 9609 "prost 0.12.6",
 9610 "prost-types 0.12.6",
 9611]
 9612
 9613[[package]]
 9614name = "pbjson-types"
 9615version = "0.6.0"
 9616source = "registry+https://github.com/rust-lang/crates.io-index"
 9617checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9618dependencies = [
 9619 "bytes 1.10.1",
 9620 "chrono",
 9621 "pbjson",
 9622 "pbjson-build",
 9623 "prost 0.12.6",
 9624 "prost-build 0.12.6",
 9625 "serde",
 9626]
 9627
 9628[[package]]
 9629name = "pbkdf2"
 9630version = "0.11.0"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9633dependencies = [
 9634 "digest",
 9635 "hmac",
 9636 "password-hash 0.4.2",
 9637 "sha2",
 9638]
 9639
 9640[[package]]
 9641name = "pbkdf2"
 9642version = "0.12.2"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9645dependencies = [
 9646 "digest",
 9647 "hmac",
 9648]
 9649
 9650[[package]]
 9651name = "pem"
 9652version = "3.0.4"
 9653source = "registry+https://github.com/rust-lang/crates.io-index"
 9654checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9655dependencies = [
 9656 "base64 0.22.1",
 9657 "serde",
 9658]
 9659
 9660[[package]]
 9661name = "pem-rfc7468"
 9662version = "0.7.0"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9665dependencies = [
 9666 "base64ct",
 9667]
 9668
 9669[[package]]
 9670name = "percent-encoding"
 9671version = "2.3.1"
 9672source = "registry+https://github.com/rust-lang/crates.io-index"
 9673checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9674
 9675[[package]]
 9676name = "perplexity"
 9677version = "0.1.0"
 9678dependencies = [
 9679 "serde",
 9680 "zed_extension_api 0.3.0",
 9681]
 9682
 9683[[package]]
 9684name = "pest"
 9685version = "2.7.15"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9688dependencies = [
 9689 "memchr",
 9690 "thiserror 2.0.6",
 9691 "ucd-trie",
 9692]
 9693
 9694[[package]]
 9695name = "pest_derive"
 9696version = "2.7.15"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9699dependencies = [
 9700 "pest",
 9701 "pest_generator",
 9702]
 9703
 9704[[package]]
 9705name = "pest_generator"
 9706version = "2.7.15"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9709dependencies = [
 9710 "pest",
 9711 "pest_meta",
 9712 "proc-macro2",
 9713 "quote",
 9714 "syn 2.0.100",
 9715]
 9716
 9717[[package]]
 9718name = "pest_meta"
 9719version = "2.7.15"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9722dependencies = [
 9723 "once_cell",
 9724 "pest",
 9725 "sha2",
 9726]
 9727
 9728[[package]]
 9729name = "pet"
 9730version = "0.1.0"
 9731source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9732dependencies = [
 9733 "clap",
 9734 "env_logger 0.10.2",
 9735 "lazy_static",
 9736 "log",
 9737 "msvc_spectre_libs",
 9738 "pet-conda",
 9739 "pet-core",
 9740 "pet-env-var-path",
 9741 "pet-fs",
 9742 "pet-global-virtualenvs",
 9743 "pet-homebrew",
 9744 "pet-jsonrpc",
 9745 "pet-linux-global-python",
 9746 "pet-mac-commandlinetools",
 9747 "pet-mac-python-org",
 9748 "pet-mac-xcode",
 9749 "pet-pipenv",
 9750 "pet-pixi",
 9751 "pet-poetry",
 9752 "pet-pyenv",
 9753 "pet-python-utils",
 9754 "pet-reporter",
 9755 "pet-telemetry",
 9756 "pet-venv",
 9757 "pet-virtualenv",
 9758 "pet-virtualenvwrapper",
 9759 "pet-windows-registry",
 9760 "pet-windows-store",
 9761 "serde",
 9762 "serde_json",
 9763]
 9764
 9765[[package]]
 9766name = "pet-conda"
 9767version = "0.1.0"
 9768source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9769dependencies = [
 9770 "env_logger 0.10.2",
 9771 "lazy_static",
 9772 "log",
 9773 "msvc_spectre_libs",
 9774 "pet-core",
 9775 "pet-fs",
 9776 "pet-python-utils",
 9777 "pet-reporter",
 9778 "regex",
 9779 "serde",
 9780 "serde_json",
 9781 "yaml-rust2",
 9782]
 9783
 9784[[package]]
 9785name = "pet-core"
 9786version = "0.1.0"
 9787source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9788dependencies = [
 9789 "clap",
 9790 "lazy_static",
 9791 "log",
 9792 "msvc_spectre_libs",
 9793 "pet-fs",
 9794 "regex",
 9795 "serde",
 9796 "serde_json",
 9797]
 9798
 9799[[package]]
 9800name = "pet-env-var-path"
 9801version = "0.1.0"
 9802source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9803dependencies = [
 9804 "lazy_static",
 9805 "log",
 9806 "msvc_spectre_libs",
 9807 "pet-conda",
 9808 "pet-core",
 9809 "pet-fs",
 9810 "pet-python-utils",
 9811 "pet-virtualenv",
 9812 "regex",
 9813]
 9814
 9815[[package]]
 9816name = "pet-fs"
 9817version = "0.1.0"
 9818source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9819dependencies = [
 9820 "log",
 9821 "msvc_spectre_libs",
 9822]
 9823
 9824[[package]]
 9825name = "pet-global-virtualenvs"
 9826version = "0.1.0"
 9827source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9828dependencies = [
 9829 "log",
 9830 "msvc_spectre_libs",
 9831 "pet-conda",
 9832 "pet-core",
 9833 "pet-fs",
 9834 "pet-virtualenv",
 9835]
 9836
 9837[[package]]
 9838name = "pet-homebrew"
 9839version = "0.1.0"
 9840source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9841dependencies = [
 9842 "lazy_static",
 9843 "log",
 9844 "msvc_spectre_libs",
 9845 "pet-conda",
 9846 "pet-core",
 9847 "pet-fs",
 9848 "pet-python-utils",
 9849 "pet-virtualenv",
 9850 "regex",
 9851 "serde",
 9852 "serde_json",
 9853]
 9854
 9855[[package]]
 9856name = "pet-jsonrpc"
 9857version = "0.1.0"
 9858source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9859dependencies = [
 9860 "env_logger 0.10.2",
 9861 "log",
 9862 "msvc_spectre_libs",
 9863 "pet-core",
 9864 "serde",
 9865 "serde_json",
 9866]
 9867
 9868[[package]]
 9869name = "pet-linux-global-python"
 9870version = "0.1.0"
 9871source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9872dependencies = [
 9873 "log",
 9874 "msvc_spectre_libs",
 9875 "pet-core",
 9876 "pet-fs",
 9877 "pet-python-utils",
 9878 "pet-virtualenv",
 9879]
 9880
 9881[[package]]
 9882name = "pet-mac-commandlinetools"
 9883version = "0.1.0"
 9884source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9885dependencies = [
 9886 "log",
 9887 "msvc_spectre_libs",
 9888 "pet-core",
 9889 "pet-fs",
 9890 "pet-python-utils",
 9891 "pet-virtualenv",
 9892]
 9893
 9894[[package]]
 9895name = "pet-mac-python-org"
 9896version = "0.1.0"
 9897source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9898dependencies = [
 9899 "log",
 9900 "msvc_spectre_libs",
 9901 "pet-core",
 9902 "pet-fs",
 9903 "pet-python-utils",
 9904 "pet-virtualenv",
 9905]
 9906
 9907[[package]]
 9908name = "pet-mac-xcode"
 9909version = "0.1.0"
 9910source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9911dependencies = [
 9912 "log",
 9913 "msvc_spectre_libs",
 9914 "pet-core",
 9915 "pet-fs",
 9916 "pet-python-utils",
 9917 "pet-virtualenv",
 9918]
 9919
 9920[[package]]
 9921name = "pet-pipenv"
 9922version = "0.1.0"
 9923source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9924dependencies = [
 9925 "log",
 9926 "msvc_spectre_libs",
 9927 "pet-core",
 9928 "pet-fs",
 9929 "pet-python-utils",
 9930 "pet-virtualenv",
 9931]
 9932
 9933[[package]]
 9934name = "pet-pixi"
 9935version = "0.1.0"
 9936source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9937dependencies = [
 9938 "log",
 9939 "msvc_spectre_libs",
 9940 "pet-conda",
 9941 "pet-core",
 9942 "pet-python-utils",
 9943]
 9944
 9945[[package]]
 9946name = "pet-poetry"
 9947version = "0.1.0"
 9948source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9949dependencies = [
 9950 "base64 0.22.1",
 9951 "lazy_static",
 9952 "log",
 9953 "msvc_spectre_libs",
 9954 "pet-core",
 9955 "pet-fs",
 9956 "pet-python-utils",
 9957 "pet-reporter",
 9958 "pet-virtualenv",
 9959 "regex",
 9960 "serde",
 9961 "serde_json",
 9962 "sha2",
 9963 "toml 0.8.20",
 9964]
 9965
 9966[[package]]
 9967name = "pet-pyenv"
 9968version = "0.1.0"
 9969source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9970dependencies = [
 9971 "lazy_static",
 9972 "log",
 9973 "msvc_spectre_libs",
 9974 "pet-conda",
 9975 "pet-core",
 9976 "pet-fs",
 9977 "pet-python-utils",
 9978 "pet-reporter",
 9979 "regex",
 9980 "serde",
 9981 "serde_json",
 9982]
 9983
 9984[[package]]
 9985name = "pet-python-utils"
 9986version = "0.1.0"
 9987source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9988dependencies = [
 9989 "env_logger 0.10.2",
 9990 "lazy_static",
 9991 "log",
 9992 "msvc_spectre_libs",
 9993 "pet-core",
 9994 "pet-fs",
 9995 "regex",
 9996 "serde",
 9997 "serde_json",
 9998 "sha2",
 9999]
10000
10001[[package]]
10002name = "pet-reporter"
10003version = "0.1.0"
10004source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10005dependencies = [
10006 "env_logger 0.10.2",
10007 "log",
10008 "msvc_spectre_libs",
10009 "pet-core",
10010 "pet-jsonrpc",
10011 "serde",
10012 "serde_json",
10013]
10014
10015[[package]]
10016name = "pet-telemetry"
10017version = "0.1.0"
10018source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10019dependencies = [
10020 "env_logger 0.10.2",
10021 "lazy_static",
10022 "log",
10023 "msvc_spectre_libs",
10024 "pet-core",
10025 "pet-fs",
10026 "pet-python-utils",
10027 "regex",
10028]
10029
10030[[package]]
10031name = "pet-venv"
10032version = "0.1.0"
10033source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10034dependencies = [
10035 "log",
10036 "msvc_spectre_libs",
10037 "pet-core",
10038 "pet-python-utils",
10039 "pet-virtualenv",
10040]
10041
10042[[package]]
10043name = "pet-virtualenv"
10044version = "0.1.0"
10045source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10046dependencies = [
10047 "log",
10048 "msvc_spectre_libs",
10049 "pet-core",
10050 "pet-fs",
10051 "pet-python-utils",
10052]
10053
10054[[package]]
10055name = "pet-virtualenvwrapper"
10056version = "0.1.0"
10057source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10058dependencies = [
10059 "log",
10060 "msvc_spectre_libs",
10061 "pet-core",
10062 "pet-fs",
10063 "pet-python-utils",
10064 "pet-virtualenv",
10065]
10066
10067[[package]]
10068name = "pet-windows-registry"
10069version = "0.1.0"
10070source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10071dependencies = [
10072 "lazy_static",
10073 "log",
10074 "msvc_spectre_libs",
10075 "pet-conda",
10076 "pet-core",
10077 "pet-fs",
10078 "pet-python-utils",
10079 "pet-virtualenv",
10080 "pet-windows-store",
10081 "regex",
10082 "winreg 0.52.0",
10083]
10084
10085[[package]]
10086name = "pet-windows-store"
10087version = "0.1.0"
10088source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10089dependencies = [
10090 "lazy_static",
10091 "log",
10092 "msvc_spectre_libs",
10093 "pet-core",
10094 "pet-fs",
10095 "pet-python-utils",
10096 "pet-virtualenv",
10097 "regex",
10098 "winreg 0.52.0",
10099]
10100
10101[[package]]
10102name = "petgraph"
10103version = "0.6.5"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10106dependencies = [
10107 "fixedbitset",
10108 "indexmap",
10109]
10110
10111[[package]]
10112name = "phf"
10113version = "0.11.2"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10116dependencies = [
10117 "phf_macros",
10118 "phf_shared 0.11.2",
10119]
10120
10121[[package]]
10122name = "phf_codegen"
10123version = "0.11.2"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10126dependencies = [
10127 "phf_generator 0.11.2",
10128 "phf_shared 0.11.2",
10129]
10130
10131[[package]]
10132name = "phf_generator"
10133version = "0.10.0"
10134source = "registry+https://github.com/rust-lang/crates.io-index"
10135checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10136dependencies = [
10137 "phf_shared 0.10.0",
10138 "rand 0.8.5",
10139]
10140
10141[[package]]
10142name = "phf_generator"
10143version = "0.11.2"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10146dependencies = [
10147 "phf_shared 0.11.2",
10148 "rand 0.8.5",
10149]
10150
10151[[package]]
10152name = "phf_macros"
10153version = "0.11.2"
10154source = "registry+https://github.com/rust-lang/crates.io-index"
10155checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10156dependencies = [
10157 "phf_generator 0.11.2",
10158 "phf_shared 0.11.2",
10159 "proc-macro2",
10160 "quote",
10161 "syn 2.0.100",
10162]
10163
10164[[package]]
10165name = "phf_shared"
10166version = "0.10.0"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10169dependencies = [
10170 "siphasher 0.3.11",
10171]
10172
10173[[package]]
10174name = "phf_shared"
10175version = "0.11.2"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10178dependencies = [
10179 "siphasher 0.3.11",
10180]
10181
10182[[package]]
10183name = "picker"
10184version = "0.1.0"
10185dependencies = [
10186 "anyhow",
10187 "ctor",
10188 "editor",
10189 "env_logger 0.11.7",
10190 "gpui",
10191 "menu",
10192 "schemars",
10193 "serde",
10194 "serde_json",
10195 "ui",
10196 "util",
10197 "workspace",
10198]
10199
10200[[package]]
10201name = "pico-args"
10202version = "0.5.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10205
10206[[package]]
10207name = "pin-project"
10208version = "1.1.7"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10211dependencies = [
10212 "pin-project-internal",
10213]
10214
10215[[package]]
10216name = "pin-project-internal"
10217version = "1.1.7"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10220dependencies = [
10221 "proc-macro2",
10222 "quote",
10223 "syn 2.0.100",
10224]
10225
10226[[package]]
10227name = "pin-project-lite"
10228version = "0.2.16"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10231
10232[[package]]
10233name = "pin-utils"
10234version = "0.1.0"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10237
10238[[package]]
10239name = "piper"
10240version = "0.2.4"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10243dependencies = [
10244 "atomic-waker",
10245 "fastrand 2.3.0",
10246 "futures-io",
10247]
10248
10249[[package]]
10250name = "pkcs1"
10251version = "0.7.5"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10254dependencies = [
10255 "der 0.7.9",
10256 "pkcs8 0.10.2",
10257 "spki 0.7.3",
10258]
10259
10260[[package]]
10261name = "pkcs8"
10262version = "0.9.0"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10265dependencies = [
10266 "der 0.6.1",
10267 "spki 0.6.0",
10268]
10269
10270[[package]]
10271name = "pkcs8"
10272version = "0.10.2"
10273source = "registry+https://github.com/rust-lang/crates.io-index"
10274checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10275dependencies = [
10276 "der 0.7.9",
10277 "spki 0.7.3",
10278]
10279
10280[[package]]
10281name = "pkg-config"
10282version = "0.3.31"
10283source = "registry+https://github.com/rust-lang/crates.io-index"
10284checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10285
10286[[package]]
10287name = "plist"
10288version = "1.7.0"
10289source = "registry+https://github.com/rust-lang/crates.io-index"
10290checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10291dependencies = [
10292 "base64 0.22.1",
10293 "indexmap",
10294 "quick-xml 0.32.0",
10295 "serde",
10296 "time",
10297]
10298
10299[[package]]
10300name = "plotters"
10301version = "0.3.7"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10304dependencies = [
10305 "num-traits",
10306 "plotters-backend",
10307 "plotters-svg",
10308 "wasm-bindgen",
10309 "web-sys",
10310]
10311
10312[[package]]
10313name = "plotters-backend"
10314version = "0.3.7"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10317
10318[[package]]
10319name = "plotters-svg"
10320version = "0.3.7"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10323dependencies = [
10324 "plotters-backend",
10325]
10326
10327[[package]]
10328name = "png"
10329version = "0.17.15"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10332dependencies = [
10333 "bitflags 1.3.2",
10334 "crc32fast",
10335 "fdeflate",
10336 "flate2",
10337 "miniz_oxide",
10338]
10339
10340[[package]]
10341name = "polling"
10342version = "3.7.4"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10345dependencies = [
10346 "cfg-if",
10347 "concurrent-queue",
10348 "hermit-abi 0.4.0",
10349 "pin-project-lite",
10350 "rustix",
10351 "tracing",
10352 "windows-sys 0.59.0",
10353]
10354
10355[[package]]
10356name = "pollster"
10357version = "0.2.5"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10360
10361[[package]]
10362name = "portable-atomic"
10363version = "1.11.0"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10366
10367[[package]]
10368name = "portable-atomic-util"
10369version = "0.2.4"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10372dependencies = [
10373 "portable-atomic",
10374]
10375
10376[[package]]
10377name = "postage"
10378version = "0.5.0"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10381dependencies = [
10382 "atomic",
10383 "crossbeam-queue",
10384 "futures 0.3.31",
10385 "log",
10386 "parking_lot",
10387 "pin-project",
10388 "pollster",
10389 "static_assertions",
10390 "thiserror 1.0.69",
10391]
10392
10393[[package]]
10394name = "postcard"
10395version = "1.1.1"
10396source = "registry+https://github.com/rust-lang/crates.io-index"
10397checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10398dependencies = [
10399 "cobs",
10400 "embedded-io 0.4.0",
10401 "embedded-io 0.6.1",
10402 "serde",
10403]
10404
10405[[package]]
10406name = "powerfmt"
10407version = "0.2.0"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10410
10411[[package]]
10412name = "ppv-lite86"
10413version = "0.2.20"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10416dependencies = [
10417 "zerocopy 0.7.35",
10418]
10419
10420[[package]]
10421name = "precomputed-hash"
10422version = "0.1.1"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10425
10426[[package]]
10427name = "prettier"
10428version = "0.1.0"
10429dependencies = [
10430 "anyhow",
10431 "collections",
10432 "fs",
10433 "gpui",
10434 "language",
10435 "log",
10436 "lsp",
10437 "node_runtime",
10438 "parking_lot",
10439 "paths",
10440 "serde",
10441 "serde_json",
10442 "util",
10443]
10444
10445[[package]]
10446name = "pretty_assertions"
10447version = "1.4.1"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10450dependencies = [
10451 "diff",
10452 "yansi",
10453]
10454
10455[[package]]
10456name = "prettyplease"
10457version = "0.2.25"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10460dependencies = [
10461 "proc-macro2",
10462 "syn 2.0.100",
10463]
10464
10465[[package]]
10466name = "proc-macro-crate"
10467version = "3.2.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10470dependencies = [
10471 "toml_edit",
10472]
10473
10474[[package]]
10475name = "proc-macro-error-attr2"
10476version = "2.0.0"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10479dependencies = [
10480 "proc-macro2",
10481 "quote",
10482]
10483
10484[[package]]
10485name = "proc-macro-error2"
10486version = "2.0.1"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10489dependencies = [
10490 "proc-macro-error-attr2",
10491 "proc-macro2",
10492 "quote",
10493 "syn 2.0.100",
10494]
10495
10496[[package]]
10497name = "proc-macro2"
10498version = "1.0.94"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10501dependencies = [
10502 "unicode-ident",
10503]
10504
10505[[package]]
10506name = "proc-macro2-diagnostics"
10507version = "0.10.1"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10510dependencies = [
10511 "proc-macro2",
10512 "quote",
10513 "syn 2.0.100",
10514 "version_check",
10515 "yansi",
10516]
10517
10518[[package]]
10519name = "profiling"
10520version = "1.0.16"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10523dependencies = [
10524 "profiling-procmacros",
10525]
10526
10527[[package]]
10528name = "profiling-procmacros"
10529version = "1.0.16"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10532dependencies = [
10533 "quote",
10534 "syn 2.0.100",
10535]
10536
10537[[package]]
10538name = "project"
10539version = "0.1.0"
10540dependencies = [
10541 "aho-corasick",
10542 "anyhow",
10543 "askpass",
10544 "async-trait",
10545 "buffer_diff",
10546 "circular-buffer",
10547 "client",
10548 "clock",
10549 "collections",
10550 "dap",
10551 "dap_adapters",
10552 "env_logger 0.11.7",
10553 "extension",
10554 "fancy-regex 0.14.0",
10555 "fs",
10556 "futures 0.3.31",
10557 "fuzzy",
10558 "git",
10559 "git2",
10560 "globset",
10561 "gpui",
10562 "http_client",
10563 "image",
10564 "indexmap",
10565 "itertools 0.14.0",
10566 "language",
10567 "log",
10568 "lsp",
10569 "node_runtime",
10570 "parking_lot",
10571 "pathdiff",
10572 "paths",
10573 "postage",
10574 "prettier",
10575 "pretty_assertions",
10576 "rand 0.8.5",
10577 "regex",
10578 "release_channel",
10579 "remote",
10580 "rpc",
10581 "schemars",
10582 "serde",
10583 "serde_json",
10584 "settings",
10585 "sha2",
10586 "shellexpand 2.1.2",
10587 "shlex",
10588 "smol",
10589 "snippet",
10590 "snippet_provider",
10591 "task",
10592 "tempfile",
10593 "terminal",
10594 "text",
10595 "toml 0.8.20",
10596 "unindent",
10597 "url",
10598 "util",
10599 "which 6.0.3",
10600 "worktree",
10601]
10602
10603[[package]]
10604name = "project_panel"
10605version = "0.1.0"
10606dependencies = [
10607 "anyhow",
10608 "client",
10609 "collections",
10610 "command_palette_hooks",
10611 "db",
10612 "editor",
10613 "file_icons",
10614 "git",
10615 "gpui",
10616 "indexmap",
10617 "language",
10618 "menu",
10619 "pretty_assertions",
10620 "project",
10621 "schemars",
10622 "search",
10623 "serde",
10624 "serde_derive",
10625 "serde_json",
10626 "settings",
10627 "smallvec",
10628 "theme",
10629 "ui",
10630 "util",
10631 "workspace",
10632 "worktree",
10633 "zed_actions",
10634]
10635
10636[[package]]
10637name = "project_symbols"
10638version = "0.1.0"
10639dependencies = [
10640 "anyhow",
10641 "editor",
10642 "futures 0.3.31",
10643 "fuzzy",
10644 "gpui",
10645 "language",
10646 "lsp",
10647 "ordered-float 2.10.1",
10648 "picker",
10649 "project",
10650 "release_channel",
10651 "serde_json",
10652 "settings",
10653 "theme",
10654 "util",
10655 "workspace",
10656]
10657
10658[[package]]
10659name = "prometheus"
10660version = "0.13.4"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10663dependencies = [
10664 "cfg-if",
10665 "fnv",
10666 "lazy_static",
10667 "memchr",
10668 "parking_lot",
10669 "protobuf",
10670 "thiserror 1.0.69",
10671]
10672
10673[[package]]
10674name = "prompt_library"
10675version = "0.1.0"
10676dependencies = [
10677 "anyhow",
10678 "collections",
10679 "editor",
10680 "gpui",
10681 "language",
10682 "language_model",
10683 "log",
10684 "menu",
10685 "picker",
10686 "prompt_store",
10687 "release_channel",
10688 "rope",
10689 "serde",
10690 "settings",
10691 "theme",
10692 "ui",
10693 "util",
10694 "workspace",
10695 "zed_actions",
10696]
10697
10698[[package]]
10699name = "prompt_store"
10700version = "0.1.0"
10701dependencies = [
10702 "anyhow",
10703 "assets",
10704 "chrono",
10705 "collections",
10706 "fs",
10707 "futures 0.3.31",
10708 "fuzzy",
10709 "gpui",
10710 "handlebars 4.5.0",
10711 "heed",
10712 "language",
10713 "log",
10714 "parking_lot",
10715 "paths",
10716 "rope",
10717 "serde",
10718 "text",
10719 "util",
10720 "uuid",
10721]
10722
10723[[package]]
10724name = "prost"
10725version = "0.9.0"
10726source = "registry+https://github.com/rust-lang/crates.io-index"
10727checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10728dependencies = [
10729 "bytes 1.10.1",
10730 "prost-derive 0.9.0",
10731]
10732
10733[[package]]
10734name = "prost"
10735version = "0.12.6"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10738dependencies = [
10739 "bytes 1.10.1",
10740 "prost-derive 0.12.6",
10741]
10742
10743[[package]]
10744name = "prost-build"
10745version = "0.9.0"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10748dependencies = [
10749 "bytes 1.10.1",
10750 "heck 0.3.3",
10751 "itertools 0.10.5",
10752 "lazy_static",
10753 "log",
10754 "multimap 0.8.3",
10755 "petgraph",
10756 "prost 0.9.0",
10757 "prost-types 0.9.0",
10758 "regex",
10759 "tempfile",
10760 "which 4.4.2",
10761]
10762
10763[[package]]
10764name = "prost-build"
10765version = "0.12.6"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10768dependencies = [
10769 "bytes 1.10.1",
10770 "heck 0.5.0",
10771 "itertools 0.12.1",
10772 "log",
10773 "multimap 0.10.0",
10774 "once_cell",
10775 "petgraph",
10776 "prettyplease",
10777 "prost 0.12.6",
10778 "prost-types 0.12.6",
10779 "regex",
10780 "syn 2.0.100",
10781 "tempfile",
10782]
10783
10784[[package]]
10785name = "prost-derive"
10786version = "0.9.0"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10789dependencies = [
10790 "anyhow",
10791 "itertools 0.10.5",
10792 "proc-macro2",
10793 "quote",
10794 "syn 1.0.109",
10795]
10796
10797[[package]]
10798name = "prost-derive"
10799version = "0.12.6"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10802dependencies = [
10803 "anyhow",
10804 "itertools 0.12.1",
10805 "proc-macro2",
10806 "quote",
10807 "syn 2.0.100",
10808]
10809
10810[[package]]
10811name = "prost-types"
10812version = "0.9.0"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10815dependencies = [
10816 "bytes 1.10.1",
10817 "prost 0.9.0",
10818]
10819
10820[[package]]
10821name = "prost-types"
10822version = "0.12.6"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10825dependencies = [
10826 "prost 0.12.6",
10827]
10828
10829[[package]]
10830name = "proto"
10831version = "0.1.0"
10832dependencies = [
10833 "anyhow",
10834 "collections",
10835 "prost 0.9.0",
10836 "prost-build 0.9.0",
10837 "serde",
10838]
10839
10840[[package]]
10841name = "protobuf"
10842version = "2.28.0"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10845
10846[[package]]
10847name = "psm"
10848version = "0.1.24"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10851dependencies = [
10852 "cc",
10853]
10854
10855[[package]]
10856name = "ptr_meta"
10857version = "0.1.4"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10860dependencies = [
10861 "ptr_meta_derive",
10862]
10863
10864[[package]]
10865name = "ptr_meta_derive"
10866version = "0.1.4"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10869dependencies = [
10870 "proc-macro2",
10871 "quote",
10872 "syn 1.0.109",
10873]
10874
10875[[package]]
10876name = "pulldown-cmark"
10877version = "0.10.3"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10880dependencies = [
10881 "bitflags 2.8.0",
10882 "memchr",
10883 "pulldown-cmark-escape",
10884 "unicase",
10885]
10886
10887[[package]]
10888name = "pulldown-cmark"
10889version = "0.12.2"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10892dependencies = [
10893 "bitflags 2.8.0",
10894 "memchr",
10895 "unicase",
10896]
10897
10898[[package]]
10899name = "pulldown-cmark-escape"
10900version = "0.10.1"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10903
10904[[package]]
10905name = "pulley-interpreter"
10906version = "29.0.1"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10909dependencies = [
10910 "cranelift-bitset",
10911 "log",
10912 "sptr",
10913 "wasmtime-math",
10914]
10915
10916[[package]]
10917name = "qoi"
10918version = "0.4.1"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10921dependencies = [
10922 "bytemuck",
10923]
10924
10925[[package]]
10926name = "quick-error"
10927version = "2.0.1"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10930
10931[[package]]
10932name = "quick-xml"
10933version = "0.32.0"
10934source = "registry+https://github.com/rust-lang/crates.io-index"
10935checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10936dependencies = [
10937 "memchr",
10938]
10939
10940[[package]]
10941name = "quick-xml"
10942version = "0.37.2"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10945dependencies = [
10946 "memchr",
10947]
10948
10949[[package]]
10950name = "quinn"
10951version = "0.11.6"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10954dependencies = [
10955 "bytes 1.10.1",
10956 "pin-project-lite",
10957 "quinn-proto",
10958 "quinn-udp",
10959 "rustc-hash 2.1.1",
10960 "rustls 0.23.23",
10961 "socket2",
10962 "thiserror 2.0.6",
10963 "tokio",
10964 "tracing",
10965]
10966
10967[[package]]
10968name = "quinn-proto"
10969version = "0.11.9"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10972dependencies = [
10973 "bytes 1.10.1",
10974 "getrandom 0.2.15",
10975 "rand 0.8.5",
10976 "ring",
10977 "rustc-hash 2.1.1",
10978 "rustls 0.23.23",
10979 "rustls-pki-types",
10980 "slab",
10981 "thiserror 2.0.6",
10982 "tinyvec",
10983 "tracing",
10984 "web-time",
10985]
10986
10987[[package]]
10988name = "quinn-udp"
10989version = "0.5.9"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10992dependencies = [
10993 "cfg_aliases 0.2.1",
10994 "libc",
10995 "once_cell",
10996 "socket2",
10997 "tracing",
10998 "windows-sys 0.59.0",
10999]
11000
11001[[package]]
11002name = "quote"
11003version = "1.0.40"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
11006dependencies = [
11007 "proc-macro2",
11008]
11009
11010[[package]]
11011name = "radium"
11012version = "0.7.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
11015
11016[[package]]
11017name = "rand"
11018version = "0.7.3"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
11021dependencies = [
11022 "getrandom 0.1.16",
11023 "libc",
11024 "rand_chacha 0.2.2",
11025 "rand_core 0.5.1",
11026 "rand_hc",
11027]
11028
11029[[package]]
11030name = "rand"
11031version = "0.8.5"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
11034dependencies = [
11035 "libc",
11036 "rand_chacha 0.3.1",
11037 "rand_core 0.6.4",
11038]
11039
11040[[package]]
11041name = "rand"
11042version = "0.9.0"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
11045dependencies = [
11046 "rand_chacha 0.9.0",
11047 "rand_core 0.9.0",
11048 "zerocopy 0.8.18",
11049]
11050
11051[[package]]
11052name = "rand_chacha"
11053version = "0.2.2"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11056dependencies = [
11057 "ppv-lite86",
11058 "rand_core 0.5.1",
11059]
11060
11061[[package]]
11062name = "rand_chacha"
11063version = "0.3.1"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11066dependencies = [
11067 "ppv-lite86",
11068 "rand_core 0.6.4",
11069]
11070
11071[[package]]
11072name = "rand_chacha"
11073version = "0.9.0"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11076dependencies = [
11077 "ppv-lite86",
11078 "rand_core 0.9.0",
11079]
11080
11081[[package]]
11082name = "rand_core"
11083version = "0.5.1"
11084source = "registry+https://github.com/rust-lang/crates.io-index"
11085checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11086dependencies = [
11087 "getrandom 0.1.16",
11088]
11089
11090[[package]]
11091name = "rand_core"
11092version = "0.6.4"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11095dependencies = [
11096 "getrandom 0.2.15",
11097]
11098
11099[[package]]
11100name = "rand_core"
11101version = "0.9.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11104dependencies = [
11105 "getrandom 0.3.1",
11106 "zerocopy 0.8.18",
11107]
11108
11109[[package]]
11110name = "rand_hc"
11111version = "0.2.0"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11114dependencies = [
11115 "rand_core 0.5.1",
11116]
11117
11118[[package]]
11119name = "rangemap"
11120version = "1.5.1"
11121source = "registry+https://github.com/rust-lang/crates.io-index"
11122checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11123
11124[[package]]
11125name = "rav1e"
11126version = "0.7.1"
11127source = "registry+https://github.com/rust-lang/crates.io-index"
11128checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11129dependencies = [
11130 "arbitrary",
11131 "arg_enum_proc_macro",
11132 "arrayvec",
11133 "av1-grain",
11134 "bitstream-io",
11135 "built",
11136 "cfg-if",
11137 "interpolate_name",
11138 "itertools 0.12.1",
11139 "libc",
11140 "libfuzzer-sys",
11141 "log",
11142 "maybe-rayon",
11143 "new_debug_unreachable",
11144 "noop_proc_macro",
11145 "num-derive",
11146 "num-traits",
11147 "once_cell",
11148 "paste",
11149 "profiling",
11150 "rand 0.8.5",
11151 "rand_chacha 0.3.1",
11152 "simd_helpers",
11153 "system-deps",
11154 "thiserror 1.0.69",
11155 "v_frame",
11156 "wasm-bindgen",
11157]
11158
11159[[package]]
11160name = "ravif"
11161version = "0.11.11"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11164dependencies = [
11165 "avif-serialize",
11166 "imgref",
11167 "loop9",
11168 "quick-error",
11169 "rav1e",
11170 "rayon",
11171 "rgb",
11172]
11173
11174[[package]]
11175name = "raw-window-handle"
11176version = "0.6.2"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11179
11180[[package]]
11181name = "raw-window-metal"
11182version = "0.4.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11185dependencies = [
11186 "cocoa 0.25.0",
11187 "core-graphics 0.23.2",
11188 "objc",
11189 "raw-window-handle",
11190]
11191
11192[[package]]
11193name = "rayon"
11194version = "1.10.0"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11197dependencies = [
11198 "either",
11199 "rayon-core",
11200]
11201
11202[[package]]
11203name = "rayon-core"
11204version = "1.12.1"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11207dependencies = [
11208 "crossbeam-deque",
11209 "crossbeam-utils",
11210]
11211
11212[[package]]
11213name = "read-fonts"
11214version = "0.22.5"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "4a04b892cb6f91951f144c33321843790c8574c825aafdb16d815fd7183b5229"
11217dependencies = [
11218 "bytemuck",
11219 "font-types",
11220]
11221
11222[[package]]
11223name = "recent_projects"
11224version = "0.1.0"
11225dependencies = [
11226 "anyhow",
11227 "auto_update",
11228 "dap",
11229 "editor",
11230 "extension_host",
11231 "file_finder",
11232 "futures 0.3.31",
11233 "fuzzy",
11234 "gpui",
11235 "language",
11236 "log",
11237 "markdown",
11238 "menu",
11239 "ordered-float 2.10.1",
11240 "paths",
11241 "picker",
11242 "project",
11243 "release_channel",
11244 "remote",
11245 "schemars",
11246 "serde",
11247 "serde_json",
11248 "settings",
11249 "smol",
11250 "task",
11251 "telemetry",
11252 "theme",
11253 "ui",
11254 "util",
11255 "workspace",
11256 "zed_actions",
11257]
11258
11259[[package]]
11260name = "redox_syscall"
11261version = "0.2.16"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11264dependencies = [
11265 "bitflags 1.3.2",
11266]
11267
11268[[package]]
11269name = "redox_syscall"
11270version = "0.5.8"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11273dependencies = [
11274 "bitflags 2.8.0",
11275]
11276
11277[[package]]
11278name = "redox_users"
11279version = "0.4.6"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11282dependencies = [
11283 "getrandom 0.2.15",
11284 "libredox",
11285 "thiserror 1.0.69",
11286]
11287
11288[[package]]
11289name = "refineable"
11290version = "0.1.0"
11291dependencies = [
11292 "derive_refineable",
11293]
11294
11295[[package]]
11296name = "regalloc2"
11297version = "0.11.1"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11300dependencies = [
11301 "allocator-api2",
11302 "bumpalo",
11303 "hashbrown 0.15.2",
11304 "log",
11305 "rustc-hash 2.1.1",
11306 "smallvec",
11307]
11308
11309[[package]]
11310name = "regex"
11311version = "1.11.1"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11314dependencies = [
11315 "aho-corasick",
11316 "memchr",
11317 "regex-automata 0.4.9",
11318 "regex-syntax 0.8.5",
11319]
11320
11321[[package]]
11322name = "regex-automata"
11323version = "0.1.10"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11326dependencies = [
11327 "regex-syntax 0.6.29",
11328]
11329
11330[[package]]
11331name = "regex-automata"
11332version = "0.4.9"
11333source = "registry+https://github.com/rust-lang/crates.io-index"
11334checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11335dependencies = [
11336 "aho-corasick",
11337 "memchr",
11338 "regex-syntax 0.8.5",
11339]
11340
11341[[package]]
11342name = "regex-lite"
11343version = "0.1.6"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11346
11347[[package]]
11348name = "regex-syntax"
11349version = "0.6.29"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11352
11353[[package]]
11354name = "regex-syntax"
11355version = "0.8.5"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11358
11359[[package]]
11360name = "release_channel"
11361version = "0.1.0"
11362dependencies = [
11363 "gpui",
11364]
11365
11366[[package]]
11367name = "remote"
11368version = "0.1.0"
11369dependencies = [
11370 "anyhow",
11371 "askpass",
11372 "async-trait",
11373 "collections",
11374 "fs",
11375 "futures 0.3.31",
11376 "gpui",
11377 "itertools 0.14.0",
11378 "log",
11379 "parking_lot",
11380 "paths",
11381 "prost 0.9.0",
11382 "release_channel",
11383 "rpc",
11384 "schemars",
11385 "serde",
11386 "serde_json",
11387 "shlex",
11388 "smol",
11389 "tempfile",
11390 "thiserror 1.0.69",
11391 "urlencoding",
11392 "util",
11393]
11394
11395[[package]]
11396name = "remote_server"
11397version = "0.1.0"
11398dependencies = [
11399 "anyhow",
11400 "async-watch",
11401 "backtrace",
11402 "cargo_toml",
11403 "chrono",
11404 "clap",
11405 "client",
11406 "clock",
11407 "env_logger 0.11.7",
11408 "extension",
11409 "extension_host",
11410 "fork",
11411 "fs",
11412 "futures 0.3.31",
11413 "git",
11414 "git_hosting_providers",
11415 "gpui",
11416 "gpui_tokio",
11417 "http_client",
11418 "language",
11419 "language_extension",
11420 "languages",
11421 "libc",
11422 "log",
11423 "lsp",
11424 "node_runtime",
11425 "paths",
11426 "project",
11427 "proto",
11428 "release_channel",
11429 "remote",
11430 "reqwest_client",
11431 "rpc",
11432 "rust-embed",
11433 "serde",
11434 "serde_json",
11435 "settings",
11436 "shellexpand 2.1.2",
11437 "smol",
11438 "sysinfo",
11439 "telemetry_events",
11440 "toml 0.8.20",
11441 "unindent",
11442 "util",
11443 "worktree",
11444]
11445
11446[[package]]
11447name = "rend"
11448version = "0.4.2"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11451dependencies = [
11452 "bytecheck",
11453]
11454
11455[[package]]
11456name = "repl"
11457version = "0.1.0"
11458dependencies = [
11459 "alacritty_terminal",
11460 "anyhow",
11461 "async-dispatcher",
11462 "async-tungstenite",
11463 "base64 0.22.1",
11464 "client",
11465 "collections",
11466 "command_palette_hooks",
11467 "editor",
11468 "env_logger 0.11.7",
11469 "feature_flags",
11470 "file_icons",
11471 "futures 0.3.31",
11472 "gpui",
11473 "http_client",
11474 "image",
11475 "indoc",
11476 "jupyter-protocol",
11477 "jupyter-websocket-client",
11478 "language",
11479 "languages",
11480 "log",
11481 "markdown_preview",
11482 "menu",
11483 "multi_buffer",
11484 "nbformat",
11485 "picker",
11486 "project",
11487 "runtimelib",
11488 "schemars",
11489 "serde",
11490 "serde_json",
11491 "settings",
11492 "smol",
11493 "telemetry",
11494 "terminal",
11495 "terminal_view",
11496 "theme",
11497 "tree-sitter-md",
11498 "tree-sitter-python",
11499 "tree-sitter-typescript",
11500 "ui",
11501 "util",
11502 "uuid",
11503 "workspace",
11504]
11505
11506[[package]]
11507name = "reqwest"
11508version = "0.11.27"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11511dependencies = [
11512 "base64 0.21.7",
11513 "bytes 1.10.1",
11514 "encoding_rs",
11515 "futures-core",
11516 "futures-util",
11517 "h2 0.3.26",
11518 "http 0.2.12",
11519 "http-body 0.4.6",
11520 "hyper 0.14.32",
11521 "hyper-rustls 0.24.2",
11522 "hyper-tls",
11523 "ipnet",
11524 "js-sys",
11525 "log",
11526 "mime",
11527 "native-tls",
11528 "once_cell",
11529 "percent-encoding",
11530 "pin-project-lite",
11531 "rustls 0.21.12",
11532 "rustls-native-certs 0.6.3",
11533 "rustls-pemfile 1.0.4",
11534 "serde",
11535 "serde_json",
11536 "serde_urlencoded",
11537 "sync_wrapper 0.1.2",
11538 "system-configuration 0.5.1",
11539 "tokio",
11540 "tokio-native-tls",
11541 "tokio-rustls 0.24.1",
11542 "tower-service",
11543 "url",
11544 "wasm-bindgen",
11545 "wasm-bindgen-futures",
11546 "web-sys",
11547 "winreg 0.50.0",
11548]
11549
11550[[package]]
11551name = "reqwest"
11552version = "0.12.8"
11553source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11554dependencies = [
11555 "base64 0.22.1",
11556 "bytes 1.10.1",
11557 "encoding_rs",
11558 "futures-core",
11559 "futures-util",
11560 "h2 0.4.7",
11561 "http 1.2.0",
11562 "http-body 1.0.1",
11563 "http-body-util",
11564 "hyper 1.5.1",
11565 "hyper-rustls 0.27.3",
11566 "hyper-util",
11567 "ipnet",
11568 "js-sys",
11569 "log",
11570 "mime",
11571 "once_cell",
11572 "percent-encoding",
11573 "pin-project-lite",
11574 "quinn",
11575 "rustls 0.23.23",
11576 "rustls-native-certs 0.8.1",
11577 "rustls-pemfile 2.2.0",
11578 "rustls-pki-types",
11579 "serde",
11580 "serde_json",
11581 "serde_urlencoded",
11582 "sync_wrapper 1.0.2",
11583 "system-configuration 0.6.1",
11584 "tokio",
11585 "tokio-rustls 0.26.1",
11586 "tokio-socks",
11587 "tokio-util",
11588 "tower-service",
11589 "url",
11590 "wasm-bindgen",
11591 "wasm-bindgen-futures",
11592 "wasm-streams",
11593 "web-sys",
11594 "windows-registry",
11595]
11596
11597[[package]]
11598name = "reqwest_client"
11599version = "0.1.0"
11600dependencies = [
11601 "anyhow",
11602 "bytes 1.10.1",
11603 "futures 0.3.31",
11604 "gpui",
11605 "http_client",
11606 "http_client_tls",
11607 "log",
11608 "regex",
11609 "reqwest 0.12.8",
11610 "serde",
11611 "smol",
11612 "tokio",
11613]
11614
11615[[package]]
11616name = "resvg"
11617version = "0.45.0"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11620dependencies = [
11621 "log",
11622 "pico-args",
11623 "rgb",
11624 "svgtypes",
11625 "tiny-skia",
11626 "usvg",
11627]
11628
11629[[package]]
11630name = "rfc6979"
11631version = "0.3.1"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11634dependencies = [
11635 "crypto-bigint 0.4.9",
11636 "hmac",
11637 "zeroize",
11638]
11639
11640[[package]]
11641name = "rgb"
11642version = "0.8.50"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11645dependencies = [
11646 "bytemuck",
11647]
11648
11649[[package]]
11650name = "rich_text"
11651version = "0.1.0"
11652dependencies = [
11653 "futures 0.3.31",
11654 "gpui",
11655 "language",
11656 "linkify",
11657 "pulldown-cmark 0.12.2",
11658 "theme",
11659 "ui",
11660 "util",
11661]
11662
11663[[package]]
11664name = "ring"
11665version = "0.17.8"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11668dependencies = [
11669 "cc",
11670 "cfg-if",
11671 "getrandom 0.2.15",
11672 "libc",
11673 "spin",
11674 "untrusted",
11675 "windows-sys 0.52.0",
11676]
11677
11678[[package]]
11679name = "rkyv"
11680version = "0.7.45"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11683dependencies = [
11684 "bitvec",
11685 "bytecheck",
11686 "bytes 1.10.1",
11687 "hashbrown 0.12.3",
11688 "ptr_meta",
11689 "rend",
11690 "rkyv_derive",
11691 "seahash",
11692 "tinyvec",
11693 "uuid",
11694]
11695
11696[[package]]
11697name = "rkyv_derive"
11698version = "0.7.45"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11701dependencies = [
11702 "proc-macro2",
11703 "quote",
11704 "syn 1.0.109",
11705]
11706
11707[[package]]
11708name = "rmp"
11709version = "0.8.14"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11712dependencies = [
11713 "byteorder",
11714 "num-traits",
11715 "paste",
11716]
11717
11718[[package]]
11719name = "rmpv"
11720version = "1.3.0"
11721source = "registry+https://github.com/rust-lang/crates.io-index"
11722checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11723dependencies = [
11724 "num-traits",
11725 "rmp",
11726]
11727
11728[[package]]
11729name = "rodio"
11730version = "0.20.1"
11731source = "registry+https://github.com/rust-lang/crates.io-index"
11732checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11733dependencies = [
11734 "cpal",
11735 "hound",
11736]
11737
11738[[package]]
11739name = "rope"
11740version = "0.1.0"
11741dependencies = [
11742 "arrayvec",
11743 "criterion",
11744 "ctor",
11745 "env_logger 0.11.7",
11746 "gpui",
11747 "log",
11748 "rand 0.8.5",
11749 "rayon",
11750 "smallvec",
11751 "sum_tree",
11752 "unicode-segmentation",
11753 "util",
11754]
11755
11756[[package]]
11757name = "roxmltree"
11758version = "0.20.0"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11761
11762[[package]]
11763name = "rpc"
11764version = "0.1.0"
11765dependencies = [
11766 "anyhow",
11767 "async-tungstenite",
11768 "base64 0.22.1",
11769 "chrono",
11770 "collections",
11771 "env_logger 0.11.7",
11772 "futures 0.3.31",
11773 "gpui",
11774 "parking_lot",
11775 "proto",
11776 "rand 0.8.5",
11777 "rsa",
11778 "serde",
11779 "serde_json",
11780 "sha2",
11781 "strum",
11782 "tracing",
11783 "util",
11784 "zstd",
11785]
11786
11787[[package]]
11788name = "rsa"
11789version = "0.9.8"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11792dependencies = [
11793 "const-oid",
11794 "digest",
11795 "num-bigint-dig",
11796 "num-integer",
11797 "num-traits",
11798 "pkcs1",
11799 "pkcs8 0.10.2",
11800 "rand_core 0.6.4",
11801 "signature 2.2.0",
11802 "spki 0.7.3",
11803 "subtle",
11804 "zeroize",
11805]
11806
11807[[package]]
11808name = "runtimelib"
11809version = "0.25.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11812dependencies = [
11813 "anyhow",
11814 "async-dispatcher",
11815 "async-std",
11816 "base64 0.22.1",
11817 "bytes 1.10.1",
11818 "chrono",
11819 "data-encoding",
11820 "dirs 5.0.1",
11821 "futures 0.3.31",
11822 "glob",
11823 "jupyter-protocol",
11824 "ring",
11825 "serde",
11826 "serde_json",
11827 "shellexpand 3.1.0",
11828 "smol",
11829 "uuid",
11830 "zeromq",
11831]
11832
11833[[package]]
11834name = "rust-embed"
11835version = "8.5.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11838dependencies = [
11839 "rust-embed-impl",
11840 "rust-embed-utils",
11841 "walkdir",
11842]
11843
11844[[package]]
11845name = "rust-embed-impl"
11846version = "8.5.0"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11849dependencies = [
11850 "proc-macro2",
11851 "quote",
11852 "rust-embed-utils",
11853 "syn 2.0.100",
11854 "walkdir",
11855]
11856
11857[[package]]
11858name = "rust-embed-utils"
11859version = "8.5.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11862dependencies = [
11863 "globset",
11864 "sha2",
11865 "walkdir",
11866]
11867
11868[[package]]
11869name = "rust_decimal"
11870version = "1.36.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11873dependencies = [
11874 "arrayvec",
11875 "borsh",
11876 "bytes 1.10.1",
11877 "num-traits",
11878 "rand 0.8.5",
11879 "rkyv",
11880 "serde",
11881 "serde_json",
11882]
11883
11884[[package]]
11885name = "rustc-demangle"
11886version = "0.1.24"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11889
11890[[package]]
11891name = "rustc-hash"
11892version = "1.1.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11895
11896[[package]]
11897name = "rustc-hash"
11898version = "2.1.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11901
11902[[package]]
11903name = "rustc_version"
11904version = "0.4.1"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11907dependencies = [
11908 "semver",
11909]
11910
11911[[package]]
11912name = "rustix"
11913version = "0.38.42"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11916dependencies = [
11917 "bitflags 2.8.0",
11918 "errno 0.3.10",
11919 "itoa",
11920 "libc",
11921 "linux-raw-sys",
11922 "once_cell",
11923 "windows-sys 0.59.0",
11924]
11925
11926[[package]]
11927name = "rustix-openpty"
11928version = "0.1.1"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11931dependencies = [
11932 "errno 0.3.10",
11933 "libc",
11934 "rustix",
11935]
11936
11937[[package]]
11938name = "rustls"
11939version = "0.21.12"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11942dependencies = [
11943 "log",
11944 "ring",
11945 "rustls-webpki 0.101.7",
11946 "sct",
11947]
11948
11949[[package]]
11950name = "rustls"
11951version = "0.23.23"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
11954dependencies = [
11955 "aws-lc-rs",
11956 "log",
11957 "once_cell",
11958 "ring",
11959 "rustls-pki-types",
11960 "rustls-webpki 0.102.8",
11961 "subtle",
11962 "zeroize",
11963]
11964
11965[[package]]
11966name = "rustls-native-certs"
11967version = "0.6.3"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11970dependencies = [
11971 "openssl-probe",
11972 "rustls-pemfile 1.0.4",
11973 "schannel",
11974 "security-framework 2.11.1",
11975]
11976
11977[[package]]
11978name = "rustls-native-certs"
11979version = "0.8.1"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11982dependencies = [
11983 "openssl-probe",
11984 "rustls-pki-types",
11985 "schannel",
11986 "security-framework 3.0.1",
11987]
11988
11989[[package]]
11990name = "rustls-pemfile"
11991version = "1.0.4"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11994dependencies = [
11995 "base64 0.21.7",
11996]
11997
11998[[package]]
11999name = "rustls-pemfile"
12000version = "2.2.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
12003dependencies = [
12004 "rustls-pki-types",
12005]
12006
12007[[package]]
12008name = "rustls-pki-types"
12009version = "1.10.0"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
12012dependencies = [
12013 "web-time",
12014]
12015
12016[[package]]
12017name = "rustls-platform-verifier"
12018version = "0.5.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "e012c45844a1790332c9386ed4ca3a06def221092eda277e6f079728f8ea99da"
12021dependencies = [
12022 "core-foundation 0.10.0",
12023 "core-foundation-sys",
12024 "jni",
12025 "log",
12026 "once_cell",
12027 "rustls 0.23.23",
12028 "rustls-native-certs 0.8.1",
12029 "rustls-platform-verifier-android",
12030 "rustls-webpki 0.102.8",
12031 "security-framework 3.0.1",
12032 "security-framework-sys",
12033 "webpki-root-certs",
12034 "windows-sys 0.52.0",
12035]
12036
12037[[package]]
12038name = "rustls-platform-verifier-android"
12039version = "0.1.1"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
12042
12043[[package]]
12044name = "rustls-webpki"
12045version = "0.101.7"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12048dependencies = [
12049 "ring",
12050 "untrusted",
12051]
12052
12053[[package]]
12054name = "rustls-webpki"
12055version = "0.102.8"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
12058dependencies = [
12059 "aws-lc-rs",
12060 "ring",
12061 "rustls-pki-types",
12062 "untrusted",
12063]
12064
12065[[package]]
12066name = "rustversion"
12067version = "1.0.18"
12068source = "registry+https://github.com/rust-lang/crates.io-index"
12069checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12070
12071[[package]]
12072name = "rustybuzz"
12073version = "0.14.1"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12076dependencies = [
12077 "bitflags 2.8.0",
12078 "bytemuck",
12079 "libm",
12080 "smallvec",
12081 "ttf-parser 0.21.1",
12082 "unicode-bidi-mirroring 0.2.0",
12083 "unicode-ccc 0.2.0",
12084 "unicode-properties",
12085 "unicode-script",
12086]
12087
12088[[package]]
12089name = "rustybuzz"
12090version = "0.20.1"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12093dependencies = [
12094 "bitflags 2.8.0",
12095 "bytemuck",
12096 "core_maths",
12097 "log",
12098 "smallvec",
12099 "ttf-parser 0.25.1",
12100 "unicode-bidi-mirroring 0.4.0",
12101 "unicode-ccc 0.4.0",
12102 "unicode-properties",
12103 "unicode-script",
12104]
12105
12106[[package]]
12107name = "ryu"
12108version = "1.0.18"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12111
12112[[package]]
12113name = "salsa20"
12114version = "0.10.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12117dependencies = [
12118 "cipher",
12119]
12120
12121[[package]]
12122name = "same-file"
12123version = "1.0.6"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12126dependencies = [
12127 "winapi-util",
12128]
12129
12130[[package]]
12131name = "schannel"
12132version = "0.1.27"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12135dependencies = [
12136 "windows-sys 0.59.0",
12137]
12138
12139[[package]]
12140name = "schema_generator"
12141version = "0.1.0"
12142dependencies = [
12143 "anyhow",
12144 "clap",
12145 "env_logger 0.11.7",
12146 "schemars",
12147 "serde",
12148 "serde_json",
12149 "theme",
12150]
12151
12152[[package]]
12153name = "schemars"
12154version = "0.8.22"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12157dependencies = [
12158 "dyn-clone",
12159 "indexmap",
12160 "schemars_derive",
12161 "serde",
12162 "serde_json",
12163]
12164
12165[[package]]
12166name = "schemars_derive"
12167version = "0.8.22"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12170dependencies = [
12171 "proc-macro2",
12172 "quote",
12173 "serde_derive_internals",
12174 "syn 2.0.100",
12175]
12176
12177[[package]]
12178name = "scoped-tls"
12179version = "1.0.1"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12182
12183[[package]]
12184name = "scopeguard"
12185version = "1.2.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12188
12189[[package]]
12190name = "scratch"
12191version = "1.0.7"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12194
12195[[package]]
12196name = "scripting_tool"
12197version = "0.1.0"
12198dependencies = [
12199 "anyhow",
12200 "buffer_diff",
12201 "clock",
12202 "collections",
12203 "futures 0.3.31",
12204 "gpui",
12205 "language",
12206 "log",
12207 "mlua",
12208 "parking_lot",
12209 "project",
12210 "rand 0.8.5",
12211 "regex",
12212 "schemars",
12213 "serde",
12214 "serde_json",
12215 "settings",
12216 "util",
12217]
12218
12219[[package]]
12220name = "scrypt"
12221version = "0.11.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12224dependencies = [
12225 "password-hash 0.5.0",
12226 "pbkdf2 0.12.2",
12227 "salsa20",
12228 "sha2",
12229]
12230
12231[[package]]
12232name = "sct"
12233version = "0.7.1"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12236dependencies = [
12237 "ring",
12238 "untrusted",
12239]
12240
12241[[package]]
12242name = "sea-bae"
12243version = "0.2.1"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12246dependencies = [
12247 "heck 0.4.1",
12248 "proc-macro-error2",
12249 "proc-macro2",
12250 "quote",
12251 "syn 2.0.100",
12252]
12253
12254[[package]]
12255name = "sea-orm"
12256version = "1.1.5"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "00733e5418e8ae3758cdb988c3654174e716230cc53ee2cb884207cf86a23029"
12259dependencies = [
12260 "async-stream",
12261 "async-trait",
12262 "bigdecimal",
12263 "chrono",
12264 "futures 0.3.31",
12265 "log",
12266 "ouroboros",
12267 "rust_decimal",
12268 "sea-orm-macros",
12269 "sea-query",
12270 "sea-query-binder",
12271 "serde",
12272 "serde_json",
12273 "sqlx",
12274 "strum",
12275 "thiserror 1.0.69",
12276 "time",
12277 "tracing",
12278 "url",
12279 "uuid",
12280]
12281
12282[[package]]
12283name = "sea-orm-macros"
12284version = "1.1.5"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "a98408f82fb4875d41ef469a79944a7da29767c7b3e4028e22188a3dd613b10f"
12287dependencies = [
12288 "heck 0.4.1",
12289 "proc-macro2",
12290 "quote",
12291 "sea-bae",
12292 "syn 2.0.100",
12293 "unicode-ident",
12294]
12295
12296[[package]]
12297name = "sea-query"
12298version = "0.32.1"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12301dependencies = [
12302 "bigdecimal",
12303 "chrono",
12304 "inherent",
12305 "ordered-float 3.9.2",
12306 "rust_decimal",
12307 "serde_json",
12308 "time",
12309 "uuid",
12310]
12311
12312[[package]]
12313name = "sea-query-binder"
12314version = "0.7.0"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12317dependencies = [
12318 "bigdecimal",
12319 "chrono",
12320 "rust_decimal",
12321 "sea-query",
12322 "serde_json",
12323 "sqlx",
12324 "time",
12325 "uuid",
12326]
12327
12328[[package]]
12329name = "seahash"
12330version = "4.1.0"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12333
12334[[package]]
12335name = "search"
12336version = "0.1.0"
12337dependencies = [
12338 "any_vec",
12339 "anyhow",
12340 "bitflags 2.8.0",
12341 "client",
12342 "collections",
12343 "editor",
12344 "futures 0.3.31",
12345 "gpui",
12346 "language",
12347 "menu",
12348 "project",
12349 "schemars",
12350 "serde",
12351 "serde_json",
12352 "settings",
12353 "smol",
12354 "theme",
12355 "ui",
12356 "unindent",
12357 "util",
12358 "workspace",
12359 "zed_actions",
12360]
12361
12362[[package]]
12363name = "sec1"
12364version = "0.3.0"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12367dependencies = [
12368 "base16ct",
12369 "der 0.6.1",
12370 "generic-array",
12371 "pkcs8 0.9.0",
12372 "subtle",
12373 "zeroize",
12374]
12375
12376[[package]]
12377name = "security-framework"
12378version = "2.11.1"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12381dependencies = [
12382 "bitflags 2.8.0",
12383 "core-foundation 0.9.4",
12384 "core-foundation-sys",
12385 "libc",
12386 "security-framework-sys",
12387]
12388
12389[[package]]
12390name = "security-framework"
12391version = "3.0.1"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12394dependencies = [
12395 "bitflags 2.8.0",
12396 "core-foundation 0.10.0",
12397 "core-foundation-sys",
12398 "libc",
12399 "security-framework-sys",
12400]
12401
12402[[package]]
12403name = "security-framework-sys"
12404version = "2.12.1"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12407dependencies = [
12408 "core-foundation-sys",
12409 "libc",
12410]
12411
12412[[package]]
12413name = "self_cell"
12414version = "1.1.0"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12417
12418[[package]]
12419name = "semantic_index"
12420version = "0.1.0"
12421dependencies = [
12422 "anyhow",
12423 "arrayvec",
12424 "blake3",
12425 "client",
12426 "clock",
12427 "collections",
12428 "env_logger 0.11.7",
12429 "feature_flags",
12430 "fs",
12431 "futures 0.3.31",
12432 "futures-batch",
12433 "gpui",
12434 "heed",
12435 "http_client",
12436 "language",
12437 "language_model",
12438 "languages",
12439 "log",
12440 "open_ai",
12441 "parking_lot",
12442 "project",
12443 "reqwest_client",
12444 "serde",
12445 "serde_json",
12446 "settings",
12447 "sha2",
12448 "smol",
12449 "streaming-iterator",
12450 "tempfile",
12451 "theme",
12452 "tree-sitter",
12453 "ui",
12454 "unindent",
12455 "util",
12456 "workspace",
12457 "worktree",
12458]
12459
12460[[package]]
12461name = "semantic_version"
12462version = "0.1.0"
12463dependencies = [
12464 "anyhow",
12465 "serde",
12466]
12467
12468[[package]]
12469name = "semver"
12470version = "1.0.25"
12471source = "registry+https://github.com/rust-lang/crates.io-index"
12472checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
12473dependencies = [
12474 "serde",
12475]
12476
12477[[package]]
12478name = "serde"
12479version = "1.0.218"
12480source = "registry+https://github.com/rust-lang/crates.io-index"
12481checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12482dependencies = [
12483 "serde_derive",
12484]
12485
12486[[package]]
12487name = "serde_derive"
12488version = "1.0.218"
12489source = "registry+https://github.com/rust-lang/crates.io-index"
12490checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12491dependencies = [
12492 "proc-macro2",
12493 "quote",
12494 "syn 2.0.100",
12495]
12496
12497[[package]]
12498name = "serde_derive_internals"
12499version = "0.29.1"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12502dependencies = [
12503 "proc-macro2",
12504 "quote",
12505 "syn 2.0.100",
12506]
12507
12508[[package]]
12509name = "serde_fmt"
12510version = "1.0.3"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12513dependencies = [
12514 "serde",
12515]
12516
12517[[package]]
12518name = "serde_json"
12519version = "1.0.139"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6"
12522dependencies = [
12523 "indexmap",
12524 "itoa",
12525 "memchr",
12526 "ryu",
12527 "serde",
12528]
12529
12530[[package]]
12531name = "serde_json_lenient"
12532version = "0.2.4"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12535dependencies = [
12536 "indexmap",
12537 "itoa",
12538 "memchr",
12539 "ryu",
12540 "serde",
12541]
12542
12543[[package]]
12544name = "serde_path_to_error"
12545version = "0.1.16"
12546source = "registry+https://github.com/rust-lang/crates.io-index"
12547checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12548dependencies = [
12549 "itoa",
12550 "serde",
12551]
12552
12553[[package]]
12554name = "serde_qs"
12555version = "0.8.5"
12556source = "registry+https://github.com/rust-lang/crates.io-index"
12557checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12558dependencies = [
12559 "percent-encoding",
12560 "serde",
12561 "thiserror 1.0.69",
12562]
12563
12564[[package]]
12565name = "serde_qs"
12566version = "0.10.1"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12569dependencies = [
12570 "percent-encoding",
12571 "serde",
12572 "thiserror 1.0.69",
12573]
12574
12575[[package]]
12576name = "serde_repr"
12577version = "0.1.19"
12578source = "registry+https://github.com/rust-lang/crates.io-index"
12579checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
12580dependencies = [
12581 "proc-macro2",
12582 "quote",
12583 "syn 2.0.100",
12584]
12585
12586[[package]]
12587name = "serde_spanned"
12588version = "0.6.8"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12591dependencies = [
12592 "serde",
12593]
12594
12595[[package]]
12596name = "serde_urlencoded"
12597version = "0.7.1"
12598source = "registry+https://github.com/rust-lang/crates.io-index"
12599checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12600dependencies = [
12601 "form_urlencoded",
12602 "itoa",
12603 "ryu",
12604 "serde",
12605]
12606
12607[[package]]
12608name = "session"
12609version = "0.1.0"
12610dependencies = [
12611 "db",
12612 "gpui",
12613 "serde_json",
12614 "util",
12615 "uuid",
12616]
12617
12618[[package]]
12619name = "settings"
12620version = "0.1.0"
12621dependencies = [
12622 "anyhow",
12623 "collections",
12624 "ec4rs",
12625 "fs",
12626 "futures 0.3.31",
12627 "gpui",
12628 "indoc",
12629 "inventory",
12630 "log",
12631 "paths",
12632 "pretty_assertions",
12633 "release_channel",
12634 "rust-embed",
12635 "schemars",
12636 "serde",
12637 "serde_derive",
12638 "serde_json",
12639 "serde_json_lenient",
12640 "smallvec",
12641 "streaming-iterator",
12642 "tree-sitter",
12643 "tree-sitter-json",
12644 "unindent",
12645 "util",
12646]
12647
12648[[package]]
12649name = "settings_ui"
12650version = "0.1.0"
12651dependencies = [
12652 "command_palette_hooks",
12653 "editor",
12654 "feature_flags",
12655 "gpui",
12656 "settings",
12657 "theme",
12658 "ui",
12659 "workspace",
12660]
12661
12662[[package]]
12663name = "sha1"
12664version = "0.10.6"
12665source = "registry+https://github.com/rust-lang/crates.io-index"
12666checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12667dependencies = [
12668 "cfg-if",
12669 "cpufeatures",
12670 "digest",
12671]
12672
12673[[package]]
12674name = "sha1_smol"
12675version = "1.0.1"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12678
12679[[package]]
12680name = "sha2"
12681version = "0.10.8"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12684dependencies = [
12685 "cfg-if",
12686 "cpufeatures",
12687 "digest",
12688]
12689
12690[[package]]
12691name = "sharded-slab"
12692version = "0.1.7"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12695dependencies = [
12696 "lazy_static",
12697]
12698
12699[[package]]
12700name = "shell-words"
12701version = "1.1.0"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12704
12705[[package]]
12706name = "shellexpand"
12707version = "2.1.2"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12710dependencies = [
12711 "dirs 4.0.0",
12712]
12713
12714[[package]]
12715name = "shellexpand"
12716version = "3.1.0"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12719dependencies = [
12720 "dirs 5.0.1",
12721]
12722
12723[[package]]
12724name = "shlex"
12725version = "1.3.0"
12726source = "registry+https://github.com/rust-lang/crates.io-index"
12727checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12728
12729[[package]]
12730name = "signal-hook"
12731version = "0.3.17"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12734dependencies = [
12735 "libc",
12736 "signal-hook-registry",
12737]
12738
12739[[package]]
12740name = "signal-hook-registry"
12741version = "1.4.2"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12744dependencies = [
12745 "libc",
12746]
12747
12748[[package]]
12749name = "signature"
12750version = "1.6.4"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12753dependencies = [
12754 "digest",
12755 "rand_core 0.6.4",
12756]
12757
12758[[package]]
12759name = "signature"
12760version = "2.2.0"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12763dependencies = [
12764 "digest",
12765 "rand_core 0.6.4",
12766]
12767
12768[[package]]
12769name = "simd-adler32"
12770version = "0.3.7"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12773
12774[[package]]
12775name = "simd_helpers"
12776version = "0.1.0"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12779dependencies = [
12780 "quote",
12781]
12782
12783[[package]]
12784name = "simdutf8"
12785version = "0.1.5"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12788
12789[[package]]
12790name = "simple_asn1"
12791version = "0.6.2"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12794dependencies = [
12795 "num-bigint",
12796 "num-traits",
12797 "thiserror 1.0.69",
12798 "time",
12799]
12800
12801[[package]]
12802name = "simplecss"
12803version = "0.2.1"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12806dependencies = [
12807 "log",
12808]
12809
12810[[package]]
12811name = "simplelog"
12812version = "0.12.2"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12815dependencies = [
12816 "log",
12817 "termcolor",
12818 "time",
12819]
12820
12821[[package]]
12822name = "siphasher"
12823version = "0.3.11"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12826
12827[[package]]
12828name = "siphasher"
12829version = "1.0.1"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12832
12833[[package]]
12834name = "skrifa"
12835version = "0.22.3"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "8e1c44ad1f6c5bdd4eefed8326711b7dbda9ea45dfd36068c427d332aa382cbe"
12838dependencies = [
12839 "bytemuck",
12840 "read-fonts",
12841]
12842
12843[[package]]
12844name = "slab"
12845version = "0.4.9"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12848dependencies = [
12849 "autocfg",
12850]
12851
12852[[package]]
12853name = "slash_commands_example"
12854version = "0.1.0"
12855dependencies = [
12856 "zed_extension_api 0.1.0",
12857]
12858
12859[[package]]
12860name = "slotmap"
12861version = "1.0.7"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12864dependencies = [
12865 "version_check",
12866]
12867
12868[[package]]
12869name = "smallvec"
12870version = "1.14.0"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12873dependencies = [
12874 "serde",
12875]
12876
12877[[package]]
12878name = "smart-default"
12879version = "0.6.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12882dependencies = [
12883 "proc-macro2",
12884 "quote",
12885 "syn 1.0.109",
12886]
12887
12888[[package]]
12889name = "smol"
12890version = "2.0.2"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12893dependencies = [
12894 "async-channel 2.3.1",
12895 "async-executor",
12896 "async-fs",
12897 "async-io",
12898 "async-lock",
12899 "async-net",
12900 "async-process",
12901 "blocking",
12902 "futures-lite 2.6.0",
12903]
12904
12905[[package]]
12906name = "smol_str"
12907version = "0.1.24"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12910dependencies = [
12911 "serde",
12912]
12913
12914[[package]]
12915name = "snippet"
12916version = "0.1.0"
12917dependencies = [
12918 "anyhow",
12919 "smallvec",
12920]
12921
12922[[package]]
12923name = "snippet_provider"
12924version = "0.1.0"
12925dependencies = [
12926 "anyhow",
12927 "collections",
12928 "extension",
12929 "fs",
12930 "futures 0.3.31",
12931 "gpui",
12932 "parking_lot",
12933 "paths",
12934 "schemars",
12935 "serde",
12936 "serde_json_lenient",
12937 "snippet",
12938 "util",
12939]
12940
12941[[package]]
12942name = "snippets_ui"
12943version = "0.1.0"
12944dependencies = [
12945 "fuzzy",
12946 "gpui",
12947 "language",
12948 "paths",
12949 "picker",
12950 "ui",
12951 "util",
12952 "workspace",
12953]
12954
12955[[package]]
12956name = "socket2"
12957version = "0.5.8"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12960dependencies = [
12961 "libc",
12962 "windows-sys 0.52.0",
12963]
12964
12965[[package]]
12966name = "spdx"
12967version = "0.10.7"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12970dependencies = [
12971 "smallvec",
12972]
12973
12974[[package]]
12975name = "spin"
12976version = "0.9.8"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12979dependencies = [
12980 "lock_api",
12981]
12982
12983[[package]]
12984name = "spirv"
12985version = "0.3.0+sdk-1.3.268.0"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12988dependencies = [
12989 "bitflags 2.8.0",
12990]
12991
12992[[package]]
12993name = "spki"
12994version = "0.6.0"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12997dependencies = [
12998 "base64ct",
12999 "der 0.6.1",
13000]
13001
13002[[package]]
13003name = "spki"
13004version = "0.7.3"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
13007dependencies = [
13008 "base64ct",
13009 "der 0.7.9",
13010]
13011
13012[[package]]
13013name = "sptr"
13014version = "0.3.2"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
13017
13018[[package]]
13019name = "sqlez"
13020version = "0.1.0"
13021dependencies = [
13022 "anyhow",
13023 "collections",
13024 "futures 0.3.31",
13025 "indoc",
13026 "libsqlite3-sys",
13027 "parking_lot",
13028 "smol",
13029 "sqlformat",
13030 "thread_local",
13031 "util",
13032 "uuid",
13033]
13034
13035[[package]]
13036name = "sqlez_macros"
13037version = "0.1.0"
13038dependencies = [
13039 "sqlez",
13040 "sqlformat",
13041 "syn 1.0.109",
13042]
13043
13044[[package]]
13045name = "sqlformat"
13046version = "0.2.6"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
13049dependencies = [
13050 "nom",
13051 "unicode_categories",
13052]
13053
13054[[package]]
13055name = "sqlx"
13056version = "0.8.3"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
13059dependencies = [
13060 "sqlx-core",
13061 "sqlx-macros",
13062 "sqlx-mysql",
13063 "sqlx-postgres",
13064 "sqlx-sqlite",
13065]
13066
13067[[package]]
13068name = "sqlx-core"
13069version = "0.8.3"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13072dependencies = [
13073 "bigdecimal",
13074 "bytes 1.10.1",
13075 "chrono",
13076 "crc",
13077 "crossbeam-queue",
13078 "either",
13079 "event-listener 5.3.1",
13080 "futures-core",
13081 "futures-intrusive",
13082 "futures-io",
13083 "futures-util",
13084 "hashbrown 0.15.2",
13085 "hashlink 0.10.0",
13086 "indexmap",
13087 "log",
13088 "memchr",
13089 "once_cell",
13090 "percent-encoding",
13091 "rust_decimal",
13092 "rustls 0.23.23",
13093 "rustls-pemfile 2.2.0",
13094 "serde",
13095 "serde_json",
13096 "sha2",
13097 "smallvec",
13098 "thiserror 2.0.6",
13099 "time",
13100 "tokio",
13101 "tokio-stream",
13102 "tracing",
13103 "url",
13104 "uuid",
13105 "webpki-roots",
13106]
13107
13108[[package]]
13109name = "sqlx-macros"
13110version = "0.8.3"
13111source = "registry+https://github.com/rust-lang/crates.io-index"
13112checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13113dependencies = [
13114 "proc-macro2",
13115 "quote",
13116 "sqlx-core",
13117 "sqlx-macros-core",
13118 "syn 2.0.100",
13119]
13120
13121[[package]]
13122name = "sqlx-macros-core"
13123version = "0.8.3"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13126dependencies = [
13127 "dotenvy",
13128 "either",
13129 "heck 0.5.0",
13130 "hex",
13131 "once_cell",
13132 "proc-macro2",
13133 "quote",
13134 "serde",
13135 "serde_json",
13136 "sha2",
13137 "sqlx-core",
13138 "sqlx-mysql",
13139 "sqlx-postgres",
13140 "sqlx-sqlite",
13141 "syn 2.0.100",
13142 "tempfile",
13143 "tokio",
13144 "url",
13145]
13146
13147[[package]]
13148name = "sqlx-mysql"
13149version = "0.8.3"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13152dependencies = [
13153 "atoi",
13154 "base64 0.22.1",
13155 "bigdecimal",
13156 "bitflags 2.8.0",
13157 "byteorder",
13158 "bytes 1.10.1",
13159 "chrono",
13160 "crc",
13161 "digest",
13162 "dotenvy",
13163 "either",
13164 "futures-channel",
13165 "futures-core",
13166 "futures-io",
13167 "futures-util",
13168 "generic-array",
13169 "hex",
13170 "hkdf",
13171 "hmac",
13172 "itoa",
13173 "log",
13174 "md-5",
13175 "memchr",
13176 "once_cell",
13177 "percent-encoding",
13178 "rand 0.8.5",
13179 "rsa",
13180 "rust_decimal",
13181 "serde",
13182 "sha1",
13183 "sha2",
13184 "smallvec",
13185 "sqlx-core",
13186 "stringprep",
13187 "thiserror 2.0.6",
13188 "time",
13189 "tracing",
13190 "uuid",
13191 "whoami",
13192]
13193
13194[[package]]
13195name = "sqlx-postgres"
13196version = "0.8.3"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13199dependencies = [
13200 "atoi",
13201 "base64 0.22.1",
13202 "bigdecimal",
13203 "bitflags 2.8.0",
13204 "byteorder",
13205 "chrono",
13206 "crc",
13207 "dotenvy",
13208 "etcetera",
13209 "futures-channel",
13210 "futures-core",
13211 "futures-util",
13212 "hex",
13213 "hkdf",
13214 "hmac",
13215 "home",
13216 "itoa",
13217 "log",
13218 "md-5",
13219 "memchr",
13220 "num-bigint",
13221 "once_cell",
13222 "rand 0.8.5",
13223 "rust_decimal",
13224 "serde",
13225 "serde_json",
13226 "sha2",
13227 "smallvec",
13228 "sqlx-core",
13229 "stringprep",
13230 "thiserror 2.0.6",
13231 "time",
13232 "tracing",
13233 "uuid",
13234 "whoami",
13235]
13236
13237[[package]]
13238name = "sqlx-sqlite"
13239version = "0.8.3"
13240source = "registry+https://github.com/rust-lang/crates.io-index"
13241checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13242dependencies = [
13243 "atoi",
13244 "chrono",
13245 "flume",
13246 "futures-channel",
13247 "futures-core",
13248 "futures-executor",
13249 "futures-intrusive",
13250 "futures-util",
13251 "libsqlite3-sys",
13252 "log",
13253 "percent-encoding",
13254 "serde",
13255 "serde_urlencoded",
13256 "sqlx-core",
13257 "time",
13258 "tracing",
13259 "url",
13260 "uuid",
13261]
13262
13263[[package]]
13264name = "stable_deref_trait"
13265version = "1.2.0"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13268
13269[[package]]
13270name = "static_assertions"
13271version = "1.1.0"
13272source = "registry+https://github.com/rust-lang/crates.io-index"
13273checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13274
13275[[package]]
13276name = "story"
13277version = "0.1.0"
13278dependencies = [
13279 "gpui",
13280 "itertools 0.14.0",
13281 "smallvec",
13282]
13283
13284[[package]]
13285name = "storybook"
13286version = "0.1.0"
13287dependencies = [
13288 "anyhow",
13289 "clap",
13290 "collab_ui",
13291 "ctrlc",
13292 "dialoguer",
13293 "editor",
13294 "fuzzy",
13295 "gpui",
13296 "indoc",
13297 "language",
13298 "log",
13299 "menu",
13300 "picker",
13301 "project",
13302 "reqwest_client",
13303 "rust-embed",
13304 "settings",
13305 "simplelog",
13306 "story",
13307 "strum",
13308 "theme",
13309 "title_bar",
13310 "ui",
13311]
13312
13313[[package]]
13314name = "streaming-iterator"
13315version = "0.1.9"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13318
13319[[package]]
13320name = "streaming_diff"
13321version = "0.1.0"
13322dependencies = [
13323 "ordered-float 2.10.1",
13324 "rand 0.8.5",
13325 "rope",
13326 "util",
13327]
13328
13329[[package]]
13330name = "strict-num"
13331version = "0.1.1"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13334dependencies = [
13335 "float-cmp",
13336]
13337
13338[[package]]
13339name = "string_cache"
13340version = "0.8.7"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13343dependencies = [
13344 "new_debug_unreachable",
13345 "once_cell",
13346 "parking_lot",
13347 "phf_shared 0.10.0",
13348 "precomputed-hash",
13349 "serde",
13350]
13351
13352[[package]]
13353name = "string_cache_codegen"
13354version = "0.5.2"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13357dependencies = [
13358 "phf_generator 0.10.0",
13359 "phf_shared 0.10.0",
13360 "proc-macro2",
13361 "quote",
13362]
13363
13364[[package]]
13365name = "stringprep"
13366version = "0.1.5"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13369dependencies = [
13370 "unicode-bidi",
13371 "unicode-normalization",
13372 "unicode-properties",
13373]
13374
13375[[package]]
13376name = "strsim"
13377version = "0.11.1"
13378source = "registry+https://github.com/rust-lang/crates.io-index"
13379checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13380
13381[[package]]
13382name = "strum"
13383version = "0.26.3"
13384source = "registry+https://github.com/rust-lang/crates.io-index"
13385checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13386dependencies = [
13387 "strum_macros",
13388]
13389
13390[[package]]
13391name = "strum_macros"
13392version = "0.26.4"
13393source = "registry+https://github.com/rust-lang/crates.io-index"
13394checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13395dependencies = [
13396 "heck 0.5.0",
13397 "proc-macro2",
13398 "quote",
13399 "rustversion",
13400 "syn 2.0.100",
13401]
13402
13403[[package]]
13404name = "subtle"
13405version = "2.6.1"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13408
13409[[package]]
13410name = "sum_tree"
13411version = "0.1.0"
13412dependencies = [
13413 "arrayvec",
13414 "ctor",
13415 "env_logger 0.11.7",
13416 "log",
13417 "rand 0.8.5",
13418 "rayon",
13419]
13420
13421[[package]]
13422name = "supermaven"
13423version = "0.1.0"
13424dependencies = [
13425 "anyhow",
13426 "client",
13427 "collections",
13428 "editor",
13429 "env_logger 0.11.7",
13430 "futures 0.3.31",
13431 "gpui",
13432 "http_client",
13433 "inline_completion",
13434 "language",
13435 "log",
13436 "postage",
13437 "project",
13438 "serde",
13439 "serde_json",
13440 "settings",
13441 "smol",
13442 "supermaven_api",
13443 "text",
13444 "theme",
13445 "ui",
13446 "unicode-segmentation",
13447 "util",
13448]
13449
13450[[package]]
13451name = "supermaven_api"
13452version = "0.1.0"
13453dependencies = [
13454 "anyhow",
13455 "futures 0.3.31",
13456 "http_client",
13457 "paths",
13458 "serde",
13459 "serde_json",
13460 "smol",
13461]
13462
13463[[package]]
13464name = "sval"
13465version = "2.13.2"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13468
13469[[package]]
13470name = "sval_buffer"
13471version = "2.13.2"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13474dependencies = [
13475 "sval",
13476 "sval_ref",
13477]
13478
13479[[package]]
13480name = "sval_dynamic"
13481version = "2.13.2"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13484dependencies = [
13485 "sval",
13486]
13487
13488[[package]]
13489name = "sval_fmt"
13490version = "2.13.2"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13493dependencies = [
13494 "itoa",
13495 "ryu",
13496 "sval",
13497]
13498
13499[[package]]
13500name = "sval_json"
13501version = "2.13.2"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13504dependencies = [
13505 "itoa",
13506 "ryu",
13507 "sval",
13508]
13509
13510[[package]]
13511name = "sval_nested"
13512version = "2.13.2"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13515dependencies = [
13516 "sval",
13517 "sval_buffer",
13518 "sval_ref",
13519]
13520
13521[[package]]
13522name = "sval_ref"
13523version = "2.13.2"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13526dependencies = [
13527 "sval",
13528]
13529
13530[[package]]
13531name = "sval_serde"
13532version = "2.13.2"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13535dependencies = [
13536 "serde",
13537 "sval",
13538 "sval_nested",
13539]
13540
13541[[package]]
13542name = "svg_fmt"
13543version = "0.4.4"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13546
13547[[package]]
13548name = "svgtypes"
13549version = "0.15.3"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13552dependencies = [
13553 "kurbo",
13554 "siphasher 1.0.1",
13555]
13556
13557[[package]]
13558name = "swash"
13559version = "0.1.19"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "cbd59f3f359ddd2c95af4758c18270eddd9c730dde98598023cdabff472c2ca2"
13562dependencies = [
13563 "skrifa",
13564 "yazi",
13565 "zeno",
13566]
13567
13568[[package]]
13569name = "syn"
13570version = "1.0.109"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13573dependencies = [
13574 "proc-macro2",
13575 "quote",
13576 "unicode-ident",
13577]
13578
13579[[package]]
13580name = "syn"
13581version = "2.0.100"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13584dependencies = [
13585 "proc-macro2",
13586 "quote",
13587 "unicode-ident",
13588]
13589
13590[[package]]
13591name = "sync_wrapper"
13592version = "0.1.2"
13593source = "registry+https://github.com/rust-lang/crates.io-index"
13594checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13595
13596[[package]]
13597name = "sync_wrapper"
13598version = "1.0.2"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13601dependencies = [
13602 "futures-core",
13603]
13604
13605[[package]]
13606name = "synchronoise"
13607version = "1.0.1"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13610dependencies = [
13611 "crossbeam-queue",
13612]
13613
13614[[package]]
13615name = "synstructure"
13616version = "0.13.1"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13619dependencies = [
13620 "proc-macro2",
13621 "quote",
13622 "syn 2.0.100",
13623]
13624
13625[[package]]
13626name = "sys-locale"
13627version = "0.3.2"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13630dependencies = [
13631 "libc",
13632]
13633
13634[[package]]
13635name = "sysinfo"
13636version = "0.31.4"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13639dependencies = [
13640 "core-foundation-sys",
13641 "libc",
13642 "memchr",
13643 "ntapi",
13644 "rayon",
13645 "windows 0.57.0",
13646]
13647
13648[[package]]
13649name = "system-configuration"
13650version = "0.5.1"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13653dependencies = [
13654 "bitflags 1.3.2",
13655 "core-foundation 0.9.4",
13656 "system-configuration-sys 0.5.0",
13657]
13658
13659[[package]]
13660name = "system-configuration"
13661version = "0.6.1"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13664dependencies = [
13665 "bitflags 2.8.0",
13666 "core-foundation 0.9.4",
13667 "system-configuration-sys 0.6.0",
13668]
13669
13670[[package]]
13671name = "system-configuration-sys"
13672version = "0.5.0"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13675dependencies = [
13676 "core-foundation-sys",
13677 "libc",
13678]
13679
13680[[package]]
13681name = "system-configuration-sys"
13682version = "0.6.0"
13683source = "registry+https://github.com/rust-lang/crates.io-index"
13684checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13685dependencies = [
13686 "core-foundation-sys",
13687 "libc",
13688]
13689
13690[[package]]
13691name = "system-deps"
13692version = "6.2.2"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13695dependencies = [
13696 "cfg-expr",
13697 "heck 0.5.0",
13698 "pkg-config",
13699 "toml 0.8.20",
13700 "version-compare",
13701]
13702
13703[[package]]
13704name = "system-interface"
13705version = "0.27.3"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13708dependencies = [
13709 "bitflags 2.8.0",
13710 "cap-fs-ext",
13711 "cap-std",
13712 "fd-lock",
13713 "io-lifetimes",
13714 "rustix",
13715 "windows-sys 0.59.0",
13716 "winx",
13717]
13718
13719[[package]]
13720name = "tab_switcher"
13721version = "0.1.0"
13722dependencies = [
13723 "anyhow",
13724 "collections",
13725 "ctor",
13726 "editor",
13727 "env_logger 0.11.7",
13728 "gpui",
13729 "language",
13730 "menu",
13731 "picker",
13732 "project",
13733 "schemars",
13734 "serde",
13735 "serde_json",
13736 "settings",
13737 "theme",
13738 "ui",
13739 "util",
13740 "workspace",
13741]
13742
13743[[package]]
13744name = "taffy"
13745version = "0.4.4"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13748dependencies = [
13749 "arrayvec",
13750 "grid",
13751 "num-traits",
13752 "serde",
13753 "slotmap",
13754]
13755
13756[[package]]
13757name = "take-until"
13758version = "0.2.0"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13761
13762[[package]]
13763name = "tap"
13764version = "1.0.1"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13767
13768[[package]]
13769name = "target-lexicon"
13770version = "0.12.16"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13773
13774[[package]]
13775name = "target-lexicon"
13776version = "0.13.2"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13779
13780[[package]]
13781name = "task"
13782version = "0.1.0"
13783dependencies = [
13784 "anyhow",
13785 "collections",
13786 "dap-types",
13787 "futures 0.3.31",
13788 "gpui",
13789 "hex",
13790 "parking_lot",
13791 "schemars",
13792 "serde",
13793 "serde_json",
13794 "serde_json_lenient",
13795 "sha2",
13796 "shellexpand 2.1.2",
13797 "util",
13798 "zed_actions",
13799]
13800
13801[[package]]
13802name = "tasks_ui"
13803version = "0.1.0"
13804dependencies = [
13805 "anyhow",
13806 "debugger_ui",
13807 "editor",
13808 "feature_flags",
13809 "file_icons",
13810 "fuzzy",
13811 "gpui",
13812 "language",
13813 "menu",
13814 "picker",
13815 "project",
13816 "schemars",
13817 "serde",
13818 "serde_json",
13819 "settings",
13820 "task",
13821 "tree-sitter-rust",
13822 "tree-sitter-typescript",
13823 "ui",
13824 "util",
13825 "workspace",
13826 "zed_actions",
13827]
13828
13829[[package]]
13830name = "telemetry"
13831version = "0.1.0"
13832dependencies = [
13833 "futures 0.3.31",
13834 "serde",
13835 "serde_json",
13836 "telemetry_events",
13837]
13838
13839[[package]]
13840name = "telemetry_events"
13841version = "0.1.0"
13842dependencies = [
13843 "semantic_version",
13844 "serde",
13845 "serde_json",
13846]
13847
13848[[package]]
13849name = "tempfile"
13850version = "3.17.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13853dependencies = [
13854 "cfg-if",
13855 "fastrand 2.3.0",
13856 "getrandom 0.3.1",
13857 "once_cell",
13858 "rustix",
13859 "windows-sys 0.59.0",
13860]
13861
13862[[package]]
13863name = "tendril"
13864version = "0.4.3"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13867dependencies = [
13868 "futf",
13869 "mac",
13870 "utf-8",
13871]
13872
13873[[package]]
13874name = "termcolor"
13875version = "1.4.1"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13878dependencies = [
13879 "winapi-util",
13880]
13881
13882[[package]]
13883name = "terminal"
13884version = "0.1.0"
13885dependencies = [
13886 "alacritty_terminal",
13887 "anyhow",
13888 "collections",
13889 "dirs 4.0.0",
13890 "futures 0.3.31",
13891 "gpui",
13892 "libc",
13893 "rand 0.8.5",
13894 "regex",
13895 "release_channel",
13896 "schemars",
13897 "serde",
13898 "serde_derive",
13899 "settings",
13900 "smol",
13901 "sysinfo",
13902 "task",
13903 "theme",
13904 "thiserror 1.0.69",
13905 "util",
13906 "windows 0.60.0",
13907]
13908
13909[[package]]
13910name = "terminal_size"
13911version = "0.4.1"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13914dependencies = [
13915 "rustix",
13916 "windows-sys 0.59.0",
13917]
13918
13919[[package]]
13920name = "terminal_view"
13921version = "0.1.0"
13922dependencies = [
13923 "anyhow",
13924 "async-recursion 1.1.1",
13925 "breadcrumbs",
13926 "client",
13927 "collections",
13928 "db",
13929 "dirs 4.0.0",
13930 "editor",
13931 "futures 0.3.31",
13932 "gpui",
13933 "itertools 0.14.0",
13934 "language",
13935 "log",
13936 "project",
13937 "rand 0.8.5",
13938 "schemars",
13939 "search",
13940 "serde",
13941 "serde_json",
13942 "settings",
13943 "shellexpand 2.1.2",
13944 "smol",
13945 "task",
13946 "terminal",
13947 "theme",
13948 "ui",
13949 "util",
13950 "workspace",
13951 "zed_actions",
13952]
13953
13954[[package]]
13955name = "text"
13956version = "0.1.0"
13957dependencies = [
13958 "anyhow",
13959 "clock",
13960 "collections",
13961 "ctor",
13962 "env_logger 0.11.7",
13963 "gpui",
13964 "http_client",
13965 "log",
13966 "parking_lot",
13967 "postage",
13968 "rand 0.8.5",
13969 "regex",
13970 "rope",
13971 "smallvec",
13972 "sum_tree",
13973 "util",
13974]
13975
13976[[package]]
13977name = "theme"
13978version = "0.1.0"
13979dependencies = [
13980 "anyhow",
13981 "collections",
13982 "derive_more",
13983 "fs",
13984 "futures 0.3.31",
13985 "gpui",
13986 "indexmap",
13987 "log",
13988 "palette",
13989 "parking_lot",
13990 "refineable",
13991 "schemars",
13992 "serde",
13993 "serde_derive",
13994 "serde_json",
13995 "serde_json_lenient",
13996 "serde_repr",
13997 "settings",
13998 "strum",
13999 "thiserror 1.0.69",
14000 "util",
14001 "uuid",
14002]
14003
14004[[package]]
14005name = "theme_extension"
14006version = "0.1.0"
14007dependencies = [
14008 "anyhow",
14009 "extension",
14010 "fs",
14011 "gpui",
14012 "theme",
14013]
14014
14015[[package]]
14016name = "theme_importer"
14017version = "0.1.0"
14018dependencies = [
14019 "anyhow",
14020 "clap",
14021 "gpui",
14022 "indexmap",
14023 "log",
14024 "palette",
14025 "rust-embed",
14026 "serde",
14027 "serde_json",
14028 "serde_json_lenient",
14029 "simplelog",
14030 "strum",
14031 "theme",
14032 "vscode_theme",
14033]
14034
14035[[package]]
14036name = "theme_selector"
14037version = "0.1.0"
14038dependencies = [
14039 "fs",
14040 "fuzzy",
14041 "gpui",
14042 "log",
14043 "picker",
14044 "serde",
14045 "settings",
14046 "telemetry",
14047 "theme",
14048 "ui",
14049 "util",
14050 "workspace",
14051 "zed_actions",
14052]
14053
14054[[package]]
14055name = "thiserror"
14056version = "1.0.69"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
14059dependencies = [
14060 "thiserror-impl 1.0.69",
14061]
14062
14063[[package]]
14064name = "thiserror"
14065version = "2.0.6"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
14068dependencies = [
14069 "thiserror-impl 2.0.6",
14070]
14071
14072[[package]]
14073name = "thiserror-impl"
14074version = "1.0.69"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14077dependencies = [
14078 "proc-macro2",
14079 "quote",
14080 "syn 2.0.100",
14081]
14082
14083[[package]]
14084name = "thiserror-impl"
14085version = "2.0.6"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
14088dependencies = [
14089 "proc-macro2",
14090 "quote",
14091 "syn 2.0.100",
14092]
14093
14094[[package]]
14095name = "thread_local"
14096version = "1.1.8"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14099dependencies = [
14100 "cfg-if",
14101 "once_cell",
14102]
14103
14104[[package]]
14105name = "tiff"
14106version = "0.9.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14109dependencies = [
14110 "flate2",
14111 "jpeg-decoder",
14112 "weezl",
14113]
14114
14115[[package]]
14116name = "tiktoken-rs"
14117version = "0.6.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14120dependencies = [
14121 "anyhow",
14122 "base64 0.21.7",
14123 "bstr",
14124 "fancy-regex 0.13.0",
14125 "lazy_static",
14126 "parking_lot",
14127 "regex",
14128 "rustc-hash 1.1.0",
14129]
14130
14131[[package]]
14132name = "time"
14133version = "0.3.37"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
14136dependencies = [
14137 "deranged",
14138 "itoa",
14139 "libc",
14140 "num-conv",
14141 "num_threads",
14142 "powerfmt",
14143 "serde",
14144 "time-core",
14145 "time-macros",
14146]
14147
14148[[package]]
14149name = "time-core"
14150version = "0.1.2"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
14153
14154[[package]]
14155name = "time-macros"
14156version = "0.2.19"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
14159dependencies = [
14160 "num-conv",
14161 "time-core",
14162]
14163
14164[[package]]
14165name = "time_format"
14166version = "0.1.0"
14167dependencies = [
14168 "core-foundation 0.9.4",
14169 "core-foundation-sys",
14170 "sys-locale",
14171 "time",
14172]
14173
14174[[package]]
14175name = "tiny-keccak"
14176version = "2.0.2"
14177source = "registry+https://github.com/rust-lang/crates.io-index"
14178checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14179dependencies = [
14180 "crunchy",
14181]
14182
14183[[package]]
14184name = "tiny-skia"
14185version = "0.11.4"
14186source = "registry+https://github.com/rust-lang/crates.io-index"
14187checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14188dependencies = [
14189 "arrayref",
14190 "arrayvec",
14191 "bytemuck",
14192 "cfg-if",
14193 "log",
14194 "png",
14195 "tiny-skia-path",
14196]
14197
14198[[package]]
14199name = "tiny-skia-path"
14200version = "0.11.4"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14203dependencies = [
14204 "arrayref",
14205 "bytemuck",
14206 "strict-num",
14207]
14208
14209[[package]]
14210name = "tiny_http"
14211version = "0.8.2"
14212source = "registry+https://github.com/rust-lang/crates.io-index"
14213checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14214dependencies = [
14215 "ascii",
14216 "chrono",
14217 "chunked_transfer",
14218 "log",
14219 "url",
14220]
14221
14222[[package]]
14223name = "tinystr"
14224version = "0.7.6"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14227dependencies = [
14228 "displaydoc",
14229 "zerovec",
14230]
14231
14232[[package]]
14233name = "tinytemplate"
14234version = "1.2.1"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14237dependencies = [
14238 "serde",
14239 "serde_json",
14240]
14241
14242[[package]]
14243name = "tinyvec"
14244version = "1.8.0"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14247dependencies = [
14248 "tinyvec_macros",
14249]
14250
14251[[package]]
14252name = "tinyvec_macros"
14253version = "0.1.1"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14256
14257[[package]]
14258name = "title_bar"
14259version = "0.1.0"
14260dependencies = [
14261 "auto_update",
14262 "call",
14263 "client",
14264 "collections",
14265 "feature_flags",
14266 "git_ui",
14267 "gpui",
14268 "http_client",
14269 "notifications",
14270 "pretty_assertions",
14271 "project",
14272 "remote",
14273 "rpc",
14274 "schemars",
14275 "serde",
14276 "settings",
14277 "smallvec",
14278 "story",
14279 "telemetry",
14280 "theme",
14281 "tree-sitter-md",
14282 "ui",
14283 "util",
14284 "windows 0.60.0",
14285 "workspace",
14286 "zed_actions",
14287 "zeta",
14288]
14289
14290[[package]]
14291name = "tokio"
14292version = "1.43.0"
14293source = "registry+https://github.com/rust-lang/crates.io-index"
14294checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14295dependencies = [
14296 "backtrace",
14297 "bytes 1.10.1",
14298 "libc",
14299 "mio 1.0.3",
14300 "parking_lot",
14301 "pin-project-lite",
14302 "signal-hook-registry",
14303 "socket2",
14304 "tokio-macros",
14305 "windows-sys 0.52.0",
14306]
14307
14308[[package]]
14309name = "tokio-io"
14310version = "0.1.13"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14313dependencies = [
14314 "bytes 0.4.12",
14315 "futures 0.1.31",
14316 "log",
14317]
14318
14319[[package]]
14320name = "tokio-macros"
14321version = "2.5.0"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14324dependencies = [
14325 "proc-macro2",
14326 "quote",
14327 "syn 2.0.100",
14328]
14329
14330[[package]]
14331name = "tokio-native-tls"
14332version = "0.3.1"
14333source = "registry+https://github.com/rust-lang/crates.io-index"
14334checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14335dependencies = [
14336 "native-tls",
14337 "tokio",
14338]
14339
14340[[package]]
14341name = "tokio-rustls"
14342version = "0.24.1"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14345dependencies = [
14346 "rustls 0.21.12",
14347 "tokio",
14348]
14349
14350[[package]]
14351name = "tokio-rustls"
14352version = "0.26.1"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14355dependencies = [
14356 "rustls 0.23.23",
14357 "tokio",
14358]
14359
14360[[package]]
14361name = "tokio-socks"
14362version = "0.5.2"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14365dependencies = [
14366 "either",
14367 "futures-io",
14368 "futures-util",
14369 "thiserror 1.0.69",
14370 "tokio",
14371]
14372
14373[[package]]
14374name = "tokio-stream"
14375version = "0.1.17"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14378dependencies = [
14379 "futures-core",
14380 "pin-project-lite",
14381 "tokio",
14382]
14383
14384[[package]]
14385name = "tokio-tungstenite"
14386version = "0.20.1"
14387source = "registry+https://github.com/rust-lang/crates.io-index"
14388checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14389dependencies = [
14390 "futures-util",
14391 "log",
14392 "rustls 0.21.12",
14393 "rustls-native-certs 0.6.3",
14394 "tokio",
14395 "tokio-rustls 0.24.1",
14396 "tungstenite 0.20.1",
14397]
14398
14399[[package]]
14400name = "tokio-tungstenite"
14401version = "0.21.0"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14404dependencies = [
14405 "futures-util",
14406 "log",
14407 "tokio",
14408 "tungstenite 0.21.0",
14409]
14410
14411[[package]]
14412name = "tokio-util"
14413version = "0.7.13"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14416dependencies = [
14417 "bytes 1.10.1",
14418 "futures-core",
14419 "futures-io",
14420 "futures-sink",
14421 "pin-project-lite",
14422 "tokio",
14423]
14424
14425[[package]]
14426name = "toml"
14427version = "0.5.11"
14428source = "registry+https://github.com/rust-lang/crates.io-index"
14429checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14430dependencies = [
14431 "serde",
14432]
14433
14434[[package]]
14435name = "toml"
14436version = "0.8.20"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14439dependencies = [
14440 "serde",
14441 "serde_spanned",
14442 "toml_datetime",
14443 "toml_edit",
14444]
14445
14446[[package]]
14447name = "toml_datetime"
14448version = "0.6.8"
14449source = "registry+https://github.com/rust-lang/crates.io-index"
14450checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14451dependencies = [
14452 "serde",
14453]
14454
14455[[package]]
14456name = "toml_edit"
14457version = "0.22.23"
14458source = "registry+https://github.com/rust-lang/crates.io-index"
14459checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14460dependencies = [
14461 "indexmap",
14462 "serde",
14463 "serde_spanned",
14464 "toml_datetime",
14465 "winnow 0.7.1",
14466]
14467
14468[[package]]
14469name = "toolchain_selector"
14470version = "0.1.0"
14471dependencies = [
14472 "editor",
14473 "fuzzy",
14474 "gpui",
14475 "language",
14476 "picker",
14477 "project",
14478 "ui",
14479 "util",
14480 "workspace",
14481]
14482
14483[[package]]
14484name = "topological-sort"
14485version = "0.2.2"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14488
14489[[package]]
14490name = "tower"
14491version = "0.4.13"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14494dependencies = [
14495 "futures-core",
14496 "futures-util",
14497 "pin-project",
14498 "pin-project-lite",
14499 "tokio",
14500 "tower-layer",
14501 "tower-service",
14502 "tracing",
14503]
14504
14505[[package]]
14506name = "tower-http"
14507version = "0.3.5"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14510dependencies = [
14511 "bitflags 1.3.2",
14512 "bytes 1.10.1",
14513 "futures-core",
14514 "futures-util",
14515 "http 0.2.12",
14516 "http-body 0.4.6",
14517 "http-range-header",
14518 "pin-project-lite",
14519 "tower-layer",
14520 "tower-service",
14521]
14522
14523[[package]]
14524name = "tower-http"
14525version = "0.4.4"
14526source = "registry+https://github.com/rust-lang/crates.io-index"
14527checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14528dependencies = [
14529 "bitflags 2.8.0",
14530 "bytes 1.10.1",
14531 "futures-core",
14532 "futures-util",
14533 "http 0.2.12",
14534 "http-body 0.4.6",
14535 "http-range-header",
14536 "pin-project-lite",
14537 "tower-layer",
14538 "tower-service",
14539 "tracing",
14540]
14541
14542[[package]]
14543name = "tower-layer"
14544version = "0.3.3"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14547
14548[[package]]
14549name = "tower-service"
14550version = "0.3.3"
14551source = "registry+https://github.com/rust-lang/crates.io-index"
14552checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14553
14554[[package]]
14555name = "tracing"
14556version = "0.1.41"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14559dependencies = [
14560 "log",
14561 "pin-project-lite",
14562 "tracing-attributes",
14563 "tracing-core",
14564]
14565
14566[[package]]
14567name = "tracing-attributes"
14568version = "0.1.28"
14569source = "registry+https://github.com/rust-lang/crates.io-index"
14570checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14571dependencies = [
14572 "proc-macro2",
14573 "quote",
14574 "syn 2.0.100",
14575]
14576
14577[[package]]
14578name = "tracing-core"
14579version = "0.1.33"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14582dependencies = [
14583 "once_cell",
14584 "valuable",
14585]
14586
14587[[package]]
14588name = "tracing-log"
14589version = "0.2.0"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14592dependencies = [
14593 "log",
14594 "once_cell",
14595 "tracing-core",
14596]
14597
14598[[package]]
14599name = "tracing-serde"
14600version = "0.2.0"
14601source = "registry+https://github.com/rust-lang/crates.io-index"
14602checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14603dependencies = [
14604 "serde",
14605 "tracing-core",
14606]
14607
14608[[package]]
14609name = "tracing-subscriber"
14610version = "0.3.19"
14611source = "registry+https://github.com/rust-lang/crates.io-index"
14612checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14613dependencies = [
14614 "matchers",
14615 "nu-ansi-term",
14616 "once_cell",
14617 "regex",
14618 "serde",
14619 "serde_json",
14620 "sharded-slab",
14621 "smallvec",
14622 "thread_local",
14623 "tracing",
14624 "tracing-core",
14625 "tracing-log",
14626 "tracing-serde",
14627]
14628
14629[[package]]
14630name = "trait-variant"
14631version = "0.1.2"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14634dependencies = [
14635 "proc-macro2",
14636 "quote",
14637 "syn 2.0.100",
14638]
14639
14640[[package]]
14641name = "tree-sitter"
14642version = "0.25.3"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14645dependencies = [
14646 "cc",
14647 "regex",
14648 "regex-syntax 0.8.5",
14649 "serde_json",
14650 "streaming-iterator",
14651 "tree-sitter-language",
14652 "wasmtime-c-api-impl",
14653]
14654
14655[[package]]
14656name = "tree-sitter-bash"
14657version = "0.23.3"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14660dependencies = [
14661 "cc",
14662 "tree-sitter-language",
14663]
14664
14665[[package]]
14666name = "tree-sitter-c"
14667version = "0.23.4"
14668source = "registry+https://github.com/rust-lang/crates.io-index"
14669checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14670dependencies = [
14671 "cc",
14672 "tree-sitter-language",
14673]
14674
14675[[package]]
14676name = "tree-sitter-cpp"
14677version = "0.23.4"
14678source = "registry+https://github.com/rust-lang/crates.io-index"
14679checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14680dependencies = [
14681 "cc",
14682 "tree-sitter-language",
14683]
14684
14685[[package]]
14686name = "tree-sitter-css"
14687version = "0.23.2"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14690dependencies = [
14691 "cc",
14692 "tree-sitter-language",
14693]
14694
14695[[package]]
14696name = "tree-sitter-diff"
14697version = "0.1.0"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14700dependencies = [
14701 "cc",
14702 "tree-sitter-language",
14703]
14704
14705[[package]]
14706name = "tree-sitter-elixir"
14707version = "0.3.4"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14710dependencies = [
14711 "cc",
14712 "tree-sitter-language",
14713]
14714
14715[[package]]
14716name = "tree-sitter-embedded-template"
14717version = "0.23.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14720dependencies = [
14721 "cc",
14722 "tree-sitter-language",
14723]
14724
14725[[package]]
14726name = "tree-sitter-gitcommit"
14727version = "0.0.1"
14728source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14729dependencies = [
14730 "cc",
14731 "tree-sitter-language",
14732]
14733
14734[[package]]
14735name = "tree-sitter-go"
14736version = "0.23.4"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14739dependencies = [
14740 "cc",
14741 "tree-sitter-language",
14742]
14743
14744[[package]]
14745name = "tree-sitter-gomod"
14746version = "1.1.1"
14747source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14748dependencies = [
14749 "cc",
14750 "tree-sitter-language",
14751]
14752
14753[[package]]
14754name = "tree-sitter-gowork"
14755version = "0.0.1"
14756source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14757dependencies = [
14758 "cc",
14759 "tree-sitter-language",
14760]
14761
14762[[package]]
14763name = "tree-sitter-heex"
14764version = "0.0.1"
14765source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14766dependencies = [
14767 "cc",
14768 "tree-sitter-language",
14769]
14770
14771[[package]]
14772name = "tree-sitter-html"
14773version = "0.23.2"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14776dependencies = [
14777 "cc",
14778 "tree-sitter-language",
14779]
14780
14781[[package]]
14782name = "tree-sitter-jsdoc"
14783version = "0.23.2"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14786dependencies = [
14787 "cc",
14788 "tree-sitter-language",
14789]
14790
14791[[package]]
14792name = "tree-sitter-json"
14793version = "0.24.8"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14796dependencies = [
14797 "cc",
14798 "tree-sitter-language",
14799]
14800
14801[[package]]
14802name = "tree-sitter-language"
14803version = "0.1.3"
14804source = "registry+https://github.com/rust-lang/crates.io-index"
14805checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14806
14807[[package]]
14808name = "tree-sitter-md"
14809version = "0.3.2"
14810source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14811dependencies = [
14812 "cc",
14813 "tree-sitter-language",
14814]
14815
14816[[package]]
14817name = "tree-sitter-python"
14818version = "0.23.6"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14821dependencies = [
14822 "cc",
14823 "tree-sitter-language",
14824]
14825
14826[[package]]
14827name = "tree-sitter-regex"
14828version = "0.24.3"
14829source = "registry+https://github.com/rust-lang/crates.io-index"
14830checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14831dependencies = [
14832 "cc",
14833 "tree-sitter-language",
14834]
14835
14836[[package]]
14837name = "tree-sitter-ruby"
14838version = "0.23.1"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14841dependencies = [
14842 "cc",
14843 "tree-sitter-language",
14844]
14845
14846[[package]]
14847name = "tree-sitter-rust"
14848version = "0.23.2"
14849source = "registry+https://github.com/rust-lang/crates.io-index"
14850checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14851dependencies = [
14852 "cc",
14853 "tree-sitter-language",
14854]
14855
14856[[package]]
14857name = "tree-sitter-typescript"
14858version = "0.23.2"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14861dependencies = [
14862 "cc",
14863 "tree-sitter-language",
14864]
14865
14866[[package]]
14867name = "tree-sitter-yaml"
14868version = "0.6.1"
14869source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14870dependencies = [
14871 "cc",
14872 "tree-sitter-language",
14873]
14874
14875[[package]]
14876name = "try-lock"
14877version = "0.2.5"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14880
14881[[package]]
14882name = "ttf-parser"
14883version = "0.21.1"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14886
14887[[package]]
14888name = "ttf-parser"
14889version = "0.25.1"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14892dependencies = [
14893 "core_maths",
14894]
14895
14896[[package]]
14897name = "tungstenite"
14898version = "0.20.1"
14899source = "registry+https://github.com/rust-lang/crates.io-index"
14900checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14901dependencies = [
14902 "byteorder",
14903 "bytes 1.10.1",
14904 "data-encoding",
14905 "http 0.2.12",
14906 "httparse",
14907 "log",
14908 "rand 0.8.5",
14909 "rustls 0.21.12",
14910 "sha1",
14911 "thiserror 1.0.69",
14912 "url",
14913 "utf-8",
14914]
14915
14916[[package]]
14917name = "tungstenite"
14918version = "0.21.0"
14919source = "registry+https://github.com/rust-lang/crates.io-index"
14920checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14921dependencies = [
14922 "byteorder",
14923 "bytes 1.10.1",
14924 "data-encoding",
14925 "http 1.2.0",
14926 "httparse",
14927 "log",
14928 "rand 0.8.5",
14929 "sha1",
14930 "thiserror 1.0.69",
14931 "url",
14932 "utf-8",
14933]
14934
14935[[package]]
14936name = "tungstenite"
14937version = "0.24.0"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14940dependencies = [
14941 "byteorder",
14942 "bytes 1.10.1",
14943 "data-encoding",
14944 "http 1.2.0",
14945 "httparse",
14946 "log",
14947 "rand 0.8.5",
14948 "sha1",
14949 "thiserror 1.0.69",
14950 "utf-8",
14951]
14952
14953[[package]]
14954name = "typeid"
14955version = "1.0.2"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14958
14959[[package]]
14960name = "typenum"
14961version = "1.17.0"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14964
14965[[package]]
14966name = "ucd-trie"
14967version = "0.1.7"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14970
14971[[package]]
14972name = "uds_windows"
14973version = "1.1.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14976dependencies = [
14977 "memoffset",
14978 "tempfile",
14979 "winapi",
14980]
14981
14982[[package]]
14983name = "ui"
14984version = "0.1.0"
14985dependencies = [
14986 "chrono",
14987 "component",
14988 "gpui",
14989 "itertools 0.14.0",
14990 "linkme",
14991 "menu",
14992 "serde",
14993 "settings",
14994 "smallvec",
14995 "story",
14996 "strum",
14997 "theme",
14998 "ui_macros",
14999 "util",
15000 "windows 0.60.0",
15001]
15002
15003[[package]]
15004name = "ui_input"
15005version = "0.1.0"
15006dependencies = [
15007 "editor",
15008 "gpui",
15009 "settings",
15010 "theme",
15011 "ui",
15012]
15013
15014[[package]]
15015name = "ui_macros"
15016version = "0.1.0"
15017dependencies = [
15018 "convert_case 0.8.0",
15019 "linkme",
15020 "proc-macro2",
15021 "quote",
15022 "syn 1.0.109",
15023]
15024
15025[[package]]
15026name = "unicase"
15027version = "2.8.1"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
15030
15031[[package]]
15032name = "unicode-bidi"
15033version = "0.3.17"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
15036
15037[[package]]
15038name = "unicode-bidi-mirroring"
15039version = "0.2.0"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
15042
15043[[package]]
15044name = "unicode-bidi-mirroring"
15045version = "0.4.0"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15048
15049[[package]]
15050name = "unicode-ccc"
15051version = "0.2.0"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15054
15055[[package]]
15056name = "unicode-ccc"
15057version = "0.4.0"
15058source = "registry+https://github.com/rust-lang/crates.io-index"
15059checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15060
15061[[package]]
15062name = "unicode-ident"
15063version = "1.0.14"
15064source = "registry+https://github.com/rust-lang/crates.io-index"
15065checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15066
15067[[package]]
15068name = "unicode-linebreak"
15069version = "0.1.5"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15072
15073[[package]]
15074name = "unicode-normalization"
15075version = "0.1.24"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15078dependencies = [
15079 "tinyvec",
15080]
15081
15082[[package]]
15083name = "unicode-properties"
15084version = "0.1.3"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15087
15088[[package]]
15089name = "unicode-script"
15090version = "0.5.7"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15093
15094[[package]]
15095name = "unicode-segmentation"
15096version = "1.12.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15099
15100[[package]]
15101name = "unicode-vo"
15102version = "0.1.0"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15105
15106[[package]]
15107name = "unicode-width"
15108version = "0.1.14"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15111
15112[[package]]
15113name = "unicode-xid"
15114version = "0.2.6"
15115source = "registry+https://github.com/rust-lang/crates.io-index"
15116checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15117
15118[[package]]
15119name = "unicode_categories"
15120version = "0.1.1"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15123
15124[[package]]
15125name = "unindent"
15126version = "0.2.3"
15127source = "registry+https://github.com/rust-lang/crates.io-index"
15128checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
15129
15130[[package]]
15131name = "untrusted"
15132version = "0.9.0"
15133source = "registry+https://github.com/rust-lang/crates.io-index"
15134checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15135
15136[[package]]
15137name = "url"
15138version = "2.5.4"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15141dependencies = [
15142 "form_urlencoded",
15143 "idna",
15144 "percent-encoding",
15145 "serde",
15146]
15147
15148[[package]]
15149name = "urlencoding"
15150version = "2.1.3"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15153
15154[[package]]
15155name = "usvg"
15156version = "0.45.0"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15159dependencies = [
15160 "base64 0.22.1",
15161 "data-url",
15162 "flate2",
15163 "fontdb 0.23.0",
15164 "imagesize",
15165 "kurbo",
15166 "log",
15167 "pico-args",
15168 "roxmltree",
15169 "rustybuzz 0.20.1",
15170 "simplecss",
15171 "siphasher 1.0.1",
15172 "strict-num",
15173 "svgtypes",
15174 "tiny-skia-path",
15175 "unicode-bidi",
15176 "unicode-script",
15177 "unicode-vo",
15178 "xmlwriter",
15179]
15180
15181[[package]]
15182name = "utf-8"
15183version = "0.7.6"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15186
15187[[package]]
15188name = "utf16_iter"
15189version = "1.0.5"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15192
15193[[package]]
15194name = "utf8_iter"
15195version = "1.0.4"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15198
15199[[package]]
15200name = "utf8parse"
15201version = "0.2.2"
15202source = "registry+https://github.com/rust-lang/crates.io-index"
15203checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15204
15205[[package]]
15206name = "util"
15207version = "0.1.0"
15208dependencies = [
15209 "anyhow",
15210 "async-fs",
15211 "collections",
15212 "dirs 4.0.0",
15213 "dunce",
15214 "futures 0.3.31",
15215 "futures-lite 1.13.0",
15216 "git2",
15217 "globset",
15218 "itertools 0.14.0",
15219 "libc",
15220 "log",
15221 "rand 0.8.5",
15222 "regex",
15223 "rust-embed",
15224 "serde",
15225 "serde_json",
15226 "smol",
15227 "take-until",
15228 "tempfile",
15229 "tendril",
15230 "unicase",
15231 "util_macros",
15232]
15233
15234[[package]]
15235name = "util_macros"
15236version = "0.1.0"
15237dependencies = [
15238 "quote",
15239 "syn 1.0.109",
15240]
15241
15242[[package]]
15243name = "uuid"
15244version = "1.13.2"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15247dependencies = [
15248 "getrandom 0.3.1",
15249 "serde",
15250 "sha1_smol",
15251]
15252
15253[[package]]
15254name = "v_frame"
15255version = "0.3.8"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15258dependencies = [
15259 "aligned-vec",
15260 "num-traits",
15261 "wasm-bindgen",
15262]
15263
15264[[package]]
15265name = "valuable"
15266version = "0.1.0"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15269
15270[[package]]
15271name = "value-bag"
15272version = "1.10.0"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15275dependencies = [
15276 "value-bag-serde1",
15277 "value-bag-sval2",
15278]
15279
15280[[package]]
15281name = "value-bag-serde1"
15282version = "1.10.0"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15285dependencies = [
15286 "erased-serde",
15287 "serde",
15288 "serde_fmt",
15289]
15290
15291[[package]]
15292name = "value-bag-sval2"
15293version = "1.10.0"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15296dependencies = [
15297 "sval",
15298 "sval_buffer",
15299 "sval_dynamic",
15300 "sval_fmt",
15301 "sval_json",
15302 "sval_ref",
15303 "sval_serde",
15304]
15305
15306[[package]]
15307name = "vcpkg"
15308version = "0.2.15"
15309source = "registry+https://github.com/rust-lang/crates.io-index"
15310checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15311
15312[[package]]
15313name = "version-compare"
15314version = "0.2.0"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15317
15318[[package]]
15319name = "version_check"
15320version = "0.9.5"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15323
15324[[package]]
15325name = "vim"
15326version = "0.1.0"
15327dependencies = [
15328 "anyhow",
15329 "assets",
15330 "async-compat",
15331 "async-trait",
15332 "collections",
15333 "command_palette",
15334 "command_palette_hooks",
15335 "db",
15336 "editor",
15337 "futures 0.3.31",
15338 "git_ui",
15339 "gpui",
15340 "indoc",
15341 "itertools 0.14.0",
15342 "language",
15343 "libc",
15344 "log",
15345 "lsp",
15346 "multi_buffer",
15347 "nvim-rs",
15348 "parking_lot",
15349 "picker",
15350 "project",
15351 "project_panel",
15352 "regex",
15353 "release_channel",
15354 "schemars",
15355 "search",
15356 "serde",
15357 "serde_derive",
15358 "serde_json",
15359 "settings",
15360 "task",
15361 "text",
15362 "theme",
15363 "tokio",
15364 "ui",
15365 "util",
15366 "vim_mode_setting",
15367 "workspace",
15368 "zed_actions",
15369]
15370
15371[[package]]
15372name = "vim_mode_setting"
15373version = "0.1.0"
15374dependencies = [
15375 "anyhow",
15376 "gpui",
15377 "settings",
15378]
15379
15380[[package]]
15381name = "vscode_theme"
15382version = "0.2.0"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15385dependencies = [
15386 "serde",
15387]
15388
15389[[package]]
15390name = "vsimd"
15391version = "0.8.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15394
15395[[package]]
15396name = "vswhom"
15397version = "0.1.0"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15400dependencies = [
15401 "libc",
15402 "vswhom-sys",
15403]
15404
15405[[package]]
15406name = "vswhom-sys"
15407version = "0.1.2"
15408source = "registry+https://github.com/rust-lang/crates.io-index"
15409checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15410dependencies = [
15411 "cc",
15412 "libc",
15413]
15414
15415[[package]]
15416name = "vte"
15417version = "0.15.0"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15420dependencies = [
15421 "arrayvec",
15422 "bitflags 2.8.0",
15423 "cursor-icon",
15424 "log",
15425 "memchr",
15426 "serde",
15427]
15428
15429[[package]]
15430name = "waker-fn"
15431version = "1.2.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15434
15435[[package]]
15436name = "walkdir"
15437version = "2.5.0"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15440dependencies = [
15441 "same-file",
15442 "winapi-util",
15443]
15444
15445[[package]]
15446name = "want"
15447version = "0.3.1"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15450dependencies = [
15451 "try-lock",
15452]
15453
15454[[package]]
15455name = "warp"
15456version = "0.3.7"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15459dependencies = [
15460 "bytes 1.10.1",
15461 "futures-channel",
15462 "futures-util",
15463 "headers",
15464 "http 0.2.12",
15465 "hyper 0.14.32",
15466 "log",
15467 "mime",
15468 "mime_guess",
15469 "percent-encoding",
15470 "pin-project",
15471 "scoped-tls",
15472 "serde",
15473 "serde_json",
15474 "serde_urlencoded",
15475 "tokio",
15476 "tokio-tungstenite 0.21.0",
15477 "tokio-util",
15478 "tower-service",
15479 "tracing",
15480]
15481
15482[[package]]
15483name = "wasi"
15484version = "0.9.0+wasi-snapshot-preview1"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15487
15488[[package]]
15489name = "wasi"
15490version = "0.11.0+wasi-snapshot-preview1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15493
15494[[package]]
15495name = "wasi"
15496version = "0.13.3+wasi-0.2.2"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15499dependencies = [
15500 "wit-bindgen-rt 0.33.0",
15501]
15502
15503[[package]]
15504name = "wasite"
15505version = "0.1.0"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15508
15509[[package]]
15510name = "wasm-bindgen"
15511version = "0.2.99"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15514dependencies = [
15515 "cfg-if",
15516 "once_cell",
15517 "wasm-bindgen-macro",
15518]
15519
15520[[package]]
15521name = "wasm-bindgen-backend"
15522version = "0.2.99"
15523source = "registry+https://github.com/rust-lang/crates.io-index"
15524checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15525dependencies = [
15526 "bumpalo",
15527 "log",
15528 "proc-macro2",
15529 "quote",
15530 "syn 2.0.100",
15531 "wasm-bindgen-shared",
15532]
15533
15534[[package]]
15535name = "wasm-bindgen-futures"
15536version = "0.4.49"
15537source = "registry+https://github.com/rust-lang/crates.io-index"
15538checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15539dependencies = [
15540 "cfg-if",
15541 "js-sys",
15542 "once_cell",
15543 "wasm-bindgen",
15544 "web-sys",
15545]
15546
15547[[package]]
15548name = "wasm-bindgen-macro"
15549version = "0.2.99"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15552dependencies = [
15553 "quote",
15554 "wasm-bindgen-macro-support",
15555]
15556
15557[[package]]
15558name = "wasm-bindgen-macro-support"
15559version = "0.2.99"
15560source = "registry+https://github.com/rust-lang/crates.io-index"
15561checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15562dependencies = [
15563 "proc-macro2",
15564 "quote",
15565 "syn 2.0.100",
15566 "wasm-bindgen-backend",
15567 "wasm-bindgen-shared",
15568]
15569
15570[[package]]
15571name = "wasm-bindgen-shared"
15572version = "0.2.99"
15573source = "registry+https://github.com/rust-lang/crates.io-index"
15574checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15575
15576[[package]]
15577name = "wasm-encoder"
15578version = "0.201.0"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15581dependencies = [
15582 "leb128",
15583]
15584
15585[[package]]
15586name = "wasm-encoder"
15587version = "0.221.3"
15588source = "registry+https://github.com/rust-lang/crates.io-index"
15589checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15590dependencies = [
15591 "leb128",
15592 "wasmparser 0.221.3",
15593]
15594
15595[[package]]
15596name = "wasm-metadata"
15597version = "0.201.0"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15600dependencies = [
15601 "anyhow",
15602 "indexmap",
15603 "serde",
15604 "serde_derive",
15605 "serde_json",
15606 "spdx",
15607 "wasm-encoder 0.201.0",
15608 "wasmparser 0.201.0",
15609]
15610
15611[[package]]
15612name = "wasm-metadata"
15613version = "0.221.3"
15614source = "registry+https://github.com/rust-lang/crates.io-index"
15615checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15616dependencies = [
15617 "anyhow",
15618 "indexmap",
15619 "serde",
15620 "serde_derive",
15621 "serde_json",
15622 "spdx",
15623 "wasm-encoder 0.221.3",
15624 "wasmparser 0.221.3",
15625]
15626
15627[[package]]
15628name = "wasm-streams"
15629version = "0.4.2"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15632dependencies = [
15633 "futures-util",
15634 "js-sys",
15635 "wasm-bindgen",
15636 "wasm-bindgen-futures",
15637 "web-sys",
15638]
15639
15640[[package]]
15641name = "wasmparser"
15642version = "0.201.0"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15645dependencies = [
15646 "bitflags 2.8.0",
15647 "indexmap",
15648 "semver",
15649]
15650
15651[[package]]
15652name = "wasmparser"
15653version = "0.221.3"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15656dependencies = [
15657 "bitflags 2.8.0",
15658 "hashbrown 0.15.2",
15659 "indexmap",
15660 "semver",
15661 "serde",
15662]
15663
15664[[package]]
15665name = "wasmprinter"
15666version = "0.221.3"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15669dependencies = [
15670 "anyhow",
15671 "termcolor",
15672 "wasmparser 0.221.3",
15673]
15674
15675[[package]]
15676name = "wasmtime"
15677version = "29.0.1"
15678source = "registry+https://github.com/rust-lang/crates.io-index"
15679checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15680dependencies = [
15681 "anyhow",
15682 "async-trait",
15683 "bitflags 2.8.0",
15684 "bumpalo",
15685 "cc",
15686 "cfg-if",
15687 "encoding_rs",
15688 "hashbrown 0.14.5",
15689 "indexmap",
15690 "libc",
15691 "log",
15692 "mach2",
15693 "memfd",
15694 "object",
15695 "once_cell",
15696 "paste",
15697 "postcard",
15698 "psm",
15699 "pulley-interpreter",
15700 "rustix",
15701 "semver",
15702 "serde",
15703 "serde_derive",
15704 "smallvec",
15705 "sptr",
15706 "target-lexicon 0.13.2",
15707 "trait-variant",
15708 "wasmparser 0.221.3",
15709 "wasmtime-asm-macros",
15710 "wasmtime-component-macro",
15711 "wasmtime-component-util",
15712 "wasmtime-cranelift",
15713 "wasmtime-environ",
15714 "wasmtime-fiber",
15715 "wasmtime-jit-icache-coherence",
15716 "wasmtime-math",
15717 "wasmtime-slab",
15718 "wasmtime-versioned-export-macros",
15719 "wasmtime-winch",
15720 "windows-sys 0.59.0",
15721]
15722
15723[[package]]
15724name = "wasmtime-asm-macros"
15725version = "29.0.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15728dependencies = [
15729 "cfg-if",
15730]
15731
15732[[package]]
15733name = "wasmtime-c-api-impl"
15734version = "29.0.1"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15737dependencies = [
15738 "anyhow",
15739 "log",
15740 "tracing",
15741 "wasmtime",
15742 "wasmtime-c-api-macros",
15743]
15744
15745[[package]]
15746name = "wasmtime-c-api-macros"
15747version = "29.0.1"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15750dependencies = [
15751 "proc-macro2",
15752 "quote",
15753]
15754
15755[[package]]
15756name = "wasmtime-component-macro"
15757version = "29.0.1"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15760dependencies = [
15761 "anyhow",
15762 "proc-macro2",
15763 "quote",
15764 "syn 2.0.100",
15765 "wasmtime-component-util",
15766 "wasmtime-wit-bindgen",
15767 "wit-parser 0.221.3",
15768]
15769
15770[[package]]
15771name = "wasmtime-component-util"
15772version = "29.0.1"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15775
15776[[package]]
15777name = "wasmtime-cranelift"
15778version = "29.0.1"
15779source = "registry+https://github.com/rust-lang/crates.io-index"
15780checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15781dependencies = [
15782 "anyhow",
15783 "cfg-if",
15784 "cranelift-codegen",
15785 "cranelift-control",
15786 "cranelift-entity",
15787 "cranelift-frontend",
15788 "cranelift-native",
15789 "gimli",
15790 "itertools 0.12.1",
15791 "log",
15792 "object",
15793 "smallvec",
15794 "target-lexicon 0.13.2",
15795 "thiserror 1.0.69",
15796 "wasmparser 0.221.3",
15797 "wasmtime-environ",
15798 "wasmtime-versioned-export-macros",
15799]
15800
15801[[package]]
15802name = "wasmtime-environ"
15803version = "29.0.1"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15806dependencies = [
15807 "anyhow",
15808 "cpp_demangle",
15809 "cranelift-bitset",
15810 "cranelift-entity",
15811 "gimli",
15812 "indexmap",
15813 "log",
15814 "object",
15815 "postcard",
15816 "rustc-demangle",
15817 "semver",
15818 "serde",
15819 "serde_derive",
15820 "smallvec",
15821 "target-lexicon 0.13.2",
15822 "wasm-encoder 0.221.3",
15823 "wasmparser 0.221.3",
15824 "wasmprinter",
15825 "wasmtime-component-util",
15826]
15827
15828[[package]]
15829name = "wasmtime-fiber"
15830version = "29.0.1"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15833dependencies = [
15834 "anyhow",
15835 "cc",
15836 "cfg-if",
15837 "rustix",
15838 "wasmtime-asm-macros",
15839 "wasmtime-versioned-export-macros",
15840 "windows-sys 0.59.0",
15841]
15842
15843[[package]]
15844name = "wasmtime-jit-icache-coherence"
15845version = "29.0.1"
15846source = "registry+https://github.com/rust-lang/crates.io-index"
15847checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15848dependencies = [
15849 "anyhow",
15850 "cfg-if",
15851 "libc",
15852 "windows-sys 0.59.0",
15853]
15854
15855[[package]]
15856name = "wasmtime-math"
15857version = "29.0.1"
15858source = "registry+https://github.com/rust-lang/crates.io-index"
15859checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15860dependencies = [
15861 "libm",
15862]
15863
15864[[package]]
15865name = "wasmtime-slab"
15866version = "29.0.1"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15869
15870[[package]]
15871name = "wasmtime-versioned-export-macros"
15872version = "29.0.1"
15873source = "registry+https://github.com/rust-lang/crates.io-index"
15874checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15875dependencies = [
15876 "proc-macro2",
15877 "quote",
15878 "syn 2.0.100",
15879]
15880
15881[[package]]
15882name = "wasmtime-wasi"
15883version = "29.0.1"
15884source = "registry+https://github.com/rust-lang/crates.io-index"
15885checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15886dependencies = [
15887 "anyhow",
15888 "async-trait",
15889 "bitflags 2.8.0",
15890 "bytes 1.10.1",
15891 "cap-fs-ext",
15892 "cap-net-ext",
15893 "cap-rand",
15894 "cap-std",
15895 "cap-time-ext",
15896 "fs-set-times",
15897 "futures 0.3.31",
15898 "io-extras",
15899 "io-lifetimes",
15900 "rustix",
15901 "system-interface",
15902 "thiserror 1.0.69",
15903 "tokio",
15904 "tracing",
15905 "trait-variant",
15906 "url",
15907 "wasmtime",
15908 "wiggle",
15909 "windows-sys 0.59.0",
15910]
15911
15912[[package]]
15913name = "wasmtime-winch"
15914version = "29.0.1"
15915source = "registry+https://github.com/rust-lang/crates.io-index"
15916checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15917dependencies = [
15918 "anyhow",
15919 "cranelift-codegen",
15920 "gimli",
15921 "object",
15922 "target-lexicon 0.13.2",
15923 "wasmparser 0.221.3",
15924 "wasmtime-cranelift",
15925 "wasmtime-environ",
15926 "winch-codegen",
15927]
15928
15929[[package]]
15930name = "wasmtime-wit-bindgen"
15931version = "29.0.1"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15934dependencies = [
15935 "anyhow",
15936 "heck 0.5.0",
15937 "indexmap",
15938 "wit-parser 0.221.3",
15939]
15940
15941[[package]]
15942name = "wast"
15943version = "35.0.2"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15946dependencies = [
15947 "leb128",
15948]
15949
15950[[package]]
15951name = "wayland-backend"
15952version = "0.3.8"
15953source = "registry+https://github.com/rust-lang/crates.io-index"
15954checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15955dependencies = [
15956 "cc",
15957 "downcast-rs",
15958 "rustix",
15959 "scoped-tls",
15960 "smallvec",
15961 "wayland-sys",
15962]
15963
15964[[package]]
15965name = "wayland-client"
15966version = "0.31.8"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15969dependencies = [
15970 "bitflags 2.8.0",
15971 "rustix",
15972 "wayland-backend",
15973 "wayland-scanner",
15974]
15975
15976[[package]]
15977name = "wayland-cursor"
15978version = "0.31.8"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15981dependencies = [
15982 "rustix",
15983 "wayland-client",
15984 "xcursor",
15985]
15986
15987[[package]]
15988name = "wayland-protocols"
15989version = "0.31.2"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15992dependencies = [
15993 "bitflags 2.8.0",
15994 "wayland-backend",
15995 "wayland-client",
15996 "wayland-scanner",
15997]
15998
15999[[package]]
16000name = "wayland-protocols-plasma"
16001version = "0.2.0"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
16004dependencies = [
16005 "bitflags 2.8.0",
16006 "wayland-backend",
16007 "wayland-client",
16008 "wayland-protocols",
16009 "wayland-scanner",
16010]
16011
16012[[package]]
16013name = "wayland-scanner"
16014version = "0.31.6"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
16017dependencies = [
16018 "proc-macro2",
16019 "quick-xml 0.37.2",
16020 "quote",
16021]
16022
16023[[package]]
16024name = "wayland-sys"
16025version = "0.31.6"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
16028dependencies = [
16029 "dlib",
16030 "log",
16031 "once_cell",
16032 "pkg-config",
16033]
16034
16035[[package]]
16036name = "web-sys"
16037version = "0.3.76"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
16040dependencies = [
16041 "js-sys",
16042 "wasm-bindgen",
16043]
16044
16045[[package]]
16046name = "web-time"
16047version = "1.1.0"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16050dependencies = [
16051 "js-sys",
16052 "wasm-bindgen",
16053]
16054
16055[[package]]
16056name = "webpki-root-certs"
16057version = "0.26.8"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16060dependencies = [
16061 "rustls-pki-types",
16062]
16063
16064[[package]]
16065name = "webpki-roots"
16066version = "0.26.7"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16069dependencies = [
16070 "rustls-pki-types",
16071]
16072
16073[[package]]
16074name = "webrtc-sys"
16075version = "0.3.5"
16076source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16077dependencies = [
16078 "cc",
16079 "cxx",
16080 "cxx-build",
16081 "glob",
16082 "log",
16083 "webrtc-sys-build",
16084]
16085
16086[[package]]
16087name = "webrtc-sys-build"
16088version = "0.3.5"
16089source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16090dependencies = [
16091 "fs2",
16092 "regex",
16093 "reqwest 0.11.27",
16094 "scratch",
16095 "semver",
16096 "zip",
16097]
16098
16099[[package]]
16100name = "weezl"
16101version = "0.1.8"
16102source = "registry+https://github.com/rust-lang/crates.io-index"
16103checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16104
16105[[package]]
16106name = "welcome"
16107version = "0.1.0"
16108dependencies = [
16109 "anyhow",
16110 "client",
16111 "db",
16112 "editor",
16113 "fuzzy",
16114 "gpui",
16115 "install_cli",
16116 "language",
16117 "picker",
16118 "project",
16119 "schemars",
16120 "serde",
16121 "settings",
16122 "telemetry",
16123 "ui",
16124 "util",
16125 "vim_mode_setting",
16126 "workspace",
16127 "zed_actions",
16128]
16129
16130[[package]]
16131name = "which"
16132version = "4.4.2"
16133source = "registry+https://github.com/rust-lang/crates.io-index"
16134checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16135dependencies = [
16136 "either",
16137 "home",
16138 "once_cell",
16139 "rustix",
16140]
16141
16142[[package]]
16143name = "which"
16144version = "6.0.3"
16145source = "registry+https://github.com/rust-lang/crates.io-index"
16146checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16147dependencies = [
16148 "either",
16149 "home",
16150 "rustix",
16151 "winsafe",
16152]
16153
16154[[package]]
16155name = "which"
16156version = "7.0.2"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283"
16159dependencies = [
16160 "either",
16161 "env_home",
16162 "rustix",
16163 "winsafe",
16164]
16165
16166[[package]]
16167name = "whoami"
16168version = "1.5.2"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16171dependencies = [
16172 "redox_syscall 0.5.8",
16173 "wasite",
16174]
16175
16176[[package]]
16177name = "wiggle"
16178version = "29.0.1"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16181dependencies = [
16182 "anyhow",
16183 "async-trait",
16184 "bitflags 2.8.0",
16185 "thiserror 1.0.69",
16186 "tracing",
16187 "wasmtime",
16188 "wiggle-macro",
16189]
16190
16191[[package]]
16192name = "wiggle-generate"
16193version = "29.0.1"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16196dependencies = [
16197 "anyhow",
16198 "heck 0.5.0",
16199 "proc-macro2",
16200 "quote",
16201 "shellexpand 2.1.2",
16202 "syn 2.0.100",
16203 "witx",
16204]
16205
16206[[package]]
16207name = "wiggle-macro"
16208version = "29.0.1"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16211dependencies = [
16212 "proc-macro2",
16213 "quote",
16214 "syn 2.0.100",
16215 "wiggle-generate",
16216]
16217
16218[[package]]
16219name = "winapi"
16220version = "0.3.9"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16223dependencies = [
16224 "winapi-i686-pc-windows-gnu",
16225 "winapi-x86_64-pc-windows-gnu",
16226]
16227
16228[[package]]
16229name = "winapi-i686-pc-windows-gnu"
16230version = "0.4.0"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16233
16234[[package]]
16235name = "winapi-util"
16236version = "0.1.9"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16239dependencies = [
16240 "windows-sys 0.59.0",
16241]
16242
16243[[package]]
16244name = "winapi-x86_64-pc-windows-gnu"
16245version = "0.4.0"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16248
16249[[package]]
16250name = "winch-codegen"
16251version = "29.0.1"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16254dependencies = [
16255 "anyhow",
16256 "cranelift-codegen",
16257 "gimli",
16258 "regalloc2",
16259 "smallvec",
16260 "target-lexicon 0.13.2",
16261 "thiserror 1.0.69",
16262 "wasmparser 0.221.3",
16263 "wasmtime-cranelift",
16264 "wasmtime-environ",
16265]
16266
16267[[package]]
16268name = "windows"
16269version = "0.54.0"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16272dependencies = [
16273 "windows-core 0.54.0",
16274 "windows-targets 0.52.6",
16275]
16276
16277[[package]]
16278name = "windows"
16279version = "0.57.0"
16280source = "registry+https://github.com/rust-lang/crates.io-index"
16281checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16282dependencies = [
16283 "windows-core 0.57.0",
16284 "windows-targets 0.52.6",
16285]
16286
16287[[package]]
16288name = "windows"
16289version = "0.58.0"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16292dependencies = [
16293 "windows-core 0.58.0",
16294 "windows-targets 0.52.6",
16295]
16296
16297[[package]]
16298name = "windows"
16299version = "0.60.0"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "ddf874e74c7a99773e62b1c671427abf01a425e77c3d3fb9fb1e4883ea934529"
16302dependencies = [
16303 "windows-collections",
16304 "windows-core 0.60.1",
16305 "windows-future",
16306 "windows-link",
16307 "windows-numerics",
16308]
16309
16310[[package]]
16311name = "windows-collections"
16312version = "0.1.1"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "5467f79cc1ba3f52ebb2ed41dbb459b8e7db636cc3429458d9a852e15bc24dec"
16315dependencies = [
16316 "windows-core 0.60.1",
16317]
16318
16319[[package]]
16320name = "windows-core"
16321version = "0.52.0"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16324dependencies = [
16325 "windows-targets 0.52.6",
16326]
16327
16328[[package]]
16329name = "windows-core"
16330version = "0.54.0"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16333dependencies = [
16334 "windows-result 0.1.2",
16335 "windows-targets 0.52.6",
16336]
16337
16338[[package]]
16339name = "windows-core"
16340version = "0.57.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16343dependencies = [
16344 "windows-implement 0.57.0",
16345 "windows-interface 0.57.0",
16346 "windows-result 0.1.2",
16347 "windows-targets 0.52.6",
16348]
16349
16350[[package]]
16351name = "windows-core"
16352version = "0.58.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16355dependencies = [
16356 "windows-implement 0.58.0",
16357 "windows-interface 0.58.0",
16358 "windows-result 0.2.0",
16359 "windows-strings 0.1.0",
16360 "windows-targets 0.52.6",
16361]
16362
16363[[package]]
16364name = "windows-core"
16365version = "0.60.1"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "ca21a92a9cae9bf4ccae5cf8368dce0837100ddf6e6d57936749e85f152f6247"
16368dependencies = [
16369 "windows-implement 0.59.0",
16370 "windows-interface 0.59.0",
16371 "windows-link",
16372 "windows-result 0.3.1",
16373 "windows-strings 0.3.1",
16374]
16375
16376[[package]]
16377name = "windows-future"
16378version = "0.1.1"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "a787db4595e7eb80239b74ce8babfb1363d8e343ab072f2ffe901400c03349f0"
16381dependencies = [
16382 "windows-core 0.60.1",
16383 "windows-link",
16384]
16385
16386[[package]]
16387name = "windows-implement"
16388version = "0.57.0"
16389source = "registry+https://github.com/rust-lang/crates.io-index"
16390checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16391dependencies = [
16392 "proc-macro2",
16393 "quote",
16394 "syn 2.0.100",
16395]
16396
16397[[package]]
16398name = "windows-implement"
16399version = "0.58.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16402dependencies = [
16403 "proc-macro2",
16404 "quote",
16405 "syn 2.0.100",
16406]
16407
16408[[package]]
16409name = "windows-implement"
16410version = "0.59.0"
16411source = "registry+https://github.com/rust-lang/crates.io-index"
16412checksum = "83577b051e2f49a058c308f17f273b570a6a758386fc291b5f6a934dd84e48c1"
16413dependencies = [
16414 "proc-macro2",
16415 "quote",
16416 "syn 2.0.100",
16417]
16418
16419[[package]]
16420name = "windows-interface"
16421version = "0.57.0"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16424dependencies = [
16425 "proc-macro2",
16426 "quote",
16427 "syn 2.0.100",
16428]
16429
16430[[package]]
16431name = "windows-interface"
16432version = "0.58.0"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16435dependencies = [
16436 "proc-macro2",
16437 "quote",
16438 "syn 2.0.100",
16439]
16440
16441[[package]]
16442name = "windows-interface"
16443version = "0.59.0"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "cb26fd936d991781ea39e87c3a27285081e3c0da5ca0fcbc02d368cc6f52ff01"
16446dependencies = [
16447 "proc-macro2",
16448 "quote",
16449 "syn 2.0.100",
16450]
16451
16452[[package]]
16453name = "windows-link"
16454version = "0.1.0"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
16457
16458[[package]]
16459name = "windows-numerics"
16460version = "0.1.1"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "005dea54e2f6499f2cee279b8f703b3cf3b5734a2d8d21867c8f44003182eeed"
16463dependencies = [
16464 "windows-core 0.60.1",
16465 "windows-link",
16466]
16467
16468[[package]]
16469name = "windows-registry"
16470version = "0.2.0"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16473dependencies = [
16474 "windows-result 0.2.0",
16475 "windows-strings 0.1.0",
16476 "windows-targets 0.52.6",
16477]
16478
16479[[package]]
16480name = "windows-result"
16481version = "0.1.2"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16484dependencies = [
16485 "windows-targets 0.52.6",
16486]
16487
16488[[package]]
16489name = "windows-result"
16490version = "0.2.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16493dependencies = [
16494 "windows-targets 0.52.6",
16495]
16496
16497[[package]]
16498name = "windows-result"
16499version = "0.3.1"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189"
16502dependencies = [
16503 "windows-link",
16504]
16505
16506[[package]]
16507name = "windows-strings"
16508version = "0.1.0"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16511dependencies = [
16512 "windows-result 0.2.0",
16513 "windows-targets 0.52.6",
16514]
16515
16516[[package]]
16517name = "windows-strings"
16518version = "0.3.1"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
16521dependencies = [
16522 "windows-link",
16523]
16524
16525[[package]]
16526name = "windows-sys"
16527version = "0.45.0"
16528source = "registry+https://github.com/rust-lang/crates.io-index"
16529checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16530dependencies = [
16531 "windows-targets 0.42.2",
16532]
16533
16534[[package]]
16535name = "windows-sys"
16536version = "0.48.0"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16539dependencies = [
16540 "windows-targets 0.48.5",
16541]
16542
16543[[package]]
16544name = "windows-sys"
16545version = "0.52.0"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16548dependencies = [
16549 "windows-targets 0.52.6",
16550]
16551
16552[[package]]
16553name = "windows-sys"
16554version = "0.59.0"
16555source = "registry+https://github.com/rust-lang/crates.io-index"
16556checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16557dependencies = [
16558 "windows-targets 0.52.6",
16559]
16560
16561[[package]]
16562name = "windows-targets"
16563version = "0.42.2"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16566dependencies = [
16567 "windows_aarch64_gnullvm 0.42.2",
16568 "windows_aarch64_msvc 0.42.2",
16569 "windows_i686_gnu 0.42.2",
16570 "windows_i686_msvc 0.42.2",
16571 "windows_x86_64_gnu 0.42.2",
16572 "windows_x86_64_gnullvm 0.42.2",
16573 "windows_x86_64_msvc 0.42.2",
16574]
16575
16576[[package]]
16577name = "windows-targets"
16578version = "0.48.5"
16579source = "registry+https://github.com/rust-lang/crates.io-index"
16580checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16581dependencies = [
16582 "windows_aarch64_gnullvm 0.48.5",
16583 "windows_aarch64_msvc 0.48.5",
16584 "windows_i686_gnu 0.48.5",
16585 "windows_i686_msvc 0.48.5",
16586 "windows_x86_64_gnu 0.48.5",
16587 "windows_x86_64_gnullvm 0.48.5",
16588 "windows_x86_64_msvc 0.48.5",
16589]
16590
16591[[package]]
16592name = "windows-targets"
16593version = "0.52.6"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16596dependencies = [
16597 "windows_aarch64_gnullvm 0.52.6",
16598 "windows_aarch64_msvc 0.52.6",
16599 "windows_i686_gnu 0.52.6",
16600 "windows_i686_gnullvm",
16601 "windows_i686_msvc 0.52.6",
16602 "windows_x86_64_gnu 0.52.6",
16603 "windows_x86_64_gnullvm 0.52.6",
16604 "windows_x86_64_msvc 0.52.6",
16605]
16606
16607[[package]]
16608name = "windows_aarch64_gnullvm"
16609version = "0.42.2"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16612
16613[[package]]
16614name = "windows_aarch64_gnullvm"
16615version = "0.48.5"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16618
16619[[package]]
16620name = "windows_aarch64_gnullvm"
16621version = "0.52.6"
16622source = "registry+https://github.com/rust-lang/crates.io-index"
16623checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16624
16625[[package]]
16626name = "windows_aarch64_msvc"
16627version = "0.42.2"
16628source = "registry+https://github.com/rust-lang/crates.io-index"
16629checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16630
16631[[package]]
16632name = "windows_aarch64_msvc"
16633version = "0.48.5"
16634source = "registry+https://github.com/rust-lang/crates.io-index"
16635checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16636
16637[[package]]
16638name = "windows_aarch64_msvc"
16639version = "0.52.6"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16642
16643[[package]]
16644name = "windows_i686_gnu"
16645version = "0.42.2"
16646source = "registry+https://github.com/rust-lang/crates.io-index"
16647checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16648
16649[[package]]
16650name = "windows_i686_gnu"
16651version = "0.48.5"
16652source = "registry+https://github.com/rust-lang/crates.io-index"
16653checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16654
16655[[package]]
16656name = "windows_i686_gnu"
16657version = "0.52.6"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16660
16661[[package]]
16662name = "windows_i686_gnullvm"
16663version = "0.52.6"
16664source = "registry+https://github.com/rust-lang/crates.io-index"
16665checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16666
16667[[package]]
16668name = "windows_i686_msvc"
16669version = "0.42.2"
16670source = "registry+https://github.com/rust-lang/crates.io-index"
16671checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16672
16673[[package]]
16674name = "windows_i686_msvc"
16675version = "0.48.5"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16678
16679[[package]]
16680name = "windows_i686_msvc"
16681version = "0.52.6"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16684
16685[[package]]
16686name = "windows_x86_64_gnu"
16687version = "0.42.2"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16690
16691[[package]]
16692name = "windows_x86_64_gnu"
16693version = "0.48.5"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16696
16697[[package]]
16698name = "windows_x86_64_gnu"
16699version = "0.52.6"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16702
16703[[package]]
16704name = "windows_x86_64_gnullvm"
16705version = "0.42.2"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16708
16709[[package]]
16710name = "windows_x86_64_gnullvm"
16711version = "0.48.5"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16714
16715[[package]]
16716name = "windows_x86_64_gnullvm"
16717version = "0.52.6"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16720
16721[[package]]
16722name = "windows_x86_64_msvc"
16723version = "0.42.2"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16726
16727[[package]]
16728name = "windows_x86_64_msvc"
16729version = "0.48.5"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16732
16733[[package]]
16734name = "windows_x86_64_msvc"
16735version = "0.52.6"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16738
16739[[package]]
16740name = "winnow"
16741version = "0.6.20"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16744dependencies = [
16745 "memchr",
16746]
16747
16748[[package]]
16749name = "winnow"
16750version = "0.7.1"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16753dependencies = [
16754 "memchr",
16755]
16756
16757[[package]]
16758name = "winreg"
16759version = "0.50.0"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16762dependencies = [
16763 "cfg-if",
16764 "windows-sys 0.48.0",
16765]
16766
16767[[package]]
16768name = "winreg"
16769version = "0.52.0"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16772dependencies = [
16773 "cfg-if",
16774 "windows-sys 0.48.0",
16775]
16776
16777[[package]]
16778name = "winresource"
16779version = "0.1.19"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7276691b353ad4547af8c3268488d1311f4be791ffdc0c65b8cfa8f41eed693b"
16782dependencies = [
16783 "toml 0.8.20",
16784 "version_check",
16785]
16786
16787[[package]]
16788name = "winsafe"
16789version = "0.0.19"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16792
16793[[package]]
16794name = "winx"
16795version = "0.36.4"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16798dependencies = [
16799 "bitflags 2.8.0",
16800 "windows-sys 0.59.0",
16801]
16802
16803[[package]]
16804name = "wio"
16805version = "0.2.2"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16808dependencies = [
16809 "winapi",
16810]
16811
16812[[package]]
16813name = "wit-bindgen"
16814version = "0.22.0"
16815source = "registry+https://github.com/rust-lang/crates.io-index"
16816checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16817dependencies = [
16818 "bitflags 2.8.0",
16819 "wit-bindgen-rt 0.22.0",
16820 "wit-bindgen-rust-macro",
16821]
16822
16823[[package]]
16824name = "wit-bindgen-core"
16825version = "0.22.0"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16828dependencies = [
16829 "anyhow",
16830 "wit-parser 0.201.0",
16831]
16832
16833[[package]]
16834name = "wit-bindgen-rt"
16835version = "0.22.0"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16838
16839[[package]]
16840name = "wit-bindgen-rt"
16841version = "0.33.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16844dependencies = [
16845 "bitflags 2.8.0",
16846]
16847
16848[[package]]
16849name = "wit-bindgen-rust"
16850version = "0.22.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16853dependencies = [
16854 "anyhow",
16855 "heck 0.4.1",
16856 "indexmap",
16857 "wasm-metadata 0.201.0",
16858 "wit-bindgen-core",
16859 "wit-component 0.201.0",
16860]
16861
16862[[package]]
16863name = "wit-bindgen-rust-macro"
16864version = "0.22.0"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16867dependencies = [
16868 "anyhow",
16869 "proc-macro2",
16870 "quote",
16871 "syn 2.0.100",
16872 "wit-bindgen-core",
16873 "wit-bindgen-rust",
16874]
16875
16876[[package]]
16877name = "wit-component"
16878version = "0.201.0"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16881dependencies = [
16882 "anyhow",
16883 "bitflags 2.8.0",
16884 "indexmap",
16885 "log",
16886 "serde",
16887 "serde_derive",
16888 "serde_json",
16889 "wasm-encoder 0.201.0",
16890 "wasm-metadata 0.201.0",
16891 "wasmparser 0.201.0",
16892 "wit-parser 0.201.0",
16893]
16894
16895[[package]]
16896name = "wit-component"
16897version = "0.221.3"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16900dependencies = [
16901 "anyhow",
16902 "bitflags 2.8.0",
16903 "indexmap",
16904 "log",
16905 "serde",
16906 "serde_derive",
16907 "serde_json",
16908 "wasm-encoder 0.221.3",
16909 "wasm-metadata 0.221.3",
16910 "wasmparser 0.221.3",
16911 "wit-parser 0.221.3",
16912]
16913
16914[[package]]
16915name = "wit-parser"
16916version = "0.201.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16919dependencies = [
16920 "anyhow",
16921 "id-arena",
16922 "indexmap",
16923 "log",
16924 "semver",
16925 "serde",
16926 "serde_derive",
16927 "serde_json",
16928 "unicode-xid",
16929 "wasmparser 0.201.0",
16930]
16931
16932[[package]]
16933name = "wit-parser"
16934version = "0.221.3"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16937dependencies = [
16938 "anyhow",
16939 "id-arena",
16940 "indexmap",
16941 "log",
16942 "semver",
16943 "serde",
16944 "serde_derive",
16945 "serde_json",
16946 "unicode-xid",
16947 "wasmparser 0.221.3",
16948]
16949
16950[[package]]
16951name = "witx"
16952version = "0.9.1"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16955dependencies = [
16956 "anyhow",
16957 "log",
16958 "thiserror 1.0.69",
16959 "wast",
16960]
16961
16962[[package]]
16963name = "workspace"
16964version = "0.1.0"
16965dependencies = [
16966 "any_vec",
16967 "anyhow",
16968 "async-recursion 1.1.1",
16969 "bincode",
16970 "call",
16971 "client",
16972 "clock",
16973 "collections",
16974 "component",
16975 "db",
16976 "derive_more",
16977 "env_logger 0.11.7",
16978 "fs",
16979 "futures 0.3.31",
16980 "gpui",
16981 "http_client",
16982 "itertools 0.14.0",
16983 "language",
16984 "log",
16985 "node_runtime",
16986 "parking_lot",
16987 "postage",
16988 "project",
16989 "remote",
16990 "schemars",
16991 "serde",
16992 "serde_json",
16993 "session",
16994 "settings",
16995 "smallvec",
16996 "sqlez",
16997 "strum",
16998 "task",
16999 "telemetry",
17000 "tempfile",
17001 "theme",
17002 "ui",
17003 "util",
17004 "uuid",
17005 "zed_actions",
17006]
17007
17008[[package]]
17009name = "worktree"
17010version = "0.1.0"
17011dependencies = [
17012 "anyhow",
17013 "clock",
17014 "collections",
17015 "env_logger 0.11.7",
17016 "fs",
17017 "futures 0.3.31",
17018 "fuzzy",
17019 "git",
17020 "git2",
17021 "git_hosting_providers",
17022 "gpui",
17023 "http_client",
17024 "ignore",
17025 "language",
17026 "log",
17027 "parking_lot",
17028 "paths",
17029 "postage",
17030 "pretty_assertions",
17031 "rand 0.8.5",
17032 "rpc",
17033 "schemars",
17034 "serde",
17035 "serde_json",
17036 "settings",
17037 "smallvec",
17038 "smol",
17039 "sum_tree",
17040 "text",
17041 "util",
17042]
17043
17044[[package]]
17045name = "write16"
17046version = "1.0.0"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
17049
17050[[package]]
17051name = "writeable"
17052version = "0.5.5"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
17055
17056[[package]]
17057name = "wyz"
17058version = "0.5.1"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17061dependencies = [
17062 "tap",
17063]
17064
17065[[package]]
17066name = "x11-clipboard"
17067version = "0.9.3"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17070dependencies = [
17071 "libc",
17072 "x11rb",
17073]
17074
17075[[package]]
17076name = "x11rb"
17077version = "0.13.1"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17080dependencies = [
17081 "as-raw-xcb-connection",
17082 "gethostname",
17083 "libc",
17084 "rustix",
17085 "x11rb-protocol",
17086]
17087
17088[[package]]
17089name = "x11rb-protocol"
17090version = "0.13.1"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17093
17094[[package]]
17095name = "xattr"
17096version = "0.2.3"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17099dependencies = [
17100 "libc",
17101]
17102
17103[[package]]
17104name = "xcursor"
17105version = "0.3.8"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17108
17109[[package]]
17110name = "xdg-home"
17111version = "1.3.0"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17114dependencies = [
17115 "libc",
17116 "windows-sys 0.59.0",
17117]
17118
17119[[package]]
17120name = "xim"
17121version = "0.4.0"
17122source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17123dependencies = [
17124 "ahash 0.8.11",
17125 "hashbrown 0.14.5",
17126 "log",
17127 "x11rb",
17128 "xim-ctext",
17129 "xim-parser",
17130]
17131
17132[[package]]
17133name = "xim-ctext"
17134version = "0.3.0"
17135source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17136dependencies = [
17137 "encoding_rs",
17138]
17139
17140[[package]]
17141name = "xim-parser"
17142version = "0.2.1"
17143source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17144dependencies = [
17145 "bitflags 2.8.0",
17146]
17147
17148[[package]]
17149name = "xkbcommon"
17150version = "0.7.0"
17151source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
17152dependencies = [
17153 "as-raw-xcb-connection",
17154 "libc",
17155 "memmap2",
17156 "xkeysym",
17157]
17158
17159[[package]]
17160name = "xkeysym"
17161version = "0.2.1"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17164
17165[[package]]
17166name = "xml5ever"
17167version = "0.18.1"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17170dependencies = [
17171 "log",
17172 "mac",
17173 "markup5ever",
17174]
17175
17176[[package]]
17177name = "xmlparser"
17178version = "0.13.6"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17181
17182[[package]]
17183name = "xmlwriter"
17184version = "0.1.0"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17187
17188[[package]]
17189name = "xtask"
17190version = "0.1.0"
17191dependencies = [
17192 "anyhow",
17193 "cargo_metadata",
17194 "cargo_toml",
17195 "clap",
17196]
17197
17198[[package]]
17199name = "yaml-rust2"
17200version = "0.8.1"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17203dependencies = [
17204 "arraydeque",
17205 "encoding_rs",
17206 "hashlink 0.8.4",
17207]
17208
17209[[package]]
17210name = "yansi"
17211version = "1.0.1"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17214
17215[[package]]
17216name = "yazi"
17217version = "0.1.6"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
17220
17221[[package]]
17222name = "yeslogic-fontconfig-sys"
17223version = "6.0.0"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17226dependencies = [
17227 "dlib",
17228 "once_cell",
17229 "pkg-config",
17230]
17231
17232[[package]]
17233name = "yoke"
17234version = "0.7.5"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17237dependencies = [
17238 "serde",
17239 "stable_deref_trait",
17240 "yoke-derive",
17241 "zerofrom",
17242]
17243
17244[[package]]
17245name = "yoke-derive"
17246version = "0.7.5"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17249dependencies = [
17250 "proc-macro2",
17251 "quote",
17252 "syn 2.0.100",
17253 "synstructure",
17254]
17255
17256[[package]]
17257name = "zbus"
17258version = "5.5.0"
17259source = "registry+https://github.com/rust-lang/crates.io-index"
17260checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17261dependencies = [
17262 "async-broadcast",
17263 "async-executor",
17264 "async-fs",
17265 "async-io",
17266 "async-lock",
17267 "async-process",
17268 "async-recursion 1.1.1",
17269 "async-task",
17270 "async-trait",
17271 "blocking",
17272 "enumflags2",
17273 "event-listener 5.3.1",
17274 "futures-core",
17275 "futures-lite 2.6.0",
17276 "hex",
17277 "nix",
17278 "ordered-stream",
17279 "serde",
17280 "serde_repr",
17281 "static_assertions",
17282 "tracing",
17283 "uds_windows",
17284 "windows-sys 0.59.0",
17285 "winnow 0.7.1",
17286 "xdg-home",
17287 "zbus_macros",
17288 "zbus_names",
17289 "zvariant",
17290]
17291
17292[[package]]
17293name = "zbus_macros"
17294version = "5.5.0"
17295source = "registry+https://github.com/rust-lang/crates.io-index"
17296checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17297dependencies = [
17298 "proc-macro-crate",
17299 "proc-macro2",
17300 "quote",
17301 "syn 2.0.100",
17302 "zbus_names",
17303 "zvariant",
17304 "zvariant_utils",
17305]
17306
17307[[package]]
17308name = "zbus_names"
17309version = "4.1.0"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17312dependencies = [
17313 "serde",
17314 "static_assertions",
17315 "winnow 0.6.20",
17316 "zvariant",
17317]
17318
17319[[package]]
17320name = "zed"
17321version = "0.179.0"
17322dependencies = [
17323 "activity_indicator",
17324 "anyhow",
17325 "ashpd",
17326 "assets",
17327 "assistant",
17328 "assistant2",
17329 "assistant_context_editor",
17330 "assistant_settings",
17331 "assistant_tools",
17332 "async-watch",
17333 "audio",
17334 "auto_update",
17335 "auto_update_ui",
17336 "backtrace",
17337 "breadcrumbs",
17338 "call",
17339 "channel",
17340 "chrono",
17341 "clap",
17342 "cli",
17343 "client",
17344 "collab_ui",
17345 "collections",
17346 "command_palette",
17347 "command_palette_hooks",
17348 "component_preview",
17349 "copilot",
17350 "db",
17351 "debugger_tools",
17352 "debugger_ui",
17353 "diagnostics",
17354 "editor",
17355 "env_logger 0.11.7",
17356 "extension",
17357 "extension_host",
17358 "extensions_ui",
17359 "feature_flags",
17360 "feedback",
17361 "file_finder",
17362 "fs",
17363 "futures 0.3.31",
17364 "git",
17365 "git_hosting_providers",
17366 "git_ui",
17367 "go_to_line",
17368 "gpui",
17369 "gpui_tokio",
17370 "http_client",
17371 "image_viewer",
17372 "inline_completion_button",
17373 "install_cli",
17374 "journal",
17375 "language",
17376 "language_extension",
17377 "language_model",
17378 "language_models",
17379 "language_selector",
17380 "language_tools",
17381 "languages",
17382 "libc",
17383 "log",
17384 "markdown",
17385 "markdown_preview",
17386 "menu",
17387 "migrator",
17388 "mimalloc",
17389 "nix",
17390 "node_runtime",
17391 "notifications",
17392 "outline",
17393 "outline_panel",
17394 "parking_lot",
17395 "paths",
17396 "picker",
17397 "profiling",
17398 "project",
17399 "project_panel",
17400 "project_symbols",
17401 "prompt_store",
17402 "proto",
17403 "recent_projects",
17404 "release_channel",
17405 "remote",
17406 "repl",
17407 "reqwest_client",
17408 "rope",
17409 "search",
17410 "serde",
17411 "serde_json",
17412 "session",
17413 "settings",
17414 "settings_ui",
17415 "shellexpand 2.1.2",
17416 "simplelog",
17417 "smol",
17418 "snippet_provider",
17419 "snippets_ui",
17420 "supermaven",
17421 "sysinfo",
17422 "tab_switcher",
17423 "task",
17424 "tasks_ui",
17425 "telemetry",
17426 "telemetry_events",
17427 "terminal_view",
17428 "theme",
17429 "theme_extension",
17430 "theme_selector",
17431 "time",
17432 "toolchain_selector",
17433 "tree-sitter-md",
17434 "tree-sitter-rust",
17435 "ui",
17436 "url",
17437 "urlencoding",
17438 "util",
17439 "uuid",
17440 "vim",
17441 "vim_mode_setting",
17442 "welcome",
17443 "windows 0.60.0",
17444 "winresource",
17445 "workspace",
17446 "zed_actions",
17447 "zeta",
17448]
17449
17450[[package]]
17451name = "zed_actions"
17452version = "0.1.0"
17453dependencies = [
17454 "gpui",
17455 "schemars",
17456 "serde",
17457]
17458
17459[[package]]
17460name = "zed_emmet"
17461version = "0.0.3"
17462dependencies = [
17463 "zed_extension_api 0.1.0",
17464]
17465
17466[[package]]
17467name = "zed_extension_api"
17468version = "0.1.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17471dependencies = [
17472 "serde",
17473 "serde_json",
17474 "wit-bindgen",
17475]
17476
17477[[package]]
17478name = "zed_extension_api"
17479version = "0.3.0"
17480dependencies = [
17481 "serde",
17482 "serde_json",
17483 "wit-bindgen",
17484]
17485
17486[[package]]
17487name = "zed_glsl"
17488version = "0.1.0"
17489dependencies = [
17490 "zed_extension_api 0.1.0",
17491]
17492
17493[[package]]
17494name = "zed_html"
17495version = "0.1.6"
17496dependencies = [
17497 "zed_extension_api 0.1.0",
17498]
17499
17500[[package]]
17501name = "zed_llm_client"
17502version = "0.4.1"
17503source = "registry+https://github.com/rust-lang/crates.io-index"
17504checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17505dependencies = [
17506 "serde",
17507 "serde_json",
17508 "uuid",
17509]
17510
17511[[package]]
17512name = "zed_proto"
17513version = "0.2.1"
17514dependencies = [
17515 "zed_extension_api 0.1.0",
17516]
17517
17518[[package]]
17519name = "zed_ruff"
17520version = "0.1.0"
17521dependencies = [
17522 "zed_extension_api 0.1.0",
17523]
17524
17525[[package]]
17526name = "zed_snippets"
17527version = "0.0.5"
17528dependencies = [
17529 "serde_json",
17530 "zed_extension_api 0.1.0",
17531]
17532
17533[[package]]
17534name = "zed_test_extension"
17535version = "0.1.0"
17536dependencies = [
17537 "zed_extension_api 0.3.0",
17538]
17539
17540[[package]]
17541name = "zed_toml"
17542version = "0.1.3"
17543dependencies = [
17544 "zed_extension_api 0.1.0",
17545]
17546
17547[[package]]
17548name = "zeno"
17549version = "0.2.3"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
17552
17553[[package]]
17554name = "zerocopy"
17555version = "0.7.35"
17556source = "registry+https://github.com/rust-lang/crates.io-index"
17557checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17558dependencies = [
17559 "byteorder",
17560 "zerocopy-derive 0.7.35",
17561]
17562
17563[[package]]
17564name = "zerocopy"
17565version = "0.8.18"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17568dependencies = [
17569 "zerocopy-derive 0.8.18",
17570]
17571
17572[[package]]
17573name = "zerocopy-derive"
17574version = "0.7.35"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17577dependencies = [
17578 "proc-macro2",
17579 "quote",
17580 "syn 2.0.100",
17581]
17582
17583[[package]]
17584name = "zerocopy-derive"
17585version = "0.8.18"
17586source = "registry+https://github.com/rust-lang/crates.io-index"
17587checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17588dependencies = [
17589 "proc-macro2",
17590 "quote",
17591 "syn 2.0.100",
17592]
17593
17594[[package]]
17595name = "zerofrom"
17596version = "0.1.5"
17597source = "registry+https://github.com/rust-lang/crates.io-index"
17598checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17599dependencies = [
17600 "zerofrom-derive",
17601]
17602
17603[[package]]
17604name = "zerofrom-derive"
17605version = "0.1.5"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17608dependencies = [
17609 "proc-macro2",
17610 "quote",
17611 "syn 2.0.100",
17612 "synstructure",
17613]
17614
17615[[package]]
17616name = "zeroize"
17617version = "1.8.1"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17620dependencies = [
17621 "zeroize_derive",
17622]
17623
17624[[package]]
17625name = "zeroize_derive"
17626version = "1.4.2"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17629dependencies = [
17630 "proc-macro2",
17631 "quote",
17632 "syn 2.0.100",
17633]
17634
17635[[package]]
17636name = "zeromq"
17637version = "0.5.0-pre"
17638source = "registry+https://github.com/rust-lang/crates.io-index"
17639checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17640dependencies = [
17641 "async-dispatcher",
17642 "async-std",
17643 "async-trait",
17644 "asynchronous-codec",
17645 "bytes 1.10.1",
17646 "crossbeam-queue",
17647 "dashmap 5.5.3",
17648 "futures 0.3.31",
17649 "log",
17650 "num-traits",
17651 "once_cell",
17652 "parking_lot",
17653 "rand 0.8.5",
17654 "regex",
17655 "thiserror 1.0.69",
17656 "uuid",
17657]
17658
17659[[package]]
17660name = "zerovec"
17661version = "0.10.4"
17662source = "registry+https://github.com/rust-lang/crates.io-index"
17663checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17664dependencies = [
17665 "yoke",
17666 "zerofrom",
17667 "zerovec-derive",
17668]
17669
17670[[package]]
17671name = "zerovec-derive"
17672version = "0.10.3"
17673source = "registry+https://github.com/rust-lang/crates.io-index"
17674checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17675dependencies = [
17676 "proc-macro2",
17677 "quote",
17678 "syn 2.0.100",
17679]
17680
17681[[package]]
17682name = "zeta"
17683version = "0.1.0"
17684dependencies = [
17685 "anyhow",
17686 "arrayvec",
17687 "call",
17688 "chrono",
17689 "client",
17690 "clock",
17691 "collections",
17692 "command_palette_hooks",
17693 "ctor",
17694 "db",
17695 "editor",
17696 "env_logger 0.11.7",
17697 "feature_flags",
17698 "fs",
17699 "futures 0.3.31",
17700 "gpui",
17701 "http_client",
17702 "indoc",
17703 "inline_completion",
17704 "language",
17705 "language_model",
17706 "log",
17707 "menu",
17708 "migrator",
17709 "paths",
17710 "postage",
17711 "project",
17712 "regex",
17713 "release_channel",
17714 "reqwest_client",
17715 "rpc",
17716 "serde",
17717 "serde_json",
17718 "settings",
17719 "telemetry",
17720 "telemetry_events",
17721 "theme",
17722 "thiserror 1.0.69",
17723 "tree-sitter-go",
17724 "tree-sitter-rust",
17725 "ui",
17726 "unindent",
17727 "util",
17728 "uuid",
17729 "workspace",
17730 "worktree",
17731 "zed_actions",
17732 "zed_llm_client",
17733]
17734
17735[[package]]
17736name = "zip"
17737version = "0.6.6"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17740dependencies = [
17741 "aes",
17742 "byteorder",
17743 "bzip2",
17744 "constant_time_eq 0.1.5",
17745 "crc32fast",
17746 "crossbeam-utils",
17747 "flate2",
17748 "hmac",
17749 "pbkdf2 0.11.0",
17750 "sha1",
17751 "time",
17752 "zstd",
17753]
17754
17755[[package]]
17756name = "zstd"
17757version = "0.11.2+zstd.1.5.2"
17758source = "registry+https://github.com/rust-lang/crates.io-index"
17759checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17760dependencies = [
17761 "zstd-safe",
17762]
17763
17764[[package]]
17765name = "zstd-safe"
17766version = "5.0.2+zstd.1.5.2"
17767source = "registry+https://github.com/rust-lang/crates.io-index"
17768checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17769dependencies = [
17770 "libc",
17771 "zstd-sys",
17772]
17773
17774[[package]]
17775name = "zstd-sys"
17776version = "2.0.13+zstd.1.5.6"
17777source = "registry+https://github.com/rust-lang/crates.io-index"
17778checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17779dependencies = [
17780 "cc",
17781 "pkg-config",
17782]
17783
17784[[package]]
17785name = "zune-core"
17786version = "0.4.12"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17789
17790[[package]]
17791name = "zune-inflate"
17792version = "0.2.54"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17795dependencies = [
17796 "simd-adler32",
17797]
17798
17799[[package]]
17800name = "zune-jpeg"
17801version = "0.4.13"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17804dependencies = [
17805 "zune-core",
17806]
17807
17808[[package]]
17809name = "zvariant"
17810version = "5.4.0"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17813dependencies = [
17814 "endi",
17815 "enumflags2",
17816 "serde",
17817 "static_assertions",
17818 "url",
17819 "winnow 0.7.1",
17820 "zvariant_derive",
17821 "zvariant_utils",
17822]
17823
17824[[package]]
17825name = "zvariant_derive"
17826version = "5.4.0"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17829dependencies = [
17830 "proc-macro-crate",
17831 "proc-macro2",
17832 "quote",
17833 "syn 2.0.100",
17834 "zvariant_utils",
17835]
17836
17837[[package]]
17838name = "zvariant_utils"
17839version = "3.2.0"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17842dependencies = [
17843 "proc-macro2",
17844 "quote",
17845 "serde",
17846 "static_assertions",
17847 "syn 2.0.100",
17848 "winnow 0.7.1",
17849]