Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension_host",
   13 "futures 0.3.31",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "util",
   20 "workspace",
   21]
   22
   23[[package]]
   24name = "addr2line"
   25version = "0.24.2"
   26source = "registry+https://github.com/rust-lang/crates.io-index"
   27checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   28dependencies = [
   29 "gimli",
   30]
   31
   32[[package]]
   33name = "adler2"
   34version = "2.0.0"
   35source = "registry+https://github.com/rust-lang/crates.io-index"
   36checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   37
   38[[package]]
   39name = "aes"
   40version = "0.8.4"
   41source = "registry+https://github.com/rust-lang/crates.io-index"
   42checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   43dependencies = [
   44 "cfg-if",
   45 "cipher",
   46 "cpufeatures",
   47 "zeroize",
   48]
   49
   50[[package]]
   51name = "ahash"
   52version = "0.7.8"
   53source = "registry+https://github.com/rust-lang/crates.io-index"
   54checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   55dependencies = [
   56 "getrandom 0.2.15",
   57 "once_cell",
   58 "version_check",
   59]
   60
   61[[package]]
   62name = "ahash"
   63version = "0.8.11"
   64source = "registry+https://github.com/rust-lang/crates.io-index"
   65checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
   66dependencies = [
   67 "cfg-if",
   68 "const-random",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy 0.7.35",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.3"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.25.1-dev"
   86source = "git+https://github.com/zed-industries/alacritty.git?branch=add-hush-login-flag#828457c9ff1f7ea0a0469337cc8a37ee3a1b0590"
   87dependencies = [
   88 "base64 0.22.1",
   89 "bitflags 2.8.0",
   90 "home",
   91 "libc",
   92 "log",
   93 "miow",
   94 "parking_lot",
   95 "piper",
   96 "polling",
   97 "regex-automata 0.4.9",
   98 "rustix-openpty",
   99 "serde",
  100 "signal-hook",
  101 "unicode-width",
  102 "vte",
  103 "windows-sys 0.59.0",
  104]
  105
  106[[package]]
  107name = "aliasable"
  108version = "0.1.3"
  109source = "registry+https://github.com/rust-lang/crates.io-index"
  110checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  111
  112[[package]]
  113name = "aligned-vec"
  114version = "0.5.0"
  115source = "registry+https://github.com/rust-lang/crates.io-index"
  116checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  117
  118[[package]]
  119name = "allocator-api2"
  120version = "0.2.21"
  121source = "registry+https://github.com/rust-lang/crates.io-index"
  122checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  123
  124[[package]]
  125name = "alsa"
  126version = "0.9.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
  129dependencies = [
  130 "alsa-sys",
  131 "bitflags 2.8.0",
  132 "cfg-if",
  133 "libc",
  134]
  135
  136[[package]]
  137name = "alsa-sys"
  138version = "0.3.1"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  141dependencies = [
  142 "libc",
  143 "pkg-config",
  144]
  145
  146[[package]]
  147name = "ambient-authority"
  148version = "0.0.2"
  149source = "registry+https://github.com/rust-lang/crates.io-index"
  150checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  151
  152[[package]]
  153name = "ammonia"
  154version = "4.0.0"
  155source = "registry+https://github.com/rust-lang/crates.io-index"
  156checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
  157dependencies = [
  158 "html5ever",
  159 "maplit",
  160 "once_cell",
  161 "tendril",
  162 "url",
  163]
  164
  165[[package]]
  166name = "android-tzdata"
  167version = "0.1.1"
  168source = "registry+https://github.com/rust-lang/crates.io-index"
  169checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  170
  171[[package]]
  172name = "android_system_properties"
  173version = "0.1.5"
  174source = "registry+https://github.com/rust-lang/crates.io-index"
  175checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  176dependencies = [
  177 "libc",
  178]
  179
  180[[package]]
  181name = "anes"
  182version = "0.1.6"
  183source = "registry+https://github.com/rust-lang/crates.io-index"
  184checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  185
  186[[package]]
  187name = "anstream"
  188version = "0.6.18"
  189source = "registry+https://github.com/rust-lang/crates.io-index"
  190checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  191dependencies = [
  192 "anstyle",
  193 "anstyle-parse",
  194 "anstyle-query",
  195 "anstyle-wincon",
  196 "colorchoice",
  197 "is_terminal_polyfill",
  198 "utf8parse",
  199]
  200
  201[[package]]
  202name = "anstyle"
  203version = "1.0.10"
  204source = "registry+https://github.com/rust-lang/crates.io-index"
  205checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  206
  207[[package]]
  208name = "anstyle-parse"
  209version = "0.2.6"
  210source = "registry+https://github.com/rust-lang/crates.io-index"
  211checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  212dependencies = [
  213 "utf8parse",
  214]
  215
  216[[package]]
  217name = "anstyle-query"
  218version = "1.1.2"
  219source = "registry+https://github.com/rust-lang/crates.io-index"
  220checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  221dependencies = [
  222 "windows-sys 0.59.0",
  223]
  224
  225[[package]]
  226name = "anstyle-wincon"
  227version = "3.0.6"
  228source = "registry+https://github.com/rust-lang/crates.io-index"
  229checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  230dependencies = [
  231 "anstyle",
  232 "windows-sys 0.59.0",
  233]
  234
  235[[package]]
  236name = "anthropic"
  237version = "0.1.0"
  238dependencies = [
  239 "anyhow",
  240 "chrono",
  241 "futures 0.3.31",
  242 "http_client",
  243 "schemars",
  244 "serde",
  245 "serde_json",
  246 "strum",
  247 "thiserror 2.0.12",
  248 "util",
  249]
  250
  251[[package]]
  252name = "any_vec"
  253version = "0.14.0"
  254source = "registry+https://github.com/rust-lang/crates.io-index"
  255checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  256
  257[[package]]
  258name = "anyhow"
  259version = "1.0.97"
  260source = "registry+https://github.com/rust-lang/crates.io-index"
  261checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
  262
  263[[package]]
  264name = "approx"
  265version = "0.5.1"
  266source = "registry+https://github.com/rust-lang/crates.io-index"
  267checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  268dependencies = [
  269 "num-traits",
  270]
  271
  272[[package]]
  273name = "arbitrary"
  274version = "1.4.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
  277
  278[[package]]
  279name = "arg_enum_proc_macro"
  280version = "0.3.4"
  281source = "registry+https://github.com/rust-lang/crates.io-index"
  282checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  283dependencies = [
  284 "proc-macro2",
  285 "quote",
  286 "syn 2.0.100",
  287]
  288
  289[[package]]
  290name = "arraydeque"
  291version = "0.5.1"
  292source = "registry+https://github.com/rust-lang/crates.io-index"
  293checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  294
  295[[package]]
  296name = "arrayref"
  297version = "0.3.9"
  298source = "registry+https://github.com/rust-lang/crates.io-index"
  299checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  300
  301[[package]]
  302name = "arrayvec"
  303version = "0.7.6"
  304source = "registry+https://github.com/rust-lang/crates.io-index"
  305checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  306dependencies = [
  307 "serde",
  308]
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.11.0"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
  347dependencies = [
  348 "async-fs",
  349 "async-net",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.9.0",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "askpass"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "futures 0.3.31",
  366 "gpui",
  367 "smol",
  368 "tempfile",
  369 "util",
  370 "which 6.0.3",
  371]
  372
  373[[package]]
  374name = "assets"
  375version = "0.1.0"
  376dependencies = [
  377 "anyhow",
  378 "gpui",
  379 "rust-embed",
  380]
  381
  382[[package]]
  383name = "assistant"
  384version = "0.1.0"
  385dependencies = [
  386 "anyhow",
  387 "assistant_context_editor",
  388 "assistant_settings",
  389 "assistant_slash_command",
  390 "assistant_slash_commands",
  391 "assistant_tool",
  392 "async-watch",
  393 "client",
  394 "collections",
  395 "command_palette_hooks",
  396 "context_server",
  397 "ctor",
  398 "db",
  399 "editor",
  400 "env_logger 0.11.7",
  401 "feature_flags",
  402 "fs",
  403 "futures 0.3.31",
  404 "gpui",
  405 "indexed_docs",
  406 "indoc",
  407 "language",
  408 "language_model",
  409 "language_model_selector",
  410 "languages",
  411 "log",
  412 "lsp",
  413 "menu",
  414 "multi_buffer",
  415 "parking_lot",
  416 "paths",
  417 "pretty_assertions",
  418 "project",
  419 "prompt_library",
  420 "prompt_store",
  421 "proto",
  422 "rand 0.8.5",
  423 "rope",
  424 "schemars",
  425 "search",
  426 "semantic_index",
  427 "serde",
  428 "serde_json_lenient",
  429 "settings",
  430 "smol",
  431 "streaming_diff",
  432 "telemetry",
  433 "telemetry_events",
  434 "terminal",
  435 "terminal_view",
  436 "text",
  437 "theme",
  438 "tree-sitter-md",
  439 "ui",
  440 "unindent",
  441 "util",
  442 "workspace",
  443 "zed_actions",
  444]
  445
  446[[package]]
  447name = "assistant2"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "assistant_context_editor",
  452 "assistant_settings",
  453 "assistant_slash_command",
  454 "assistant_tool",
  455 "async-watch",
  456 "chrono",
  457 "client",
  458 "clock",
  459 "collections",
  460 "command_palette_hooks",
  461 "context_server",
  462 "db",
  463 "editor",
  464 "feature_flags",
  465 "file_icons",
  466 "fs",
  467 "futures 0.3.31",
  468 "fuzzy",
  469 "git",
  470 "git_ui",
  471 "gpui",
  472 "heed",
  473 "html_to_markdown",
  474 "http_client",
  475 "indexmap",
  476 "indoc",
  477 "itertools 0.14.0",
  478 "language",
  479 "language_model",
  480 "language_model_selector",
  481 "log",
  482 "lsp",
  483 "markdown",
  484 "menu",
  485 "multi_buffer",
  486 "parking_lot",
  487 "paths",
  488 "picker",
  489 "project",
  490 "prompt_library",
  491 "prompt_store",
  492 "proto",
  493 "rand 0.8.5",
  494 "rope",
  495 "serde",
  496 "serde_json",
  497 "settings",
  498 "smallvec",
  499 "smol",
  500 "streaming_diff",
  501 "telemetry",
  502 "telemetry_events",
  503 "terminal",
  504 "terminal_view",
  505 "text",
  506 "theme",
  507 "time",
  508 "time_format",
  509 "ui",
  510 "util",
  511 "uuid",
  512 "vim_mode_setting",
  513 "workspace",
  514 "zed_actions",
  515]
  516
  517[[package]]
  518name = "assistant_context_editor"
  519version = "0.1.0"
  520dependencies = [
  521 "anyhow",
  522 "assistant_settings",
  523 "assistant_slash_command",
  524 "assistant_slash_commands",
  525 "chrono",
  526 "client",
  527 "clock",
  528 "collections",
  529 "context_server",
  530 "editor",
  531 "fs",
  532 "futures 0.3.31",
  533 "fuzzy",
  534 "gpui",
  535 "indexed_docs",
  536 "language",
  537 "language_model",
  538 "language_model_selector",
  539 "languages",
  540 "log",
  541 "multi_buffer",
  542 "open_ai",
  543 "parking_lot",
  544 "paths",
  545 "picker",
  546 "pretty_assertions",
  547 "project",
  548 "prompt_store",
  549 "rand 0.8.5",
  550 "regex",
  551 "rope",
  552 "rpc",
  553 "serde",
  554 "serde_json",
  555 "settings",
  556 "smallvec",
  557 "smol",
  558 "strum",
  559 "telemetry_events",
  560 "text",
  561 "theme",
  562 "tree-sitter-md",
  563 "ui",
  564 "unindent",
  565 "util",
  566 "uuid",
  567 "workspace",
  568]
  569
  570[[package]]
  571name = "assistant_eval"
  572version = "0.1.0"
  573dependencies = [
  574 "anyhow",
  575 "assistant2",
  576 "assistant_tool",
  577 "assistant_tools",
  578 "clap",
  579 "client",
  580 "collections",
  581 "context_server",
  582 "env_logger 0.11.7",
  583 "fs",
  584 "futures 0.3.31",
  585 "gpui",
  586 "gpui_tokio",
  587 "itertools 0.14.0",
  588 "language",
  589 "language_model",
  590 "language_models",
  591 "node_runtime",
  592 "project",
  593 "prompt_store",
  594 "regex",
  595 "release_channel",
  596 "reqwest_client",
  597 "serde",
  598 "serde_json",
  599 "serde_json_lenient",
  600 "settings",
  601 "smol",
  602 "util",
  603]
  604
  605[[package]]
  606name = "assistant_settings"
  607version = "0.1.0"
  608dependencies = [
  609 "anthropic",
  610 "anyhow",
  611 "deepseek",
  612 "feature_flags",
  613 "fs",
  614 "gpui",
  615 "indexmap",
  616 "language_model",
  617 "lmstudio",
  618 "log",
  619 "ollama",
  620 "open_ai",
  621 "paths",
  622 "schemars",
  623 "serde",
  624 "serde_json_lenient",
  625 "settings",
  626]
  627
  628[[package]]
  629name = "assistant_slash_command"
  630version = "0.1.0"
  631dependencies = [
  632 "anyhow",
  633 "async-trait",
  634 "collections",
  635 "derive_more",
  636 "extension",
  637 "futures 0.3.31",
  638 "gpui",
  639 "language",
  640 "language_model",
  641 "parking_lot",
  642 "pretty_assertions",
  643 "serde",
  644 "serde_json",
  645 "ui",
  646 "workspace",
  647]
  648
  649[[package]]
  650name = "assistant_slash_commands"
  651version = "0.1.0"
  652dependencies = [
  653 "anyhow",
  654 "assistant_slash_command",
  655 "cargo_toml",
  656 "chrono",
  657 "collections",
  658 "context_server",
  659 "editor",
  660 "env_logger 0.11.7",
  661 "feature_flags",
  662 "fs",
  663 "futures 0.3.31",
  664 "fuzzy",
  665 "globset",
  666 "gpui",
  667 "html_to_markdown",
  668 "http_client",
  669 "indexed_docs",
  670 "language",
  671 "language_model",
  672 "log",
  673 "pretty_assertions",
  674 "project",
  675 "prompt_store",
  676 "rope",
  677 "schemars",
  678 "semantic_index",
  679 "serde",
  680 "serde_json",
  681 "settings",
  682 "smol",
  683 "terminal_view",
  684 "text",
  685 "toml 0.8.20",
  686 "ui",
  687 "util",
  688 "workspace",
  689 "worktree",
  690]
  691
  692[[package]]
  693name = "assistant_tool"
  694version = "0.1.0"
  695dependencies = [
  696 "anyhow",
  697 "clock",
  698 "collections",
  699 "derive_more",
  700 "gpui",
  701 "language",
  702 "language_model",
  703 "parking_lot",
  704 "project",
  705 "serde",
  706 "serde_json",
  707]
  708
  709[[package]]
  710name = "assistant_tools"
  711version = "0.1.0"
  712dependencies = [
  713 "anyhow",
  714 "assistant_tool",
  715 "chrono",
  716 "collections",
  717 "feature_flags",
  718 "futures 0.3.31",
  719 "gpui",
  720 "html_to_markdown",
  721 "http_client",
  722 "itertools 0.14.0",
  723 "language",
  724 "language_model",
  725 "project",
  726 "rand 0.8.5",
  727 "release_channel",
  728 "schemars",
  729 "serde",
  730 "serde_json",
  731 "settings",
  732 "theme",
  733 "ui",
  734 "unindent",
  735 "util",
  736 "workspace",
  737 "worktree",
  738]
  739
  740[[package]]
  741name = "async-attributes"
  742version = "1.1.2"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  745dependencies = [
  746 "quote",
  747 "syn 1.0.109",
  748]
  749
  750[[package]]
  751name = "async-broadcast"
  752version = "0.7.2"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  755dependencies = [
  756 "event-listener 5.3.1",
  757 "event-listener-strategy",
  758 "futures-core",
  759 "pin-project-lite",
  760]
  761
  762[[package]]
  763name = "async-channel"
  764version = "1.9.0"
  765source = "registry+https://github.com/rust-lang/crates.io-index"
  766checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  767dependencies = [
  768 "concurrent-queue",
  769 "event-listener 2.5.3",
  770 "futures-core",
  771]
  772
  773[[package]]
  774name = "async-channel"
  775version = "2.3.1"
  776source = "registry+https://github.com/rust-lang/crates.io-index"
  777checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  778dependencies = [
  779 "concurrent-queue",
  780 "event-listener-strategy",
  781 "futures-core",
  782 "pin-project-lite",
  783]
  784
  785[[package]]
  786name = "async-compat"
  787version = "0.2.4"
  788source = "registry+https://github.com/rust-lang/crates.io-index"
  789checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
  790dependencies = [
  791 "futures-core",
  792 "futures-io",
  793 "once_cell",
  794 "pin-project-lite",
  795 "tokio",
  796]
  797
  798[[package]]
  799name = "async-compression"
  800version = "0.4.21"
  801source = "registry+https://github.com/rust-lang/crates.io-index"
  802checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2"
  803dependencies = [
  804 "deflate64",
  805 "flate2",
  806 "futures-core",
  807 "futures-io",
  808 "memchr",
  809 "pin-project-lite",
  810]
  811
  812[[package]]
  813name = "async-dispatcher"
  814version = "0.1.2"
  815source = "registry+https://github.com/rust-lang/crates.io-index"
  816checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  817dependencies = [
  818 "async-task",
  819 "futures-lite 1.13.0",
  820]
  821
  822[[package]]
  823name = "async-executor"
  824version = "1.13.1"
  825source = "registry+https://github.com/rust-lang/crates.io-index"
  826checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
  827dependencies = [
  828 "async-task",
  829 "concurrent-queue",
  830 "fastrand 2.3.0",
  831 "futures-lite 2.6.0",
  832 "slab",
  833]
  834
  835[[package]]
  836name = "async-fs"
  837version = "2.1.2"
  838source = "registry+https://github.com/rust-lang/crates.io-index"
  839checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  840dependencies = [
  841 "async-lock",
  842 "blocking",
  843 "futures-lite 2.6.0",
  844]
  845
  846[[package]]
  847name = "async-global-executor"
  848version = "2.4.1"
  849source = "registry+https://github.com/rust-lang/crates.io-index"
  850checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  851dependencies = [
  852 "async-channel 2.3.1",
  853 "async-executor",
  854 "async-io",
  855 "async-lock",
  856 "blocking",
  857 "futures-lite 2.6.0",
  858 "once_cell",
  859]
  860
  861[[package]]
  862name = "async-io"
  863version = "2.4.0"
  864source = "registry+https://github.com/rust-lang/crates.io-index"
  865checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
  866dependencies = [
  867 "async-lock",
  868 "cfg-if",
  869 "concurrent-queue",
  870 "futures-io",
  871 "futures-lite 2.6.0",
  872 "parking",
  873 "polling",
  874 "rustix",
  875 "slab",
  876 "tracing",
  877 "windows-sys 0.59.0",
  878]
  879
  880[[package]]
  881name = "async-lock"
  882version = "3.4.0"
  883source = "registry+https://github.com/rust-lang/crates.io-index"
  884checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  885dependencies = [
  886 "event-listener 5.3.1",
  887 "event-listener-strategy",
  888 "pin-project-lite",
  889]
  890
  891[[package]]
  892name = "async-native-tls"
  893version = "0.5.0"
  894source = "registry+https://github.com/rust-lang/crates.io-index"
  895checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  896dependencies = [
  897 "futures-util",
  898 "native-tls",
  899 "thiserror 1.0.69",
  900 "url",
  901]
  902
  903[[package]]
  904name = "async-net"
  905version = "2.0.0"
  906source = "registry+https://github.com/rust-lang/crates.io-index"
  907checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  908dependencies = [
  909 "async-io",
  910 "blocking",
  911 "futures-lite 2.6.0",
  912]
  913
  914[[package]]
  915name = "async-pipe"
  916version = "0.1.3"
  917source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  918dependencies = [
  919 "futures 0.3.31",
  920 "log",
  921]
  922
  923[[package]]
  924name = "async-process"
  925version = "2.3.0"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
  928dependencies = [
  929 "async-channel 2.3.1",
  930 "async-io",
  931 "async-lock",
  932 "async-signal",
  933 "async-task",
  934 "blocking",
  935 "cfg-if",
  936 "event-listener 5.3.1",
  937 "futures-lite 2.6.0",
  938 "rustix",
  939 "tracing",
  940]
  941
  942[[package]]
  943name = "async-recursion"
  944version = "0.3.2"
  945source = "registry+https://github.com/rust-lang/crates.io-index"
  946checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  947dependencies = [
  948 "proc-macro2",
  949 "quote",
  950 "syn 1.0.109",
  951]
  952
  953[[package]]
  954name = "async-recursion"
  955version = "1.1.1"
  956source = "registry+https://github.com/rust-lang/crates.io-index"
  957checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  958dependencies = [
  959 "proc-macro2",
  960 "quote",
  961 "syn 2.0.100",
  962]
  963
  964[[package]]
  965name = "async-signal"
  966version = "0.2.10"
  967source = "registry+https://github.com/rust-lang/crates.io-index"
  968checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
  969dependencies = [
  970 "async-io",
  971 "async-lock",
  972 "atomic-waker",
  973 "cfg-if",
  974 "futures-core",
  975 "futures-io",
  976 "rustix",
  977 "signal-hook-registry",
  978 "slab",
  979 "windows-sys 0.59.0",
  980]
  981
  982[[package]]
  983name = "async-std"
  984version = "1.13.1"
  985source = "registry+https://github.com/rust-lang/crates.io-index"
  986checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24"
  987dependencies = [
  988 "async-attributes",
  989 "async-channel 1.9.0",
  990 "async-global-executor",
  991 "async-io",
  992 "async-lock",
  993 "async-process",
  994 "crossbeam-utils",
  995 "futures-channel",
  996 "futures-core",
  997 "futures-io",
  998 "futures-lite 2.6.0",
  999 "gloo-timers",
 1000 "kv-log-macro",
 1001 "log",
 1002 "memchr",
 1003 "once_cell",
 1004 "pin-project-lite",
 1005 "pin-utils",
 1006 "slab",
 1007 "wasm-bindgen-futures",
 1008]
 1009
 1010[[package]]
 1011name = "async-stream"
 1012version = "0.3.6"
 1013source = "registry+https://github.com/rust-lang/crates.io-index"
 1014checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1015dependencies = [
 1016 "async-stream-impl",
 1017 "futures-core",
 1018 "pin-project-lite",
 1019]
 1020
 1021[[package]]
 1022name = "async-stream-impl"
 1023version = "0.3.6"
 1024source = "registry+https://github.com/rust-lang/crates.io-index"
 1025checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1026dependencies = [
 1027 "proc-macro2",
 1028 "quote",
 1029 "syn 2.0.100",
 1030]
 1031
 1032[[package]]
 1033name = "async-stripe"
 1034version = "0.40.0"
 1035source = "git+https://github.com/zed-industries/async-stripe?rev=3672dd4efb7181aa597bf580bf5a2f5d23db6735#3672dd4efb7181aa597bf580bf5a2f5d23db6735"
 1036dependencies = [
 1037 "chrono",
 1038 "futures-util",
 1039 "http-types",
 1040 "hyper 0.14.32",
 1041 "hyper-rustls 0.24.2",
 1042 "serde",
 1043 "serde_json",
 1044 "serde_path_to_error",
 1045 "serde_qs 0.10.1",
 1046 "smart-default",
 1047 "smol_str 0.1.24",
 1048 "thiserror 1.0.69",
 1049 "tokio",
 1050]
 1051
 1052[[package]]
 1053name = "async-tar"
 1054version = "0.5.0"
 1055source = "registry+https://github.com/rust-lang/crates.io-index"
 1056checksum = "a42f905d4f623faf634bbd1e001e84e0efc24694afa64be9ad239bf6ca49e1f8"
 1057dependencies = [
 1058 "async-std",
 1059 "filetime",
 1060 "libc",
 1061 "pin-project",
 1062 "redox_syscall 0.2.16",
 1063 "xattr",
 1064]
 1065
 1066[[package]]
 1067name = "async-task"
 1068version = "4.7.1"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
 1071
 1072[[package]]
 1073name = "async-tls"
 1074version = "0.13.0"
 1075source = "git+https://github.com/zed-industries/async-tls?rev=1e759a4b5e370f87dc15e40756ac4f8815b61d9d#1e759a4b5e370f87dc15e40756ac4f8815b61d9d"
 1076dependencies = [
 1077 "futures-core",
 1078 "futures-io",
 1079 "rustls 0.23.25",
 1080 "rustls-pemfile 2.2.0",
 1081 "webpki-roots",
 1082]
 1083
 1084[[package]]
 1085name = "async-trait"
 1086version = "0.1.88"
 1087source = "registry+https://github.com/rust-lang/crates.io-index"
 1088checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
 1089dependencies = [
 1090 "proc-macro2",
 1091 "quote",
 1092 "syn 2.0.100",
 1093]
 1094
 1095[[package]]
 1096name = "async-tungstenite"
 1097version = "0.28.2"
 1098source = "registry+https://github.com/rust-lang/crates.io-index"
 1099checksum = "1c348fb0b6d132c596eca3dcd941df48fb597aafcb07a738ec41c004b087dc99"
 1100dependencies = [
 1101 "async-std",
 1102 "async-tls",
 1103 "atomic-waker",
 1104 "futures-core",
 1105 "futures-io",
 1106 "futures-task",
 1107 "futures-util",
 1108 "log",
 1109 "pin-project-lite",
 1110 "tungstenite 0.24.0",
 1111]
 1112
 1113[[package]]
 1114name = "async-watch"
 1115version = "0.3.1"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
 1118dependencies = [
 1119 "event-listener 2.5.3",
 1120]
 1121
 1122[[package]]
 1123name = "async_zip"
 1124version = "0.0.17"
 1125source = "registry+https://github.com/rust-lang/crates.io-index"
 1126checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
 1127dependencies = [
 1128 "async-compression",
 1129 "crc32fast",
 1130 "futures-lite 2.6.0",
 1131 "pin-project",
 1132 "thiserror 1.0.69",
 1133]
 1134
 1135[[package]]
 1136name = "asynchronous-codec"
 1137version = "0.7.0"
 1138source = "registry+https://github.com/rust-lang/crates.io-index"
 1139checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1140dependencies = [
 1141 "bytes 1.10.1",
 1142 "futures-sink",
 1143 "futures-util",
 1144 "memchr",
 1145 "pin-project-lite",
 1146]
 1147
 1148[[package]]
 1149name = "atoi"
 1150version = "2.0.0"
 1151source = "registry+https://github.com/rust-lang/crates.io-index"
 1152checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1153dependencies = [
 1154 "num-traits",
 1155]
 1156
 1157[[package]]
 1158name = "atomic"
 1159version = "0.5.3"
 1160source = "registry+https://github.com/rust-lang/crates.io-index"
 1161checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1162
 1163[[package]]
 1164name = "atomic-waker"
 1165version = "1.1.2"
 1166source = "registry+https://github.com/rust-lang/crates.io-index"
 1167checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1168
 1169[[package]]
 1170name = "audio"
 1171version = "0.1.0"
 1172dependencies = [
 1173 "anyhow",
 1174 "collections",
 1175 "derive_more",
 1176 "gpui",
 1177 "parking_lot",
 1178 "rodio",
 1179 "util",
 1180]
 1181
 1182[[package]]
 1183name = "auto_update"
 1184version = "0.1.0"
 1185dependencies = [
 1186 "anyhow",
 1187 "client",
 1188 "db",
 1189 "gpui",
 1190 "http_client",
 1191 "log",
 1192 "paths",
 1193 "release_channel",
 1194 "schemars",
 1195 "serde",
 1196 "serde_json",
 1197 "settings",
 1198 "smol",
 1199 "tempfile",
 1200 "which 6.0.3",
 1201 "workspace",
 1202]
 1203
 1204[[package]]
 1205name = "auto_update_ui"
 1206version = "0.1.0"
 1207dependencies = [
 1208 "anyhow",
 1209 "auto_update",
 1210 "client",
 1211 "editor",
 1212 "gpui",
 1213 "http_client",
 1214 "markdown_preview",
 1215 "release_channel",
 1216 "serde",
 1217 "serde_json",
 1218 "smol",
 1219 "util",
 1220 "workspace",
 1221]
 1222
 1223[[package]]
 1224name = "autocfg"
 1225version = "1.4.0"
 1226source = "registry+https://github.com/rust-lang/crates.io-index"
 1227checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 1228
 1229[[package]]
 1230name = "av1-grain"
 1231version = "0.2.3"
 1232source = "registry+https://github.com/rust-lang/crates.io-index"
 1233checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1234dependencies = [
 1235 "anyhow",
 1236 "arrayvec",
 1237 "log",
 1238 "nom",
 1239 "num-rational",
 1240 "v_frame",
 1241]
 1242
 1243[[package]]
 1244name = "avif-serialize"
 1245version = "0.8.2"
 1246source = "registry+https://github.com/rust-lang/crates.io-index"
 1247checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
 1248dependencies = [
 1249 "arrayvec",
 1250]
 1251
 1252[[package]]
 1253name = "aws-config"
 1254version = "1.5.16"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "50236e4d60fe8458de90a71c0922c761e41755adf091b1b03de1cef537179915"
 1257dependencies = [
 1258 "aws-credential-types",
 1259 "aws-runtime",
 1260 "aws-sdk-sso",
 1261 "aws-sdk-ssooidc",
 1262 "aws-sdk-sts",
 1263 "aws-smithy-async",
 1264 "aws-smithy-http",
 1265 "aws-smithy-json",
 1266 "aws-smithy-runtime",
 1267 "aws-smithy-runtime-api",
 1268 "aws-smithy-types",
 1269 "aws-types",
 1270 "bytes 1.10.1",
 1271 "fastrand 2.3.0",
 1272 "hex",
 1273 "http 0.2.12",
 1274 "ring",
 1275 "time",
 1276 "tokio",
 1277 "tracing",
 1278 "url",
 1279 "zeroize",
 1280]
 1281
 1282[[package]]
 1283name = "aws-credential-types"
 1284version = "1.2.1"
 1285source = "registry+https://github.com/rust-lang/crates.io-index"
 1286checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
 1287dependencies = [
 1288 "aws-smithy-async",
 1289 "aws-smithy-runtime-api",
 1290 "aws-smithy-types",
 1291 "zeroize",
 1292]
 1293
 1294[[package]]
 1295name = "aws-lc-rs"
 1296version = "1.12.6"
 1297source = "registry+https://github.com/rust-lang/crates.io-index"
 1298checksum = "dabb68eb3a7aa08b46fddfd59a3d55c978243557a90ab804769f7e20e67d2b01"
 1299dependencies = [
 1300 "aws-lc-sys",
 1301 "zeroize",
 1302]
 1303
 1304[[package]]
 1305name = "aws-lc-sys"
 1306version = "0.27.0"
 1307source = "registry+https://github.com/rust-lang/crates.io-index"
 1308checksum = "6bbe221bbf523b625a4dd8585c7f38166e31167ec2ca98051dbcb4c3b6e825d2"
 1309dependencies = [
 1310 "bindgen 0.69.5",
 1311 "cc",
 1312 "cmake",
 1313 "dunce",
 1314 "fs_extra",
 1315]
 1316
 1317[[package]]
 1318name = "aws-runtime"
 1319version = "1.5.5"
 1320source = "registry+https://github.com/rust-lang/crates.io-index"
 1321checksum = "76dd04d39cc12844c0994f2c9c5a6f5184c22e9188ec1ff723de41910a21dcad"
 1322dependencies = [
 1323 "aws-credential-types",
 1324 "aws-sigv4",
 1325 "aws-smithy-async",
 1326 "aws-smithy-eventstream",
 1327 "aws-smithy-http",
 1328 "aws-smithy-runtime",
 1329 "aws-smithy-runtime-api",
 1330 "aws-smithy-types",
 1331 "aws-types",
 1332 "bytes 1.10.1",
 1333 "fastrand 2.3.0",
 1334 "http 0.2.12",
 1335 "http-body 0.4.6",
 1336 "once_cell",
 1337 "percent-encoding",
 1338 "pin-project-lite",
 1339 "tracing",
 1340 "uuid",
 1341]
 1342
 1343[[package]]
 1344name = "aws-sdk-bedrockruntime"
 1345version = "1.74.0"
 1346source = "registry+https://github.com/rust-lang/crates.io-index"
 1347checksum = "6938541d1948a543bca23303fec4cff9c36bf0e63b8fa3ae1b337bcb9d5b81af"
 1348dependencies = [
 1349 "aws-credential-types",
 1350 "aws-runtime",
 1351 "aws-smithy-async",
 1352 "aws-smithy-eventstream",
 1353 "aws-smithy-http",
 1354 "aws-smithy-json",
 1355 "aws-smithy-runtime",
 1356 "aws-smithy-runtime-api",
 1357 "aws-smithy-types",
 1358 "aws-types",
 1359 "bytes 1.10.1",
 1360 "fastrand 2.3.0",
 1361 "http 0.2.12",
 1362 "once_cell",
 1363 "regex-lite",
 1364 "tracing",
 1365]
 1366
 1367[[package]]
 1368name = "aws-sdk-kinesis"
 1369version = "1.61.0"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "89f2163d8704e8fdcd51ec6c2e0441c418471e422ee9690451b17a1c46344e1a"
 1372dependencies = [
 1373 "aws-credential-types",
 1374 "aws-runtime",
 1375 "aws-smithy-async",
 1376 "aws-smithy-http",
 1377 "aws-smithy-json",
 1378 "aws-smithy-runtime",
 1379 "aws-smithy-runtime-api",
 1380 "aws-smithy-types",
 1381 "aws-types",
 1382 "bytes 1.10.1",
 1383 "http 0.2.12",
 1384 "once_cell",
 1385 "regex-lite",
 1386 "tracing",
 1387]
 1388
 1389[[package]]
 1390name = "aws-sdk-s3"
 1391version = "1.76.0"
 1392source = "registry+https://github.com/rust-lang/crates.io-index"
 1393checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2"
 1394dependencies = [
 1395 "aws-credential-types",
 1396 "aws-runtime",
 1397 "aws-sigv4",
 1398 "aws-smithy-async",
 1399 "aws-smithy-checksums",
 1400 "aws-smithy-eventstream",
 1401 "aws-smithy-http",
 1402 "aws-smithy-json",
 1403 "aws-smithy-runtime",
 1404 "aws-smithy-runtime-api",
 1405 "aws-smithy-types",
 1406 "aws-smithy-xml",
 1407 "aws-types",
 1408 "bytes 1.10.1",
 1409 "fastrand 2.3.0",
 1410 "hex",
 1411 "hmac",
 1412 "http 0.2.12",
 1413 "http-body 0.4.6",
 1414 "lru",
 1415 "once_cell",
 1416 "percent-encoding",
 1417 "regex-lite",
 1418 "sha2",
 1419 "tracing",
 1420 "url",
 1421]
 1422
 1423[[package]]
 1424name = "aws-sdk-sso"
 1425version = "1.58.0"
 1426source = "registry+https://github.com/rust-lang/crates.io-index"
 1427checksum = "16ff718c9ee45cc1ebd4774a0e086bb80a6ab752b4902edf1c9f56b86ee1f770"
 1428dependencies = [
 1429 "aws-credential-types",
 1430 "aws-runtime",
 1431 "aws-smithy-async",
 1432 "aws-smithy-http",
 1433 "aws-smithy-json",
 1434 "aws-smithy-runtime",
 1435 "aws-smithy-runtime-api",
 1436 "aws-smithy-types",
 1437 "aws-types",
 1438 "bytes 1.10.1",
 1439 "http 0.2.12",
 1440 "once_cell",
 1441 "regex-lite",
 1442 "tracing",
 1443]
 1444
 1445[[package]]
 1446name = "aws-sdk-ssooidc"
 1447version = "1.59.0"
 1448source = "registry+https://github.com/rust-lang/crates.io-index"
 1449checksum = "5183e088715cc135d8d396fdd3bc02f018f0da4c511f53cb8d795b6a31c55809"
 1450dependencies = [
 1451 "aws-credential-types",
 1452 "aws-runtime",
 1453 "aws-smithy-async",
 1454 "aws-smithy-http",
 1455 "aws-smithy-json",
 1456 "aws-smithy-runtime",
 1457 "aws-smithy-runtime-api",
 1458 "aws-smithy-types",
 1459 "aws-types",
 1460 "bytes 1.10.1",
 1461 "http 0.2.12",
 1462 "once_cell",
 1463 "regex-lite",
 1464 "tracing",
 1465]
 1466
 1467[[package]]
 1468name = "aws-sdk-sts"
 1469version = "1.59.0"
 1470source = "registry+https://github.com/rust-lang/crates.io-index"
 1471checksum = "c9f944ef032717596639cea4a2118a3a457268ef51bbb5fde9637e54c465da00"
 1472dependencies = [
 1473 "aws-credential-types",
 1474 "aws-runtime",
 1475 "aws-smithy-async",
 1476 "aws-smithy-http",
 1477 "aws-smithy-json",
 1478 "aws-smithy-query",
 1479 "aws-smithy-runtime",
 1480 "aws-smithy-runtime-api",
 1481 "aws-smithy-types",
 1482 "aws-smithy-xml",
 1483 "aws-types",
 1484 "http 0.2.12",
 1485 "once_cell",
 1486 "regex-lite",
 1487 "tracing",
 1488]
 1489
 1490[[package]]
 1491name = "aws-sigv4"
 1492version = "1.2.9"
 1493source = "registry+https://github.com/rust-lang/crates.io-index"
 1494checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
 1495dependencies = [
 1496 "aws-credential-types",
 1497 "aws-smithy-eventstream",
 1498 "aws-smithy-http",
 1499 "aws-smithy-runtime-api",
 1500 "aws-smithy-types",
 1501 "bytes 1.10.1",
 1502 "crypto-bigint 0.5.5",
 1503 "form_urlencoded",
 1504 "hex",
 1505 "hmac",
 1506 "http 0.2.12",
 1507 "http 1.2.0",
 1508 "once_cell",
 1509 "p256",
 1510 "percent-encoding",
 1511 "ring",
 1512 "sha2",
 1513 "subtle",
 1514 "time",
 1515 "tracing",
 1516 "zeroize",
 1517]
 1518
 1519[[package]]
 1520name = "aws-smithy-async"
 1521version = "1.2.4"
 1522source = "registry+https://github.com/rust-lang/crates.io-index"
 1523checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
 1524dependencies = [
 1525 "futures-util",
 1526 "pin-project-lite",
 1527 "tokio",
 1528]
 1529
 1530[[package]]
 1531name = "aws-smithy-checksums"
 1532version = "0.62.0"
 1533source = "registry+https://github.com/rust-lang/crates.io-index"
 1534checksum = "f2f45a1c384d7a393026bc5f5c177105aa9fa68e4749653b985707ac27d77295"
 1535dependencies = [
 1536 "aws-smithy-http",
 1537 "aws-smithy-types",
 1538 "bytes 1.10.1",
 1539 "crc32c",
 1540 "crc32fast",
 1541 "crc64fast-nvme",
 1542 "hex",
 1543 "http 0.2.12",
 1544 "http-body 0.4.6",
 1545 "md-5",
 1546 "pin-project-lite",
 1547 "sha1",
 1548 "sha2",
 1549 "tracing",
 1550]
 1551
 1552[[package]]
 1553name = "aws-smithy-eventstream"
 1554version = "0.60.6"
 1555source = "registry+https://github.com/rust-lang/crates.io-index"
 1556checksum = "8b18559a41e0c909b77625adf2b8c50de480a8041e5e4a3f5f7d177db70abc5a"
 1557dependencies = [
 1558 "aws-smithy-types",
 1559 "bytes 1.10.1",
 1560 "crc32fast",
 1561]
 1562
 1563[[package]]
 1564name = "aws-smithy-http"
 1565version = "0.60.12"
 1566source = "registry+https://github.com/rust-lang/crates.io-index"
 1567checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
 1568dependencies = [
 1569 "aws-smithy-eventstream",
 1570 "aws-smithy-runtime-api",
 1571 "aws-smithy-types",
 1572 "bytes 1.10.1",
 1573 "bytes-utils",
 1574 "futures-core",
 1575 "http 0.2.12",
 1576 "http-body 0.4.6",
 1577 "once_cell",
 1578 "percent-encoding",
 1579 "pin-project-lite",
 1580 "pin-utils",
 1581 "tracing",
 1582]
 1583
 1584[[package]]
 1585name = "aws-smithy-json"
 1586version = "0.61.2"
 1587source = "registry+https://github.com/rust-lang/crates.io-index"
 1588checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
 1589dependencies = [
 1590 "aws-smithy-types",
 1591]
 1592
 1593[[package]]
 1594name = "aws-smithy-query"
 1595version = "0.60.7"
 1596source = "registry+https://github.com/rust-lang/crates.io-index"
 1597checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
 1598dependencies = [
 1599 "aws-smithy-types",
 1600 "urlencoding",
 1601]
 1602
 1603[[package]]
 1604name = "aws-smithy-runtime"
 1605version = "1.7.8"
 1606source = "registry+https://github.com/rust-lang/crates.io-index"
 1607checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
 1608dependencies = [
 1609 "aws-smithy-async",
 1610 "aws-smithy-http",
 1611 "aws-smithy-runtime-api",
 1612 "aws-smithy-types",
 1613 "bytes 1.10.1",
 1614 "fastrand 2.3.0",
 1615 "h2 0.3.26",
 1616 "http 0.2.12",
 1617 "http-body 0.4.6",
 1618 "http-body 1.0.1",
 1619 "httparse",
 1620 "hyper 0.14.32",
 1621 "hyper-rustls 0.24.2",
 1622 "once_cell",
 1623 "pin-project-lite",
 1624 "pin-utils",
 1625 "rustls 0.21.12",
 1626 "tokio",
 1627 "tracing",
 1628]
 1629
 1630[[package]]
 1631name = "aws-smithy-runtime-api"
 1632version = "1.7.3"
 1633source = "registry+https://github.com/rust-lang/crates.io-index"
 1634checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
 1635dependencies = [
 1636 "aws-smithy-async",
 1637 "aws-smithy-types",
 1638 "bytes 1.10.1",
 1639 "http 0.2.12",
 1640 "http 1.2.0",
 1641 "pin-project-lite",
 1642 "tokio",
 1643 "tracing",
 1644 "zeroize",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-types"
 1649version = "1.2.13"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "c7b8a53819e42f10d0821f56da995e1470b199686a1809168db6ca485665f042"
 1652dependencies = [
 1653 "base64-simd",
 1654 "bytes 1.10.1",
 1655 "bytes-utils",
 1656 "futures-core",
 1657 "http 0.2.12",
 1658 "http 1.2.0",
 1659 "http-body 0.4.6",
 1660 "http-body 1.0.1",
 1661 "http-body-util",
 1662 "itoa",
 1663 "num-integer",
 1664 "pin-project-lite",
 1665 "pin-utils",
 1666 "ryu",
 1667 "serde",
 1668 "time",
 1669 "tokio",
 1670 "tokio-util",
 1671]
 1672
 1673[[package]]
 1674name = "aws-smithy-xml"
 1675version = "0.60.9"
 1676source = "registry+https://github.com/rust-lang/crates.io-index"
 1677checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
 1678dependencies = [
 1679 "xmlparser",
 1680]
 1681
 1682[[package]]
 1683name = "aws-types"
 1684version = "1.3.5"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "dfbd0a668309ec1f66c0f6bda4840dd6d4796ae26d699ebc266d7cc95c6d040f"
 1687dependencies = [
 1688 "aws-credential-types",
 1689 "aws-smithy-async",
 1690 "aws-smithy-runtime-api",
 1691 "aws-smithy-types",
 1692 "rustc_version",
 1693 "tracing",
 1694]
 1695
 1696[[package]]
 1697name = "aws_http_client"
 1698version = "0.1.0"
 1699dependencies = [
 1700 "aws-smithy-runtime-api",
 1701 "aws-smithy-types",
 1702 "futures 0.3.31",
 1703 "http_client",
 1704 "tokio",
 1705]
 1706
 1707[[package]]
 1708name = "axum"
 1709version = "0.6.20"
 1710source = "registry+https://github.com/rust-lang/crates.io-index"
 1711checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1712dependencies = [
 1713 "async-trait",
 1714 "axum-core",
 1715 "base64 0.21.7",
 1716 "bitflags 1.3.2",
 1717 "bytes 1.10.1",
 1718 "futures-util",
 1719 "headers",
 1720 "http 0.2.12",
 1721 "http-body 0.4.6",
 1722 "hyper 0.14.32",
 1723 "itoa",
 1724 "matchit",
 1725 "memchr",
 1726 "mime",
 1727 "percent-encoding",
 1728 "pin-project-lite",
 1729 "rustversion",
 1730 "serde",
 1731 "serde_json",
 1732 "serde_path_to_error",
 1733 "serde_urlencoded",
 1734 "sha1",
 1735 "sync_wrapper 0.1.2",
 1736 "tokio",
 1737 "tokio-tungstenite 0.20.1",
 1738 "tower",
 1739 "tower-layer",
 1740 "tower-service",
 1741]
 1742
 1743[[package]]
 1744name = "axum-core"
 1745version = "0.3.4"
 1746source = "registry+https://github.com/rust-lang/crates.io-index"
 1747checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1748dependencies = [
 1749 "async-trait",
 1750 "bytes 1.10.1",
 1751 "futures-util",
 1752 "http 0.2.12",
 1753 "http-body 0.4.6",
 1754 "mime",
 1755 "rustversion",
 1756 "tower-layer",
 1757 "tower-service",
 1758]
 1759
 1760[[package]]
 1761name = "axum-extra"
 1762version = "0.4.2"
 1763source = "registry+https://github.com/rust-lang/crates.io-index"
 1764checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1765dependencies = [
 1766 "axum",
 1767 "bytes 1.10.1",
 1768 "futures-util",
 1769 "http 0.2.12",
 1770 "mime",
 1771 "pin-project-lite",
 1772 "serde",
 1773 "serde_json",
 1774 "tokio",
 1775 "tower",
 1776 "tower-http 0.3.5",
 1777 "tower-layer",
 1778 "tower-service",
 1779]
 1780
 1781[[package]]
 1782name = "backtrace"
 1783version = "0.3.74"
 1784source = "registry+https://github.com/rust-lang/crates.io-index"
 1785checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 1786dependencies = [
 1787 "addr2line",
 1788 "cfg-if",
 1789 "libc",
 1790 "miniz_oxide",
 1791 "object",
 1792 "rustc-demangle",
 1793 "windows-targets 0.52.6",
 1794]
 1795
 1796[[package]]
 1797name = "base16ct"
 1798version = "0.1.1"
 1799source = "registry+https://github.com/rust-lang/crates.io-index"
 1800checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1801
 1802[[package]]
 1803name = "base64"
 1804version = "0.13.1"
 1805source = "registry+https://github.com/rust-lang/crates.io-index"
 1806checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1807
 1808[[package]]
 1809name = "base64"
 1810version = "0.21.7"
 1811source = "registry+https://github.com/rust-lang/crates.io-index"
 1812checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1813
 1814[[package]]
 1815name = "base64"
 1816version = "0.22.1"
 1817source = "registry+https://github.com/rust-lang/crates.io-index"
 1818checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1819
 1820[[package]]
 1821name = "base64-simd"
 1822version = "0.8.0"
 1823source = "registry+https://github.com/rust-lang/crates.io-index"
 1824checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1825dependencies = [
 1826 "outref",
 1827 "vsimd",
 1828]
 1829
 1830[[package]]
 1831name = "base64ct"
 1832version = "1.6.0"
 1833source = "registry+https://github.com/rust-lang/crates.io-index"
 1834checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1835
 1836[[package]]
 1837name = "bedrock"
 1838version = "0.1.0"
 1839dependencies = [
 1840 "anyhow",
 1841 "aws-sdk-bedrockruntime",
 1842 "aws-smithy-types",
 1843 "futures 0.3.31",
 1844 "schemars",
 1845 "serde",
 1846 "serde_json",
 1847 "strum",
 1848 "thiserror 2.0.12",
 1849 "tokio",
 1850]
 1851
 1852[[package]]
 1853name = "bigdecimal"
 1854version = "0.4.7"
 1855source = "registry+https://github.com/rust-lang/crates.io-index"
 1856checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
 1857dependencies = [
 1858 "autocfg",
 1859 "libm",
 1860 "num-bigint",
 1861 "num-integer",
 1862 "num-traits",
 1863 "serde",
 1864]
 1865
 1866[[package]]
 1867name = "bincode"
 1868version = "1.3.3"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1871dependencies = [
 1872 "serde",
 1873]
 1874
 1875[[package]]
 1876name = "bindgen"
 1877version = "0.69.5"
 1878source = "registry+https://github.com/rust-lang/crates.io-index"
 1879checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
 1880dependencies = [
 1881 "bitflags 2.8.0",
 1882 "cexpr",
 1883 "clang-sys",
 1884 "itertools 0.12.1",
 1885 "lazy_static",
 1886 "lazycell",
 1887 "log",
 1888 "prettyplease",
 1889 "proc-macro2",
 1890 "quote",
 1891 "regex",
 1892 "rustc-hash 1.1.0",
 1893 "shlex",
 1894 "syn 2.0.100",
 1895 "which 4.4.2",
 1896]
 1897
 1898[[package]]
 1899name = "bindgen"
 1900version = "0.70.1"
 1901source = "registry+https://github.com/rust-lang/crates.io-index"
 1902checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
 1903dependencies = [
 1904 "bitflags 2.8.0",
 1905 "cexpr",
 1906 "clang-sys",
 1907 "itertools 0.12.1",
 1908 "log",
 1909 "prettyplease",
 1910 "proc-macro2",
 1911 "quote",
 1912 "regex",
 1913 "rustc-hash 1.1.0",
 1914 "shlex",
 1915 "syn 2.0.100",
 1916]
 1917
 1918[[package]]
 1919name = "bit-set"
 1920version = "0.5.3"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1923dependencies = [
 1924 "bit-vec 0.6.3",
 1925]
 1926
 1927[[package]]
 1928name = "bit-set"
 1929version = "0.8.0"
 1930source = "registry+https://github.com/rust-lang/crates.io-index"
 1931checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1932dependencies = [
 1933 "bit-vec 0.8.0",
 1934]
 1935
 1936[[package]]
 1937name = "bit-vec"
 1938version = "0.6.3"
 1939source = "registry+https://github.com/rust-lang/crates.io-index"
 1940checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1941
 1942[[package]]
 1943name = "bit-vec"
 1944version = "0.8.0"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1947
 1948[[package]]
 1949name = "bit_field"
 1950version = "0.10.2"
 1951source = "registry+https://github.com/rust-lang/crates.io-index"
 1952checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1953
 1954[[package]]
 1955name = "bitflags"
 1956version = "1.3.2"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1959
 1960[[package]]
 1961name = "bitflags"
 1962version = "2.8.0"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
 1965dependencies = [
 1966 "serde",
 1967]
 1968
 1969[[package]]
 1970name = "bitstream-io"
 1971version = "2.6.0"
 1972source = "registry+https://github.com/rust-lang/crates.io-index"
 1973checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1974
 1975[[package]]
 1976name = "bitvec"
 1977version = "1.0.1"
 1978source = "registry+https://github.com/rust-lang/crates.io-index"
 1979checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1980dependencies = [
 1981 "funty",
 1982 "radium",
 1983 "tap",
 1984 "wyz",
 1985]
 1986
 1987[[package]]
 1988name = "blade-graphics"
 1989version = "0.6.0"
 1990source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 1991dependencies = [
 1992 "ash",
 1993 "ash-window",
 1994 "bitflags 2.8.0",
 1995 "bytemuck",
 1996 "codespan-reporting",
 1997 "glow",
 1998 "gpu-alloc",
 1999 "gpu-alloc-ash",
 2000 "hidden-trait",
 2001 "js-sys",
 2002 "khronos-egl",
 2003 "libloading",
 2004 "log",
 2005 "mint",
 2006 "naga",
 2007 "objc2",
 2008 "objc2-app-kit",
 2009 "objc2-foundation",
 2010 "objc2-metal",
 2011 "objc2-quartz-core",
 2012 "objc2-ui-kit",
 2013 "raw-window-handle",
 2014 "slab",
 2015 "wasm-bindgen",
 2016 "web-sys",
 2017]
 2018
 2019[[package]]
 2020name = "blade-macros"
 2021version = "0.3.0"
 2022source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2023dependencies = [
 2024 "proc-macro2",
 2025 "quote",
 2026 "syn 2.0.100",
 2027]
 2028
 2029[[package]]
 2030name = "blade-util"
 2031version = "0.2.0"
 2032source = "git+https://github.com/kvark/blade?rev=b16f5c7bd873c7126f48c82c39e7ae64602ae74f#b16f5c7bd873c7126f48c82c39e7ae64602ae74f"
 2033dependencies = [
 2034 "blade-graphics",
 2035 "bytemuck",
 2036 "log",
 2037 "profiling",
 2038]
 2039
 2040[[package]]
 2041name = "blake3"
 2042version = "1.6.1"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "675f87afced0413c9bb02843499dbbd3882a237645883f71a2b59644a6d2f753"
 2045dependencies = [
 2046 "arrayref",
 2047 "arrayvec",
 2048 "cc",
 2049 "cfg-if",
 2050 "constant_time_eq 0.3.1",
 2051]
 2052
 2053[[package]]
 2054name = "block"
 2055version = "0.1.6"
 2056source = "registry+https://github.com/rust-lang/crates.io-index"
 2057checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2058
 2059[[package]]
 2060name = "block-buffer"
 2061version = "0.10.4"
 2062source = "registry+https://github.com/rust-lang/crates.io-index"
 2063checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2064dependencies = [
 2065 "generic-array",
 2066]
 2067
 2068[[package]]
 2069name = "block-padding"
 2070version = "0.3.3"
 2071source = "registry+https://github.com/rust-lang/crates.io-index"
 2072checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2073dependencies = [
 2074 "generic-array",
 2075]
 2076
 2077[[package]]
 2078name = "block2"
 2079version = "0.5.1"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
 2082dependencies = [
 2083 "objc2",
 2084]
 2085
 2086[[package]]
 2087name = "blocking"
 2088version = "1.6.1"
 2089source = "registry+https://github.com/rust-lang/crates.io-index"
 2090checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
 2091dependencies = [
 2092 "async-channel 2.3.1",
 2093 "async-task",
 2094 "futures-io",
 2095 "futures-lite 2.6.0",
 2096 "piper",
 2097]
 2098
 2099[[package]]
 2100name = "borsh"
 2101version = "1.5.3"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
 2104dependencies = [
 2105 "borsh-derive",
 2106 "cfg_aliases 0.2.1",
 2107]
 2108
 2109[[package]]
 2110name = "borsh-derive"
 2111version = "1.5.3"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
 2114dependencies = [
 2115 "once_cell",
 2116 "proc-macro-crate",
 2117 "proc-macro2",
 2118 "quote",
 2119 "syn 2.0.100",
 2120]
 2121
 2122[[package]]
 2123name = "breadcrumbs"
 2124version = "0.1.0"
 2125dependencies = [
 2126 "editor",
 2127 "gpui",
 2128 "itertools 0.14.0",
 2129 "theme",
 2130 "ui",
 2131 "workspace",
 2132 "zed_actions",
 2133]
 2134
 2135[[package]]
 2136name = "bstr"
 2137version = "1.11.1"
 2138source = "registry+https://github.com/rust-lang/crates.io-index"
 2139checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
 2140dependencies = [
 2141 "memchr",
 2142 "regex-automata 0.4.9",
 2143 "serde",
 2144]
 2145
 2146[[package]]
 2147name = "buffer_diff"
 2148version = "0.1.0"
 2149dependencies = [
 2150 "anyhow",
 2151 "clock",
 2152 "ctor",
 2153 "env_logger 0.11.7",
 2154 "futures 0.3.31",
 2155 "git2",
 2156 "gpui",
 2157 "language",
 2158 "log",
 2159 "pretty_assertions",
 2160 "rand 0.8.5",
 2161 "rope",
 2162 "serde_json",
 2163 "sum_tree",
 2164 "text",
 2165 "unindent",
 2166 "util",
 2167]
 2168
 2169[[package]]
 2170name = "built"
 2171version = "0.7.5"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
 2174
 2175[[package]]
 2176name = "bumpalo"
 2177version = "3.16.0"
 2178source = "registry+https://github.com/rust-lang/crates.io-index"
 2179checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
 2180dependencies = [
 2181 "allocator-api2",
 2182]
 2183
 2184[[package]]
 2185name = "by_address"
 2186version = "1.2.1"
 2187source = "registry+https://github.com/rust-lang/crates.io-index"
 2188checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2189
 2190[[package]]
 2191name = "bytecheck"
 2192version = "0.6.12"
 2193source = "registry+https://github.com/rust-lang/crates.io-index"
 2194checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2195dependencies = [
 2196 "bytecheck_derive",
 2197 "ptr_meta",
 2198 "simdutf8",
 2199]
 2200
 2201[[package]]
 2202name = "bytecheck_derive"
 2203version = "0.6.12"
 2204source = "registry+https://github.com/rust-lang/crates.io-index"
 2205checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2206dependencies = [
 2207 "proc-macro2",
 2208 "quote",
 2209 "syn 1.0.109",
 2210]
 2211
 2212[[package]]
 2213name = "bytemuck"
 2214version = "1.21.0"
 2215source = "registry+https://github.com/rust-lang/crates.io-index"
 2216checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
 2217dependencies = [
 2218 "bytemuck_derive",
 2219]
 2220
 2221[[package]]
 2222name = "bytemuck_derive"
 2223version = "1.8.0"
 2224source = "registry+https://github.com/rust-lang/crates.io-index"
 2225checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
 2226dependencies = [
 2227 "proc-macro2",
 2228 "quote",
 2229 "syn 2.0.100",
 2230]
 2231
 2232[[package]]
 2233name = "byteorder"
 2234version = "1.5.0"
 2235source = "registry+https://github.com/rust-lang/crates.io-index"
 2236checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2237
 2238[[package]]
 2239name = "byteorder-lite"
 2240version = "0.1.0"
 2241source = "registry+https://github.com/rust-lang/crates.io-index"
 2242checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2243
 2244[[package]]
 2245name = "bytes"
 2246version = "0.4.12"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2249dependencies = [
 2250 "byteorder",
 2251 "iovec",
 2252]
 2253
 2254[[package]]
 2255name = "bytes"
 2256version = "1.10.1"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 2259
 2260[[package]]
 2261name = "bytes-utils"
 2262version = "0.1.4"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2265dependencies = [
 2266 "bytes 1.10.1",
 2267 "either",
 2268]
 2269
 2270[[package]]
 2271name = "bzip2"
 2272version = "0.4.4"
 2273source = "registry+https://github.com/rust-lang/crates.io-index"
 2274checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2275dependencies = [
 2276 "bzip2-sys",
 2277 "libc",
 2278]
 2279
 2280[[package]]
 2281name = "bzip2-sys"
 2282version = "0.1.11+1.0.8"
 2283source = "registry+https://github.com/rust-lang/crates.io-index"
 2284checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 2285dependencies = [
 2286 "cc",
 2287 "libc",
 2288 "pkg-config",
 2289]
 2290
 2291[[package]]
 2292name = "call"
 2293version = "0.1.0"
 2294dependencies = [
 2295 "anyhow",
 2296 "audio",
 2297 "client",
 2298 "collections",
 2299 "fs",
 2300 "futures 0.3.31",
 2301 "gpui",
 2302 "http_client",
 2303 "language",
 2304 "livekit_client",
 2305 "livekit_client_macos",
 2306 "log",
 2307 "postage",
 2308 "project",
 2309 "schemars",
 2310 "serde",
 2311 "serde_derive",
 2312 "settings",
 2313 "telemetry",
 2314 "util",
 2315]
 2316
 2317[[package]]
 2318name = "calloop"
 2319version = "0.13.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 2322dependencies = [
 2323 "bitflags 2.8.0",
 2324 "log",
 2325 "polling",
 2326 "rustix",
 2327 "slab",
 2328 "thiserror 1.0.69",
 2329]
 2330
 2331[[package]]
 2332name = "calloop-wayland-source"
 2333version = "0.3.0"
 2334source = "registry+https://github.com/rust-lang/crates.io-index"
 2335checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 2336dependencies = [
 2337 "calloop",
 2338 "rustix",
 2339 "wayland-backend",
 2340 "wayland-client",
 2341]
 2342
 2343[[package]]
 2344name = "camino"
 2345version = "1.1.9"
 2346source = "registry+https://github.com/rust-lang/crates.io-index"
 2347checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
 2348dependencies = [
 2349 "serde",
 2350]
 2351
 2352[[package]]
 2353name = "cap-fs-ext"
 2354version = "3.4.2"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "7f78efdd7378980d79c0f36b519e51191742d2c9f91ffa5e228fba9f3806d2e1"
 2357dependencies = [
 2358 "cap-primitives",
 2359 "cap-std",
 2360 "io-lifetimes",
 2361 "windows-sys 0.59.0",
 2362]
 2363
 2364[[package]]
 2365name = "cap-net-ext"
 2366version = "3.4.2"
 2367source = "registry+https://github.com/rust-lang/crates.io-index"
 2368checksum = "4ac68674a6042af2bcee1adad9f6abd432642cf03444ce3a5b36c3f39f23baf8"
 2369dependencies = [
 2370 "cap-primitives",
 2371 "cap-std",
 2372 "rustix",
 2373 "smallvec",
 2374]
 2375
 2376[[package]]
 2377name = "cap-primitives"
 2378version = "3.4.2"
 2379source = "registry+https://github.com/rust-lang/crates.io-index"
 2380checksum = "8fc15faeed2223d8b8e8cc1857f5861935a06d06713c4ac106b722ae9ce3c369"
 2381dependencies = [
 2382 "ambient-authority",
 2383 "fs-set-times",
 2384 "io-extras",
 2385 "io-lifetimes",
 2386 "ipnet",
 2387 "maybe-owned",
 2388 "rustix",
 2389 "windows-sys 0.59.0",
 2390 "winx",
 2391]
 2392
 2393[[package]]
 2394name = "cap-rand"
 2395version = "3.4.2"
 2396source = "registry+https://github.com/rust-lang/crates.io-index"
 2397checksum = "dea13372b49df066d1ae654e5c6e41799c1efd9f6b36794b921e877ea4037977"
 2398dependencies = [
 2399 "ambient-authority",
 2400 "rand 0.8.5",
 2401]
 2402
 2403[[package]]
 2404name = "cap-std"
 2405version = "3.4.2"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "c3dbd3e8e8d093d6ccb4b512264869e1281cdb032f7940bd50b2894f96f25609"
 2408dependencies = [
 2409 "cap-primitives",
 2410 "io-extras",
 2411 "io-lifetimes",
 2412 "rustix",
 2413]
 2414
 2415[[package]]
 2416name = "cap-time-ext"
 2417version = "3.4.2"
 2418source = "registry+https://github.com/rust-lang/crates.io-index"
 2419checksum = "bd736b20fc033f564a1995fb82fc349146de43aabba19c7368b4cb17d8f9ea53"
 2420dependencies = [
 2421 "ambient-authority",
 2422 "cap-primitives",
 2423 "iana-time-zone",
 2424 "once_cell",
 2425 "rustix",
 2426 "winx",
 2427]
 2428
 2429[[package]]
 2430name = "cargo-platform"
 2431version = "0.1.9"
 2432source = "registry+https://github.com/rust-lang/crates.io-index"
 2433checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2434dependencies = [
 2435 "serde",
 2436]
 2437
 2438[[package]]
 2439name = "cargo_metadata"
 2440version = "0.19.2"
 2441source = "registry+https://github.com/rust-lang/crates.io-index"
 2442checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2443dependencies = [
 2444 "camino",
 2445 "cargo-platform",
 2446 "semver",
 2447 "serde",
 2448 "serde_json",
 2449 "thiserror 2.0.12",
 2450]
 2451
 2452[[package]]
 2453name = "cargo_toml"
 2454version = "0.21.0"
 2455source = "registry+https://github.com/rust-lang/crates.io-index"
 2456checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2457dependencies = [
 2458 "serde",
 2459 "toml 0.8.20",
 2460]
 2461
 2462[[package]]
 2463name = "cast"
 2464version = "0.3.0"
 2465source = "registry+https://github.com/rust-lang/crates.io-index"
 2466checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2467
 2468[[package]]
 2469name = "cbc"
 2470version = "0.1.2"
 2471source = "registry+https://github.com/rust-lang/crates.io-index"
 2472checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2473dependencies = [
 2474 "cipher",
 2475]
 2476
 2477[[package]]
 2478name = "cbindgen"
 2479version = "0.27.0"
 2480source = "registry+https://github.com/rust-lang/crates.io-index"
 2481checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb"
 2482dependencies = [
 2483 "clap",
 2484 "heck 0.4.1",
 2485 "indexmap",
 2486 "log",
 2487 "proc-macro2",
 2488 "quote",
 2489 "serde",
 2490 "serde_json",
 2491 "syn 2.0.100",
 2492 "tempfile",
 2493 "toml 0.8.20",
 2494]
 2495
 2496[[package]]
 2497name = "cbindgen"
 2498version = "0.28.0"
 2499source = "registry+https://github.com/rust-lang/crates.io-index"
 2500checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2501dependencies = [
 2502 "heck 0.4.1",
 2503 "indexmap",
 2504 "log",
 2505 "proc-macro2",
 2506 "quote",
 2507 "serde",
 2508 "serde_json",
 2509 "syn 2.0.100",
 2510 "tempfile",
 2511 "toml 0.8.20",
 2512]
 2513
 2514[[package]]
 2515name = "cc"
 2516version = "1.2.12"
 2517source = "registry+https://github.com/rust-lang/crates.io-index"
 2518checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2"
 2519dependencies = [
 2520 "jobserver",
 2521 "libc",
 2522 "shlex",
 2523]
 2524
 2525[[package]]
 2526name = "cesu8"
 2527version = "1.1.0"
 2528source = "registry+https://github.com/rust-lang/crates.io-index"
 2529checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2530
 2531[[package]]
 2532name = "cexpr"
 2533version = "0.6.0"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2536dependencies = [
 2537 "nom",
 2538]
 2539
 2540[[package]]
 2541name = "cfg-expr"
 2542version = "0.15.8"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2545dependencies = [
 2546 "smallvec",
 2547 "target-lexicon 0.12.16",
 2548]
 2549
 2550[[package]]
 2551name = "cfg-if"
 2552version = "1.0.0"
 2553source = "registry+https://github.com/rust-lang/crates.io-index"
 2554checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2555
 2556[[package]]
 2557name = "cfg_aliases"
 2558version = "0.1.1"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2561
 2562[[package]]
 2563name = "cfg_aliases"
 2564version = "0.2.1"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2567
 2568[[package]]
 2569name = "channel"
 2570version = "0.1.0"
 2571dependencies = [
 2572 "anyhow",
 2573 "client",
 2574 "clock",
 2575 "collections",
 2576 "futures 0.3.31",
 2577 "gpui",
 2578 "http_client",
 2579 "language",
 2580 "log",
 2581 "rand 0.8.5",
 2582 "release_channel",
 2583 "rpc",
 2584 "settings",
 2585 "sum_tree",
 2586 "text",
 2587 "time",
 2588 "util",
 2589]
 2590
 2591[[package]]
 2592name = "chrono"
 2593version = "0.4.40"
 2594source = "registry+https://github.com/rust-lang/crates.io-index"
 2595checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
 2596dependencies = [
 2597 "android-tzdata",
 2598 "iana-time-zone",
 2599 "js-sys",
 2600 "num-traits",
 2601 "serde",
 2602 "wasm-bindgen",
 2603 "windows-link",
 2604]
 2605
 2606[[package]]
 2607name = "chunked_transfer"
 2608version = "1.5.0"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2611
 2612[[package]]
 2613name = "ciborium"
 2614version = "0.2.2"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2617dependencies = [
 2618 "ciborium-io",
 2619 "ciborium-ll",
 2620 "serde",
 2621]
 2622
 2623[[package]]
 2624name = "ciborium-io"
 2625version = "0.2.2"
 2626source = "registry+https://github.com/rust-lang/crates.io-index"
 2627checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2628
 2629[[package]]
 2630name = "ciborium-ll"
 2631version = "0.2.2"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2634dependencies = [
 2635 "ciborium-io",
 2636 "half",
 2637]
 2638
 2639[[package]]
 2640name = "cipher"
 2641version = "0.4.4"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2644dependencies = [
 2645 "crypto-common",
 2646 "inout",
 2647 "zeroize",
 2648]
 2649
 2650[[package]]
 2651name = "circular-buffer"
 2652version = "1.0.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "4dacb91f972298e70fc507a2ffcaf1545807f1a36da586fb846646030adc542f"
 2655
 2656[[package]]
 2657name = "clang-sys"
 2658version = "1.8.1"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2661dependencies = [
 2662 "glob",
 2663 "libc",
 2664 "libloading",
 2665]
 2666
 2667[[package]]
 2668name = "clap"
 2669version = "4.5.32"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
 2672dependencies = [
 2673 "clap_builder",
 2674 "clap_derive",
 2675]
 2676
 2677[[package]]
 2678name = "clap_builder"
 2679version = "4.5.32"
 2680source = "registry+https://github.com/rust-lang/crates.io-index"
 2681checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
 2682dependencies = [
 2683 "anstream",
 2684 "anstyle",
 2685 "clap_lex",
 2686 "strsim",
 2687 "terminal_size",
 2688]
 2689
 2690[[package]]
 2691name = "clap_complete"
 2692version = "4.5.38"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
 2695dependencies = [
 2696 "clap",
 2697]
 2698
 2699[[package]]
 2700name = "clap_derive"
 2701version = "4.5.32"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
 2704dependencies = [
 2705 "heck 0.5.0",
 2706 "proc-macro2",
 2707 "quote",
 2708 "syn 2.0.100",
 2709]
 2710
 2711[[package]]
 2712name = "clap_lex"
 2713version = "0.7.4"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
 2716
 2717[[package]]
 2718name = "cli"
 2719version = "0.1.0"
 2720dependencies = [
 2721 "anyhow",
 2722 "clap",
 2723 "collections",
 2724 "core-foundation 0.9.4",
 2725 "core-services",
 2726 "exec",
 2727 "fork",
 2728 "ipc-channel",
 2729 "parking_lot",
 2730 "paths",
 2731 "plist",
 2732 "release_channel",
 2733 "serde",
 2734 "tempfile",
 2735 "util",
 2736 "windows 0.61.1",
 2737]
 2738
 2739[[package]]
 2740name = "client"
 2741version = "0.1.0"
 2742dependencies = [
 2743 "anyhow",
 2744 "async-native-tls",
 2745 "async-recursion 0.3.2",
 2746 "async-tungstenite",
 2747 "chrono",
 2748 "clock",
 2749 "cocoa 0.26.0",
 2750 "collections",
 2751 "credentials_provider",
 2752 "feature_flags",
 2753 "futures 0.3.31",
 2754 "gpui",
 2755 "http_client",
 2756 "http_client_tls",
 2757 "log",
 2758 "parking_lot",
 2759 "paths",
 2760 "postage",
 2761 "rand 0.8.5",
 2762 "release_channel",
 2763 "rpc",
 2764 "schemars",
 2765 "serde",
 2766 "serde_json",
 2767 "settings",
 2768 "sha2",
 2769 "smol",
 2770 "telemetry",
 2771 "telemetry_events",
 2772 "text",
 2773 "thiserror 2.0.12",
 2774 "time",
 2775 "tiny_http",
 2776 "tokio-socks",
 2777 "url",
 2778 "util",
 2779 "windows 0.61.1",
 2780 "worktree",
 2781]
 2782
 2783[[package]]
 2784name = "clock"
 2785version = "0.1.0"
 2786dependencies = [
 2787 "parking_lot",
 2788 "serde",
 2789 "smallvec",
 2790]
 2791
 2792[[package]]
 2793name = "cmake"
 2794version = "0.1.53"
 2795source = "registry+https://github.com/rust-lang/crates.io-index"
 2796checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6"
 2797dependencies = [
 2798 "cc",
 2799]
 2800
 2801[[package]]
 2802name = "cobs"
 2803version = "0.2.3"
 2804source = "registry+https://github.com/rust-lang/crates.io-index"
 2805checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
 2806
 2807[[package]]
 2808name = "cocoa"
 2809version = "0.25.0"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2812dependencies = [
 2813 "bitflags 1.3.2",
 2814 "block",
 2815 "cocoa-foundation 0.1.2",
 2816 "core-foundation 0.9.4",
 2817 "core-graphics 0.23.2",
 2818 "foreign-types 0.5.0",
 2819 "libc",
 2820 "objc",
 2821]
 2822
 2823[[package]]
 2824name = "cocoa"
 2825version = "0.26.0"
 2826source = "registry+https://github.com/rust-lang/crates.io-index"
 2827checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 2828dependencies = [
 2829 "bitflags 2.8.0",
 2830 "block",
 2831 "cocoa-foundation 0.2.0",
 2832 "core-foundation 0.10.0",
 2833 "core-graphics 0.24.0",
 2834 "foreign-types 0.5.0",
 2835 "libc",
 2836 "objc",
 2837]
 2838
 2839[[package]]
 2840name = "cocoa-foundation"
 2841version = "0.1.2"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2844dependencies = [
 2845 "bitflags 1.3.2",
 2846 "block",
 2847 "core-foundation 0.9.4",
 2848 "core-graphics-types 0.1.3",
 2849 "libc",
 2850 "objc",
 2851]
 2852
 2853[[package]]
 2854name = "cocoa-foundation"
 2855version = "0.2.0"
 2856source = "registry+https://github.com/rust-lang/crates.io-index"
 2857checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 2858dependencies = [
 2859 "bitflags 2.8.0",
 2860 "block",
 2861 "core-foundation 0.10.0",
 2862 "core-graphics-types 0.2.0",
 2863 "libc",
 2864 "objc",
 2865]
 2866
 2867[[package]]
 2868name = "codespan-reporting"
 2869version = "0.11.1"
 2870source = "registry+https://github.com/rust-lang/crates.io-index"
 2871checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2872dependencies = [
 2873 "termcolor",
 2874 "unicode-width",
 2875]
 2876
 2877[[package]]
 2878name = "collab"
 2879version = "0.44.0"
 2880dependencies = [
 2881 "anthropic",
 2882 "anyhow",
 2883 "assistant",
 2884 "assistant_context_editor",
 2885 "assistant_slash_command",
 2886 "assistant_tool",
 2887 "async-stripe",
 2888 "async-trait",
 2889 "async-tungstenite",
 2890 "audio",
 2891 "aws-config",
 2892 "aws-sdk-kinesis",
 2893 "aws-sdk-s3",
 2894 "axum",
 2895 "axum-extra",
 2896 "base64 0.22.1",
 2897 "buffer_diff",
 2898 "call",
 2899 "channel",
 2900 "chrono",
 2901 "client",
 2902 "clock",
 2903 "collab_ui",
 2904 "collections",
 2905 "command_palette_hooks",
 2906 "context_server",
 2907 "ctor",
 2908 "dap",
 2909 "dashmap 6.1.0",
 2910 "debugger_ui",
 2911 "derive_more",
 2912 "editor",
 2913 "env_logger 0.11.7",
 2914 "envy",
 2915 "extension",
 2916 "file_finder",
 2917 "fs",
 2918 "futures 0.3.31",
 2919 "git",
 2920 "git_hosting_providers",
 2921 "git_ui",
 2922 "google_ai",
 2923 "gpui",
 2924 "hex",
 2925 "http_client",
 2926 "hyper 0.14.32",
 2927 "indoc",
 2928 "jsonwebtoken",
 2929 "language",
 2930 "language_model",
 2931 "livekit_api",
 2932 "livekit_client",
 2933 "livekit_client_macos",
 2934 "log",
 2935 "lsp",
 2936 "menu",
 2937 "multi_buffer",
 2938 "nanoid",
 2939 "node_runtime",
 2940 "notifications",
 2941 "open_ai",
 2942 "parking_lot",
 2943 "pretty_assertions",
 2944 "project",
 2945 "prometheus",
 2946 "prompt_store",
 2947 "prost 0.9.0",
 2948 "rand 0.8.5",
 2949 "recent_projects",
 2950 "release_channel",
 2951 "remote",
 2952 "remote_server",
 2953 "reqwest 0.11.27",
 2954 "reqwest_client",
 2955 "rpc",
 2956 "rustc-demangle",
 2957 "scrypt",
 2958 "sea-orm",
 2959 "semantic_version",
 2960 "semver",
 2961 "serde",
 2962 "serde_derive",
 2963 "serde_json",
 2964 "session",
 2965 "settings",
 2966 "sha2",
 2967 "sqlx",
 2968 "strum",
 2969 "subtle",
 2970 "supermaven_api",
 2971 "telemetry_events",
 2972 "text",
 2973 "theme",
 2974 "thiserror 2.0.12",
 2975 "time",
 2976 "tokio",
 2977 "toml 0.8.20",
 2978 "tower",
 2979 "tower-http 0.4.4",
 2980 "tracing",
 2981 "tracing-subscriber",
 2982 "unindent",
 2983 "util",
 2984 "uuid",
 2985 "workspace",
 2986 "worktree",
 2987]
 2988
 2989[[package]]
 2990name = "collab_ui"
 2991version = "0.1.0"
 2992dependencies = [
 2993 "anyhow",
 2994 "call",
 2995 "channel",
 2996 "chrono",
 2997 "client",
 2998 "collections",
 2999 "db",
 3000 "editor",
 3001 "emojis",
 3002 "futures 0.3.31",
 3003 "fuzzy",
 3004 "gpui",
 3005 "http_client",
 3006 "language",
 3007 "menu",
 3008 "notifications",
 3009 "picker",
 3010 "pretty_assertions",
 3011 "project",
 3012 "release_channel",
 3013 "rich_text",
 3014 "rpc",
 3015 "schemars",
 3016 "serde",
 3017 "serde_derive",
 3018 "serde_json",
 3019 "settings",
 3020 "smallvec",
 3021 "story",
 3022 "telemetry",
 3023 "theme",
 3024 "time",
 3025 "time_format",
 3026 "title_bar",
 3027 "tree-sitter-md",
 3028 "ui",
 3029 "util",
 3030 "workspace",
 3031]
 3032
 3033[[package]]
 3034name = "collections"
 3035version = "0.1.0"
 3036dependencies = [
 3037 "indexmap",
 3038 "rustc-hash 2.1.1",
 3039]
 3040
 3041[[package]]
 3042name = "color_quant"
 3043version = "1.1.0"
 3044source = "registry+https://github.com/rust-lang/crates.io-index"
 3045checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3046
 3047[[package]]
 3048name = "colorchoice"
 3049version = "1.0.3"
 3050source = "registry+https://github.com/rust-lang/crates.io-index"
 3051checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
 3052
 3053[[package]]
 3054name = "combine"
 3055version = "4.6.7"
 3056source = "registry+https://github.com/rust-lang/crates.io-index"
 3057checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3058dependencies = [
 3059 "bytes 1.10.1",
 3060 "memchr",
 3061]
 3062
 3063[[package]]
 3064name = "command_palette"
 3065version = "0.1.0"
 3066dependencies = [
 3067 "client",
 3068 "collections",
 3069 "command_palette_hooks",
 3070 "ctor",
 3071 "editor",
 3072 "env_logger 0.11.7",
 3073 "fuzzy",
 3074 "go_to_line",
 3075 "gpui",
 3076 "language",
 3077 "menu",
 3078 "picker",
 3079 "postage",
 3080 "project",
 3081 "serde",
 3082 "serde_json",
 3083 "settings",
 3084 "telemetry",
 3085 "theme",
 3086 "ui",
 3087 "util",
 3088 "workspace",
 3089 "zed_actions",
 3090]
 3091
 3092[[package]]
 3093name = "command_palette_hooks"
 3094version = "0.1.0"
 3095dependencies = [
 3096 "collections",
 3097 "derive_more",
 3098 "gpui",
 3099]
 3100
 3101[[package]]
 3102name = "component"
 3103version = "0.1.0"
 3104dependencies = [
 3105 "collections",
 3106 "gpui",
 3107 "linkme",
 3108 "parking_lot",
 3109 "theme",
 3110]
 3111
 3112[[package]]
 3113name = "component_preview"
 3114version = "0.1.0"
 3115dependencies = [
 3116 "client",
 3117 "collections",
 3118 "component",
 3119 "gpui",
 3120 "languages",
 3121 "notifications",
 3122 "project",
 3123 "ui",
 3124 "workspace",
 3125]
 3126
 3127[[package]]
 3128name = "concurrent-queue"
 3129version = "2.5.0"
 3130source = "registry+https://github.com/rust-lang/crates.io-index"
 3131checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3132dependencies = [
 3133 "crossbeam-utils",
 3134]
 3135
 3136[[package]]
 3137name = "console"
 3138version = "0.15.8"
 3139source = "registry+https://github.com/rust-lang/crates.io-index"
 3140checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
 3141dependencies = [
 3142 "encode_unicode",
 3143 "lazy_static",
 3144 "libc",
 3145 "unicode-width",
 3146 "windows-sys 0.52.0",
 3147]
 3148
 3149[[package]]
 3150name = "const-oid"
 3151version = "0.9.6"
 3152source = "registry+https://github.com/rust-lang/crates.io-index"
 3153checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3154
 3155[[package]]
 3156name = "const-random"
 3157version = "0.1.18"
 3158source = "registry+https://github.com/rust-lang/crates.io-index"
 3159checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3160dependencies = [
 3161 "const-random-macro",
 3162]
 3163
 3164[[package]]
 3165name = "const-random-macro"
 3166version = "0.1.16"
 3167source = "registry+https://github.com/rust-lang/crates.io-index"
 3168checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3169dependencies = [
 3170 "getrandom 0.2.15",
 3171 "once_cell",
 3172 "tiny-keccak",
 3173]
 3174
 3175[[package]]
 3176name = "constant_time_eq"
 3177version = "0.1.5"
 3178source = "registry+https://github.com/rust-lang/crates.io-index"
 3179checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3180
 3181[[package]]
 3182name = "constant_time_eq"
 3183version = "0.3.1"
 3184source = "registry+https://github.com/rust-lang/crates.io-index"
 3185checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
 3186
 3187[[package]]
 3188name = "context_server"
 3189version = "0.1.0"
 3190dependencies = [
 3191 "anyhow",
 3192 "assistant_tool",
 3193 "async-trait",
 3194 "collections",
 3195 "command_palette_hooks",
 3196 "context_server_settings",
 3197 "extension",
 3198 "futures 0.3.31",
 3199 "gpui",
 3200 "language_model",
 3201 "log",
 3202 "parking_lot",
 3203 "postage",
 3204 "project",
 3205 "serde",
 3206 "serde_json",
 3207 "settings",
 3208 "smol",
 3209 "url",
 3210 "util",
 3211]
 3212
 3213[[package]]
 3214name = "context_server_settings"
 3215version = "0.1.0"
 3216dependencies = [
 3217 "anyhow",
 3218 "collections",
 3219 "gpui",
 3220 "schemars",
 3221 "serde",
 3222 "serde_json",
 3223 "settings",
 3224]
 3225
 3226[[package]]
 3227name = "convert_case"
 3228version = "0.4.0"
 3229source = "registry+https://github.com/rust-lang/crates.io-index"
 3230checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 3231
 3232[[package]]
 3233name = "convert_case"
 3234version = "0.8.0"
 3235source = "registry+https://github.com/rust-lang/crates.io-index"
 3236checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3237dependencies = [
 3238 "unicode-segmentation",
 3239]
 3240
 3241[[package]]
 3242name = "copilot"
 3243version = "0.1.0"
 3244dependencies = [
 3245 "anyhow",
 3246 "async-std",
 3247 "chrono",
 3248 "client",
 3249 "clock",
 3250 "collections",
 3251 "command_palette_hooks",
 3252 "ctor",
 3253 "editor",
 3254 "env_logger 0.11.7",
 3255 "fs",
 3256 "futures 0.3.31",
 3257 "gpui",
 3258 "http_client",
 3259 "indoc",
 3260 "inline_completion",
 3261 "language",
 3262 "log",
 3263 "lsp",
 3264 "menu",
 3265 "node_runtime",
 3266 "parking_lot",
 3267 "paths",
 3268 "project",
 3269 "rpc",
 3270 "schemars",
 3271 "serde",
 3272 "serde_json",
 3273 "settings",
 3274 "strum",
 3275 "task",
 3276 "theme",
 3277 "ui",
 3278 "util",
 3279 "workspace",
 3280]
 3281
 3282[[package]]
 3283name = "core-foundation"
 3284version = "0.9.4"
 3285source = "registry+https://github.com/rust-lang/crates.io-index"
 3286checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3287dependencies = [
 3288 "core-foundation-sys",
 3289 "libc",
 3290]
 3291
 3292[[package]]
 3293name = "core-foundation"
 3294version = "0.10.0"
 3295source = "registry+https://github.com/rust-lang/crates.io-index"
 3296checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3297dependencies = [
 3298 "core-foundation-sys",
 3299 "libc",
 3300]
 3301
 3302[[package]]
 3303name = "core-foundation-sys"
 3304version = "0.8.7"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3307
 3308[[package]]
 3309name = "core-graphics"
 3310version = "0.23.2"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3313dependencies = [
 3314 "bitflags 1.3.2",
 3315 "core-foundation 0.9.4",
 3316 "core-graphics-types 0.1.3",
 3317 "foreign-types 0.5.0",
 3318 "libc",
 3319]
 3320
 3321[[package]]
 3322name = "core-graphics"
 3323version = "0.24.0"
 3324source = "registry+https://github.com/rust-lang/crates.io-index"
 3325checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3326dependencies = [
 3327 "bitflags 2.8.0",
 3328 "core-foundation 0.10.0",
 3329 "core-graphics-types 0.2.0",
 3330 "foreign-types 0.5.0",
 3331 "libc",
 3332]
 3333
 3334[[package]]
 3335name = "core-graphics-types"
 3336version = "0.1.3"
 3337source = "registry+https://github.com/rust-lang/crates.io-index"
 3338checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3339dependencies = [
 3340 "bitflags 1.3.2",
 3341 "core-foundation 0.9.4",
 3342 "libc",
 3343]
 3344
 3345[[package]]
 3346name = "core-graphics-types"
 3347version = "0.2.0"
 3348source = "registry+https://github.com/rust-lang/crates.io-index"
 3349checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3350dependencies = [
 3351 "bitflags 2.8.0",
 3352 "core-foundation 0.10.0",
 3353 "libc",
 3354]
 3355
 3356[[package]]
 3357name = "core-services"
 3358version = "0.2.1"
 3359source = "registry+https://github.com/rust-lang/crates.io-index"
 3360checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3361dependencies = [
 3362 "core-foundation 0.9.4",
 3363]
 3364
 3365[[package]]
 3366name = "core-text"
 3367version = "20.1.0"
 3368source = "registry+https://github.com/rust-lang/crates.io-index"
 3369checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 3370dependencies = [
 3371 "core-foundation 0.9.4",
 3372 "core-graphics 0.23.2",
 3373 "foreign-types 0.5.0",
 3374 "libc",
 3375]
 3376
 3377[[package]]
 3378name = "core_maths"
 3379version = "0.1.1"
 3380source = "registry+https://github.com/rust-lang/crates.io-index"
 3381checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3382dependencies = [
 3383 "libm",
 3384]
 3385
 3386[[package]]
 3387name = "coreaudio-rs"
 3388version = "0.11.3"
 3389source = "registry+https://github.com/rust-lang/crates.io-index"
 3390checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
 3391dependencies = [
 3392 "bitflags 1.3.2",
 3393 "core-foundation-sys",
 3394 "coreaudio-sys",
 3395]
 3396
 3397[[package]]
 3398name = "coreaudio-rs"
 3399version = "0.12.1"
 3400source = "registry+https://github.com/rust-lang/crates.io-index"
 3401checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3402dependencies = [
 3403 "bitflags 1.3.2",
 3404 "core-foundation-sys",
 3405 "coreaudio-sys",
 3406]
 3407
 3408[[package]]
 3409name = "coreaudio-sys"
 3410version = "0.2.16"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
 3413dependencies = [
 3414 "bindgen 0.70.1",
 3415]
 3416
 3417[[package]]
 3418name = "cosmic-text"
 3419version = "0.13.2"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "e418dd4f5128c3e93eab12246391c54a20c496811131f85754dc8152ee207892"
 3422dependencies = [
 3423 "bitflags 2.8.0",
 3424 "fontdb 0.16.2",
 3425 "log",
 3426 "rangemap",
 3427 "rustc-hash 1.1.0",
 3428 "rustybuzz 0.14.1",
 3429 "self_cell",
 3430 "smol_str 0.2.2",
 3431 "swash",
 3432 "sys-locale",
 3433 "ttf-parser 0.21.1",
 3434 "unicode-bidi",
 3435 "unicode-linebreak",
 3436 "unicode-script",
 3437 "unicode-segmentation",
 3438]
 3439
 3440[[package]]
 3441name = "cpal"
 3442version = "0.15.3"
 3443source = "git+https://github.com/zed-industries/cpal?rev=fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50#fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50"
 3444dependencies = [
 3445 "alsa",
 3446 "core-foundation-sys",
 3447 "coreaudio-rs 0.11.3",
 3448 "dasp_sample",
 3449 "jni",
 3450 "js-sys",
 3451 "libc",
 3452 "mach2",
 3453 "ndk",
 3454 "ndk-context",
 3455 "oboe",
 3456 "wasm-bindgen",
 3457 "wasm-bindgen-futures",
 3458 "web-sys",
 3459 "windows 0.54.0",
 3460]
 3461
 3462[[package]]
 3463name = "cpp_demangle"
 3464version = "0.4.4"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "96e58d342ad113c2b878f16d5d034c03be492ae460cdbc02b7f0f2284d310c7d"
 3467dependencies = [
 3468 "cfg-if",
 3469]
 3470
 3471[[package]]
 3472name = "cpufeatures"
 3473version = "0.2.16"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
 3476dependencies = [
 3477 "libc",
 3478]
 3479
 3480[[package]]
 3481name = "cranelift-bforest"
 3482version = "0.116.1"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "e15d04a0ce86cb36ead88ad68cf693ffd6cda47052b9e0ac114bc47fd9cd23c4"
 3485dependencies = [
 3486 "cranelift-entity",
 3487]
 3488
 3489[[package]]
 3490name = "cranelift-bitset"
 3491version = "0.116.1"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "7c6e3969a7ce267259ce244b7867c5d3bc9e65b0a87e81039588dfdeaede9f34"
 3494dependencies = [
 3495 "serde",
 3496 "serde_derive",
 3497]
 3498
 3499[[package]]
 3500name = "cranelift-codegen"
 3501version = "0.116.1"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "2c22032c4cb42558371cf516bb47f26cdad1819d3475c133e93c49f50ebf304e"
 3504dependencies = [
 3505 "bumpalo",
 3506 "cranelift-bforest",
 3507 "cranelift-bitset",
 3508 "cranelift-codegen-meta",
 3509 "cranelift-codegen-shared",
 3510 "cranelift-control",
 3511 "cranelift-entity",
 3512 "cranelift-isle",
 3513 "gimli",
 3514 "hashbrown 0.14.5",
 3515 "log",
 3516 "regalloc2",
 3517 "rustc-hash 2.1.1",
 3518 "serde",
 3519 "smallvec",
 3520 "target-lexicon 0.13.2",
 3521]
 3522
 3523[[package]]
 3524name = "cranelift-codegen-meta"
 3525version = "0.116.1"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "c904bc71c61b27fc57827f4a1379f29de64fe95653b620a3db77d59655eee0b8"
 3528dependencies = [
 3529 "cranelift-codegen-shared",
 3530]
 3531
 3532[[package]]
 3533name = "cranelift-codegen-shared"
 3534version = "0.116.1"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "40180f5497572f644ce88c255480981ae2ec1d7bb4d8e0c0136a13b87a2f2ceb"
 3537
 3538[[package]]
 3539name = "cranelift-control"
 3540version = "0.116.1"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "26d132c6d0bd8a489563472afc171759da0707804a65ece7ceb15a8c6d7dd5ef"
 3543dependencies = [
 3544 "arbitrary",
 3545]
 3546
 3547[[package]]
 3548name = "cranelift-entity"
 3549version = "0.116.1"
 3550source = "registry+https://github.com/rust-lang/crates.io-index"
 3551checksum = "4b2d0d9618275474fbf679dd018ac6e009acbd6ae6850f6a67be33fb3b00b323"
 3552dependencies = [
 3553 "cranelift-bitset",
 3554 "serde",
 3555 "serde_derive",
 3556]
 3557
 3558[[package]]
 3559name = "cranelift-frontend"
 3560version = "0.116.1"
 3561source = "registry+https://github.com/rust-lang/crates.io-index"
 3562checksum = "4fac41e16729107393174b0c9e3730fb072866100e1e64e80a1a963b2e484d57"
 3563dependencies = [
 3564 "cranelift-codegen",
 3565 "log",
 3566 "smallvec",
 3567 "target-lexicon 0.13.2",
 3568]
 3569
 3570[[package]]
 3571name = "cranelift-isle"
 3572version = "0.116.1"
 3573source = "registry+https://github.com/rust-lang/crates.io-index"
 3574checksum = "1ca20d576e5070044d0a72a9effc2deacf4d6aa650403189d8ea50126483944d"
 3575
 3576[[package]]
 3577name = "cranelift-native"
 3578version = "0.116.1"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "b8dee82f3f1f2c4cba9177f1cc5e350fe98764379bcd29340caa7b01f85076c7"
 3581dependencies = [
 3582 "cranelift-codegen",
 3583 "libc",
 3584 "target-lexicon 0.13.2",
 3585]
 3586
 3587[[package]]
 3588name = "crc"
 3589version = "3.2.1"
 3590source = "registry+https://github.com/rust-lang/crates.io-index"
 3591checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
 3592dependencies = [
 3593 "crc-catalog",
 3594]
 3595
 3596[[package]]
 3597name = "crc-catalog"
 3598version = "2.4.0"
 3599source = "registry+https://github.com/rust-lang/crates.io-index"
 3600checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 3601
 3602[[package]]
 3603name = "crc32c"
 3604version = "0.6.8"
 3605source = "registry+https://github.com/rust-lang/crates.io-index"
 3606checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 3607dependencies = [
 3608 "rustc_version",
 3609]
 3610
 3611[[package]]
 3612name = "crc32fast"
 3613version = "1.4.2"
 3614source = "registry+https://github.com/rust-lang/crates.io-index"
 3615checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 3616dependencies = [
 3617 "cfg-if",
 3618]
 3619
 3620[[package]]
 3621name = "crc64fast-nvme"
 3622version = "1.1.1"
 3623source = "registry+https://github.com/rust-lang/crates.io-index"
 3624checksum = "d5e2ee08013e3f228d6d2394116c4549a6df77708442c62d887d83f68ef2ee37"
 3625dependencies = [
 3626 "cbindgen 0.27.0",
 3627 "crc",
 3628]
 3629
 3630[[package]]
 3631name = "credentials_provider"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anyhow",
 3635 "futures 0.3.31",
 3636 "gpui",
 3637 "paths",
 3638 "release_channel",
 3639 "serde",
 3640 "serde_json",
 3641]
 3642
 3643[[package]]
 3644name = "criterion"
 3645version = "0.5.1"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 3648dependencies = [
 3649 "anes",
 3650 "cast",
 3651 "ciborium",
 3652 "clap",
 3653 "criterion-plot",
 3654 "is-terminal",
 3655 "itertools 0.10.5",
 3656 "num-traits",
 3657 "once_cell",
 3658 "oorandom",
 3659 "plotters",
 3660 "rayon",
 3661 "regex",
 3662 "serde",
 3663 "serde_derive",
 3664 "serde_json",
 3665 "tinytemplate",
 3666 "walkdir",
 3667]
 3668
 3669[[package]]
 3670name = "criterion-plot"
 3671version = "0.5.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3674dependencies = [
 3675 "cast",
 3676 "itertools 0.10.5",
 3677]
 3678
 3679[[package]]
 3680name = "crossbeam-channel"
 3681version = "0.5.13"
 3682source = "registry+https://github.com/rust-lang/crates.io-index"
 3683checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 3684dependencies = [
 3685 "crossbeam-utils",
 3686]
 3687
 3688[[package]]
 3689name = "crossbeam-deque"
 3690version = "0.8.5"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 3693dependencies = [
 3694 "crossbeam-epoch",
 3695 "crossbeam-utils",
 3696]
 3697
 3698[[package]]
 3699name = "crossbeam-epoch"
 3700version = "0.9.18"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 3703dependencies = [
 3704 "crossbeam-utils",
 3705]
 3706
 3707[[package]]
 3708name = "crossbeam-queue"
 3709version = "0.3.11"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
 3712dependencies = [
 3713 "crossbeam-utils",
 3714]
 3715
 3716[[package]]
 3717name = "crossbeam-utils"
 3718version = "0.8.20"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 3721
 3722[[package]]
 3723name = "crunchy"
 3724version = "0.2.2"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3727
 3728[[package]]
 3729name = "crypto-bigint"
 3730version = "0.4.9"
 3731source = "registry+https://github.com/rust-lang/crates.io-index"
 3732checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3733dependencies = [
 3734 "generic-array",
 3735 "rand_core 0.6.4",
 3736 "subtle",
 3737 "zeroize",
 3738]
 3739
 3740[[package]]
 3741name = "crypto-bigint"
 3742version = "0.5.5"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3745dependencies = [
 3746 "rand_core 0.6.4",
 3747 "subtle",
 3748]
 3749
 3750[[package]]
 3751name = "crypto-common"
 3752version = "0.1.6"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3755dependencies = [
 3756 "generic-array",
 3757 "rand_core 0.6.4",
 3758 "typenum",
 3759]
 3760
 3761[[package]]
 3762name = "ctor"
 3763version = "0.4.1"
 3764source = "registry+https://github.com/rust-lang/crates.io-index"
 3765checksum = "07e9666f4a9a948d4f1dff0c08a4512b0f7c86414b23960104c243c10d79f4c3"
 3766dependencies = [
 3767 "ctor-proc-macro",
 3768 "dtor",
 3769]
 3770
 3771[[package]]
 3772name = "ctor-proc-macro"
 3773version = "0.0.5"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d"
 3776
 3777[[package]]
 3778name = "ctrlc"
 3779version = "3.4.5"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
 3782dependencies = [
 3783 "nix",
 3784 "windows-sys 0.59.0",
 3785]
 3786
 3787[[package]]
 3788name = "cursor-icon"
 3789version = "1.1.0"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3792
 3793[[package]]
 3794name = "cxx"
 3795version = "1.0.134"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "a5a32d755fe20281b46118ee4b507233311fb7a48a0cfd42f554b93640521a2f"
 3798dependencies = [
 3799 "cc",
 3800 "cxxbridge-cmd",
 3801 "cxxbridge-flags",
 3802 "cxxbridge-macro",
 3803 "foldhash",
 3804 "link-cplusplus",
 3805]
 3806
 3807[[package]]
 3808name = "cxx-build"
 3809version = "1.0.134"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "11645536ada5d1c8804312cbffc9ab950f2216154de431de930da47ca6955199"
 3812dependencies = [
 3813 "cc",
 3814 "codespan-reporting",
 3815 "proc-macro2",
 3816 "quote",
 3817 "scratch",
 3818 "syn 2.0.100",
 3819]
 3820
 3821[[package]]
 3822name = "cxxbridge-cmd"
 3823version = "1.0.134"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "ebcc9c78e3c7289665aab921a2b394eaffe8bdb369aa18d81ffc0f534fd49385"
 3826dependencies = [
 3827 "clap",
 3828 "codespan-reporting",
 3829 "proc-macro2",
 3830 "quote",
 3831 "syn 2.0.100",
 3832]
 3833
 3834[[package]]
 3835name = "cxxbridge-flags"
 3836version = "1.0.134"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "3a22a87bd9e78d7204d793261470a4c9d585154fddd251828d8aefbb5f74c3bf"
 3839
 3840[[package]]
 3841name = "cxxbridge-macro"
 3842version = "1.0.134"
 3843source = "registry+https://github.com/rust-lang/crates.io-index"
 3844checksum = "1dfdb020ff8787c5daf6e0dca743005cc8782868faeadfbabb8824ede5cb1c72"
 3845dependencies = [
 3846 "proc-macro2",
 3847 "quote",
 3848 "rustversion",
 3849 "syn 2.0.100",
 3850]
 3851
 3852[[package]]
 3853name = "dap"
 3854version = "0.1.0"
 3855dependencies = [
 3856 "anyhow",
 3857 "async-compression",
 3858 "async-pipe",
 3859 "async-tar",
 3860 "async-trait",
 3861 "client",
 3862 "collections",
 3863 "dap-types",
 3864 "env_logger 0.11.7",
 3865 "fs",
 3866 "futures 0.3.31",
 3867 "gpui",
 3868 "http_client",
 3869 "language",
 3870 "log",
 3871 "node_runtime",
 3872 "parking_lot",
 3873 "paths",
 3874 "schemars",
 3875 "serde",
 3876 "serde_json",
 3877 "settings",
 3878 "smallvec",
 3879 "smol",
 3880 "task",
 3881 "util",
 3882]
 3883
 3884[[package]]
 3885name = "dap-types"
 3886version = "0.0.1"
 3887source = "git+https://github.com/zed-industries/dap-types?rev=bfd4af0#bfd4af084bbaa5f344e6925370d7642e41d0b5b8"
 3888dependencies = [
 3889 "schemars",
 3890 "serde",
 3891 "serde_json",
 3892]
 3893
 3894[[package]]
 3895name = "dap_adapters"
 3896version = "0.1.0"
 3897dependencies = [
 3898 "anyhow",
 3899 "async-trait",
 3900 "dap",
 3901 "gpui",
 3902 "language",
 3903 "paths",
 3904 "regex",
 3905 "serde",
 3906 "serde_json",
 3907 "sysinfo",
 3908 "task",
 3909 "util",
 3910]
 3911
 3912[[package]]
 3913name = "dashmap"
 3914version = "5.5.3"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3917dependencies = [
 3918 "cfg-if",
 3919 "hashbrown 0.14.5",
 3920 "lock_api",
 3921 "once_cell",
 3922 "parking_lot_core",
 3923]
 3924
 3925[[package]]
 3926name = "dashmap"
 3927version = "6.1.0"
 3928source = "registry+https://github.com/rust-lang/crates.io-index"
 3929checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 3930dependencies = [
 3931 "cfg-if",
 3932 "crossbeam-utils",
 3933 "hashbrown 0.14.5",
 3934 "lock_api",
 3935 "once_cell",
 3936 "parking_lot_core",
 3937]
 3938
 3939[[package]]
 3940name = "dasp_sample"
 3941version = "0.11.0"
 3942source = "registry+https://github.com/rust-lang/crates.io-index"
 3943checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3944
 3945[[package]]
 3946name = "data-encoding"
 3947version = "2.6.0"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 3950
 3951[[package]]
 3952name = "data-url"
 3953version = "0.3.1"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3956
 3957[[package]]
 3958name = "db"
 3959version = "0.1.0"
 3960dependencies = [
 3961 "anyhow",
 3962 "gpui",
 3963 "indoc",
 3964 "log",
 3965 "paths",
 3966 "release_channel",
 3967 "smol",
 3968 "sqlez",
 3969 "sqlez_macros",
 3970 "tempfile",
 3971 "util",
 3972]
 3973
 3974[[package]]
 3975name = "dbus"
 3976version = "0.9.7"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
 3979dependencies = [
 3980 "libc",
 3981 "libdbus-sys",
 3982 "winapi",
 3983]
 3984
 3985[[package]]
 3986name = "debugger_tools"
 3987version = "0.1.0"
 3988dependencies = [
 3989 "anyhow",
 3990 "dap",
 3991 "editor",
 3992 "futures 0.3.31",
 3993 "gpui",
 3994 "project",
 3995 "serde_json",
 3996 "settings",
 3997 "smol",
 3998 "util",
 3999 "workspace",
 4000]
 4001
 4002[[package]]
 4003name = "debugger_ui"
 4004version = "0.1.0"
 4005dependencies = [
 4006 "anyhow",
 4007 "client",
 4008 "collections",
 4009 "command_palette_hooks",
 4010 "dap",
 4011 "editor",
 4012 "env_logger 0.11.7",
 4013 "feature_flags",
 4014 "futures 0.3.31",
 4015 "fuzzy",
 4016 "gpui",
 4017 "language",
 4018 "log",
 4019 "menu",
 4020 "picker",
 4021 "pretty_assertions",
 4022 "project",
 4023 "rpc",
 4024 "serde",
 4025 "serde_json",
 4026 "settings",
 4027 "sysinfo",
 4028 "task",
 4029 "terminal_view",
 4030 "theme",
 4031 "ui",
 4032 "unindent",
 4033 "util",
 4034 "workspace",
 4035]
 4036
 4037[[package]]
 4038name = "deepseek"
 4039version = "0.1.0"
 4040dependencies = [
 4041 "anyhow",
 4042 "futures 0.3.31",
 4043 "http_client",
 4044 "schemars",
 4045 "serde",
 4046 "serde_json",
 4047]
 4048
 4049[[package]]
 4050name = "deflate64"
 4051version = "0.1.9"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
 4054
 4055[[package]]
 4056name = "der"
 4057version = "0.6.1"
 4058source = "registry+https://github.com/rust-lang/crates.io-index"
 4059checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4060dependencies = [
 4061 "const-oid",
 4062 "zeroize",
 4063]
 4064
 4065[[package]]
 4066name = "der"
 4067version = "0.7.9"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
 4070dependencies = [
 4071 "const-oid",
 4072 "pem-rfc7468",
 4073 "zeroize",
 4074]
 4075
 4076[[package]]
 4077name = "deranged"
 4078version = "0.4.0"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
 4081dependencies = [
 4082 "powerfmt",
 4083 "serde",
 4084]
 4085
 4086[[package]]
 4087name = "derive_more"
 4088version = "0.99.19"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
 4091dependencies = [
 4092 "convert_case 0.4.0",
 4093 "proc-macro2",
 4094 "quote",
 4095 "rustc_version",
 4096 "syn 2.0.100",
 4097]
 4098
 4099[[package]]
 4100name = "derive_refineable"
 4101version = "0.1.0"
 4102dependencies = [
 4103 "proc-macro2",
 4104 "quote",
 4105 "syn 1.0.109",
 4106]
 4107
 4108[[package]]
 4109name = "diagnostics"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "anyhow",
 4113 "client",
 4114 "collections",
 4115 "ctor",
 4116 "editor",
 4117 "env_logger 0.11.7",
 4118 "gpui",
 4119 "language",
 4120 "log",
 4121 "lsp",
 4122 "pretty_assertions",
 4123 "project",
 4124 "rand 0.8.5",
 4125 "serde",
 4126 "serde_json",
 4127 "settings",
 4128 "theme",
 4129 "ui",
 4130 "unindent",
 4131 "util",
 4132 "workspace",
 4133]
 4134
 4135[[package]]
 4136name = "dialoguer"
 4137version = "0.11.0"
 4138source = "registry+https://github.com/rust-lang/crates.io-index"
 4139checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4140dependencies = [
 4141 "console",
 4142 "fuzzy-matcher",
 4143 "shell-words",
 4144 "tempfile",
 4145 "thiserror 1.0.69",
 4146 "zeroize",
 4147]
 4148
 4149[[package]]
 4150name = "diff"
 4151version = "0.1.13"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4154
 4155[[package]]
 4156name = "digest"
 4157version = "0.10.7"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4160dependencies = [
 4161 "block-buffer",
 4162 "const-oid",
 4163 "crypto-common",
 4164 "subtle",
 4165]
 4166
 4167[[package]]
 4168name = "dirs"
 4169version = "4.0.0"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4172dependencies = [
 4173 "dirs-sys 0.3.7",
 4174]
 4175
 4176[[package]]
 4177name = "dirs"
 4178version = "5.0.1"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4181dependencies = [
 4182 "dirs-sys 0.4.1",
 4183]
 4184
 4185[[package]]
 4186name = "dirs-sys"
 4187version = "0.3.7"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4190dependencies = [
 4191 "libc",
 4192 "redox_users",
 4193 "winapi",
 4194]
 4195
 4196[[package]]
 4197name = "dirs-sys"
 4198version = "0.4.1"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4201dependencies = [
 4202 "libc",
 4203 "option-ext",
 4204 "redox_users",
 4205 "windows-sys 0.48.0",
 4206]
 4207
 4208[[package]]
 4209name = "displaydoc"
 4210version = "0.2.5"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4213dependencies = [
 4214 "proc-macro2",
 4215 "quote",
 4216 "syn 2.0.100",
 4217]
 4218
 4219[[package]]
 4220name = "dlib"
 4221version = "0.5.2"
 4222source = "registry+https://github.com/rust-lang/crates.io-index"
 4223checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4224dependencies = [
 4225 "libloading",
 4226]
 4227
 4228[[package]]
 4229name = "docs_preprocessor"
 4230version = "0.1.0"
 4231dependencies = [
 4232 "anyhow",
 4233 "clap",
 4234 "mdbook",
 4235 "regex",
 4236 "serde",
 4237 "serde_json",
 4238 "settings",
 4239 "util",
 4240]
 4241
 4242[[package]]
 4243name = "dotenvy"
 4244version = "0.15.7"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4247
 4248[[package]]
 4249name = "downcast-rs"
 4250version = "1.2.1"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4253
 4254[[package]]
 4255name = "doxygen-rs"
 4256version = "0.4.2"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 4259dependencies = [
 4260 "phf",
 4261]
 4262
 4263[[package]]
 4264name = "dtor"
 4265version = "0.0.5"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "222ef136a1c687d4aa0395c175f2c4586e379924c352fd02f7870cf7de783c23"
 4268dependencies = [
 4269 "dtor-proc-macro",
 4270]
 4271
 4272[[package]]
 4273name = "dtor-proc-macro"
 4274version = "0.0.5"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 4277
 4278[[package]]
 4279name = "dunce"
 4280version = "1.0.5"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 4283
 4284[[package]]
 4285name = "dwrote"
 4286version = "0.11.2"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "70182709525a3632b2ba96b6569225467b18ecb4a77f46d255f713a6bebf05fd"
 4289dependencies = [
 4290 "lazy_static",
 4291 "libc",
 4292 "winapi",
 4293 "wio",
 4294]
 4295
 4296[[package]]
 4297name = "dyn-clone"
 4298version = "1.0.17"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
 4301
 4302[[package]]
 4303name = "ec4rs"
 4304version = "1.1.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "acf65d056c7da9c971c2847ce250fd1f0f9659d5718845c3ec0ad95f5668352c"
 4307
 4308[[package]]
 4309name = "ecdsa"
 4310version = "0.14.8"
 4311source = "registry+https://github.com/rust-lang/crates.io-index"
 4312checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 4313dependencies = [
 4314 "der 0.6.1",
 4315 "elliptic-curve",
 4316 "rfc6979",
 4317 "signature 1.6.4",
 4318]
 4319
 4320[[package]]
 4321name = "editor"
 4322version = "0.1.0"
 4323dependencies = [
 4324 "aho-corasick",
 4325 "anyhow",
 4326 "assets",
 4327 "buffer_diff",
 4328 "chrono",
 4329 "client",
 4330 "clock",
 4331 "collections",
 4332 "convert_case 0.8.0",
 4333 "ctor",
 4334 "db",
 4335 "emojis",
 4336 "env_logger 0.11.7",
 4337 "feature_flags",
 4338 "file_icons",
 4339 "fs",
 4340 "futures 0.3.31",
 4341 "fuzzy",
 4342 "git",
 4343 "gpui",
 4344 "http_client",
 4345 "indoc",
 4346 "inline_completion",
 4347 "itertools 0.14.0",
 4348 "language",
 4349 "languages",
 4350 "linkify",
 4351 "log",
 4352 "lsp",
 4353 "markdown",
 4354 "menu",
 4355 "multi_buffer",
 4356 "ordered-float 2.10.1",
 4357 "parking_lot",
 4358 "pretty_assertions",
 4359 "project",
 4360 "rand 0.8.5",
 4361 "release_channel",
 4362 "rpc",
 4363 "schemars",
 4364 "serde",
 4365 "serde_json",
 4366 "settings",
 4367 "smallvec",
 4368 "smol",
 4369 "snippet",
 4370 "sum_tree",
 4371 "task",
 4372 "telemetry",
 4373 "tempfile",
 4374 "text",
 4375 "theme",
 4376 "time",
 4377 "time_format",
 4378 "tree-sitter-html",
 4379 "tree-sitter-rust",
 4380 "tree-sitter-typescript",
 4381 "ui",
 4382 "unicode-script",
 4383 "unicode-segmentation",
 4384 "unindent",
 4385 "url",
 4386 "util",
 4387 "uuid",
 4388 "workspace",
 4389 "zed_actions",
 4390]
 4391
 4392[[package]]
 4393name = "either"
 4394version = "1.13.0"
 4395source = "registry+https://github.com/rust-lang/crates.io-index"
 4396checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 4397dependencies = [
 4398 "serde",
 4399]
 4400
 4401[[package]]
 4402name = "elasticlunr-rs"
 4403version = "3.0.2"
 4404source = "registry+https://github.com/rust-lang/crates.io-index"
 4405checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 4406dependencies = [
 4407 "regex",
 4408 "serde",
 4409 "serde_derive",
 4410 "serde_json",
 4411]
 4412
 4413[[package]]
 4414name = "elliptic-curve"
 4415version = "0.12.3"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 4418dependencies = [
 4419 "base16ct",
 4420 "crypto-bigint 0.4.9",
 4421 "der 0.6.1",
 4422 "digest",
 4423 "ff",
 4424 "generic-array",
 4425 "group",
 4426 "pkcs8 0.9.0",
 4427 "rand_core 0.6.4",
 4428 "sec1",
 4429 "subtle",
 4430 "zeroize",
 4431]
 4432
 4433[[package]]
 4434name = "embed-resource"
 4435version = "3.0.2"
 4436source = "registry+https://github.com/rust-lang/crates.io-index"
 4437checksum = "7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3"
 4438dependencies = [
 4439 "cc",
 4440 "memchr",
 4441 "rustc_version",
 4442 "toml 0.8.20",
 4443 "vswhom",
 4444 "winreg 0.52.0",
 4445]
 4446
 4447[[package]]
 4448name = "embedded-io"
 4449version = "0.4.0"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 4452
 4453[[package]]
 4454name = "embedded-io"
 4455version = "0.6.1"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 4458
 4459[[package]]
 4460name = "emojis"
 4461version = "0.6.4"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 4464dependencies = [
 4465 "phf",
 4466]
 4467
 4468[[package]]
 4469name = "encode_unicode"
 4470version = "0.3.6"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 4473
 4474[[package]]
 4475name = "encoding_rs"
 4476version = "0.8.35"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 4479dependencies = [
 4480 "cfg-if",
 4481]
 4482
 4483[[package]]
 4484name = "endi"
 4485version = "1.1.0"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 4488
 4489[[package]]
 4490name = "enumflags2"
 4491version = "0.7.10"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
 4494dependencies = [
 4495 "enumflags2_derive",
 4496 "serde",
 4497]
 4498
 4499[[package]]
 4500name = "enumflags2_derive"
 4501version = "0.7.10"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
 4504dependencies = [
 4505 "proc-macro2",
 4506 "quote",
 4507 "syn 2.0.100",
 4508]
 4509
 4510[[package]]
 4511name = "env_filter"
 4512version = "0.1.2"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
 4515dependencies = [
 4516 "log",
 4517 "regex",
 4518]
 4519
 4520[[package]]
 4521name = "env_logger"
 4522version = "0.10.2"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 4525dependencies = [
 4526 "humantime",
 4527 "is-terminal",
 4528 "log",
 4529 "regex",
 4530 "termcolor",
 4531]
 4532
 4533[[package]]
 4534name = "env_logger"
 4535version = "0.11.7"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
 4538dependencies = [
 4539 "anstream",
 4540 "anstyle",
 4541 "env_filter",
 4542 "jiff",
 4543 "log",
 4544]
 4545
 4546[[package]]
 4547name = "envy"
 4548version = "0.4.2"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 4551dependencies = [
 4552 "serde",
 4553]
 4554
 4555[[package]]
 4556name = "equivalent"
 4557version = "1.0.1"
 4558source = "registry+https://github.com/rust-lang/crates.io-index"
 4559checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 4560
 4561[[package]]
 4562name = "erased-serde"
 4563version = "0.4.5"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 4566dependencies = [
 4567 "serde",
 4568 "typeid",
 4569]
 4570
 4571[[package]]
 4572name = "errno"
 4573version = "0.2.8"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 4576dependencies = [
 4577 "errno-dragonfly",
 4578 "libc",
 4579 "winapi",
 4580]
 4581
 4582[[package]]
 4583name = "errno"
 4584version = "0.3.10"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
 4587dependencies = [
 4588 "libc",
 4589 "windows-sys 0.59.0",
 4590]
 4591
 4592[[package]]
 4593name = "errno-dragonfly"
 4594version = "0.1.2"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 4597dependencies = [
 4598 "cc",
 4599 "libc",
 4600]
 4601
 4602[[package]]
 4603name = "etagere"
 4604version = "0.2.15"
 4605source = "registry+https://github.com/rust-lang/crates.io-index"
 4606checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 4607dependencies = [
 4608 "euclid",
 4609 "svg_fmt",
 4610]
 4611
 4612[[package]]
 4613name = "etcetera"
 4614version = "0.8.0"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 4617dependencies = [
 4618 "cfg-if",
 4619 "home",
 4620 "windows-sys 0.48.0",
 4621]
 4622
 4623[[package]]
 4624name = "euclid"
 4625version = "0.22.11"
 4626source = "registry+https://github.com/rust-lang/crates.io-index"
 4627checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 4628dependencies = [
 4629 "num-traits",
 4630]
 4631
 4632[[package]]
 4633name = "evals"
 4634version = "0.1.0"
 4635dependencies = [
 4636 "anyhow",
 4637 "clap",
 4638 "client",
 4639 "clock",
 4640 "collections",
 4641 "env_logger 0.11.7",
 4642 "feature_flags",
 4643 "fs",
 4644 "gpui",
 4645 "http_client",
 4646 "language",
 4647 "languages",
 4648 "node_runtime",
 4649 "open_ai",
 4650 "project",
 4651 "reqwest_client",
 4652 "semantic_index",
 4653 "serde",
 4654 "serde_json",
 4655 "settings",
 4656 "smol",
 4657 "util",
 4658]
 4659
 4660[[package]]
 4661name = "event-listener"
 4662version = "2.5.3"
 4663source = "registry+https://github.com/rust-lang/crates.io-index"
 4664checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 4665
 4666[[package]]
 4667name = "event-listener"
 4668version = "5.3.1"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
 4671dependencies = [
 4672 "concurrent-queue",
 4673 "parking",
 4674 "pin-project-lite",
 4675]
 4676
 4677[[package]]
 4678name = "event-listener-strategy"
 4679version = "0.5.3"
 4680source = "registry+https://github.com/rust-lang/crates.io-index"
 4681checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
 4682dependencies = [
 4683 "event-listener 5.3.1",
 4684 "pin-project-lite",
 4685]
 4686
 4687[[package]]
 4688name = "exec"
 4689version = "0.3.1"
 4690source = "registry+https://github.com/rust-lang/crates.io-index"
 4691checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 4692dependencies = [
 4693 "errno 0.2.8",
 4694 "libc",
 4695]
 4696
 4697[[package]]
 4698name = "exr"
 4699version = "1.73.0"
 4700source = "registry+https://github.com/rust-lang/crates.io-index"
 4701checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 4702dependencies = [
 4703 "bit_field",
 4704 "half",
 4705 "lebe",
 4706 "miniz_oxide",
 4707 "rayon-core",
 4708 "smallvec",
 4709 "zune-inflate",
 4710]
 4711
 4712[[package]]
 4713name = "extension"
 4714version = "0.1.0"
 4715dependencies = [
 4716 "anyhow",
 4717 "async-compression",
 4718 "async-tar",
 4719 "async-trait",
 4720 "collections",
 4721 "convert_case 0.8.0",
 4722 "fs",
 4723 "futures 0.3.31",
 4724 "gpui",
 4725 "http_client",
 4726 "language",
 4727 "log",
 4728 "lsp",
 4729 "parking_lot",
 4730 "semantic_version",
 4731 "serde",
 4732 "serde_json",
 4733 "toml 0.8.20",
 4734 "util",
 4735 "wasm-encoder 0.221.3",
 4736 "wasmparser 0.221.3",
 4737 "wit-component 0.221.3",
 4738]
 4739
 4740[[package]]
 4741name = "extension_cli"
 4742version = "0.1.0"
 4743dependencies = [
 4744 "anyhow",
 4745 "clap",
 4746 "env_logger 0.11.7",
 4747 "extension",
 4748 "fs",
 4749 "language",
 4750 "log",
 4751 "reqwest_client",
 4752 "rpc",
 4753 "serde",
 4754 "serde_json",
 4755 "theme",
 4756 "tokio",
 4757 "toml 0.8.20",
 4758 "tree-sitter",
 4759 "wasmtime",
 4760]
 4761
 4762[[package]]
 4763name = "extension_host"
 4764version = "0.1.0"
 4765dependencies = [
 4766 "anyhow",
 4767 "async-compression",
 4768 "async-tar",
 4769 "async-trait",
 4770 "client",
 4771 "collections",
 4772 "context_server_settings",
 4773 "ctor",
 4774 "env_logger 0.11.7",
 4775 "extension",
 4776 "fs",
 4777 "futures 0.3.31",
 4778 "gpui",
 4779 "http_client",
 4780 "language",
 4781 "language_extension",
 4782 "log",
 4783 "lsp",
 4784 "node_runtime",
 4785 "parking_lot",
 4786 "paths",
 4787 "project",
 4788 "release_channel",
 4789 "remote",
 4790 "reqwest_client",
 4791 "schemars",
 4792 "semantic_version",
 4793 "serde",
 4794 "serde_json",
 4795 "serde_json_lenient",
 4796 "settings",
 4797 "task",
 4798 "telemetry",
 4799 "tempfile",
 4800 "theme",
 4801 "theme_extension",
 4802 "toml 0.8.20",
 4803 "url",
 4804 "util",
 4805 "wasmparser 0.221.3",
 4806 "wasmtime",
 4807 "wasmtime-wasi",
 4808]
 4809
 4810[[package]]
 4811name = "extensions_ui"
 4812version = "0.1.0"
 4813dependencies = [
 4814 "anyhow",
 4815 "client",
 4816 "collections",
 4817 "db",
 4818 "editor",
 4819 "extension_host",
 4820 "fs",
 4821 "fuzzy",
 4822 "gpui",
 4823 "language",
 4824 "num-format",
 4825 "picker",
 4826 "project",
 4827 "release_channel",
 4828 "semantic_version",
 4829 "serde",
 4830 "settings",
 4831 "smallvec",
 4832 "strum",
 4833 "telemetry",
 4834 "theme",
 4835 "ui",
 4836 "util",
 4837 "vim_mode_setting",
 4838 "workspace",
 4839 "zed_actions",
 4840]
 4841
 4842[[package]]
 4843name = "fallible-iterator"
 4844version = "0.3.0"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4847
 4848[[package]]
 4849name = "fancy-regex"
 4850version = "0.13.0"
 4851source = "registry+https://github.com/rust-lang/crates.io-index"
 4852checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2"
 4853dependencies = [
 4854 "bit-set 0.5.3",
 4855 "regex-automata 0.4.9",
 4856 "regex-syntax 0.8.5",
 4857]
 4858
 4859[[package]]
 4860name = "fancy-regex"
 4861version = "0.14.0"
 4862source = "registry+https://github.com/rust-lang/crates.io-index"
 4863checksum = "6e24cb5a94bcae1e5408b0effca5cd7172ea3c5755049c5f3af4cd283a165298"
 4864dependencies = [
 4865 "bit-set 0.8.0",
 4866 "regex-automata 0.4.9",
 4867 "regex-syntax 0.8.5",
 4868]
 4869
 4870[[package]]
 4871name = "fast-srgb8"
 4872version = "1.0.0"
 4873source = "registry+https://github.com/rust-lang/crates.io-index"
 4874checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4875
 4876[[package]]
 4877name = "fastrand"
 4878version = "1.9.0"
 4879source = "registry+https://github.com/rust-lang/crates.io-index"
 4880checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4881dependencies = [
 4882 "instant",
 4883]
 4884
 4885[[package]]
 4886name = "fastrand"
 4887version = "2.3.0"
 4888source = "registry+https://github.com/rust-lang/crates.io-index"
 4889checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 4890
 4891[[package]]
 4892name = "fd-lock"
 4893version = "4.0.2"
 4894source = "registry+https://github.com/rust-lang/crates.io-index"
 4895checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4896dependencies = [
 4897 "cfg-if",
 4898 "rustix",
 4899 "windows-sys 0.52.0",
 4900]
 4901
 4902[[package]]
 4903name = "fdeflate"
 4904version = "0.3.7"
 4905source = "registry+https://github.com/rust-lang/crates.io-index"
 4906checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 4907dependencies = [
 4908 "simd-adler32",
 4909]
 4910
 4911[[package]]
 4912name = "feature_flags"
 4913version = "0.1.0"
 4914dependencies = [
 4915 "futures 0.3.31",
 4916 "gpui",
 4917 "smol",
 4918]
 4919
 4920[[package]]
 4921name = "feedback"
 4922version = "0.1.0"
 4923dependencies = [
 4924 "client",
 4925 "editor",
 4926 "gpui",
 4927 "human_bytes",
 4928 "menu",
 4929 "release_channel",
 4930 "serde",
 4931 "sysinfo",
 4932 "ui",
 4933 "urlencoding",
 4934 "util",
 4935 "workspace",
 4936 "zed_actions",
 4937]
 4938
 4939[[package]]
 4940name = "ff"
 4941version = "0.12.1"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4944dependencies = [
 4945 "rand_core 0.6.4",
 4946 "subtle",
 4947]
 4948
 4949[[package]]
 4950name = "file_finder"
 4951version = "0.1.0"
 4952dependencies = [
 4953 "anyhow",
 4954 "collections",
 4955 "ctor",
 4956 "editor",
 4957 "env_logger 0.11.7",
 4958 "file_icons",
 4959 "futures 0.3.31",
 4960 "fuzzy",
 4961 "gpui",
 4962 "language",
 4963 "menu",
 4964 "picker",
 4965 "project",
 4966 "schemars",
 4967 "serde",
 4968 "serde_derive",
 4969 "serde_json",
 4970 "settings",
 4971 "text",
 4972 "theme",
 4973 "ui",
 4974 "util",
 4975 "workspace",
 4976]
 4977
 4978[[package]]
 4979name = "file_icons"
 4980version = "0.1.0"
 4981dependencies = [
 4982 "gpui",
 4983 "serde",
 4984 "settings",
 4985 "theme",
 4986 "util",
 4987]
 4988
 4989[[package]]
 4990name = "filedescriptor"
 4991version = "0.8.3"
 4992source = "registry+https://github.com/rust-lang/crates.io-index"
 4993checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 4994dependencies = [
 4995 "libc",
 4996 "thiserror 1.0.69",
 4997 "winapi",
 4998]
 4999
 5000[[package]]
 5001name = "filetime"
 5002version = "0.2.25"
 5003source = "registry+https://github.com/rust-lang/crates.io-index"
 5004checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
 5005dependencies = [
 5006 "cfg-if",
 5007 "libc",
 5008 "libredox",
 5009 "windows-sys 0.59.0",
 5010]
 5011
 5012[[package]]
 5013name = "fixedbitset"
 5014version = "0.4.2"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 5017
 5018[[package]]
 5019name = "flate2"
 5020version = "1.0.35"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
 5023dependencies = [
 5024 "crc32fast",
 5025 "miniz_oxide",
 5026]
 5027
 5028[[package]]
 5029name = "float-cmp"
 5030version = "0.9.0"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 5033
 5034[[package]]
 5035name = "float-ord"
 5036version = "0.3.2"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 5039
 5040[[package]]
 5041name = "float_next_after"
 5042version = "1.0.0"
 5043source = "registry+https://github.com/rust-lang/crates.io-index"
 5044checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 5045
 5046[[package]]
 5047name = "flume"
 5048version = "0.11.1"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 5051dependencies = [
 5052 "futures-core",
 5053 "futures-sink",
 5054 "nanorand",
 5055 "spin",
 5056]
 5057
 5058[[package]]
 5059name = "fnv"
 5060version = "1.0.7"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 5063
 5064[[package]]
 5065name = "foldhash"
 5066version = "0.1.3"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 5069
 5070[[package]]
 5071name = "font-kit"
 5072version = "0.14.1"
 5073source = "git+https://github.com/zed-industries/font-kit?rev=40391b7#40391b7c0041d8a8572af2afa3de32ae088f0120"
 5074dependencies = [
 5075 "bitflags 2.8.0",
 5076 "byteorder",
 5077 "core-foundation 0.9.4",
 5078 "core-graphics 0.23.2",
 5079 "core-text",
 5080 "dirs 5.0.1",
 5081 "dwrote",
 5082 "float-ord",
 5083 "freetype-sys",
 5084 "lazy_static",
 5085 "libc",
 5086 "log",
 5087 "pathfinder_geometry",
 5088 "pathfinder_simd",
 5089 "walkdir",
 5090 "winapi",
 5091 "yeslogic-fontconfig-sys",
 5092]
 5093
 5094[[package]]
 5095name = "font-types"
 5096version = "0.8.3"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd"
 5099dependencies = [
 5100 "bytemuck",
 5101]
 5102
 5103[[package]]
 5104name = "fontconfig-parser"
 5105version = "0.5.7"
 5106source = "registry+https://github.com/rust-lang/crates.io-index"
 5107checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
 5108dependencies = [
 5109 "roxmltree",
 5110]
 5111
 5112[[package]]
 5113name = "fontdb"
 5114version = "0.16.2"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 5117dependencies = [
 5118 "fontconfig-parser",
 5119 "log",
 5120 "memmap2",
 5121 "slotmap",
 5122 "tinyvec",
 5123 "ttf-parser 0.20.0",
 5124]
 5125
 5126[[package]]
 5127name = "fontdb"
 5128version = "0.23.0"
 5129source = "registry+https://github.com/rust-lang/crates.io-index"
 5130checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 5131dependencies = [
 5132 "fontconfig-parser",
 5133 "log",
 5134 "memmap2",
 5135 "slotmap",
 5136 "tinyvec",
 5137 "ttf-parser 0.25.1",
 5138]
 5139
 5140[[package]]
 5141name = "foreign-types"
 5142version = "0.3.2"
 5143source = "registry+https://github.com/rust-lang/crates.io-index"
 5144checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 5145dependencies = [
 5146 "foreign-types-shared 0.1.1",
 5147]
 5148
 5149[[package]]
 5150name = "foreign-types"
 5151version = "0.5.0"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 5154dependencies = [
 5155 "foreign-types-macros",
 5156 "foreign-types-shared 0.3.1",
 5157]
 5158
 5159[[package]]
 5160name = "foreign-types-macros"
 5161version = "0.2.3"
 5162source = "registry+https://github.com/rust-lang/crates.io-index"
 5163checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 5164dependencies = [
 5165 "proc-macro2",
 5166 "quote",
 5167 "syn 2.0.100",
 5168]
 5169
 5170[[package]]
 5171name = "foreign-types-shared"
 5172version = "0.1.1"
 5173source = "registry+https://github.com/rust-lang/crates.io-index"
 5174checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 5175
 5176[[package]]
 5177name = "foreign-types-shared"
 5178version = "0.3.1"
 5179source = "registry+https://github.com/rust-lang/crates.io-index"
 5180checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 5181
 5182[[package]]
 5183name = "fork"
 5184version = "0.2.0"
 5185source = "registry+https://github.com/rust-lang/crates.io-index"
 5186checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
 5187dependencies = [
 5188 "libc",
 5189]
 5190
 5191[[package]]
 5192name = "form_urlencoded"
 5193version = "1.2.1"
 5194source = "registry+https://github.com/rust-lang/crates.io-index"
 5195checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 5196dependencies = [
 5197 "percent-encoding",
 5198]
 5199
 5200[[package]]
 5201name = "freetype-sys"
 5202version = "0.20.1"
 5203source = "registry+https://github.com/rust-lang/crates.io-index"
 5204checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 5205dependencies = [
 5206 "cc",
 5207 "libc",
 5208 "pkg-config",
 5209]
 5210
 5211[[package]]
 5212name = "fs"
 5213version = "0.1.0"
 5214dependencies = [
 5215 "anyhow",
 5216 "ashpd",
 5217 "async-tar",
 5218 "async-trait",
 5219 "cocoa 0.26.0",
 5220 "collections",
 5221 "fsevent",
 5222 "futures 0.3.31",
 5223 "git",
 5224 "gpui",
 5225 "ignore",
 5226 "libc",
 5227 "log",
 5228 "notify 6.1.1",
 5229 "objc",
 5230 "parking_lot",
 5231 "paths",
 5232 "proto",
 5233 "rope",
 5234 "serde",
 5235 "serde_json",
 5236 "smol",
 5237 "tempfile",
 5238 "text",
 5239 "time",
 5240 "util",
 5241 "windows 0.61.1",
 5242]
 5243
 5244[[package]]
 5245name = "fs-set-times"
 5246version = "0.20.2"
 5247source = "registry+https://github.com/rust-lang/crates.io-index"
 5248checksum = "5e2e6123af26f0f2c51cc66869137080199406754903cc926a7690401ce09cb4"
 5249dependencies = [
 5250 "io-lifetimes",
 5251 "rustix",
 5252 "windows-sys 0.59.0",
 5253]
 5254
 5255[[package]]
 5256name = "fs2"
 5257version = "0.4.3"
 5258source = "registry+https://github.com/rust-lang/crates.io-index"
 5259checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 5260dependencies = [
 5261 "libc",
 5262 "winapi",
 5263]
 5264
 5265[[package]]
 5266name = "fs_extra"
 5267version = "1.3.0"
 5268source = "registry+https://github.com/rust-lang/crates.io-index"
 5269checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 5270
 5271[[package]]
 5272name = "fsevent"
 5273version = "0.1.0"
 5274dependencies = [
 5275 "bitflags 2.8.0",
 5276 "core-foundation 0.9.4",
 5277 "fsevent-sys 3.1.0",
 5278 "parking_lot",
 5279 "tempfile",
 5280]
 5281
 5282[[package]]
 5283name = "fsevent-sys"
 5284version = "3.1.0"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 5287dependencies = [
 5288 "libc",
 5289]
 5290
 5291[[package]]
 5292name = "fsevent-sys"
 5293version = "4.1.0"
 5294source = "registry+https://github.com/rust-lang/crates.io-index"
 5295checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 5296dependencies = [
 5297 "libc",
 5298]
 5299
 5300[[package]]
 5301name = "funty"
 5302version = "2.0.0"
 5303source = "registry+https://github.com/rust-lang/crates.io-index"
 5304checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 5305
 5306[[package]]
 5307name = "futf"
 5308version = "0.1.5"
 5309source = "registry+https://github.com/rust-lang/crates.io-index"
 5310checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 5311dependencies = [
 5312 "mac",
 5313 "new_debug_unreachable",
 5314]
 5315
 5316[[package]]
 5317name = "futures"
 5318version = "0.1.31"
 5319source = "registry+https://github.com/rust-lang/crates.io-index"
 5320checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 5321
 5322[[package]]
 5323name = "futures"
 5324version = "0.3.31"
 5325source = "registry+https://github.com/rust-lang/crates.io-index"
 5326checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 5327dependencies = [
 5328 "futures-channel",
 5329 "futures-core",
 5330 "futures-executor",
 5331 "futures-io",
 5332 "futures-sink",
 5333 "futures-task",
 5334 "futures-util",
 5335]
 5336
 5337[[package]]
 5338name = "futures-batch"
 5339version = "0.6.1"
 5340source = "registry+https://github.com/rust-lang/crates.io-index"
 5341checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 5342dependencies = [
 5343 "futures 0.3.31",
 5344 "futures-timer",
 5345 "pin-utils",
 5346]
 5347
 5348[[package]]
 5349name = "futures-channel"
 5350version = "0.3.31"
 5351source = "registry+https://github.com/rust-lang/crates.io-index"
 5352checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 5353dependencies = [
 5354 "futures-core",
 5355 "futures-sink",
 5356]
 5357
 5358[[package]]
 5359name = "futures-core"
 5360version = "0.3.31"
 5361source = "registry+https://github.com/rust-lang/crates.io-index"
 5362checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 5363
 5364[[package]]
 5365name = "futures-executor"
 5366version = "0.3.31"
 5367source = "registry+https://github.com/rust-lang/crates.io-index"
 5368checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 5369dependencies = [
 5370 "futures-core",
 5371 "futures-task",
 5372 "futures-util",
 5373]
 5374
 5375[[package]]
 5376name = "futures-intrusive"
 5377version = "0.5.0"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 5380dependencies = [
 5381 "futures-core",
 5382 "lock_api",
 5383 "parking_lot",
 5384]
 5385
 5386[[package]]
 5387name = "futures-io"
 5388version = "0.3.31"
 5389source = "registry+https://github.com/rust-lang/crates.io-index"
 5390checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 5391
 5392[[package]]
 5393name = "futures-lite"
 5394version = "1.13.0"
 5395source = "registry+https://github.com/rust-lang/crates.io-index"
 5396checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 5397dependencies = [
 5398 "fastrand 1.9.0",
 5399 "futures-core",
 5400 "futures-io",
 5401 "memchr",
 5402 "parking",
 5403 "pin-project-lite",
 5404 "waker-fn",
 5405]
 5406
 5407[[package]]
 5408name = "futures-lite"
 5409version = "2.6.0"
 5410source = "registry+https://github.com/rust-lang/crates.io-index"
 5411checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
 5412dependencies = [
 5413 "fastrand 2.3.0",
 5414 "futures-core",
 5415 "futures-io",
 5416 "parking",
 5417 "pin-project-lite",
 5418]
 5419
 5420[[package]]
 5421name = "futures-macro"
 5422version = "0.3.31"
 5423source = "registry+https://github.com/rust-lang/crates.io-index"
 5424checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 5425dependencies = [
 5426 "proc-macro2",
 5427 "quote",
 5428 "syn 2.0.100",
 5429]
 5430
 5431[[package]]
 5432name = "futures-sink"
 5433version = "0.3.31"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 5436
 5437[[package]]
 5438name = "futures-task"
 5439version = "0.3.31"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 5442
 5443[[package]]
 5444name = "futures-timer"
 5445version = "3.0.3"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 5448
 5449[[package]]
 5450name = "futures-util"
 5451version = "0.3.31"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 5454dependencies = [
 5455 "futures 0.1.31",
 5456 "futures-channel",
 5457 "futures-core",
 5458 "futures-io",
 5459 "futures-macro",
 5460 "futures-sink",
 5461 "futures-task",
 5462 "memchr",
 5463 "pin-project-lite",
 5464 "pin-utils",
 5465 "slab",
 5466 "tokio-io",
 5467]
 5468
 5469[[package]]
 5470name = "fuzzy"
 5471version = "0.1.0"
 5472dependencies = [
 5473 "gpui",
 5474 "log",
 5475 "util",
 5476]
 5477
 5478[[package]]
 5479name = "fuzzy-matcher"
 5480version = "0.3.7"
 5481source = "registry+https://github.com/rust-lang/crates.io-index"
 5482checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 5483dependencies = [
 5484 "thread_local",
 5485]
 5486
 5487[[package]]
 5488name = "generic-array"
 5489version = "0.14.7"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 5492dependencies = [
 5493 "typenum",
 5494 "version_check",
 5495]
 5496
 5497[[package]]
 5498name = "gethostname"
 5499version = "0.4.3"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 5502dependencies = [
 5503 "libc",
 5504 "windows-targets 0.48.5",
 5505]
 5506
 5507[[package]]
 5508name = "getrandom"
 5509version = "0.1.16"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 5512dependencies = [
 5513 "cfg-if",
 5514 "libc",
 5515 "wasi 0.9.0+wasi-snapshot-preview1",
 5516]
 5517
 5518[[package]]
 5519name = "getrandom"
 5520version = "0.2.15"
 5521source = "registry+https://github.com/rust-lang/crates.io-index"
 5522checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 5523dependencies = [
 5524 "cfg-if",
 5525 "js-sys",
 5526 "libc",
 5527 "wasi 0.11.0+wasi-snapshot-preview1",
 5528 "wasm-bindgen",
 5529]
 5530
 5531[[package]]
 5532name = "getrandom"
 5533version = "0.3.1"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
 5536dependencies = [
 5537 "cfg-if",
 5538 "libc",
 5539 "wasi 0.13.3+wasi-0.2.2",
 5540 "windows-targets 0.52.6",
 5541]
 5542
 5543[[package]]
 5544name = "gif"
 5545version = "0.13.1"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 5548dependencies = [
 5549 "color_quant",
 5550 "weezl",
 5551]
 5552
 5553[[package]]
 5554name = "gimli"
 5555version = "0.31.1"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 5558dependencies = [
 5559 "fallible-iterator",
 5560 "indexmap",
 5561 "stable_deref_trait",
 5562]
 5563
 5564[[package]]
 5565name = "git"
 5566version = "0.1.0"
 5567dependencies = [
 5568 "anyhow",
 5569 "askpass",
 5570 "async-trait",
 5571 "collections",
 5572 "derive_more",
 5573 "futures 0.3.31",
 5574 "git2",
 5575 "gpui",
 5576 "http_client",
 5577 "log",
 5578 "parking_lot",
 5579 "pretty_assertions",
 5580 "regex",
 5581 "rope",
 5582 "schemars",
 5583 "serde",
 5584 "serde_json",
 5585 "smol",
 5586 "sum_tree",
 5587 "tempfile",
 5588 "text",
 5589 "thiserror 2.0.12",
 5590 "time",
 5591 "unindent",
 5592 "url",
 5593 "util",
 5594 "uuid",
 5595]
 5596
 5597[[package]]
 5598name = "git2"
 5599version = "0.20.1"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "5220b8ba44c68a9a7f7a7659e864dd73692e417ef0211bea133c7b74e031eeb9"
 5602dependencies = [
 5603 "bitflags 2.8.0",
 5604 "libc",
 5605 "libgit2-sys",
 5606 "log",
 5607 "url",
 5608]
 5609
 5610[[package]]
 5611name = "git_hosting_providers"
 5612version = "0.1.0"
 5613dependencies = [
 5614 "anyhow",
 5615 "async-trait",
 5616 "futures 0.3.31",
 5617 "git",
 5618 "gpui",
 5619 "http_client",
 5620 "indoc",
 5621 "pretty_assertions",
 5622 "regex",
 5623 "schemars",
 5624 "serde",
 5625 "serde_json",
 5626 "settings",
 5627 "url",
 5628 "util",
 5629]
 5630
 5631[[package]]
 5632name = "git_ui"
 5633version = "0.1.0"
 5634dependencies = [
 5635 "anyhow",
 5636 "askpass",
 5637 "assistant_settings",
 5638 "buffer_diff",
 5639 "collections",
 5640 "command_palette_hooks",
 5641 "component",
 5642 "ctor",
 5643 "db",
 5644 "editor",
 5645 "env_logger 0.11.7",
 5646 "futures 0.3.31",
 5647 "fuzzy",
 5648 "git",
 5649 "gpui",
 5650 "itertools 0.14.0",
 5651 "language",
 5652 "language_model",
 5653 "linkify",
 5654 "linkme",
 5655 "log",
 5656 "menu",
 5657 "multi_buffer",
 5658 "notifications",
 5659 "panel",
 5660 "picker",
 5661 "postage",
 5662 "pretty_assertions",
 5663 "project",
 5664 "schemars",
 5665 "serde",
 5666 "serde_derive",
 5667 "serde_json",
 5668 "settings",
 5669 "strum",
 5670 "telemetry",
 5671 "theme",
 5672 "time",
 5673 "time_format",
 5674 "ui",
 5675 "unindent",
 5676 "util",
 5677 "windows 0.61.1",
 5678 "workspace",
 5679 "zed_actions",
 5680]
 5681
 5682[[package]]
 5683name = "glob"
 5684version = "0.3.1"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5687
 5688[[package]]
 5689name = "globset"
 5690version = "0.4.16"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5693dependencies = [
 5694 "aho-corasick",
 5695 "bstr",
 5696 "log",
 5697 "regex-automata 0.4.9",
 5698 "regex-syntax 0.8.5",
 5699]
 5700
 5701[[package]]
 5702name = "gloo-timers"
 5703version = "0.3.0"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5706dependencies = [
 5707 "futures-channel",
 5708 "futures-core",
 5709 "js-sys",
 5710 "wasm-bindgen",
 5711]
 5712
 5713[[package]]
 5714name = "glow"
 5715version = "0.14.2"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5718dependencies = [
 5719 "js-sys",
 5720 "slotmap",
 5721 "wasm-bindgen",
 5722 "web-sys",
 5723]
 5724
 5725[[package]]
 5726name = "go_to_line"
 5727version = "0.1.0"
 5728dependencies = [
 5729 "anyhow",
 5730 "editor",
 5731 "gpui",
 5732 "indoc",
 5733 "language",
 5734 "menu",
 5735 "project",
 5736 "rope",
 5737 "schemars",
 5738 "serde",
 5739 "serde_json",
 5740 "settings",
 5741 "text",
 5742 "theme",
 5743 "tree-sitter-rust",
 5744 "tree-sitter-typescript",
 5745 "ui",
 5746 "util",
 5747 "workspace",
 5748]
 5749
 5750[[package]]
 5751name = "google_ai"
 5752version = "0.1.0"
 5753dependencies = [
 5754 "anyhow",
 5755 "futures 0.3.31",
 5756 "http_client",
 5757 "schemars",
 5758 "serde",
 5759 "serde_json",
 5760 "strum",
 5761]
 5762
 5763[[package]]
 5764name = "gpu-alloc"
 5765version = "0.6.0"
 5766source = "registry+https://github.com/rust-lang/crates.io-index"
 5767checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5768dependencies = [
 5769 "bitflags 2.8.0",
 5770 "gpu-alloc-types",
 5771]
 5772
 5773[[package]]
 5774name = "gpu-alloc-ash"
 5775version = "0.7.0"
 5776source = "registry+https://github.com/rust-lang/crates.io-index"
 5777checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5778dependencies = [
 5779 "ash",
 5780 "gpu-alloc-types",
 5781 "tinyvec",
 5782]
 5783
 5784[[package]]
 5785name = "gpu-alloc-types"
 5786version = "0.3.0"
 5787source = "registry+https://github.com/rust-lang/crates.io-index"
 5788checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5789dependencies = [
 5790 "bitflags 2.8.0",
 5791]
 5792
 5793[[package]]
 5794name = "gpui"
 5795version = "0.1.0"
 5796dependencies = [
 5797 "anyhow",
 5798 "as-raw-xcb-connection",
 5799 "ashpd",
 5800 "async-task",
 5801 "backtrace",
 5802 "bindgen 0.70.1",
 5803 "blade-graphics",
 5804 "blade-macros",
 5805 "blade-util",
 5806 "block",
 5807 "bytemuck",
 5808 "calloop",
 5809 "calloop-wayland-source",
 5810 "cbindgen 0.28.0",
 5811 "cocoa 0.26.0",
 5812 "collections",
 5813 "core-foundation 0.9.4",
 5814 "core-foundation-sys",
 5815 "core-graphics 0.23.2",
 5816 "core-text",
 5817 "cosmic-text",
 5818 "ctor",
 5819 "derive_more",
 5820 "embed-resource",
 5821 "env_logger 0.11.7",
 5822 "etagere",
 5823 "filedescriptor",
 5824 "flume",
 5825 "font-kit",
 5826 "foreign-types 0.5.0",
 5827 "futures 0.3.31",
 5828 "gpui_macros",
 5829 "http_client",
 5830 "image",
 5831 "inventory",
 5832 "itertools 0.14.0",
 5833 "log",
 5834 "lyon",
 5835 "media",
 5836 "metal",
 5837 "naga",
 5838 "num_cpus",
 5839 "objc",
 5840 "objc2",
 5841 "objc2-metal",
 5842 "oo7",
 5843 "open",
 5844 "parking",
 5845 "parking_lot",
 5846 "pathfinder_geometry",
 5847 "postage",
 5848 "profiling",
 5849 "rand 0.8.5",
 5850 "raw-window-handle",
 5851 "refineable",
 5852 "reqwest_client",
 5853 "resvg",
 5854 "schemars",
 5855 "seahash",
 5856 "semantic_version",
 5857 "serde",
 5858 "serde_derive",
 5859 "serde_json",
 5860 "slotmap",
 5861 "smallvec",
 5862 "smol",
 5863 "strum",
 5864 "sum_tree",
 5865 "taffy",
 5866 "thiserror 2.0.12",
 5867 "unicode-segmentation",
 5868 "usvg",
 5869 "util",
 5870 "uuid",
 5871 "waker-fn",
 5872 "wayland-backend",
 5873 "wayland-client",
 5874 "wayland-cursor",
 5875 "wayland-protocols",
 5876 "wayland-protocols-plasma",
 5877 "windows 0.61.1",
 5878 "windows-core 0.61.0",
 5879 "windows-numerics",
 5880 "x11-clipboard",
 5881 "x11rb",
 5882 "xim",
 5883 "xkbcommon",
 5884]
 5885
 5886[[package]]
 5887name = "gpui_macros"
 5888version = "0.1.0"
 5889dependencies = [
 5890 "gpui",
 5891 "proc-macro2",
 5892 "quote",
 5893 "syn 1.0.109",
 5894]
 5895
 5896[[package]]
 5897name = "gpui_tokio"
 5898version = "0.1.0"
 5899dependencies = [
 5900 "gpui",
 5901 "tokio",
 5902 "util",
 5903]
 5904
 5905[[package]]
 5906name = "grid"
 5907version = "0.13.0"
 5908source = "registry+https://github.com/rust-lang/crates.io-index"
 5909checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5910
 5911[[package]]
 5912name = "group"
 5913version = "0.12.1"
 5914source = "registry+https://github.com/rust-lang/crates.io-index"
 5915checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5916dependencies = [
 5917 "ff",
 5918 "rand_core 0.6.4",
 5919 "subtle",
 5920]
 5921
 5922[[package]]
 5923name = "h2"
 5924version = "0.3.26"
 5925source = "registry+https://github.com/rust-lang/crates.io-index"
 5926checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5927dependencies = [
 5928 "bytes 1.10.1",
 5929 "fnv",
 5930 "futures-core",
 5931 "futures-sink",
 5932 "futures-util",
 5933 "http 0.2.12",
 5934 "indexmap",
 5935 "slab",
 5936 "tokio",
 5937 "tokio-util",
 5938 "tracing",
 5939]
 5940
 5941[[package]]
 5942name = "h2"
 5943version = "0.4.7"
 5944source = "registry+https://github.com/rust-lang/crates.io-index"
 5945checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5946dependencies = [
 5947 "atomic-waker",
 5948 "bytes 1.10.1",
 5949 "fnv",
 5950 "futures-core",
 5951 "futures-sink",
 5952 "http 1.2.0",
 5953 "indexmap",
 5954 "slab",
 5955 "tokio",
 5956 "tokio-util",
 5957 "tracing",
 5958]
 5959
 5960[[package]]
 5961name = "half"
 5962version = "2.4.1"
 5963source = "registry+https://github.com/rust-lang/crates.io-index"
 5964checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5965dependencies = [
 5966 "cfg-if",
 5967 "crunchy",
 5968]
 5969
 5970[[package]]
 5971name = "handlebars"
 5972version = "4.5.0"
 5973source = "registry+https://github.com/rust-lang/crates.io-index"
 5974checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5975dependencies = [
 5976 "log",
 5977 "pest",
 5978 "pest_derive",
 5979 "serde",
 5980 "serde_json",
 5981 "thiserror 1.0.69",
 5982]
 5983
 5984[[package]]
 5985name = "handlebars"
 5986version = "6.2.0"
 5987source = "registry+https://github.com/rust-lang/crates.io-index"
 5988checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5989dependencies = [
 5990 "log",
 5991 "num-order",
 5992 "pest",
 5993 "pest_derive",
 5994 "serde",
 5995 "serde_json",
 5996 "thiserror 1.0.69",
 5997]
 5998
 5999[[package]]
 6000name = "hashbrown"
 6001version = "0.12.3"
 6002source = "registry+https://github.com/rust-lang/crates.io-index"
 6003checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6004dependencies = [
 6005 "ahash 0.7.8",
 6006]
 6007
 6008[[package]]
 6009name = "hashbrown"
 6010version = "0.14.5"
 6011source = "registry+https://github.com/rust-lang/crates.io-index"
 6012checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6013dependencies = [
 6014 "ahash 0.8.11",
 6015 "allocator-api2",
 6016]
 6017
 6018[[package]]
 6019name = "hashbrown"
 6020version = "0.15.2"
 6021source = "registry+https://github.com/rust-lang/crates.io-index"
 6022checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6023dependencies = [
 6024 "allocator-api2",
 6025 "equivalent",
 6026 "foldhash",
 6027 "serde",
 6028]
 6029
 6030[[package]]
 6031name = "hashlink"
 6032version = "0.8.4"
 6033source = "registry+https://github.com/rust-lang/crates.io-index"
 6034checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6035dependencies = [
 6036 "hashbrown 0.14.5",
 6037]
 6038
 6039[[package]]
 6040name = "hashlink"
 6041version = "0.10.0"
 6042source = "registry+https://github.com/rust-lang/crates.io-index"
 6043checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6044dependencies = [
 6045 "hashbrown 0.15.2",
 6046]
 6047
 6048[[package]]
 6049name = "headers"
 6050version = "0.3.9"
 6051source = "registry+https://github.com/rust-lang/crates.io-index"
 6052checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6053dependencies = [
 6054 "base64 0.21.7",
 6055 "bytes 1.10.1",
 6056 "headers-core",
 6057 "http 0.2.12",
 6058 "httpdate",
 6059 "mime",
 6060 "sha1",
 6061]
 6062
 6063[[package]]
 6064name = "headers-core"
 6065version = "0.2.0"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6068dependencies = [
 6069 "http 0.2.12",
 6070]
 6071
 6072[[package]]
 6073name = "heck"
 6074version = "0.3.3"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6077dependencies = [
 6078 "unicode-segmentation",
 6079]
 6080
 6081[[package]]
 6082name = "heck"
 6083version = "0.4.1"
 6084source = "registry+https://github.com/rust-lang/crates.io-index"
 6085checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6086dependencies = [
 6087 "unicode-segmentation",
 6088]
 6089
 6090[[package]]
 6091name = "heck"
 6092version = "0.5.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6095
 6096[[package]]
 6097name = "heed"
 6098version = "0.21.0"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6101dependencies = [
 6102 "bitflags 2.8.0",
 6103 "byteorder",
 6104 "heed-traits",
 6105 "heed-types",
 6106 "libc",
 6107 "lmdb-master-sys",
 6108 "once_cell",
 6109 "page_size",
 6110 "serde",
 6111 "synchronoise",
 6112 "url",
 6113]
 6114
 6115[[package]]
 6116name = "heed-traits"
 6117version = "0.20.0"
 6118source = "registry+https://github.com/rust-lang/crates.io-index"
 6119checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6120
 6121[[package]]
 6122name = "heed-types"
 6123version = "0.21.0"
 6124source = "registry+https://github.com/rust-lang/crates.io-index"
 6125checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6126dependencies = [
 6127 "bincode",
 6128 "byteorder",
 6129 "heed-traits",
 6130 "serde",
 6131 "serde_json",
 6132]
 6133
 6134[[package]]
 6135name = "hermit-abi"
 6136version = "0.3.9"
 6137source = "registry+https://github.com/rust-lang/crates.io-index"
 6138checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6139
 6140[[package]]
 6141name = "hermit-abi"
 6142version = "0.4.0"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6145
 6146[[package]]
 6147name = "hex"
 6148version = "0.4.3"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6151
 6152[[package]]
 6153name = "hexf-parse"
 6154version = "0.2.1"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6157
 6158[[package]]
 6159name = "hidden-trait"
 6160version = "0.1.2"
 6161source = "registry+https://github.com/rust-lang/crates.io-index"
 6162checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6163dependencies = [
 6164 "proc-macro2",
 6165 "quote",
 6166 "syn 1.0.109",
 6167]
 6168
 6169[[package]]
 6170name = "hkdf"
 6171version = "0.12.4"
 6172source = "registry+https://github.com/rust-lang/crates.io-index"
 6173checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6174dependencies = [
 6175 "hmac",
 6176]
 6177
 6178[[package]]
 6179name = "hmac"
 6180version = "0.12.1"
 6181source = "registry+https://github.com/rust-lang/crates.io-index"
 6182checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6183dependencies = [
 6184 "digest",
 6185]
 6186
 6187[[package]]
 6188name = "home"
 6189version = "0.5.9"
 6190source = "registry+https://github.com/rust-lang/crates.io-index"
 6191checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6192dependencies = [
 6193 "windows-sys 0.52.0",
 6194]
 6195
 6196[[package]]
 6197name = "hound"
 6198version = "3.5.1"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6201
 6202[[package]]
 6203name = "html5ever"
 6204version = "0.27.0"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6207dependencies = [
 6208 "log",
 6209 "mac",
 6210 "markup5ever",
 6211 "proc-macro2",
 6212 "quote",
 6213 "syn 2.0.100",
 6214]
 6215
 6216[[package]]
 6217name = "html_to_markdown"
 6218version = "0.1.0"
 6219dependencies = [
 6220 "anyhow",
 6221 "html5ever",
 6222 "indoc",
 6223 "markup5ever_rcdom",
 6224 "pretty_assertions",
 6225 "regex",
 6226]
 6227
 6228[[package]]
 6229name = "http"
 6230version = "0.2.12"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6233dependencies = [
 6234 "bytes 1.10.1",
 6235 "fnv",
 6236 "itoa",
 6237]
 6238
 6239[[package]]
 6240name = "http"
 6241version = "1.2.0"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6244dependencies = [
 6245 "bytes 1.10.1",
 6246 "fnv",
 6247 "itoa",
 6248]
 6249
 6250[[package]]
 6251name = "http-body"
 6252version = "0.4.6"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6255dependencies = [
 6256 "bytes 1.10.1",
 6257 "http 0.2.12",
 6258 "pin-project-lite",
 6259]
 6260
 6261[[package]]
 6262name = "http-body"
 6263version = "1.0.1"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6266dependencies = [
 6267 "bytes 1.10.1",
 6268 "http 1.2.0",
 6269]
 6270
 6271[[package]]
 6272name = "http-body-util"
 6273version = "0.1.2"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6276dependencies = [
 6277 "bytes 1.10.1",
 6278 "futures-util",
 6279 "http 1.2.0",
 6280 "http-body 1.0.1",
 6281 "pin-project-lite",
 6282]
 6283
 6284[[package]]
 6285name = "http-range-header"
 6286version = "0.3.1"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6289
 6290[[package]]
 6291name = "http-types"
 6292version = "2.12.0"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6295dependencies = [
 6296 "anyhow",
 6297 "async-channel 1.9.0",
 6298 "base64 0.13.1",
 6299 "futures-lite 1.13.0",
 6300 "http 0.2.12",
 6301 "infer",
 6302 "pin-project-lite",
 6303 "rand 0.7.3",
 6304 "serde",
 6305 "serde_json",
 6306 "serde_qs 0.8.5",
 6307 "serde_urlencoded",
 6308 "url",
 6309]
 6310
 6311[[package]]
 6312name = "http_client"
 6313version = "0.1.0"
 6314dependencies = [
 6315 "anyhow",
 6316 "bytes 1.10.1",
 6317 "derive_more",
 6318 "futures 0.3.31",
 6319 "http 1.2.0",
 6320 "log",
 6321 "serde",
 6322 "serde_json",
 6323 "url",
 6324]
 6325
 6326[[package]]
 6327name = "http_client_tls"
 6328version = "0.1.0"
 6329dependencies = [
 6330 "rustls 0.23.25",
 6331 "rustls-platform-verifier",
 6332]
 6333
 6334[[package]]
 6335name = "httparse"
 6336version = "1.9.5"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6339
 6340[[package]]
 6341name = "httpdate"
 6342version = "1.0.3"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6345
 6346[[package]]
 6347name = "human_bytes"
 6348version = "0.4.3"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6351
 6352[[package]]
 6353name = "humantime"
 6354version = "2.1.0"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6357
 6358[[package]]
 6359name = "hyper"
 6360version = "0.14.32"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6363dependencies = [
 6364 "bytes 1.10.1",
 6365 "futures-channel",
 6366 "futures-core",
 6367 "futures-util",
 6368 "h2 0.3.26",
 6369 "http 0.2.12",
 6370 "http-body 0.4.6",
 6371 "httparse",
 6372 "httpdate",
 6373 "itoa",
 6374 "pin-project-lite",
 6375 "socket2",
 6376 "tokio",
 6377 "tower-service",
 6378 "tracing",
 6379 "want",
 6380]
 6381
 6382[[package]]
 6383name = "hyper"
 6384version = "1.5.1"
 6385source = "registry+https://github.com/rust-lang/crates.io-index"
 6386checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6387dependencies = [
 6388 "bytes 1.10.1",
 6389 "futures-channel",
 6390 "futures-util",
 6391 "h2 0.4.7",
 6392 "http 1.2.0",
 6393 "http-body 1.0.1",
 6394 "httparse",
 6395 "itoa",
 6396 "pin-project-lite",
 6397 "smallvec",
 6398 "tokio",
 6399 "want",
 6400]
 6401
 6402[[package]]
 6403name = "hyper-rustls"
 6404version = "0.24.2"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6407dependencies = [
 6408 "futures-util",
 6409 "http 0.2.12",
 6410 "hyper 0.14.32",
 6411 "log",
 6412 "rustls 0.21.12",
 6413 "rustls-native-certs 0.6.3",
 6414 "tokio",
 6415 "tokio-rustls 0.24.1",
 6416]
 6417
 6418[[package]]
 6419name = "hyper-rustls"
 6420version = "0.27.3"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6423dependencies = [
 6424 "futures-util",
 6425 "http 1.2.0",
 6426 "hyper 1.5.1",
 6427 "hyper-util",
 6428 "rustls 0.23.25",
 6429 "rustls-native-certs 0.8.1",
 6430 "rustls-pki-types",
 6431 "tokio",
 6432 "tokio-rustls 0.26.1",
 6433 "tower-service",
 6434]
 6435
 6436[[package]]
 6437name = "hyper-tls"
 6438version = "0.5.0"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6441dependencies = [
 6442 "bytes 1.10.1",
 6443 "hyper 0.14.32",
 6444 "native-tls",
 6445 "tokio",
 6446 "tokio-native-tls",
 6447]
 6448
 6449[[package]]
 6450name = "hyper-util"
 6451version = "0.1.10"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6454dependencies = [
 6455 "bytes 1.10.1",
 6456 "futures-channel",
 6457 "futures-util",
 6458 "http 1.2.0",
 6459 "http-body 1.0.1",
 6460 "hyper 1.5.1",
 6461 "pin-project-lite",
 6462 "socket2",
 6463 "tokio",
 6464 "tower-service",
 6465 "tracing",
 6466]
 6467
 6468[[package]]
 6469name = "iana-time-zone"
 6470version = "0.1.61"
 6471source = "registry+https://github.com/rust-lang/crates.io-index"
 6472checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6473dependencies = [
 6474 "android_system_properties",
 6475 "core-foundation-sys",
 6476 "iana-time-zone-haiku",
 6477 "js-sys",
 6478 "wasm-bindgen",
 6479 "windows-core 0.52.0",
 6480]
 6481
 6482[[package]]
 6483name = "iana-time-zone-haiku"
 6484version = "0.1.2"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6487dependencies = [
 6488 "cc",
 6489]
 6490
 6491[[package]]
 6492name = "icu_collections"
 6493version = "1.5.0"
 6494source = "registry+https://github.com/rust-lang/crates.io-index"
 6495checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6496dependencies = [
 6497 "displaydoc",
 6498 "yoke",
 6499 "zerofrom",
 6500 "zerovec",
 6501]
 6502
 6503[[package]]
 6504name = "icu_locid"
 6505version = "1.5.0"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6508dependencies = [
 6509 "displaydoc",
 6510 "litemap",
 6511 "tinystr",
 6512 "writeable",
 6513 "zerovec",
 6514]
 6515
 6516[[package]]
 6517name = "icu_locid_transform"
 6518version = "1.5.0"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6521dependencies = [
 6522 "displaydoc",
 6523 "icu_locid",
 6524 "icu_locid_transform_data",
 6525 "icu_provider",
 6526 "tinystr",
 6527 "zerovec",
 6528]
 6529
 6530[[package]]
 6531name = "icu_locid_transform_data"
 6532version = "1.5.0"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6535
 6536[[package]]
 6537name = "icu_normalizer"
 6538version = "1.5.0"
 6539source = "registry+https://github.com/rust-lang/crates.io-index"
 6540checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6541dependencies = [
 6542 "displaydoc",
 6543 "icu_collections",
 6544 "icu_normalizer_data",
 6545 "icu_properties",
 6546 "icu_provider",
 6547 "smallvec",
 6548 "utf16_iter",
 6549 "utf8_iter",
 6550 "write16",
 6551 "zerovec",
 6552]
 6553
 6554[[package]]
 6555name = "icu_normalizer_data"
 6556version = "1.5.0"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6559
 6560[[package]]
 6561name = "icu_properties"
 6562version = "1.5.1"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6565dependencies = [
 6566 "displaydoc",
 6567 "icu_collections",
 6568 "icu_locid_transform",
 6569 "icu_properties_data",
 6570 "icu_provider",
 6571 "tinystr",
 6572 "zerovec",
 6573]
 6574
 6575[[package]]
 6576name = "icu_properties_data"
 6577version = "1.5.0"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6580
 6581[[package]]
 6582name = "icu_provider"
 6583version = "1.5.0"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6586dependencies = [
 6587 "displaydoc",
 6588 "icu_locid",
 6589 "icu_provider_macros",
 6590 "stable_deref_trait",
 6591 "tinystr",
 6592 "writeable",
 6593 "yoke",
 6594 "zerofrom",
 6595 "zerovec",
 6596]
 6597
 6598[[package]]
 6599name = "icu_provider_macros"
 6600version = "1.5.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6603dependencies = [
 6604 "proc-macro2",
 6605 "quote",
 6606 "syn 2.0.100",
 6607]
 6608
 6609[[package]]
 6610name = "id-arena"
 6611version = "2.2.1"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6614
 6615[[package]]
 6616name = "idna"
 6617version = "1.0.3"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6620dependencies = [
 6621 "idna_adapter",
 6622 "smallvec",
 6623 "utf8_iter",
 6624]
 6625
 6626[[package]]
 6627name = "idna_adapter"
 6628version = "1.2.0"
 6629source = "registry+https://github.com/rust-lang/crates.io-index"
 6630checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6631dependencies = [
 6632 "icu_normalizer",
 6633 "icu_properties",
 6634]
 6635
 6636[[package]]
 6637name = "ignore"
 6638version = "0.4.23"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6641dependencies = [
 6642 "crossbeam-deque",
 6643 "globset",
 6644 "log",
 6645 "memchr",
 6646 "regex-automata 0.4.9",
 6647 "same-file",
 6648 "walkdir",
 6649 "winapi-util",
 6650]
 6651
 6652[[package]]
 6653name = "image"
 6654version = "0.25.5"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6657dependencies = [
 6658 "bytemuck",
 6659 "byteorder-lite",
 6660 "color_quant",
 6661 "exr",
 6662 "gif",
 6663 "image-webp",
 6664 "num-traits",
 6665 "png",
 6666 "qoi",
 6667 "ravif",
 6668 "rayon",
 6669 "rgb",
 6670 "tiff",
 6671 "zune-core",
 6672 "zune-jpeg",
 6673]
 6674
 6675[[package]]
 6676name = "image-webp"
 6677version = "0.2.0"
 6678source = "registry+https://github.com/rust-lang/crates.io-index"
 6679checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6680dependencies = [
 6681 "byteorder-lite",
 6682 "quick-error",
 6683]
 6684
 6685[[package]]
 6686name = "image_viewer"
 6687version = "0.1.0"
 6688dependencies = [
 6689 "anyhow",
 6690 "db",
 6691 "editor",
 6692 "file_icons",
 6693 "gpui",
 6694 "project",
 6695 "schemars",
 6696 "serde",
 6697 "settings",
 6698 "theme",
 6699 "ui",
 6700 "util",
 6701 "workspace",
 6702]
 6703
 6704[[package]]
 6705name = "imagesize"
 6706version = "0.13.0"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6709
 6710[[package]]
 6711name = "imara-diff"
 6712version = "0.1.8"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6715dependencies = [
 6716 "hashbrown 0.15.2",
 6717]
 6718
 6719[[package]]
 6720name = "imgref"
 6721version = "1.11.0"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6724
 6725[[package]]
 6726name = "indexed_docs"
 6727version = "0.1.0"
 6728dependencies = [
 6729 "anyhow",
 6730 "async-trait",
 6731 "cargo_metadata",
 6732 "collections",
 6733 "derive_more",
 6734 "extension",
 6735 "fs",
 6736 "futures 0.3.31",
 6737 "fuzzy",
 6738 "gpui",
 6739 "heed",
 6740 "html_to_markdown",
 6741 "http_client",
 6742 "indexmap",
 6743 "indoc",
 6744 "parking_lot",
 6745 "paths",
 6746 "pretty_assertions",
 6747 "serde",
 6748 "strum",
 6749 "util",
 6750]
 6751
 6752[[package]]
 6753name = "indexmap"
 6754version = "2.7.1"
 6755source = "registry+https://github.com/rust-lang/crates.io-index"
 6756checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6757dependencies = [
 6758 "equivalent",
 6759 "hashbrown 0.15.2",
 6760 "serde",
 6761]
 6762
 6763[[package]]
 6764name = "indoc"
 6765version = "2.0.6"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6768
 6769[[package]]
 6770name = "infer"
 6771version = "0.2.3"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6774
 6775[[package]]
 6776name = "inherent"
 6777version = "1.0.11"
 6778source = "registry+https://github.com/rust-lang/crates.io-index"
 6779checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6780dependencies = [
 6781 "proc-macro2",
 6782 "quote",
 6783 "syn 2.0.100",
 6784]
 6785
 6786[[package]]
 6787name = "inline_completion"
 6788version = "0.1.0"
 6789dependencies = [
 6790 "gpui",
 6791 "language",
 6792 "project",
 6793]
 6794
 6795[[package]]
 6796name = "inline_completion_button"
 6797version = "0.1.0"
 6798dependencies = [
 6799 "anyhow",
 6800 "client",
 6801 "copilot",
 6802 "editor",
 6803 "feature_flags",
 6804 "fs",
 6805 "futures 0.3.31",
 6806 "gpui",
 6807 "indoc",
 6808 "inline_completion",
 6809 "language",
 6810 "lsp",
 6811 "paths",
 6812 "project",
 6813 "regex",
 6814 "serde_json",
 6815 "settings",
 6816 "supermaven",
 6817 "telemetry",
 6818 "theme",
 6819 "ui",
 6820 "workspace",
 6821 "zed_actions",
 6822 "zeta",
 6823]
 6824
 6825[[package]]
 6826name = "inotify"
 6827version = "0.9.6"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6830dependencies = [
 6831 "bitflags 1.3.2",
 6832 "inotify-sys",
 6833 "libc",
 6834]
 6835
 6836[[package]]
 6837name = "inotify"
 6838version = "0.11.0"
 6839source = "registry+https://github.com/rust-lang/crates.io-index"
 6840checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6841dependencies = [
 6842 "bitflags 2.8.0",
 6843 "inotify-sys",
 6844 "libc",
 6845]
 6846
 6847[[package]]
 6848name = "inotify-sys"
 6849version = "0.1.5"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6852dependencies = [
 6853 "libc",
 6854]
 6855
 6856[[package]]
 6857name = "inout"
 6858version = "0.1.3"
 6859source = "registry+https://github.com/rust-lang/crates.io-index"
 6860checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6861dependencies = [
 6862 "block-padding",
 6863 "generic-array",
 6864]
 6865
 6866[[package]]
 6867name = "install_cli"
 6868version = "0.1.0"
 6869dependencies = [
 6870 "anyhow",
 6871 "gpui",
 6872 "smol",
 6873 "util",
 6874]
 6875
 6876[[package]]
 6877name = "instant"
 6878version = "0.1.13"
 6879source = "registry+https://github.com/rust-lang/crates.io-index"
 6880checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6881dependencies = [
 6882 "cfg-if",
 6883]
 6884
 6885[[package]]
 6886name = "interpolate_name"
 6887version = "0.2.4"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6890dependencies = [
 6891 "proc-macro2",
 6892 "quote",
 6893 "syn 2.0.100",
 6894]
 6895
 6896[[package]]
 6897name = "inventory"
 6898version = "0.3.20"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6901dependencies = [
 6902 "rustversion",
 6903]
 6904
 6905[[package]]
 6906name = "io-extras"
 6907version = "0.18.4"
 6908source = "registry+https://github.com/rust-lang/crates.io-index"
 6909checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6910dependencies = [
 6911 "io-lifetimes",
 6912 "windows-sys 0.59.0",
 6913]
 6914
 6915[[package]]
 6916name = "io-lifetimes"
 6917version = "2.0.4"
 6918source = "registry+https://github.com/rust-lang/crates.io-index"
 6919checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6920
 6921[[package]]
 6922name = "iovec"
 6923version = "0.1.4"
 6924source = "registry+https://github.com/rust-lang/crates.io-index"
 6925checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6926dependencies = [
 6927 "libc",
 6928]
 6929
 6930[[package]]
 6931name = "ipc-channel"
 6932version = "0.19.0"
 6933source = "registry+https://github.com/rust-lang/crates.io-index"
 6934checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6935dependencies = [
 6936 "bincode",
 6937 "crossbeam-channel",
 6938 "fnv",
 6939 "lazy_static",
 6940 "libc",
 6941 "mio 1.0.3",
 6942 "rand 0.8.5",
 6943 "serde",
 6944 "tempfile",
 6945 "uuid",
 6946 "windows 0.58.0",
 6947]
 6948
 6949[[package]]
 6950name = "ipnet"
 6951version = "2.10.1"
 6952source = "registry+https://github.com/rust-lang/crates.io-index"
 6953checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6954
 6955[[package]]
 6956name = "is-docker"
 6957version = "0.2.0"
 6958source = "registry+https://github.com/rust-lang/crates.io-index"
 6959checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6960dependencies = [
 6961 "once_cell",
 6962]
 6963
 6964[[package]]
 6965name = "is-terminal"
 6966version = "0.4.13"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6969dependencies = [
 6970 "hermit-abi 0.4.0",
 6971 "libc",
 6972 "windows-sys 0.52.0",
 6973]
 6974
 6975[[package]]
 6976name = "is-wsl"
 6977version = "0.4.0"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6980dependencies = [
 6981 "is-docker",
 6982 "once_cell",
 6983]
 6984
 6985[[package]]
 6986name = "is_terminal_polyfill"
 6987version = "1.70.1"
 6988source = "registry+https://github.com/rust-lang/crates.io-index"
 6989checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6990
 6991[[package]]
 6992name = "itertools"
 6993version = "0.10.5"
 6994source = "registry+https://github.com/rust-lang/crates.io-index"
 6995checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 6996dependencies = [
 6997 "either",
 6998]
 6999
 7000[[package]]
 7001name = "itertools"
 7002version = "0.11.0"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7005dependencies = [
 7006 "either",
 7007]
 7008
 7009[[package]]
 7010name = "itertools"
 7011version = "0.12.1"
 7012source = "registry+https://github.com/rust-lang/crates.io-index"
 7013checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7014dependencies = [
 7015 "either",
 7016]
 7017
 7018[[package]]
 7019name = "itertools"
 7020version = "0.14.0"
 7021source = "registry+https://github.com/rust-lang/crates.io-index"
 7022checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7023dependencies = [
 7024 "either",
 7025]
 7026
 7027[[package]]
 7028name = "itoa"
 7029version = "1.0.14"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7032
 7033[[package]]
 7034name = "jiff"
 7035version = "0.2.4"
 7036source = "registry+https://github.com/rust-lang/crates.io-index"
 7037checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7038dependencies = [
 7039 "jiff-static",
 7040 "log",
 7041 "portable-atomic",
 7042 "portable-atomic-util",
 7043 "serde",
 7044]
 7045
 7046[[package]]
 7047name = "jiff-static"
 7048version = "0.2.4"
 7049source = "registry+https://github.com/rust-lang/crates.io-index"
 7050checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7051dependencies = [
 7052 "proc-macro2",
 7053 "quote",
 7054 "syn 2.0.100",
 7055]
 7056
 7057[[package]]
 7058name = "jni"
 7059version = "0.21.1"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7062dependencies = [
 7063 "cesu8",
 7064 "cfg-if",
 7065 "combine",
 7066 "jni-sys",
 7067 "log",
 7068 "thiserror 1.0.69",
 7069 "walkdir",
 7070 "windows-sys 0.45.0",
 7071]
 7072
 7073[[package]]
 7074name = "jni-sys"
 7075version = "0.3.0"
 7076source = "registry+https://github.com/rust-lang/crates.io-index"
 7077checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7078
 7079[[package]]
 7080name = "jobserver"
 7081version = "0.1.32"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7084dependencies = [
 7085 "libc",
 7086]
 7087
 7088[[package]]
 7089name = "journal"
 7090version = "0.1.0"
 7091dependencies = [
 7092 "anyhow",
 7093 "chrono",
 7094 "editor",
 7095 "gpui",
 7096 "log",
 7097 "schemars",
 7098 "serde",
 7099 "settings",
 7100 "shellexpand 2.1.2",
 7101 "workspace",
 7102]
 7103
 7104[[package]]
 7105name = "jpeg-decoder"
 7106version = "0.3.1"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7109
 7110[[package]]
 7111name = "js-sys"
 7112version = "0.3.76"
 7113source = "registry+https://github.com/rust-lang/crates.io-index"
 7114checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7115dependencies = [
 7116 "once_cell",
 7117 "wasm-bindgen",
 7118]
 7119
 7120[[package]]
 7121name = "jsonwebtoken"
 7122version = "9.3.1"
 7123source = "registry+https://github.com/rust-lang/crates.io-index"
 7124checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7125dependencies = [
 7126 "base64 0.22.1",
 7127 "js-sys",
 7128 "pem",
 7129 "ring",
 7130 "serde",
 7131 "serde_json",
 7132 "simple_asn1",
 7133]
 7134
 7135[[package]]
 7136name = "jupyter-protocol"
 7137version = "0.6.0"
 7138source = "registry+https://github.com/rust-lang/crates.io-index"
 7139checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7140dependencies = [
 7141 "anyhow",
 7142 "async-trait",
 7143 "bytes 1.10.1",
 7144 "chrono",
 7145 "futures 0.3.31",
 7146 "serde",
 7147 "serde_json",
 7148 "uuid",
 7149]
 7150
 7151[[package]]
 7152name = "jupyter-websocket-client"
 7153version = "0.9.0"
 7154source = "registry+https://github.com/rust-lang/crates.io-index"
 7155checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7156dependencies = [
 7157 "anyhow",
 7158 "async-trait",
 7159 "async-tungstenite",
 7160 "futures 0.3.31",
 7161 "jupyter-protocol",
 7162 "serde",
 7163 "serde_json",
 7164 "url",
 7165 "uuid",
 7166]
 7167
 7168[[package]]
 7169name = "khronos-egl"
 7170version = "6.0.0"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7173dependencies = [
 7174 "libc",
 7175 "libloading",
 7176]
 7177
 7178[[package]]
 7179name = "kqueue"
 7180version = "1.0.8"
 7181source = "registry+https://github.com/rust-lang/crates.io-index"
 7182checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7183dependencies = [
 7184 "kqueue-sys",
 7185 "libc",
 7186]
 7187
 7188[[package]]
 7189name = "kqueue-sys"
 7190version = "1.0.4"
 7191source = "registry+https://github.com/rust-lang/crates.io-index"
 7192checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7193dependencies = [
 7194 "bitflags 1.3.2",
 7195 "libc",
 7196]
 7197
 7198[[package]]
 7199name = "kurbo"
 7200version = "0.11.1"
 7201source = "registry+https://github.com/rust-lang/crates.io-index"
 7202checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7203dependencies = [
 7204 "arrayvec",
 7205 "smallvec",
 7206]
 7207
 7208[[package]]
 7209name = "kv-log-macro"
 7210version = "1.0.7"
 7211source = "registry+https://github.com/rust-lang/crates.io-index"
 7212checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7213dependencies = [
 7214 "log",
 7215]
 7216
 7217[[package]]
 7218name = "language"
 7219version = "0.1.0"
 7220dependencies = [
 7221 "anyhow",
 7222 "async-trait",
 7223 "async-watch",
 7224 "clock",
 7225 "collections",
 7226 "ctor",
 7227 "ec4rs",
 7228 "env_logger 0.11.7",
 7229 "fs",
 7230 "futures 0.3.31",
 7231 "fuzzy",
 7232 "globset",
 7233 "gpui",
 7234 "http_client",
 7235 "imara-diff",
 7236 "indoc",
 7237 "itertools 0.14.0",
 7238 "log",
 7239 "lsp",
 7240 "parking_lot",
 7241 "postage",
 7242 "pretty_assertions",
 7243 "rand 0.8.5",
 7244 "regex",
 7245 "rpc",
 7246 "schemars",
 7247 "serde",
 7248 "serde_json",
 7249 "settings",
 7250 "smallvec",
 7251 "smol",
 7252 "streaming-iterator",
 7253 "strsim",
 7254 "sum_tree",
 7255 "task",
 7256 "text",
 7257 "theme",
 7258 "tree-sitter",
 7259 "tree-sitter-elixir",
 7260 "tree-sitter-embedded-template",
 7261 "tree-sitter-heex",
 7262 "tree-sitter-html",
 7263 "tree-sitter-json",
 7264 "tree-sitter-md",
 7265 "tree-sitter-ruby",
 7266 "tree-sitter-rust",
 7267 "tree-sitter-typescript",
 7268 "unicase",
 7269 "unindent",
 7270 "util",
 7271]
 7272
 7273[[package]]
 7274name = "language_extension"
 7275version = "0.1.0"
 7276dependencies = [
 7277 "anyhow",
 7278 "async-trait",
 7279 "collections",
 7280 "extension",
 7281 "fs",
 7282 "futures 0.3.31",
 7283 "gpui",
 7284 "language",
 7285 "lsp",
 7286 "serde",
 7287 "serde_json",
 7288 "util",
 7289]
 7290
 7291[[package]]
 7292name = "language_model"
 7293version = "0.1.0"
 7294dependencies = [
 7295 "anthropic",
 7296 "anyhow",
 7297 "base64 0.22.1",
 7298 "client",
 7299 "collections",
 7300 "futures 0.3.31",
 7301 "google_ai",
 7302 "gpui",
 7303 "http_client",
 7304 "image",
 7305 "log",
 7306 "open_ai",
 7307 "parking_lot",
 7308 "proto",
 7309 "schemars",
 7310 "serde",
 7311 "serde_json",
 7312 "smol",
 7313 "strum",
 7314 "telemetry_events",
 7315 "thiserror 2.0.12",
 7316 "ui",
 7317 "util",
 7318]
 7319
 7320[[package]]
 7321name = "language_model_selector"
 7322version = "0.1.0"
 7323dependencies = [
 7324 "feature_flags",
 7325 "gpui",
 7326 "language_model",
 7327 "log",
 7328 "picker",
 7329 "proto",
 7330 "ui",
 7331 "workspace",
 7332 "zed_actions",
 7333]
 7334
 7335[[package]]
 7336name = "language_models"
 7337version = "0.1.0"
 7338dependencies = [
 7339 "anthropic",
 7340 "anyhow",
 7341 "aws-config",
 7342 "aws-credential-types",
 7343 "aws_http_client",
 7344 "bedrock",
 7345 "client",
 7346 "collections",
 7347 "copilot",
 7348 "credentials_provider",
 7349 "deepseek",
 7350 "editor",
 7351 "feature_flags",
 7352 "fs",
 7353 "futures 0.3.31",
 7354 "google_ai",
 7355 "gpui",
 7356 "gpui_tokio",
 7357 "http_client",
 7358 "language_model",
 7359 "lmstudio",
 7360 "log",
 7361 "menu",
 7362 "mistral",
 7363 "ollama",
 7364 "open_ai",
 7365 "project",
 7366 "proto",
 7367 "schemars",
 7368 "serde",
 7369 "serde_json",
 7370 "settings",
 7371 "smol",
 7372 "strum",
 7373 "theme",
 7374 "tiktoken-rs",
 7375 "tokio",
 7376 "ui",
 7377 "util",
 7378]
 7379
 7380[[package]]
 7381name = "language_selector"
 7382version = "0.1.0"
 7383dependencies = [
 7384 "anyhow",
 7385 "editor",
 7386 "file_finder",
 7387 "file_icons",
 7388 "fuzzy",
 7389 "gpui",
 7390 "language",
 7391 "picker",
 7392 "project",
 7393 "settings",
 7394 "ui",
 7395 "util",
 7396 "workspace",
 7397]
 7398
 7399[[package]]
 7400name = "language_tools"
 7401version = "0.1.0"
 7402dependencies = [
 7403 "anyhow",
 7404 "client",
 7405 "collections",
 7406 "copilot",
 7407 "editor",
 7408 "env_logger 0.11.7",
 7409 "futures 0.3.31",
 7410 "gpui",
 7411 "itertools 0.14.0",
 7412 "language",
 7413 "lsp",
 7414 "project",
 7415 "release_channel",
 7416 "serde_json",
 7417 "settings",
 7418 "theme",
 7419 "tree-sitter",
 7420 "ui",
 7421 "util",
 7422 "workspace",
 7423 "zed_actions",
 7424]
 7425
 7426[[package]]
 7427name = "languages"
 7428version = "0.1.0"
 7429dependencies = [
 7430 "anyhow",
 7431 "async-compression",
 7432 "async-tar",
 7433 "async-trait",
 7434 "collections",
 7435 "futures 0.3.31",
 7436 "gpui",
 7437 "http_client",
 7438 "language",
 7439 "log",
 7440 "lsp",
 7441 "node_runtime",
 7442 "paths",
 7443 "pet",
 7444 "pet-conda",
 7445 "pet-core",
 7446 "pet-fs",
 7447 "pet-poetry",
 7448 "pet-reporter",
 7449 "pretty_assertions",
 7450 "project",
 7451 "regex",
 7452 "rope",
 7453 "rust-embed",
 7454 "serde",
 7455 "serde_json",
 7456 "settings",
 7457 "smol",
 7458 "snippet_provider",
 7459 "task",
 7460 "text",
 7461 "theme",
 7462 "toml 0.8.20",
 7463 "tree-sitter",
 7464 "tree-sitter-bash",
 7465 "tree-sitter-c",
 7466 "tree-sitter-cpp",
 7467 "tree-sitter-css",
 7468 "tree-sitter-diff",
 7469 "tree-sitter-gitcommit",
 7470 "tree-sitter-go",
 7471 "tree-sitter-gomod",
 7472 "tree-sitter-gowork",
 7473 "tree-sitter-jsdoc",
 7474 "tree-sitter-json",
 7475 "tree-sitter-md",
 7476 "tree-sitter-python",
 7477 "tree-sitter-regex",
 7478 "tree-sitter-rust",
 7479 "tree-sitter-typescript",
 7480 "tree-sitter-yaml",
 7481 "unindent",
 7482 "util",
 7483 "workspace",
 7484]
 7485
 7486[[package]]
 7487name = "lazy_static"
 7488version = "1.5.0"
 7489source = "registry+https://github.com/rust-lang/crates.io-index"
 7490checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7491dependencies = [
 7492 "spin",
 7493]
 7494
 7495[[package]]
 7496name = "lazycell"
 7497version = "1.3.0"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7500
 7501[[package]]
 7502name = "leb128"
 7503version = "0.2.5"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7506
 7507[[package]]
 7508name = "lebe"
 7509version = "0.5.2"
 7510source = "registry+https://github.com/rust-lang/crates.io-index"
 7511checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7512
 7513[[package]]
 7514name = "libc"
 7515version = "0.2.171"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7518
 7519[[package]]
 7520name = "libdbus-sys"
 7521version = "0.2.5"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7524dependencies = [
 7525 "cc",
 7526 "pkg-config",
 7527]
 7528
 7529[[package]]
 7530name = "libfuzzer-sys"
 7531version = "0.4.8"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7534dependencies = [
 7535 "arbitrary",
 7536 "cc",
 7537]
 7538
 7539[[package]]
 7540name = "libgit2-sys"
 7541version = "0.18.1+1.9.0"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7544dependencies = [
 7545 "cc",
 7546 "libc",
 7547 "libz-sys",
 7548 "pkg-config",
 7549]
 7550
 7551[[package]]
 7552name = "libloading"
 7553version = "0.8.6"
 7554source = "registry+https://github.com/rust-lang/crates.io-index"
 7555checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7556dependencies = [
 7557 "cfg-if",
 7558 "windows-targets 0.52.6",
 7559]
 7560
 7561[[package]]
 7562name = "libm"
 7563version = "0.2.11"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7566
 7567[[package]]
 7568name = "libmimalloc-sys"
 7569version = "0.1.40"
 7570source = "registry+https://github.com/rust-lang/crates.io-index"
 7571checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7572dependencies = [
 7573 "cc",
 7574 "libc",
 7575]
 7576
 7577[[package]]
 7578name = "libredox"
 7579version = "0.1.3"
 7580source = "registry+https://github.com/rust-lang/crates.io-index"
 7581checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7582dependencies = [
 7583 "bitflags 2.8.0",
 7584 "libc",
 7585 "redox_syscall 0.5.8",
 7586]
 7587
 7588[[package]]
 7589name = "libsqlite3-sys"
 7590version = "0.30.1"
 7591source = "registry+https://github.com/rust-lang/crates.io-index"
 7592checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7593dependencies = [
 7594 "cc",
 7595 "pkg-config",
 7596 "vcpkg",
 7597]
 7598
 7599[[package]]
 7600name = "libwebrtc"
 7601version = "0.3.7"
 7602source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7603dependencies = [
 7604 "cxx",
 7605 "jni",
 7606 "js-sys",
 7607 "lazy_static",
 7608 "livekit-protocol",
 7609 "livekit-runtime",
 7610 "log",
 7611 "parking_lot",
 7612 "serde",
 7613 "serde_json",
 7614 "thiserror 1.0.69",
 7615 "tokio",
 7616 "wasm-bindgen",
 7617 "wasm-bindgen-futures",
 7618 "web-sys",
 7619 "webrtc-sys",
 7620]
 7621
 7622[[package]]
 7623name = "libz-sys"
 7624version = "1.1.20"
 7625source = "registry+https://github.com/rust-lang/crates.io-index"
 7626checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7627dependencies = [
 7628 "cc",
 7629 "libc",
 7630 "pkg-config",
 7631 "vcpkg",
 7632]
 7633
 7634[[package]]
 7635name = "link-cplusplus"
 7636version = "1.0.9"
 7637source = "registry+https://github.com/rust-lang/crates.io-index"
 7638checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7639dependencies = [
 7640 "cc",
 7641]
 7642
 7643[[package]]
 7644name = "linkify"
 7645version = "0.10.0"
 7646source = "registry+https://github.com/rust-lang/crates.io-index"
 7647checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7648dependencies = [
 7649 "memchr",
 7650]
 7651
 7652[[package]]
 7653name = "linkme"
 7654version = "0.3.32"
 7655source = "registry+https://github.com/rust-lang/crates.io-index"
 7656checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7657dependencies = [
 7658 "linkme-impl",
 7659]
 7660
 7661[[package]]
 7662name = "linkme-impl"
 7663version = "0.3.32"
 7664source = "registry+https://github.com/rust-lang/crates.io-index"
 7665checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7666dependencies = [
 7667 "proc-macro2",
 7668 "quote",
 7669 "syn 2.0.100",
 7670]
 7671
 7672[[package]]
 7673name = "linux-raw-sys"
 7674version = "0.4.14"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7677
 7678[[package]]
 7679name = "litemap"
 7680version = "0.7.4"
 7681source = "registry+https://github.com/rust-lang/crates.io-index"
 7682checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7683
 7684[[package]]
 7685name = "livekit"
 7686version = "0.7.0"
 7687source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7688dependencies = [
 7689 "chrono",
 7690 "futures-util",
 7691 "lazy_static",
 7692 "libwebrtc",
 7693 "livekit-api",
 7694 "livekit-protocol",
 7695 "livekit-runtime",
 7696 "log",
 7697 "parking_lot",
 7698 "prost 0.12.6",
 7699 "semver",
 7700 "serde",
 7701 "serde_json",
 7702 "thiserror 1.0.69",
 7703 "tokio",
 7704]
 7705
 7706[[package]]
 7707name = "livekit-api"
 7708version = "0.4.1"
 7709source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7710dependencies = [
 7711 "async-tungstenite",
 7712 "futures-util",
 7713 "http 0.2.12",
 7714 "jsonwebtoken",
 7715 "livekit-protocol",
 7716 "livekit-runtime",
 7717 "log",
 7718 "parking_lot",
 7719 "prost 0.12.6",
 7720 "reqwest 0.11.27",
 7721 "scopeguard",
 7722 "serde",
 7723 "serde_json",
 7724 "sha2",
 7725 "thiserror 1.0.69",
 7726 "tokio",
 7727 "tokio-tungstenite 0.20.1",
 7728 "url",
 7729]
 7730
 7731[[package]]
 7732name = "livekit-protocol"
 7733version = "0.3.6"
 7734source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7735dependencies = [
 7736 "futures-util",
 7737 "livekit-runtime",
 7738 "parking_lot",
 7739 "pbjson",
 7740 "pbjson-types",
 7741 "prost 0.12.6",
 7742 "prost-types 0.12.6",
 7743 "serde",
 7744 "thiserror 1.0.69",
 7745 "tokio",
 7746]
 7747
 7748[[package]]
 7749name = "livekit-runtime"
 7750version = "0.3.1"
 7751source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7752dependencies = [
 7753 "async-io",
 7754 "async-std",
 7755 "async-task",
 7756 "futures 0.3.31",
 7757]
 7758
 7759[[package]]
 7760name = "livekit_api"
 7761version = "0.1.0"
 7762dependencies = [
 7763 "anyhow",
 7764 "async-trait",
 7765 "jsonwebtoken",
 7766 "log",
 7767 "prost 0.9.0",
 7768 "prost-build 0.9.0",
 7769 "prost-types 0.9.0",
 7770 "reqwest 0.12.8",
 7771 "serde",
 7772]
 7773
 7774[[package]]
 7775name = "livekit_client"
 7776version = "0.1.0"
 7777dependencies = [
 7778 "anyhow",
 7779 "async-trait",
 7780 "collections",
 7781 "core-foundation 0.9.4",
 7782 "coreaudio-rs 0.12.1",
 7783 "cpal",
 7784 "futures 0.3.31",
 7785 "gpui",
 7786 "http 0.2.12",
 7787 "http_client",
 7788 "image",
 7789 "livekit",
 7790 "livekit_api",
 7791 "log",
 7792 "media",
 7793 "nanoid",
 7794 "parking_lot",
 7795 "postage",
 7796 "serde",
 7797 "serde_json",
 7798 "sha2",
 7799 "simplelog",
 7800 "smallvec",
 7801 "util",
 7802]
 7803
 7804[[package]]
 7805name = "livekit_client_macos"
 7806version = "0.1.0"
 7807dependencies = [
 7808 "anyhow",
 7809 "async-broadcast",
 7810 "async-trait",
 7811 "collections",
 7812 "core-foundation 0.9.4",
 7813 "futures 0.3.31",
 7814 "gpui",
 7815 "livekit_api",
 7816 "log",
 7817 "media",
 7818 "nanoid",
 7819 "parking_lot",
 7820 "postage",
 7821 "serde",
 7822 "serde_json",
 7823 "sha2",
 7824 "simplelog",
 7825]
 7826
 7827[[package]]
 7828name = "lmdb-master-sys"
 7829version = "0.2.4"
 7830source = "registry+https://github.com/rust-lang/crates.io-index"
 7831checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7832dependencies = [
 7833 "cc",
 7834 "doxygen-rs",
 7835 "libc",
 7836]
 7837
 7838[[package]]
 7839name = "lmstudio"
 7840version = "0.1.0"
 7841dependencies = [
 7842 "anyhow",
 7843 "futures 0.3.31",
 7844 "http_client",
 7845 "schemars",
 7846 "serde",
 7847 "serde_json",
 7848]
 7849
 7850[[package]]
 7851name = "lock_api"
 7852version = "0.4.12"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7855dependencies = [
 7856 "autocfg",
 7857 "scopeguard",
 7858]
 7859
 7860[[package]]
 7861name = "log"
 7862version = "0.4.26"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7865dependencies = [
 7866 "serde",
 7867 "value-bag",
 7868]
 7869
 7870[[package]]
 7871name = "loop9"
 7872version = "0.1.5"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7875dependencies = [
 7876 "imgref",
 7877]
 7878
 7879[[package]]
 7880name = "lru"
 7881version = "0.12.5"
 7882source = "registry+https://github.com/rust-lang/crates.io-index"
 7883checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7884dependencies = [
 7885 "hashbrown 0.15.2",
 7886]
 7887
 7888[[package]]
 7889name = "lsp"
 7890version = "0.1.0"
 7891dependencies = [
 7892 "anyhow",
 7893 "async-pipe",
 7894 "collections",
 7895 "ctor",
 7896 "env_logger 0.11.7",
 7897 "futures 0.3.31",
 7898 "gpui",
 7899 "log",
 7900 "lsp-types",
 7901 "parking_lot",
 7902 "postage",
 7903 "release_channel",
 7904 "schemars",
 7905 "serde",
 7906 "serde_json",
 7907 "smol",
 7908 "util",
 7909]
 7910
 7911[[package]]
 7912name = "lsp-types"
 7913version = "0.95.1"
 7914source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7915dependencies = [
 7916 "bitflags 1.3.2",
 7917 "serde",
 7918 "serde_json",
 7919 "serde_repr",
 7920 "url",
 7921]
 7922
 7923[[package]]
 7924name = "lyon"
 7925version = "1.0.1"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7928dependencies = [
 7929 "lyon_algorithms",
 7930 "lyon_extra",
 7931 "lyon_tessellation",
 7932]
 7933
 7934[[package]]
 7935name = "lyon_algorithms"
 7936version = "1.0.5"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7939dependencies = [
 7940 "lyon_path",
 7941 "num-traits",
 7942]
 7943
 7944[[package]]
 7945name = "lyon_extra"
 7946version = "1.0.3"
 7947source = "registry+https://github.com/rust-lang/crates.io-index"
 7948checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7949dependencies = [
 7950 "lyon_path",
 7951 "thiserror 1.0.69",
 7952]
 7953
 7954[[package]]
 7955name = "lyon_geom"
 7956version = "1.0.6"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7959dependencies = [
 7960 "arrayvec",
 7961 "euclid",
 7962 "num-traits",
 7963]
 7964
 7965[[package]]
 7966name = "lyon_path"
 7967version = "1.0.6"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7970dependencies = [
 7971 "lyon_geom",
 7972 "num-traits",
 7973]
 7974
 7975[[package]]
 7976name = "lyon_tessellation"
 7977version = "1.0.15"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7980dependencies = [
 7981 "float_next_after",
 7982 "lyon_path",
 7983 "num-traits",
 7984]
 7985
 7986[[package]]
 7987name = "mac"
 7988version = "0.1.1"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7991
 7992[[package]]
 7993name = "mach2"
 7994version = "0.4.2"
 7995source = "registry+https://github.com/rust-lang/crates.io-index"
 7996checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 7997dependencies = [
 7998 "libc",
 7999]
 8000
 8001[[package]]
 8002name = "malloc_buf"
 8003version = "0.0.6"
 8004source = "registry+https://github.com/rust-lang/crates.io-index"
 8005checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8006dependencies = [
 8007 "libc",
 8008]
 8009
 8010[[package]]
 8011name = "maplit"
 8012version = "1.0.2"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8015
 8016[[package]]
 8017name = "markdown"
 8018version = "0.1.0"
 8019dependencies = [
 8020 "anyhow",
 8021 "assets",
 8022 "env_logger 0.11.7",
 8023 "gpui",
 8024 "language",
 8025 "languages",
 8026 "linkify",
 8027 "log",
 8028 "node_runtime",
 8029 "pulldown-cmark 0.12.2",
 8030 "settings",
 8031 "theme",
 8032 "ui",
 8033 "util",
 8034]
 8035
 8036[[package]]
 8037name = "markdown_preview"
 8038version = "0.1.0"
 8039dependencies = [
 8040 "anyhow",
 8041 "async-recursion 1.1.1",
 8042 "collections",
 8043 "editor",
 8044 "gpui",
 8045 "language",
 8046 "linkify",
 8047 "log",
 8048 "pretty_assertions",
 8049 "pulldown-cmark 0.12.2",
 8050 "settings",
 8051 "theme",
 8052 "ui",
 8053 "util",
 8054 "workspace",
 8055]
 8056
 8057[[package]]
 8058name = "markup5ever"
 8059version = "0.12.1"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8062dependencies = [
 8063 "log",
 8064 "phf",
 8065 "phf_codegen",
 8066 "string_cache",
 8067 "string_cache_codegen",
 8068 "tendril",
 8069]
 8070
 8071[[package]]
 8072name = "markup5ever_rcdom"
 8073version = "0.3.0"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8076dependencies = [
 8077 "html5ever",
 8078 "markup5ever",
 8079 "tendril",
 8080 "xml5ever",
 8081]
 8082
 8083[[package]]
 8084name = "matchers"
 8085version = "0.1.0"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8088dependencies = [
 8089 "regex-automata 0.1.10",
 8090]
 8091
 8092[[package]]
 8093name = "matchit"
 8094version = "0.7.3"
 8095source = "registry+https://github.com/rust-lang/crates.io-index"
 8096checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8097
 8098[[package]]
 8099name = "maybe-owned"
 8100version = "0.3.4"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8103
 8104[[package]]
 8105name = "maybe-rayon"
 8106version = "0.1.1"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8109dependencies = [
 8110 "cfg-if",
 8111 "rayon",
 8112]
 8113
 8114[[package]]
 8115name = "md-5"
 8116version = "0.10.6"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8119dependencies = [
 8120 "cfg-if",
 8121 "digest",
 8122]
 8123
 8124[[package]]
 8125name = "mdbook"
 8126version = "0.4.47"
 8127source = "registry+https://github.com/rust-lang/crates.io-index"
 8128checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8129dependencies = [
 8130 "ammonia",
 8131 "anyhow",
 8132 "chrono",
 8133 "clap",
 8134 "clap_complete",
 8135 "elasticlunr-rs",
 8136 "env_logger 0.11.7",
 8137 "futures-util",
 8138 "handlebars 6.2.0",
 8139 "hex",
 8140 "ignore",
 8141 "log",
 8142 "memchr",
 8143 "notify 8.0.0",
 8144 "notify-debouncer-mini",
 8145 "once_cell",
 8146 "opener",
 8147 "pathdiff",
 8148 "pulldown-cmark 0.10.3",
 8149 "regex",
 8150 "serde",
 8151 "serde_json",
 8152 "sha2",
 8153 "shlex",
 8154 "tempfile",
 8155 "tokio",
 8156 "toml 0.5.11",
 8157 "topological-sort",
 8158 "walkdir",
 8159 "warp",
 8160]
 8161
 8162[[package]]
 8163name = "media"
 8164version = "0.1.0"
 8165dependencies = [
 8166 "anyhow",
 8167 "bindgen 0.70.1",
 8168 "core-foundation 0.9.4",
 8169 "ctor",
 8170 "foreign-types 0.5.0",
 8171 "metal",
 8172 "objc",
 8173]
 8174
 8175[[package]]
 8176name = "memchr"
 8177version = "2.7.4"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8180
 8181[[package]]
 8182name = "memfd"
 8183version = "0.6.4"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8186dependencies = [
 8187 "rustix",
 8188]
 8189
 8190[[package]]
 8191name = "memmap2"
 8192version = "0.9.5"
 8193source = "registry+https://github.com/rust-lang/crates.io-index"
 8194checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8195dependencies = [
 8196 "libc",
 8197]
 8198
 8199[[package]]
 8200name = "memoffset"
 8201version = "0.9.1"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8204dependencies = [
 8205 "autocfg",
 8206]
 8207
 8208[[package]]
 8209name = "menu"
 8210version = "0.1.0"
 8211dependencies = [
 8212 "gpui",
 8213 "serde",
 8214]
 8215
 8216[[package]]
 8217name = "metal"
 8218version = "0.31.0"
 8219source = "registry+https://github.com/rust-lang/crates.io-index"
 8220checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8221dependencies = [
 8222 "bitflags 2.8.0",
 8223 "block",
 8224 "core-graphics-types 0.1.3",
 8225 "foreign-types 0.5.0",
 8226 "log",
 8227 "objc",
 8228 "paste",
 8229]
 8230
 8231[[package]]
 8232name = "migrator"
 8233version = "0.1.0"
 8234dependencies = [
 8235 "anyhow",
 8236 "collections",
 8237 "convert_case 0.8.0",
 8238 "log",
 8239 "pretty_assertions",
 8240 "streaming-iterator",
 8241 "tree-sitter",
 8242 "tree-sitter-json",
 8243]
 8244
 8245[[package]]
 8246name = "mimalloc"
 8247version = "0.1.44"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8250dependencies = [
 8251 "libmimalloc-sys",
 8252]
 8253
 8254[[package]]
 8255name = "mime"
 8256version = "0.3.17"
 8257source = "registry+https://github.com/rust-lang/crates.io-index"
 8258checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8259
 8260[[package]]
 8261name = "mime_guess"
 8262version = "2.0.5"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8265dependencies = [
 8266 "mime",
 8267 "unicase",
 8268]
 8269
 8270[[package]]
 8271name = "minimal-lexical"
 8272version = "0.2.1"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8275
 8276[[package]]
 8277name = "miniz_oxide"
 8278version = "0.8.0"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8281dependencies = [
 8282 "adler2",
 8283 "simd-adler32",
 8284]
 8285
 8286[[package]]
 8287name = "mint"
 8288version = "0.5.9"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8291
 8292[[package]]
 8293name = "mio"
 8294version = "0.8.11"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8297dependencies = [
 8298 "libc",
 8299 "log",
 8300 "wasi 0.11.0+wasi-snapshot-preview1",
 8301 "windows-sys 0.48.0",
 8302]
 8303
 8304[[package]]
 8305name = "mio"
 8306version = "1.0.3"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8309dependencies = [
 8310 "libc",
 8311 "log",
 8312 "wasi 0.11.0+wasi-snapshot-preview1",
 8313 "windows-sys 0.52.0",
 8314]
 8315
 8316[[package]]
 8317name = "miow"
 8318version = "0.6.0"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8321dependencies = [
 8322 "windows-sys 0.48.0",
 8323]
 8324
 8325[[package]]
 8326name = "mistral"
 8327version = "0.1.0"
 8328dependencies = [
 8329 "anyhow",
 8330 "futures 0.3.31",
 8331 "http_client",
 8332 "schemars",
 8333 "serde",
 8334 "serde_json",
 8335 "strum",
 8336]
 8337
 8338[[package]]
 8339name = "msvc_spectre_libs"
 8340version = "0.1.2"
 8341source = "registry+https://github.com/rust-lang/crates.io-index"
 8342checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8343dependencies = [
 8344 "cc",
 8345]
 8346
 8347[[package]]
 8348name = "multi_buffer"
 8349version = "0.1.0"
 8350dependencies = [
 8351 "anyhow",
 8352 "buffer_diff",
 8353 "clock",
 8354 "collections",
 8355 "ctor",
 8356 "env_logger 0.11.7",
 8357 "futures 0.3.31",
 8358 "gpui",
 8359 "indoc",
 8360 "itertools 0.14.0",
 8361 "language",
 8362 "log",
 8363 "parking_lot",
 8364 "pretty_assertions",
 8365 "project",
 8366 "rand 0.8.5",
 8367 "rope",
 8368 "serde",
 8369 "settings",
 8370 "smallvec",
 8371 "smol",
 8372 "sum_tree",
 8373 "text",
 8374 "theme",
 8375 "tree-sitter",
 8376 "util",
 8377]
 8378
 8379[[package]]
 8380name = "multimap"
 8381version = "0.8.3"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8384
 8385[[package]]
 8386name = "multimap"
 8387version = "0.10.0"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8390
 8391[[package]]
 8392name = "naga"
 8393version = "23.1.0"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8396dependencies = [
 8397 "arrayvec",
 8398 "bit-set 0.8.0",
 8399 "bitflags 2.8.0",
 8400 "cfg_aliases 0.1.1",
 8401 "codespan-reporting",
 8402 "hexf-parse",
 8403 "indexmap",
 8404 "log",
 8405 "rustc-hash 1.1.0",
 8406 "spirv",
 8407 "termcolor",
 8408 "thiserror 1.0.69",
 8409 "unicode-xid",
 8410]
 8411
 8412[[package]]
 8413name = "nanoid"
 8414version = "0.4.0"
 8415source = "registry+https://github.com/rust-lang/crates.io-index"
 8416checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8417dependencies = [
 8418 "rand 0.8.5",
 8419]
 8420
 8421[[package]]
 8422name = "nanorand"
 8423version = "0.7.0"
 8424source = "registry+https://github.com/rust-lang/crates.io-index"
 8425checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8426dependencies = [
 8427 "getrandom 0.2.15",
 8428]
 8429
 8430[[package]]
 8431name = "native-tls"
 8432version = "0.2.12"
 8433source = "registry+https://github.com/rust-lang/crates.io-index"
 8434checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8435dependencies = [
 8436 "libc",
 8437 "log",
 8438 "openssl",
 8439 "openssl-probe",
 8440 "openssl-sys",
 8441 "schannel",
 8442 "security-framework 2.11.1",
 8443 "security-framework-sys",
 8444 "tempfile",
 8445]
 8446
 8447[[package]]
 8448name = "nbformat"
 8449version = "0.10.0"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8452dependencies = [
 8453 "anyhow",
 8454 "chrono",
 8455 "jupyter-protocol",
 8456 "serde",
 8457 "serde_json",
 8458 "thiserror 1.0.69",
 8459 "uuid",
 8460]
 8461
 8462[[package]]
 8463name = "ndk"
 8464version = "0.8.0"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8467dependencies = [
 8468 "bitflags 2.8.0",
 8469 "jni-sys",
 8470 "log",
 8471 "ndk-sys",
 8472 "num_enum",
 8473 "thiserror 1.0.69",
 8474]
 8475
 8476[[package]]
 8477name = "ndk-context"
 8478version = "0.1.1"
 8479source = "registry+https://github.com/rust-lang/crates.io-index"
 8480checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8481
 8482[[package]]
 8483name = "ndk-sys"
 8484version = "0.5.0+25.2.9519653"
 8485source = "registry+https://github.com/rust-lang/crates.io-index"
 8486checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8487dependencies = [
 8488 "jni-sys",
 8489]
 8490
 8491[[package]]
 8492name = "new_debug_unreachable"
 8493version = "1.0.6"
 8494source = "registry+https://github.com/rust-lang/crates.io-index"
 8495checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8496
 8497[[package]]
 8498name = "nix"
 8499version = "0.29.0"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8502dependencies = [
 8503 "bitflags 2.8.0",
 8504 "cfg-if",
 8505 "cfg_aliases 0.2.1",
 8506 "libc",
 8507 "memoffset",
 8508]
 8509
 8510[[package]]
 8511name = "node_runtime"
 8512version = "0.1.0"
 8513dependencies = [
 8514 "anyhow",
 8515 "async-compression",
 8516 "async-std",
 8517 "async-tar",
 8518 "async-trait",
 8519 "async-watch",
 8520 "async_zip",
 8521 "futures 0.3.31",
 8522 "http_client",
 8523 "log",
 8524 "paths",
 8525 "semver",
 8526 "serde",
 8527 "serde_json",
 8528 "smol",
 8529 "tempfile",
 8530 "util",
 8531 "walkdir",
 8532 "which 6.0.3",
 8533]
 8534
 8535[[package]]
 8536name = "nom"
 8537version = "7.1.3"
 8538source = "registry+https://github.com/rust-lang/crates.io-index"
 8539checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8540dependencies = [
 8541 "memchr",
 8542 "minimal-lexical",
 8543]
 8544
 8545[[package]]
 8546name = "noop_proc_macro"
 8547version = "0.3.0"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8550
 8551[[package]]
 8552name = "normpath"
 8553version = "1.3.0"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8556dependencies = [
 8557 "windows-sys 0.59.0",
 8558]
 8559
 8560[[package]]
 8561name = "notifications"
 8562version = "0.1.0"
 8563dependencies = [
 8564 "anyhow",
 8565 "channel",
 8566 "client",
 8567 "collections",
 8568 "component",
 8569 "db",
 8570 "gpui",
 8571 "linkme",
 8572 "rpc",
 8573 "settings",
 8574 "sum_tree",
 8575 "time",
 8576 "ui",
 8577 "util",
 8578 "workspace",
 8579]
 8580
 8581[[package]]
 8582name = "notify"
 8583version = "6.1.1"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8586dependencies = [
 8587 "bitflags 2.8.0",
 8588 "crossbeam-channel",
 8589 "filetime",
 8590 "fsevent-sys 4.1.0",
 8591 "inotify 0.9.6",
 8592 "kqueue",
 8593 "libc",
 8594 "log",
 8595 "mio 0.8.11",
 8596 "walkdir",
 8597 "windows-sys 0.48.0",
 8598]
 8599
 8600[[package]]
 8601name = "notify"
 8602version = "8.0.0"
 8603source = "registry+https://github.com/rust-lang/crates.io-index"
 8604checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8605dependencies = [
 8606 "bitflags 2.8.0",
 8607 "filetime",
 8608 "fsevent-sys 4.1.0",
 8609 "inotify 0.11.0",
 8610 "kqueue",
 8611 "libc",
 8612 "log",
 8613 "mio 1.0.3",
 8614 "notify-types",
 8615 "walkdir",
 8616 "windows-sys 0.59.0",
 8617]
 8618
 8619[[package]]
 8620name = "notify-debouncer-mini"
 8621version = "0.6.0"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8624dependencies = [
 8625 "log",
 8626 "notify 8.0.0",
 8627 "notify-types",
 8628 "tempfile",
 8629]
 8630
 8631[[package]]
 8632name = "notify-types"
 8633version = "2.0.0"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8636
 8637[[package]]
 8638name = "ntapi"
 8639version = "0.4.1"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8642dependencies = [
 8643 "winapi",
 8644]
 8645
 8646[[package]]
 8647name = "nu-ansi-term"
 8648version = "0.46.0"
 8649source = "registry+https://github.com/rust-lang/crates.io-index"
 8650checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8651dependencies = [
 8652 "overload",
 8653 "winapi",
 8654]
 8655
 8656[[package]]
 8657name = "num"
 8658version = "0.4.3"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8661dependencies = [
 8662 "num-bigint",
 8663 "num-complex",
 8664 "num-integer",
 8665 "num-iter",
 8666 "num-rational",
 8667 "num-traits",
 8668]
 8669
 8670[[package]]
 8671name = "num-bigint"
 8672version = "0.4.6"
 8673source = "registry+https://github.com/rust-lang/crates.io-index"
 8674checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8675dependencies = [
 8676 "num-integer",
 8677 "num-traits",
 8678]
 8679
 8680[[package]]
 8681name = "num-bigint-dig"
 8682version = "0.8.4"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8685dependencies = [
 8686 "byteorder",
 8687 "lazy_static",
 8688 "libm",
 8689 "num-integer",
 8690 "num-iter",
 8691 "num-traits",
 8692 "rand 0.8.5",
 8693 "serde",
 8694 "smallvec",
 8695 "zeroize",
 8696]
 8697
 8698[[package]]
 8699name = "num-complex"
 8700version = "0.4.6"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8703dependencies = [
 8704 "num-traits",
 8705]
 8706
 8707[[package]]
 8708name = "num-conv"
 8709version = "0.1.0"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8712
 8713[[package]]
 8714name = "num-derive"
 8715version = "0.4.2"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8718dependencies = [
 8719 "proc-macro2",
 8720 "quote",
 8721 "syn 2.0.100",
 8722]
 8723
 8724[[package]]
 8725name = "num-format"
 8726version = "0.4.4"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8729dependencies = [
 8730 "arrayvec",
 8731 "itoa",
 8732]
 8733
 8734[[package]]
 8735name = "num-integer"
 8736version = "0.1.46"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8739dependencies = [
 8740 "num-traits",
 8741]
 8742
 8743[[package]]
 8744name = "num-iter"
 8745version = "0.1.45"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8748dependencies = [
 8749 "autocfg",
 8750 "num-integer",
 8751 "num-traits",
 8752]
 8753
 8754[[package]]
 8755name = "num-modular"
 8756version = "0.6.1"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8759
 8760[[package]]
 8761name = "num-order"
 8762version = "1.2.0"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8765dependencies = [
 8766 "num-modular",
 8767]
 8768
 8769[[package]]
 8770name = "num-rational"
 8771version = "0.4.2"
 8772source = "registry+https://github.com/rust-lang/crates.io-index"
 8773checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8774dependencies = [
 8775 "num-bigint",
 8776 "num-integer",
 8777 "num-traits",
 8778]
 8779
 8780[[package]]
 8781name = "num-traits"
 8782version = "0.2.19"
 8783source = "registry+https://github.com/rust-lang/crates.io-index"
 8784checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8785dependencies = [
 8786 "autocfg",
 8787 "libm",
 8788]
 8789
 8790[[package]]
 8791name = "num_cpus"
 8792version = "1.16.0"
 8793source = "registry+https://github.com/rust-lang/crates.io-index"
 8794checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8795dependencies = [
 8796 "hermit-abi 0.3.9",
 8797 "libc",
 8798]
 8799
 8800[[package]]
 8801name = "num_enum"
 8802version = "0.7.3"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8805dependencies = [
 8806 "num_enum_derive",
 8807]
 8808
 8809[[package]]
 8810name = "num_enum_derive"
 8811version = "0.7.3"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8814dependencies = [
 8815 "proc-macro-crate",
 8816 "proc-macro2",
 8817 "quote",
 8818 "syn 2.0.100",
 8819]
 8820
 8821[[package]]
 8822name = "num_threads"
 8823version = "0.1.7"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8826dependencies = [
 8827 "libc",
 8828]
 8829
 8830[[package]]
 8831name = "nvim-rs"
 8832version = "0.8.0-pre"
 8833source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8834dependencies = [
 8835 "async-trait",
 8836 "futures 0.3.31",
 8837 "log",
 8838 "parity-tokio-ipc",
 8839 "rmp",
 8840 "rmpv",
 8841 "tokio",
 8842 "tokio-util",
 8843 "winapi",
 8844]
 8845
 8846[[package]]
 8847name = "objc"
 8848version = "0.2.7"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8851dependencies = [
 8852 "malloc_buf",
 8853]
 8854
 8855[[package]]
 8856name = "objc-sys"
 8857version = "0.3.5"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8860
 8861[[package]]
 8862name = "objc2"
 8863version = "0.5.2"
 8864source = "registry+https://github.com/rust-lang/crates.io-index"
 8865checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8866dependencies = [
 8867 "objc-sys",
 8868 "objc2-encode",
 8869]
 8870
 8871[[package]]
 8872name = "objc2-app-kit"
 8873version = "0.2.2"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8876dependencies = [
 8877 "bitflags 2.8.0",
 8878 "block2",
 8879 "libc",
 8880 "objc2",
 8881 "objc2-core-data",
 8882 "objc2-core-image",
 8883 "objc2-foundation",
 8884 "objc2-quartz-core",
 8885]
 8886
 8887[[package]]
 8888name = "objc2-cloud-kit"
 8889version = "0.2.2"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8892dependencies = [
 8893 "bitflags 2.8.0",
 8894 "block2",
 8895 "objc2",
 8896 "objc2-core-location",
 8897 "objc2-foundation",
 8898]
 8899
 8900[[package]]
 8901name = "objc2-contacts"
 8902version = "0.2.2"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8905dependencies = [
 8906 "block2",
 8907 "objc2",
 8908 "objc2-foundation",
 8909]
 8910
 8911[[package]]
 8912name = "objc2-core-data"
 8913version = "0.2.2"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8916dependencies = [
 8917 "bitflags 2.8.0",
 8918 "block2",
 8919 "objc2",
 8920 "objc2-foundation",
 8921]
 8922
 8923[[package]]
 8924name = "objc2-core-image"
 8925version = "0.2.2"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8928dependencies = [
 8929 "block2",
 8930 "objc2",
 8931 "objc2-foundation",
 8932 "objc2-metal",
 8933]
 8934
 8935[[package]]
 8936name = "objc2-core-location"
 8937version = "0.2.2"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8940dependencies = [
 8941 "block2",
 8942 "objc2",
 8943 "objc2-contacts",
 8944 "objc2-foundation",
 8945]
 8946
 8947[[package]]
 8948name = "objc2-encode"
 8949version = "4.0.3"
 8950source = "registry+https://github.com/rust-lang/crates.io-index"
 8951checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8952
 8953[[package]]
 8954name = "objc2-foundation"
 8955version = "0.2.2"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8958dependencies = [
 8959 "bitflags 2.8.0",
 8960 "block2",
 8961 "libc",
 8962 "objc2",
 8963]
 8964
 8965[[package]]
 8966name = "objc2-link-presentation"
 8967version = "0.2.2"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8970dependencies = [
 8971 "block2",
 8972 "objc2",
 8973 "objc2-app-kit",
 8974 "objc2-foundation",
 8975]
 8976
 8977[[package]]
 8978name = "objc2-metal"
 8979version = "0.2.2"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8982dependencies = [
 8983 "bitflags 2.8.0",
 8984 "block2",
 8985 "objc2",
 8986 "objc2-foundation",
 8987]
 8988
 8989[[package]]
 8990name = "objc2-quartz-core"
 8991version = "0.2.2"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8994dependencies = [
 8995 "bitflags 2.8.0",
 8996 "block2",
 8997 "objc2",
 8998 "objc2-foundation",
 8999 "objc2-metal",
 9000]
 9001
 9002[[package]]
 9003name = "objc2-symbols"
 9004version = "0.2.2"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9007dependencies = [
 9008 "objc2",
 9009 "objc2-foundation",
 9010]
 9011
 9012[[package]]
 9013name = "objc2-ui-kit"
 9014version = "0.2.2"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9017dependencies = [
 9018 "bitflags 2.8.0",
 9019 "block2",
 9020 "objc2",
 9021 "objc2-cloud-kit",
 9022 "objc2-core-data",
 9023 "objc2-core-image",
 9024 "objc2-core-location",
 9025 "objc2-foundation",
 9026 "objc2-link-presentation",
 9027 "objc2-quartz-core",
 9028 "objc2-symbols",
 9029 "objc2-uniform-type-identifiers",
 9030 "objc2-user-notifications",
 9031]
 9032
 9033[[package]]
 9034name = "objc2-uniform-type-identifiers"
 9035version = "0.2.2"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9038dependencies = [
 9039 "block2",
 9040 "objc2",
 9041 "objc2-foundation",
 9042]
 9043
 9044[[package]]
 9045name = "objc2-user-notifications"
 9046version = "0.2.2"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9049dependencies = [
 9050 "bitflags 2.8.0",
 9051 "block2",
 9052 "objc2",
 9053 "objc2-core-location",
 9054 "objc2-foundation",
 9055]
 9056
 9057[[package]]
 9058name = "object"
 9059version = "0.36.5"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9062dependencies = [
 9063 "crc32fast",
 9064 "hashbrown 0.15.2",
 9065 "indexmap",
 9066 "memchr",
 9067]
 9068
 9069[[package]]
 9070name = "oboe"
 9071version = "0.6.1"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9074dependencies = [
 9075 "jni",
 9076 "ndk",
 9077 "ndk-context",
 9078 "num-derive",
 9079 "num-traits",
 9080 "oboe-sys",
 9081]
 9082
 9083[[package]]
 9084name = "oboe-sys"
 9085version = "0.6.1"
 9086source = "registry+https://github.com/rust-lang/crates.io-index"
 9087checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9088dependencies = [
 9089 "cc",
 9090]
 9091
 9092[[package]]
 9093name = "ollama"
 9094version = "0.1.0"
 9095dependencies = [
 9096 "anyhow",
 9097 "futures 0.3.31",
 9098 "http_client",
 9099 "schemars",
 9100 "serde",
 9101 "serde_json",
 9102]
 9103
 9104[[package]]
 9105name = "once_cell"
 9106version = "1.20.3"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9109
 9110[[package]]
 9111name = "oo7"
 9112version = "0.4.1"
 9113source = "registry+https://github.com/rust-lang/crates.io-index"
 9114checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9115dependencies = [
 9116 "aes",
 9117 "ashpd",
 9118 "async-fs",
 9119 "async-io",
 9120 "async-lock",
 9121 "blocking",
 9122 "cbc",
 9123 "cipher",
 9124 "digest",
 9125 "endi",
 9126 "futures-lite 2.6.0",
 9127 "futures-util",
 9128 "getrandom 0.3.1",
 9129 "hkdf",
 9130 "hmac",
 9131 "md-5",
 9132 "num",
 9133 "num-bigint-dig",
 9134 "pbkdf2 0.12.2",
 9135 "rand 0.9.0",
 9136 "serde",
 9137 "sha2",
 9138 "subtle",
 9139 "zbus",
 9140 "zbus_macros",
 9141 "zeroize",
 9142 "zvariant",
 9143]
 9144
 9145[[package]]
 9146name = "oorandom"
 9147version = "11.1.4"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9150
 9151[[package]]
 9152name = "open"
 9153version = "5.3.2"
 9154source = "registry+https://github.com/rust-lang/crates.io-index"
 9155checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9156dependencies = [
 9157 "is-wsl",
 9158 "libc",
 9159 "pathdiff",
 9160]
 9161
 9162[[package]]
 9163name = "open_ai"
 9164version = "0.1.0"
 9165dependencies = [
 9166 "anyhow",
 9167 "futures 0.3.31",
 9168 "http_client",
 9169 "schemars",
 9170 "serde",
 9171 "serde_json",
 9172 "strum",
 9173]
 9174
 9175[[package]]
 9176name = "opener"
 9177version = "0.7.2"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9180dependencies = [
 9181 "bstr",
 9182 "dbus",
 9183 "normpath",
 9184 "windows-sys 0.59.0",
 9185]
 9186
 9187[[package]]
 9188name = "openssl"
 9189version = "0.10.70"
 9190source = "registry+https://github.com/rust-lang/crates.io-index"
 9191checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9192dependencies = [
 9193 "bitflags 2.8.0",
 9194 "cfg-if",
 9195 "foreign-types 0.3.2",
 9196 "libc",
 9197 "once_cell",
 9198 "openssl-macros",
 9199 "openssl-sys",
 9200]
 9201
 9202[[package]]
 9203name = "openssl-macros"
 9204version = "0.1.1"
 9205source = "registry+https://github.com/rust-lang/crates.io-index"
 9206checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9207dependencies = [
 9208 "proc-macro2",
 9209 "quote",
 9210 "syn 2.0.100",
 9211]
 9212
 9213[[package]]
 9214name = "openssl-probe"
 9215version = "0.1.5"
 9216source = "registry+https://github.com/rust-lang/crates.io-index"
 9217checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9218
 9219[[package]]
 9220name = "openssl-src"
 9221version = "300.4.1+3.4.0"
 9222source = "registry+https://github.com/rust-lang/crates.io-index"
 9223checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9224dependencies = [
 9225 "cc",
 9226]
 9227
 9228[[package]]
 9229name = "openssl-sys"
 9230version = "0.9.105"
 9231source = "registry+https://github.com/rust-lang/crates.io-index"
 9232checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9233dependencies = [
 9234 "cc",
 9235 "libc",
 9236 "openssl-src",
 9237 "pkg-config",
 9238 "vcpkg",
 9239]
 9240
 9241[[package]]
 9242name = "option-ext"
 9243version = "0.2.0"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9246
 9247[[package]]
 9248name = "ordered-float"
 9249version = "2.10.1"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9252dependencies = [
 9253 "num-traits",
 9254]
 9255
 9256[[package]]
 9257name = "ordered-float"
 9258version = "3.9.2"
 9259source = "registry+https://github.com/rust-lang/crates.io-index"
 9260checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9261dependencies = [
 9262 "num-traits",
 9263]
 9264
 9265[[package]]
 9266name = "ordered-stream"
 9267version = "0.2.0"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9270dependencies = [
 9271 "futures-core",
 9272 "pin-project-lite",
 9273]
 9274
 9275[[package]]
 9276name = "ouroboros"
 9277version = "0.18.4"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9280dependencies = [
 9281 "aliasable",
 9282 "ouroboros_macro",
 9283 "static_assertions",
 9284]
 9285
 9286[[package]]
 9287name = "ouroboros_macro"
 9288version = "0.18.4"
 9289source = "registry+https://github.com/rust-lang/crates.io-index"
 9290checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9291dependencies = [
 9292 "heck 0.4.1",
 9293 "itertools 0.12.1",
 9294 "proc-macro2",
 9295 "proc-macro2-diagnostics",
 9296 "quote",
 9297 "syn 2.0.100",
 9298]
 9299
 9300[[package]]
 9301name = "outline"
 9302version = "0.1.0"
 9303dependencies = [
 9304 "editor",
 9305 "fuzzy",
 9306 "gpui",
 9307 "indoc",
 9308 "language",
 9309 "menu",
 9310 "ordered-float 2.10.1",
 9311 "picker",
 9312 "project",
 9313 "rope",
 9314 "serde_json",
 9315 "settings",
 9316 "smol",
 9317 "theme",
 9318 "tree-sitter-rust",
 9319 "tree-sitter-typescript",
 9320 "ui",
 9321 "util",
 9322 "workspace",
 9323 "zed_actions",
 9324]
 9325
 9326[[package]]
 9327name = "outline_panel"
 9328version = "0.1.0"
 9329dependencies = [
 9330 "anyhow",
 9331 "collections",
 9332 "db",
 9333 "editor",
 9334 "file_icons",
 9335 "fuzzy",
 9336 "gpui",
 9337 "itertools 0.14.0",
 9338 "language",
 9339 "log",
 9340 "menu",
 9341 "outline",
 9342 "pretty_assertions",
 9343 "project",
 9344 "schemars",
 9345 "search",
 9346 "serde",
 9347 "serde_json",
 9348 "settings",
 9349 "smallvec",
 9350 "smol",
 9351 "theme",
 9352 "ui",
 9353 "util",
 9354 "workspace",
 9355 "worktree",
 9356 "zed_actions",
 9357]
 9358
 9359[[package]]
 9360name = "outref"
 9361version = "0.5.1"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9364
 9365[[package]]
 9366name = "overload"
 9367version = "0.1.1"
 9368source = "registry+https://github.com/rust-lang/crates.io-index"
 9369checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9370
 9371[[package]]
 9372name = "p256"
 9373version = "0.11.1"
 9374source = "registry+https://github.com/rust-lang/crates.io-index"
 9375checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9376dependencies = [
 9377 "ecdsa",
 9378 "elliptic-curve",
 9379 "sha2",
 9380]
 9381
 9382[[package]]
 9383name = "page_size"
 9384version = "0.6.0"
 9385source = "registry+https://github.com/rust-lang/crates.io-index"
 9386checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9387dependencies = [
 9388 "libc",
 9389 "winapi",
 9390]
 9391
 9392[[package]]
 9393name = "palette"
 9394version = "0.7.6"
 9395source = "registry+https://github.com/rust-lang/crates.io-index"
 9396checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9397dependencies = [
 9398 "approx",
 9399 "fast-srgb8",
 9400 "palette_derive",
 9401]
 9402
 9403[[package]]
 9404name = "palette_derive"
 9405version = "0.7.6"
 9406source = "registry+https://github.com/rust-lang/crates.io-index"
 9407checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9408dependencies = [
 9409 "by_address",
 9410 "proc-macro2",
 9411 "quote",
 9412 "syn 2.0.100",
 9413]
 9414
 9415[[package]]
 9416name = "panel"
 9417version = "0.1.0"
 9418dependencies = [
 9419 "editor",
 9420 "gpui",
 9421 "settings",
 9422 "theme",
 9423 "ui",
 9424 "workspace",
 9425]
 9426
 9427[[package]]
 9428name = "parity-tokio-ipc"
 9429version = "0.9.0"
 9430source = "registry+https://github.com/rust-lang/crates.io-index"
 9431checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9432dependencies = [
 9433 "futures 0.3.31",
 9434 "libc",
 9435 "log",
 9436 "rand 0.7.3",
 9437 "tokio",
 9438 "winapi",
 9439]
 9440
 9441[[package]]
 9442name = "parking"
 9443version = "2.2.1"
 9444source = "registry+https://github.com/rust-lang/crates.io-index"
 9445checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9446
 9447[[package]]
 9448name = "parking_lot"
 9449version = "0.12.3"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9452dependencies = [
 9453 "lock_api",
 9454 "parking_lot_core",
 9455]
 9456
 9457[[package]]
 9458name = "parking_lot_core"
 9459version = "0.9.10"
 9460source = "registry+https://github.com/rust-lang/crates.io-index"
 9461checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9462dependencies = [
 9463 "cfg-if",
 9464 "libc",
 9465 "redox_syscall 0.5.8",
 9466 "smallvec",
 9467 "windows-targets 0.52.6",
 9468]
 9469
 9470[[package]]
 9471name = "password-hash"
 9472version = "0.4.2"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9475dependencies = [
 9476 "base64ct",
 9477 "rand_core 0.6.4",
 9478 "subtle",
 9479]
 9480
 9481[[package]]
 9482name = "password-hash"
 9483version = "0.5.0"
 9484source = "registry+https://github.com/rust-lang/crates.io-index"
 9485checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9486dependencies = [
 9487 "base64ct",
 9488 "rand_core 0.6.4",
 9489 "subtle",
 9490]
 9491
 9492[[package]]
 9493name = "paste"
 9494version = "1.0.15"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9497
 9498[[package]]
 9499name = "pathdiff"
 9500version = "0.2.3"
 9501source = "registry+https://github.com/rust-lang/crates.io-index"
 9502checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9503
 9504[[package]]
 9505name = "pathfinder_geometry"
 9506version = "0.5.1"
 9507source = "registry+https://github.com/rust-lang/crates.io-index"
 9508checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9509dependencies = [
 9510 "log",
 9511 "pathfinder_simd",
 9512]
 9513
 9514[[package]]
 9515name = "pathfinder_simd"
 9516version = "0.5.4"
 9517source = "registry+https://github.com/rust-lang/crates.io-index"
 9518checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9519dependencies = [
 9520 "rustc_version",
 9521]
 9522
 9523[[package]]
 9524name = "paths"
 9525version = "0.1.0"
 9526dependencies = [
 9527 "dirs 4.0.0",
 9528 "util",
 9529]
 9530
 9531[[package]]
 9532name = "pbjson"
 9533version = "0.6.0"
 9534source = "registry+https://github.com/rust-lang/crates.io-index"
 9535checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9536dependencies = [
 9537 "base64 0.21.7",
 9538 "serde",
 9539]
 9540
 9541[[package]]
 9542name = "pbjson-build"
 9543version = "0.6.2"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9546dependencies = [
 9547 "heck 0.4.1",
 9548 "itertools 0.11.0",
 9549 "prost 0.12.6",
 9550 "prost-types 0.12.6",
 9551]
 9552
 9553[[package]]
 9554name = "pbjson-types"
 9555version = "0.6.0"
 9556source = "registry+https://github.com/rust-lang/crates.io-index"
 9557checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9558dependencies = [
 9559 "bytes 1.10.1",
 9560 "chrono",
 9561 "pbjson",
 9562 "pbjson-build",
 9563 "prost 0.12.6",
 9564 "prost-build 0.12.6",
 9565 "serde",
 9566]
 9567
 9568[[package]]
 9569name = "pbkdf2"
 9570version = "0.11.0"
 9571source = "registry+https://github.com/rust-lang/crates.io-index"
 9572checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9573dependencies = [
 9574 "digest",
 9575 "hmac",
 9576 "password-hash 0.4.2",
 9577 "sha2",
 9578]
 9579
 9580[[package]]
 9581name = "pbkdf2"
 9582version = "0.12.2"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9585dependencies = [
 9586 "digest",
 9587 "hmac",
 9588]
 9589
 9590[[package]]
 9591name = "pem"
 9592version = "3.0.4"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9595dependencies = [
 9596 "base64 0.22.1",
 9597 "serde",
 9598]
 9599
 9600[[package]]
 9601name = "pem-rfc7468"
 9602version = "0.7.0"
 9603source = "registry+https://github.com/rust-lang/crates.io-index"
 9604checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9605dependencies = [
 9606 "base64ct",
 9607]
 9608
 9609[[package]]
 9610name = "percent-encoding"
 9611version = "2.3.1"
 9612source = "registry+https://github.com/rust-lang/crates.io-index"
 9613checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9614
 9615[[package]]
 9616name = "perplexity"
 9617version = "0.1.0"
 9618dependencies = [
 9619 "serde",
 9620 "zed_extension_api 0.4.0",
 9621]
 9622
 9623[[package]]
 9624name = "pest"
 9625version = "2.7.15"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9628dependencies = [
 9629 "memchr",
 9630 "thiserror 2.0.12",
 9631 "ucd-trie",
 9632]
 9633
 9634[[package]]
 9635name = "pest_derive"
 9636version = "2.7.15"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9639dependencies = [
 9640 "pest",
 9641 "pest_generator",
 9642]
 9643
 9644[[package]]
 9645name = "pest_generator"
 9646version = "2.7.15"
 9647source = "registry+https://github.com/rust-lang/crates.io-index"
 9648checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9649dependencies = [
 9650 "pest",
 9651 "pest_meta",
 9652 "proc-macro2",
 9653 "quote",
 9654 "syn 2.0.100",
 9655]
 9656
 9657[[package]]
 9658name = "pest_meta"
 9659version = "2.7.15"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9662dependencies = [
 9663 "once_cell",
 9664 "pest",
 9665 "sha2",
 9666]
 9667
 9668[[package]]
 9669name = "pet"
 9670version = "0.1.0"
 9671source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9672dependencies = [
 9673 "clap",
 9674 "env_logger 0.10.2",
 9675 "lazy_static",
 9676 "log",
 9677 "msvc_spectre_libs",
 9678 "pet-conda",
 9679 "pet-core",
 9680 "pet-env-var-path",
 9681 "pet-fs",
 9682 "pet-global-virtualenvs",
 9683 "pet-homebrew",
 9684 "pet-jsonrpc",
 9685 "pet-linux-global-python",
 9686 "pet-mac-commandlinetools",
 9687 "pet-mac-python-org",
 9688 "pet-mac-xcode",
 9689 "pet-pipenv",
 9690 "pet-pixi",
 9691 "pet-poetry",
 9692 "pet-pyenv",
 9693 "pet-python-utils",
 9694 "pet-reporter",
 9695 "pet-telemetry",
 9696 "pet-venv",
 9697 "pet-virtualenv",
 9698 "pet-virtualenvwrapper",
 9699 "pet-windows-registry",
 9700 "pet-windows-store",
 9701 "serde",
 9702 "serde_json",
 9703]
 9704
 9705[[package]]
 9706name = "pet-conda"
 9707version = "0.1.0"
 9708source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9709dependencies = [
 9710 "env_logger 0.10.2",
 9711 "lazy_static",
 9712 "log",
 9713 "msvc_spectre_libs",
 9714 "pet-core",
 9715 "pet-fs",
 9716 "pet-python-utils",
 9717 "pet-reporter",
 9718 "regex",
 9719 "serde",
 9720 "serde_json",
 9721 "yaml-rust2",
 9722]
 9723
 9724[[package]]
 9725name = "pet-core"
 9726version = "0.1.0"
 9727source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9728dependencies = [
 9729 "clap",
 9730 "lazy_static",
 9731 "log",
 9732 "msvc_spectre_libs",
 9733 "pet-fs",
 9734 "regex",
 9735 "serde",
 9736 "serde_json",
 9737]
 9738
 9739[[package]]
 9740name = "pet-env-var-path"
 9741version = "0.1.0"
 9742source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9743dependencies = [
 9744 "lazy_static",
 9745 "log",
 9746 "msvc_spectre_libs",
 9747 "pet-conda",
 9748 "pet-core",
 9749 "pet-fs",
 9750 "pet-python-utils",
 9751 "pet-virtualenv",
 9752 "regex",
 9753]
 9754
 9755[[package]]
 9756name = "pet-fs"
 9757version = "0.1.0"
 9758source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9759dependencies = [
 9760 "log",
 9761 "msvc_spectre_libs",
 9762]
 9763
 9764[[package]]
 9765name = "pet-global-virtualenvs"
 9766version = "0.1.0"
 9767source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9768dependencies = [
 9769 "log",
 9770 "msvc_spectre_libs",
 9771 "pet-conda",
 9772 "pet-core",
 9773 "pet-fs",
 9774 "pet-virtualenv",
 9775]
 9776
 9777[[package]]
 9778name = "pet-homebrew"
 9779version = "0.1.0"
 9780source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9781dependencies = [
 9782 "lazy_static",
 9783 "log",
 9784 "msvc_spectre_libs",
 9785 "pet-conda",
 9786 "pet-core",
 9787 "pet-fs",
 9788 "pet-python-utils",
 9789 "pet-virtualenv",
 9790 "regex",
 9791 "serde",
 9792 "serde_json",
 9793]
 9794
 9795[[package]]
 9796name = "pet-jsonrpc"
 9797version = "0.1.0"
 9798source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9799dependencies = [
 9800 "env_logger 0.10.2",
 9801 "log",
 9802 "msvc_spectre_libs",
 9803 "pet-core",
 9804 "serde",
 9805 "serde_json",
 9806]
 9807
 9808[[package]]
 9809name = "pet-linux-global-python"
 9810version = "0.1.0"
 9811source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9812dependencies = [
 9813 "log",
 9814 "msvc_spectre_libs",
 9815 "pet-core",
 9816 "pet-fs",
 9817 "pet-python-utils",
 9818 "pet-virtualenv",
 9819]
 9820
 9821[[package]]
 9822name = "pet-mac-commandlinetools"
 9823version = "0.1.0"
 9824source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9825dependencies = [
 9826 "log",
 9827 "msvc_spectre_libs",
 9828 "pet-core",
 9829 "pet-fs",
 9830 "pet-python-utils",
 9831 "pet-virtualenv",
 9832]
 9833
 9834[[package]]
 9835name = "pet-mac-python-org"
 9836version = "0.1.0"
 9837source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9838dependencies = [
 9839 "log",
 9840 "msvc_spectre_libs",
 9841 "pet-core",
 9842 "pet-fs",
 9843 "pet-python-utils",
 9844 "pet-virtualenv",
 9845]
 9846
 9847[[package]]
 9848name = "pet-mac-xcode"
 9849version = "0.1.0"
 9850source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9851dependencies = [
 9852 "log",
 9853 "msvc_spectre_libs",
 9854 "pet-core",
 9855 "pet-fs",
 9856 "pet-python-utils",
 9857 "pet-virtualenv",
 9858]
 9859
 9860[[package]]
 9861name = "pet-pipenv"
 9862version = "0.1.0"
 9863source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9864dependencies = [
 9865 "log",
 9866 "msvc_spectre_libs",
 9867 "pet-core",
 9868 "pet-fs",
 9869 "pet-python-utils",
 9870 "pet-virtualenv",
 9871]
 9872
 9873[[package]]
 9874name = "pet-pixi"
 9875version = "0.1.0"
 9876source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9877dependencies = [
 9878 "log",
 9879 "msvc_spectre_libs",
 9880 "pet-conda",
 9881 "pet-core",
 9882 "pet-python-utils",
 9883]
 9884
 9885[[package]]
 9886name = "pet-poetry"
 9887version = "0.1.0"
 9888source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9889dependencies = [
 9890 "base64 0.22.1",
 9891 "lazy_static",
 9892 "log",
 9893 "msvc_spectre_libs",
 9894 "pet-core",
 9895 "pet-fs",
 9896 "pet-python-utils",
 9897 "pet-reporter",
 9898 "pet-virtualenv",
 9899 "regex",
 9900 "serde",
 9901 "serde_json",
 9902 "sha2",
 9903 "toml 0.8.20",
 9904]
 9905
 9906[[package]]
 9907name = "pet-pyenv"
 9908version = "0.1.0"
 9909source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9910dependencies = [
 9911 "lazy_static",
 9912 "log",
 9913 "msvc_spectre_libs",
 9914 "pet-conda",
 9915 "pet-core",
 9916 "pet-fs",
 9917 "pet-python-utils",
 9918 "pet-reporter",
 9919 "regex",
 9920 "serde",
 9921 "serde_json",
 9922]
 9923
 9924[[package]]
 9925name = "pet-python-utils"
 9926version = "0.1.0"
 9927source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9928dependencies = [
 9929 "env_logger 0.10.2",
 9930 "lazy_static",
 9931 "log",
 9932 "msvc_spectre_libs",
 9933 "pet-core",
 9934 "pet-fs",
 9935 "regex",
 9936 "serde",
 9937 "serde_json",
 9938 "sha2",
 9939]
 9940
 9941[[package]]
 9942name = "pet-reporter"
 9943version = "0.1.0"
 9944source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9945dependencies = [
 9946 "env_logger 0.10.2",
 9947 "log",
 9948 "msvc_spectre_libs",
 9949 "pet-core",
 9950 "pet-jsonrpc",
 9951 "serde",
 9952 "serde_json",
 9953]
 9954
 9955[[package]]
 9956name = "pet-telemetry"
 9957version = "0.1.0"
 9958source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9959dependencies = [
 9960 "env_logger 0.10.2",
 9961 "lazy_static",
 9962 "log",
 9963 "msvc_spectre_libs",
 9964 "pet-core",
 9965 "pet-fs",
 9966 "pet-python-utils",
 9967 "regex",
 9968]
 9969
 9970[[package]]
 9971name = "pet-venv"
 9972version = "0.1.0"
 9973source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9974dependencies = [
 9975 "log",
 9976 "msvc_spectre_libs",
 9977 "pet-core",
 9978 "pet-python-utils",
 9979 "pet-virtualenv",
 9980]
 9981
 9982[[package]]
 9983name = "pet-virtualenv"
 9984version = "0.1.0"
 9985source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9986dependencies = [
 9987 "log",
 9988 "msvc_spectre_libs",
 9989 "pet-core",
 9990 "pet-fs",
 9991 "pet-python-utils",
 9992]
 9993
 9994[[package]]
 9995name = "pet-virtualenvwrapper"
 9996version = "0.1.0"
 9997source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9998dependencies = [
 9999 "log",
10000 "msvc_spectre_libs",
10001 "pet-core",
10002 "pet-fs",
10003 "pet-python-utils",
10004 "pet-virtualenv",
10005]
10006
10007[[package]]
10008name = "pet-windows-registry"
10009version = "0.1.0"
10010source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10011dependencies = [
10012 "lazy_static",
10013 "log",
10014 "msvc_spectre_libs",
10015 "pet-conda",
10016 "pet-core",
10017 "pet-fs",
10018 "pet-python-utils",
10019 "pet-virtualenv",
10020 "pet-windows-store",
10021 "regex",
10022 "winreg 0.52.0",
10023]
10024
10025[[package]]
10026name = "pet-windows-store"
10027version = "0.1.0"
10028source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10029dependencies = [
10030 "lazy_static",
10031 "log",
10032 "msvc_spectre_libs",
10033 "pet-core",
10034 "pet-fs",
10035 "pet-python-utils",
10036 "pet-virtualenv",
10037 "regex",
10038 "winreg 0.52.0",
10039]
10040
10041[[package]]
10042name = "petgraph"
10043version = "0.6.5"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10046dependencies = [
10047 "fixedbitset",
10048 "indexmap",
10049]
10050
10051[[package]]
10052name = "pgvector"
10053version = "0.4.0"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10056dependencies = [
10057 "serde",
10058]
10059
10060[[package]]
10061name = "phf"
10062version = "0.11.2"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10065dependencies = [
10066 "phf_macros",
10067 "phf_shared 0.11.2",
10068]
10069
10070[[package]]
10071name = "phf_codegen"
10072version = "0.11.2"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10075dependencies = [
10076 "phf_generator 0.11.2",
10077 "phf_shared 0.11.2",
10078]
10079
10080[[package]]
10081name = "phf_generator"
10082version = "0.10.0"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10085dependencies = [
10086 "phf_shared 0.10.0",
10087 "rand 0.8.5",
10088]
10089
10090[[package]]
10091name = "phf_generator"
10092version = "0.11.2"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10095dependencies = [
10096 "phf_shared 0.11.2",
10097 "rand 0.8.5",
10098]
10099
10100[[package]]
10101name = "phf_macros"
10102version = "0.11.2"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10105dependencies = [
10106 "phf_generator 0.11.2",
10107 "phf_shared 0.11.2",
10108 "proc-macro2",
10109 "quote",
10110 "syn 2.0.100",
10111]
10112
10113[[package]]
10114name = "phf_shared"
10115version = "0.10.0"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10118dependencies = [
10119 "siphasher 0.3.11",
10120]
10121
10122[[package]]
10123name = "phf_shared"
10124version = "0.11.2"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10127dependencies = [
10128 "siphasher 0.3.11",
10129]
10130
10131[[package]]
10132name = "picker"
10133version = "0.1.0"
10134dependencies = [
10135 "anyhow",
10136 "ctor",
10137 "editor",
10138 "env_logger 0.11.7",
10139 "gpui",
10140 "menu",
10141 "schemars",
10142 "serde",
10143 "serde_json",
10144 "ui",
10145 "util",
10146 "workspace",
10147]
10148
10149[[package]]
10150name = "pico-args"
10151version = "0.5.0"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10154
10155[[package]]
10156name = "pin-project"
10157version = "1.1.7"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10160dependencies = [
10161 "pin-project-internal",
10162]
10163
10164[[package]]
10165name = "pin-project-internal"
10166version = "1.1.7"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10169dependencies = [
10170 "proc-macro2",
10171 "quote",
10172 "syn 2.0.100",
10173]
10174
10175[[package]]
10176name = "pin-project-lite"
10177version = "0.2.16"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10180
10181[[package]]
10182name = "pin-utils"
10183version = "0.1.0"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10186
10187[[package]]
10188name = "piper"
10189version = "0.2.4"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10192dependencies = [
10193 "atomic-waker",
10194 "fastrand 2.3.0",
10195 "futures-io",
10196]
10197
10198[[package]]
10199name = "pkcs1"
10200version = "0.7.5"
10201source = "registry+https://github.com/rust-lang/crates.io-index"
10202checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10203dependencies = [
10204 "der 0.7.9",
10205 "pkcs8 0.10.2",
10206 "spki 0.7.3",
10207]
10208
10209[[package]]
10210name = "pkcs8"
10211version = "0.9.0"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10214dependencies = [
10215 "der 0.6.1",
10216 "spki 0.6.0",
10217]
10218
10219[[package]]
10220name = "pkcs8"
10221version = "0.10.2"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10224dependencies = [
10225 "der 0.7.9",
10226 "spki 0.7.3",
10227]
10228
10229[[package]]
10230name = "pkg-config"
10231version = "0.3.31"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10234
10235[[package]]
10236name = "plist"
10237version = "1.7.0"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10240dependencies = [
10241 "base64 0.22.1",
10242 "indexmap",
10243 "quick-xml 0.32.0",
10244 "serde",
10245 "time",
10246]
10247
10248[[package]]
10249name = "plotters"
10250version = "0.3.7"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10253dependencies = [
10254 "num-traits",
10255 "plotters-backend",
10256 "plotters-svg",
10257 "wasm-bindgen",
10258 "web-sys",
10259]
10260
10261[[package]]
10262name = "plotters-backend"
10263version = "0.3.7"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10266
10267[[package]]
10268name = "plotters-svg"
10269version = "0.3.7"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10272dependencies = [
10273 "plotters-backend",
10274]
10275
10276[[package]]
10277name = "png"
10278version = "0.17.15"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10281dependencies = [
10282 "bitflags 1.3.2",
10283 "crc32fast",
10284 "fdeflate",
10285 "flate2",
10286 "miniz_oxide",
10287]
10288
10289[[package]]
10290name = "polling"
10291version = "3.7.4"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10294dependencies = [
10295 "cfg-if",
10296 "concurrent-queue",
10297 "hermit-abi 0.4.0",
10298 "pin-project-lite",
10299 "rustix",
10300 "tracing",
10301 "windows-sys 0.59.0",
10302]
10303
10304[[package]]
10305name = "pollster"
10306version = "0.2.5"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10309
10310[[package]]
10311name = "portable-atomic"
10312version = "1.11.0"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10315
10316[[package]]
10317name = "portable-atomic-util"
10318version = "0.2.4"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10321dependencies = [
10322 "portable-atomic",
10323]
10324
10325[[package]]
10326name = "postage"
10327version = "0.5.0"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10330dependencies = [
10331 "atomic",
10332 "crossbeam-queue",
10333 "futures 0.3.31",
10334 "log",
10335 "parking_lot",
10336 "pin-project",
10337 "pollster",
10338 "static_assertions",
10339 "thiserror 1.0.69",
10340]
10341
10342[[package]]
10343name = "postcard"
10344version = "1.1.1"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10347dependencies = [
10348 "cobs",
10349 "embedded-io 0.4.0",
10350 "embedded-io 0.6.1",
10351 "serde",
10352]
10353
10354[[package]]
10355name = "powerfmt"
10356version = "0.2.0"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10359
10360[[package]]
10361name = "ppv-lite86"
10362version = "0.2.20"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10365dependencies = [
10366 "zerocopy 0.7.35",
10367]
10368
10369[[package]]
10370name = "precomputed-hash"
10371version = "0.1.1"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10374
10375[[package]]
10376name = "prettier"
10377version = "0.1.0"
10378dependencies = [
10379 "anyhow",
10380 "collections",
10381 "fs",
10382 "gpui",
10383 "language",
10384 "log",
10385 "lsp",
10386 "node_runtime",
10387 "parking_lot",
10388 "paths",
10389 "serde",
10390 "serde_json",
10391 "util",
10392]
10393
10394[[package]]
10395name = "pretty_assertions"
10396version = "1.4.1"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10399dependencies = [
10400 "diff",
10401 "yansi",
10402]
10403
10404[[package]]
10405name = "prettyplease"
10406version = "0.2.25"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10409dependencies = [
10410 "proc-macro2",
10411 "syn 2.0.100",
10412]
10413
10414[[package]]
10415name = "proc-macro-crate"
10416version = "3.2.0"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10419dependencies = [
10420 "toml_edit",
10421]
10422
10423[[package]]
10424name = "proc-macro-error-attr2"
10425version = "2.0.0"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10428dependencies = [
10429 "proc-macro2",
10430 "quote",
10431]
10432
10433[[package]]
10434name = "proc-macro-error2"
10435version = "2.0.1"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10438dependencies = [
10439 "proc-macro-error-attr2",
10440 "proc-macro2",
10441 "quote",
10442 "syn 2.0.100",
10443]
10444
10445[[package]]
10446name = "proc-macro2"
10447version = "1.0.94"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10450dependencies = [
10451 "unicode-ident",
10452]
10453
10454[[package]]
10455name = "proc-macro2-diagnostics"
10456version = "0.10.1"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10459dependencies = [
10460 "proc-macro2",
10461 "quote",
10462 "syn 2.0.100",
10463 "version_check",
10464 "yansi",
10465]
10466
10467[[package]]
10468name = "profiling"
10469version = "1.0.16"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10472dependencies = [
10473 "profiling-procmacros",
10474]
10475
10476[[package]]
10477name = "profiling-procmacros"
10478version = "1.0.16"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10481dependencies = [
10482 "quote",
10483 "syn 2.0.100",
10484]
10485
10486[[package]]
10487name = "project"
10488version = "0.1.0"
10489dependencies = [
10490 "aho-corasick",
10491 "anyhow",
10492 "askpass",
10493 "async-trait",
10494 "buffer_diff",
10495 "circular-buffer",
10496 "client",
10497 "clock",
10498 "collections",
10499 "dap",
10500 "dap_adapters",
10501 "env_logger 0.11.7",
10502 "extension",
10503 "fancy-regex 0.14.0",
10504 "fs",
10505 "futures 0.3.31",
10506 "fuzzy",
10507 "git",
10508 "git2",
10509 "globset",
10510 "gpui",
10511 "http_client",
10512 "image",
10513 "indexmap",
10514 "itertools 0.14.0",
10515 "language",
10516 "log",
10517 "lsp",
10518 "node_runtime",
10519 "parking_lot",
10520 "pathdiff",
10521 "paths",
10522 "postage",
10523 "prettier",
10524 "pretty_assertions",
10525 "rand 0.8.5",
10526 "regex",
10527 "release_channel",
10528 "remote",
10529 "rpc",
10530 "schemars",
10531 "serde",
10532 "serde_json",
10533 "settings",
10534 "sha2",
10535 "shellexpand 2.1.2",
10536 "shlex",
10537 "smol",
10538 "snippet",
10539 "snippet_provider",
10540 "sum_tree",
10541 "task",
10542 "tempfile",
10543 "terminal",
10544 "text",
10545 "toml 0.8.20",
10546 "unindent",
10547 "url",
10548 "util",
10549 "which 6.0.3",
10550 "worktree",
10551 "zlog",
10552]
10553
10554[[package]]
10555name = "project_panel"
10556version = "0.1.0"
10557dependencies = [
10558 "anyhow",
10559 "client",
10560 "collections",
10561 "command_palette_hooks",
10562 "db",
10563 "editor",
10564 "file_icons",
10565 "git",
10566 "gpui",
10567 "indexmap",
10568 "language",
10569 "menu",
10570 "pretty_assertions",
10571 "project",
10572 "schemars",
10573 "search",
10574 "serde",
10575 "serde_derive",
10576 "serde_json",
10577 "settings",
10578 "smallvec",
10579 "theme",
10580 "ui",
10581 "util",
10582 "workspace",
10583 "worktree",
10584 "zed_actions",
10585]
10586
10587[[package]]
10588name = "project_symbols"
10589version = "0.1.0"
10590dependencies = [
10591 "anyhow",
10592 "editor",
10593 "futures 0.3.31",
10594 "fuzzy",
10595 "gpui",
10596 "language",
10597 "lsp",
10598 "ordered-float 2.10.1",
10599 "picker",
10600 "project",
10601 "release_channel",
10602 "serde_json",
10603 "settings",
10604 "theme",
10605 "util",
10606 "workspace",
10607]
10608
10609[[package]]
10610name = "prometheus"
10611version = "0.13.4"
10612source = "registry+https://github.com/rust-lang/crates.io-index"
10613checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10614dependencies = [
10615 "cfg-if",
10616 "fnv",
10617 "lazy_static",
10618 "memchr",
10619 "parking_lot",
10620 "protobuf",
10621 "thiserror 1.0.69",
10622]
10623
10624[[package]]
10625name = "prompt_library"
10626version = "0.1.0"
10627dependencies = [
10628 "anyhow",
10629 "collections",
10630 "editor",
10631 "gpui",
10632 "language",
10633 "language_model",
10634 "log",
10635 "menu",
10636 "picker",
10637 "prompt_store",
10638 "release_channel",
10639 "rope",
10640 "serde",
10641 "settings",
10642 "theme",
10643 "ui",
10644 "util",
10645 "workspace",
10646 "zed_actions",
10647]
10648
10649[[package]]
10650name = "prompt_store"
10651version = "0.1.0"
10652dependencies = [
10653 "anyhow",
10654 "assets",
10655 "chrono",
10656 "collections",
10657 "fs",
10658 "futures 0.3.31",
10659 "fuzzy",
10660 "gpui",
10661 "handlebars 4.5.0",
10662 "heed",
10663 "language",
10664 "log",
10665 "parking_lot",
10666 "paths",
10667 "rope",
10668 "serde",
10669 "text",
10670 "util",
10671 "uuid",
10672]
10673
10674[[package]]
10675name = "prost"
10676version = "0.9.0"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10679dependencies = [
10680 "bytes 1.10.1",
10681 "prost-derive 0.9.0",
10682]
10683
10684[[package]]
10685name = "prost"
10686version = "0.12.6"
10687source = "registry+https://github.com/rust-lang/crates.io-index"
10688checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10689dependencies = [
10690 "bytes 1.10.1",
10691 "prost-derive 0.12.6",
10692]
10693
10694[[package]]
10695name = "prost-build"
10696version = "0.9.0"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10699dependencies = [
10700 "bytes 1.10.1",
10701 "heck 0.3.3",
10702 "itertools 0.10.5",
10703 "lazy_static",
10704 "log",
10705 "multimap 0.8.3",
10706 "petgraph",
10707 "prost 0.9.0",
10708 "prost-types 0.9.0",
10709 "regex",
10710 "tempfile",
10711 "which 4.4.2",
10712]
10713
10714[[package]]
10715name = "prost-build"
10716version = "0.12.6"
10717source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10719dependencies = [
10720 "bytes 1.10.1",
10721 "heck 0.5.0",
10722 "itertools 0.12.1",
10723 "log",
10724 "multimap 0.10.0",
10725 "once_cell",
10726 "petgraph",
10727 "prettyplease",
10728 "prost 0.12.6",
10729 "prost-types 0.12.6",
10730 "regex",
10731 "syn 2.0.100",
10732 "tempfile",
10733]
10734
10735[[package]]
10736name = "prost-derive"
10737version = "0.9.0"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10740dependencies = [
10741 "anyhow",
10742 "itertools 0.10.5",
10743 "proc-macro2",
10744 "quote",
10745 "syn 1.0.109",
10746]
10747
10748[[package]]
10749name = "prost-derive"
10750version = "0.12.6"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10753dependencies = [
10754 "anyhow",
10755 "itertools 0.12.1",
10756 "proc-macro2",
10757 "quote",
10758 "syn 2.0.100",
10759]
10760
10761[[package]]
10762name = "prost-types"
10763version = "0.9.0"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10766dependencies = [
10767 "bytes 1.10.1",
10768 "prost 0.9.0",
10769]
10770
10771[[package]]
10772name = "prost-types"
10773version = "0.12.6"
10774source = "registry+https://github.com/rust-lang/crates.io-index"
10775checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10776dependencies = [
10777 "prost 0.12.6",
10778]
10779
10780[[package]]
10781name = "proto"
10782version = "0.1.0"
10783dependencies = [
10784 "anyhow",
10785 "collections",
10786 "prost 0.9.0",
10787 "prost-build 0.9.0",
10788 "serde",
10789]
10790
10791[[package]]
10792name = "protobuf"
10793version = "2.28.0"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10796
10797[[package]]
10798name = "psm"
10799version = "0.1.24"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10802dependencies = [
10803 "cc",
10804]
10805
10806[[package]]
10807name = "ptr_meta"
10808version = "0.1.4"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10811dependencies = [
10812 "ptr_meta_derive",
10813]
10814
10815[[package]]
10816name = "ptr_meta_derive"
10817version = "0.1.4"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10820dependencies = [
10821 "proc-macro2",
10822 "quote",
10823 "syn 1.0.109",
10824]
10825
10826[[package]]
10827name = "pulldown-cmark"
10828version = "0.10.3"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10831dependencies = [
10832 "bitflags 2.8.0",
10833 "memchr",
10834 "pulldown-cmark-escape",
10835 "unicase",
10836]
10837
10838[[package]]
10839name = "pulldown-cmark"
10840version = "0.12.2"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10843dependencies = [
10844 "bitflags 2.8.0",
10845 "memchr",
10846 "unicase",
10847]
10848
10849[[package]]
10850name = "pulldown-cmark-escape"
10851version = "0.10.1"
10852source = "registry+https://github.com/rust-lang/crates.io-index"
10853checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10854
10855[[package]]
10856name = "pulley-interpreter"
10857version = "29.0.1"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10860dependencies = [
10861 "cranelift-bitset",
10862 "log",
10863 "sptr",
10864 "wasmtime-math",
10865]
10866
10867[[package]]
10868name = "qoi"
10869version = "0.4.1"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10872dependencies = [
10873 "bytemuck",
10874]
10875
10876[[package]]
10877name = "quick-error"
10878version = "2.0.1"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10881
10882[[package]]
10883name = "quick-xml"
10884version = "0.32.0"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10887dependencies = [
10888 "memchr",
10889]
10890
10891[[package]]
10892name = "quick-xml"
10893version = "0.37.2"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10896dependencies = [
10897 "memchr",
10898]
10899
10900[[package]]
10901name = "quinn"
10902version = "0.11.6"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10905dependencies = [
10906 "bytes 1.10.1",
10907 "pin-project-lite",
10908 "quinn-proto",
10909 "quinn-udp",
10910 "rustc-hash 2.1.1",
10911 "rustls 0.23.25",
10912 "socket2",
10913 "thiserror 2.0.12",
10914 "tokio",
10915 "tracing",
10916]
10917
10918[[package]]
10919name = "quinn-proto"
10920version = "0.11.9"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10923dependencies = [
10924 "bytes 1.10.1",
10925 "getrandom 0.2.15",
10926 "rand 0.8.5",
10927 "ring",
10928 "rustc-hash 2.1.1",
10929 "rustls 0.23.25",
10930 "rustls-pki-types",
10931 "slab",
10932 "thiserror 2.0.12",
10933 "tinyvec",
10934 "tracing",
10935 "web-time",
10936]
10937
10938[[package]]
10939name = "quinn-udp"
10940version = "0.5.9"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10943dependencies = [
10944 "cfg_aliases 0.2.1",
10945 "libc",
10946 "once_cell",
10947 "socket2",
10948 "tracing",
10949 "windows-sys 0.59.0",
10950]
10951
10952[[package]]
10953name = "quote"
10954version = "1.0.40"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10957dependencies = [
10958 "proc-macro2",
10959]
10960
10961[[package]]
10962name = "radium"
10963version = "0.7.0"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10966
10967[[package]]
10968name = "rand"
10969version = "0.7.3"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10972dependencies = [
10973 "getrandom 0.1.16",
10974 "libc",
10975 "rand_chacha 0.2.2",
10976 "rand_core 0.5.1",
10977 "rand_hc",
10978]
10979
10980[[package]]
10981name = "rand"
10982version = "0.8.5"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10985dependencies = [
10986 "libc",
10987 "rand_chacha 0.3.1",
10988 "rand_core 0.6.4",
10989]
10990
10991[[package]]
10992name = "rand"
10993version = "0.9.0"
10994source = "registry+https://github.com/rust-lang/crates.io-index"
10995checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10996dependencies = [
10997 "rand_chacha 0.9.0",
10998 "rand_core 0.9.0",
10999 "zerocopy 0.8.18",
11000]
11001
11002[[package]]
11003name = "rand_chacha"
11004version = "0.2.2"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11007dependencies = [
11008 "ppv-lite86",
11009 "rand_core 0.5.1",
11010]
11011
11012[[package]]
11013name = "rand_chacha"
11014version = "0.3.1"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11017dependencies = [
11018 "ppv-lite86",
11019 "rand_core 0.6.4",
11020]
11021
11022[[package]]
11023name = "rand_chacha"
11024version = "0.9.0"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11027dependencies = [
11028 "ppv-lite86",
11029 "rand_core 0.9.0",
11030]
11031
11032[[package]]
11033name = "rand_core"
11034version = "0.5.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11037dependencies = [
11038 "getrandom 0.1.16",
11039]
11040
11041[[package]]
11042name = "rand_core"
11043version = "0.6.4"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11046dependencies = [
11047 "getrandom 0.2.15",
11048]
11049
11050[[package]]
11051name = "rand_core"
11052version = "0.9.0"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11055dependencies = [
11056 "getrandom 0.3.1",
11057 "zerocopy 0.8.18",
11058]
11059
11060[[package]]
11061name = "rand_hc"
11062version = "0.2.0"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11065dependencies = [
11066 "rand_core 0.5.1",
11067]
11068
11069[[package]]
11070name = "rangemap"
11071version = "1.5.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11074
11075[[package]]
11076name = "rav1e"
11077version = "0.7.1"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11080dependencies = [
11081 "arbitrary",
11082 "arg_enum_proc_macro",
11083 "arrayvec",
11084 "av1-grain",
11085 "bitstream-io",
11086 "built",
11087 "cfg-if",
11088 "interpolate_name",
11089 "itertools 0.12.1",
11090 "libc",
11091 "libfuzzer-sys",
11092 "log",
11093 "maybe-rayon",
11094 "new_debug_unreachable",
11095 "noop_proc_macro",
11096 "num-derive",
11097 "num-traits",
11098 "once_cell",
11099 "paste",
11100 "profiling",
11101 "rand 0.8.5",
11102 "rand_chacha 0.3.1",
11103 "simd_helpers",
11104 "system-deps",
11105 "thiserror 1.0.69",
11106 "v_frame",
11107 "wasm-bindgen",
11108]
11109
11110[[package]]
11111name = "ravif"
11112version = "0.11.11"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11115dependencies = [
11116 "avif-serialize",
11117 "imgref",
11118 "loop9",
11119 "quick-error",
11120 "rav1e",
11121 "rayon",
11122 "rgb",
11123]
11124
11125[[package]]
11126name = "raw-window-handle"
11127version = "0.6.2"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11130
11131[[package]]
11132name = "raw-window-metal"
11133version = "0.4.0"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11136dependencies = [
11137 "cocoa 0.25.0",
11138 "core-graphics 0.23.2",
11139 "objc",
11140 "raw-window-handle",
11141]
11142
11143[[package]]
11144name = "rayon"
11145version = "1.10.0"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11148dependencies = [
11149 "either",
11150 "rayon-core",
11151]
11152
11153[[package]]
11154name = "rayon-core"
11155version = "1.12.1"
11156source = "registry+https://github.com/rust-lang/crates.io-index"
11157checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11158dependencies = [
11159 "crossbeam-deque",
11160 "crossbeam-utils",
11161]
11162
11163[[package]]
11164name = "read-fonts"
11165version = "0.25.3"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11168dependencies = [
11169 "bytemuck",
11170 "font-types",
11171]
11172
11173[[package]]
11174name = "recent_projects"
11175version = "0.1.0"
11176dependencies = [
11177 "anyhow",
11178 "auto_update",
11179 "dap",
11180 "editor",
11181 "extension_host",
11182 "file_finder",
11183 "futures 0.3.31",
11184 "fuzzy",
11185 "gpui",
11186 "language",
11187 "log",
11188 "markdown",
11189 "menu",
11190 "ordered-float 2.10.1",
11191 "paths",
11192 "picker",
11193 "project",
11194 "release_channel",
11195 "remote",
11196 "schemars",
11197 "serde",
11198 "serde_json",
11199 "settings",
11200 "smol",
11201 "task",
11202 "telemetry",
11203 "theme",
11204 "ui",
11205 "util",
11206 "workspace",
11207 "zed_actions",
11208]
11209
11210[[package]]
11211name = "redox_syscall"
11212version = "0.2.16"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11215dependencies = [
11216 "bitflags 1.3.2",
11217]
11218
11219[[package]]
11220name = "redox_syscall"
11221version = "0.5.8"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11224dependencies = [
11225 "bitflags 2.8.0",
11226]
11227
11228[[package]]
11229name = "redox_users"
11230version = "0.4.6"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11233dependencies = [
11234 "getrandom 0.2.15",
11235 "libredox",
11236 "thiserror 1.0.69",
11237]
11238
11239[[package]]
11240name = "refineable"
11241version = "0.1.0"
11242dependencies = [
11243 "derive_refineable",
11244]
11245
11246[[package]]
11247name = "regalloc2"
11248version = "0.11.1"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11251dependencies = [
11252 "allocator-api2",
11253 "bumpalo",
11254 "hashbrown 0.15.2",
11255 "log",
11256 "rustc-hash 2.1.1",
11257 "smallvec",
11258]
11259
11260[[package]]
11261name = "regex"
11262version = "1.11.1"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11265dependencies = [
11266 "aho-corasick",
11267 "memchr",
11268 "regex-automata 0.4.9",
11269 "regex-syntax 0.8.5",
11270]
11271
11272[[package]]
11273name = "regex-automata"
11274version = "0.1.10"
11275source = "registry+https://github.com/rust-lang/crates.io-index"
11276checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11277dependencies = [
11278 "regex-syntax 0.6.29",
11279]
11280
11281[[package]]
11282name = "regex-automata"
11283version = "0.4.9"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11286dependencies = [
11287 "aho-corasick",
11288 "memchr",
11289 "regex-syntax 0.8.5",
11290]
11291
11292[[package]]
11293name = "regex-lite"
11294version = "0.1.6"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11297
11298[[package]]
11299name = "regex-syntax"
11300version = "0.6.29"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11303
11304[[package]]
11305name = "regex-syntax"
11306version = "0.8.5"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11309
11310[[package]]
11311name = "release_channel"
11312version = "0.1.0"
11313dependencies = [
11314 "gpui",
11315]
11316
11317[[package]]
11318name = "remote"
11319version = "0.1.0"
11320dependencies = [
11321 "anyhow",
11322 "askpass",
11323 "async-trait",
11324 "collections",
11325 "fs",
11326 "futures 0.3.31",
11327 "gpui",
11328 "itertools 0.14.0",
11329 "log",
11330 "parking_lot",
11331 "paths",
11332 "prost 0.9.0",
11333 "release_channel",
11334 "rpc",
11335 "schemars",
11336 "serde",
11337 "serde_json",
11338 "shlex",
11339 "smol",
11340 "tempfile",
11341 "thiserror 2.0.12",
11342 "urlencoding",
11343 "util",
11344]
11345
11346[[package]]
11347name = "remote_server"
11348version = "0.1.0"
11349dependencies = [
11350 "anyhow",
11351 "async-watch",
11352 "backtrace",
11353 "cargo_toml",
11354 "chrono",
11355 "clap",
11356 "client",
11357 "clock",
11358 "env_logger 0.11.7",
11359 "extension",
11360 "extension_host",
11361 "fork",
11362 "fs",
11363 "futures 0.3.31",
11364 "git",
11365 "git_hosting_providers",
11366 "gpui",
11367 "gpui_tokio",
11368 "http_client",
11369 "language",
11370 "language_extension",
11371 "languages",
11372 "libc",
11373 "log",
11374 "lsp",
11375 "node_runtime",
11376 "paths",
11377 "project",
11378 "proto",
11379 "release_channel",
11380 "remote",
11381 "reqwest_client",
11382 "rpc",
11383 "rust-embed",
11384 "serde",
11385 "serde_json",
11386 "settings",
11387 "shellexpand 2.1.2",
11388 "smol",
11389 "sysinfo",
11390 "telemetry_events",
11391 "toml 0.8.20",
11392 "unindent",
11393 "util",
11394 "worktree",
11395]
11396
11397[[package]]
11398name = "rend"
11399version = "0.4.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11402dependencies = [
11403 "bytecheck",
11404]
11405
11406[[package]]
11407name = "repl"
11408version = "0.1.0"
11409dependencies = [
11410 "alacritty_terminal",
11411 "anyhow",
11412 "async-dispatcher",
11413 "async-tungstenite",
11414 "base64 0.22.1",
11415 "client",
11416 "collections",
11417 "command_palette_hooks",
11418 "editor",
11419 "env_logger 0.11.7",
11420 "feature_flags",
11421 "file_icons",
11422 "futures 0.3.31",
11423 "gpui",
11424 "http_client",
11425 "image",
11426 "indoc",
11427 "jupyter-protocol",
11428 "jupyter-websocket-client",
11429 "language",
11430 "languages",
11431 "log",
11432 "markdown_preview",
11433 "menu",
11434 "multi_buffer",
11435 "nbformat",
11436 "picker",
11437 "project",
11438 "runtimelib",
11439 "schemars",
11440 "serde",
11441 "serde_json",
11442 "settings",
11443 "smol",
11444 "telemetry",
11445 "terminal",
11446 "terminal_view",
11447 "theme",
11448 "tree-sitter-md",
11449 "tree-sitter-python",
11450 "tree-sitter-typescript",
11451 "ui",
11452 "util",
11453 "uuid",
11454 "workspace",
11455]
11456
11457[[package]]
11458name = "reqwest"
11459version = "0.11.27"
11460source = "registry+https://github.com/rust-lang/crates.io-index"
11461checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11462dependencies = [
11463 "base64 0.21.7",
11464 "bytes 1.10.1",
11465 "encoding_rs",
11466 "futures-core",
11467 "futures-util",
11468 "h2 0.3.26",
11469 "http 0.2.12",
11470 "http-body 0.4.6",
11471 "hyper 0.14.32",
11472 "hyper-rustls 0.24.2",
11473 "hyper-tls",
11474 "ipnet",
11475 "js-sys",
11476 "log",
11477 "mime",
11478 "native-tls",
11479 "once_cell",
11480 "percent-encoding",
11481 "pin-project-lite",
11482 "rustls 0.21.12",
11483 "rustls-native-certs 0.6.3",
11484 "rustls-pemfile 1.0.4",
11485 "serde",
11486 "serde_json",
11487 "serde_urlencoded",
11488 "sync_wrapper 0.1.2",
11489 "system-configuration 0.5.1",
11490 "tokio",
11491 "tokio-native-tls",
11492 "tokio-rustls 0.24.1",
11493 "tower-service",
11494 "url",
11495 "wasm-bindgen",
11496 "wasm-bindgen-futures",
11497 "web-sys",
11498 "winreg 0.50.0",
11499]
11500
11501[[package]]
11502name = "reqwest"
11503version = "0.12.8"
11504source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11505dependencies = [
11506 "base64 0.22.1",
11507 "bytes 1.10.1",
11508 "encoding_rs",
11509 "futures-core",
11510 "futures-util",
11511 "h2 0.4.7",
11512 "http 1.2.0",
11513 "http-body 1.0.1",
11514 "http-body-util",
11515 "hyper 1.5.1",
11516 "hyper-rustls 0.27.3",
11517 "hyper-util",
11518 "ipnet",
11519 "js-sys",
11520 "log",
11521 "mime",
11522 "once_cell",
11523 "percent-encoding",
11524 "pin-project-lite",
11525 "quinn",
11526 "rustls 0.23.25",
11527 "rustls-native-certs 0.8.1",
11528 "rustls-pemfile 2.2.0",
11529 "rustls-pki-types",
11530 "serde",
11531 "serde_json",
11532 "serde_urlencoded",
11533 "sync_wrapper 1.0.2",
11534 "system-configuration 0.6.1",
11535 "tokio",
11536 "tokio-rustls 0.26.1",
11537 "tokio-socks",
11538 "tokio-util",
11539 "tower-service",
11540 "url",
11541 "wasm-bindgen",
11542 "wasm-bindgen-futures",
11543 "wasm-streams",
11544 "web-sys",
11545 "windows-registry",
11546]
11547
11548[[package]]
11549name = "reqwest_client"
11550version = "0.1.0"
11551dependencies = [
11552 "anyhow",
11553 "bytes 1.10.1",
11554 "futures 0.3.31",
11555 "gpui",
11556 "http_client",
11557 "http_client_tls",
11558 "log",
11559 "regex",
11560 "reqwest 0.12.8",
11561 "serde",
11562 "smol",
11563 "tokio",
11564]
11565
11566[[package]]
11567name = "resvg"
11568version = "0.45.0"
11569source = "registry+https://github.com/rust-lang/crates.io-index"
11570checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11571dependencies = [
11572 "log",
11573 "pico-args",
11574 "rgb",
11575 "svgtypes",
11576 "tiny-skia",
11577 "usvg",
11578]
11579
11580[[package]]
11581name = "rfc6979"
11582version = "0.3.1"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11585dependencies = [
11586 "crypto-bigint 0.4.9",
11587 "hmac",
11588 "zeroize",
11589]
11590
11591[[package]]
11592name = "rgb"
11593version = "0.8.50"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11596dependencies = [
11597 "bytemuck",
11598]
11599
11600[[package]]
11601name = "rich_text"
11602version = "0.1.0"
11603dependencies = [
11604 "futures 0.3.31",
11605 "gpui",
11606 "language",
11607 "linkify",
11608 "pulldown-cmark 0.12.2",
11609 "theme",
11610 "ui",
11611 "util",
11612]
11613
11614[[package]]
11615name = "ring"
11616version = "0.17.8"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11619dependencies = [
11620 "cc",
11621 "cfg-if",
11622 "getrandom 0.2.15",
11623 "libc",
11624 "spin",
11625 "untrusted",
11626 "windows-sys 0.52.0",
11627]
11628
11629[[package]]
11630name = "rkyv"
11631version = "0.7.45"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11634dependencies = [
11635 "bitvec",
11636 "bytecheck",
11637 "bytes 1.10.1",
11638 "hashbrown 0.12.3",
11639 "ptr_meta",
11640 "rend",
11641 "rkyv_derive",
11642 "seahash",
11643 "tinyvec",
11644 "uuid",
11645]
11646
11647[[package]]
11648name = "rkyv_derive"
11649version = "0.7.45"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11652dependencies = [
11653 "proc-macro2",
11654 "quote",
11655 "syn 1.0.109",
11656]
11657
11658[[package]]
11659name = "rmp"
11660version = "0.8.14"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11663dependencies = [
11664 "byteorder",
11665 "num-traits",
11666 "paste",
11667]
11668
11669[[package]]
11670name = "rmpv"
11671version = "1.3.0"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11674dependencies = [
11675 "num-traits",
11676 "rmp",
11677]
11678
11679[[package]]
11680name = "rodio"
11681version = "0.20.1"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11684dependencies = [
11685 "cpal",
11686 "hound",
11687]
11688
11689[[package]]
11690name = "rope"
11691version = "0.1.0"
11692dependencies = [
11693 "arrayvec",
11694 "criterion",
11695 "ctor",
11696 "env_logger 0.11.7",
11697 "gpui",
11698 "log",
11699 "rand 0.8.5",
11700 "rayon",
11701 "smallvec",
11702 "sum_tree",
11703 "unicode-segmentation",
11704 "util",
11705]
11706
11707[[package]]
11708name = "roxmltree"
11709version = "0.20.0"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11712
11713[[package]]
11714name = "rpc"
11715version = "0.1.0"
11716dependencies = [
11717 "anyhow",
11718 "async-tungstenite",
11719 "base64 0.22.1",
11720 "chrono",
11721 "collections",
11722 "env_logger 0.11.7",
11723 "futures 0.3.31",
11724 "gpui",
11725 "parking_lot",
11726 "proto",
11727 "rand 0.8.5",
11728 "rsa",
11729 "serde",
11730 "serde_json",
11731 "sha2",
11732 "strum",
11733 "tracing",
11734 "util",
11735 "zstd",
11736]
11737
11738[[package]]
11739name = "rsa"
11740version = "0.9.8"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11743dependencies = [
11744 "const-oid",
11745 "digest",
11746 "num-bigint-dig",
11747 "num-integer",
11748 "num-traits",
11749 "pkcs1",
11750 "pkcs8 0.10.2",
11751 "rand_core 0.6.4",
11752 "signature 2.2.0",
11753 "spki 0.7.3",
11754 "subtle",
11755 "zeroize",
11756]
11757
11758[[package]]
11759name = "runtimelib"
11760version = "0.25.0"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11763dependencies = [
11764 "anyhow",
11765 "async-dispatcher",
11766 "async-std",
11767 "base64 0.22.1",
11768 "bytes 1.10.1",
11769 "chrono",
11770 "data-encoding",
11771 "dirs 5.0.1",
11772 "futures 0.3.31",
11773 "glob",
11774 "jupyter-protocol",
11775 "ring",
11776 "serde",
11777 "serde_json",
11778 "shellexpand 3.1.0",
11779 "smol",
11780 "uuid",
11781 "zeromq",
11782]
11783
11784[[package]]
11785name = "rust-embed"
11786version = "8.5.0"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11789dependencies = [
11790 "rust-embed-impl",
11791 "rust-embed-utils",
11792 "walkdir",
11793]
11794
11795[[package]]
11796name = "rust-embed-impl"
11797version = "8.5.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11800dependencies = [
11801 "proc-macro2",
11802 "quote",
11803 "rust-embed-utils",
11804 "syn 2.0.100",
11805 "walkdir",
11806]
11807
11808[[package]]
11809name = "rust-embed-utils"
11810version = "8.5.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11813dependencies = [
11814 "globset",
11815 "sha2",
11816 "walkdir",
11817]
11818
11819[[package]]
11820name = "rust_decimal"
11821version = "1.36.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11824dependencies = [
11825 "arrayvec",
11826 "borsh",
11827 "bytes 1.10.1",
11828 "num-traits",
11829 "rand 0.8.5",
11830 "rkyv",
11831 "serde",
11832 "serde_json",
11833]
11834
11835[[package]]
11836name = "rustc-demangle"
11837version = "0.1.24"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11840
11841[[package]]
11842name = "rustc-hash"
11843version = "1.1.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11846
11847[[package]]
11848name = "rustc-hash"
11849version = "2.1.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11852
11853[[package]]
11854name = "rustc_version"
11855version = "0.4.1"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11858dependencies = [
11859 "semver",
11860]
11861
11862[[package]]
11863name = "rustix"
11864version = "0.38.42"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11867dependencies = [
11868 "bitflags 2.8.0",
11869 "errno 0.3.10",
11870 "itoa",
11871 "libc",
11872 "linux-raw-sys",
11873 "once_cell",
11874 "windows-sys 0.59.0",
11875]
11876
11877[[package]]
11878name = "rustix-openpty"
11879version = "0.1.1"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11882dependencies = [
11883 "errno 0.3.10",
11884 "libc",
11885 "rustix",
11886]
11887
11888[[package]]
11889name = "rustls"
11890version = "0.21.12"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11893dependencies = [
11894 "log",
11895 "ring",
11896 "rustls-webpki 0.101.7",
11897 "sct",
11898]
11899
11900[[package]]
11901name = "rustls"
11902version = "0.23.25"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11905dependencies = [
11906 "aws-lc-rs",
11907 "log",
11908 "once_cell",
11909 "ring",
11910 "rustls-pki-types",
11911 "rustls-webpki 0.103.0",
11912 "subtle",
11913 "zeroize",
11914]
11915
11916[[package]]
11917name = "rustls-native-certs"
11918version = "0.6.3"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11921dependencies = [
11922 "openssl-probe",
11923 "rustls-pemfile 1.0.4",
11924 "schannel",
11925 "security-framework 2.11.1",
11926]
11927
11928[[package]]
11929name = "rustls-native-certs"
11930version = "0.8.1"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11933dependencies = [
11934 "openssl-probe",
11935 "rustls-pki-types",
11936 "schannel",
11937 "security-framework 3.0.1",
11938]
11939
11940[[package]]
11941name = "rustls-pemfile"
11942version = "1.0.4"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11945dependencies = [
11946 "base64 0.21.7",
11947]
11948
11949[[package]]
11950name = "rustls-pemfile"
11951version = "2.2.0"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11954dependencies = [
11955 "rustls-pki-types",
11956]
11957
11958[[package]]
11959name = "rustls-pki-types"
11960version = "1.11.0"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11963dependencies = [
11964 "web-time",
11965]
11966
11967[[package]]
11968name = "rustls-platform-verifier"
11969version = "0.5.1"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11972dependencies = [
11973 "core-foundation 0.10.0",
11974 "core-foundation-sys",
11975 "jni",
11976 "log",
11977 "once_cell",
11978 "rustls 0.23.25",
11979 "rustls-native-certs 0.8.1",
11980 "rustls-platform-verifier-android",
11981 "rustls-webpki 0.103.0",
11982 "security-framework 3.0.1",
11983 "security-framework-sys",
11984 "webpki-root-certs",
11985 "windows-sys 0.59.0",
11986]
11987
11988[[package]]
11989name = "rustls-platform-verifier-android"
11990version = "0.1.1"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11993
11994[[package]]
11995name = "rustls-webpki"
11996version = "0.101.7"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
11999dependencies = [
12000 "ring",
12001 "untrusted",
12002]
12003
12004[[package]]
12005name = "rustls-webpki"
12006version = "0.103.0"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12009dependencies = [
12010 "aws-lc-rs",
12011 "ring",
12012 "rustls-pki-types",
12013 "untrusted",
12014]
12015
12016[[package]]
12017name = "rustversion"
12018version = "1.0.18"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12021
12022[[package]]
12023name = "rustybuzz"
12024version = "0.14.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12027dependencies = [
12028 "bitflags 2.8.0",
12029 "bytemuck",
12030 "libm",
12031 "smallvec",
12032 "ttf-parser 0.21.1",
12033 "unicode-bidi-mirroring 0.2.0",
12034 "unicode-ccc 0.2.0",
12035 "unicode-properties",
12036 "unicode-script",
12037]
12038
12039[[package]]
12040name = "rustybuzz"
12041version = "0.20.1"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12044dependencies = [
12045 "bitflags 2.8.0",
12046 "bytemuck",
12047 "core_maths",
12048 "log",
12049 "smallvec",
12050 "ttf-parser 0.25.1",
12051 "unicode-bidi-mirroring 0.4.0",
12052 "unicode-ccc 0.4.0",
12053 "unicode-properties",
12054 "unicode-script",
12055]
12056
12057[[package]]
12058name = "ryu"
12059version = "1.0.18"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12062
12063[[package]]
12064name = "salsa20"
12065version = "0.10.2"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12068dependencies = [
12069 "cipher",
12070]
12071
12072[[package]]
12073name = "same-file"
12074version = "1.0.6"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12077dependencies = [
12078 "winapi-util",
12079]
12080
12081[[package]]
12082name = "schannel"
12083version = "0.1.27"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12086dependencies = [
12087 "windows-sys 0.59.0",
12088]
12089
12090[[package]]
12091name = "schema_generator"
12092version = "0.1.0"
12093dependencies = [
12094 "anyhow",
12095 "clap",
12096 "env_logger 0.11.7",
12097 "schemars",
12098 "serde",
12099 "serde_json",
12100 "theme",
12101]
12102
12103[[package]]
12104name = "schemars"
12105version = "0.8.22"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12108dependencies = [
12109 "dyn-clone",
12110 "indexmap",
12111 "schemars_derive",
12112 "serde",
12113 "serde_json",
12114]
12115
12116[[package]]
12117name = "schemars_derive"
12118version = "0.8.22"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12121dependencies = [
12122 "proc-macro2",
12123 "quote",
12124 "serde_derive_internals",
12125 "syn 2.0.100",
12126]
12127
12128[[package]]
12129name = "scoped-tls"
12130version = "1.0.1"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12133
12134[[package]]
12135name = "scopeguard"
12136version = "1.2.0"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12139
12140[[package]]
12141name = "scratch"
12142version = "1.0.7"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12145
12146[[package]]
12147name = "scrypt"
12148version = "0.11.0"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12151dependencies = [
12152 "password-hash 0.5.0",
12153 "pbkdf2 0.12.2",
12154 "salsa20",
12155 "sha2",
12156]
12157
12158[[package]]
12159name = "sct"
12160version = "0.7.1"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12163dependencies = [
12164 "ring",
12165 "untrusted",
12166]
12167
12168[[package]]
12169name = "sea-bae"
12170version = "0.2.1"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12173dependencies = [
12174 "heck 0.4.1",
12175 "proc-macro-error2",
12176 "proc-macro2",
12177 "quote",
12178 "syn 2.0.100",
12179]
12180
12181[[package]]
12182name = "sea-orm"
12183version = "1.1.7"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12186dependencies = [
12187 "async-stream",
12188 "async-trait",
12189 "bigdecimal",
12190 "chrono",
12191 "futures-util",
12192 "log",
12193 "ouroboros",
12194 "pgvector",
12195 "rust_decimal",
12196 "sea-orm-macros",
12197 "sea-query",
12198 "sea-query-binder",
12199 "serde",
12200 "serde_json",
12201 "sqlx",
12202 "strum",
12203 "thiserror 1.0.69",
12204 "time",
12205 "tracing",
12206 "url",
12207 "uuid",
12208]
12209
12210[[package]]
12211name = "sea-orm-macros"
12212version = "1.1.7"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12215dependencies = [
12216 "heck 0.4.1",
12217 "proc-macro2",
12218 "quote",
12219 "sea-bae",
12220 "syn 2.0.100",
12221 "unicode-ident",
12222]
12223
12224[[package]]
12225name = "sea-query"
12226version = "0.32.1"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12229dependencies = [
12230 "bigdecimal",
12231 "chrono",
12232 "inherent",
12233 "ordered-float 3.9.2",
12234 "rust_decimal",
12235 "serde_json",
12236 "time",
12237 "uuid",
12238]
12239
12240[[package]]
12241name = "sea-query-binder"
12242version = "0.7.0"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12245dependencies = [
12246 "bigdecimal",
12247 "chrono",
12248 "rust_decimal",
12249 "sea-query",
12250 "serde_json",
12251 "sqlx",
12252 "time",
12253 "uuid",
12254]
12255
12256[[package]]
12257name = "seahash"
12258version = "4.1.0"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12261
12262[[package]]
12263name = "search"
12264version = "0.1.0"
12265dependencies = [
12266 "any_vec",
12267 "anyhow",
12268 "bitflags 2.8.0",
12269 "client",
12270 "collections",
12271 "editor",
12272 "futures 0.3.31",
12273 "gpui",
12274 "language",
12275 "menu",
12276 "project",
12277 "schemars",
12278 "serde",
12279 "serde_json",
12280 "settings",
12281 "smol",
12282 "theme",
12283 "ui",
12284 "unindent",
12285 "util",
12286 "workspace",
12287 "zed_actions",
12288]
12289
12290[[package]]
12291name = "sec1"
12292version = "0.3.0"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12295dependencies = [
12296 "base16ct",
12297 "der 0.6.1",
12298 "generic-array",
12299 "pkcs8 0.9.0",
12300 "subtle",
12301 "zeroize",
12302]
12303
12304[[package]]
12305name = "security-framework"
12306version = "2.11.1"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12309dependencies = [
12310 "bitflags 2.8.0",
12311 "core-foundation 0.9.4",
12312 "core-foundation-sys",
12313 "libc",
12314 "security-framework-sys",
12315]
12316
12317[[package]]
12318name = "security-framework"
12319version = "3.0.1"
12320source = "registry+https://github.com/rust-lang/crates.io-index"
12321checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12322dependencies = [
12323 "bitflags 2.8.0",
12324 "core-foundation 0.10.0",
12325 "core-foundation-sys",
12326 "libc",
12327 "security-framework-sys",
12328]
12329
12330[[package]]
12331name = "security-framework-sys"
12332version = "2.12.1"
12333source = "registry+https://github.com/rust-lang/crates.io-index"
12334checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12335dependencies = [
12336 "core-foundation-sys",
12337 "libc",
12338]
12339
12340[[package]]
12341name = "self_cell"
12342version = "1.1.0"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12345
12346[[package]]
12347name = "semantic_index"
12348version = "0.1.0"
12349dependencies = [
12350 "anyhow",
12351 "arrayvec",
12352 "blake3",
12353 "client",
12354 "clock",
12355 "collections",
12356 "env_logger 0.11.7",
12357 "feature_flags",
12358 "fs",
12359 "futures 0.3.31",
12360 "futures-batch",
12361 "gpui",
12362 "heed",
12363 "http_client",
12364 "language",
12365 "language_model",
12366 "languages",
12367 "log",
12368 "open_ai",
12369 "parking_lot",
12370 "project",
12371 "reqwest_client",
12372 "serde",
12373 "serde_json",
12374 "settings",
12375 "sha2",
12376 "smol",
12377 "streaming-iterator",
12378 "tempfile",
12379 "theme",
12380 "tree-sitter",
12381 "ui",
12382 "unindent",
12383 "util",
12384 "workspace",
12385 "worktree",
12386]
12387
12388[[package]]
12389name = "semantic_version"
12390version = "0.1.0"
12391dependencies = [
12392 "anyhow",
12393 "serde",
12394]
12395
12396[[package]]
12397name = "semver"
12398version = "1.0.26"
12399source = "registry+https://github.com/rust-lang/crates.io-index"
12400checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12401dependencies = [
12402 "serde",
12403]
12404
12405[[package]]
12406name = "serde"
12407version = "1.0.218"
12408source = "registry+https://github.com/rust-lang/crates.io-index"
12409checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12410dependencies = [
12411 "serde_derive",
12412]
12413
12414[[package]]
12415name = "serde_derive"
12416version = "1.0.218"
12417source = "registry+https://github.com/rust-lang/crates.io-index"
12418checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12419dependencies = [
12420 "proc-macro2",
12421 "quote",
12422 "syn 2.0.100",
12423]
12424
12425[[package]]
12426name = "serde_derive_internals"
12427version = "0.29.1"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12430dependencies = [
12431 "proc-macro2",
12432 "quote",
12433 "syn 2.0.100",
12434]
12435
12436[[package]]
12437name = "serde_fmt"
12438version = "1.0.3"
12439source = "registry+https://github.com/rust-lang/crates.io-index"
12440checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12441dependencies = [
12442 "serde",
12443]
12444
12445[[package]]
12446name = "serde_json"
12447version = "1.0.140"
12448source = "registry+https://github.com/rust-lang/crates.io-index"
12449checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12450dependencies = [
12451 "indexmap",
12452 "itoa",
12453 "memchr",
12454 "ryu",
12455 "serde",
12456]
12457
12458[[package]]
12459name = "serde_json_lenient"
12460version = "0.2.4"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12463dependencies = [
12464 "indexmap",
12465 "itoa",
12466 "memchr",
12467 "ryu",
12468 "serde",
12469]
12470
12471[[package]]
12472name = "serde_path_to_error"
12473version = "0.1.16"
12474source = "registry+https://github.com/rust-lang/crates.io-index"
12475checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12476dependencies = [
12477 "itoa",
12478 "serde",
12479]
12480
12481[[package]]
12482name = "serde_qs"
12483version = "0.8.5"
12484source = "registry+https://github.com/rust-lang/crates.io-index"
12485checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12486dependencies = [
12487 "percent-encoding",
12488 "serde",
12489 "thiserror 1.0.69",
12490]
12491
12492[[package]]
12493name = "serde_qs"
12494version = "0.10.1"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12497dependencies = [
12498 "percent-encoding",
12499 "serde",
12500 "thiserror 1.0.69",
12501]
12502
12503[[package]]
12504name = "serde_repr"
12505version = "0.1.20"
12506source = "registry+https://github.com/rust-lang/crates.io-index"
12507checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12508dependencies = [
12509 "proc-macro2",
12510 "quote",
12511 "syn 2.0.100",
12512]
12513
12514[[package]]
12515name = "serde_spanned"
12516version = "0.6.8"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12519dependencies = [
12520 "serde",
12521]
12522
12523[[package]]
12524name = "serde_urlencoded"
12525version = "0.7.1"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12528dependencies = [
12529 "form_urlencoded",
12530 "itoa",
12531 "ryu",
12532 "serde",
12533]
12534
12535[[package]]
12536name = "session"
12537version = "0.1.0"
12538dependencies = [
12539 "db",
12540 "gpui",
12541 "serde_json",
12542 "util",
12543 "uuid",
12544]
12545
12546[[package]]
12547name = "settings"
12548version = "0.1.0"
12549dependencies = [
12550 "anyhow",
12551 "collections",
12552 "ec4rs",
12553 "fs",
12554 "futures 0.3.31",
12555 "gpui",
12556 "indoc",
12557 "inventory",
12558 "log",
12559 "paths",
12560 "pretty_assertions",
12561 "release_channel",
12562 "rust-embed",
12563 "schemars",
12564 "serde",
12565 "serde_derive",
12566 "serde_json",
12567 "serde_json_lenient",
12568 "smallvec",
12569 "streaming-iterator",
12570 "tree-sitter",
12571 "tree-sitter-json",
12572 "unindent",
12573 "util",
12574]
12575
12576[[package]]
12577name = "settings_ui"
12578version = "0.1.0"
12579dependencies = [
12580 "command_palette_hooks",
12581 "editor",
12582 "feature_flags",
12583 "gpui",
12584 "settings",
12585 "theme",
12586 "ui",
12587 "workspace",
12588]
12589
12590[[package]]
12591name = "sha1"
12592version = "0.10.6"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12595dependencies = [
12596 "cfg-if",
12597 "cpufeatures",
12598 "digest",
12599]
12600
12601[[package]]
12602name = "sha1_smol"
12603version = "1.0.1"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12606
12607[[package]]
12608name = "sha2"
12609version = "0.10.8"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12612dependencies = [
12613 "cfg-if",
12614 "cpufeatures",
12615 "digest",
12616]
12617
12618[[package]]
12619name = "sharded-slab"
12620version = "0.1.7"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12623dependencies = [
12624 "lazy_static",
12625]
12626
12627[[package]]
12628name = "shell-words"
12629version = "1.1.0"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12632
12633[[package]]
12634name = "shellexpand"
12635version = "2.1.2"
12636source = "registry+https://github.com/rust-lang/crates.io-index"
12637checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12638dependencies = [
12639 "dirs 4.0.0",
12640]
12641
12642[[package]]
12643name = "shellexpand"
12644version = "3.1.0"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12647dependencies = [
12648 "dirs 5.0.1",
12649]
12650
12651[[package]]
12652name = "shlex"
12653version = "1.3.0"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12656
12657[[package]]
12658name = "signal-hook"
12659version = "0.3.17"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12662dependencies = [
12663 "libc",
12664 "signal-hook-registry",
12665]
12666
12667[[package]]
12668name = "signal-hook-registry"
12669version = "1.4.2"
12670source = "registry+https://github.com/rust-lang/crates.io-index"
12671checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12672dependencies = [
12673 "libc",
12674]
12675
12676[[package]]
12677name = "signature"
12678version = "1.6.4"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12681dependencies = [
12682 "digest",
12683 "rand_core 0.6.4",
12684]
12685
12686[[package]]
12687name = "signature"
12688version = "2.2.0"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12691dependencies = [
12692 "digest",
12693 "rand_core 0.6.4",
12694]
12695
12696[[package]]
12697name = "simd-adler32"
12698version = "0.3.7"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12701
12702[[package]]
12703name = "simd_helpers"
12704version = "0.1.0"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12707dependencies = [
12708 "quote",
12709]
12710
12711[[package]]
12712name = "simdutf8"
12713version = "0.1.5"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12716
12717[[package]]
12718name = "simple_asn1"
12719version = "0.6.2"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12722dependencies = [
12723 "num-bigint",
12724 "num-traits",
12725 "thiserror 1.0.69",
12726 "time",
12727]
12728
12729[[package]]
12730name = "simplecss"
12731version = "0.2.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12734dependencies = [
12735 "log",
12736]
12737
12738[[package]]
12739name = "simplelog"
12740version = "0.12.2"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12743dependencies = [
12744 "log",
12745 "termcolor",
12746 "time",
12747]
12748
12749[[package]]
12750name = "siphasher"
12751version = "0.3.11"
12752source = "registry+https://github.com/rust-lang/crates.io-index"
12753checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12754
12755[[package]]
12756name = "siphasher"
12757version = "1.0.1"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12760
12761[[package]]
12762name = "skrifa"
12763version = "0.26.6"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12766dependencies = [
12767 "bytemuck",
12768 "read-fonts",
12769]
12770
12771[[package]]
12772name = "slab"
12773version = "0.4.9"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12776dependencies = [
12777 "autocfg",
12778]
12779
12780[[package]]
12781name = "slash_commands_example"
12782version = "0.1.0"
12783dependencies = [
12784 "zed_extension_api 0.1.0",
12785]
12786
12787[[package]]
12788name = "slotmap"
12789version = "1.0.7"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12792dependencies = [
12793 "version_check",
12794]
12795
12796[[package]]
12797name = "smallvec"
12798version = "1.14.0"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12801dependencies = [
12802 "serde",
12803]
12804
12805[[package]]
12806name = "smart-default"
12807version = "0.6.0"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12810dependencies = [
12811 "proc-macro2",
12812 "quote",
12813 "syn 1.0.109",
12814]
12815
12816[[package]]
12817name = "smol"
12818version = "2.0.2"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12821dependencies = [
12822 "async-channel 2.3.1",
12823 "async-executor",
12824 "async-fs",
12825 "async-io",
12826 "async-lock",
12827 "async-net",
12828 "async-process",
12829 "blocking",
12830 "futures-lite 2.6.0",
12831]
12832
12833[[package]]
12834name = "smol_str"
12835version = "0.1.24"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12838dependencies = [
12839 "serde",
12840]
12841
12842[[package]]
12843name = "smol_str"
12844version = "0.2.2"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12847
12848[[package]]
12849name = "snippet"
12850version = "0.1.0"
12851dependencies = [
12852 "anyhow",
12853 "smallvec",
12854]
12855
12856[[package]]
12857name = "snippet_provider"
12858version = "0.1.0"
12859dependencies = [
12860 "anyhow",
12861 "collections",
12862 "extension",
12863 "fs",
12864 "futures 0.3.31",
12865 "gpui",
12866 "parking_lot",
12867 "paths",
12868 "schemars",
12869 "serde",
12870 "serde_json_lenient",
12871 "snippet",
12872 "util",
12873]
12874
12875[[package]]
12876name = "snippets_ui"
12877version = "0.1.0"
12878dependencies = [
12879 "fuzzy",
12880 "gpui",
12881 "language",
12882 "paths",
12883 "picker",
12884 "ui",
12885 "util",
12886 "workspace",
12887]
12888
12889[[package]]
12890name = "socket2"
12891version = "0.5.8"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12894dependencies = [
12895 "libc",
12896 "windows-sys 0.52.0",
12897]
12898
12899[[package]]
12900name = "spdx"
12901version = "0.10.7"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12904dependencies = [
12905 "smallvec",
12906]
12907
12908[[package]]
12909name = "spin"
12910version = "0.9.8"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12913dependencies = [
12914 "lock_api",
12915]
12916
12917[[package]]
12918name = "spirv"
12919version = "0.3.0+sdk-1.3.268.0"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12922dependencies = [
12923 "bitflags 2.8.0",
12924]
12925
12926[[package]]
12927name = "spki"
12928version = "0.6.0"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12931dependencies = [
12932 "base64ct",
12933 "der 0.6.1",
12934]
12935
12936[[package]]
12937name = "spki"
12938version = "0.7.3"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12941dependencies = [
12942 "base64ct",
12943 "der 0.7.9",
12944]
12945
12946[[package]]
12947name = "sptr"
12948version = "0.3.2"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12951
12952[[package]]
12953name = "sqlez"
12954version = "0.1.0"
12955dependencies = [
12956 "anyhow",
12957 "collections",
12958 "futures 0.3.31",
12959 "indoc",
12960 "libsqlite3-sys",
12961 "parking_lot",
12962 "smol",
12963 "sqlformat",
12964 "thread_local",
12965 "util",
12966 "uuid",
12967]
12968
12969[[package]]
12970name = "sqlez_macros"
12971version = "0.1.0"
12972dependencies = [
12973 "sqlez",
12974 "sqlformat",
12975 "syn 1.0.109",
12976]
12977
12978[[package]]
12979name = "sqlformat"
12980version = "0.2.6"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12983dependencies = [
12984 "nom",
12985 "unicode_categories",
12986]
12987
12988[[package]]
12989name = "sqlx"
12990version = "0.8.3"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12993dependencies = [
12994 "sqlx-core",
12995 "sqlx-macros",
12996 "sqlx-mysql",
12997 "sqlx-postgres",
12998 "sqlx-sqlite",
12999]
13000
13001[[package]]
13002name = "sqlx-core"
13003version = "0.8.3"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13006dependencies = [
13007 "bigdecimal",
13008 "bytes 1.10.1",
13009 "chrono",
13010 "crc",
13011 "crossbeam-queue",
13012 "either",
13013 "event-listener 5.3.1",
13014 "futures-core",
13015 "futures-intrusive",
13016 "futures-io",
13017 "futures-util",
13018 "hashbrown 0.15.2",
13019 "hashlink 0.10.0",
13020 "indexmap",
13021 "log",
13022 "memchr",
13023 "once_cell",
13024 "percent-encoding",
13025 "rust_decimal",
13026 "rustls 0.23.25",
13027 "rustls-pemfile 2.2.0",
13028 "serde",
13029 "serde_json",
13030 "sha2",
13031 "smallvec",
13032 "thiserror 2.0.12",
13033 "time",
13034 "tokio",
13035 "tokio-stream",
13036 "tracing",
13037 "url",
13038 "uuid",
13039 "webpki-roots",
13040]
13041
13042[[package]]
13043name = "sqlx-macros"
13044version = "0.8.3"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13047dependencies = [
13048 "proc-macro2",
13049 "quote",
13050 "sqlx-core",
13051 "sqlx-macros-core",
13052 "syn 2.0.100",
13053]
13054
13055[[package]]
13056name = "sqlx-macros-core"
13057version = "0.8.3"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13060dependencies = [
13061 "dotenvy",
13062 "either",
13063 "heck 0.5.0",
13064 "hex",
13065 "once_cell",
13066 "proc-macro2",
13067 "quote",
13068 "serde",
13069 "serde_json",
13070 "sha2",
13071 "sqlx-core",
13072 "sqlx-mysql",
13073 "sqlx-postgres",
13074 "sqlx-sqlite",
13075 "syn 2.0.100",
13076 "tempfile",
13077 "tokio",
13078 "url",
13079]
13080
13081[[package]]
13082name = "sqlx-mysql"
13083version = "0.8.3"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13086dependencies = [
13087 "atoi",
13088 "base64 0.22.1",
13089 "bigdecimal",
13090 "bitflags 2.8.0",
13091 "byteorder",
13092 "bytes 1.10.1",
13093 "chrono",
13094 "crc",
13095 "digest",
13096 "dotenvy",
13097 "either",
13098 "futures-channel",
13099 "futures-core",
13100 "futures-io",
13101 "futures-util",
13102 "generic-array",
13103 "hex",
13104 "hkdf",
13105 "hmac",
13106 "itoa",
13107 "log",
13108 "md-5",
13109 "memchr",
13110 "once_cell",
13111 "percent-encoding",
13112 "rand 0.8.5",
13113 "rsa",
13114 "rust_decimal",
13115 "serde",
13116 "sha1",
13117 "sha2",
13118 "smallvec",
13119 "sqlx-core",
13120 "stringprep",
13121 "thiserror 2.0.12",
13122 "time",
13123 "tracing",
13124 "uuid",
13125 "whoami",
13126]
13127
13128[[package]]
13129name = "sqlx-postgres"
13130version = "0.8.3"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13133dependencies = [
13134 "atoi",
13135 "base64 0.22.1",
13136 "bigdecimal",
13137 "bitflags 2.8.0",
13138 "byteorder",
13139 "chrono",
13140 "crc",
13141 "dotenvy",
13142 "etcetera",
13143 "futures-channel",
13144 "futures-core",
13145 "futures-util",
13146 "hex",
13147 "hkdf",
13148 "hmac",
13149 "home",
13150 "itoa",
13151 "log",
13152 "md-5",
13153 "memchr",
13154 "num-bigint",
13155 "once_cell",
13156 "rand 0.8.5",
13157 "rust_decimal",
13158 "serde",
13159 "serde_json",
13160 "sha2",
13161 "smallvec",
13162 "sqlx-core",
13163 "stringprep",
13164 "thiserror 2.0.12",
13165 "time",
13166 "tracing",
13167 "uuid",
13168 "whoami",
13169]
13170
13171[[package]]
13172name = "sqlx-sqlite"
13173version = "0.8.3"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13176dependencies = [
13177 "atoi",
13178 "chrono",
13179 "flume",
13180 "futures-channel",
13181 "futures-core",
13182 "futures-executor",
13183 "futures-intrusive",
13184 "futures-util",
13185 "libsqlite3-sys",
13186 "log",
13187 "percent-encoding",
13188 "serde",
13189 "serde_urlencoded",
13190 "sqlx-core",
13191 "time",
13192 "tracing",
13193 "url",
13194 "uuid",
13195]
13196
13197[[package]]
13198name = "stable_deref_trait"
13199version = "1.2.0"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13202
13203[[package]]
13204name = "static_assertions"
13205version = "1.1.0"
13206source = "registry+https://github.com/rust-lang/crates.io-index"
13207checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13208
13209[[package]]
13210name = "story"
13211version = "0.1.0"
13212dependencies = [
13213 "gpui",
13214 "itertools 0.14.0",
13215 "smallvec",
13216]
13217
13218[[package]]
13219name = "storybook"
13220version = "0.1.0"
13221dependencies = [
13222 "anyhow",
13223 "clap",
13224 "collab_ui",
13225 "ctrlc",
13226 "dialoguer",
13227 "editor",
13228 "fuzzy",
13229 "gpui",
13230 "indoc",
13231 "language",
13232 "log",
13233 "menu",
13234 "picker",
13235 "project",
13236 "reqwest_client",
13237 "rust-embed",
13238 "settings",
13239 "simplelog",
13240 "story",
13241 "strum",
13242 "theme",
13243 "title_bar",
13244 "ui",
13245]
13246
13247[[package]]
13248name = "streaming-iterator"
13249version = "0.1.9"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13252
13253[[package]]
13254name = "streaming_diff"
13255version = "0.1.0"
13256dependencies = [
13257 "ordered-float 2.10.1",
13258 "rand 0.8.5",
13259 "rope",
13260 "util",
13261]
13262
13263[[package]]
13264name = "strict-num"
13265version = "0.1.1"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13268dependencies = [
13269 "float-cmp",
13270]
13271
13272[[package]]
13273name = "string_cache"
13274version = "0.8.7"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13277dependencies = [
13278 "new_debug_unreachable",
13279 "once_cell",
13280 "parking_lot",
13281 "phf_shared 0.10.0",
13282 "precomputed-hash",
13283 "serde",
13284]
13285
13286[[package]]
13287name = "string_cache_codegen"
13288version = "0.5.2"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13291dependencies = [
13292 "phf_generator 0.10.0",
13293 "phf_shared 0.10.0",
13294 "proc-macro2",
13295 "quote",
13296]
13297
13298[[package]]
13299name = "stringprep"
13300version = "0.1.5"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13303dependencies = [
13304 "unicode-bidi",
13305 "unicode-normalization",
13306 "unicode-properties",
13307]
13308
13309[[package]]
13310name = "strsim"
13311version = "0.11.1"
13312source = "registry+https://github.com/rust-lang/crates.io-index"
13313checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13314
13315[[package]]
13316name = "strum"
13317version = "0.26.3"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13320dependencies = [
13321 "strum_macros",
13322]
13323
13324[[package]]
13325name = "strum_macros"
13326version = "0.26.4"
13327source = "registry+https://github.com/rust-lang/crates.io-index"
13328checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13329dependencies = [
13330 "heck 0.5.0",
13331 "proc-macro2",
13332 "quote",
13333 "rustversion",
13334 "syn 2.0.100",
13335]
13336
13337[[package]]
13338name = "subtle"
13339version = "2.6.1"
13340source = "registry+https://github.com/rust-lang/crates.io-index"
13341checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13342
13343[[package]]
13344name = "sum_tree"
13345version = "0.1.0"
13346dependencies = [
13347 "arrayvec",
13348 "ctor",
13349 "env_logger 0.11.7",
13350 "log",
13351 "rand 0.8.5",
13352 "rayon",
13353]
13354
13355[[package]]
13356name = "supermaven"
13357version = "0.1.0"
13358dependencies = [
13359 "anyhow",
13360 "client",
13361 "collections",
13362 "editor",
13363 "env_logger 0.11.7",
13364 "futures 0.3.31",
13365 "gpui",
13366 "http_client",
13367 "inline_completion",
13368 "language",
13369 "log",
13370 "postage",
13371 "project",
13372 "serde",
13373 "serde_json",
13374 "settings",
13375 "smol",
13376 "supermaven_api",
13377 "text",
13378 "theme",
13379 "ui",
13380 "unicode-segmentation",
13381 "util",
13382]
13383
13384[[package]]
13385name = "supermaven_api"
13386version = "0.1.0"
13387dependencies = [
13388 "anyhow",
13389 "futures 0.3.31",
13390 "http_client",
13391 "paths",
13392 "serde",
13393 "serde_json",
13394 "smol",
13395]
13396
13397[[package]]
13398name = "sval"
13399version = "2.13.2"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13402
13403[[package]]
13404name = "sval_buffer"
13405version = "2.13.2"
13406source = "registry+https://github.com/rust-lang/crates.io-index"
13407checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13408dependencies = [
13409 "sval",
13410 "sval_ref",
13411]
13412
13413[[package]]
13414name = "sval_dynamic"
13415version = "2.13.2"
13416source = "registry+https://github.com/rust-lang/crates.io-index"
13417checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13418dependencies = [
13419 "sval",
13420]
13421
13422[[package]]
13423name = "sval_fmt"
13424version = "2.13.2"
13425source = "registry+https://github.com/rust-lang/crates.io-index"
13426checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13427dependencies = [
13428 "itoa",
13429 "ryu",
13430 "sval",
13431]
13432
13433[[package]]
13434name = "sval_json"
13435version = "2.13.2"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13438dependencies = [
13439 "itoa",
13440 "ryu",
13441 "sval",
13442]
13443
13444[[package]]
13445name = "sval_nested"
13446version = "2.13.2"
13447source = "registry+https://github.com/rust-lang/crates.io-index"
13448checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13449dependencies = [
13450 "sval",
13451 "sval_buffer",
13452 "sval_ref",
13453]
13454
13455[[package]]
13456name = "sval_ref"
13457version = "2.13.2"
13458source = "registry+https://github.com/rust-lang/crates.io-index"
13459checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13460dependencies = [
13461 "sval",
13462]
13463
13464[[package]]
13465name = "sval_serde"
13466version = "2.13.2"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13469dependencies = [
13470 "serde",
13471 "sval",
13472 "sval_nested",
13473]
13474
13475[[package]]
13476name = "svg_fmt"
13477version = "0.4.4"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13480
13481[[package]]
13482name = "svgtypes"
13483version = "0.15.3"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13486dependencies = [
13487 "kurbo",
13488 "siphasher 1.0.1",
13489]
13490
13491[[package]]
13492name = "swash"
13493version = "0.2.1"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13496dependencies = [
13497 "skrifa",
13498 "yazi",
13499 "zeno",
13500]
13501
13502[[package]]
13503name = "syn"
13504version = "1.0.109"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13507dependencies = [
13508 "proc-macro2",
13509 "quote",
13510 "unicode-ident",
13511]
13512
13513[[package]]
13514name = "syn"
13515version = "2.0.100"
13516source = "registry+https://github.com/rust-lang/crates.io-index"
13517checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13518dependencies = [
13519 "proc-macro2",
13520 "quote",
13521 "unicode-ident",
13522]
13523
13524[[package]]
13525name = "sync_wrapper"
13526version = "0.1.2"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13529
13530[[package]]
13531name = "sync_wrapper"
13532version = "1.0.2"
13533source = "registry+https://github.com/rust-lang/crates.io-index"
13534checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13535dependencies = [
13536 "futures-core",
13537]
13538
13539[[package]]
13540name = "synchronoise"
13541version = "1.0.1"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13544dependencies = [
13545 "crossbeam-queue",
13546]
13547
13548[[package]]
13549name = "synstructure"
13550version = "0.13.1"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13553dependencies = [
13554 "proc-macro2",
13555 "quote",
13556 "syn 2.0.100",
13557]
13558
13559[[package]]
13560name = "sys-locale"
13561version = "0.3.2"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13564dependencies = [
13565 "libc",
13566]
13567
13568[[package]]
13569name = "sysinfo"
13570version = "0.31.4"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13573dependencies = [
13574 "core-foundation-sys",
13575 "libc",
13576 "memchr",
13577 "ntapi",
13578 "rayon",
13579 "windows 0.57.0",
13580]
13581
13582[[package]]
13583name = "system-configuration"
13584version = "0.5.1"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13587dependencies = [
13588 "bitflags 1.3.2",
13589 "core-foundation 0.9.4",
13590 "system-configuration-sys 0.5.0",
13591]
13592
13593[[package]]
13594name = "system-configuration"
13595version = "0.6.1"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13598dependencies = [
13599 "bitflags 2.8.0",
13600 "core-foundation 0.9.4",
13601 "system-configuration-sys 0.6.0",
13602]
13603
13604[[package]]
13605name = "system-configuration-sys"
13606version = "0.5.0"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13609dependencies = [
13610 "core-foundation-sys",
13611 "libc",
13612]
13613
13614[[package]]
13615name = "system-configuration-sys"
13616version = "0.6.0"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13619dependencies = [
13620 "core-foundation-sys",
13621 "libc",
13622]
13623
13624[[package]]
13625name = "system-deps"
13626version = "6.2.2"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13629dependencies = [
13630 "cfg-expr",
13631 "heck 0.5.0",
13632 "pkg-config",
13633 "toml 0.8.20",
13634 "version-compare",
13635]
13636
13637[[package]]
13638name = "system-interface"
13639version = "0.27.3"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13642dependencies = [
13643 "bitflags 2.8.0",
13644 "cap-fs-ext",
13645 "cap-std",
13646 "fd-lock",
13647 "io-lifetimes",
13648 "rustix",
13649 "windows-sys 0.59.0",
13650 "winx",
13651]
13652
13653[[package]]
13654name = "tab_switcher"
13655version = "0.1.0"
13656dependencies = [
13657 "anyhow",
13658 "collections",
13659 "ctor",
13660 "editor",
13661 "env_logger 0.11.7",
13662 "gpui",
13663 "language",
13664 "menu",
13665 "picker",
13666 "project",
13667 "schemars",
13668 "serde",
13669 "serde_json",
13670 "settings",
13671 "theme",
13672 "ui",
13673 "util",
13674 "workspace",
13675]
13676
13677[[package]]
13678name = "taffy"
13679version = "0.4.4"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13682dependencies = [
13683 "arrayvec",
13684 "grid",
13685 "num-traits",
13686 "serde",
13687 "slotmap",
13688]
13689
13690[[package]]
13691name = "take-until"
13692version = "0.2.0"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13695
13696[[package]]
13697name = "tap"
13698version = "1.0.1"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13701
13702[[package]]
13703name = "target-lexicon"
13704version = "0.12.16"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13707
13708[[package]]
13709name = "target-lexicon"
13710version = "0.13.2"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13713
13714[[package]]
13715name = "task"
13716version = "0.1.0"
13717dependencies = [
13718 "anyhow",
13719 "collections",
13720 "dap-types",
13721 "futures 0.3.31",
13722 "gpui",
13723 "hex",
13724 "parking_lot",
13725 "schemars",
13726 "serde",
13727 "serde_json",
13728 "serde_json_lenient",
13729 "sha2",
13730 "shellexpand 2.1.2",
13731 "util",
13732 "zed_actions",
13733]
13734
13735[[package]]
13736name = "tasks_ui"
13737version = "0.1.0"
13738dependencies = [
13739 "anyhow",
13740 "debugger_ui",
13741 "editor",
13742 "feature_flags",
13743 "file_icons",
13744 "fuzzy",
13745 "gpui",
13746 "language",
13747 "menu",
13748 "picker",
13749 "project",
13750 "schemars",
13751 "serde",
13752 "serde_json",
13753 "settings",
13754 "task",
13755 "tree-sitter-rust",
13756 "tree-sitter-typescript",
13757 "ui",
13758 "util",
13759 "workspace",
13760 "zed_actions",
13761]
13762
13763[[package]]
13764name = "telemetry"
13765version = "0.1.0"
13766dependencies = [
13767 "futures 0.3.31",
13768 "serde",
13769 "serde_json",
13770 "telemetry_events",
13771]
13772
13773[[package]]
13774name = "telemetry_events"
13775version = "0.1.0"
13776dependencies = [
13777 "semantic_version",
13778 "serde",
13779 "serde_json",
13780]
13781
13782[[package]]
13783name = "tempfile"
13784version = "3.17.1"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13787dependencies = [
13788 "cfg-if",
13789 "fastrand 2.3.0",
13790 "getrandom 0.3.1",
13791 "once_cell",
13792 "rustix",
13793 "windows-sys 0.59.0",
13794]
13795
13796[[package]]
13797name = "tendril"
13798version = "0.4.3"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13801dependencies = [
13802 "futf",
13803 "mac",
13804 "utf-8",
13805]
13806
13807[[package]]
13808name = "termcolor"
13809version = "1.4.1"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13812dependencies = [
13813 "winapi-util",
13814]
13815
13816[[package]]
13817name = "terminal"
13818version = "0.1.0"
13819dependencies = [
13820 "alacritty_terminal",
13821 "anyhow",
13822 "collections",
13823 "dirs 4.0.0",
13824 "futures 0.3.31",
13825 "gpui",
13826 "libc",
13827 "rand 0.8.5",
13828 "regex",
13829 "release_channel",
13830 "schemars",
13831 "serde",
13832 "serde_derive",
13833 "settings",
13834 "smol",
13835 "sysinfo",
13836 "task",
13837 "theme",
13838 "thiserror 2.0.12",
13839 "util",
13840 "windows 0.61.1",
13841]
13842
13843[[package]]
13844name = "terminal_size"
13845version = "0.4.1"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13848dependencies = [
13849 "rustix",
13850 "windows-sys 0.59.0",
13851]
13852
13853[[package]]
13854name = "terminal_view"
13855version = "0.1.0"
13856dependencies = [
13857 "anyhow",
13858 "async-recursion 1.1.1",
13859 "breadcrumbs",
13860 "client",
13861 "collections",
13862 "db",
13863 "dirs 4.0.0",
13864 "editor",
13865 "futures 0.3.31",
13866 "gpui",
13867 "itertools 0.14.0",
13868 "language",
13869 "log",
13870 "project",
13871 "rand 0.8.5",
13872 "schemars",
13873 "search",
13874 "serde",
13875 "serde_json",
13876 "settings",
13877 "shellexpand 2.1.2",
13878 "smol",
13879 "task",
13880 "terminal",
13881 "theme",
13882 "ui",
13883 "util",
13884 "workspace",
13885 "zed_actions",
13886]
13887
13888[[package]]
13889name = "text"
13890version = "0.1.0"
13891dependencies = [
13892 "anyhow",
13893 "clock",
13894 "collections",
13895 "ctor",
13896 "env_logger 0.11.7",
13897 "gpui",
13898 "http_client",
13899 "log",
13900 "parking_lot",
13901 "postage",
13902 "rand 0.8.5",
13903 "regex",
13904 "rope",
13905 "smallvec",
13906 "sum_tree",
13907 "util",
13908]
13909
13910[[package]]
13911name = "theme"
13912version = "0.1.0"
13913dependencies = [
13914 "anyhow",
13915 "collections",
13916 "derive_more",
13917 "fs",
13918 "futures 0.3.31",
13919 "gpui",
13920 "indexmap",
13921 "log",
13922 "palette",
13923 "parking_lot",
13924 "refineable",
13925 "schemars",
13926 "serde",
13927 "serde_derive",
13928 "serde_json",
13929 "serde_json_lenient",
13930 "serde_repr",
13931 "settings",
13932 "strum",
13933 "thiserror 2.0.12",
13934 "util",
13935 "uuid",
13936]
13937
13938[[package]]
13939name = "theme_extension"
13940version = "0.1.0"
13941dependencies = [
13942 "anyhow",
13943 "extension",
13944 "fs",
13945 "gpui",
13946 "theme",
13947]
13948
13949[[package]]
13950name = "theme_importer"
13951version = "0.1.0"
13952dependencies = [
13953 "anyhow",
13954 "clap",
13955 "gpui",
13956 "indexmap",
13957 "log",
13958 "palette",
13959 "rust-embed",
13960 "serde",
13961 "serde_json",
13962 "serde_json_lenient",
13963 "simplelog",
13964 "strum",
13965 "theme",
13966 "vscode_theme",
13967]
13968
13969[[package]]
13970name = "theme_selector"
13971version = "0.1.0"
13972dependencies = [
13973 "fs",
13974 "fuzzy",
13975 "gpui",
13976 "log",
13977 "picker",
13978 "serde",
13979 "settings",
13980 "telemetry",
13981 "theme",
13982 "ui",
13983 "util",
13984 "workspace",
13985 "zed_actions",
13986]
13987
13988[[package]]
13989name = "thiserror"
13990version = "1.0.69"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13993dependencies = [
13994 "thiserror-impl 1.0.69",
13995]
13996
13997[[package]]
13998name = "thiserror"
13999version = "2.0.12"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14002dependencies = [
14003 "thiserror-impl 2.0.12",
14004]
14005
14006[[package]]
14007name = "thiserror-impl"
14008version = "1.0.69"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14011dependencies = [
14012 "proc-macro2",
14013 "quote",
14014 "syn 2.0.100",
14015]
14016
14017[[package]]
14018name = "thiserror-impl"
14019version = "2.0.12"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14022dependencies = [
14023 "proc-macro2",
14024 "quote",
14025 "syn 2.0.100",
14026]
14027
14028[[package]]
14029name = "thread_local"
14030version = "1.1.8"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14033dependencies = [
14034 "cfg-if",
14035 "once_cell",
14036]
14037
14038[[package]]
14039name = "tiff"
14040version = "0.9.1"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14043dependencies = [
14044 "flate2",
14045 "jpeg-decoder",
14046 "weezl",
14047]
14048
14049[[package]]
14050name = "tiktoken-rs"
14051version = "0.6.0"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14054dependencies = [
14055 "anyhow",
14056 "base64 0.21.7",
14057 "bstr",
14058 "fancy-regex 0.13.0",
14059 "lazy_static",
14060 "parking_lot",
14061 "regex",
14062 "rustc-hash 1.1.0",
14063]
14064
14065[[package]]
14066name = "time"
14067version = "0.3.40"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14070dependencies = [
14071 "deranged",
14072 "itoa",
14073 "libc",
14074 "num-conv",
14075 "num_threads",
14076 "powerfmt",
14077 "serde",
14078 "time-core",
14079 "time-macros",
14080]
14081
14082[[package]]
14083name = "time-core"
14084version = "0.1.4"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14087
14088[[package]]
14089name = "time-macros"
14090version = "0.2.21"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14093dependencies = [
14094 "num-conv",
14095 "time-core",
14096]
14097
14098[[package]]
14099name = "time_format"
14100version = "0.1.0"
14101dependencies = [
14102 "core-foundation 0.9.4",
14103 "core-foundation-sys",
14104 "sys-locale",
14105 "time",
14106]
14107
14108[[package]]
14109name = "tiny-keccak"
14110version = "2.0.2"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14113dependencies = [
14114 "crunchy",
14115]
14116
14117[[package]]
14118name = "tiny-skia"
14119version = "0.11.4"
14120source = "registry+https://github.com/rust-lang/crates.io-index"
14121checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14122dependencies = [
14123 "arrayref",
14124 "arrayvec",
14125 "bytemuck",
14126 "cfg-if",
14127 "log",
14128 "png",
14129 "tiny-skia-path",
14130]
14131
14132[[package]]
14133name = "tiny-skia-path"
14134version = "0.11.4"
14135source = "registry+https://github.com/rust-lang/crates.io-index"
14136checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14137dependencies = [
14138 "arrayref",
14139 "bytemuck",
14140 "strict-num",
14141]
14142
14143[[package]]
14144name = "tiny_http"
14145version = "0.8.2"
14146source = "registry+https://github.com/rust-lang/crates.io-index"
14147checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14148dependencies = [
14149 "ascii",
14150 "chrono",
14151 "chunked_transfer",
14152 "log",
14153 "url",
14154]
14155
14156[[package]]
14157name = "tinystr"
14158version = "0.7.6"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14161dependencies = [
14162 "displaydoc",
14163 "zerovec",
14164]
14165
14166[[package]]
14167name = "tinytemplate"
14168version = "1.2.1"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14171dependencies = [
14172 "serde",
14173 "serde_json",
14174]
14175
14176[[package]]
14177name = "tinyvec"
14178version = "1.8.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14181dependencies = [
14182 "tinyvec_macros",
14183]
14184
14185[[package]]
14186name = "tinyvec_macros"
14187version = "0.1.1"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14190
14191[[package]]
14192name = "title_bar"
14193version = "0.1.0"
14194dependencies = [
14195 "auto_update",
14196 "call",
14197 "chrono",
14198 "client",
14199 "collections",
14200 "db",
14201 "feature_flags",
14202 "gpui",
14203 "http_client",
14204 "notifications",
14205 "pretty_assertions",
14206 "project",
14207 "remote",
14208 "rpc",
14209 "schemars",
14210 "serde",
14211 "settings",
14212 "smallvec",
14213 "story",
14214 "telemetry",
14215 "theme",
14216 "tree-sitter-md",
14217 "ui",
14218 "util",
14219 "windows 0.61.1",
14220 "workspace",
14221 "zed_actions",
14222]
14223
14224[[package]]
14225name = "tokio"
14226version = "1.43.0"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14229dependencies = [
14230 "backtrace",
14231 "bytes 1.10.1",
14232 "libc",
14233 "mio 1.0.3",
14234 "parking_lot",
14235 "pin-project-lite",
14236 "signal-hook-registry",
14237 "socket2",
14238 "tokio-macros",
14239 "windows-sys 0.52.0",
14240]
14241
14242[[package]]
14243name = "tokio-io"
14244version = "0.1.13"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14247dependencies = [
14248 "bytes 0.4.12",
14249 "futures 0.1.31",
14250 "log",
14251]
14252
14253[[package]]
14254name = "tokio-macros"
14255version = "2.5.0"
14256source = "registry+https://github.com/rust-lang/crates.io-index"
14257checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14258dependencies = [
14259 "proc-macro2",
14260 "quote",
14261 "syn 2.0.100",
14262]
14263
14264[[package]]
14265name = "tokio-native-tls"
14266version = "0.3.1"
14267source = "registry+https://github.com/rust-lang/crates.io-index"
14268checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14269dependencies = [
14270 "native-tls",
14271 "tokio",
14272]
14273
14274[[package]]
14275name = "tokio-rustls"
14276version = "0.24.1"
14277source = "registry+https://github.com/rust-lang/crates.io-index"
14278checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14279dependencies = [
14280 "rustls 0.21.12",
14281 "tokio",
14282]
14283
14284[[package]]
14285name = "tokio-rustls"
14286version = "0.26.1"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14289dependencies = [
14290 "rustls 0.23.25",
14291 "tokio",
14292]
14293
14294[[package]]
14295name = "tokio-socks"
14296version = "0.5.2"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14299dependencies = [
14300 "either",
14301 "futures-io",
14302 "futures-util",
14303 "thiserror 1.0.69",
14304 "tokio",
14305]
14306
14307[[package]]
14308name = "tokio-stream"
14309version = "0.1.17"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14312dependencies = [
14313 "futures-core",
14314 "pin-project-lite",
14315 "tokio",
14316]
14317
14318[[package]]
14319name = "tokio-tungstenite"
14320version = "0.20.1"
14321source = "registry+https://github.com/rust-lang/crates.io-index"
14322checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14323dependencies = [
14324 "futures-util",
14325 "log",
14326 "rustls 0.21.12",
14327 "rustls-native-certs 0.6.3",
14328 "tokio",
14329 "tokio-rustls 0.24.1",
14330 "tungstenite 0.20.1",
14331]
14332
14333[[package]]
14334name = "tokio-tungstenite"
14335version = "0.21.0"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14338dependencies = [
14339 "futures-util",
14340 "log",
14341 "tokio",
14342 "tungstenite 0.21.0",
14343]
14344
14345[[package]]
14346name = "tokio-util"
14347version = "0.7.13"
14348source = "registry+https://github.com/rust-lang/crates.io-index"
14349checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14350dependencies = [
14351 "bytes 1.10.1",
14352 "futures-core",
14353 "futures-io",
14354 "futures-sink",
14355 "pin-project-lite",
14356 "tokio",
14357]
14358
14359[[package]]
14360name = "toml"
14361version = "0.5.11"
14362source = "registry+https://github.com/rust-lang/crates.io-index"
14363checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14364dependencies = [
14365 "serde",
14366]
14367
14368[[package]]
14369name = "toml"
14370version = "0.8.20"
14371source = "registry+https://github.com/rust-lang/crates.io-index"
14372checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14373dependencies = [
14374 "serde",
14375 "serde_spanned",
14376 "toml_datetime",
14377 "toml_edit",
14378]
14379
14380[[package]]
14381name = "toml_datetime"
14382version = "0.6.8"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14385dependencies = [
14386 "serde",
14387]
14388
14389[[package]]
14390name = "toml_edit"
14391version = "0.22.23"
14392source = "registry+https://github.com/rust-lang/crates.io-index"
14393checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14394dependencies = [
14395 "indexmap",
14396 "serde",
14397 "serde_spanned",
14398 "toml_datetime",
14399 "winnow 0.7.1",
14400]
14401
14402[[package]]
14403name = "toolchain_selector"
14404version = "0.1.0"
14405dependencies = [
14406 "editor",
14407 "fuzzy",
14408 "gpui",
14409 "language",
14410 "picker",
14411 "project",
14412 "ui",
14413 "util",
14414 "workspace",
14415]
14416
14417[[package]]
14418name = "topological-sort"
14419version = "0.2.2"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14422
14423[[package]]
14424name = "tower"
14425version = "0.4.13"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14428dependencies = [
14429 "futures-core",
14430 "futures-util",
14431 "pin-project",
14432 "pin-project-lite",
14433 "tokio",
14434 "tower-layer",
14435 "tower-service",
14436 "tracing",
14437]
14438
14439[[package]]
14440name = "tower-http"
14441version = "0.3.5"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14444dependencies = [
14445 "bitflags 1.3.2",
14446 "bytes 1.10.1",
14447 "futures-core",
14448 "futures-util",
14449 "http 0.2.12",
14450 "http-body 0.4.6",
14451 "http-range-header",
14452 "pin-project-lite",
14453 "tower-layer",
14454 "tower-service",
14455]
14456
14457[[package]]
14458name = "tower-http"
14459version = "0.4.4"
14460source = "registry+https://github.com/rust-lang/crates.io-index"
14461checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14462dependencies = [
14463 "bitflags 2.8.0",
14464 "bytes 1.10.1",
14465 "futures-core",
14466 "futures-util",
14467 "http 0.2.12",
14468 "http-body 0.4.6",
14469 "http-range-header",
14470 "pin-project-lite",
14471 "tower-layer",
14472 "tower-service",
14473 "tracing",
14474]
14475
14476[[package]]
14477name = "tower-layer"
14478version = "0.3.3"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14481
14482[[package]]
14483name = "tower-service"
14484version = "0.3.3"
14485source = "registry+https://github.com/rust-lang/crates.io-index"
14486checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14487
14488[[package]]
14489name = "tracing"
14490version = "0.1.41"
14491source = "registry+https://github.com/rust-lang/crates.io-index"
14492checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14493dependencies = [
14494 "log",
14495 "pin-project-lite",
14496 "tracing-attributes",
14497 "tracing-core",
14498]
14499
14500[[package]]
14501name = "tracing-attributes"
14502version = "0.1.28"
14503source = "registry+https://github.com/rust-lang/crates.io-index"
14504checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14505dependencies = [
14506 "proc-macro2",
14507 "quote",
14508 "syn 2.0.100",
14509]
14510
14511[[package]]
14512name = "tracing-core"
14513version = "0.1.33"
14514source = "registry+https://github.com/rust-lang/crates.io-index"
14515checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14516dependencies = [
14517 "once_cell",
14518 "valuable",
14519]
14520
14521[[package]]
14522name = "tracing-log"
14523version = "0.2.0"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14526dependencies = [
14527 "log",
14528 "once_cell",
14529 "tracing-core",
14530]
14531
14532[[package]]
14533name = "tracing-serde"
14534version = "0.2.0"
14535source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14537dependencies = [
14538 "serde",
14539 "tracing-core",
14540]
14541
14542[[package]]
14543name = "tracing-subscriber"
14544version = "0.3.19"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14547dependencies = [
14548 "matchers",
14549 "nu-ansi-term",
14550 "once_cell",
14551 "regex",
14552 "serde",
14553 "serde_json",
14554 "sharded-slab",
14555 "smallvec",
14556 "thread_local",
14557 "tracing",
14558 "tracing-core",
14559 "tracing-log",
14560 "tracing-serde",
14561]
14562
14563[[package]]
14564name = "trait-variant"
14565version = "0.1.2"
14566source = "registry+https://github.com/rust-lang/crates.io-index"
14567checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14568dependencies = [
14569 "proc-macro2",
14570 "quote",
14571 "syn 2.0.100",
14572]
14573
14574[[package]]
14575name = "tree-sitter"
14576version = "0.25.3"
14577source = "registry+https://github.com/rust-lang/crates.io-index"
14578checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14579dependencies = [
14580 "cc",
14581 "regex",
14582 "regex-syntax 0.8.5",
14583 "serde_json",
14584 "streaming-iterator",
14585 "tree-sitter-language",
14586 "wasmtime-c-api-impl",
14587]
14588
14589[[package]]
14590name = "tree-sitter-bash"
14591version = "0.23.3"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14594dependencies = [
14595 "cc",
14596 "tree-sitter-language",
14597]
14598
14599[[package]]
14600name = "tree-sitter-c"
14601version = "0.23.4"
14602source = "registry+https://github.com/rust-lang/crates.io-index"
14603checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14604dependencies = [
14605 "cc",
14606 "tree-sitter-language",
14607]
14608
14609[[package]]
14610name = "tree-sitter-cpp"
14611version = "0.23.4"
14612source = "registry+https://github.com/rust-lang/crates.io-index"
14613checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14614dependencies = [
14615 "cc",
14616 "tree-sitter-language",
14617]
14618
14619[[package]]
14620name = "tree-sitter-css"
14621version = "0.23.2"
14622source = "registry+https://github.com/rust-lang/crates.io-index"
14623checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14624dependencies = [
14625 "cc",
14626 "tree-sitter-language",
14627]
14628
14629[[package]]
14630name = "tree-sitter-diff"
14631version = "0.1.0"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14634dependencies = [
14635 "cc",
14636 "tree-sitter-language",
14637]
14638
14639[[package]]
14640name = "tree-sitter-elixir"
14641version = "0.3.4"
14642source = "registry+https://github.com/rust-lang/crates.io-index"
14643checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14644dependencies = [
14645 "cc",
14646 "tree-sitter-language",
14647]
14648
14649[[package]]
14650name = "tree-sitter-embedded-template"
14651version = "0.23.2"
14652source = "registry+https://github.com/rust-lang/crates.io-index"
14653checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14654dependencies = [
14655 "cc",
14656 "tree-sitter-language",
14657]
14658
14659[[package]]
14660name = "tree-sitter-gitcommit"
14661version = "0.0.1"
14662source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14663dependencies = [
14664 "cc",
14665 "tree-sitter-language",
14666]
14667
14668[[package]]
14669name = "tree-sitter-go"
14670version = "0.23.4"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14673dependencies = [
14674 "cc",
14675 "tree-sitter-language",
14676]
14677
14678[[package]]
14679name = "tree-sitter-gomod"
14680version = "1.1.1"
14681source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14682dependencies = [
14683 "cc",
14684 "tree-sitter-language",
14685]
14686
14687[[package]]
14688name = "tree-sitter-gowork"
14689version = "0.0.1"
14690source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14691dependencies = [
14692 "cc",
14693 "tree-sitter-language",
14694]
14695
14696[[package]]
14697name = "tree-sitter-heex"
14698version = "0.0.1"
14699source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14700dependencies = [
14701 "cc",
14702 "tree-sitter-language",
14703]
14704
14705[[package]]
14706name = "tree-sitter-html"
14707version = "0.23.2"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14710dependencies = [
14711 "cc",
14712 "tree-sitter-language",
14713]
14714
14715[[package]]
14716name = "tree-sitter-jsdoc"
14717version = "0.23.2"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14720dependencies = [
14721 "cc",
14722 "tree-sitter-language",
14723]
14724
14725[[package]]
14726name = "tree-sitter-json"
14727version = "0.24.8"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14730dependencies = [
14731 "cc",
14732 "tree-sitter-language",
14733]
14734
14735[[package]]
14736name = "tree-sitter-language"
14737version = "0.1.3"
14738source = "registry+https://github.com/rust-lang/crates.io-index"
14739checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14740
14741[[package]]
14742name = "tree-sitter-md"
14743version = "0.3.2"
14744source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14745dependencies = [
14746 "cc",
14747 "tree-sitter-language",
14748]
14749
14750[[package]]
14751name = "tree-sitter-python"
14752version = "0.23.6"
14753source = "registry+https://github.com/rust-lang/crates.io-index"
14754checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14755dependencies = [
14756 "cc",
14757 "tree-sitter-language",
14758]
14759
14760[[package]]
14761name = "tree-sitter-regex"
14762version = "0.24.3"
14763source = "registry+https://github.com/rust-lang/crates.io-index"
14764checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14765dependencies = [
14766 "cc",
14767 "tree-sitter-language",
14768]
14769
14770[[package]]
14771name = "tree-sitter-ruby"
14772version = "0.23.1"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14775dependencies = [
14776 "cc",
14777 "tree-sitter-language",
14778]
14779
14780[[package]]
14781name = "tree-sitter-rust"
14782version = "0.23.2"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14785dependencies = [
14786 "cc",
14787 "tree-sitter-language",
14788]
14789
14790[[package]]
14791name = "tree-sitter-typescript"
14792version = "0.23.2"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14795dependencies = [
14796 "cc",
14797 "tree-sitter-language",
14798]
14799
14800[[package]]
14801name = "tree-sitter-yaml"
14802version = "0.6.1"
14803source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14804dependencies = [
14805 "cc",
14806 "tree-sitter-language",
14807]
14808
14809[[package]]
14810name = "try-lock"
14811version = "0.2.5"
14812source = "registry+https://github.com/rust-lang/crates.io-index"
14813checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14814
14815[[package]]
14816name = "ttf-parser"
14817version = "0.20.0"
14818source = "registry+https://github.com/rust-lang/crates.io-index"
14819checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14820
14821[[package]]
14822name = "ttf-parser"
14823version = "0.21.1"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14826
14827[[package]]
14828name = "ttf-parser"
14829version = "0.25.1"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14832dependencies = [
14833 "core_maths",
14834]
14835
14836[[package]]
14837name = "tungstenite"
14838version = "0.20.1"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14841dependencies = [
14842 "byteorder",
14843 "bytes 1.10.1",
14844 "data-encoding",
14845 "http 0.2.12",
14846 "httparse",
14847 "log",
14848 "rand 0.8.5",
14849 "rustls 0.21.12",
14850 "sha1",
14851 "thiserror 1.0.69",
14852 "url",
14853 "utf-8",
14854]
14855
14856[[package]]
14857name = "tungstenite"
14858version = "0.21.0"
14859source = "registry+https://github.com/rust-lang/crates.io-index"
14860checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14861dependencies = [
14862 "byteorder",
14863 "bytes 1.10.1",
14864 "data-encoding",
14865 "http 1.2.0",
14866 "httparse",
14867 "log",
14868 "rand 0.8.5",
14869 "sha1",
14870 "thiserror 1.0.69",
14871 "url",
14872 "utf-8",
14873]
14874
14875[[package]]
14876name = "tungstenite"
14877version = "0.24.0"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14880dependencies = [
14881 "byteorder",
14882 "bytes 1.10.1",
14883 "data-encoding",
14884 "http 1.2.0",
14885 "httparse",
14886 "log",
14887 "rand 0.8.5",
14888 "sha1",
14889 "thiserror 1.0.69",
14890 "utf-8",
14891]
14892
14893[[package]]
14894name = "typeid"
14895version = "1.0.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14898
14899[[package]]
14900name = "typenum"
14901version = "1.17.0"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14904
14905[[package]]
14906name = "ucd-trie"
14907version = "0.1.7"
14908source = "registry+https://github.com/rust-lang/crates.io-index"
14909checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14910
14911[[package]]
14912name = "uds_windows"
14913version = "1.1.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14916dependencies = [
14917 "memoffset",
14918 "tempfile",
14919 "winapi",
14920]
14921
14922[[package]]
14923name = "ui"
14924version = "0.1.0"
14925dependencies = [
14926 "chrono",
14927 "component",
14928 "gpui",
14929 "itertools 0.14.0",
14930 "linkme",
14931 "menu",
14932 "serde",
14933 "settings",
14934 "smallvec",
14935 "story",
14936 "strum",
14937 "theme",
14938 "ui_macros",
14939 "util",
14940 "windows 0.61.1",
14941]
14942
14943[[package]]
14944name = "ui_input"
14945version = "0.1.0"
14946dependencies = [
14947 "editor",
14948 "gpui",
14949 "settings",
14950 "theme",
14951 "ui",
14952]
14953
14954[[package]]
14955name = "ui_macros"
14956version = "0.1.0"
14957dependencies = [
14958 "convert_case 0.8.0",
14959 "linkme",
14960 "proc-macro2",
14961 "quote",
14962 "syn 1.0.109",
14963]
14964
14965[[package]]
14966name = "ui_prompt"
14967version = "0.1.0"
14968dependencies = [
14969 "gpui",
14970 "markdown",
14971 "menu",
14972 "settings",
14973 "theme",
14974 "ui",
14975 "workspace",
14976]
14977
14978[[package]]
14979name = "unicase"
14980version = "2.8.1"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14983
14984[[package]]
14985name = "unicode-bidi"
14986version = "0.3.17"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14989
14990[[package]]
14991name = "unicode-bidi-mirroring"
14992version = "0.2.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14995
14996[[package]]
14997name = "unicode-bidi-mirroring"
14998version = "0.4.0"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15001
15002[[package]]
15003name = "unicode-ccc"
15004version = "0.2.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15007
15008[[package]]
15009name = "unicode-ccc"
15010version = "0.4.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15013
15014[[package]]
15015name = "unicode-ident"
15016version = "1.0.14"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15019
15020[[package]]
15021name = "unicode-linebreak"
15022version = "0.1.5"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15025
15026[[package]]
15027name = "unicode-normalization"
15028version = "0.1.24"
15029source = "registry+https://github.com/rust-lang/crates.io-index"
15030checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15031dependencies = [
15032 "tinyvec",
15033]
15034
15035[[package]]
15036name = "unicode-properties"
15037version = "0.1.3"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15040
15041[[package]]
15042name = "unicode-script"
15043version = "0.5.7"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15046
15047[[package]]
15048name = "unicode-segmentation"
15049version = "1.12.0"
15050source = "registry+https://github.com/rust-lang/crates.io-index"
15051checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15052
15053[[package]]
15054name = "unicode-vo"
15055version = "0.1.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15058
15059[[package]]
15060name = "unicode-width"
15061version = "0.1.14"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15064
15065[[package]]
15066name = "unicode-xid"
15067version = "0.2.6"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15070
15071[[package]]
15072name = "unicode_categories"
15073version = "0.1.1"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15076
15077[[package]]
15078name = "unindent"
15079version = "0.2.4"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15082
15083[[package]]
15084name = "untrusted"
15085version = "0.9.0"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15088
15089[[package]]
15090name = "url"
15091version = "2.5.4"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15094dependencies = [
15095 "form_urlencoded",
15096 "idna",
15097 "percent-encoding",
15098 "serde",
15099]
15100
15101[[package]]
15102name = "urlencoding"
15103version = "2.1.3"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15106
15107[[package]]
15108name = "usvg"
15109version = "0.45.0"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15112dependencies = [
15113 "base64 0.22.1",
15114 "data-url",
15115 "flate2",
15116 "fontdb 0.23.0",
15117 "imagesize",
15118 "kurbo",
15119 "log",
15120 "pico-args",
15121 "roxmltree",
15122 "rustybuzz 0.20.1",
15123 "simplecss",
15124 "siphasher 1.0.1",
15125 "strict-num",
15126 "svgtypes",
15127 "tiny-skia-path",
15128 "unicode-bidi",
15129 "unicode-script",
15130 "unicode-vo",
15131 "xmlwriter",
15132]
15133
15134[[package]]
15135name = "utf-8"
15136version = "0.7.6"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15139
15140[[package]]
15141name = "utf16_iter"
15142version = "1.0.5"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15145
15146[[package]]
15147name = "utf8_iter"
15148version = "1.0.4"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15151
15152[[package]]
15153name = "utf8parse"
15154version = "0.2.2"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15157
15158[[package]]
15159name = "util"
15160version = "0.1.0"
15161dependencies = [
15162 "anyhow",
15163 "async-fs",
15164 "collections",
15165 "dirs 4.0.0",
15166 "dunce",
15167 "futures 0.3.31",
15168 "futures-lite 1.13.0",
15169 "git2",
15170 "globset",
15171 "itertools 0.14.0",
15172 "libc",
15173 "log",
15174 "rand 0.8.5",
15175 "regex",
15176 "rust-embed",
15177 "serde",
15178 "serde_json",
15179 "smol",
15180 "take-until",
15181 "tempfile",
15182 "tendril",
15183 "unicase",
15184 "util_macros",
15185]
15186
15187[[package]]
15188name = "util_macros"
15189version = "0.1.0"
15190dependencies = [
15191 "quote",
15192 "syn 1.0.109",
15193]
15194
15195[[package]]
15196name = "uuid"
15197version = "1.13.2"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15200dependencies = [
15201 "getrandom 0.3.1",
15202 "serde",
15203 "sha1_smol",
15204]
15205
15206[[package]]
15207name = "v_frame"
15208version = "0.3.8"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15211dependencies = [
15212 "aligned-vec",
15213 "num-traits",
15214 "wasm-bindgen",
15215]
15216
15217[[package]]
15218name = "valuable"
15219version = "0.1.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15222
15223[[package]]
15224name = "value-bag"
15225version = "1.10.0"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15228dependencies = [
15229 "value-bag-serde1",
15230 "value-bag-sval2",
15231]
15232
15233[[package]]
15234name = "value-bag-serde1"
15235version = "1.10.0"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15238dependencies = [
15239 "erased-serde",
15240 "serde",
15241 "serde_fmt",
15242]
15243
15244[[package]]
15245name = "value-bag-sval2"
15246version = "1.10.0"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15249dependencies = [
15250 "sval",
15251 "sval_buffer",
15252 "sval_dynamic",
15253 "sval_fmt",
15254 "sval_json",
15255 "sval_ref",
15256 "sval_serde",
15257]
15258
15259[[package]]
15260name = "vcpkg"
15261version = "0.2.15"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15264
15265[[package]]
15266name = "version-compare"
15267version = "0.2.0"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15270
15271[[package]]
15272name = "version_check"
15273version = "0.9.5"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15276
15277[[package]]
15278name = "vim"
15279version = "0.1.0"
15280dependencies = [
15281 "anyhow",
15282 "assets",
15283 "async-compat",
15284 "async-trait",
15285 "collections",
15286 "command_palette",
15287 "command_palette_hooks",
15288 "db",
15289 "editor",
15290 "futures 0.3.31",
15291 "git_ui",
15292 "gpui",
15293 "indoc",
15294 "itertools 0.14.0",
15295 "language",
15296 "libc",
15297 "log",
15298 "lsp",
15299 "multi_buffer",
15300 "nvim-rs",
15301 "parking_lot",
15302 "picker",
15303 "project",
15304 "project_panel",
15305 "regex",
15306 "release_channel",
15307 "schemars",
15308 "search",
15309 "serde",
15310 "serde_derive",
15311 "serde_json",
15312 "settings",
15313 "task",
15314 "text",
15315 "theme",
15316 "tokio",
15317 "ui",
15318 "util",
15319 "vim_mode_setting",
15320 "workspace",
15321 "zed_actions",
15322]
15323
15324[[package]]
15325name = "vim_mode_setting"
15326version = "0.1.0"
15327dependencies = [
15328 "anyhow",
15329 "gpui",
15330 "settings",
15331]
15332
15333[[package]]
15334name = "vscode_theme"
15335version = "0.2.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15338dependencies = [
15339 "serde",
15340]
15341
15342[[package]]
15343name = "vsimd"
15344version = "0.8.0"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15347
15348[[package]]
15349name = "vswhom"
15350version = "0.1.0"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15353dependencies = [
15354 "libc",
15355 "vswhom-sys",
15356]
15357
15358[[package]]
15359name = "vswhom-sys"
15360version = "0.1.2"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15363dependencies = [
15364 "cc",
15365 "libc",
15366]
15367
15368[[package]]
15369name = "vte"
15370version = "0.15.0"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15373dependencies = [
15374 "arrayvec",
15375 "bitflags 2.8.0",
15376 "cursor-icon",
15377 "log",
15378 "memchr",
15379 "serde",
15380]
15381
15382[[package]]
15383name = "waker-fn"
15384version = "1.2.0"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15387
15388[[package]]
15389name = "walkdir"
15390version = "2.5.0"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15393dependencies = [
15394 "same-file",
15395 "winapi-util",
15396]
15397
15398[[package]]
15399name = "want"
15400version = "0.3.1"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15403dependencies = [
15404 "try-lock",
15405]
15406
15407[[package]]
15408name = "warp"
15409version = "0.3.7"
15410source = "registry+https://github.com/rust-lang/crates.io-index"
15411checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15412dependencies = [
15413 "bytes 1.10.1",
15414 "futures-channel",
15415 "futures-util",
15416 "headers",
15417 "http 0.2.12",
15418 "hyper 0.14.32",
15419 "log",
15420 "mime",
15421 "mime_guess",
15422 "percent-encoding",
15423 "pin-project",
15424 "scoped-tls",
15425 "serde",
15426 "serde_json",
15427 "serde_urlencoded",
15428 "tokio",
15429 "tokio-tungstenite 0.21.0",
15430 "tokio-util",
15431 "tower-service",
15432 "tracing",
15433]
15434
15435[[package]]
15436name = "wasi"
15437version = "0.9.0+wasi-snapshot-preview1"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15440
15441[[package]]
15442name = "wasi"
15443version = "0.11.0+wasi-snapshot-preview1"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15446
15447[[package]]
15448name = "wasi"
15449version = "0.13.3+wasi-0.2.2"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15452dependencies = [
15453 "wit-bindgen-rt 0.33.0",
15454]
15455
15456[[package]]
15457name = "wasite"
15458version = "0.1.0"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15461
15462[[package]]
15463name = "wasm-bindgen"
15464version = "0.2.99"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15467dependencies = [
15468 "cfg-if",
15469 "once_cell",
15470 "wasm-bindgen-macro",
15471]
15472
15473[[package]]
15474name = "wasm-bindgen-backend"
15475version = "0.2.99"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15478dependencies = [
15479 "bumpalo",
15480 "log",
15481 "proc-macro2",
15482 "quote",
15483 "syn 2.0.100",
15484 "wasm-bindgen-shared",
15485]
15486
15487[[package]]
15488name = "wasm-bindgen-futures"
15489version = "0.4.49"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15492dependencies = [
15493 "cfg-if",
15494 "js-sys",
15495 "once_cell",
15496 "wasm-bindgen",
15497 "web-sys",
15498]
15499
15500[[package]]
15501name = "wasm-bindgen-macro"
15502version = "0.2.99"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15505dependencies = [
15506 "quote",
15507 "wasm-bindgen-macro-support",
15508]
15509
15510[[package]]
15511name = "wasm-bindgen-macro-support"
15512version = "0.2.99"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15515dependencies = [
15516 "proc-macro2",
15517 "quote",
15518 "syn 2.0.100",
15519 "wasm-bindgen-backend",
15520 "wasm-bindgen-shared",
15521]
15522
15523[[package]]
15524name = "wasm-bindgen-shared"
15525version = "0.2.99"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15528
15529[[package]]
15530name = "wasm-encoder"
15531version = "0.201.0"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15534dependencies = [
15535 "leb128",
15536]
15537
15538[[package]]
15539name = "wasm-encoder"
15540version = "0.221.3"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15543dependencies = [
15544 "leb128",
15545 "wasmparser 0.221.3",
15546]
15547
15548[[package]]
15549name = "wasm-metadata"
15550version = "0.201.0"
15551source = "registry+https://github.com/rust-lang/crates.io-index"
15552checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15553dependencies = [
15554 "anyhow",
15555 "indexmap",
15556 "serde",
15557 "serde_derive",
15558 "serde_json",
15559 "spdx",
15560 "wasm-encoder 0.201.0",
15561 "wasmparser 0.201.0",
15562]
15563
15564[[package]]
15565name = "wasm-metadata"
15566version = "0.221.3"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15569dependencies = [
15570 "anyhow",
15571 "indexmap",
15572 "serde",
15573 "serde_derive",
15574 "serde_json",
15575 "spdx",
15576 "wasm-encoder 0.221.3",
15577 "wasmparser 0.221.3",
15578]
15579
15580[[package]]
15581name = "wasm-streams"
15582version = "0.4.2"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15585dependencies = [
15586 "futures-util",
15587 "js-sys",
15588 "wasm-bindgen",
15589 "wasm-bindgen-futures",
15590 "web-sys",
15591]
15592
15593[[package]]
15594name = "wasmparser"
15595version = "0.201.0"
15596source = "registry+https://github.com/rust-lang/crates.io-index"
15597checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15598dependencies = [
15599 "bitflags 2.8.0",
15600 "indexmap",
15601 "semver",
15602]
15603
15604[[package]]
15605name = "wasmparser"
15606version = "0.221.3"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15609dependencies = [
15610 "bitflags 2.8.0",
15611 "hashbrown 0.15.2",
15612 "indexmap",
15613 "semver",
15614 "serde",
15615]
15616
15617[[package]]
15618name = "wasmprinter"
15619version = "0.221.3"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15622dependencies = [
15623 "anyhow",
15624 "termcolor",
15625 "wasmparser 0.221.3",
15626]
15627
15628[[package]]
15629name = "wasmtime"
15630version = "29.0.1"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15633dependencies = [
15634 "anyhow",
15635 "async-trait",
15636 "bitflags 2.8.0",
15637 "bumpalo",
15638 "cc",
15639 "cfg-if",
15640 "encoding_rs",
15641 "hashbrown 0.14.5",
15642 "indexmap",
15643 "libc",
15644 "log",
15645 "mach2",
15646 "memfd",
15647 "object",
15648 "once_cell",
15649 "paste",
15650 "postcard",
15651 "psm",
15652 "pulley-interpreter",
15653 "rustix",
15654 "semver",
15655 "serde",
15656 "serde_derive",
15657 "smallvec",
15658 "sptr",
15659 "target-lexicon 0.13.2",
15660 "trait-variant",
15661 "wasmparser 0.221.3",
15662 "wasmtime-asm-macros",
15663 "wasmtime-component-macro",
15664 "wasmtime-component-util",
15665 "wasmtime-cranelift",
15666 "wasmtime-environ",
15667 "wasmtime-fiber",
15668 "wasmtime-jit-icache-coherence",
15669 "wasmtime-math",
15670 "wasmtime-slab",
15671 "wasmtime-versioned-export-macros",
15672 "wasmtime-winch",
15673 "windows-sys 0.59.0",
15674]
15675
15676[[package]]
15677name = "wasmtime-asm-macros"
15678version = "29.0.1"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15681dependencies = [
15682 "cfg-if",
15683]
15684
15685[[package]]
15686name = "wasmtime-c-api-impl"
15687version = "29.0.1"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15690dependencies = [
15691 "anyhow",
15692 "log",
15693 "tracing",
15694 "wasmtime",
15695 "wasmtime-c-api-macros",
15696]
15697
15698[[package]]
15699name = "wasmtime-c-api-macros"
15700version = "29.0.1"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15703dependencies = [
15704 "proc-macro2",
15705 "quote",
15706]
15707
15708[[package]]
15709name = "wasmtime-component-macro"
15710version = "29.0.1"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15713dependencies = [
15714 "anyhow",
15715 "proc-macro2",
15716 "quote",
15717 "syn 2.0.100",
15718 "wasmtime-component-util",
15719 "wasmtime-wit-bindgen",
15720 "wit-parser 0.221.3",
15721]
15722
15723[[package]]
15724name = "wasmtime-component-util"
15725version = "29.0.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15728
15729[[package]]
15730name = "wasmtime-cranelift"
15731version = "29.0.1"
15732source = "registry+https://github.com/rust-lang/crates.io-index"
15733checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15734dependencies = [
15735 "anyhow",
15736 "cfg-if",
15737 "cranelift-codegen",
15738 "cranelift-control",
15739 "cranelift-entity",
15740 "cranelift-frontend",
15741 "cranelift-native",
15742 "gimli",
15743 "itertools 0.12.1",
15744 "log",
15745 "object",
15746 "smallvec",
15747 "target-lexicon 0.13.2",
15748 "thiserror 1.0.69",
15749 "wasmparser 0.221.3",
15750 "wasmtime-environ",
15751 "wasmtime-versioned-export-macros",
15752]
15753
15754[[package]]
15755name = "wasmtime-environ"
15756version = "29.0.1"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15759dependencies = [
15760 "anyhow",
15761 "cpp_demangle",
15762 "cranelift-bitset",
15763 "cranelift-entity",
15764 "gimli",
15765 "indexmap",
15766 "log",
15767 "object",
15768 "postcard",
15769 "rustc-demangle",
15770 "semver",
15771 "serde",
15772 "serde_derive",
15773 "smallvec",
15774 "target-lexicon 0.13.2",
15775 "wasm-encoder 0.221.3",
15776 "wasmparser 0.221.3",
15777 "wasmprinter",
15778 "wasmtime-component-util",
15779]
15780
15781[[package]]
15782name = "wasmtime-fiber"
15783version = "29.0.1"
15784source = "registry+https://github.com/rust-lang/crates.io-index"
15785checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15786dependencies = [
15787 "anyhow",
15788 "cc",
15789 "cfg-if",
15790 "rustix",
15791 "wasmtime-asm-macros",
15792 "wasmtime-versioned-export-macros",
15793 "windows-sys 0.59.0",
15794]
15795
15796[[package]]
15797name = "wasmtime-jit-icache-coherence"
15798version = "29.0.1"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15801dependencies = [
15802 "anyhow",
15803 "cfg-if",
15804 "libc",
15805 "windows-sys 0.59.0",
15806]
15807
15808[[package]]
15809name = "wasmtime-math"
15810version = "29.0.1"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15813dependencies = [
15814 "libm",
15815]
15816
15817[[package]]
15818name = "wasmtime-slab"
15819version = "29.0.1"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15822
15823[[package]]
15824name = "wasmtime-versioned-export-macros"
15825version = "29.0.1"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15828dependencies = [
15829 "proc-macro2",
15830 "quote",
15831 "syn 2.0.100",
15832]
15833
15834[[package]]
15835name = "wasmtime-wasi"
15836version = "29.0.1"
15837source = "registry+https://github.com/rust-lang/crates.io-index"
15838checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15839dependencies = [
15840 "anyhow",
15841 "async-trait",
15842 "bitflags 2.8.0",
15843 "bytes 1.10.1",
15844 "cap-fs-ext",
15845 "cap-net-ext",
15846 "cap-rand",
15847 "cap-std",
15848 "cap-time-ext",
15849 "fs-set-times",
15850 "futures 0.3.31",
15851 "io-extras",
15852 "io-lifetimes",
15853 "rustix",
15854 "system-interface",
15855 "thiserror 1.0.69",
15856 "tokio",
15857 "tracing",
15858 "trait-variant",
15859 "url",
15860 "wasmtime",
15861 "wiggle",
15862 "windows-sys 0.59.0",
15863]
15864
15865[[package]]
15866name = "wasmtime-winch"
15867version = "29.0.1"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15870dependencies = [
15871 "anyhow",
15872 "cranelift-codegen",
15873 "gimli",
15874 "object",
15875 "target-lexicon 0.13.2",
15876 "wasmparser 0.221.3",
15877 "wasmtime-cranelift",
15878 "wasmtime-environ",
15879 "winch-codegen",
15880]
15881
15882[[package]]
15883name = "wasmtime-wit-bindgen"
15884version = "29.0.1"
15885source = "registry+https://github.com/rust-lang/crates.io-index"
15886checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15887dependencies = [
15888 "anyhow",
15889 "heck 0.5.0",
15890 "indexmap",
15891 "wit-parser 0.221.3",
15892]
15893
15894[[package]]
15895name = "wast"
15896version = "35.0.2"
15897source = "registry+https://github.com/rust-lang/crates.io-index"
15898checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15899dependencies = [
15900 "leb128",
15901]
15902
15903[[package]]
15904name = "wayland-backend"
15905version = "0.3.8"
15906source = "registry+https://github.com/rust-lang/crates.io-index"
15907checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15908dependencies = [
15909 "cc",
15910 "downcast-rs",
15911 "rustix",
15912 "scoped-tls",
15913 "smallvec",
15914 "wayland-sys",
15915]
15916
15917[[package]]
15918name = "wayland-client"
15919version = "0.31.8"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15922dependencies = [
15923 "bitflags 2.8.0",
15924 "rustix",
15925 "wayland-backend",
15926 "wayland-scanner",
15927]
15928
15929[[package]]
15930name = "wayland-cursor"
15931version = "0.31.8"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15934dependencies = [
15935 "rustix",
15936 "wayland-client",
15937 "xcursor",
15938]
15939
15940[[package]]
15941name = "wayland-protocols"
15942version = "0.31.2"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15945dependencies = [
15946 "bitflags 2.8.0",
15947 "wayland-backend",
15948 "wayland-client",
15949 "wayland-scanner",
15950]
15951
15952[[package]]
15953name = "wayland-protocols-plasma"
15954version = "0.2.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15957dependencies = [
15958 "bitflags 2.8.0",
15959 "wayland-backend",
15960 "wayland-client",
15961 "wayland-protocols",
15962 "wayland-scanner",
15963]
15964
15965[[package]]
15966name = "wayland-scanner"
15967version = "0.31.6"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15970dependencies = [
15971 "proc-macro2",
15972 "quick-xml 0.37.2",
15973 "quote",
15974]
15975
15976[[package]]
15977name = "wayland-sys"
15978version = "0.31.6"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15981dependencies = [
15982 "dlib",
15983 "log",
15984 "once_cell",
15985 "pkg-config",
15986]
15987
15988[[package]]
15989name = "web-sys"
15990version = "0.3.76"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15993dependencies = [
15994 "js-sys",
15995 "wasm-bindgen",
15996]
15997
15998[[package]]
15999name = "web-time"
16000version = "1.1.0"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16003dependencies = [
16004 "js-sys",
16005 "wasm-bindgen",
16006]
16007
16008[[package]]
16009name = "webpki-root-certs"
16010version = "0.26.8"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16013dependencies = [
16014 "rustls-pki-types",
16015]
16016
16017[[package]]
16018name = "webpki-roots"
16019version = "0.26.7"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16022dependencies = [
16023 "rustls-pki-types",
16024]
16025
16026[[package]]
16027name = "webrtc-sys"
16028version = "0.3.5"
16029source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16030dependencies = [
16031 "cc",
16032 "cxx",
16033 "cxx-build",
16034 "glob",
16035 "log",
16036 "webrtc-sys-build",
16037]
16038
16039[[package]]
16040name = "webrtc-sys-build"
16041version = "0.3.5"
16042source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16043dependencies = [
16044 "fs2",
16045 "regex",
16046 "reqwest 0.11.27",
16047 "scratch",
16048 "semver",
16049 "zip",
16050]
16051
16052[[package]]
16053name = "weezl"
16054version = "0.1.8"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16057
16058[[package]]
16059name = "welcome"
16060version = "0.1.0"
16061dependencies = [
16062 "anyhow",
16063 "client",
16064 "db",
16065 "editor",
16066 "fuzzy",
16067 "gpui",
16068 "install_cli",
16069 "language",
16070 "picker",
16071 "project",
16072 "schemars",
16073 "serde",
16074 "settings",
16075 "telemetry",
16076 "ui",
16077 "util",
16078 "vim_mode_setting",
16079 "workspace",
16080 "zed_actions",
16081]
16082
16083[[package]]
16084name = "which"
16085version = "4.4.2"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16088dependencies = [
16089 "either",
16090 "home",
16091 "once_cell",
16092 "rustix",
16093]
16094
16095[[package]]
16096name = "which"
16097version = "6.0.3"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16100dependencies = [
16101 "either",
16102 "home",
16103 "rustix",
16104 "winsafe",
16105]
16106
16107[[package]]
16108name = "whoami"
16109version = "1.5.2"
16110source = "registry+https://github.com/rust-lang/crates.io-index"
16111checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16112dependencies = [
16113 "redox_syscall 0.5.8",
16114 "wasite",
16115]
16116
16117[[package]]
16118name = "wiggle"
16119version = "29.0.1"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16122dependencies = [
16123 "anyhow",
16124 "async-trait",
16125 "bitflags 2.8.0",
16126 "thiserror 1.0.69",
16127 "tracing",
16128 "wasmtime",
16129 "wiggle-macro",
16130]
16131
16132[[package]]
16133name = "wiggle-generate"
16134version = "29.0.1"
16135source = "registry+https://github.com/rust-lang/crates.io-index"
16136checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16137dependencies = [
16138 "anyhow",
16139 "heck 0.5.0",
16140 "proc-macro2",
16141 "quote",
16142 "shellexpand 2.1.2",
16143 "syn 2.0.100",
16144 "witx",
16145]
16146
16147[[package]]
16148name = "wiggle-macro"
16149version = "29.0.1"
16150source = "registry+https://github.com/rust-lang/crates.io-index"
16151checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16152dependencies = [
16153 "proc-macro2",
16154 "quote",
16155 "syn 2.0.100",
16156 "wiggle-generate",
16157]
16158
16159[[package]]
16160name = "winapi"
16161version = "0.3.9"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16164dependencies = [
16165 "winapi-i686-pc-windows-gnu",
16166 "winapi-x86_64-pc-windows-gnu",
16167]
16168
16169[[package]]
16170name = "winapi-i686-pc-windows-gnu"
16171version = "0.4.0"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16174
16175[[package]]
16176name = "winapi-util"
16177version = "0.1.9"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16180dependencies = [
16181 "windows-sys 0.59.0",
16182]
16183
16184[[package]]
16185name = "winapi-x86_64-pc-windows-gnu"
16186version = "0.4.0"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16189
16190[[package]]
16191name = "winch-codegen"
16192version = "29.0.1"
16193source = "registry+https://github.com/rust-lang/crates.io-index"
16194checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16195dependencies = [
16196 "anyhow",
16197 "cranelift-codegen",
16198 "gimli",
16199 "regalloc2",
16200 "smallvec",
16201 "target-lexicon 0.13.2",
16202 "thiserror 1.0.69",
16203 "wasmparser 0.221.3",
16204 "wasmtime-cranelift",
16205 "wasmtime-environ",
16206]
16207
16208[[package]]
16209name = "windows"
16210version = "0.54.0"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16213dependencies = [
16214 "windows-core 0.54.0",
16215 "windows-targets 0.52.6",
16216]
16217
16218[[package]]
16219name = "windows"
16220version = "0.57.0"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16223dependencies = [
16224 "windows-core 0.57.0",
16225 "windows-targets 0.52.6",
16226]
16227
16228[[package]]
16229name = "windows"
16230version = "0.58.0"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16233dependencies = [
16234 "windows-core 0.58.0",
16235 "windows-targets 0.52.6",
16236]
16237
16238[[package]]
16239name = "windows"
16240version = "0.61.1"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16243dependencies = [
16244 "windows-collections",
16245 "windows-core 0.61.0",
16246 "windows-future",
16247 "windows-link",
16248 "windows-numerics",
16249]
16250
16251[[package]]
16252name = "windows-collections"
16253version = "0.2.0"
16254source = "registry+https://github.com/rust-lang/crates.io-index"
16255checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16256dependencies = [
16257 "windows-core 0.61.0",
16258]
16259
16260[[package]]
16261name = "windows-core"
16262version = "0.52.0"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16265dependencies = [
16266 "windows-targets 0.52.6",
16267]
16268
16269[[package]]
16270name = "windows-core"
16271version = "0.54.0"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16274dependencies = [
16275 "windows-result 0.1.2",
16276 "windows-targets 0.52.6",
16277]
16278
16279[[package]]
16280name = "windows-core"
16281version = "0.57.0"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16284dependencies = [
16285 "windows-implement 0.57.0",
16286 "windows-interface 0.57.0",
16287 "windows-result 0.1.2",
16288 "windows-targets 0.52.6",
16289]
16290
16291[[package]]
16292name = "windows-core"
16293version = "0.58.0"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16296dependencies = [
16297 "windows-implement 0.58.0",
16298 "windows-interface 0.58.0",
16299 "windows-result 0.2.0",
16300 "windows-strings 0.1.0",
16301 "windows-targets 0.52.6",
16302]
16303
16304[[package]]
16305name = "windows-core"
16306version = "0.61.0"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16309dependencies = [
16310 "windows-implement 0.60.0",
16311 "windows-interface 0.59.1",
16312 "windows-link",
16313 "windows-result 0.3.2",
16314 "windows-strings 0.4.0",
16315]
16316
16317[[package]]
16318name = "windows-future"
16319version = "0.2.0"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16322dependencies = [
16323 "windows-core 0.61.0",
16324 "windows-link",
16325]
16326
16327[[package]]
16328name = "windows-implement"
16329version = "0.57.0"
16330source = "registry+https://github.com/rust-lang/crates.io-index"
16331checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16332dependencies = [
16333 "proc-macro2",
16334 "quote",
16335 "syn 2.0.100",
16336]
16337
16338[[package]]
16339name = "windows-implement"
16340version = "0.58.0"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16343dependencies = [
16344 "proc-macro2",
16345 "quote",
16346 "syn 2.0.100",
16347]
16348
16349[[package]]
16350name = "windows-implement"
16351version = "0.60.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16354dependencies = [
16355 "proc-macro2",
16356 "quote",
16357 "syn 2.0.100",
16358]
16359
16360[[package]]
16361name = "windows-interface"
16362version = "0.57.0"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16365dependencies = [
16366 "proc-macro2",
16367 "quote",
16368 "syn 2.0.100",
16369]
16370
16371[[package]]
16372name = "windows-interface"
16373version = "0.58.0"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16376dependencies = [
16377 "proc-macro2",
16378 "quote",
16379 "syn 2.0.100",
16380]
16381
16382[[package]]
16383name = "windows-interface"
16384version = "0.59.1"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16387dependencies = [
16388 "proc-macro2",
16389 "quote",
16390 "syn 2.0.100",
16391]
16392
16393[[package]]
16394name = "windows-link"
16395version = "0.1.1"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16398
16399[[package]]
16400name = "windows-numerics"
16401version = "0.2.0"
16402source = "registry+https://github.com/rust-lang/crates.io-index"
16403checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16404dependencies = [
16405 "windows-core 0.61.0",
16406 "windows-link",
16407]
16408
16409[[package]]
16410name = "windows-registry"
16411version = "0.2.0"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16414dependencies = [
16415 "windows-result 0.2.0",
16416 "windows-strings 0.1.0",
16417 "windows-targets 0.52.6",
16418]
16419
16420[[package]]
16421name = "windows-result"
16422version = "0.1.2"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16425dependencies = [
16426 "windows-targets 0.52.6",
16427]
16428
16429[[package]]
16430name = "windows-result"
16431version = "0.2.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16434dependencies = [
16435 "windows-targets 0.52.6",
16436]
16437
16438[[package]]
16439name = "windows-result"
16440version = "0.3.2"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16443dependencies = [
16444 "windows-link",
16445]
16446
16447[[package]]
16448name = "windows-strings"
16449version = "0.1.0"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16452dependencies = [
16453 "windows-result 0.2.0",
16454 "windows-targets 0.52.6",
16455]
16456
16457[[package]]
16458name = "windows-strings"
16459version = "0.4.0"
16460source = "registry+https://github.com/rust-lang/crates.io-index"
16461checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16462dependencies = [
16463 "windows-link",
16464]
16465
16466[[package]]
16467name = "windows-sys"
16468version = "0.45.0"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16471dependencies = [
16472 "windows-targets 0.42.2",
16473]
16474
16475[[package]]
16476name = "windows-sys"
16477version = "0.48.0"
16478source = "registry+https://github.com/rust-lang/crates.io-index"
16479checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16480dependencies = [
16481 "windows-targets 0.48.5",
16482]
16483
16484[[package]]
16485name = "windows-sys"
16486version = "0.52.0"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16489dependencies = [
16490 "windows-targets 0.52.6",
16491]
16492
16493[[package]]
16494name = "windows-sys"
16495version = "0.59.0"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16498dependencies = [
16499 "windows-targets 0.52.6",
16500]
16501
16502[[package]]
16503name = "windows-targets"
16504version = "0.42.2"
16505source = "registry+https://github.com/rust-lang/crates.io-index"
16506checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16507dependencies = [
16508 "windows_aarch64_gnullvm 0.42.2",
16509 "windows_aarch64_msvc 0.42.2",
16510 "windows_i686_gnu 0.42.2",
16511 "windows_i686_msvc 0.42.2",
16512 "windows_x86_64_gnu 0.42.2",
16513 "windows_x86_64_gnullvm 0.42.2",
16514 "windows_x86_64_msvc 0.42.2",
16515]
16516
16517[[package]]
16518name = "windows-targets"
16519version = "0.48.5"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16522dependencies = [
16523 "windows_aarch64_gnullvm 0.48.5",
16524 "windows_aarch64_msvc 0.48.5",
16525 "windows_i686_gnu 0.48.5",
16526 "windows_i686_msvc 0.48.5",
16527 "windows_x86_64_gnu 0.48.5",
16528 "windows_x86_64_gnullvm 0.48.5",
16529 "windows_x86_64_msvc 0.48.5",
16530]
16531
16532[[package]]
16533name = "windows-targets"
16534version = "0.52.6"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16537dependencies = [
16538 "windows_aarch64_gnullvm 0.52.6",
16539 "windows_aarch64_msvc 0.52.6",
16540 "windows_i686_gnu 0.52.6",
16541 "windows_i686_gnullvm",
16542 "windows_i686_msvc 0.52.6",
16543 "windows_x86_64_gnu 0.52.6",
16544 "windows_x86_64_gnullvm 0.52.6",
16545 "windows_x86_64_msvc 0.52.6",
16546]
16547
16548[[package]]
16549name = "windows_aarch64_gnullvm"
16550version = "0.42.2"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16553
16554[[package]]
16555name = "windows_aarch64_gnullvm"
16556version = "0.48.5"
16557source = "registry+https://github.com/rust-lang/crates.io-index"
16558checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16559
16560[[package]]
16561name = "windows_aarch64_gnullvm"
16562version = "0.52.6"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16565
16566[[package]]
16567name = "windows_aarch64_msvc"
16568version = "0.42.2"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16571
16572[[package]]
16573name = "windows_aarch64_msvc"
16574version = "0.48.5"
16575source = "registry+https://github.com/rust-lang/crates.io-index"
16576checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16577
16578[[package]]
16579name = "windows_aarch64_msvc"
16580version = "0.52.6"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16583
16584[[package]]
16585name = "windows_i686_gnu"
16586version = "0.42.2"
16587source = "registry+https://github.com/rust-lang/crates.io-index"
16588checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16589
16590[[package]]
16591name = "windows_i686_gnu"
16592version = "0.48.5"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16595
16596[[package]]
16597name = "windows_i686_gnu"
16598version = "0.52.6"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16601
16602[[package]]
16603name = "windows_i686_gnullvm"
16604version = "0.52.6"
16605source = "registry+https://github.com/rust-lang/crates.io-index"
16606checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16607
16608[[package]]
16609name = "windows_i686_msvc"
16610version = "0.42.2"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16613
16614[[package]]
16615name = "windows_i686_msvc"
16616version = "0.48.5"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16619
16620[[package]]
16621name = "windows_i686_msvc"
16622version = "0.52.6"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16625
16626[[package]]
16627name = "windows_x86_64_gnu"
16628version = "0.42.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16631
16632[[package]]
16633name = "windows_x86_64_gnu"
16634version = "0.48.5"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16637
16638[[package]]
16639name = "windows_x86_64_gnu"
16640version = "0.52.6"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16643
16644[[package]]
16645name = "windows_x86_64_gnullvm"
16646version = "0.42.2"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16649
16650[[package]]
16651name = "windows_x86_64_gnullvm"
16652version = "0.48.5"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16655
16656[[package]]
16657name = "windows_x86_64_gnullvm"
16658version = "0.52.6"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16661
16662[[package]]
16663name = "windows_x86_64_msvc"
16664version = "0.42.2"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16667
16668[[package]]
16669name = "windows_x86_64_msvc"
16670version = "0.48.5"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16673
16674[[package]]
16675name = "windows_x86_64_msvc"
16676version = "0.52.6"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16679
16680[[package]]
16681name = "winnow"
16682version = "0.6.20"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16685dependencies = [
16686 "memchr",
16687]
16688
16689[[package]]
16690name = "winnow"
16691version = "0.7.1"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16694dependencies = [
16695 "memchr",
16696]
16697
16698[[package]]
16699name = "winreg"
16700version = "0.50.0"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16703dependencies = [
16704 "cfg-if",
16705 "windows-sys 0.48.0",
16706]
16707
16708[[package]]
16709name = "winreg"
16710version = "0.52.0"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16713dependencies = [
16714 "cfg-if",
16715 "windows-sys 0.48.0",
16716]
16717
16718[[package]]
16719name = "winresource"
16720version = "0.1.20"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16723dependencies = [
16724 "toml 0.8.20",
16725 "version_check",
16726]
16727
16728[[package]]
16729name = "winsafe"
16730version = "0.0.19"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16733
16734[[package]]
16735name = "winx"
16736version = "0.36.4"
16737source = "registry+https://github.com/rust-lang/crates.io-index"
16738checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16739dependencies = [
16740 "bitflags 2.8.0",
16741 "windows-sys 0.59.0",
16742]
16743
16744[[package]]
16745name = "wio"
16746version = "0.2.2"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16749dependencies = [
16750 "winapi",
16751]
16752
16753[[package]]
16754name = "wit-bindgen"
16755version = "0.22.0"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16758dependencies = [
16759 "bitflags 2.8.0",
16760 "wit-bindgen-rt 0.22.0",
16761 "wit-bindgen-rust-macro",
16762]
16763
16764[[package]]
16765name = "wit-bindgen-core"
16766version = "0.22.0"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16769dependencies = [
16770 "anyhow",
16771 "wit-parser 0.201.0",
16772]
16773
16774[[package]]
16775name = "wit-bindgen-rt"
16776version = "0.22.0"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16779
16780[[package]]
16781name = "wit-bindgen-rt"
16782version = "0.33.0"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16785dependencies = [
16786 "bitflags 2.8.0",
16787]
16788
16789[[package]]
16790name = "wit-bindgen-rust"
16791version = "0.22.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16794dependencies = [
16795 "anyhow",
16796 "heck 0.4.1",
16797 "indexmap",
16798 "wasm-metadata 0.201.0",
16799 "wit-bindgen-core",
16800 "wit-component 0.201.0",
16801]
16802
16803[[package]]
16804name = "wit-bindgen-rust-macro"
16805version = "0.22.0"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16808dependencies = [
16809 "anyhow",
16810 "proc-macro2",
16811 "quote",
16812 "syn 2.0.100",
16813 "wit-bindgen-core",
16814 "wit-bindgen-rust",
16815]
16816
16817[[package]]
16818name = "wit-component"
16819version = "0.201.0"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16822dependencies = [
16823 "anyhow",
16824 "bitflags 2.8.0",
16825 "indexmap",
16826 "log",
16827 "serde",
16828 "serde_derive",
16829 "serde_json",
16830 "wasm-encoder 0.201.0",
16831 "wasm-metadata 0.201.0",
16832 "wasmparser 0.201.0",
16833 "wit-parser 0.201.0",
16834]
16835
16836[[package]]
16837name = "wit-component"
16838version = "0.221.3"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16841dependencies = [
16842 "anyhow",
16843 "bitflags 2.8.0",
16844 "indexmap",
16845 "log",
16846 "serde",
16847 "serde_derive",
16848 "serde_json",
16849 "wasm-encoder 0.221.3",
16850 "wasm-metadata 0.221.3",
16851 "wasmparser 0.221.3",
16852 "wit-parser 0.221.3",
16853]
16854
16855[[package]]
16856name = "wit-parser"
16857version = "0.201.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16860dependencies = [
16861 "anyhow",
16862 "id-arena",
16863 "indexmap",
16864 "log",
16865 "semver",
16866 "serde",
16867 "serde_derive",
16868 "serde_json",
16869 "unicode-xid",
16870 "wasmparser 0.201.0",
16871]
16872
16873[[package]]
16874name = "wit-parser"
16875version = "0.221.3"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16878dependencies = [
16879 "anyhow",
16880 "id-arena",
16881 "indexmap",
16882 "log",
16883 "semver",
16884 "serde",
16885 "serde_derive",
16886 "serde_json",
16887 "unicode-xid",
16888 "wasmparser 0.221.3",
16889]
16890
16891[[package]]
16892name = "witx"
16893version = "0.9.1"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16896dependencies = [
16897 "anyhow",
16898 "log",
16899 "thiserror 1.0.69",
16900 "wast",
16901]
16902
16903[[package]]
16904name = "workspace"
16905version = "0.1.0"
16906dependencies = [
16907 "any_vec",
16908 "anyhow",
16909 "async-recursion 1.1.1",
16910 "bincode",
16911 "call",
16912 "client",
16913 "clock",
16914 "collections",
16915 "component",
16916 "db",
16917 "derive_more",
16918 "env_logger 0.11.7",
16919 "fs",
16920 "futures 0.3.31",
16921 "gpui",
16922 "http_client",
16923 "itertools 0.14.0",
16924 "language",
16925 "log",
16926 "node_runtime",
16927 "parking_lot",
16928 "postage",
16929 "project",
16930 "remote",
16931 "schemars",
16932 "serde",
16933 "serde_json",
16934 "session",
16935 "settings",
16936 "smallvec",
16937 "sqlez",
16938 "strum",
16939 "task",
16940 "telemetry",
16941 "tempfile",
16942 "theme",
16943 "ui",
16944 "util",
16945 "uuid",
16946 "zed_actions",
16947]
16948
16949[[package]]
16950name = "worktree"
16951version = "0.1.0"
16952dependencies = [
16953 "anyhow",
16954 "clock",
16955 "collections",
16956 "env_logger 0.11.7",
16957 "fs",
16958 "futures 0.3.31",
16959 "fuzzy",
16960 "git",
16961 "git2",
16962 "git_hosting_providers",
16963 "gpui",
16964 "http_client",
16965 "ignore",
16966 "language",
16967 "log",
16968 "parking_lot",
16969 "paths",
16970 "postage",
16971 "pretty_assertions",
16972 "rand 0.8.5",
16973 "rpc",
16974 "schemars",
16975 "serde",
16976 "serde_json",
16977 "settings",
16978 "smallvec",
16979 "smol",
16980 "sum_tree",
16981 "text",
16982 "util",
16983]
16984
16985[[package]]
16986name = "write16"
16987version = "1.0.0"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16990
16991[[package]]
16992name = "writeable"
16993version = "0.5.5"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16996
16997[[package]]
16998name = "wyz"
16999version = "0.5.1"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17002dependencies = [
17003 "tap",
17004]
17005
17006[[package]]
17007name = "x11-clipboard"
17008version = "0.9.3"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17011dependencies = [
17012 "libc",
17013 "x11rb",
17014]
17015
17016[[package]]
17017name = "x11rb"
17018version = "0.13.1"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17021dependencies = [
17022 "as-raw-xcb-connection",
17023 "gethostname",
17024 "libc",
17025 "rustix",
17026 "x11rb-protocol",
17027]
17028
17029[[package]]
17030name = "x11rb-protocol"
17031version = "0.13.1"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17034
17035[[package]]
17036name = "xattr"
17037version = "0.2.3"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17040dependencies = [
17041 "libc",
17042]
17043
17044[[package]]
17045name = "xcursor"
17046version = "0.3.8"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17049
17050[[package]]
17051name = "xdg-home"
17052version = "1.3.0"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17055dependencies = [
17056 "libc",
17057 "windows-sys 0.59.0",
17058]
17059
17060[[package]]
17061name = "xim"
17062version = "0.4.0"
17063source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17064dependencies = [
17065 "ahash 0.8.11",
17066 "hashbrown 0.14.5",
17067 "log",
17068 "x11rb",
17069 "xim-ctext",
17070 "xim-parser",
17071]
17072
17073[[package]]
17074name = "xim-ctext"
17075version = "0.3.0"
17076source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17077dependencies = [
17078 "encoding_rs",
17079]
17080
17081[[package]]
17082name = "xim-parser"
17083version = "0.2.1"
17084source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17085dependencies = [
17086 "bitflags 2.8.0",
17087]
17088
17089[[package]]
17090name = "xkbcommon"
17091version = "0.8.0"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17094dependencies = [
17095 "as-raw-xcb-connection",
17096 "libc",
17097 "memmap2",
17098 "xkeysym",
17099]
17100
17101[[package]]
17102name = "xkeysym"
17103version = "0.2.1"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17106
17107[[package]]
17108name = "xml5ever"
17109version = "0.18.1"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17112dependencies = [
17113 "log",
17114 "mac",
17115 "markup5ever",
17116]
17117
17118[[package]]
17119name = "xmlparser"
17120version = "0.13.6"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17123
17124[[package]]
17125name = "xmlwriter"
17126version = "0.1.0"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17129
17130[[package]]
17131name = "xtask"
17132version = "0.1.0"
17133dependencies = [
17134 "anyhow",
17135 "cargo_metadata",
17136 "cargo_toml",
17137 "clap",
17138]
17139
17140[[package]]
17141name = "yaml-rust2"
17142version = "0.8.1"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17145dependencies = [
17146 "arraydeque",
17147 "encoding_rs",
17148 "hashlink 0.8.4",
17149]
17150
17151[[package]]
17152name = "yansi"
17153version = "1.0.1"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17156
17157[[package]]
17158name = "yazi"
17159version = "0.2.1"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17162
17163[[package]]
17164name = "yeslogic-fontconfig-sys"
17165version = "6.0.0"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17168dependencies = [
17169 "dlib",
17170 "once_cell",
17171 "pkg-config",
17172]
17173
17174[[package]]
17175name = "yoke"
17176version = "0.7.5"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17179dependencies = [
17180 "serde",
17181 "stable_deref_trait",
17182 "yoke-derive",
17183 "zerofrom",
17184]
17185
17186[[package]]
17187name = "yoke-derive"
17188version = "0.7.5"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17191dependencies = [
17192 "proc-macro2",
17193 "quote",
17194 "syn 2.0.100",
17195 "synstructure",
17196]
17197
17198[[package]]
17199name = "zbus"
17200version = "5.5.0"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17203dependencies = [
17204 "async-broadcast",
17205 "async-executor",
17206 "async-fs",
17207 "async-io",
17208 "async-lock",
17209 "async-process",
17210 "async-recursion 1.1.1",
17211 "async-task",
17212 "async-trait",
17213 "blocking",
17214 "enumflags2",
17215 "event-listener 5.3.1",
17216 "futures-core",
17217 "futures-lite 2.6.0",
17218 "hex",
17219 "nix",
17220 "ordered-stream",
17221 "serde",
17222 "serde_repr",
17223 "static_assertions",
17224 "tracing",
17225 "uds_windows",
17226 "windows-sys 0.59.0",
17227 "winnow 0.7.1",
17228 "xdg-home",
17229 "zbus_macros",
17230 "zbus_names",
17231 "zvariant",
17232]
17233
17234[[package]]
17235name = "zbus_macros"
17236version = "5.5.0"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17239dependencies = [
17240 "proc-macro-crate",
17241 "proc-macro2",
17242 "quote",
17243 "syn 2.0.100",
17244 "zbus_names",
17245 "zvariant",
17246 "zvariant_utils",
17247]
17248
17249[[package]]
17250name = "zbus_names"
17251version = "4.1.0"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17254dependencies = [
17255 "serde",
17256 "static_assertions",
17257 "winnow 0.6.20",
17258 "zvariant",
17259]
17260
17261[[package]]
17262name = "zed"
17263version = "0.180.0"
17264dependencies = [
17265 "activity_indicator",
17266 "anyhow",
17267 "ashpd",
17268 "assets",
17269 "assistant",
17270 "assistant2",
17271 "assistant_context_editor",
17272 "assistant_settings",
17273 "assistant_tools",
17274 "async-watch",
17275 "audio",
17276 "auto_update",
17277 "auto_update_ui",
17278 "backtrace",
17279 "breadcrumbs",
17280 "call",
17281 "channel",
17282 "chrono",
17283 "clap",
17284 "cli",
17285 "client",
17286 "collab_ui",
17287 "collections",
17288 "command_palette",
17289 "command_palette_hooks",
17290 "component_preview",
17291 "copilot",
17292 "db",
17293 "debugger_tools",
17294 "debugger_ui",
17295 "diagnostics",
17296 "editor",
17297 "env_logger 0.11.7",
17298 "extension",
17299 "extension_host",
17300 "extensions_ui",
17301 "feature_flags",
17302 "feedback",
17303 "file_finder",
17304 "fs",
17305 "futures 0.3.31",
17306 "git",
17307 "git_hosting_providers",
17308 "git_ui",
17309 "go_to_line",
17310 "gpui",
17311 "gpui_tokio",
17312 "http_client",
17313 "image_viewer",
17314 "inline_completion_button",
17315 "install_cli",
17316 "journal",
17317 "language",
17318 "language_extension",
17319 "language_model",
17320 "language_models",
17321 "language_selector",
17322 "language_tools",
17323 "languages",
17324 "libc",
17325 "log",
17326 "markdown_preview",
17327 "menu",
17328 "migrator",
17329 "mimalloc",
17330 "nix",
17331 "node_runtime",
17332 "notifications",
17333 "outline",
17334 "outline_panel",
17335 "parking_lot",
17336 "paths",
17337 "picker",
17338 "profiling",
17339 "project",
17340 "project_panel",
17341 "project_symbols",
17342 "prompt_store",
17343 "proto",
17344 "recent_projects",
17345 "release_channel",
17346 "remote",
17347 "repl",
17348 "reqwest_client",
17349 "rope",
17350 "search",
17351 "serde",
17352 "serde_json",
17353 "session",
17354 "settings",
17355 "settings_ui",
17356 "shellexpand 2.1.2",
17357 "simplelog",
17358 "smol",
17359 "snippet_provider",
17360 "snippets_ui",
17361 "supermaven",
17362 "sysinfo",
17363 "tab_switcher",
17364 "task",
17365 "tasks_ui",
17366 "telemetry",
17367 "telemetry_events",
17368 "terminal_view",
17369 "theme",
17370 "theme_extension",
17371 "theme_selector",
17372 "time",
17373 "title_bar",
17374 "toolchain_selector",
17375 "tree-sitter-md",
17376 "tree-sitter-rust",
17377 "ui",
17378 "ui_prompt",
17379 "url",
17380 "urlencoding",
17381 "util",
17382 "uuid",
17383 "vim",
17384 "vim_mode_setting",
17385 "welcome",
17386 "windows 0.61.1",
17387 "winresource",
17388 "workspace",
17389 "zed_actions",
17390 "zeta",
17391 "zlog_settings",
17392]
17393
17394[[package]]
17395name = "zed_actions"
17396version = "0.1.0"
17397dependencies = [
17398 "gpui",
17399 "schemars",
17400 "serde",
17401]
17402
17403[[package]]
17404name = "zed_emmet"
17405version = "0.0.3"
17406dependencies = [
17407 "zed_extension_api 0.1.0",
17408]
17409
17410[[package]]
17411name = "zed_extension_api"
17412version = "0.1.0"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
17415dependencies = [
17416 "serde",
17417 "serde_json",
17418 "wit-bindgen",
17419]
17420
17421[[package]]
17422name = "zed_extension_api"
17423version = "0.4.0"
17424dependencies = [
17425 "serde",
17426 "serde_json",
17427 "wit-bindgen",
17428]
17429
17430[[package]]
17431name = "zed_glsl"
17432version = "0.1.0"
17433dependencies = [
17434 "zed_extension_api 0.1.0",
17435]
17436
17437[[package]]
17438name = "zed_html"
17439version = "0.1.6"
17440dependencies = [
17441 "zed_extension_api 0.1.0",
17442]
17443
17444[[package]]
17445name = "zed_llm_client"
17446version = "0.4.1"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "1bf21350eced858d129840589158a8f6895c4fa4327ae56dd8c7d6a98495bed4"
17449dependencies = [
17450 "serde",
17451 "serde_json",
17452 "uuid",
17453]
17454
17455[[package]]
17456name = "zed_proto"
17457version = "0.2.1"
17458dependencies = [
17459 "zed_extension_api 0.1.0",
17460]
17461
17462[[package]]
17463name = "zed_ruff"
17464version = "0.1.0"
17465dependencies = [
17466 "zed_extension_api 0.1.0",
17467]
17468
17469[[package]]
17470name = "zed_snippets"
17471version = "0.0.5"
17472dependencies = [
17473 "serde_json",
17474 "zed_extension_api 0.1.0",
17475]
17476
17477[[package]]
17478name = "zed_test_extension"
17479version = "0.1.0"
17480dependencies = [
17481 "zed_extension_api 0.4.0",
17482]
17483
17484[[package]]
17485name = "zed_toml"
17486version = "0.1.3"
17487dependencies = [
17488 "zed_extension_api 0.1.0",
17489]
17490
17491[[package]]
17492name = "zeno"
17493version = "0.3.2"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17"
17496
17497[[package]]
17498name = "zerocopy"
17499version = "0.7.35"
17500source = "registry+https://github.com/rust-lang/crates.io-index"
17501checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
17502dependencies = [
17503 "byteorder",
17504 "zerocopy-derive 0.7.35",
17505]
17506
17507[[package]]
17508name = "zerocopy"
17509version = "0.8.18"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2"
17512dependencies = [
17513 "zerocopy-derive 0.8.18",
17514]
17515
17516[[package]]
17517name = "zerocopy-derive"
17518version = "0.7.35"
17519source = "registry+https://github.com/rust-lang/crates.io-index"
17520checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
17521dependencies = [
17522 "proc-macro2",
17523 "quote",
17524 "syn 2.0.100",
17525]
17526
17527[[package]]
17528name = "zerocopy-derive"
17529version = "0.8.18"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7"
17532dependencies = [
17533 "proc-macro2",
17534 "quote",
17535 "syn 2.0.100",
17536]
17537
17538[[package]]
17539name = "zerofrom"
17540version = "0.1.5"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
17543dependencies = [
17544 "zerofrom-derive",
17545]
17546
17547[[package]]
17548name = "zerofrom-derive"
17549version = "0.1.5"
17550source = "registry+https://github.com/rust-lang/crates.io-index"
17551checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
17552dependencies = [
17553 "proc-macro2",
17554 "quote",
17555 "syn 2.0.100",
17556 "synstructure",
17557]
17558
17559[[package]]
17560name = "zeroize"
17561version = "1.8.1"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
17564dependencies = [
17565 "zeroize_derive",
17566]
17567
17568[[package]]
17569name = "zeroize_derive"
17570version = "1.4.2"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
17573dependencies = [
17574 "proc-macro2",
17575 "quote",
17576 "syn 2.0.100",
17577]
17578
17579[[package]]
17580name = "zeromq"
17581version = "0.5.0-pre"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "a1fe92954d37e77bed5e2775cb0fed7dba5f6bc4be6f7f76172a4eb371dc6a9b"
17584dependencies = [
17585 "async-dispatcher",
17586 "async-std",
17587 "async-trait",
17588 "asynchronous-codec",
17589 "bytes 1.10.1",
17590 "crossbeam-queue",
17591 "dashmap 5.5.3",
17592 "futures 0.3.31",
17593 "log",
17594 "num-traits",
17595 "once_cell",
17596 "parking_lot",
17597 "rand 0.8.5",
17598 "regex",
17599 "thiserror 1.0.69",
17600 "uuid",
17601]
17602
17603[[package]]
17604name = "zerovec"
17605version = "0.10.4"
17606source = "registry+https://github.com/rust-lang/crates.io-index"
17607checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
17608dependencies = [
17609 "yoke",
17610 "zerofrom",
17611 "zerovec-derive",
17612]
17613
17614[[package]]
17615name = "zerovec-derive"
17616version = "0.10.3"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
17619dependencies = [
17620 "proc-macro2",
17621 "quote",
17622 "syn 2.0.100",
17623]
17624
17625[[package]]
17626name = "zeta"
17627version = "0.1.0"
17628dependencies = [
17629 "anyhow",
17630 "arrayvec",
17631 "call",
17632 "client",
17633 "clock",
17634 "collections",
17635 "command_palette_hooks",
17636 "ctor",
17637 "db",
17638 "editor",
17639 "env_logger 0.11.7",
17640 "feature_flags",
17641 "fs",
17642 "futures 0.3.31",
17643 "gpui",
17644 "http_client",
17645 "indoc",
17646 "inline_completion",
17647 "language",
17648 "language_model",
17649 "log",
17650 "menu",
17651 "migrator",
17652 "paths",
17653 "postage",
17654 "project",
17655 "regex",
17656 "release_channel",
17657 "reqwest_client",
17658 "rpc",
17659 "serde",
17660 "serde_json",
17661 "settings",
17662 "telemetry",
17663 "telemetry_events",
17664 "theme",
17665 "thiserror 2.0.12",
17666 "tree-sitter-go",
17667 "tree-sitter-rust",
17668 "ui",
17669 "unindent",
17670 "util",
17671 "uuid",
17672 "workspace",
17673 "worktree",
17674 "zed_actions",
17675 "zed_llm_client",
17676]
17677
17678[[package]]
17679name = "zip"
17680version = "0.6.6"
17681source = "registry+https://github.com/rust-lang/crates.io-index"
17682checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17683dependencies = [
17684 "aes",
17685 "byteorder",
17686 "bzip2",
17687 "constant_time_eq 0.1.5",
17688 "crc32fast",
17689 "crossbeam-utils",
17690 "flate2",
17691 "hmac",
17692 "pbkdf2 0.11.0",
17693 "sha1",
17694 "time",
17695 "zstd",
17696]
17697
17698[[package]]
17699name = "zlog"
17700version = "0.1.0"
17701dependencies = [
17702 "log",
17703]
17704
17705[[package]]
17706name = "zlog_settings"
17707version = "0.1.0"
17708dependencies = [
17709 "anyhow",
17710 "gpui",
17711 "schemars",
17712 "serde",
17713 "settings",
17714 "zlog",
17715]
17716
17717[[package]]
17718name = "zstd"
17719version = "0.11.2+zstd.1.5.2"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17722dependencies = [
17723 "zstd-safe",
17724]
17725
17726[[package]]
17727name = "zstd-safe"
17728version = "5.0.2+zstd.1.5.2"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17731dependencies = [
17732 "libc",
17733 "zstd-sys",
17734]
17735
17736[[package]]
17737name = "zstd-sys"
17738version = "2.0.13+zstd.1.5.6"
17739source = "registry+https://github.com/rust-lang/crates.io-index"
17740checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17741dependencies = [
17742 "cc",
17743 "pkg-config",
17744]
17745
17746[[package]]
17747name = "zune-core"
17748version = "0.4.12"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17751
17752[[package]]
17753name = "zune-inflate"
17754version = "0.2.54"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17757dependencies = [
17758 "simd-adler32",
17759]
17760
17761[[package]]
17762name = "zune-jpeg"
17763version = "0.4.13"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17766dependencies = [
17767 "zune-core",
17768]
17769
17770[[package]]
17771name = "zvariant"
17772version = "5.4.0"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17775dependencies = [
17776 "endi",
17777 "enumflags2",
17778 "serde",
17779 "static_assertions",
17780 "url",
17781 "winnow 0.7.1",
17782 "zvariant_derive",
17783 "zvariant_utils",
17784]
17785
17786[[package]]
17787name = "zvariant_derive"
17788version = "5.4.0"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17791dependencies = [
17792 "proc-macro-crate",
17793 "proc-macro2",
17794 "quote",
17795 "syn 2.0.100",
17796 "zvariant_utils",
17797]
17798
17799[[package]]
17800name = "zvariant_utils"
17801version = "3.2.0"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17804dependencies = [
17805 "proc-macro2",
17806 "quote",
17807 "serde",
17808 "static_assertions",
17809 "syn 2.0.100",
17810 "winnow 0.7.1",
17811]