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 "chrono",
 5640 "collections",
 5641 "command_palette_hooks",
 5642 "component",
 5643 "ctor",
 5644 "db",
 5645 "editor",
 5646 "env_logger 0.11.7",
 5647 "futures 0.3.31",
 5648 "fuzzy",
 5649 "git",
 5650 "gpui",
 5651 "itertools 0.14.0",
 5652 "language",
 5653 "language_model",
 5654 "linkify",
 5655 "linkme",
 5656 "log",
 5657 "menu",
 5658 "multi_buffer",
 5659 "notifications",
 5660 "panel",
 5661 "picker",
 5662 "postage",
 5663 "pretty_assertions",
 5664 "project",
 5665 "schemars",
 5666 "serde",
 5667 "serde_derive",
 5668 "serde_json",
 5669 "settings",
 5670 "strum",
 5671 "telemetry",
 5672 "theme",
 5673 "time",
 5674 "time_format",
 5675 "ui",
 5676 "unindent",
 5677 "util",
 5678 "windows 0.61.1",
 5679 "workspace",
 5680 "zed_actions",
 5681]
 5682
 5683[[package]]
 5684name = "glob"
 5685version = "0.3.1"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 5688
 5689[[package]]
 5690name = "globset"
 5691version = "0.4.16"
 5692source = "registry+https://github.com/rust-lang/crates.io-index"
 5693checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
 5694dependencies = [
 5695 "aho-corasick",
 5696 "bstr",
 5697 "log",
 5698 "regex-automata 0.4.9",
 5699 "regex-syntax 0.8.5",
 5700]
 5701
 5702[[package]]
 5703name = "gloo-timers"
 5704version = "0.3.0"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 5707dependencies = [
 5708 "futures-channel",
 5709 "futures-core",
 5710 "js-sys",
 5711 "wasm-bindgen",
 5712]
 5713
 5714[[package]]
 5715name = "glow"
 5716version = "0.14.2"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483"
 5719dependencies = [
 5720 "js-sys",
 5721 "slotmap",
 5722 "wasm-bindgen",
 5723 "web-sys",
 5724]
 5725
 5726[[package]]
 5727name = "go_to_line"
 5728version = "0.1.0"
 5729dependencies = [
 5730 "anyhow",
 5731 "editor",
 5732 "gpui",
 5733 "indoc",
 5734 "language",
 5735 "menu",
 5736 "project",
 5737 "rope",
 5738 "schemars",
 5739 "serde",
 5740 "serde_json",
 5741 "settings",
 5742 "text",
 5743 "theme",
 5744 "tree-sitter-rust",
 5745 "tree-sitter-typescript",
 5746 "ui",
 5747 "util",
 5748 "workspace",
 5749]
 5750
 5751[[package]]
 5752name = "google_ai"
 5753version = "0.1.0"
 5754dependencies = [
 5755 "anyhow",
 5756 "futures 0.3.31",
 5757 "http_client",
 5758 "schemars",
 5759 "serde",
 5760 "serde_json",
 5761 "strum",
 5762]
 5763
 5764[[package]]
 5765name = "gpu-alloc"
 5766version = "0.6.0"
 5767source = "registry+https://github.com/rust-lang/crates.io-index"
 5768checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 5769dependencies = [
 5770 "bitflags 2.8.0",
 5771 "gpu-alloc-types",
 5772]
 5773
 5774[[package]]
 5775name = "gpu-alloc-ash"
 5776version = "0.7.0"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 5779dependencies = [
 5780 "ash",
 5781 "gpu-alloc-types",
 5782 "tinyvec",
 5783]
 5784
 5785[[package]]
 5786name = "gpu-alloc-types"
 5787version = "0.3.0"
 5788source = "registry+https://github.com/rust-lang/crates.io-index"
 5789checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 5790dependencies = [
 5791 "bitflags 2.8.0",
 5792]
 5793
 5794[[package]]
 5795name = "gpui"
 5796version = "0.1.0"
 5797dependencies = [
 5798 "anyhow",
 5799 "as-raw-xcb-connection",
 5800 "ashpd",
 5801 "async-task",
 5802 "backtrace",
 5803 "bindgen 0.70.1",
 5804 "blade-graphics",
 5805 "blade-macros",
 5806 "blade-util",
 5807 "block",
 5808 "bytemuck",
 5809 "calloop",
 5810 "calloop-wayland-source",
 5811 "cbindgen 0.28.0",
 5812 "cocoa 0.26.0",
 5813 "collections",
 5814 "core-foundation 0.9.4",
 5815 "core-foundation-sys",
 5816 "core-graphics 0.23.2",
 5817 "core-text",
 5818 "cosmic-text",
 5819 "ctor",
 5820 "derive_more",
 5821 "embed-resource",
 5822 "env_logger 0.11.7",
 5823 "etagere",
 5824 "filedescriptor",
 5825 "flume",
 5826 "font-kit",
 5827 "foreign-types 0.5.0",
 5828 "futures 0.3.31",
 5829 "gpui_macros",
 5830 "http_client",
 5831 "image",
 5832 "inventory",
 5833 "itertools 0.14.0",
 5834 "log",
 5835 "lyon",
 5836 "media",
 5837 "metal",
 5838 "naga",
 5839 "num_cpus",
 5840 "objc",
 5841 "objc2",
 5842 "objc2-metal",
 5843 "oo7",
 5844 "open",
 5845 "parking",
 5846 "parking_lot",
 5847 "pathfinder_geometry",
 5848 "postage",
 5849 "profiling",
 5850 "rand 0.8.5",
 5851 "raw-window-handle",
 5852 "refineable",
 5853 "reqwest_client",
 5854 "resvg",
 5855 "schemars",
 5856 "seahash",
 5857 "semantic_version",
 5858 "serde",
 5859 "serde_derive",
 5860 "serde_json",
 5861 "slotmap",
 5862 "smallvec",
 5863 "smol",
 5864 "strum",
 5865 "sum_tree",
 5866 "taffy",
 5867 "thiserror 2.0.12",
 5868 "unicode-segmentation",
 5869 "usvg",
 5870 "util",
 5871 "uuid",
 5872 "waker-fn",
 5873 "wayland-backend",
 5874 "wayland-client",
 5875 "wayland-cursor",
 5876 "wayland-protocols",
 5877 "wayland-protocols-plasma",
 5878 "windows 0.61.1",
 5879 "windows-core 0.61.0",
 5880 "windows-numerics",
 5881 "x11-clipboard",
 5882 "x11rb",
 5883 "xim",
 5884 "xkbcommon",
 5885]
 5886
 5887[[package]]
 5888name = "gpui_macros"
 5889version = "0.1.0"
 5890dependencies = [
 5891 "gpui",
 5892 "proc-macro2",
 5893 "quote",
 5894 "syn 1.0.109",
 5895]
 5896
 5897[[package]]
 5898name = "gpui_tokio"
 5899version = "0.1.0"
 5900dependencies = [
 5901 "gpui",
 5902 "tokio",
 5903 "util",
 5904]
 5905
 5906[[package]]
 5907name = "grid"
 5908version = "0.13.0"
 5909source = "registry+https://github.com/rust-lang/crates.io-index"
 5910checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 5911
 5912[[package]]
 5913name = "group"
 5914version = "0.12.1"
 5915source = "registry+https://github.com/rust-lang/crates.io-index"
 5916checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 5917dependencies = [
 5918 "ff",
 5919 "rand_core 0.6.4",
 5920 "subtle",
 5921]
 5922
 5923[[package]]
 5924name = "h2"
 5925version = "0.3.26"
 5926source = "registry+https://github.com/rust-lang/crates.io-index"
 5927checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 5928dependencies = [
 5929 "bytes 1.10.1",
 5930 "fnv",
 5931 "futures-core",
 5932 "futures-sink",
 5933 "futures-util",
 5934 "http 0.2.12",
 5935 "indexmap",
 5936 "slab",
 5937 "tokio",
 5938 "tokio-util",
 5939 "tracing",
 5940]
 5941
 5942[[package]]
 5943name = "h2"
 5944version = "0.4.7"
 5945source = "registry+https://github.com/rust-lang/crates.io-index"
 5946checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
 5947dependencies = [
 5948 "atomic-waker",
 5949 "bytes 1.10.1",
 5950 "fnv",
 5951 "futures-core",
 5952 "futures-sink",
 5953 "http 1.2.0",
 5954 "indexmap",
 5955 "slab",
 5956 "tokio",
 5957 "tokio-util",
 5958 "tracing",
 5959]
 5960
 5961[[package]]
 5962name = "half"
 5963version = "2.4.1"
 5964source = "registry+https://github.com/rust-lang/crates.io-index"
 5965checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5966dependencies = [
 5967 "cfg-if",
 5968 "crunchy",
 5969]
 5970
 5971[[package]]
 5972name = "handlebars"
 5973version = "4.5.0"
 5974source = "registry+https://github.com/rust-lang/crates.io-index"
 5975checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 5976dependencies = [
 5977 "log",
 5978 "pest",
 5979 "pest_derive",
 5980 "serde",
 5981 "serde_json",
 5982 "thiserror 1.0.69",
 5983]
 5984
 5985[[package]]
 5986name = "handlebars"
 5987version = "6.2.0"
 5988source = "registry+https://github.com/rust-lang/crates.io-index"
 5989checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
 5990dependencies = [
 5991 "log",
 5992 "num-order",
 5993 "pest",
 5994 "pest_derive",
 5995 "serde",
 5996 "serde_json",
 5997 "thiserror 1.0.69",
 5998]
 5999
 6000[[package]]
 6001name = "hashbrown"
 6002version = "0.12.3"
 6003source = "registry+https://github.com/rust-lang/crates.io-index"
 6004checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 6005dependencies = [
 6006 "ahash 0.7.8",
 6007]
 6008
 6009[[package]]
 6010name = "hashbrown"
 6011version = "0.14.5"
 6012source = "registry+https://github.com/rust-lang/crates.io-index"
 6013checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 6014dependencies = [
 6015 "ahash 0.8.11",
 6016 "allocator-api2",
 6017]
 6018
 6019[[package]]
 6020name = "hashbrown"
 6021version = "0.15.2"
 6022source = "registry+https://github.com/rust-lang/crates.io-index"
 6023checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
 6024dependencies = [
 6025 "allocator-api2",
 6026 "equivalent",
 6027 "foldhash",
 6028 "serde",
 6029]
 6030
 6031[[package]]
 6032name = "hashlink"
 6033version = "0.8.4"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 6036dependencies = [
 6037 "hashbrown 0.14.5",
 6038]
 6039
 6040[[package]]
 6041name = "hashlink"
 6042version = "0.10.0"
 6043source = "registry+https://github.com/rust-lang/crates.io-index"
 6044checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 6045dependencies = [
 6046 "hashbrown 0.15.2",
 6047]
 6048
 6049[[package]]
 6050name = "headers"
 6051version = "0.3.9"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 6054dependencies = [
 6055 "base64 0.21.7",
 6056 "bytes 1.10.1",
 6057 "headers-core",
 6058 "http 0.2.12",
 6059 "httpdate",
 6060 "mime",
 6061 "sha1",
 6062]
 6063
 6064[[package]]
 6065name = "headers-core"
 6066version = "0.2.0"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 6069dependencies = [
 6070 "http 0.2.12",
 6071]
 6072
 6073[[package]]
 6074name = "heck"
 6075version = "0.3.3"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 6078dependencies = [
 6079 "unicode-segmentation",
 6080]
 6081
 6082[[package]]
 6083name = "heck"
 6084version = "0.4.1"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 6087dependencies = [
 6088 "unicode-segmentation",
 6089]
 6090
 6091[[package]]
 6092name = "heck"
 6093version = "0.5.0"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 6096
 6097[[package]]
 6098name = "heed"
 6099version = "0.21.0"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 6102dependencies = [
 6103 "bitflags 2.8.0",
 6104 "byteorder",
 6105 "heed-traits",
 6106 "heed-types",
 6107 "libc",
 6108 "lmdb-master-sys",
 6109 "once_cell",
 6110 "page_size",
 6111 "serde",
 6112 "synchronoise",
 6113 "url",
 6114]
 6115
 6116[[package]]
 6117name = "heed-traits"
 6118version = "0.20.0"
 6119source = "registry+https://github.com/rust-lang/crates.io-index"
 6120checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 6121
 6122[[package]]
 6123name = "heed-types"
 6124version = "0.21.0"
 6125source = "registry+https://github.com/rust-lang/crates.io-index"
 6126checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 6127dependencies = [
 6128 "bincode",
 6129 "byteorder",
 6130 "heed-traits",
 6131 "serde",
 6132 "serde_json",
 6133]
 6134
 6135[[package]]
 6136name = "hermit-abi"
 6137version = "0.3.9"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 6140
 6141[[package]]
 6142name = "hermit-abi"
 6143version = "0.4.0"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 6146
 6147[[package]]
 6148name = "hex"
 6149version = "0.4.3"
 6150source = "registry+https://github.com/rust-lang/crates.io-index"
 6151checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 6152
 6153[[package]]
 6154name = "hexf-parse"
 6155version = "0.2.1"
 6156source = "registry+https://github.com/rust-lang/crates.io-index"
 6157checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 6158
 6159[[package]]
 6160name = "hidden-trait"
 6161version = "0.1.2"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 6164dependencies = [
 6165 "proc-macro2",
 6166 "quote",
 6167 "syn 1.0.109",
 6168]
 6169
 6170[[package]]
 6171name = "hkdf"
 6172version = "0.12.4"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 6175dependencies = [
 6176 "hmac",
 6177]
 6178
 6179[[package]]
 6180name = "hmac"
 6181version = "0.12.1"
 6182source = "registry+https://github.com/rust-lang/crates.io-index"
 6183checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 6184dependencies = [
 6185 "digest",
 6186]
 6187
 6188[[package]]
 6189name = "home"
 6190version = "0.5.9"
 6191source = "registry+https://github.com/rust-lang/crates.io-index"
 6192checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 6193dependencies = [
 6194 "windows-sys 0.52.0",
 6195]
 6196
 6197[[package]]
 6198name = "hound"
 6199version = "3.5.1"
 6200source = "registry+https://github.com/rust-lang/crates.io-index"
 6201checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 6202
 6203[[package]]
 6204name = "html5ever"
 6205version = "0.27.0"
 6206source = "registry+https://github.com/rust-lang/crates.io-index"
 6207checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 6208dependencies = [
 6209 "log",
 6210 "mac",
 6211 "markup5ever",
 6212 "proc-macro2",
 6213 "quote",
 6214 "syn 2.0.100",
 6215]
 6216
 6217[[package]]
 6218name = "html_to_markdown"
 6219version = "0.1.0"
 6220dependencies = [
 6221 "anyhow",
 6222 "html5ever",
 6223 "indoc",
 6224 "markup5ever_rcdom",
 6225 "pretty_assertions",
 6226 "regex",
 6227]
 6228
 6229[[package]]
 6230name = "http"
 6231version = "0.2.12"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 6234dependencies = [
 6235 "bytes 1.10.1",
 6236 "fnv",
 6237 "itoa",
 6238]
 6239
 6240[[package]]
 6241name = "http"
 6242version = "1.2.0"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
 6245dependencies = [
 6246 "bytes 1.10.1",
 6247 "fnv",
 6248 "itoa",
 6249]
 6250
 6251[[package]]
 6252name = "http-body"
 6253version = "0.4.6"
 6254source = "registry+https://github.com/rust-lang/crates.io-index"
 6255checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 6256dependencies = [
 6257 "bytes 1.10.1",
 6258 "http 0.2.12",
 6259 "pin-project-lite",
 6260]
 6261
 6262[[package]]
 6263name = "http-body"
 6264version = "1.0.1"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 6267dependencies = [
 6268 "bytes 1.10.1",
 6269 "http 1.2.0",
 6270]
 6271
 6272[[package]]
 6273name = "http-body-util"
 6274version = "0.1.2"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 6277dependencies = [
 6278 "bytes 1.10.1",
 6279 "futures-util",
 6280 "http 1.2.0",
 6281 "http-body 1.0.1",
 6282 "pin-project-lite",
 6283]
 6284
 6285[[package]]
 6286name = "http-range-header"
 6287version = "0.3.1"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 6290
 6291[[package]]
 6292name = "http-types"
 6293version = "2.12.0"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
 6296dependencies = [
 6297 "anyhow",
 6298 "async-channel 1.9.0",
 6299 "base64 0.13.1",
 6300 "futures-lite 1.13.0",
 6301 "http 0.2.12",
 6302 "infer",
 6303 "pin-project-lite",
 6304 "rand 0.7.3",
 6305 "serde",
 6306 "serde_json",
 6307 "serde_qs 0.8.5",
 6308 "serde_urlencoded",
 6309 "url",
 6310]
 6311
 6312[[package]]
 6313name = "http_client"
 6314version = "0.1.0"
 6315dependencies = [
 6316 "anyhow",
 6317 "bytes 1.10.1",
 6318 "derive_more",
 6319 "futures 0.3.31",
 6320 "http 1.2.0",
 6321 "log",
 6322 "serde",
 6323 "serde_json",
 6324 "url",
 6325]
 6326
 6327[[package]]
 6328name = "http_client_tls"
 6329version = "0.1.0"
 6330dependencies = [
 6331 "rustls 0.23.25",
 6332 "rustls-platform-verifier",
 6333]
 6334
 6335[[package]]
 6336name = "httparse"
 6337version = "1.9.5"
 6338source = "registry+https://github.com/rust-lang/crates.io-index"
 6339checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 6340
 6341[[package]]
 6342name = "httpdate"
 6343version = "1.0.3"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 6346
 6347[[package]]
 6348name = "human_bytes"
 6349version = "0.4.3"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 6352
 6353[[package]]
 6354name = "humantime"
 6355version = "2.1.0"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 6358
 6359[[package]]
 6360name = "hyper"
 6361version = "0.14.32"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 6364dependencies = [
 6365 "bytes 1.10.1",
 6366 "futures-channel",
 6367 "futures-core",
 6368 "futures-util",
 6369 "h2 0.3.26",
 6370 "http 0.2.12",
 6371 "http-body 0.4.6",
 6372 "httparse",
 6373 "httpdate",
 6374 "itoa",
 6375 "pin-project-lite",
 6376 "socket2",
 6377 "tokio",
 6378 "tower-service",
 6379 "tracing",
 6380 "want",
 6381]
 6382
 6383[[package]]
 6384name = "hyper"
 6385version = "1.5.1"
 6386source = "registry+https://github.com/rust-lang/crates.io-index"
 6387checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
 6388dependencies = [
 6389 "bytes 1.10.1",
 6390 "futures-channel",
 6391 "futures-util",
 6392 "h2 0.4.7",
 6393 "http 1.2.0",
 6394 "http-body 1.0.1",
 6395 "httparse",
 6396 "itoa",
 6397 "pin-project-lite",
 6398 "smallvec",
 6399 "tokio",
 6400 "want",
 6401]
 6402
 6403[[package]]
 6404name = "hyper-rustls"
 6405version = "0.24.2"
 6406source = "registry+https://github.com/rust-lang/crates.io-index"
 6407checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 6408dependencies = [
 6409 "futures-util",
 6410 "http 0.2.12",
 6411 "hyper 0.14.32",
 6412 "log",
 6413 "rustls 0.21.12",
 6414 "rustls-native-certs 0.6.3",
 6415 "tokio",
 6416 "tokio-rustls 0.24.1",
 6417]
 6418
 6419[[package]]
 6420name = "hyper-rustls"
 6421version = "0.27.3"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 6424dependencies = [
 6425 "futures-util",
 6426 "http 1.2.0",
 6427 "hyper 1.5.1",
 6428 "hyper-util",
 6429 "rustls 0.23.25",
 6430 "rustls-native-certs 0.8.1",
 6431 "rustls-pki-types",
 6432 "tokio",
 6433 "tokio-rustls 0.26.1",
 6434 "tower-service",
 6435]
 6436
 6437[[package]]
 6438name = "hyper-tls"
 6439version = "0.5.0"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 6442dependencies = [
 6443 "bytes 1.10.1",
 6444 "hyper 0.14.32",
 6445 "native-tls",
 6446 "tokio",
 6447 "tokio-native-tls",
 6448]
 6449
 6450[[package]]
 6451name = "hyper-util"
 6452version = "0.1.10"
 6453source = "registry+https://github.com/rust-lang/crates.io-index"
 6454checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 6455dependencies = [
 6456 "bytes 1.10.1",
 6457 "futures-channel",
 6458 "futures-util",
 6459 "http 1.2.0",
 6460 "http-body 1.0.1",
 6461 "hyper 1.5.1",
 6462 "pin-project-lite",
 6463 "socket2",
 6464 "tokio",
 6465 "tower-service",
 6466 "tracing",
 6467]
 6468
 6469[[package]]
 6470name = "iana-time-zone"
 6471version = "0.1.61"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
 6474dependencies = [
 6475 "android_system_properties",
 6476 "core-foundation-sys",
 6477 "iana-time-zone-haiku",
 6478 "js-sys",
 6479 "wasm-bindgen",
 6480 "windows-core 0.52.0",
 6481]
 6482
 6483[[package]]
 6484name = "iana-time-zone-haiku"
 6485version = "0.1.2"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 6488dependencies = [
 6489 "cc",
 6490]
 6491
 6492[[package]]
 6493name = "icu_collections"
 6494version = "1.5.0"
 6495source = "registry+https://github.com/rust-lang/crates.io-index"
 6496checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
 6497dependencies = [
 6498 "displaydoc",
 6499 "yoke",
 6500 "zerofrom",
 6501 "zerovec",
 6502]
 6503
 6504[[package]]
 6505name = "icu_locid"
 6506version = "1.5.0"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
 6509dependencies = [
 6510 "displaydoc",
 6511 "litemap",
 6512 "tinystr",
 6513 "writeable",
 6514 "zerovec",
 6515]
 6516
 6517[[package]]
 6518name = "icu_locid_transform"
 6519version = "1.5.0"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
 6522dependencies = [
 6523 "displaydoc",
 6524 "icu_locid",
 6525 "icu_locid_transform_data",
 6526 "icu_provider",
 6527 "tinystr",
 6528 "zerovec",
 6529]
 6530
 6531[[package]]
 6532name = "icu_locid_transform_data"
 6533version = "1.5.0"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
 6536
 6537[[package]]
 6538name = "icu_normalizer"
 6539version = "1.5.0"
 6540source = "registry+https://github.com/rust-lang/crates.io-index"
 6541checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
 6542dependencies = [
 6543 "displaydoc",
 6544 "icu_collections",
 6545 "icu_normalizer_data",
 6546 "icu_properties",
 6547 "icu_provider",
 6548 "smallvec",
 6549 "utf16_iter",
 6550 "utf8_iter",
 6551 "write16",
 6552 "zerovec",
 6553]
 6554
 6555[[package]]
 6556name = "icu_normalizer_data"
 6557version = "1.5.0"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
 6560
 6561[[package]]
 6562name = "icu_properties"
 6563version = "1.5.1"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
 6566dependencies = [
 6567 "displaydoc",
 6568 "icu_collections",
 6569 "icu_locid_transform",
 6570 "icu_properties_data",
 6571 "icu_provider",
 6572 "tinystr",
 6573 "zerovec",
 6574]
 6575
 6576[[package]]
 6577name = "icu_properties_data"
 6578version = "1.5.0"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
 6581
 6582[[package]]
 6583name = "icu_provider"
 6584version = "1.5.0"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
 6587dependencies = [
 6588 "displaydoc",
 6589 "icu_locid",
 6590 "icu_provider_macros",
 6591 "stable_deref_trait",
 6592 "tinystr",
 6593 "writeable",
 6594 "yoke",
 6595 "zerofrom",
 6596 "zerovec",
 6597]
 6598
 6599[[package]]
 6600name = "icu_provider_macros"
 6601version = "1.5.0"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
 6604dependencies = [
 6605 "proc-macro2",
 6606 "quote",
 6607 "syn 2.0.100",
 6608]
 6609
 6610[[package]]
 6611name = "id-arena"
 6612version = "2.2.1"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 6615
 6616[[package]]
 6617name = "idna"
 6618version = "1.0.3"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
 6621dependencies = [
 6622 "idna_adapter",
 6623 "smallvec",
 6624 "utf8_iter",
 6625]
 6626
 6627[[package]]
 6628name = "idna_adapter"
 6629version = "1.2.0"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
 6632dependencies = [
 6633 "icu_normalizer",
 6634 "icu_properties",
 6635]
 6636
 6637[[package]]
 6638name = "ignore"
 6639version = "0.4.23"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
 6642dependencies = [
 6643 "crossbeam-deque",
 6644 "globset",
 6645 "log",
 6646 "memchr",
 6647 "regex-automata 0.4.9",
 6648 "same-file",
 6649 "walkdir",
 6650 "winapi-util",
 6651]
 6652
 6653[[package]]
 6654name = "image"
 6655version = "0.25.5"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
 6658dependencies = [
 6659 "bytemuck",
 6660 "byteorder-lite",
 6661 "color_quant",
 6662 "exr",
 6663 "gif",
 6664 "image-webp",
 6665 "num-traits",
 6666 "png",
 6667 "qoi",
 6668 "ravif",
 6669 "rayon",
 6670 "rgb",
 6671 "tiff",
 6672 "zune-core",
 6673 "zune-jpeg",
 6674]
 6675
 6676[[package]]
 6677name = "image-webp"
 6678version = "0.2.0"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
 6681dependencies = [
 6682 "byteorder-lite",
 6683 "quick-error",
 6684]
 6685
 6686[[package]]
 6687name = "image_viewer"
 6688version = "0.1.0"
 6689dependencies = [
 6690 "anyhow",
 6691 "db",
 6692 "editor",
 6693 "file_icons",
 6694 "gpui",
 6695 "project",
 6696 "schemars",
 6697 "serde",
 6698 "settings",
 6699 "theme",
 6700 "ui",
 6701 "util",
 6702 "workspace",
 6703]
 6704
 6705[[package]]
 6706name = "imagesize"
 6707version = "0.13.0"
 6708source = "registry+https://github.com/rust-lang/crates.io-index"
 6709checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 6710
 6711[[package]]
 6712name = "imara-diff"
 6713version = "0.1.8"
 6714source = "registry+https://github.com/rust-lang/crates.io-index"
 6715checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 6716dependencies = [
 6717 "hashbrown 0.15.2",
 6718]
 6719
 6720[[package]]
 6721name = "imgref"
 6722version = "1.11.0"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
 6725
 6726[[package]]
 6727name = "indexed_docs"
 6728version = "0.1.0"
 6729dependencies = [
 6730 "anyhow",
 6731 "async-trait",
 6732 "cargo_metadata",
 6733 "collections",
 6734 "derive_more",
 6735 "extension",
 6736 "fs",
 6737 "futures 0.3.31",
 6738 "fuzzy",
 6739 "gpui",
 6740 "heed",
 6741 "html_to_markdown",
 6742 "http_client",
 6743 "indexmap",
 6744 "indoc",
 6745 "parking_lot",
 6746 "paths",
 6747 "pretty_assertions",
 6748 "serde",
 6749 "strum",
 6750 "util",
 6751]
 6752
 6753[[package]]
 6754name = "indexmap"
 6755version = "2.7.1"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
 6758dependencies = [
 6759 "equivalent",
 6760 "hashbrown 0.15.2",
 6761 "serde",
 6762]
 6763
 6764[[package]]
 6765name = "indoc"
 6766version = "2.0.6"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 6769
 6770[[package]]
 6771name = "infer"
 6772version = "0.2.3"
 6773source = "registry+https://github.com/rust-lang/crates.io-index"
 6774checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
 6775
 6776[[package]]
 6777name = "inherent"
 6778version = "1.0.11"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
 6781dependencies = [
 6782 "proc-macro2",
 6783 "quote",
 6784 "syn 2.0.100",
 6785]
 6786
 6787[[package]]
 6788name = "inline_completion"
 6789version = "0.1.0"
 6790dependencies = [
 6791 "gpui",
 6792 "language",
 6793 "project",
 6794]
 6795
 6796[[package]]
 6797name = "inline_completion_button"
 6798version = "0.1.0"
 6799dependencies = [
 6800 "anyhow",
 6801 "client",
 6802 "copilot",
 6803 "editor",
 6804 "feature_flags",
 6805 "fs",
 6806 "futures 0.3.31",
 6807 "gpui",
 6808 "indoc",
 6809 "inline_completion",
 6810 "language",
 6811 "lsp",
 6812 "paths",
 6813 "project",
 6814 "regex",
 6815 "serde_json",
 6816 "settings",
 6817 "supermaven",
 6818 "telemetry",
 6819 "theme",
 6820 "ui",
 6821 "workspace",
 6822 "zed_actions",
 6823 "zeta",
 6824]
 6825
 6826[[package]]
 6827name = "inotify"
 6828version = "0.9.6"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 6831dependencies = [
 6832 "bitflags 1.3.2",
 6833 "inotify-sys",
 6834 "libc",
 6835]
 6836
 6837[[package]]
 6838name = "inotify"
 6839version = "0.11.0"
 6840source = "registry+https://github.com/rust-lang/crates.io-index"
 6841checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 6842dependencies = [
 6843 "bitflags 2.8.0",
 6844 "inotify-sys",
 6845 "libc",
 6846]
 6847
 6848[[package]]
 6849name = "inotify-sys"
 6850version = "0.1.5"
 6851source = "registry+https://github.com/rust-lang/crates.io-index"
 6852checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 6853dependencies = [
 6854 "libc",
 6855]
 6856
 6857[[package]]
 6858name = "inout"
 6859version = "0.1.3"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 6862dependencies = [
 6863 "block-padding",
 6864 "generic-array",
 6865]
 6866
 6867[[package]]
 6868name = "install_cli"
 6869version = "0.1.0"
 6870dependencies = [
 6871 "anyhow",
 6872 "gpui",
 6873 "smol",
 6874 "util",
 6875]
 6876
 6877[[package]]
 6878name = "instant"
 6879version = "0.1.13"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 6882dependencies = [
 6883 "cfg-if",
 6884]
 6885
 6886[[package]]
 6887name = "interpolate_name"
 6888version = "0.2.4"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 6891dependencies = [
 6892 "proc-macro2",
 6893 "quote",
 6894 "syn 2.0.100",
 6895]
 6896
 6897[[package]]
 6898name = "inventory"
 6899version = "0.3.20"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83"
 6902dependencies = [
 6903 "rustversion",
 6904]
 6905
 6906[[package]]
 6907name = "io-extras"
 6908version = "0.18.4"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 6911dependencies = [
 6912 "io-lifetimes",
 6913 "windows-sys 0.59.0",
 6914]
 6915
 6916[[package]]
 6917name = "io-lifetimes"
 6918version = "2.0.4"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 6921
 6922[[package]]
 6923name = "iovec"
 6924version = "0.1.4"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 6927dependencies = [
 6928 "libc",
 6929]
 6930
 6931[[package]]
 6932name = "ipc-channel"
 6933version = "0.19.0"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 6936dependencies = [
 6937 "bincode",
 6938 "crossbeam-channel",
 6939 "fnv",
 6940 "lazy_static",
 6941 "libc",
 6942 "mio 1.0.3",
 6943 "rand 0.8.5",
 6944 "serde",
 6945 "tempfile",
 6946 "uuid",
 6947 "windows 0.58.0",
 6948]
 6949
 6950[[package]]
 6951name = "ipnet"
 6952version = "2.10.1"
 6953source = "registry+https://github.com/rust-lang/crates.io-index"
 6954checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
 6955
 6956[[package]]
 6957name = "is-docker"
 6958version = "0.2.0"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 6961dependencies = [
 6962 "once_cell",
 6963]
 6964
 6965[[package]]
 6966name = "is-terminal"
 6967version = "0.4.13"
 6968source = "registry+https://github.com/rust-lang/crates.io-index"
 6969checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 6970dependencies = [
 6971 "hermit-abi 0.4.0",
 6972 "libc",
 6973 "windows-sys 0.52.0",
 6974]
 6975
 6976[[package]]
 6977name = "is-wsl"
 6978version = "0.4.0"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 6981dependencies = [
 6982 "is-docker",
 6983 "once_cell",
 6984]
 6985
 6986[[package]]
 6987name = "is_terminal_polyfill"
 6988version = "1.70.1"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 6991
 6992[[package]]
 6993name = "itertools"
 6994version = "0.10.5"
 6995source = "registry+https://github.com/rust-lang/crates.io-index"
 6996checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 6997dependencies = [
 6998 "either",
 6999]
 7000
 7001[[package]]
 7002name = "itertools"
 7003version = "0.11.0"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 7006dependencies = [
 7007 "either",
 7008]
 7009
 7010[[package]]
 7011name = "itertools"
 7012version = "0.12.1"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 7015dependencies = [
 7016 "either",
 7017]
 7018
 7019[[package]]
 7020name = "itertools"
 7021version = "0.14.0"
 7022source = "registry+https://github.com/rust-lang/crates.io-index"
 7023checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 7024dependencies = [
 7025 "either",
 7026]
 7027
 7028[[package]]
 7029name = "itoa"
 7030version = "1.0.14"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
 7033
 7034[[package]]
 7035name = "jiff"
 7036version = "0.2.4"
 7037source = "registry+https://github.com/rust-lang/crates.io-index"
 7038checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
 7039dependencies = [
 7040 "jiff-static",
 7041 "log",
 7042 "portable-atomic",
 7043 "portable-atomic-util",
 7044 "serde",
 7045]
 7046
 7047[[package]]
 7048name = "jiff-static"
 7049version = "0.2.4"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
 7052dependencies = [
 7053 "proc-macro2",
 7054 "quote",
 7055 "syn 2.0.100",
 7056]
 7057
 7058[[package]]
 7059name = "jni"
 7060version = "0.21.1"
 7061source = "registry+https://github.com/rust-lang/crates.io-index"
 7062checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 7063dependencies = [
 7064 "cesu8",
 7065 "cfg-if",
 7066 "combine",
 7067 "jni-sys",
 7068 "log",
 7069 "thiserror 1.0.69",
 7070 "walkdir",
 7071 "windows-sys 0.45.0",
 7072]
 7073
 7074[[package]]
 7075name = "jni-sys"
 7076version = "0.3.0"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 7079
 7080[[package]]
 7081name = "jobserver"
 7082version = "0.1.32"
 7083source = "registry+https://github.com/rust-lang/crates.io-index"
 7084checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 7085dependencies = [
 7086 "libc",
 7087]
 7088
 7089[[package]]
 7090name = "journal"
 7091version = "0.1.0"
 7092dependencies = [
 7093 "anyhow",
 7094 "chrono",
 7095 "editor",
 7096 "gpui",
 7097 "log",
 7098 "schemars",
 7099 "serde",
 7100 "settings",
 7101 "shellexpand 2.1.2",
 7102 "workspace",
 7103]
 7104
 7105[[package]]
 7106name = "jpeg-decoder"
 7107version = "0.3.1"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 7110
 7111[[package]]
 7112name = "js-sys"
 7113version = "0.3.76"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
 7116dependencies = [
 7117 "once_cell",
 7118 "wasm-bindgen",
 7119]
 7120
 7121[[package]]
 7122name = "jsonwebtoken"
 7123version = "9.3.1"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
 7126dependencies = [
 7127 "base64 0.22.1",
 7128 "js-sys",
 7129 "pem",
 7130 "ring",
 7131 "serde",
 7132 "serde_json",
 7133 "simple_asn1",
 7134]
 7135
 7136[[package]]
 7137name = "jupyter-protocol"
 7138version = "0.6.0"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "c9ae6296f9476658b3550293c113996daf75fa542cd8d078abb4c60207bded14"
 7141dependencies = [
 7142 "anyhow",
 7143 "async-trait",
 7144 "bytes 1.10.1",
 7145 "chrono",
 7146 "futures 0.3.31",
 7147 "serde",
 7148 "serde_json",
 7149 "uuid",
 7150]
 7151
 7152[[package]]
 7153name = "jupyter-websocket-client"
 7154version = "0.9.0"
 7155source = "registry+https://github.com/rust-lang/crates.io-index"
 7156checksum = "49c1ba895c5271ff8dcae51c347fd3588905ba0025a57e20955fd231fe1228cc"
 7157dependencies = [
 7158 "anyhow",
 7159 "async-trait",
 7160 "async-tungstenite",
 7161 "futures 0.3.31",
 7162 "jupyter-protocol",
 7163 "serde",
 7164 "serde_json",
 7165 "url",
 7166 "uuid",
 7167]
 7168
 7169[[package]]
 7170name = "khronos-egl"
 7171version = "6.0.0"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 7174dependencies = [
 7175 "libc",
 7176 "libloading",
 7177]
 7178
 7179[[package]]
 7180name = "kqueue"
 7181version = "1.0.8"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 7184dependencies = [
 7185 "kqueue-sys",
 7186 "libc",
 7187]
 7188
 7189[[package]]
 7190name = "kqueue-sys"
 7191version = "1.0.4"
 7192source = "registry+https://github.com/rust-lang/crates.io-index"
 7193checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 7194dependencies = [
 7195 "bitflags 1.3.2",
 7196 "libc",
 7197]
 7198
 7199[[package]]
 7200name = "kurbo"
 7201version = "0.11.1"
 7202source = "registry+https://github.com/rust-lang/crates.io-index"
 7203checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
 7204dependencies = [
 7205 "arrayvec",
 7206 "smallvec",
 7207]
 7208
 7209[[package]]
 7210name = "kv-log-macro"
 7211version = "1.0.7"
 7212source = "registry+https://github.com/rust-lang/crates.io-index"
 7213checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 7214dependencies = [
 7215 "log",
 7216]
 7217
 7218[[package]]
 7219name = "language"
 7220version = "0.1.0"
 7221dependencies = [
 7222 "anyhow",
 7223 "async-trait",
 7224 "async-watch",
 7225 "clock",
 7226 "collections",
 7227 "ctor",
 7228 "ec4rs",
 7229 "env_logger 0.11.7",
 7230 "fs",
 7231 "futures 0.3.31",
 7232 "fuzzy",
 7233 "globset",
 7234 "gpui",
 7235 "http_client",
 7236 "imara-diff",
 7237 "indoc",
 7238 "itertools 0.14.0",
 7239 "log",
 7240 "lsp",
 7241 "parking_lot",
 7242 "postage",
 7243 "pretty_assertions",
 7244 "rand 0.8.5",
 7245 "regex",
 7246 "rpc",
 7247 "schemars",
 7248 "serde",
 7249 "serde_json",
 7250 "settings",
 7251 "smallvec",
 7252 "smol",
 7253 "streaming-iterator",
 7254 "strsim",
 7255 "sum_tree",
 7256 "task",
 7257 "text",
 7258 "theme",
 7259 "tree-sitter",
 7260 "tree-sitter-elixir",
 7261 "tree-sitter-embedded-template",
 7262 "tree-sitter-heex",
 7263 "tree-sitter-html",
 7264 "tree-sitter-json",
 7265 "tree-sitter-md",
 7266 "tree-sitter-ruby",
 7267 "tree-sitter-rust",
 7268 "tree-sitter-typescript",
 7269 "unicase",
 7270 "unindent",
 7271 "util",
 7272]
 7273
 7274[[package]]
 7275name = "language_extension"
 7276version = "0.1.0"
 7277dependencies = [
 7278 "anyhow",
 7279 "async-trait",
 7280 "collections",
 7281 "extension",
 7282 "fs",
 7283 "futures 0.3.31",
 7284 "gpui",
 7285 "language",
 7286 "lsp",
 7287 "serde",
 7288 "serde_json",
 7289 "util",
 7290]
 7291
 7292[[package]]
 7293name = "language_model"
 7294version = "0.1.0"
 7295dependencies = [
 7296 "anthropic",
 7297 "anyhow",
 7298 "base64 0.22.1",
 7299 "client",
 7300 "collections",
 7301 "futures 0.3.31",
 7302 "google_ai",
 7303 "gpui",
 7304 "http_client",
 7305 "image",
 7306 "log",
 7307 "open_ai",
 7308 "parking_lot",
 7309 "proto",
 7310 "schemars",
 7311 "serde",
 7312 "serde_json",
 7313 "smol",
 7314 "strum",
 7315 "telemetry_events",
 7316 "thiserror 2.0.12",
 7317 "ui",
 7318 "util",
 7319]
 7320
 7321[[package]]
 7322name = "language_model_selector"
 7323version = "0.1.0"
 7324dependencies = [
 7325 "feature_flags",
 7326 "gpui",
 7327 "language_model",
 7328 "log",
 7329 "picker",
 7330 "proto",
 7331 "ui",
 7332 "workspace",
 7333 "zed_actions",
 7334]
 7335
 7336[[package]]
 7337name = "language_models"
 7338version = "0.1.0"
 7339dependencies = [
 7340 "anthropic",
 7341 "anyhow",
 7342 "aws-config",
 7343 "aws-credential-types",
 7344 "aws_http_client",
 7345 "bedrock",
 7346 "client",
 7347 "collections",
 7348 "copilot",
 7349 "credentials_provider",
 7350 "deepseek",
 7351 "editor",
 7352 "feature_flags",
 7353 "fs",
 7354 "futures 0.3.31",
 7355 "google_ai",
 7356 "gpui",
 7357 "gpui_tokio",
 7358 "http_client",
 7359 "language_model",
 7360 "lmstudio",
 7361 "log",
 7362 "menu",
 7363 "mistral",
 7364 "ollama",
 7365 "open_ai",
 7366 "project",
 7367 "proto",
 7368 "schemars",
 7369 "serde",
 7370 "serde_json",
 7371 "settings",
 7372 "smol",
 7373 "strum",
 7374 "theme",
 7375 "tiktoken-rs",
 7376 "tokio",
 7377 "ui",
 7378 "util",
 7379]
 7380
 7381[[package]]
 7382name = "language_selector"
 7383version = "0.1.0"
 7384dependencies = [
 7385 "anyhow",
 7386 "editor",
 7387 "file_finder",
 7388 "file_icons",
 7389 "fuzzy",
 7390 "gpui",
 7391 "language",
 7392 "picker",
 7393 "project",
 7394 "settings",
 7395 "ui",
 7396 "util",
 7397 "workspace",
 7398]
 7399
 7400[[package]]
 7401name = "language_tools"
 7402version = "0.1.0"
 7403dependencies = [
 7404 "anyhow",
 7405 "client",
 7406 "collections",
 7407 "copilot",
 7408 "editor",
 7409 "env_logger 0.11.7",
 7410 "futures 0.3.31",
 7411 "gpui",
 7412 "itertools 0.14.0",
 7413 "language",
 7414 "lsp",
 7415 "project",
 7416 "release_channel",
 7417 "serde_json",
 7418 "settings",
 7419 "theme",
 7420 "tree-sitter",
 7421 "ui",
 7422 "util",
 7423 "workspace",
 7424 "zed_actions",
 7425]
 7426
 7427[[package]]
 7428name = "languages"
 7429version = "0.1.0"
 7430dependencies = [
 7431 "anyhow",
 7432 "async-compression",
 7433 "async-tar",
 7434 "async-trait",
 7435 "collections",
 7436 "futures 0.3.31",
 7437 "gpui",
 7438 "http_client",
 7439 "language",
 7440 "log",
 7441 "lsp",
 7442 "node_runtime",
 7443 "paths",
 7444 "pet",
 7445 "pet-conda",
 7446 "pet-core",
 7447 "pet-fs",
 7448 "pet-poetry",
 7449 "pet-reporter",
 7450 "pretty_assertions",
 7451 "project",
 7452 "regex",
 7453 "rope",
 7454 "rust-embed",
 7455 "serde",
 7456 "serde_json",
 7457 "settings",
 7458 "smol",
 7459 "snippet_provider",
 7460 "task",
 7461 "text",
 7462 "theme",
 7463 "toml 0.8.20",
 7464 "tree-sitter",
 7465 "tree-sitter-bash",
 7466 "tree-sitter-c",
 7467 "tree-sitter-cpp",
 7468 "tree-sitter-css",
 7469 "tree-sitter-diff",
 7470 "tree-sitter-gitcommit",
 7471 "tree-sitter-go",
 7472 "tree-sitter-gomod",
 7473 "tree-sitter-gowork",
 7474 "tree-sitter-jsdoc",
 7475 "tree-sitter-json",
 7476 "tree-sitter-md",
 7477 "tree-sitter-python",
 7478 "tree-sitter-regex",
 7479 "tree-sitter-rust",
 7480 "tree-sitter-typescript",
 7481 "tree-sitter-yaml",
 7482 "unindent",
 7483 "util",
 7484 "workspace",
 7485]
 7486
 7487[[package]]
 7488name = "lazy_static"
 7489version = "1.5.0"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 7492dependencies = [
 7493 "spin",
 7494]
 7495
 7496[[package]]
 7497name = "lazycell"
 7498version = "1.3.0"
 7499source = "registry+https://github.com/rust-lang/crates.io-index"
 7500checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 7501
 7502[[package]]
 7503name = "leb128"
 7504version = "0.2.5"
 7505source = "registry+https://github.com/rust-lang/crates.io-index"
 7506checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 7507
 7508[[package]]
 7509name = "lebe"
 7510version = "0.5.2"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 7513
 7514[[package]]
 7515name = "libc"
 7516version = "0.2.171"
 7517source = "registry+https://github.com/rust-lang/crates.io-index"
 7518checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 7519
 7520[[package]]
 7521name = "libdbus-sys"
 7522version = "0.2.5"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
 7525dependencies = [
 7526 "cc",
 7527 "pkg-config",
 7528]
 7529
 7530[[package]]
 7531name = "libfuzzer-sys"
 7532version = "0.4.8"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
 7535dependencies = [
 7536 "arbitrary",
 7537 "cc",
 7538]
 7539
 7540[[package]]
 7541name = "libgit2-sys"
 7542version = "0.18.1+1.9.0"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e"
 7545dependencies = [
 7546 "cc",
 7547 "libc",
 7548 "libz-sys",
 7549 "pkg-config",
 7550]
 7551
 7552[[package]]
 7553name = "libloading"
 7554version = "0.8.6"
 7555source = "registry+https://github.com/rust-lang/crates.io-index"
 7556checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
 7557dependencies = [
 7558 "cfg-if",
 7559 "windows-targets 0.52.6",
 7560]
 7561
 7562[[package]]
 7563name = "libm"
 7564version = "0.2.11"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 7567
 7568[[package]]
 7569name = "libmimalloc-sys"
 7570version = "0.1.40"
 7571source = "registry+https://github.com/rust-lang/crates.io-index"
 7572checksum = "07d0e07885d6a754b9c7993f2625187ad694ee985d60f23355ff0e7077261502"
 7573dependencies = [
 7574 "cc",
 7575 "libc",
 7576]
 7577
 7578[[package]]
 7579name = "libredox"
 7580version = "0.1.3"
 7581source = "registry+https://github.com/rust-lang/crates.io-index"
 7582checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
 7583dependencies = [
 7584 "bitflags 2.8.0",
 7585 "libc",
 7586 "redox_syscall 0.5.8",
 7587]
 7588
 7589[[package]]
 7590name = "libsqlite3-sys"
 7591version = "0.30.1"
 7592source = "registry+https://github.com/rust-lang/crates.io-index"
 7593checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 7594dependencies = [
 7595 "cc",
 7596 "pkg-config",
 7597 "vcpkg",
 7598]
 7599
 7600[[package]]
 7601name = "libwebrtc"
 7602version = "0.3.7"
 7603source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7604dependencies = [
 7605 "cxx",
 7606 "jni",
 7607 "js-sys",
 7608 "lazy_static",
 7609 "livekit-protocol",
 7610 "livekit-runtime",
 7611 "log",
 7612 "parking_lot",
 7613 "serde",
 7614 "serde_json",
 7615 "thiserror 1.0.69",
 7616 "tokio",
 7617 "wasm-bindgen",
 7618 "wasm-bindgen-futures",
 7619 "web-sys",
 7620 "webrtc-sys",
 7621]
 7622
 7623[[package]]
 7624name = "libz-sys"
 7625version = "1.1.20"
 7626source = "registry+https://github.com/rust-lang/crates.io-index"
 7627checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
 7628dependencies = [
 7629 "cc",
 7630 "libc",
 7631 "pkg-config",
 7632 "vcpkg",
 7633]
 7634
 7635[[package]]
 7636name = "link-cplusplus"
 7637version = "1.0.9"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 7640dependencies = [
 7641 "cc",
 7642]
 7643
 7644[[package]]
 7645name = "linkify"
 7646version = "0.10.0"
 7647source = "registry+https://github.com/rust-lang/crates.io-index"
 7648checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 7649dependencies = [
 7650 "memchr",
 7651]
 7652
 7653[[package]]
 7654name = "linkme"
 7655version = "0.3.32"
 7656source = "registry+https://github.com/rust-lang/crates.io-index"
 7657checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
 7658dependencies = [
 7659 "linkme-impl",
 7660]
 7661
 7662[[package]]
 7663name = "linkme-impl"
 7664version = "0.3.32"
 7665source = "registry+https://github.com/rust-lang/crates.io-index"
 7666checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
 7667dependencies = [
 7668 "proc-macro2",
 7669 "quote",
 7670 "syn 2.0.100",
 7671]
 7672
 7673[[package]]
 7674name = "linux-raw-sys"
 7675version = "0.4.14"
 7676source = "registry+https://github.com/rust-lang/crates.io-index"
 7677checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 7678
 7679[[package]]
 7680name = "litemap"
 7681version = "0.7.4"
 7682source = "registry+https://github.com/rust-lang/crates.io-index"
 7683checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
 7684
 7685[[package]]
 7686name = "livekit"
 7687version = "0.7.0"
 7688source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7689dependencies = [
 7690 "chrono",
 7691 "futures-util",
 7692 "lazy_static",
 7693 "libwebrtc",
 7694 "livekit-api",
 7695 "livekit-protocol",
 7696 "livekit-runtime",
 7697 "log",
 7698 "parking_lot",
 7699 "prost 0.12.6",
 7700 "semver",
 7701 "serde",
 7702 "serde_json",
 7703 "thiserror 1.0.69",
 7704 "tokio",
 7705]
 7706
 7707[[package]]
 7708name = "livekit-api"
 7709version = "0.4.1"
 7710source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7711dependencies = [
 7712 "async-tungstenite",
 7713 "futures-util",
 7714 "http 0.2.12",
 7715 "jsonwebtoken",
 7716 "livekit-protocol",
 7717 "livekit-runtime",
 7718 "log",
 7719 "parking_lot",
 7720 "prost 0.12.6",
 7721 "reqwest 0.11.27",
 7722 "scopeguard",
 7723 "serde",
 7724 "serde_json",
 7725 "sha2",
 7726 "thiserror 1.0.69",
 7727 "tokio",
 7728 "tokio-tungstenite 0.20.1",
 7729 "url",
 7730]
 7731
 7732[[package]]
 7733name = "livekit-protocol"
 7734version = "0.3.6"
 7735source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7736dependencies = [
 7737 "futures-util",
 7738 "livekit-runtime",
 7739 "parking_lot",
 7740 "pbjson",
 7741 "pbjson-types",
 7742 "prost 0.12.6",
 7743 "prost-types 0.12.6",
 7744 "serde",
 7745 "thiserror 1.0.69",
 7746 "tokio",
 7747]
 7748
 7749[[package]]
 7750name = "livekit-runtime"
 7751version = "0.3.1"
 7752source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
 7753dependencies = [
 7754 "async-io",
 7755 "async-std",
 7756 "async-task",
 7757 "futures 0.3.31",
 7758]
 7759
 7760[[package]]
 7761name = "livekit_api"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "async-trait",
 7766 "jsonwebtoken",
 7767 "log",
 7768 "prost 0.9.0",
 7769 "prost-build 0.9.0",
 7770 "prost-types 0.9.0",
 7771 "reqwest 0.12.8",
 7772 "serde",
 7773]
 7774
 7775[[package]]
 7776name = "livekit_client"
 7777version = "0.1.0"
 7778dependencies = [
 7779 "anyhow",
 7780 "async-trait",
 7781 "collections",
 7782 "core-foundation 0.9.4",
 7783 "coreaudio-rs 0.12.1",
 7784 "cpal",
 7785 "futures 0.3.31",
 7786 "gpui",
 7787 "http 0.2.12",
 7788 "http_client",
 7789 "image",
 7790 "livekit",
 7791 "livekit_api",
 7792 "log",
 7793 "media",
 7794 "nanoid",
 7795 "parking_lot",
 7796 "postage",
 7797 "serde",
 7798 "serde_json",
 7799 "sha2",
 7800 "simplelog",
 7801 "smallvec",
 7802 "util",
 7803]
 7804
 7805[[package]]
 7806name = "livekit_client_macos"
 7807version = "0.1.0"
 7808dependencies = [
 7809 "anyhow",
 7810 "async-broadcast",
 7811 "async-trait",
 7812 "collections",
 7813 "core-foundation 0.9.4",
 7814 "futures 0.3.31",
 7815 "gpui",
 7816 "livekit_api",
 7817 "log",
 7818 "media",
 7819 "nanoid",
 7820 "parking_lot",
 7821 "postage",
 7822 "serde",
 7823 "serde_json",
 7824 "sha2",
 7825 "simplelog",
 7826]
 7827
 7828[[package]]
 7829name = "lmdb-master-sys"
 7830version = "0.2.4"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "472c3760e2a8d0f61f322fb36788021bb36d573c502b50fa3e2bcaac3ec326c9"
 7833dependencies = [
 7834 "cc",
 7835 "doxygen-rs",
 7836 "libc",
 7837]
 7838
 7839[[package]]
 7840name = "lmstudio"
 7841version = "0.1.0"
 7842dependencies = [
 7843 "anyhow",
 7844 "futures 0.3.31",
 7845 "http_client",
 7846 "schemars",
 7847 "serde",
 7848 "serde_json",
 7849]
 7850
 7851[[package]]
 7852name = "lock_api"
 7853version = "0.4.12"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 7856dependencies = [
 7857 "autocfg",
 7858 "scopeguard",
 7859]
 7860
 7861[[package]]
 7862name = "log"
 7863version = "0.4.26"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
 7866dependencies = [
 7867 "serde",
 7868 "value-bag",
 7869]
 7870
 7871[[package]]
 7872name = "loop9"
 7873version = "0.1.5"
 7874source = "registry+https://github.com/rust-lang/crates.io-index"
 7875checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 7876dependencies = [
 7877 "imgref",
 7878]
 7879
 7880[[package]]
 7881name = "lru"
 7882version = "0.12.5"
 7883source = "registry+https://github.com/rust-lang/crates.io-index"
 7884checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 7885dependencies = [
 7886 "hashbrown 0.15.2",
 7887]
 7888
 7889[[package]]
 7890name = "lsp"
 7891version = "0.1.0"
 7892dependencies = [
 7893 "anyhow",
 7894 "async-pipe",
 7895 "collections",
 7896 "ctor",
 7897 "env_logger 0.11.7",
 7898 "futures 0.3.31",
 7899 "gpui",
 7900 "log",
 7901 "lsp-types",
 7902 "parking_lot",
 7903 "postage",
 7904 "release_channel",
 7905 "schemars",
 7906 "serde",
 7907 "serde_json",
 7908 "smol",
 7909 "util",
 7910]
 7911
 7912[[package]]
 7913name = "lsp-types"
 7914version = "0.95.1"
 7915source = "git+https://github.com/zed-industries/lsp-types?rev=1fff0dd12e2071c5667327394cfec163d2a466ab#1fff0dd12e2071c5667327394cfec163d2a466ab"
 7916dependencies = [
 7917 "bitflags 1.3.2",
 7918 "serde",
 7919 "serde_json",
 7920 "serde_repr",
 7921 "url",
 7922]
 7923
 7924[[package]]
 7925name = "lyon"
 7926version = "1.0.1"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
 7929dependencies = [
 7930 "lyon_algorithms",
 7931 "lyon_extra",
 7932 "lyon_tessellation",
 7933]
 7934
 7935[[package]]
 7936name = "lyon_algorithms"
 7937version = "1.0.5"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
 7940dependencies = [
 7941 "lyon_path",
 7942 "num-traits",
 7943]
 7944
 7945[[package]]
 7946name = "lyon_extra"
 7947version = "1.0.3"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
 7950dependencies = [
 7951 "lyon_path",
 7952 "thiserror 1.0.69",
 7953]
 7954
 7955[[package]]
 7956name = "lyon_geom"
 7957version = "1.0.6"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
 7960dependencies = [
 7961 "arrayvec",
 7962 "euclid",
 7963 "num-traits",
 7964]
 7965
 7966[[package]]
 7967name = "lyon_path"
 7968version = "1.0.6"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "8e0b8aec2f58586f6eef237985b9a9b7cb3a3aff4417c575075cf95bf925252e"
 7971dependencies = [
 7972 "lyon_geom",
 7973 "num-traits",
 7974]
 7975
 7976[[package]]
 7977name = "lyon_tessellation"
 7978version = "1.0.15"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
 7981dependencies = [
 7982 "float_next_after",
 7983 "lyon_path",
 7984 "num-traits",
 7985]
 7986
 7987[[package]]
 7988name = "mac"
 7989version = "0.1.1"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 7992
 7993[[package]]
 7994name = "mach2"
 7995version = "0.4.2"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
 7998dependencies = [
 7999 "libc",
 8000]
 8001
 8002[[package]]
 8003name = "malloc_buf"
 8004version = "0.0.6"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 8007dependencies = [
 8008 "libc",
 8009]
 8010
 8011[[package]]
 8012name = "maplit"
 8013version = "1.0.2"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 8016
 8017[[package]]
 8018name = "markdown"
 8019version = "0.1.0"
 8020dependencies = [
 8021 "anyhow",
 8022 "assets",
 8023 "env_logger 0.11.7",
 8024 "gpui",
 8025 "language",
 8026 "languages",
 8027 "linkify",
 8028 "log",
 8029 "node_runtime",
 8030 "pulldown-cmark 0.12.2",
 8031 "settings",
 8032 "theme",
 8033 "ui",
 8034 "util",
 8035]
 8036
 8037[[package]]
 8038name = "markdown_preview"
 8039version = "0.1.0"
 8040dependencies = [
 8041 "anyhow",
 8042 "async-recursion 1.1.1",
 8043 "collections",
 8044 "editor",
 8045 "gpui",
 8046 "language",
 8047 "linkify",
 8048 "log",
 8049 "pretty_assertions",
 8050 "pulldown-cmark 0.12.2",
 8051 "settings",
 8052 "theme",
 8053 "ui",
 8054 "util",
 8055 "workspace",
 8056]
 8057
 8058[[package]]
 8059name = "markup5ever"
 8060version = "0.12.1"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 8063dependencies = [
 8064 "log",
 8065 "phf",
 8066 "phf_codegen",
 8067 "string_cache",
 8068 "string_cache_codegen",
 8069 "tendril",
 8070]
 8071
 8072[[package]]
 8073name = "markup5ever_rcdom"
 8074version = "0.3.0"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 8077dependencies = [
 8078 "html5ever",
 8079 "markup5ever",
 8080 "tendril",
 8081 "xml5ever",
 8082]
 8083
 8084[[package]]
 8085name = "matchers"
 8086version = "0.1.0"
 8087source = "registry+https://github.com/rust-lang/crates.io-index"
 8088checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 8089dependencies = [
 8090 "regex-automata 0.1.10",
 8091]
 8092
 8093[[package]]
 8094name = "matchit"
 8095version = "0.7.3"
 8096source = "registry+https://github.com/rust-lang/crates.io-index"
 8097checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 8098
 8099[[package]]
 8100name = "maybe-owned"
 8101version = "0.3.4"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 8104
 8105[[package]]
 8106name = "maybe-rayon"
 8107version = "0.1.1"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 8110dependencies = [
 8111 "cfg-if",
 8112 "rayon",
 8113]
 8114
 8115[[package]]
 8116name = "md-5"
 8117version = "0.10.6"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 8120dependencies = [
 8121 "cfg-if",
 8122 "digest",
 8123]
 8124
 8125[[package]]
 8126name = "mdbook"
 8127version = "0.4.47"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "7e1a8fe3a4a01f28dab245c474cb7b95ccb4d3d2f17a5419a3d949f474c45e84"
 8130dependencies = [
 8131 "ammonia",
 8132 "anyhow",
 8133 "chrono",
 8134 "clap",
 8135 "clap_complete",
 8136 "elasticlunr-rs",
 8137 "env_logger 0.11.7",
 8138 "futures-util",
 8139 "handlebars 6.2.0",
 8140 "hex",
 8141 "ignore",
 8142 "log",
 8143 "memchr",
 8144 "notify 8.0.0",
 8145 "notify-debouncer-mini",
 8146 "once_cell",
 8147 "opener",
 8148 "pathdiff",
 8149 "pulldown-cmark 0.10.3",
 8150 "regex",
 8151 "serde",
 8152 "serde_json",
 8153 "sha2",
 8154 "shlex",
 8155 "tempfile",
 8156 "tokio",
 8157 "toml 0.5.11",
 8158 "topological-sort",
 8159 "walkdir",
 8160 "warp",
 8161]
 8162
 8163[[package]]
 8164name = "media"
 8165version = "0.1.0"
 8166dependencies = [
 8167 "anyhow",
 8168 "bindgen 0.70.1",
 8169 "core-foundation 0.9.4",
 8170 "ctor",
 8171 "foreign-types 0.5.0",
 8172 "metal",
 8173 "objc",
 8174]
 8175
 8176[[package]]
 8177name = "memchr"
 8178version = "2.7.4"
 8179source = "registry+https://github.com/rust-lang/crates.io-index"
 8180checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 8181
 8182[[package]]
 8183name = "memfd"
 8184version = "0.6.4"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 8187dependencies = [
 8188 "rustix",
 8189]
 8190
 8191[[package]]
 8192name = "memmap2"
 8193version = "0.9.5"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
 8196dependencies = [
 8197 "libc",
 8198]
 8199
 8200[[package]]
 8201name = "memoffset"
 8202version = "0.9.1"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 8205dependencies = [
 8206 "autocfg",
 8207]
 8208
 8209[[package]]
 8210name = "menu"
 8211version = "0.1.0"
 8212dependencies = [
 8213 "gpui",
 8214 "serde",
 8215]
 8216
 8217[[package]]
 8218name = "metal"
 8219version = "0.31.0"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e"
 8222dependencies = [
 8223 "bitflags 2.8.0",
 8224 "block",
 8225 "core-graphics-types 0.1.3",
 8226 "foreign-types 0.5.0",
 8227 "log",
 8228 "objc",
 8229 "paste",
 8230]
 8231
 8232[[package]]
 8233name = "migrator"
 8234version = "0.1.0"
 8235dependencies = [
 8236 "anyhow",
 8237 "collections",
 8238 "convert_case 0.8.0",
 8239 "log",
 8240 "pretty_assertions",
 8241 "streaming-iterator",
 8242 "tree-sitter",
 8243 "tree-sitter-json",
 8244]
 8245
 8246[[package]]
 8247name = "mimalloc"
 8248version = "0.1.44"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "99585191385958383e13f6b822e6b6d8d9cf928e7d286ceb092da92b43c87bc1"
 8251dependencies = [
 8252 "libmimalloc-sys",
 8253]
 8254
 8255[[package]]
 8256name = "mime"
 8257version = "0.3.17"
 8258source = "registry+https://github.com/rust-lang/crates.io-index"
 8259checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 8260
 8261[[package]]
 8262name = "mime_guess"
 8263version = "2.0.5"
 8264source = "registry+https://github.com/rust-lang/crates.io-index"
 8265checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
 8266dependencies = [
 8267 "mime",
 8268 "unicase",
 8269]
 8270
 8271[[package]]
 8272name = "minimal-lexical"
 8273version = "0.2.1"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 8276
 8277[[package]]
 8278name = "miniz_oxide"
 8279version = "0.8.0"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 8282dependencies = [
 8283 "adler2",
 8284 "simd-adler32",
 8285]
 8286
 8287[[package]]
 8288name = "mint"
 8289version = "0.5.9"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 8292
 8293[[package]]
 8294name = "mio"
 8295version = "0.8.11"
 8296source = "registry+https://github.com/rust-lang/crates.io-index"
 8297checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 8298dependencies = [
 8299 "libc",
 8300 "log",
 8301 "wasi 0.11.0+wasi-snapshot-preview1",
 8302 "windows-sys 0.48.0",
 8303]
 8304
 8305[[package]]
 8306name = "mio"
 8307version = "1.0.3"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 8310dependencies = [
 8311 "libc",
 8312 "log",
 8313 "wasi 0.11.0+wasi-snapshot-preview1",
 8314 "windows-sys 0.52.0",
 8315]
 8316
 8317[[package]]
 8318name = "miow"
 8319version = "0.6.0"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 8322dependencies = [
 8323 "windows-sys 0.48.0",
 8324]
 8325
 8326[[package]]
 8327name = "mistral"
 8328version = "0.1.0"
 8329dependencies = [
 8330 "anyhow",
 8331 "futures 0.3.31",
 8332 "http_client",
 8333 "schemars",
 8334 "serde",
 8335 "serde_json",
 8336 "strum",
 8337]
 8338
 8339[[package]]
 8340name = "msvc_spectre_libs"
 8341version = "0.1.2"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "8661ace213a0a130c7c5b9542df5023aedf092a02008ccf477b39ff108990305"
 8344dependencies = [
 8345 "cc",
 8346]
 8347
 8348[[package]]
 8349name = "multi_buffer"
 8350version = "0.1.0"
 8351dependencies = [
 8352 "anyhow",
 8353 "buffer_diff",
 8354 "clock",
 8355 "collections",
 8356 "ctor",
 8357 "env_logger 0.11.7",
 8358 "futures 0.3.31",
 8359 "gpui",
 8360 "indoc",
 8361 "itertools 0.14.0",
 8362 "language",
 8363 "log",
 8364 "parking_lot",
 8365 "pretty_assertions",
 8366 "project",
 8367 "rand 0.8.5",
 8368 "rope",
 8369 "serde",
 8370 "settings",
 8371 "smallvec",
 8372 "smol",
 8373 "sum_tree",
 8374 "text",
 8375 "theme",
 8376 "tree-sitter",
 8377 "util",
 8378]
 8379
 8380[[package]]
 8381name = "multimap"
 8382version = "0.8.3"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 8385
 8386[[package]]
 8387name = "multimap"
 8388version = "0.10.0"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
 8391
 8392[[package]]
 8393name = "naga"
 8394version = "23.1.0"
 8395source = "registry+https://github.com/rust-lang/crates.io-index"
 8396checksum = "364f94bc34f61332abebe8cad6f6cd82a5b65cff22c828d05d0968911462ca4f"
 8397dependencies = [
 8398 "arrayvec",
 8399 "bit-set 0.8.0",
 8400 "bitflags 2.8.0",
 8401 "cfg_aliases 0.1.1",
 8402 "codespan-reporting",
 8403 "hexf-parse",
 8404 "indexmap",
 8405 "log",
 8406 "rustc-hash 1.1.0",
 8407 "spirv",
 8408 "termcolor",
 8409 "thiserror 1.0.69",
 8410 "unicode-xid",
 8411]
 8412
 8413[[package]]
 8414name = "nanoid"
 8415version = "0.4.0"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 8418dependencies = [
 8419 "rand 0.8.5",
 8420]
 8421
 8422[[package]]
 8423name = "nanorand"
 8424version = "0.7.0"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 8427dependencies = [
 8428 "getrandom 0.2.15",
 8429]
 8430
 8431[[package]]
 8432name = "native-tls"
 8433version = "0.2.12"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
 8436dependencies = [
 8437 "libc",
 8438 "log",
 8439 "openssl",
 8440 "openssl-probe",
 8441 "openssl-sys",
 8442 "schannel",
 8443 "security-framework 2.11.1",
 8444 "security-framework-sys",
 8445 "tempfile",
 8446]
 8447
 8448[[package]]
 8449name = "nbformat"
 8450version = "0.10.0"
 8451source = "registry+https://github.com/rust-lang/crates.io-index"
 8452checksum = "244c1673f02b4d5f3c51b6f8ed28d57182cb166a50a6dbf651a3d53e23dc81c0"
 8453dependencies = [
 8454 "anyhow",
 8455 "chrono",
 8456 "jupyter-protocol",
 8457 "serde",
 8458 "serde_json",
 8459 "thiserror 1.0.69",
 8460 "uuid",
 8461]
 8462
 8463[[package]]
 8464name = "ndk"
 8465version = "0.8.0"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
 8468dependencies = [
 8469 "bitflags 2.8.0",
 8470 "jni-sys",
 8471 "log",
 8472 "ndk-sys",
 8473 "num_enum",
 8474 "thiserror 1.0.69",
 8475]
 8476
 8477[[package]]
 8478name = "ndk-context"
 8479version = "0.1.1"
 8480source = "registry+https://github.com/rust-lang/crates.io-index"
 8481checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 8482
 8483[[package]]
 8484name = "ndk-sys"
 8485version = "0.5.0+25.2.9519653"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
 8488dependencies = [
 8489 "jni-sys",
 8490]
 8491
 8492[[package]]
 8493name = "new_debug_unreachable"
 8494version = "1.0.6"
 8495source = "registry+https://github.com/rust-lang/crates.io-index"
 8496checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
 8497
 8498[[package]]
 8499name = "nix"
 8500version = "0.29.0"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 8503dependencies = [
 8504 "bitflags 2.8.0",
 8505 "cfg-if",
 8506 "cfg_aliases 0.2.1",
 8507 "libc",
 8508 "memoffset",
 8509]
 8510
 8511[[package]]
 8512name = "node_runtime"
 8513version = "0.1.0"
 8514dependencies = [
 8515 "anyhow",
 8516 "async-compression",
 8517 "async-std",
 8518 "async-tar",
 8519 "async-trait",
 8520 "async-watch",
 8521 "async_zip",
 8522 "futures 0.3.31",
 8523 "http_client",
 8524 "log",
 8525 "paths",
 8526 "semver",
 8527 "serde",
 8528 "serde_json",
 8529 "smol",
 8530 "tempfile",
 8531 "util",
 8532 "walkdir",
 8533 "which 6.0.3",
 8534]
 8535
 8536[[package]]
 8537name = "nom"
 8538version = "7.1.3"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 8541dependencies = [
 8542 "memchr",
 8543 "minimal-lexical",
 8544]
 8545
 8546[[package]]
 8547name = "noop_proc_macro"
 8548version = "0.3.0"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 8551
 8552[[package]]
 8553name = "normpath"
 8554version = "1.3.0"
 8555source = "registry+https://github.com/rust-lang/crates.io-index"
 8556checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
 8557dependencies = [
 8558 "windows-sys 0.59.0",
 8559]
 8560
 8561[[package]]
 8562name = "notifications"
 8563version = "0.1.0"
 8564dependencies = [
 8565 "anyhow",
 8566 "channel",
 8567 "client",
 8568 "collections",
 8569 "component",
 8570 "db",
 8571 "gpui",
 8572 "linkme",
 8573 "rpc",
 8574 "settings",
 8575 "sum_tree",
 8576 "time",
 8577 "ui",
 8578 "util",
 8579 "workspace",
 8580]
 8581
 8582[[package]]
 8583name = "notify"
 8584version = "6.1.1"
 8585source = "registry+https://github.com/rust-lang/crates.io-index"
 8586checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 8587dependencies = [
 8588 "bitflags 2.8.0",
 8589 "crossbeam-channel",
 8590 "filetime",
 8591 "fsevent-sys 4.1.0",
 8592 "inotify 0.9.6",
 8593 "kqueue",
 8594 "libc",
 8595 "log",
 8596 "mio 0.8.11",
 8597 "walkdir",
 8598 "windows-sys 0.48.0",
 8599]
 8600
 8601[[package]]
 8602name = "notify"
 8603version = "8.0.0"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
 8606dependencies = [
 8607 "bitflags 2.8.0",
 8608 "filetime",
 8609 "fsevent-sys 4.1.0",
 8610 "inotify 0.11.0",
 8611 "kqueue",
 8612 "libc",
 8613 "log",
 8614 "mio 1.0.3",
 8615 "notify-types",
 8616 "walkdir",
 8617 "windows-sys 0.59.0",
 8618]
 8619
 8620[[package]]
 8621name = "notify-debouncer-mini"
 8622version = "0.6.0"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
 8625dependencies = [
 8626 "log",
 8627 "notify 8.0.0",
 8628 "notify-types",
 8629 "tempfile",
 8630]
 8631
 8632[[package]]
 8633name = "notify-types"
 8634version = "2.0.0"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
 8637
 8638[[package]]
 8639name = "ntapi"
 8640version = "0.4.1"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 8643dependencies = [
 8644 "winapi",
 8645]
 8646
 8647[[package]]
 8648name = "nu-ansi-term"
 8649version = "0.46.0"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 8652dependencies = [
 8653 "overload",
 8654 "winapi",
 8655]
 8656
 8657[[package]]
 8658name = "num"
 8659version = "0.4.3"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
 8662dependencies = [
 8663 "num-bigint",
 8664 "num-complex",
 8665 "num-integer",
 8666 "num-iter",
 8667 "num-rational",
 8668 "num-traits",
 8669]
 8670
 8671[[package]]
 8672name = "num-bigint"
 8673version = "0.4.6"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 8676dependencies = [
 8677 "num-integer",
 8678 "num-traits",
 8679]
 8680
 8681[[package]]
 8682name = "num-bigint-dig"
 8683version = "0.8.4"
 8684source = "registry+https://github.com/rust-lang/crates.io-index"
 8685checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 8686dependencies = [
 8687 "byteorder",
 8688 "lazy_static",
 8689 "libm",
 8690 "num-integer",
 8691 "num-iter",
 8692 "num-traits",
 8693 "rand 0.8.5",
 8694 "serde",
 8695 "smallvec",
 8696 "zeroize",
 8697]
 8698
 8699[[package]]
 8700name = "num-complex"
 8701version = "0.4.6"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
 8704dependencies = [
 8705 "num-traits",
 8706]
 8707
 8708[[package]]
 8709name = "num-conv"
 8710version = "0.1.0"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 8713
 8714[[package]]
 8715name = "num-derive"
 8716version = "0.4.2"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 8719dependencies = [
 8720 "proc-macro2",
 8721 "quote",
 8722 "syn 2.0.100",
 8723]
 8724
 8725[[package]]
 8726name = "num-format"
 8727version = "0.4.4"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 8730dependencies = [
 8731 "arrayvec",
 8732 "itoa",
 8733]
 8734
 8735[[package]]
 8736name = "num-integer"
 8737version = "0.1.46"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 8740dependencies = [
 8741 "num-traits",
 8742]
 8743
 8744[[package]]
 8745name = "num-iter"
 8746version = "0.1.45"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
 8749dependencies = [
 8750 "autocfg",
 8751 "num-integer",
 8752 "num-traits",
 8753]
 8754
 8755[[package]]
 8756name = "num-modular"
 8757version = "0.6.1"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
 8760
 8761[[package]]
 8762name = "num-order"
 8763version = "1.2.0"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
 8766dependencies = [
 8767 "num-modular",
 8768]
 8769
 8770[[package]]
 8771name = "num-rational"
 8772version = "0.4.2"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 8775dependencies = [
 8776 "num-bigint",
 8777 "num-integer",
 8778 "num-traits",
 8779]
 8780
 8781[[package]]
 8782name = "num-traits"
 8783version = "0.2.19"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 8786dependencies = [
 8787 "autocfg",
 8788 "libm",
 8789]
 8790
 8791[[package]]
 8792name = "num_cpus"
 8793version = "1.16.0"
 8794source = "registry+https://github.com/rust-lang/crates.io-index"
 8795checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 8796dependencies = [
 8797 "hermit-abi 0.3.9",
 8798 "libc",
 8799]
 8800
 8801[[package]]
 8802name = "num_enum"
 8803version = "0.7.3"
 8804source = "registry+https://github.com/rust-lang/crates.io-index"
 8805checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
 8806dependencies = [
 8807 "num_enum_derive",
 8808]
 8809
 8810[[package]]
 8811name = "num_enum_derive"
 8812version = "0.7.3"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
 8815dependencies = [
 8816 "proc-macro-crate",
 8817 "proc-macro2",
 8818 "quote",
 8819 "syn 2.0.100",
 8820]
 8821
 8822[[package]]
 8823name = "num_threads"
 8824version = "0.1.7"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 8827dependencies = [
 8828 "libc",
 8829]
 8830
 8831[[package]]
 8832name = "nvim-rs"
 8833version = "0.8.0-pre"
 8834source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#69500bae73b8b3f02a05b7bee621a0d0e633da6c"
 8835dependencies = [
 8836 "async-trait",
 8837 "futures 0.3.31",
 8838 "log",
 8839 "parity-tokio-ipc",
 8840 "rmp",
 8841 "rmpv",
 8842 "tokio",
 8843 "tokio-util",
 8844 "winapi",
 8845]
 8846
 8847[[package]]
 8848name = "objc"
 8849version = "0.2.7"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 8852dependencies = [
 8853 "malloc_buf",
 8854]
 8855
 8856[[package]]
 8857name = "objc-sys"
 8858version = "0.3.5"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
 8861
 8862[[package]]
 8863name = "objc2"
 8864version = "0.5.2"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
 8867dependencies = [
 8868 "objc-sys",
 8869 "objc2-encode",
 8870]
 8871
 8872[[package]]
 8873name = "objc2-app-kit"
 8874version = "0.2.2"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
 8877dependencies = [
 8878 "bitflags 2.8.0",
 8879 "block2",
 8880 "libc",
 8881 "objc2",
 8882 "objc2-core-data",
 8883 "objc2-core-image",
 8884 "objc2-foundation",
 8885 "objc2-quartz-core",
 8886]
 8887
 8888[[package]]
 8889name = "objc2-cloud-kit"
 8890version = "0.2.2"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
 8893dependencies = [
 8894 "bitflags 2.8.0",
 8895 "block2",
 8896 "objc2",
 8897 "objc2-core-location",
 8898 "objc2-foundation",
 8899]
 8900
 8901[[package]]
 8902name = "objc2-contacts"
 8903version = "0.2.2"
 8904source = "registry+https://github.com/rust-lang/crates.io-index"
 8905checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
 8906dependencies = [
 8907 "block2",
 8908 "objc2",
 8909 "objc2-foundation",
 8910]
 8911
 8912[[package]]
 8913name = "objc2-core-data"
 8914version = "0.2.2"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
 8917dependencies = [
 8918 "bitflags 2.8.0",
 8919 "block2",
 8920 "objc2",
 8921 "objc2-foundation",
 8922]
 8923
 8924[[package]]
 8925name = "objc2-core-image"
 8926version = "0.2.2"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
 8929dependencies = [
 8930 "block2",
 8931 "objc2",
 8932 "objc2-foundation",
 8933 "objc2-metal",
 8934]
 8935
 8936[[package]]
 8937name = "objc2-core-location"
 8938version = "0.2.2"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
 8941dependencies = [
 8942 "block2",
 8943 "objc2",
 8944 "objc2-contacts",
 8945 "objc2-foundation",
 8946]
 8947
 8948[[package]]
 8949name = "objc2-encode"
 8950version = "4.0.3"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
 8953
 8954[[package]]
 8955name = "objc2-foundation"
 8956version = "0.2.2"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
 8959dependencies = [
 8960 "bitflags 2.8.0",
 8961 "block2",
 8962 "libc",
 8963 "objc2",
 8964]
 8965
 8966[[package]]
 8967name = "objc2-link-presentation"
 8968version = "0.2.2"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
 8971dependencies = [
 8972 "block2",
 8973 "objc2",
 8974 "objc2-app-kit",
 8975 "objc2-foundation",
 8976]
 8977
 8978[[package]]
 8979name = "objc2-metal"
 8980version = "0.2.2"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
 8983dependencies = [
 8984 "bitflags 2.8.0",
 8985 "block2",
 8986 "objc2",
 8987 "objc2-foundation",
 8988]
 8989
 8990[[package]]
 8991name = "objc2-quartz-core"
 8992version = "0.2.2"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
 8995dependencies = [
 8996 "bitflags 2.8.0",
 8997 "block2",
 8998 "objc2",
 8999 "objc2-foundation",
 9000 "objc2-metal",
 9001]
 9002
 9003[[package]]
 9004name = "objc2-symbols"
 9005version = "0.2.2"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
 9008dependencies = [
 9009 "objc2",
 9010 "objc2-foundation",
 9011]
 9012
 9013[[package]]
 9014name = "objc2-ui-kit"
 9015version = "0.2.2"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
 9018dependencies = [
 9019 "bitflags 2.8.0",
 9020 "block2",
 9021 "objc2",
 9022 "objc2-cloud-kit",
 9023 "objc2-core-data",
 9024 "objc2-core-image",
 9025 "objc2-core-location",
 9026 "objc2-foundation",
 9027 "objc2-link-presentation",
 9028 "objc2-quartz-core",
 9029 "objc2-symbols",
 9030 "objc2-uniform-type-identifiers",
 9031 "objc2-user-notifications",
 9032]
 9033
 9034[[package]]
 9035name = "objc2-uniform-type-identifiers"
 9036version = "0.2.2"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
 9039dependencies = [
 9040 "block2",
 9041 "objc2",
 9042 "objc2-foundation",
 9043]
 9044
 9045[[package]]
 9046name = "objc2-user-notifications"
 9047version = "0.2.2"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
 9050dependencies = [
 9051 "bitflags 2.8.0",
 9052 "block2",
 9053 "objc2",
 9054 "objc2-core-location",
 9055 "objc2-foundation",
 9056]
 9057
 9058[[package]]
 9059name = "object"
 9060version = "0.36.5"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 9063dependencies = [
 9064 "crc32fast",
 9065 "hashbrown 0.15.2",
 9066 "indexmap",
 9067 "memchr",
 9068]
 9069
 9070[[package]]
 9071name = "oboe"
 9072version = "0.6.1"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
 9075dependencies = [
 9076 "jni",
 9077 "ndk",
 9078 "ndk-context",
 9079 "num-derive",
 9080 "num-traits",
 9081 "oboe-sys",
 9082]
 9083
 9084[[package]]
 9085name = "oboe-sys"
 9086version = "0.6.1"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
 9089dependencies = [
 9090 "cc",
 9091]
 9092
 9093[[package]]
 9094name = "ollama"
 9095version = "0.1.0"
 9096dependencies = [
 9097 "anyhow",
 9098 "futures 0.3.31",
 9099 "http_client",
 9100 "schemars",
 9101 "serde",
 9102 "serde_json",
 9103]
 9104
 9105[[package]]
 9106name = "once_cell"
 9107version = "1.20.3"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
 9110
 9111[[package]]
 9112name = "oo7"
 9113version = "0.4.1"
 9114source = "registry+https://github.com/rust-lang/crates.io-index"
 9115checksum = "72c84df357c7049f98c8b157abe71ee751531166c14ba09366e08bc6ab1ea2c9"
 9116dependencies = [
 9117 "aes",
 9118 "ashpd",
 9119 "async-fs",
 9120 "async-io",
 9121 "async-lock",
 9122 "blocking",
 9123 "cbc",
 9124 "cipher",
 9125 "digest",
 9126 "endi",
 9127 "futures-lite 2.6.0",
 9128 "futures-util",
 9129 "getrandom 0.3.1",
 9130 "hkdf",
 9131 "hmac",
 9132 "md-5",
 9133 "num",
 9134 "num-bigint-dig",
 9135 "pbkdf2 0.12.2",
 9136 "rand 0.9.0",
 9137 "serde",
 9138 "sha2",
 9139 "subtle",
 9140 "zbus",
 9141 "zbus_macros",
 9142 "zeroize",
 9143 "zvariant",
 9144]
 9145
 9146[[package]]
 9147name = "oorandom"
 9148version = "11.1.4"
 9149source = "registry+https://github.com/rust-lang/crates.io-index"
 9150checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 9151
 9152[[package]]
 9153name = "open"
 9154version = "5.3.2"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
 9157dependencies = [
 9158 "is-wsl",
 9159 "libc",
 9160 "pathdiff",
 9161]
 9162
 9163[[package]]
 9164name = "open_ai"
 9165version = "0.1.0"
 9166dependencies = [
 9167 "anyhow",
 9168 "futures 0.3.31",
 9169 "http_client",
 9170 "schemars",
 9171 "serde",
 9172 "serde_json",
 9173 "strum",
 9174]
 9175
 9176[[package]]
 9177name = "opener"
 9178version = "0.7.2"
 9179source = "registry+https://github.com/rust-lang/crates.io-index"
 9180checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
 9181dependencies = [
 9182 "bstr",
 9183 "dbus",
 9184 "normpath",
 9185 "windows-sys 0.59.0",
 9186]
 9187
 9188[[package]]
 9189name = "openssl"
 9190version = "0.10.70"
 9191source = "registry+https://github.com/rust-lang/crates.io-index"
 9192checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
 9193dependencies = [
 9194 "bitflags 2.8.0",
 9195 "cfg-if",
 9196 "foreign-types 0.3.2",
 9197 "libc",
 9198 "once_cell",
 9199 "openssl-macros",
 9200 "openssl-sys",
 9201]
 9202
 9203[[package]]
 9204name = "openssl-macros"
 9205version = "0.1.1"
 9206source = "registry+https://github.com/rust-lang/crates.io-index"
 9207checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 9208dependencies = [
 9209 "proc-macro2",
 9210 "quote",
 9211 "syn 2.0.100",
 9212]
 9213
 9214[[package]]
 9215name = "openssl-probe"
 9216version = "0.1.5"
 9217source = "registry+https://github.com/rust-lang/crates.io-index"
 9218checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 9219
 9220[[package]]
 9221name = "openssl-src"
 9222version = "300.4.1+3.4.0"
 9223source = "registry+https://github.com/rust-lang/crates.io-index"
 9224checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
 9225dependencies = [
 9226 "cc",
 9227]
 9228
 9229[[package]]
 9230name = "openssl-sys"
 9231version = "0.9.105"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
 9234dependencies = [
 9235 "cc",
 9236 "libc",
 9237 "openssl-src",
 9238 "pkg-config",
 9239 "vcpkg",
 9240]
 9241
 9242[[package]]
 9243name = "option-ext"
 9244version = "0.2.0"
 9245source = "registry+https://github.com/rust-lang/crates.io-index"
 9246checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 9247
 9248[[package]]
 9249name = "ordered-float"
 9250version = "2.10.1"
 9251source = "registry+https://github.com/rust-lang/crates.io-index"
 9252checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
 9253dependencies = [
 9254 "num-traits",
 9255]
 9256
 9257[[package]]
 9258name = "ordered-float"
 9259version = "3.9.2"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
 9262dependencies = [
 9263 "num-traits",
 9264]
 9265
 9266[[package]]
 9267name = "ordered-stream"
 9268version = "0.2.0"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 9271dependencies = [
 9272 "futures-core",
 9273 "pin-project-lite",
 9274]
 9275
 9276[[package]]
 9277name = "ouroboros"
 9278version = "0.18.4"
 9279source = "registry+https://github.com/rust-lang/crates.io-index"
 9280checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
 9281dependencies = [
 9282 "aliasable",
 9283 "ouroboros_macro",
 9284 "static_assertions",
 9285]
 9286
 9287[[package]]
 9288name = "ouroboros_macro"
 9289version = "0.18.4"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
 9292dependencies = [
 9293 "heck 0.4.1",
 9294 "itertools 0.12.1",
 9295 "proc-macro2",
 9296 "proc-macro2-diagnostics",
 9297 "quote",
 9298 "syn 2.0.100",
 9299]
 9300
 9301[[package]]
 9302name = "outline"
 9303version = "0.1.0"
 9304dependencies = [
 9305 "editor",
 9306 "fuzzy",
 9307 "gpui",
 9308 "indoc",
 9309 "language",
 9310 "menu",
 9311 "ordered-float 2.10.1",
 9312 "picker",
 9313 "project",
 9314 "rope",
 9315 "serde_json",
 9316 "settings",
 9317 "smol",
 9318 "theme",
 9319 "tree-sitter-rust",
 9320 "tree-sitter-typescript",
 9321 "ui",
 9322 "util",
 9323 "workspace",
 9324 "zed_actions",
 9325]
 9326
 9327[[package]]
 9328name = "outline_panel"
 9329version = "0.1.0"
 9330dependencies = [
 9331 "anyhow",
 9332 "collections",
 9333 "db",
 9334 "editor",
 9335 "file_icons",
 9336 "fuzzy",
 9337 "gpui",
 9338 "itertools 0.14.0",
 9339 "language",
 9340 "log",
 9341 "menu",
 9342 "outline",
 9343 "pretty_assertions",
 9344 "project",
 9345 "schemars",
 9346 "search",
 9347 "serde",
 9348 "serde_json",
 9349 "settings",
 9350 "smallvec",
 9351 "smol",
 9352 "theme",
 9353 "ui",
 9354 "util",
 9355 "workspace",
 9356 "worktree",
 9357 "zed_actions",
 9358]
 9359
 9360[[package]]
 9361name = "outref"
 9362version = "0.5.1"
 9363source = "registry+https://github.com/rust-lang/crates.io-index"
 9364checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 9365
 9366[[package]]
 9367name = "overload"
 9368version = "0.1.1"
 9369source = "registry+https://github.com/rust-lang/crates.io-index"
 9370checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 9371
 9372[[package]]
 9373name = "p256"
 9374version = "0.11.1"
 9375source = "registry+https://github.com/rust-lang/crates.io-index"
 9376checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 9377dependencies = [
 9378 "ecdsa",
 9379 "elliptic-curve",
 9380 "sha2",
 9381]
 9382
 9383[[package]]
 9384name = "page_size"
 9385version = "0.6.0"
 9386source = "registry+https://github.com/rust-lang/crates.io-index"
 9387checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 9388dependencies = [
 9389 "libc",
 9390 "winapi",
 9391]
 9392
 9393[[package]]
 9394name = "palette"
 9395version = "0.7.6"
 9396source = "registry+https://github.com/rust-lang/crates.io-index"
 9397checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
 9398dependencies = [
 9399 "approx",
 9400 "fast-srgb8",
 9401 "palette_derive",
 9402]
 9403
 9404[[package]]
 9405name = "palette_derive"
 9406version = "0.7.6"
 9407source = "registry+https://github.com/rust-lang/crates.io-index"
 9408checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
 9409dependencies = [
 9410 "by_address",
 9411 "proc-macro2",
 9412 "quote",
 9413 "syn 2.0.100",
 9414]
 9415
 9416[[package]]
 9417name = "panel"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "editor",
 9421 "gpui",
 9422 "settings",
 9423 "theme",
 9424 "ui",
 9425 "workspace",
 9426]
 9427
 9428[[package]]
 9429name = "parity-tokio-ipc"
 9430version = "0.9.0"
 9431source = "registry+https://github.com/rust-lang/crates.io-index"
 9432checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 9433dependencies = [
 9434 "futures 0.3.31",
 9435 "libc",
 9436 "log",
 9437 "rand 0.7.3",
 9438 "tokio",
 9439 "winapi",
 9440]
 9441
 9442[[package]]
 9443name = "parking"
 9444version = "2.2.1"
 9445source = "registry+https://github.com/rust-lang/crates.io-index"
 9446checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
 9447
 9448[[package]]
 9449name = "parking_lot"
 9450version = "0.12.3"
 9451source = "registry+https://github.com/rust-lang/crates.io-index"
 9452checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 9453dependencies = [
 9454 "lock_api",
 9455 "parking_lot_core",
 9456]
 9457
 9458[[package]]
 9459name = "parking_lot_core"
 9460version = "0.9.10"
 9461source = "registry+https://github.com/rust-lang/crates.io-index"
 9462checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 9463dependencies = [
 9464 "cfg-if",
 9465 "libc",
 9466 "redox_syscall 0.5.8",
 9467 "smallvec",
 9468 "windows-targets 0.52.6",
 9469]
 9470
 9471[[package]]
 9472name = "password-hash"
 9473version = "0.4.2"
 9474source = "registry+https://github.com/rust-lang/crates.io-index"
 9475checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 9476dependencies = [
 9477 "base64ct",
 9478 "rand_core 0.6.4",
 9479 "subtle",
 9480]
 9481
 9482[[package]]
 9483name = "password-hash"
 9484version = "0.5.0"
 9485source = "registry+https://github.com/rust-lang/crates.io-index"
 9486checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
 9487dependencies = [
 9488 "base64ct",
 9489 "rand_core 0.6.4",
 9490 "subtle",
 9491]
 9492
 9493[[package]]
 9494name = "paste"
 9495version = "1.0.15"
 9496source = "registry+https://github.com/rust-lang/crates.io-index"
 9497checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 9498
 9499[[package]]
 9500name = "pathdiff"
 9501version = "0.2.3"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
 9504
 9505[[package]]
 9506name = "pathfinder_geometry"
 9507version = "0.5.1"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 9510dependencies = [
 9511 "log",
 9512 "pathfinder_simd",
 9513]
 9514
 9515[[package]]
 9516name = "pathfinder_simd"
 9517version = "0.5.4"
 9518source = "registry+https://github.com/rust-lang/crates.io-index"
 9519checksum = "5cf07ef4804cfa9aea3b04a7bbdd5a40031dbb6b4f2cbaf2b011666c80c5b4f2"
 9520dependencies = [
 9521 "rustc_version",
 9522]
 9523
 9524[[package]]
 9525name = "paths"
 9526version = "0.1.0"
 9527dependencies = [
 9528 "dirs 4.0.0",
 9529 "util",
 9530]
 9531
 9532[[package]]
 9533name = "pbjson"
 9534version = "0.6.0"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
 9537dependencies = [
 9538 "base64 0.21.7",
 9539 "serde",
 9540]
 9541
 9542[[package]]
 9543name = "pbjson-build"
 9544version = "0.6.2"
 9545source = "registry+https://github.com/rust-lang/crates.io-index"
 9546checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
 9547dependencies = [
 9548 "heck 0.4.1",
 9549 "itertools 0.11.0",
 9550 "prost 0.12.6",
 9551 "prost-types 0.12.6",
 9552]
 9553
 9554[[package]]
 9555name = "pbjson-types"
 9556version = "0.6.0"
 9557source = "registry+https://github.com/rust-lang/crates.io-index"
 9558checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
 9559dependencies = [
 9560 "bytes 1.10.1",
 9561 "chrono",
 9562 "pbjson",
 9563 "pbjson-build",
 9564 "prost 0.12.6",
 9565 "prost-build 0.12.6",
 9566 "serde",
 9567]
 9568
 9569[[package]]
 9570name = "pbkdf2"
 9571version = "0.11.0"
 9572source = "registry+https://github.com/rust-lang/crates.io-index"
 9573checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 9574dependencies = [
 9575 "digest",
 9576 "hmac",
 9577 "password-hash 0.4.2",
 9578 "sha2",
 9579]
 9580
 9581[[package]]
 9582name = "pbkdf2"
 9583version = "0.12.2"
 9584source = "registry+https://github.com/rust-lang/crates.io-index"
 9585checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 9586dependencies = [
 9587 "digest",
 9588 "hmac",
 9589]
 9590
 9591[[package]]
 9592name = "pem"
 9593version = "3.0.4"
 9594source = "registry+https://github.com/rust-lang/crates.io-index"
 9595checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
 9596dependencies = [
 9597 "base64 0.22.1",
 9598 "serde",
 9599]
 9600
 9601[[package]]
 9602name = "pem-rfc7468"
 9603version = "0.7.0"
 9604source = "registry+https://github.com/rust-lang/crates.io-index"
 9605checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 9606dependencies = [
 9607 "base64ct",
 9608]
 9609
 9610[[package]]
 9611name = "percent-encoding"
 9612version = "2.3.1"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 9615
 9616[[package]]
 9617name = "perplexity"
 9618version = "0.1.0"
 9619dependencies = [
 9620 "serde",
 9621 "zed_extension_api 0.4.0",
 9622]
 9623
 9624[[package]]
 9625name = "pest"
 9626version = "2.7.15"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
 9629dependencies = [
 9630 "memchr",
 9631 "thiserror 2.0.12",
 9632 "ucd-trie",
 9633]
 9634
 9635[[package]]
 9636name = "pest_derive"
 9637version = "2.7.15"
 9638source = "registry+https://github.com/rust-lang/crates.io-index"
 9639checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
 9640dependencies = [
 9641 "pest",
 9642 "pest_generator",
 9643]
 9644
 9645[[package]]
 9646name = "pest_generator"
 9647version = "2.7.15"
 9648source = "registry+https://github.com/rust-lang/crates.io-index"
 9649checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
 9650dependencies = [
 9651 "pest",
 9652 "pest_meta",
 9653 "proc-macro2",
 9654 "quote",
 9655 "syn 2.0.100",
 9656]
 9657
 9658[[package]]
 9659name = "pest_meta"
 9660version = "2.7.15"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
 9663dependencies = [
 9664 "once_cell",
 9665 "pest",
 9666 "sha2",
 9667]
 9668
 9669[[package]]
 9670name = "pet"
 9671version = "0.1.0"
 9672source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9673dependencies = [
 9674 "clap",
 9675 "env_logger 0.10.2",
 9676 "lazy_static",
 9677 "log",
 9678 "msvc_spectre_libs",
 9679 "pet-conda",
 9680 "pet-core",
 9681 "pet-env-var-path",
 9682 "pet-fs",
 9683 "pet-global-virtualenvs",
 9684 "pet-homebrew",
 9685 "pet-jsonrpc",
 9686 "pet-linux-global-python",
 9687 "pet-mac-commandlinetools",
 9688 "pet-mac-python-org",
 9689 "pet-mac-xcode",
 9690 "pet-pipenv",
 9691 "pet-pixi",
 9692 "pet-poetry",
 9693 "pet-pyenv",
 9694 "pet-python-utils",
 9695 "pet-reporter",
 9696 "pet-telemetry",
 9697 "pet-venv",
 9698 "pet-virtualenv",
 9699 "pet-virtualenvwrapper",
 9700 "pet-windows-registry",
 9701 "pet-windows-store",
 9702 "serde",
 9703 "serde_json",
 9704]
 9705
 9706[[package]]
 9707name = "pet-conda"
 9708version = "0.1.0"
 9709source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9710dependencies = [
 9711 "env_logger 0.10.2",
 9712 "lazy_static",
 9713 "log",
 9714 "msvc_spectre_libs",
 9715 "pet-core",
 9716 "pet-fs",
 9717 "pet-python-utils",
 9718 "pet-reporter",
 9719 "regex",
 9720 "serde",
 9721 "serde_json",
 9722 "yaml-rust2",
 9723]
 9724
 9725[[package]]
 9726name = "pet-core"
 9727version = "0.1.0"
 9728source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9729dependencies = [
 9730 "clap",
 9731 "lazy_static",
 9732 "log",
 9733 "msvc_spectre_libs",
 9734 "pet-fs",
 9735 "regex",
 9736 "serde",
 9737 "serde_json",
 9738]
 9739
 9740[[package]]
 9741name = "pet-env-var-path"
 9742version = "0.1.0"
 9743source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9744dependencies = [
 9745 "lazy_static",
 9746 "log",
 9747 "msvc_spectre_libs",
 9748 "pet-conda",
 9749 "pet-core",
 9750 "pet-fs",
 9751 "pet-python-utils",
 9752 "pet-virtualenv",
 9753 "regex",
 9754]
 9755
 9756[[package]]
 9757name = "pet-fs"
 9758version = "0.1.0"
 9759source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9760dependencies = [
 9761 "log",
 9762 "msvc_spectre_libs",
 9763]
 9764
 9765[[package]]
 9766name = "pet-global-virtualenvs"
 9767version = "0.1.0"
 9768source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9769dependencies = [
 9770 "log",
 9771 "msvc_spectre_libs",
 9772 "pet-conda",
 9773 "pet-core",
 9774 "pet-fs",
 9775 "pet-virtualenv",
 9776]
 9777
 9778[[package]]
 9779name = "pet-homebrew"
 9780version = "0.1.0"
 9781source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9782dependencies = [
 9783 "lazy_static",
 9784 "log",
 9785 "msvc_spectre_libs",
 9786 "pet-conda",
 9787 "pet-core",
 9788 "pet-fs",
 9789 "pet-python-utils",
 9790 "pet-virtualenv",
 9791 "regex",
 9792 "serde",
 9793 "serde_json",
 9794]
 9795
 9796[[package]]
 9797name = "pet-jsonrpc"
 9798version = "0.1.0"
 9799source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9800dependencies = [
 9801 "env_logger 0.10.2",
 9802 "log",
 9803 "msvc_spectre_libs",
 9804 "pet-core",
 9805 "serde",
 9806 "serde_json",
 9807]
 9808
 9809[[package]]
 9810name = "pet-linux-global-python"
 9811version = "0.1.0"
 9812source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9813dependencies = [
 9814 "log",
 9815 "msvc_spectre_libs",
 9816 "pet-core",
 9817 "pet-fs",
 9818 "pet-python-utils",
 9819 "pet-virtualenv",
 9820]
 9821
 9822[[package]]
 9823name = "pet-mac-commandlinetools"
 9824version = "0.1.0"
 9825source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9826dependencies = [
 9827 "log",
 9828 "msvc_spectre_libs",
 9829 "pet-core",
 9830 "pet-fs",
 9831 "pet-python-utils",
 9832 "pet-virtualenv",
 9833]
 9834
 9835[[package]]
 9836name = "pet-mac-python-org"
 9837version = "0.1.0"
 9838source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9839dependencies = [
 9840 "log",
 9841 "msvc_spectre_libs",
 9842 "pet-core",
 9843 "pet-fs",
 9844 "pet-python-utils",
 9845 "pet-virtualenv",
 9846]
 9847
 9848[[package]]
 9849name = "pet-mac-xcode"
 9850version = "0.1.0"
 9851source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9852dependencies = [
 9853 "log",
 9854 "msvc_spectre_libs",
 9855 "pet-core",
 9856 "pet-fs",
 9857 "pet-python-utils",
 9858 "pet-virtualenv",
 9859]
 9860
 9861[[package]]
 9862name = "pet-pipenv"
 9863version = "0.1.0"
 9864source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9865dependencies = [
 9866 "log",
 9867 "msvc_spectre_libs",
 9868 "pet-core",
 9869 "pet-fs",
 9870 "pet-python-utils",
 9871 "pet-virtualenv",
 9872]
 9873
 9874[[package]]
 9875name = "pet-pixi"
 9876version = "0.1.0"
 9877source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9878dependencies = [
 9879 "log",
 9880 "msvc_spectre_libs",
 9881 "pet-conda",
 9882 "pet-core",
 9883 "pet-python-utils",
 9884]
 9885
 9886[[package]]
 9887name = "pet-poetry"
 9888version = "0.1.0"
 9889source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9890dependencies = [
 9891 "base64 0.22.1",
 9892 "lazy_static",
 9893 "log",
 9894 "msvc_spectre_libs",
 9895 "pet-core",
 9896 "pet-fs",
 9897 "pet-python-utils",
 9898 "pet-reporter",
 9899 "pet-virtualenv",
 9900 "regex",
 9901 "serde",
 9902 "serde_json",
 9903 "sha2",
 9904 "toml 0.8.20",
 9905]
 9906
 9907[[package]]
 9908name = "pet-pyenv"
 9909version = "0.1.0"
 9910source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9911dependencies = [
 9912 "lazy_static",
 9913 "log",
 9914 "msvc_spectre_libs",
 9915 "pet-conda",
 9916 "pet-core",
 9917 "pet-fs",
 9918 "pet-python-utils",
 9919 "pet-reporter",
 9920 "regex",
 9921 "serde",
 9922 "serde_json",
 9923]
 9924
 9925[[package]]
 9926name = "pet-python-utils"
 9927version = "0.1.0"
 9928source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9929dependencies = [
 9930 "env_logger 0.10.2",
 9931 "lazy_static",
 9932 "log",
 9933 "msvc_spectre_libs",
 9934 "pet-core",
 9935 "pet-fs",
 9936 "regex",
 9937 "serde",
 9938 "serde_json",
 9939 "sha2",
 9940]
 9941
 9942[[package]]
 9943name = "pet-reporter"
 9944version = "0.1.0"
 9945source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9946dependencies = [
 9947 "env_logger 0.10.2",
 9948 "log",
 9949 "msvc_spectre_libs",
 9950 "pet-core",
 9951 "pet-jsonrpc",
 9952 "serde",
 9953 "serde_json",
 9954]
 9955
 9956[[package]]
 9957name = "pet-telemetry"
 9958version = "0.1.0"
 9959source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9960dependencies = [
 9961 "env_logger 0.10.2",
 9962 "lazy_static",
 9963 "log",
 9964 "msvc_spectre_libs",
 9965 "pet-core",
 9966 "pet-fs",
 9967 "pet-python-utils",
 9968 "regex",
 9969]
 9970
 9971[[package]]
 9972name = "pet-venv"
 9973version = "0.1.0"
 9974source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9975dependencies = [
 9976 "log",
 9977 "msvc_spectre_libs",
 9978 "pet-core",
 9979 "pet-python-utils",
 9980 "pet-virtualenv",
 9981]
 9982
 9983[[package]]
 9984name = "pet-virtualenv"
 9985version = "0.1.0"
 9986source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9987dependencies = [
 9988 "log",
 9989 "msvc_spectre_libs",
 9990 "pet-core",
 9991 "pet-fs",
 9992 "pet-python-utils",
 9993]
 9994
 9995[[package]]
 9996name = "pet-virtualenvwrapper"
 9997version = "0.1.0"
 9998source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
 9999dependencies = [
10000 "log",
10001 "msvc_spectre_libs",
10002 "pet-core",
10003 "pet-fs",
10004 "pet-python-utils",
10005 "pet-virtualenv",
10006]
10007
10008[[package]]
10009name = "pet-windows-registry"
10010version = "0.1.0"
10011source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10012dependencies = [
10013 "lazy_static",
10014 "log",
10015 "msvc_spectre_libs",
10016 "pet-conda",
10017 "pet-core",
10018 "pet-fs",
10019 "pet-python-utils",
10020 "pet-virtualenv",
10021 "pet-windows-store",
10022 "regex",
10023 "winreg 0.52.0",
10024]
10025
10026[[package]]
10027name = "pet-windows-store"
10028version = "0.1.0"
10029source = "git+https://github.com/microsoft/python-environment-tools.git?rev=1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0#1abe5cec5ebfbe97ca71746a4cfc7fe89bddf8e0"
10030dependencies = [
10031 "lazy_static",
10032 "log",
10033 "msvc_spectre_libs",
10034 "pet-core",
10035 "pet-fs",
10036 "pet-python-utils",
10037 "pet-virtualenv",
10038 "regex",
10039 "winreg 0.52.0",
10040]
10041
10042[[package]]
10043name = "petgraph"
10044version = "0.6.5"
10045source = "registry+https://github.com/rust-lang/crates.io-index"
10046checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
10047dependencies = [
10048 "fixedbitset",
10049 "indexmap",
10050]
10051
10052[[package]]
10053name = "pgvector"
10054version = "0.4.0"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "e0e8871b6d7ca78348c6cd29b911b94851f3429f0cd403130ca17f26c1fb91a6"
10057dependencies = [
10058 "serde",
10059]
10060
10061[[package]]
10062name = "phf"
10063version = "0.11.2"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
10066dependencies = [
10067 "phf_macros",
10068 "phf_shared 0.11.2",
10069]
10070
10071[[package]]
10072name = "phf_codegen"
10073version = "0.11.2"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
10076dependencies = [
10077 "phf_generator 0.11.2",
10078 "phf_shared 0.11.2",
10079]
10080
10081[[package]]
10082name = "phf_generator"
10083version = "0.10.0"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
10086dependencies = [
10087 "phf_shared 0.10.0",
10088 "rand 0.8.5",
10089]
10090
10091[[package]]
10092name = "phf_generator"
10093version = "0.11.2"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
10096dependencies = [
10097 "phf_shared 0.11.2",
10098 "rand 0.8.5",
10099]
10100
10101[[package]]
10102name = "phf_macros"
10103version = "0.11.2"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
10106dependencies = [
10107 "phf_generator 0.11.2",
10108 "phf_shared 0.11.2",
10109 "proc-macro2",
10110 "quote",
10111 "syn 2.0.100",
10112]
10113
10114[[package]]
10115name = "phf_shared"
10116version = "0.10.0"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
10119dependencies = [
10120 "siphasher 0.3.11",
10121]
10122
10123[[package]]
10124name = "phf_shared"
10125version = "0.11.2"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
10128dependencies = [
10129 "siphasher 0.3.11",
10130]
10131
10132[[package]]
10133name = "picker"
10134version = "0.1.0"
10135dependencies = [
10136 "anyhow",
10137 "ctor",
10138 "editor",
10139 "env_logger 0.11.7",
10140 "gpui",
10141 "menu",
10142 "schemars",
10143 "serde",
10144 "serde_json",
10145 "ui",
10146 "util",
10147 "workspace",
10148]
10149
10150[[package]]
10151name = "pico-args"
10152version = "0.5.0"
10153source = "registry+https://github.com/rust-lang/crates.io-index"
10154checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
10155
10156[[package]]
10157name = "pin-project"
10158version = "1.1.7"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
10161dependencies = [
10162 "pin-project-internal",
10163]
10164
10165[[package]]
10166name = "pin-project-internal"
10167version = "1.1.7"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
10170dependencies = [
10171 "proc-macro2",
10172 "quote",
10173 "syn 2.0.100",
10174]
10175
10176[[package]]
10177name = "pin-project-lite"
10178version = "0.2.16"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
10181
10182[[package]]
10183name = "pin-utils"
10184version = "0.1.0"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
10187
10188[[package]]
10189name = "piper"
10190version = "0.2.4"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
10193dependencies = [
10194 "atomic-waker",
10195 "fastrand 2.3.0",
10196 "futures-io",
10197]
10198
10199[[package]]
10200name = "pkcs1"
10201version = "0.7.5"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
10204dependencies = [
10205 "der 0.7.9",
10206 "pkcs8 0.10.2",
10207 "spki 0.7.3",
10208]
10209
10210[[package]]
10211name = "pkcs8"
10212version = "0.9.0"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
10215dependencies = [
10216 "der 0.6.1",
10217 "spki 0.6.0",
10218]
10219
10220[[package]]
10221name = "pkcs8"
10222version = "0.10.2"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
10225dependencies = [
10226 "der 0.7.9",
10227 "spki 0.7.3",
10228]
10229
10230[[package]]
10231name = "pkg-config"
10232version = "0.3.31"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
10235
10236[[package]]
10237name = "plist"
10238version = "1.7.0"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
10241dependencies = [
10242 "base64 0.22.1",
10243 "indexmap",
10244 "quick-xml 0.32.0",
10245 "serde",
10246 "time",
10247]
10248
10249[[package]]
10250name = "plotters"
10251version = "0.3.7"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
10254dependencies = [
10255 "num-traits",
10256 "plotters-backend",
10257 "plotters-svg",
10258 "wasm-bindgen",
10259 "web-sys",
10260]
10261
10262[[package]]
10263name = "plotters-backend"
10264version = "0.3.7"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
10267
10268[[package]]
10269name = "plotters-svg"
10270version = "0.3.7"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
10273dependencies = [
10274 "plotters-backend",
10275]
10276
10277[[package]]
10278name = "png"
10279version = "0.17.15"
10280source = "registry+https://github.com/rust-lang/crates.io-index"
10281checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
10282dependencies = [
10283 "bitflags 1.3.2",
10284 "crc32fast",
10285 "fdeflate",
10286 "flate2",
10287 "miniz_oxide",
10288]
10289
10290[[package]]
10291name = "polling"
10292version = "3.7.4"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
10295dependencies = [
10296 "cfg-if",
10297 "concurrent-queue",
10298 "hermit-abi 0.4.0",
10299 "pin-project-lite",
10300 "rustix",
10301 "tracing",
10302 "windows-sys 0.59.0",
10303]
10304
10305[[package]]
10306name = "pollster"
10307version = "0.2.5"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
10310
10311[[package]]
10312name = "portable-atomic"
10313version = "1.11.0"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
10316
10317[[package]]
10318name = "portable-atomic-util"
10319version = "0.2.4"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
10322dependencies = [
10323 "portable-atomic",
10324]
10325
10326[[package]]
10327name = "postage"
10328version = "0.5.0"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
10331dependencies = [
10332 "atomic",
10333 "crossbeam-queue",
10334 "futures 0.3.31",
10335 "log",
10336 "parking_lot",
10337 "pin-project",
10338 "pollster",
10339 "static_assertions",
10340 "thiserror 1.0.69",
10341]
10342
10343[[package]]
10344name = "postcard"
10345version = "1.1.1"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
10348dependencies = [
10349 "cobs",
10350 "embedded-io 0.4.0",
10351 "embedded-io 0.6.1",
10352 "serde",
10353]
10354
10355[[package]]
10356name = "powerfmt"
10357version = "0.2.0"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
10360
10361[[package]]
10362name = "ppv-lite86"
10363version = "0.2.20"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
10366dependencies = [
10367 "zerocopy 0.7.35",
10368]
10369
10370[[package]]
10371name = "precomputed-hash"
10372version = "0.1.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
10375
10376[[package]]
10377name = "prettier"
10378version = "0.1.0"
10379dependencies = [
10380 "anyhow",
10381 "collections",
10382 "fs",
10383 "gpui",
10384 "language",
10385 "log",
10386 "lsp",
10387 "node_runtime",
10388 "parking_lot",
10389 "paths",
10390 "serde",
10391 "serde_json",
10392 "util",
10393]
10394
10395[[package]]
10396name = "pretty_assertions"
10397version = "1.4.1"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
10400dependencies = [
10401 "diff",
10402 "yansi",
10403]
10404
10405[[package]]
10406name = "prettyplease"
10407version = "0.2.25"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
10410dependencies = [
10411 "proc-macro2",
10412 "syn 2.0.100",
10413]
10414
10415[[package]]
10416name = "proc-macro-crate"
10417version = "3.2.0"
10418source = "registry+https://github.com/rust-lang/crates.io-index"
10419checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
10420dependencies = [
10421 "toml_edit",
10422]
10423
10424[[package]]
10425name = "proc-macro-error-attr2"
10426version = "2.0.0"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
10429dependencies = [
10430 "proc-macro2",
10431 "quote",
10432]
10433
10434[[package]]
10435name = "proc-macro-error2"
10436version = "2.0.1"
10437source = "registry+https://github.com/rust-lang/crates.io-index"
10438checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
10439dependencies = [
10440 "proc-macro-error-attr2",
10441 "proc-macro2",
10442 "quote",
10443 "syn 2.0.100",
10444]
10445
10446[[package]]
10447name = "proc-macro2"
10448version = "1.0.94"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
10451dependencies = [
10452 "unicode-ident",
10453]
10454
10455[[package]]
10456name = "proc-macro2-diagnostics"
10457version = "0.10.1"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
10460dependencies = [
10461 "proc-macro2",
10462 "quote",
10463 "syn 2.0.100",
10464 "version_check",
10465 "yansi",
10466]
10467
10468[[package]]
10469name = "profiling"
10470version = "1.0.16"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
10473dependencies = [
10474 "profiling-procmacros",
10475]
10476
10477[[package]]
10478name = "profiling-procmacros"
10479version = "1.0.16"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
10482dependencies = [
10483 "quote",
10484 "syn 2.0.100",
10485]
10486
10487[[package]]
10488name = "project"
10489version = "0.1.0"
10490dependencies = [
10491 "aho-corasick",
10492 "anyhow",
10493 "askpass",
10494 "async-trait",
10495 "buffer_diff",
10496 "circular-buffer",
10497 "client",
10498 "clock",
10499 "collections",
10500 "dap",
10501 "dap_adapters",
10502 "env_logger 0.11.7",
10503 "extension",
10504 "fancy-regex 0.14.0",
10505 "fs",
10506 "futures 0.3.31",
10507 "fuzzy",
10508 "git",
10509 "git2",
10510 "globset",
10511 "gpui",
10512 "http_client",
10513 "image",
10514 "indexmap",
10515 "itertools 0.14.0",
10516 "language",
10517 "log",
10518 "lsp",
10519 "node_runtime",
10520 "parking_lot",
10521 "pathdiff",
10522 "paths",
10523 "postage",
10524 "prettier",
10525 "pretty_assertions",
10526 "rand 0.8.5",
10527 "regex",
10528 "release_channel",
10529 "remote",
10530 "rpc",
10531 "schemars",
10532 "serde",
10533 "serde_json",
10534 "settings",
10535 "sha2",
10536 "shellexpand 2.1.2",
10537 "shlex",
10538 "smol",
10539 "snippet",
10540 "snippet_provider",
10541 "sum_tree",
10542 "task",
10543 "tempfile",
10544 "terminal",
10545 "text",
10546 "toml 0.8.20",
10547 "unindent",
10548 "url",
10549 "util",
10550 "which 6.0.3",
10551 "worktree",
10552 "zlog",
10553]
10554
10555[[package]]
10556name = "project_panel"
10557version = "0.1.0"
10558dependencies = [
10559 "anyhow",
10560 "client",
10561 "collections",
10562 "command_palette_hooks",
10563 "db",
10564 "editor",
10565 "file_icons",
10566 "git",
10567 "gpui",
10568 "indexmap",
10569 "language",
10570 "menu",
10571 "pretty_assertions",
10572 "project",
10573 "schemars",
10574 "search",
10575 "serde",
10576 "serde_derive",
10577 "serde_json",
10578 "settings",
10579 "smallvec",
10580 "theme",
10581 "ui",
10582 "util",
10583 "workspace",
10584 "worktree",
10585 "zed_actions",
10586]
10587
10588[[package]]
10589name = "project_symbols"
10590version = "0.1.0"
10591dependencies = [
10592 "anyhow",
10593 "editor",
10594 "futures 0.3.31",
10595 "fuzzy",
10596 "gpui",
10597 "language",
10598 "lsp",
10599 "ordered-float 2.10.1",
10600 "picker",
10601 "project",
10602 "release_channel",
10603 "serde_json",
10604 "settings",
10605 "theme",
10606 "util",
10607 "workspace",
10608]
10609
10610[[package]]
10611name = "prometheus"
10612version = "0.13.4"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
10615dependencies = [
10616 "cfg-if",
10617 "fnv",
10618 "lazy_static",
10619 "memchr",
10620 "parking_lot",
10621 "protobuf",
10622 "thiserror 1.0.69",
10623]
10624
10625[[package]]
10626name = "prompt_library"
10627version = "0.1.0"
10628dependencies = [
10629 "anyhow",
10630 "collections",
10631 "editor",
10632 "gpui",
10633 "language",
10634 "language_model",
10635 "log",
10636 "menu",
10637 "picker",
10638 "prompt_store",
10639 "release_channel",
10640 "rope",
10641 "serde",
10642 "settings",
10643 "theme",
10644 "ui",
10645 "util",
10646 "workspace",
10647 "zed_actions",
10648]
10649
10650[[package]]
10651name = "prompt_store"
10652version = "0.1.0"
10653dependencies = [
10654 "anyhow",
10655 "assets",
10656 "chrono",
10657 "collections",
10658 "fs",
10659 "futures 0.3.31",
10660 "fuzzy",
10661 "gpui",
10662 "handlebars 4.5.0",
10663 "heed",
10664 "language",
10665 "log",
10666 "parking_lot",
10667 "paths",
10668 "rope",
10669 "serde",
10670 "text",
10671 "util",
10672 "uuid",
10673]
10674
10675[[package]]
10676name = "prost"
10677version = "0.9.0"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
10680dependencies = [
10681 "bytes 1.10.1",
10682 "prost-derive 0.9.0",
10683]
10684
10685[[package]]
10686name = "prost"
10687version = "0.12.6"
10688source = "registry+https://github.com/rust-lang/crates.io-index"
10689checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
10690dependencies = [
10691 "bytes 1.10.1",
10692 "prost-derive 0.12.6",
10693]
10694
10695[[package]]
10696name = "prost-build"
10697version = "0.9.0"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
10700dependencies = [
10701 "bytes 1.10.1",
10702 "heck 0.3.3",
10703 "itertools 0.10.5",
10704 "lazy_static",
10705 "log",
10706 "multimap 0.8.3",
10707 "petgraph",
10708 "prost 0.9.0",
10709 "prost-types 0.9.0",
10710 "regex",
10711 "tempfile",
10712 "which 4.4.2",
10713]
10714
10715[[package]]
10716name = "prost-build"
10717version = "0.12.6"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
10720dependencies = [
10721 "bytes 1.10.1",
10722 "heck 0.5.0",
10723 "itertools 0.12.1",
10724 "log",
10725 "multimap 0.10.0",
10726 "once_cell",
10727 "petgraph",
10728 "prettyplease",
10729 "prost 0.12.6",
10730 "prost-types 0.12.6",
10731 "regex",
10732 "syn 2.0.100",
10733 "tempfile",
10734]
10735
10736[[package]]
10737name = "prost-derive"
10738version = "0.9.0"
10739source = "registry+https://github.com/rust-lang/crates.io-index"
10740checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
10741dependencies = [
10742 "anyhow",
10743 "itertools 0.10.5",
10744 "proc-macro2",
10745 "quote",
10746 "syn 1.0.109",
10747]
10748
10749[[package]]
10750name = "prost-derive"
10751version = "0.12.6"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
10754dependencies = [
10755 "anyhow",
10756 "itertools 0.12.1",
10757 "proc-macro2",
10758 "quote",
10759 "syn 2.0.100",
10760]
10761
10762[[package]]
10763name = "prost-types"
10764version = "0.9.0"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
10767dependencies = [
10768 "bytes 1.10.1",
10769 "prost 0.9.0",
10770]
10771
10772[[package]]
10773name = "prost-types"
10774version = "0.12.6"
10775source = "registry+https://github.com/rust-lang/crates.io-index"
10776checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
10777dependencies = [
10778 "prost 0.12.6",
10779]
10780
10781[[package]]
10782name = "proto"
10783version = "0.1.0"
10784dependencies = [
10785 "anyhow",
10786 "collections",
10787 "prost 0.9.0",
10788 "prost-build 0.9.0",
10789 "serde",
10790]
10791
10792[[package]]
10793name = "protobuf"
10794version = "2.28.0"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
10797
10798[[package]]
10799name = "psm"
10800version = "0.1.24"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
10803dependencies = [
10804 "cc",
10805]
10806
10807[[package]]
10808name = "ptr_meta"
10809version = "0.1.4"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
10812dependencies = [
10813 "ptr_meta_derive",
10814]
10815
10816[[package]]
10817name = "ptr_meta_derive"
10818version = "0.1.4"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
10821dependencies = [
10822 "proc-macro2",
10823 "quote",
10824 "syn 1.0.109",
10825]
10826
10827[[package]]
10828name = "pulldown-cmark"
10829version = "0.10.3"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
10832dependencies = [
10833 "bitflags 2.8.0",
10834 "memchr",
10835 "pulldown-cmark-escape",
10836 "unicase",
10837]
10838
10839[[package]]
10840name = "pulldown-cmark"
10841version = "0.12.2"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
10844dependencies = [
10845 "bitflags 2.8.0",
10846 "memchr",
10847 "unicase",
10848]
10849
10850[[package]]
10851name = "pulldown-cmark-escape"
10852version = "0.10.1"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
10855
10856[[package]]
10857name = "pulley-interpreter"
10858version = "29.0.1"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "62d95f8575df49a2708398182f49a888cf9dc30210fb1fd2df87c889edcee75d"
10861dependencies = [
10862 "cranelift-bitset",
10863 "log",
10864 "sptr",
10865 "wasmtime-math",
10866]
10867
10868[[package]]
10869name = "qoi"
10870version = "0.4.1"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
10873dependencies = [
10874 "bytemuck",
10875]
10876
10877[[package]]
10878name = "quick-error"
10879version = "2.0.1"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
10882
10883[[package]]
10884name = "quick-xml"
10885version = "0.32.0"
10886source = "registry+https://github.com/rust-lang/crates.io-index"
10887checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
10888dependencies = [
10889 "memchr",
10890]
10891
10892[[package]]
10893name = "quick-xml"
10894version = "0.37.2"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
10897dependencies = [
10898 "memchr",
10899]
10900
10901[[package]]
10902name = "quinn"
10903version = "0.11.6"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
10906dependencies = [
10907 "bytes 1.10.1",
10908 "pin-project-lite",
10909 "quinn-proto",
10910 "quinn-udp",
10911 "rustc-hash 2.1.1",
10912 "rustls 0.23.25",
10913 "socket2",
10914 "thiserror 2.0.12",
10915 "tokio",
10916 "tracing",
10917]
10918
10919[[package]]
10920name = "quinn-proto"
10921version = "0.11.9"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
10924dependencies = [
10925 "bytes 1.10.1",
10926 "getrandom 0.2.15",
10927 "rand 0.8.5",
10928 "ring",
10929 "rustc-hash 2.1.1",
10930 "rustls 0.23.25",
10931 "rustls-pki-types",
10932 "slab",
10933 "thiserror 2.0.12",
10934 "tinyvec",
10935 "tracing",
10936 "web-time",
10937]
10938
10939[[package]]
10940name = "quinn-udp"
10941version = "0.5.9"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
10944dependencies = [
10945 "cfg_aliases 0.2.1",
10946 "libc",
10947 "once_cell",
10948 "socket2",
10949 "tracing",
10950 "windows-sys 0.59.0",
10951]
10952
10953[[package]]
10954name = "quote"
10955version = "1.0.40"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
10958dependencies = [
10959 "proc-macro2",
10960]
10961
10962[[package]]
10963name = "radium"
10964version = "0.7.0"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
10967
10968[[package]]
10969name = "rand"
10970version = "0.7.3"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
10973dependencies = [
10974 "getrandom 0.1.16",
10975 "libc",
10976 "rand_chacha 0.2.2",
10977 "rand_core 0.5.1",
10978 "rand_hc",
10979]
10980
10981[[package]]
10982name = "rand"
10983version = "0.8.5"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
10986dependencies = [
10987 "libc",
10988 "rand_chacha 0.3.1",
10989 "rand_core 0.6.4",
10990]
10991
10992[[package]]
10993name = "rand"
10994version = "0.9.0"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
10997dependencies = [
10998 "rand_chacha 0.9.0",
10999 "rand_core 0.9.0",
11000 "zerocopy 0.8.18",
11001]
11002
11003[[package]]
11004name = "rand_chacha"
11005version = "0.2.2"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
11008dependencies = [
11009 "ppv-lite86",
11010 "rand_core 0.5.1",
11011]
11012
11013[[package]]
11014name = "rand_chacha"
11015version = "0.3.1"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
11018dependencies = [
11019 "ppv-lite86",
11020 "rand_core 0.6.4",
11021]
11022
11023[[package]]
11024name = "rand_chacha"
11025version = "0.9.0"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
11028dependencies = [
11029 "ppv-lite86",
11030 "rand_core 0.9.0",
11031]
11032
11033[[package]]
11034name = "rand_core"
11035version = "0.5.1"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
11038dependencies = [
11039 "getrandom 0.1.16",
11040]
11041
11042[[package]]
11043name = "rand_core"
11044version = "0.6.4"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
11047dependencies = [
11048 "getrandom 0.2.15",
11049]
11050
11051[[package]]
11052name = "rand_core"
11053version = "0.9.0"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
11056dependencies = [
11057 "getrandom 0.3.1",
11058 "zerocopy 0.8.18",
11059]
11060
11061[[package]]
11062name = "rand_hc"
11063version = "0.2.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
11066dependencies = [
11067 "rand_core 0.5.1",
11068]
11069
11070[[package]]
11071name = "rangemap"
11072version = "1.5.1"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
11075
11076[[package]]
11077name = "rav1e"
11078version = "0.7.1"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
11081dependencies = [
11082 "arbitrary",
11083 "arg_enum_proc_macro",
11084 "arrayvec",
11085 "av1-grain",
11086 "bitstream-io",
11087 "built",
11088 "cfg-if",
11089 "interpolate_name",
11090 "itertools 0.12.1",
11091 "libc",
11092 "libfuzzer-sys",
11093 "log",
11094 "maybe-rayon",
11095 "new_debug_unreachable",
11096 "noop_proc_macro",
11097 "num-derive",
11098 "num-traits",
11099 "once_cell",
11100 "paste",
11101 "profiling",
11102 "rand 0.8.5",
11103 "rand_chacha 0.3.1",
11104 "simd_helpers",
11105 "system-deps",
11106 "thiserror 1.0.69",
11107 "v_frame",
11108 "wasm-bindgen",
11109]
11110
11111[[package]]
11112name = "ravif"
11113version = "0.11.11"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
11116dependencies = [
11117 "avif-serialize",
11118 "imgref",
11119 "loop9",
11120 "quick-error",
11121 "rav1e",
11122 "rayon",
11123 "rgb",
11124]
11125
11126[[package]]
11127name = "raw-window-handle"
11128version = "0.6.2"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
11131
11132[[package]]
11133name = "raw-window-metal"
11134version = "0.4.0"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
11137dependencies = [
11138 "cocoa 0.25.0",
11139 "core-graphics 0.23.2",
11140 "objc",
11141 "raw-window-handle",
11142]
11143
11144[[package]]
11145name = "rayon"
11146version = "1.10.0"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
11149dependencies = [
11150 "either",
11151 "rayon-core",
11152]
11153
11154[[package]]
11155name = "rayon-core"
11156version = "1.12.1"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
11159dependencies = [
11160 "crossbeam-deque",
11161 "crossbeam-utils",
11162]
11163
11164[[package]]
11165name = "read-fonts"
11166version = "0.25.3"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f"
11169dependencies = [
11170 "bytemuck",
11171 "font-types",
11172]
11173
11174[[package]]
11175name = "recent_projects"
11176version = "0.1.0"
11177dependencies = [
11178 "anyhow",
11179 "auto_update",
11180 "dap",
11181 "editor",
11182 "extension_host",
11183 "file_finder",
11184 "futures 0.3.31",
11185 "fuzzy",
11186 "gpui",
11187 "language",
11188 "log",
11189 "markdown",
11190 "menu",
11191 "ordered-float 2.10.1",
11192 "paths",
11193 "picker",
11194 "project",
11195 "release_channel",
11196 "remote",
11197 "schemars",
11198 "serde",
11199 "serde_json",
11200 "settings",
11201 "smol",
11202 "task",
11203 "telemetry",
11204 "theme",
11205 "ui",
11206 "util",
11207 "workspace",
11208 "zed_actions",
11209]
11210
11211[[package]]
11212name = "redox_syscall"
11213version = "0.2.16"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
11216dependencies = [
11217 "bitflags 1.3.2",
11218]
11219
11220[[package]]
11221name = "redox_syscall"
11222version = "0.5.8"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
11225dependencies = [
11226 "bitflags 2.8.0",
11227]
11228
11229[[package]]
11230name = "redox_users"
11231version = "0.4.6"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
11234dependencies = [
11235 "getrandom 0.2.15",
11236 "libredox",
11237 "thiserror 1.0.69",
11238]
11239
11240[[package]]
11241name = "refineable"
11242version = "0.1.0"
11243dependencies = [
11244 "derive_refineable",
11245]
11246
11247[[package]]
11248name = "regalloc2"
11249version = "0.11.1"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "145c1c267e14f20fb0f88aa76a1c5ffec42d592c1d28b3cd9148ae35916158d3"
11252dependencies = [
11253 "allocator-api2",
11254 "bumpalo",
11255 "hashbrown 0.15.2",
11256 "log",
11257 "rustc-hash 2.1.1",
11258 "smallvec",
11259]
11260
11261[[package]]
11262name = "regex"
11263version = "1.11.1"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
11266dependencies = [
11267 "aho-corasick",
11268 "memchr",
11269 "regex-automata 0.4.9",
11270 "regex-syntax 0.8.5",
11271]
11272
11273[[package]]
11274name = "regex-automata"
11275version = "0.1.10"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
11278dependencies = [
11279 "regex-syntax 0.6.29",
11280]
11281
11282[[package]]
11283name = "regex-automata"
11284version = "0.4.9"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
11287dependencies = [
11288 "aho-corasick",
11289 "memchr",
11290 "regex-syntax 0.8.5",
11291]
11292
11293[[package]]
11294name = "regex-lite"
11295version = "0.1.6"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
11298
11299[[package]]
11300name = "regex-syntax"
11301version = "0.6.29"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
11304
11305[[package]]
11306name = "regex-syntax"
11307version = "0.8.5"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
11310
11311[[package]]
11312name = "release_channel"
11313version = "0.1.0"
11314dependencies = [
11315 "gpui",
11316]
11317
11318[[package]]
11319name = "remote"
11320version = "0.1.0"
11321dependencies = [
11322 "anyhow",
11323 "askpass",
11324 "async-trait",
11325 "collections",
11326 "fs",
11327 "futures 0.3.31",
11328 "gpui",
11329 "itertools 0.14.0",
11330 "log",
11331 "parking_lot",
11332 "paths",
11333 "prost 0.9.0",
11334 "release_channel",
11335 "rpc",
11336 "schemars",
11337 "serde",
11338 "serde_json",
11339 "shlex",
11340 "smol",
11341 "tempfile",
11342 "thiserror 2.0.12",
11343 "urlencoding",
11344 "util",
11345]
11346
11347[[package]]
11348name = "remote_server"
11349version = "0.1.0"
11350dependencies = [
11351 "anyhow",
11352 "async-watch",
11353 "backtrace",
11354 "cargo_toml",
11355 "chrono",
11356 "clap",
11357 "client",
11358 "clock",
11359 "env_logger 0.11.7",
11360 "extension",
11361 "extension_host",
11362 "fork",
11363 "fs",
11364 "futures 0.3.31",
11365 "git",
11366 "git_hosting_providers",
11367 "gpui",
11368 "gpui_tokio",
11369 "http_client",
11370 "language",
11371 "language_extension",
11372 "languages",
11373 "libc",
11374 "log",
11375 "lsp",
11376 "node_runtime",
11377 "paths",
11378 "project",
11379 "proto",
11380 "release_channel",
11381 "remote",
11382 "reqwest_client",
11383 "rpc",
11384 "rust-embed",
11385 "serde",
11386 "serde_json",
11387 "settings",
11388 "shellexpand 2.1.2",
11389 "smol",
11390 "sysinfo",
11391 "telemetry_events",
11392 "toml 0.8.20",
11393 "unindent",
11394 "util",
11395 "worktree",
11396]
11397
11398[[package]]
11399name = "rend"
11400version = "0.4.2"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
11403dependencies = [
11404 "bytecheck",
11405]
11406
11407[[package]]
11408name = "repl"
11409version = "0.1.0"
11410dependencies = [
11411 "alacritty_terminal",
11412 "anyhow",
11413 "async-dispatcher",
11414 "async-tungstenite",
11415 "base64 0.22.1",
11416 "client",
11417 "collections",
11418 "command_palette_hooks",
11419 "editor",
11420 "env_logger 0.11.7",
11421 "feature_flags",
11422 "file_icons",
11423 "futures 0.3.31",
11424 "gpui",
11425 "http_client",
11426 "image",
11427 "indoc",
11428 "jupyter-protocol",
11429 "jupyter-websocket-client",
11430 "language",
11431 "languages",
11432 "log",
11433 "markdown_preview",
11434 "menu",
11435 "multi_buffer",
11436 "nbformat",
11437 "picker",
11438 "project",
11439 "runtimelib",
11440 "schemars",
11441 "serde",
11442 "serde_json",
11443 "settings",
11444 "smol",
11445 "telemetry",
11446 "terminal",
11447 "terminal_view",
11448 "theme",
11449 "tree-sitter-md",
11450 "tree-sitter-python",
11451 "tree-sitter-typescript",
11452 "ui",
11453 "util",
11454 "uuid",
11455 "workspace",
11456]
11457
11458[[package]]
11459name = "reqwest"
11460version = "0.11.27"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
11463dependencies = [
11464 "base64 0.21.7",
11465 "bytes 1.10.1",
11466 "encoding_rs",
11467 "futures-core",
11468 "futures-util",
11469 "h2 0.3.26",
11470 "http 0.2.12",
11471 "http-body 0.4.6",
11472 "hyper 0.14.32",
11473 "hyper-rustls 0.24.2",
11474 "hyper-tls",
11475 "ipnet",
11476 "js-sys",
11477 "log",
11478 "mime",
11479 "native-tls",
11480 "once_cell",
11481 "percent-encoding",
11482 "pin-project-lite",
11483 "rustls 0.21.12",
11484 "rustls-native-certs 0.6.3",
11485 "rustls-pemfile 1.0.4",
11486 "serde",
11487 "serde_json",
11488 "serde_urlencoded",
11489 "sync_wrapper 0.1.2",
11490 "system-configuration 0.5.1",
11491 "tokio",
11492 "tokio-native-tls",
11493 "tokio-rustls 0.24.1",
11494 "tower-service",
11495 "url",
11496 "wasm-bindgen",
11497 "wasm-bindgen-futures",
11498 "web-sys",
11499 "winreg 0.50.0",
11500]
11501
11502[[package]]
11503name = "reqwest"
11504version = "0.12.8"
11505source = "git+https://github.com/zed-industries/reqwest.git?rev=fd110f6998da16bbca97b6dddda9be7827c50e29#fd110f6998da16bbca97b6dddda9be7827c50e29"
11506dependencies = [
11507 "base64 0.22.1",
11508 "bytes 1.10.1",
11509 "encoding_rs",
11510 "futures-core",
11511 "futures-util",
11512 "h2 0.4.7",
11513 "http 1.2.0",
11514 "http-body 1.0.1",
11515 "http-body-util",
11516 "hyper 1.5.1",
11517 "hyper-rustls 0.27.3",
11518 "hyper-util",
11519 "ipnet",
11520 "js-sys",
11521 "log",
11522 "mime",
11523 "once_cell",
11524 "percent-encoding",
11525 "pin-project-lite",
11526 "quinn",
11527 "rustls 0.23.25",
11528 "rustls-native-certs 0.8.1",
11529 "rustls-pemfile 2.2.0",
11530 "rustls-pki-types",
11531 "serde",
11532 "serde_json",
11533 "serde_urlencoded",
11534 "sync_wrapper 1.0.2",
11535 "system-configuration 0.6.1",
11536 "tokio",
11537 "tokio-rustls 0.26.1",
11538 "tokio-socks",
11539 "tokio-util",
11540 "tower-service",
11541 "url",
11542 "wasm-bindgen",
11543 "wasm-bindgen-futures",
11544 "wasm-streams",
11545 "web-sys",
11546 "windows-registry",
11547]
11548
11549[[package]]
11550name = "reqwest_client"
11551version = "0.1.0"
11552dependencies = [
11553 "anyhow",
11554 "bytes 1.10.1",
11555 "futures 0.3.31",
11556 "gpui",
11557 "http_client",
11558 "http_client_tls",
11559 "log",
11560 "regex",
11561 "reqwest 0.12.8",
11562 "serde",
11563 "smol",
11564 "tokio",
11565]
11566
11567[[package]]
11568name = "resvg"
11569version = "0.45.0"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "dd43d1c474e9dadf09a8fdf22d713ba668b499b5117b9b9079500224e26b5b29"
11572dependencies = [
11573 "log",
11574 "pico-args",
11575 "rgb",
11576 "svgtypes",
11577 "tiny-skia",
11578 "usvg",
11579]
11580
11581[[package]]
11582name = "rfc6979"
11583version = "0.3.1"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
11586dependencies = [
11587 "crypto-bigint 0.4.9",
11588 "hmac",
11589 "zeroize",
11590]
11591
11592[[package]]
11593name = "rgb"
11594version = "0.8.50"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
11597dependencies = [
11598 "bytemuck",
11599]
11600
11601[[package]]
11602name = "rich_text"
11603version = "0.1.0"
11604dependencies = [
11605 "futures 0.3.31",
11606 "gpui",
11607 "language",
11608 "linkify",
11609 "pulldown-cmark 0.12.2",
11610 "theme",
11611 "ui",
11612 "util",
11613]
11614
11615[[package]]
11616name = "ring"
11617version = "0.17.8"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
11620dependencies = [
11621 "cc",
11622 "cfg-if",
11623 "getrandom 0.2.15",
11624 "libc",
11625 "spin",
11626 "untrusted",
11627 "windows-sys 0.52.0",
11628]
11629
11630[[package]]
11631name = "rkyv"
11632version = "0.7.45"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
11635dependencies = [
11636 "bitvec",
11637 "bytecheck",
11638 "bytes 1.10.1",
11639 "hashbrown 0.12.3",
11640 "ptr_meta",
11641 "rend",
11642 "rkyv_derive",
11643 "seahash",
11644 "tinyvec",
11645 "uuid",
11646]
11647
11648[[package]]
11649name = "rkyv_derive"
11650version = "0.7.45"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
11653dependencies = [
11654 "proc-macro2",
11655 "quote",
11656 "syn 1.0.109",
11657]
11658
11659[[package]]
11660name = "rmp"
11661version = "0.8.14"
11662source = "registry+https://github.com/rust-lang/crates.io-index"
11663checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
11664dependencies = [
11665 "byteorder",
11666 "num-traits",
11667 "paste",
11668]
11669
11670[[package]]
11671name = "rmpv"
11672version = "1.3.0"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
11675dependencies = [
11676 "num-traits",
11677 "rmp",
11678]
11679
11680[[package]]
11681name = "rodio"
11682version = "0.20.1"
11683source = "registry+https://github.com/rust-lang/crates.io-index"
11684checksum = "e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1"
11685dependencies = [
11686 "cpal",
11687 "hound",
11688]
11689
11690[[package]]
11691name = "rope"
11692version = "0.1.0"
11693dependencies = [
11694 "arrayvec",
11695 "criterion",
11696 "ctor",
11697 "env_logger 0.11.7",
11698 "gpui",
11699 "log",
11700 "rand 0.8.5",
11701 "rayon",
11702 "smallvec",
11703 "sum_tree",
11704 "unicode-segmentation",
11705 "util",
11706]
11707
11708[[package]]
11709name = "roxmltree"
11710version = "0.20.0"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
11713
11714[[package]]
11715name = "rpc"
11716version = "0.1.0"
11717dependencies = [
11718 "anyhow",
11719 "async-tungstenite",
11720 "base64 0.22.1",
11721 "chrono",
11722 "collections",
11723 "env_logger 0.11.7",
11724 "futures 0.3.31",
11725 "gpui",
11726 "parking_lot",
11727 "proto",
11728 "rand 0.8.5",
11729 "rsa",
11730 "serde",
11731 "serde_json",
11732 "sha2",
11733 "strum",
11734 "tracing",
11735 "util",
11736 "zstd",
11737]
11738
11739[[package]]
11740name = "rsa"
11741version = "0.9.8"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
11744dependencies = [
11745 "const-oid",
11746 "digest",
11747 "num-bigint-dig",
11748 "num-integer",
11749 "num-traits",
11750 "pkcs1",
11751 "pkcs8 0.10.2",
11752 "rand_core 0.6.4",
11753 "signature 2.2.0",
11754 "spki 0.7.3",
11755 "subtle",
11756 "zeroize",
11757]
11758
11759[[package]]
11760name = "runtimelib"
11761version = "0.25.0"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "9af6ed9fd10d7ee940676945510c197c2a472806bb652096a713985c44ffd643"
11764dependencies = [
11765 "anyhow",
11766 "async-dispatcher",
11767 "async-std",
11768 "base64 0.22.1",
11769 "bytes 1.10.1",
11770 "chrono",
11771 "data-encoding",
11772 "dirs 5.0.1",
11773 "futures 0.3.31",
11774 "glob",
11775 "jupyter-protocol",
11776 "ring",
11777 "serde",
11778 "serde_json",
11779 "shellexpand 3.1.0",
11780 "smol",
11781 "uuid",
11782 "zeromq",
11783]
11784
11785[[package]]
11786name = "rust-embed"
11787version = "8.5.0"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
11790dependencies = [
11791 "rust-embed-impl",
11792 "rust-embed-utils",
11793 "walkdir",
11794]
11795
11796[[package]]
11797name = "rust-embed-impl"
11798version = "8.5.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
11801dependencies = [
11802 "proc-macro2",
11803 "quote",
11804 "rust-embed-utils",
11805 "syn 2.0.100",
11806 "walkdir",
11807]
11808
11809[[package]]
11810name = "rust-embed-utils"
11811version = "8.5.0"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
11814dependencies = [
11815 "globset",
11816 "sha2",
11817 "walkdir",
11818]
11819
11820[[package]]
11821name = "rust_decimal"
11822version = "1.36.0"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
11825dependencies = [
11826 "arrayvec",
11827 "borsh",
11828 "bytes 1.10.1",
11829 "num-traits",
11830 "rand 0.8.5",
11831 "rkyv",
11832 "serde",
11833 "serde_json",
11834]
11835
11836[[package]]
11837name = "rustc-demangle"
11838version = "0.1.24"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
11841
11842[[package]]
11843name = "rustc-hash"
11844version = "1.1.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
11847
11848[[package]]
11849name = "rustc-hash"
11850version = "2.1.1"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
11853
11854[[package]]
11855name = "rustc_version"
11856version = "0.4.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
11859dependencies = [
11860 "semver",
11861]
11862
11863[[package]]
11864name = "rustix"
11865version = "0.38.42"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
11868dependencies = [
11869 "bitflags 2.8.0",
11870 "errno 0.3.10",
11871 "itoa",
11872 "libc",
11873 "linux-raw-sys",
11874 "once_cell",
11875 "windows-sys 0.59.0",
11876]
11877
11878[[package]]
11879name = "rustix-openpty"
11880version = "0.1.1"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
11883dependencies = [
11884 "errno 0.3.10",
11885 "libc",
11886 "rustix",
11887]
11888
11889[[package]]
11890name = "rustls"
11891version = "0.21.12"
11892source = "registry+https://github.com/rust-lang/crates.io-index"
11893checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
11894dependencies = [
11895 "log",
11896 "ring",
11897 "rustls-webpki 0.101.7",
11898 "sct",
11899]
11900
11901[[package]]
11902name = "rustls"
11903version = "0.23.25"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
11906dependencies = [
11907 "aws-lc-rs",
11908 "log",
11909 "once_cell",
11910 "ring",
11911 "rustls-pki-types",
11912 "rustls-webpki 0.103.0",
11913 "subtle",
11914 "zeroize",
11915]
11916
11917[[package]]
11918name = "rustls-native-certs"
11919version = "0.6.3"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
11922dependencies = [
11923 "openssl-probe",
11924 "rustls-pemfile 1.0.4",
11925 "schannel",
11926 "security-framework 2.11.1",
11927]
11928
11929[[package]]
11930name = "rustls-native-certs"
11931version = "0.8.1"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
11934dependencies = [
11935 "openssl-probe",
11936 "rustls-pki-types",
11937 "schannel",
11938 "security-framework 3.0.1",
11939]
11940
11941[[package]]
11942name = "rustls-pemfile"
11943version = "1.0.4"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
11946dependencies = [
11947 "base64 0.21.7",
11948]
11949
11950[[package]]
11951name = "rustls-pemfile"
11952version = "2.2.0"
11953source = "registry+https://github.com/rust-lang/crates.io-index"
11954checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
11955dependencies = [
11956 "rustls-pki-types",
11957]
11958
11959[[package]]
11960name = "rustls-pki-types"
11961version = "1.11.0"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
11964dependencies = [
11965 "web-time",
11966]
11967
11968[[package]]
11969name = "rustls-platform-verifier"
11970version = "0.5.1"
11971source = "registry+https://github.com/rust-lang/crates.io-index"
11972checksum = "4a5467026f437b4cb2a533865eaa73eb840019a0916f4b9ec563c6e617e086c9"
11973dependencies = [
11974 "core-foundation 0.10.0",
11975 "core-foundation-sys",
11976 "jni",
11977 "log",
11978 "once_cell",
11979 "rustls 0.23.25",
11980 "rustls-native-certs 0.8.1",
11981 "rustls-platform-verifier-android",
11982 "rustls-webpki 0.103.0",
11983 "security-framework 3.0.1",
11984 "security-framework-sys",
11985 "webpki-root-certs",
11986 "windows-sys 0.59.0",
11987]
11988
11989[[package]]
11990name = "rustls-platform-verifier-android"
11991version = "0.1.1"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
11994
11995[[package]]
11996name = "rustls-webpki"
11997version = "0.101.7"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
12000dependencies = [
12001 "ring",
12002 "untrusted",
12003]
12004
12005[[package]]
12006name = "rustls-webpki"
12007version = "0.103.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
12010dependencies = [
12011 "aws-lc-rs",
12012 "ring",
12013 "rustls-pki-types",
12014 "untrusted",
12015]
12016
12017[[package]]
12018name = "rustversion"
12019version = "1.0.18"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
12022
12023[[package]]
12024name = "rustybuzz"
12025version = "0.14.1"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
12028dependencies = [
12029 "bitflags 2.8.0",
12030 "bytemuck",
12031 "libm",
12032 "smallvec",
12033 "ttf-parser 0.21.1",
12034 "unicode-bidi-mirroring 0.2.0",
12035 "unicode-ccc 0.2.0",
12036 "unicode-properties",
12037 "unicode-script",
12038]
12039
12040[[package]]
12041name = "rustybuzz"
12042version = "0.20.1"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
12045dependencies = [
12046 "bitflags 2.8.0",
12047 "bytemuck",
12048 "core_maths",
12049 "log",
12050 "smallvec",
12051 "ttf-parser 0.25.1",
12052 "unicode-bidi-mirroring 0.4.0",
12053 "unicode-ccc 0.4.0",
12054 "unicode-properties",
12055 "unicode-script",
12056]
12057
12058[[package]]
12059name = "ryu"
12060version = "1.0.18"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
12063
12064[[package]]
12065name = "salsa20"
12066version = "0.10.2"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
12069dependencies = [
12070 "cipher",
12071]
12072
12073[[package]]
12074name = "same-file"
12075version = "1.0.6"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
12078dependencies = [
12079 "winapi-util",
12080]
12081
12082[[package]]
12083name = "schannel"
12084version = "0.1.27"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
12087dependencies = [
12088 "windows-sys 0.59.0",
12089]
12090
12091[[package]]
12092name = "schema_generator"
12093version = "0.1.0"
12094dependencies = [
12095 "anyhow",
12096 "clap",
12097 "env_logger 0.11.7",
12098 "schemars",
12099 "serde",
12100 "serde_json",
12101 "theme",
12102]
12103
12104[[package]]
12105name = "schemars"
12106version = "0.8.22"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
12109dependencies = [
12110 "dyn-clone",
12111 "indexmap",
12112 "schemars_derive",
12113 "serde",
12114 "serde_json",
12115]
12116
12117[[package]]
12118name = "schemars_derive"
12119version = "0.8.22"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
12122dependencies = [
12123 "proc-macro2",
12124 "quote",
12125 "serde_derive_internals",
12126 "syn 2.0.100",
12127]
12128
12129[[package]]
12130name = "scoped-tls"
12131version = "1.0.1"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
12134
12135[[package]]
12136name = "scopeguard"
12137version = "1.2.0"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
12140
12141[[package]]
12142name = "scratch"
12143version = "1.0.7"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
12146
12147[[package]]
12148name = "scrypt"
12149version = "0.11.0"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
12152dependencies = [
12153 "password-hash 0.5.0",
12154 "pbkdf2 0.12.2",
12155 "salsa20",
12156 "sha2",
12157]
12158
12159[[package]]
12160name = "sct"
12161version = "0.7.1"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
12164dependencies = [
12165 "ring",
12166 "untrusted",
12167]
12168
12169[[package]]
12170name = "sea-bae"
12171version = "0.2.1"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
12174dependencies = [
12175 "heck 0.4.1",
12176 "proc-macro-error2",
12177 "proc-macro2",
12178 "quote",
12179 "syn 2.0.100",
12180]
12181
12182[[package]]
12183name = "sea-orm"
12184version = "1.1.7"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "3417812d38049e8ec3d588c03570f8c60de811d2453fb48e424045a1600ffd86"
12187dependencies = [
12188 "async-stream",
12189 "async-trait",
12190 "bigdecimal",
12191 "chrono",
12192 "futures-util",
12193 "log",
12194 "ouroboros",
12195 "pgvector",
12196 "rust_decimal",
12197 "sea-orm-macros",
12198 "sea-query",
12199 "sea-query-binder",
12200 "serde",
12201 "serde_json",
12202 "sqlx",
12203 "strum",
12204 "thiserror 1.0.69",
12205 "time",
12206 "tracing",
12207 "url",
12208 "uuid",
12209]
12210
12211[[package]]
12212name = "sea-orm-macros"
12213version = "1.1.7"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "d705ba84e1c74c8ac27784e4ac6f21584058c1dc0cadb9d39b43e109fcf8139c"
12216dependencies = [
12217 "heck 0.4.1",
12218 "proc-macro2",
12219 "quote",
12220 "sea-bae",
12221 "syn 2.0.100",
12222 "unicode-ident",
12223]
12224
12225[[package]]
12226name = "sea-query"
12227version = "0.32.1"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
12230dependencies = [
12231 "bigdecimal",
12232 "chrono",
12233 "inherent",
12234 "ordered-float 3.9.2",
12235 "rust_decimal",
12236 "serde_json",
12237 "time",
12238 "uuid",
12239]
12240
12241[[package]]
12242name = "sea-query-binder"
12243version = "0.7.0"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
12246dependencies = [
12247 "bigdecimal",
12248 "chrono",
12249 "rust_decimal",
12250 "sea-query",
12251 "serde_json",
12252 "sqlx",
12253 "time",
12254 "uuid",
12255]
12256
12257[[package]]
12258name = "seahash"
12259version = "4.1.0"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
12262
12263[[package]]
12264name = "search"
12265version = "0.1.0"
12266dependencies = [
12267 "any_vec",
12268 "anyhow",
12269 "bitflags 2.8.0",
12270 "client",
12271 "collections",
12272 "editor",
12273 "futures 0.3.31",
12274 "gpui",
12275 "language",
12276 "menu",
12277 "project",
12278 "schemars",
12279 "serde",
12280 "serde_json",
12281 "settings",
12282 "smol",
12283 "theme",
12284 "ui",
12285 "unindent",
12286 "util",
12287 "workspace",
12288 "zed_actions",
12289]
12290
12291[[package]]
12292name = "sec1"
12293version = "0.3.0"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
12296dependencies = [
12297 "base16ct",
12298 "der 0.6.1",
12299 "generic-array",
12300 "pkcs8 0.9.0",
12301 "subtle",
12302 "zeroize",
12303]
12304
12305[[package]]
12306name = "security-framework"
12307version = "2.11.1"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
12310dependencies = [
12311 "bitflags 2.8.0",
12312 "core-foundation 0.9.4",
12313 "core-foundation-sys",
12314 "libc",
12315 "security-framework-sys",
12316]
12317
12318[[package]]
12319name = "security-framework"
12320version = "3.0.1"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
12323dependencies = [
12324 "bitflags 2.8.0",
12325 "core-foundation 0.10.0",
12326 "core-foundation-sys",
12327 "libc",
12328 "security-framework-sys",
12329]
12330
12331[[package]]
12332name = "security-framework-sys"
12333version = "2.12.1"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
12336dependencies = [
12337 "core-foundation-sys",
12338 "libc",
12339]
12340
12341[[package]]
12342name = "self_cell"
12343version = "1.1.0"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
12346
12347[[package]]
12348name = "semantic_index"
12349version = "0.1.0"
12350dependencies = [
12351 "anyhow",
12352 "arrayvec",
12353 "blake3",
12354 "client",
12355 "clock",
12356 "collections",
12357 "env_logger 0.11.7",
12358 "feature_flags",
12359 "fs",
12360 "futures 0.3.31",
12361 "futures-batch",
12362 "gpui",
12363 "heed",
12364 "http_client",
12365 "language",
12366 "language_model",
12367 "languages",
12368 "log",
12369 "open_ai",
12370 "parking_lot",
12371 "project",
12372 "reqwest_client",
12373 "serde",
12374 "serde_json",
12375 "settings",
12376 "sha2",
12377 "smol",
12378 "streaming-iterator",
12379 "tempfile",
12380 "theme",
12381 "tree-sitter",
12382 "ui",
12383 "unindent",
12384 "util",
12385 "workspace",
12386 "worktree",
12387]
12388
12389[[package]]
12390name = "semantic_version"
12391version = "0.1.0"
12392dependencies = [
12393 "anyhow",
12394 "serde",
12395]
12396
12397[[package]]
12398name = "semver"
12399version = "1.0.26"
12400source = "registry+https://github.com/rust-lang/crates.io-index"
12401checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
12402dependencies = [
12403 "serde",
12404]
12405
12406[[package]]
12407name = "serde"
12408version = "1.0.218"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
12411dependencies = [
12412 "serde_derive",
12413]
12414
12415[[package]]
12416name = "serde_derive"
12417version = "1.0.218"
12418source = "registry+https://github.com/rust-lang/crates.io-index"
12419checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
12420dependencies = [
12421 "proc-macro2",
12422 "quote",
12423 "syn 2.0.100",
12424]
12425
12426[[package]]
12427name = "serde_derive_internals"
12428version = "0.29.1"
12429source = "registry+https://github.com/rust-lang/crates.io-index"
12430checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
12431dependencies = [
12432 "proc-macro2",
12433 "quote",
12434 "syn 2.0.100",
12435]
12436
12437[[package]]
12438name = "serde_fmt"
12439version = "1.0.3"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
12442dependencies = [
12443 "serde",
12444]
12445
12446[[package]]
12447name = "serde_json"
12448version = "1.0.140"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
12451dependencies = [
12452 "indexmap",
12453 "itoa",
12454 "memchr",
12455 "ryu",
12456 "serde",
12457]
12458
12459[[package]]
12460name = "serde_json_lenient"
12461version = "0.2.4"
12462source = "registry+https://github.com/rust-lang/crates.io-index"
12463checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
12464dependencies = [
12465 "indexmap",
12466 "itoa",
12467 "memchr",
12468 "ryu",
12469 "serde",
12470]
12471
12472[[package]]
12473name = "serde_path_to_error"
12474version = "0.1.16"
12475source = "registry+https://github.com/rust-lang/crates.io-index"
12476checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
12477dependencies = [
12478 "itoa",
12479 "serde",
12480]
12481
12482[[package]]
12483name = "serde_qs"
12484version = "0.8.5"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
12487dependencies = [
12488 "percent-encoding",
12489 "serde",
12490 "thiserror 1.0.69",
12491]
12492
12493[[package]]
12494name = "serde_qs"
12495version = "0.10.1"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "8cac3f1e2ca2fe333923a1ae72caca910b98ed0630bb35ef6f8c8517d6e81afa"
12498dependencies = [
12499 "percent-encoding",
12500 "serde",
12501 "thiserror 1.0.69",
12502]
12503
12504[[package]]
12505name = "serde_repr"
12506version = "0.1.20"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
12509dependencies = [
12510 "proc-macro2",
12511 "quote",
12512 "syn 2.0.100",
12513]
12514
12515[[package]]
12516name = "serde_spanned"
12517version = "0.6.8"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
12520dependencies = [
12521 "serde",
12522]
12523
12524[[package]]
12525name = "serde_urlencoded"
12526version = "0.7.1"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
12529dependencies = [
12530 "form_urlencoded",
12531 "itoa",
12532 "ryu",
12533 "serde",
12534]
12535
12536[[package]]
12537name = "session"
12538version = "0.1.0"
12539dependencies = [
12540 "db",
12541 "gpui",
12542 "serde_json",
12543 "util",
12544 "uuid",
12545]
12546
12547[[package]]
12548name = "settings"
12549version = "0.1.0"
12550dependencies = [
12551 "anyhow",
12552 "collections",
12553 "ec4rs",
12554 "fs",
12555 "futures 0.3.31",
12556 "gpui",
12557 "indoc",
12558 "inventory",
12559 "log",
12560 "paths",
12561 "pretty_assertions",
12562 "release_channel",
12563 "rust-embed",
12564 "schemars",
12565 "serde",
12566 "serde_derive",
12567 "serde_json",
12568 "serde_json_lenient",
12569 "smallvec",
12570 "streaming-iterator",
12571 "tree-sitter",
12572 "tree-sitter-json",
12573 "unindent",
12574 "util",
12575]
12576
12577[[package]]
12578name = "settings_ui"
12579version = "0.1.0"
12580dependencies = [
12581 "command_palette_hooks",
12582 "editor",
12583 "feature_flags",
12584 "gpui",
12585 "settings",
12586 "theme",
12587 "ui",
12588 "workspace",
12589]
12590
12591[[package]]
12592name = "sha1"
12593version = "0.10.6"
12594source = "registry+https://github.com/rust-lang/crates.io-index"
12595checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
12596dependencies = [
12597 "cfg-if",
12598 "cpufeatures",
12599 "digest",
12600]
12601
12602[[package]]
12603name = "sha1_smol"
12604version = "1.0.1"
12605source = "registry+https://github.com/rust-lang/crates.io-index"
12606checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
12607
12608[[package]]
12609name = "sha2"
12610version = "0.10.8"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
12613dependencies = [
12614 "cfg-if",
12615 "cpufeatures",
12616 "digest",
12617]
12618
12619[[package]]
12620name = "sharded-slab"
12621version = "0.1.7"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
12624dependencies = [
12625 "lazy_static",
12626]
12627
12628[[package]]
12629name = "shell-words"
12630version = "1.1.0"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
12633
12634[[package]]
12635name = "shellexpand"
12636version = "2.1.2"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
12639dependencies = [
12640 "dirs 4.0.0",
12641]
12642
12643[[package]]
12644name = "shellexpand"
12645version = "3.1.0"
12646source = "registry+https://github.com/rust-lang/crates.io-index"
12647checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
12648dependencies = [
12649 "dirs 5.0.1",
12650]
12651
12652[[package]]
12653name = "shlex"
12654version = "1.3.0"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
12657
12658[[package]]
12659name = "signal-hook"
12660version = "0.3.17"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
12663dependencies = [
12664 "libc",
12665 "signal-hook-registry",
12666]
12667
12668[[package]]
12669name = "signal-hook-registry"
12670version = "1.4.2"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
12673dependencies = [
12674 "libc",
12675]
12676
12677[[package]]
12678name = "signature"
12679version = "1.6.4"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
12682dependencies = [
12683 "digest",
12684 "rand_core 0.6.4",
12685]
12686
12687[[package]]
12688name = "signature"
12689version = "2.2.0"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
12692dependencies = [
12693 "digest",
12694 "rand_core 0.6.4",
12695]
12696
12697[[package]]
12698name = "simd-adler32"
12699version = "0.3.7"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
12702
12703[[package]]
12704name = "simd_helpers"
12705version = "0.1.0"
12706source = "registry+https://github.com/rust-lang/crates.io-index"
12707checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
12708dependencies = [
12709 "quote",
12710]
12711
12712[[package]]
12713name = "simdutf8"
12714version = "0.1.5"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
12717
12718[[package]]
12719name = "simple_asn1"
12720version = "0.6.2"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
12723dependencies = [
12724 "num-bigint",
12725 "num-traits",
12726 "thiserror 1.0.69",
12727 "time",
12728]
12729
12730[[package]]
12731name = "simplecss"
12732version = "0.2.1"
12733source = "registry+https://github.com/rust-lang/crates.io-index"
12734checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
12735dependencies = [
12736 "log",
12737]
12738
12739[[package]]
12740name = "simplelog"
12741version = "0.12.2"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
12744dependencies = [
12745 "log",
12746 "termcolor",
12747 "time",
12748]
12749
12750[[package]]
12751name = "siphasher"
12752version = "0.3.11"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
12755
12756[[package]]
12757name = "siphasher"
12758version = "1.0.1"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
12761
12762[[package]]
12763name = "skrifa"
12764version = "0.26.6"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d"
12767dependencies = [
12768 "bytemuck",
12769 "read-fonts",
12770]
12771
12772[[package]]
12773name = "slab"
12774version = "0.4.9"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
12777dependencies = [
12778 "autocfg",
12779]
12780
12781[[package]]
12782name = "slash_commands_example"
12783version = "0.1.0"
12784dependencies = [
12785 "zed_extension_api 0.1.0",
12786]
12787
12788[[package]]
12789name = "slotmap"
12790version = "1.0.7"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
12793dependencies = [
12794 "version_check",
12795]
12796
12797[[package]]
12798name = "smallvec"
12799version = "1.14.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
12802dependencies = [
12803 "serde",
12804]
12805
12806[[package]]
12807name = "smart-default"
12808version = "0.6.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
12811dependencies = [
12812 "proc-macro2",
12813 "quote",
12814 "syn 1.0.109",
12815]
12816
12817[[package]]
12818name = "smol"
12819version = "2.0.2"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
12822dependencies = [
12823 "async-channel 2.3.1",
12824 "async-executor",
12825 "async-fs",
12826 "async-io",
12827 "async-lock",
12828 "async-net",
12829 "async-process",
12830 "blocking",
12831 "futures-lite 2.6.0",
12832]
12833
12834[[package]]
12835name = "smol_str"
12836version = "0.1.24"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
12839dependencies = [
12840 "serde",
12841]
12842
12843[[package]]
12844name = "smol_str"
12845version = "0.2.2"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
12848
12849[[package]]
12850name = "snippet"
12851version = "0.1.0"
12852dependencies = [
12853 "anyhow",
12854 "smallvec",
12855]
12856
12857[[package]]
12858name = "snippet_provider"
12859version = "0.1.0"
12860dependencies = [
12861 "anyhow",
12862 "collections",
12863 "extension",
12864 "fs",
12865 "futures 0.3.31",
12866 "gpui",
12867 "parking_lot",
12868 "paths",
12869 "schemars",
12870 "serde",
12871 "serde_json_lenient",
12872 "snippet",
12873 "util",
12874]
12875
12876[[package]]
12877name = "snippets_ui"
12878version = "0.1.0"
12879dependencies = [
12880 "fuzzy",
12881 "gpui",
12882 "language",
12883 "paths",
12884 "picker",
12885 "ui",
12886 "util",
12887 "workspace",
12888]
12889
12890[[package]]
12891name = "socket2"
12892version = "0.5.8"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
12895dependencies = [
12896 "libc",
12897 "windows-sys 0.52.0",
12898]
12899
12900[[package]]
12901name = "spdx"
12902version = "0.10.7"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "bae30cc7bfe3656d60ee99bf6836f472b0c53dddcbf335e253329abb16e535a2"
12905dependencies = [
12906 "smallvec",
12907]
12908
12909[[package]]
12910name = "spin"
12911version = "0.9.8"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
12914dependencies = [
12915 "lock_api",
12916]
12917
12918[[package]]
12919name = "spirv"
12920version = "0.3.0+sdk-1.3.268.0"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
12923dependencies = [
12924 "bitflags 2.8.0",
12925]
12926
12927[[package]]
12928name = "spki"
12929version = "0.6.0"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
12932dependencies = [
12933 "base64ct",
12934 "der 0.6.1",
12935]
12936
12937[[package]]
12938name = "spki"
12939version = "0.7.3"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
12942dependencies = [
12943 "base64ct",
12944 "der 0.7.9",
12945]
12946
12947[[package]]
12948name = "sptr"
12949version = "0.3.2"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
12952
12953[[package]]
12954name = "sqlez"
12955version = "0.1.0"
12956dependencies = [
12957 "anyhow",
12958 "collections",
12959 "futures 0.3.31",
12960 "indoc",
12961 "libsqlite3-sys",
12962 "parking_lot",
12963 "smol",
12964 "sqlformat",
12965 "thread_local",
12966 "util",
12967 "uuid",
12968]
12969
12970[[package]]
12971name = "sqlez_macros"
12972version = "0.1.0"
12973dependencies = [
12974 "sqlez",
12975 "sqlformat",
12976 "syn 1.0.109",
12977]
12978
12979[[package]]
12980name = "sqlformat"
12981version = "0.2.6"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
12984dependencies = [
12985 "nom",
12986 "unicode_categories",
12987]
12988
12989[[package]]
12990name = "sqlx"
12991version = "0.8.3"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
12994dependencies = [
12995 "sqlx-core",
12996 "sqlx-macros",
12997 "sqlx-mysql",
12998 "sqlx-postgres",
12999 "sqlx-sqlite",
13000]
13001
13002[[package]]
13003name = "sqlx-core"
13004version = "0.8.3"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
13007dependencies = [
13008 "bigdecimal",
13009 "bytes 1.10.1",
13010 "chrono",
13011 "crc",
13012 "crossbeam-queue",
13013 "either",
13014 "event-listener 5.3.1",
13015 "futures-core",
13016 "futures-intrusive",
13017 "futures-io",
13018 "futures-util",
13019 "hashbrown 0.15.2",
13020 "hashlink 0.10.0",
13021 "indexmap",
13022 "log",
13023 "memchr",
13024 "once_cell",
13025 "percent-encoding",
13026 "rust_decimal",
13027 "rustls 0.23.25",
13028 "rustls-pemfile 2.2.0",
13029 "serde",
13030 "serde_json",
13031 "sha2",
13032 "smallvec",
13033 "thiserror 2.0.12",
13034 "time",
13035 "tokio",
13036 "tokio-stream",
13037 "tracing",
13038 "url",
13039 "uuid",
13040 "webpki-roots",
13041]
13042
13043[[package]]
13044name = "sqlx-macros"
13045version = "0.8.3"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
13048dependencies = [
13049 "proc-macro2",
13050 "quote",
13051 "sqlx-core",
13052 "sqlx-macros-core",
13053 "syn 2.0.100",
13054]
13055
13056[[package]]
13057name = "sqlx-macros-core"
13058version = "0.8.3"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
13061dependencies = [
13062 "dotenvy",
13063 "either",
13064 "heck 0.5.0",
13065 "hex",
13066 "once_cell",
13067 "proc-macro2",
13068 "quote",
13069 "serde",
13070 "serde_json",
13071 "sha2",
13072 "sqlx-core",
13073 "sqlx-mysql",
13074 "sqlx-postgres",
13075 "sqlx-sqlite",
13076 "syn 2.0.100",
13077 "tempfile",
13078 "tokio",
13079 "url",
13080]
13081
13082[[package]]
13083name = "sqlx-mysql"
13084version = "0.8.3"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
13087dependencies = [
13088 "atoi",
13089 "base64 0.22.1",
13090 "bigdecimal",
13091 "bitflags 2.8.0",
13092 "byteorder",
13093 "bytes 1.10.1",
13094 "chrono",
13095 "crc",
13096 "digest",
13097 "dotenvy",
13098 "either",
13099 "futures-channel",
13100 "futures-core",
13101 "futures-io",
13102 "futures-util",
13103 "generic-array",
13104 "hex",
13105 "hkdf",
13106 "hmac",
13107 "itoa",
13108 "log",
13109 "md-5",
13110 "memchr",
13111 "once_cell",
13112 "percent-encoding",
13113 "rand 0.8.5",
13114 "rsa",
13115 "rust_decimal",
13116 "serde",
13117 "sha1",
13118 "sha2",
13119 "smallvec",
13120 "sqlx-core",
13121 "stringprep",
13122 "thiserror 2.0.12",
13123 "time",
13124 "tracing",
13125 "uuid",
13126 "whoami",
13127]
13128
13129[[package]]
13130name = "sqlx-postgres"
13131version = "0.8.3"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
13134dependencies = [
13135 "atoi",
13136 "base64 0.22.1",
13137 "bigdecimal",
13138 "bitflags 2.8.0",
13139 "byteorder",
13140 "chrono",
13141 "crc",
13142 "dotenvy",
13143 "etcetera",
13144 "futures-channel",
13145 "futures-core",
13146 "futures-util",
13147 "hex",
13148 "hkdf",
13149 "hmac",
13150 "home",
13151 "itoa",
13152 "log",
13153 "md-5",
13154 "memchr",
13155 "num-bigint",
13156 "once_cell",
13157 "rand 0.8.5",
13158 "rust_decimal",
13159 "serde",
13160 "serde_json",
13161 "sha2",
13162 "smallvec",
13163 "sqlx-core",
13164 "stringprep",
13165 "thiserror 2.0.12",
13166 "time",
13167 "tracing",
13168 "uuid",
13169 "whoami",
13170]
13171
13172[[package]]
13173name = "sqlx-sqlite"
13174version = "0.8.3"
13175source = "registry+https://github.com/rust-lang/crates.io-index"
13176checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
13177dependencies = [
13178 "atoi",
13179 "chrono",
13180 "flume",
13181 "futures-channel",
13182 "futures-core",
13183 "futures-executor",
13184 "futures-intrusive",
13185 "futures-util",
13186 "libsqlite3-sys",
13187 "log",
13188 "percent-encoding",
13189 "serde",
13190 "serde_urlencoded",
13191 "sqlx-core",
13192 "time",
13193 "tracing",
13194 "url",
13195 "uuid",
13196]
13197
13198[[package]]
13199name = "stable_deref_trait"
13200version = "1.2.0"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
13203
13204[[package]]
13205name = "static_assertions"
13206version = "1.1.0"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
13209
13210[[package]]
13211name = "story"
13212version = "0.1.0"
13213dependencies = [
13214 "gpui",
13215 "itertools 0.14.0",
13216 "smallvec",
13217]
13218
13219[[package]]
13220name = "storybook"
13221version = "0.1.0"
13222dependencies = [
13223 "anyhow",
13224 "clap",
13225 "collab_ui",
13226 "ctrlc",
13227 "dialoguer",
13228 "editor",
13229 "fuzzy",
13230 "gpui",
13231 "indoc",
13232 "language",
13233 "log",
13234 "menu",
13235 "picker",
13236 "project",
13237 "reqwest_client",
13238 "rust-embed",
13239 "settings",
13240 "simplelog",
13241 "story",
13242 "strum",
13243 "theme",
13244 "title_bar",
13245 "ui",
13246]
13247
13248[[package]]
13249name = "streaming-iterator"
13250version = "0.1.9"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
13253
13254[[package]]
13255name = "streaming_diff"
13256version = "0.1.0"
13257dependencies = [
13258 "ordered-float 2.10.1",
13259 "rand 0.8.5",
13260 "rope",
13261 "util",
13262]
13263
13264[[package]]
13265name = "strict-num"
13266version = "0.1.1"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
13269dependencies = [
13270 "float-cmp",
13271]
13272
13273[[package]]
13274name = "string_cache"
13275version = "0.8.7"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
13278dependencies = [
13279 "new_debug_unreachable",
13280 "once_cell",
13281 "parking_lot",
13282 "phf_shared 0.10.0",
13283 "precomputed-hash",
13284 "serde",
13285]
13286
13287[[package]]
13288name = "string_cache_codegen"
13289version = "0.5.2"
13290source = "registry+https://github.com/rust-lang/crates.io-index"
13291checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
13292dependencies = [
13293 "phf_generator 0.10.0",
13294 "phf_shared 0.10.0",
13295 "proc-macro2",
13296 "quote",
13297]
13298
13299[[package]]
13300name = "stringprep"
13301version = "0.1.5"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
13304dependencies = [
13305 "unicode-bidi",
13306 "unicode-normalization",
13307 "unicode-properties",
13308]
13309
13310[[package]]
13311name = "strsim"
13312version = "0.11.1"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
13315
13316[[package]]
13317name = "strum"
13318version = "0.26.3"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
13321dependencies = [
13322 "strum_macros",
13323]
13324
13325[[package]]
13326name = "strum_macros"
13327version = "0.26.4"
13328source = "registry+https://github.com/rust-lang/crates.io-index"
13329checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
13330dependencies = [
13331 "heck 0.5.0",
13332 "proc-macro2",
13333 "quote",
13334 "rustversion",
13335 "syn 2.0.100",
13336]
13337
13338[[package]]
13339name = "subtle"
13340version = "2.6.1"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
13343
13344[[package]]
13345name = "sum_tree"
13346version = "0.1.0"
13347dependencies = [
13348 "arrayvec",
13349 "ctor",
13350 "env_logger 0.11.7",
13351 "log",
13352 "rand 0.8.5",
13353 "rayon",
13354]
13355
13356[[package]]
13357name = "supermaven"
13358version = "0.1.0"
13359dependencies = [
13360 "anyhow",
13361 "client",
13362 "collections",
13363 "editor",
13364 "env_logger 0.11.7",
13365 "futures 0.3.31",
13366 "gpui",
13367 "http_client",
13368 "inline_completion",
13369 "language",
13370 "log",
13371 "postage",
13372 "project",
13373 "serde",
13374 "serde_json",
13375 "settings",
13376 "smol",
13377 "supermaven_api",
13378 "text",
13379 "theme",
13380 "ui",
13381 "unicode-segmentation",
13382 "util",
13383]
13384
13385[[package]]
13386name = "supermaven_api"
13387version = "0.1.0"
13388dependencies = [
13389 "anyhow",
13390 "futures 0.3.31",
13391 "http_client",
13392 "paths",
13393 "serde",
13394 "serde_json",
13395 "smol",
13396]
13397
13398[[package]]
13399name = "sval"
13400version = "2.13.2"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
13403
13404[[package]]
13405name = "sval_buffer"
13406version = "2.13.2"
13407source = "registry+https://github.com/rust-lang/crates.io-index"
13408checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
13409dependencies = [
13410 "sval",
13411 "sval_ref",
13412]
13413
13414[[package]]
13415name = "sval_dynamic"
13416version = "2.13.2"
13417source = "registry+https://github.com/rust-lang/crates.io-index"
13418checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
13419dependencies = [
13420 "sval",
13421]
13422
13423[[package]]
13424name = "sval_fmt"
13425version = "2.13.2"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
13428dependencies = [
13429 "itoa",
13430 "ryu",
13431 "sval",
13432]
13433
13434[[package]]
13435name = "sval_json"
13436version = "2.13.2"
13437source = "registry+https://github.com/rust-lang/crates.io-index"
13438checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
13439dependencies = [
13440 "itoa",
13441 "ryu",
13442 "sval",
13443]
13444
13445[[package]]
13446name = "sval_nested"
13447version = "2.13.2"
13448source = "registry+https://github.com/rust-lang/crates.io-index"
13449checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
13450dependencies = [
13451 "sval",
13452 "sval_buffer",
13453 "sval_ref",
13454]
13455
13456[[package]]
13457name = "sval_ref"
13458version = "2.13.2"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
13461dependencies = [
13462 "sval",
13463]
13464
13465[[package]]
13466name = "sval_serde"
13467version = "2.13.2"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
13470dependencies = [
13471 "serde",
13472 "sval",
13473 "sval_nested",
13474]
13475
13476[[package]]
13477name = "svg_fmt"
13478version = "0.4.4"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa"
13481
13482[[package]]
13483name = "svgtypes"
13484version = "0.15.3"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
13487dependencies = [
13488 "kurbo",
13489 "siphasher 1.0.1",
13490]
13491
13492[[package]]
13493name = "swash"
13494version = "0.2.1"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71"
13497dependencies = [
13498 "skrifa",
13499 "yazi",
13500 "zeno",
13501]
13502
13503[[package]]
13504name = "syn"
13505version = "1.0.109"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
13508dependencies = [
13509 "proc-macro2",
13510 "quote",
13511 "unicode-ident",
13512]
13513
13514[[package]]
13515name = "syn"
13516version = "2.0.100"
13517source = "registry+https://github.com/rust-lang/crates.io-index"
13518checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
13519dependencies = [
13520 "proc-macro2",
13521 "quote",
13522 "unicode-ident",
13523]
13524
13525[[package]]
13526name = "sync_wrapper"
13527version = "0.1.2"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
13530
13531[[package]]
13532name = "sync_wrapper"
13533version = "1.0.2"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
13536dependencies = [
13537 "futures-core",
13538]
13539
13540[[package]]
13541name = "synchronoise"
13542version = "1.0.1"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
13545dependencies = [
13546 "crossbeam-queue",
13547]
13548
13549[[package]]
13550name = "synstructure"
13551version = "0.13.1"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
13554dependencies = [
13555 "proc-macro2",
13556 "quote",
13557 "syn 2.0.100",
13558]
13559
13560[[package]]
13561name = "sys-locale"
13562version = "0.3.2"
13563source = "registry+https://github.com/rust-lang/crates.io-index"
13564checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
13565dependencies = [
13566 "libc",
13567]
13568
13569[[package]]
13570name = "sysinfo"
13571version = "0.31.4"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
13574dependencies = [
13575 "core-foundation-sys",
13576 "libc",
13577 "memchr",
13578 "ntapi",
13579 "rayon",
13580 "windows 0.57.0",
13581]
13582
13583[[package]]
13584name = "system-configuration"
13585version = "0.5.1"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
13588dependencies = [
13589 "bitflags 1.3.2",
13590 "core-foundation 0.9.4",
13591 "system-configuration-sys 0.5.0",
13592]
13593
13594[[package]]
13595name = "system-configuration"
13596version = "0.6.1"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
13599dependencies = [
13600 "bitflags 2.8.0",
13601 "core-foundation 0.9.4",
13602 "system-configuration-sys 0.6.0",
13603]
13604
13605[[package]]
13606name = "system-configuration-sys"
13607version = "0.5.0"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
13610dependencies = [
13611 "core-foundation-sys",
13612 "libc",
13613]
13614
13615[[package]]
13616name = "system-configuration-sys"
13617version = "0.6.0"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
13620dependencies = [
13621 "core-foundation-sys",
13622 "libc",
13623]
13624
13625[[package]]
13626name = "system-deps"
13627version = "6.2.2"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
13630dependencies = [
13631 "cfg-expr",
13632 "heck 0.5.0",
13633 "pkg-config",
13634 "toml 0.8.20",
13635 "version-compare",
13636]
13637
13638[[package]]
13639name = "system-interface"
13640version = "0.27.3"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
13643dependencies = [
13644 "bitflags 2.8.0",
13645 "cap-fs-ext",
13646 "cap-std",
13647 "fd-lock",
13648 "io-lifetimes",
13649 "rustix",
13650 "windows-sys 0.59.0",
13651 "winx",
13652]
13653
13654[[package]]
13655name = "tab_switcher"
13656version = "0.1.0"
13657dependencies = [
13658 "anyhow",
13659 "collections",
13660 "ctor",
13661 "editor",
13662 "env_logger 0.11.7",
13663 "gpui",
13664 "language",
13665 "menu",
13666 "picker",
13667 "project",
13668 "schemars",
13669 "serde",
13670 "serde_json",
13671 "settings",
13672 "theme",
13673 "ui",
13674 "util",
13675 "workspace",
13676]
13677
13678[[package]]
13679name = "taffy"
13680version = "0.4.4"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "9ec17858c2d465b2f734b798b920818a974faf0babb15d7fef81818a4b2d16f1"
13683dependencies = [
13684 "arrayvec",
13685 "grid",
13686 "num-traits",
13687 "serde",
13688 "slotmap",
13689]
13690
13691[[package]]
13692name = "take-until"
13693version = "0.2.0"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
13696
13697[[package]]
13698name = "tap"
13699version = "1.0.1"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
13702
13703[[package]]
13704name = "target-lexicon"
13705version = "0.12.16"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
13708
13709[[package]]
13710name = "target-lexicon"
13711version = "0.13.2"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
13714
13715[[package]]
13716name = "task"
13717version = "0.1.0"
13718dependencies = [
13719 "anyhow",
13720 "collections",
13721 "dap-types",
13722 "futures 0.3.31",
13723 "gpui",
13724 "hex",
13725 "parking_lot",
13726 "schemars",
13727 "serde",
13728 "serde_json",
13729 "serde_json_lenient",
13730 "sha2",
13731 "shellexpand 2.1.2",
13732 "util",
13733 "zed_actions",
13734]
13735
13736[[package]]
13737name = "tasks_ui"
13738version = "0.1.0"
13739dependencies = [
13740 "anyhow",
13741 "debugger_ui",
13742 "editor",
13743 "feature_flags",
13744 "file_icons",
13745 "fuzzy",
13746 "gpui",
13747 "language",
13748 "menu",
13749 "picker",
13750 "project",
13751 "schemars",
13752 "serde",
13753 "serde_json",
13754 "settings",
13755 "task",
13756 "tree-sitter-rust",
13757 "tree-sitter-typescript",
13758 "ui",
13759 "util",
13760 "workspace",
13761 "zed_actions",
13762]
13763
13764[[package]]
13765name = "telemetry"
13766version = "0.1.0"
13767dependencies = [
13768 "futures 0.3.31",
13769 "serde",
13770 "serde_json",
13771 "telemetry_events",
13772]
13773
13774[[package]]
13775name = "telemetry_events"
13776version = "0.1.0"
13777dependencies = [
13778 "semantic_version",
13779 "serde",
13780 "serde_json",
13781]
13782
13783[[package]]
13784name = "tempfile"
13785version = "3.17.1"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
13788dependencies = [
13789 "cfg-if",
13790 "fastrand 2.3.0",
13791 "getrandom 0.3.1",
13792 "once_cell",
13793 "rustix",
13794 "windows-sys 0.59.0",
13795]
13796
13797[[package]]
13798name = "tendril"
13799version = "0.4.3"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
13802dependencies = [
13803 "futf",
13804 "mac",
13805 "utf-8",
13806]
13807
13808[[package]]
13809name = "termcolor"
13810version = "1.4.1"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
13813dependencies = [
13814 "winapi-util",
13815]
13816
13817[[package]]
13818name = "terminal"
13819version = "0.1.0"
13820dependencies = [
13821 "alacritty_terminal",
13822 "anyhow",
13823 "collections",
13824 "dirs 4.0.0",
13825 "futures 0.3.31",
13826 "gpui",
13827 "libc",
13828 "rand 0.8.5",
13829 "regex",
13830 "release_channel",
13831 "schemars",
13832 "serde",
13833 "serde_derive",
13834 "settings",
13835 "smol",
13836 "sysinfo",
13837 "task",
13838 "theme",
13839 "thiserror 2.0.12",
13840 "util",
13841 "windows 0.61.1",
13842]
13843
13844[[package]]
13845name = "terminal_size"
13846version = "0.4.1"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
13849dependencies = [
13850 "rustix",
13851 "windows-sys 0.59.0",
13852]
13853
13854[[package]]
13855name = "terminal_view"
13856version = "0.1.0"
13857dependencies = [
13858 "anyhow",
13859 "async-recursion 1.1.1",
13860 "breadcrumbs",
13861 "client",
13862 "collections",
13863 "db",
13864 "dirs 4.0.0",
13865 "editor",
13866 "futures 0.3.31",
13867 "gpui",
13868 "itertools 0.14.0",
13869 "language",
13870 "log",
13871 "project",
13872 "rand 0.8.5",
13873 "schemars",
13874 "search",
13875 "serde",
13876 "serde_json",
13877 "settings",
13878 "shellexpand 2.1.2",
13879 "smol",
13880 "task",
13881 "terminal",
13882 "theme",
13883 "ui",
13884 "util",
13885 "workspace",
13886 "zed_actions",
13887]
13888
13889[[package]]
13890name = "text"
13891version = "0.1.0"
13892dependencies = [
13893 "anyhow",
13894 "clock",
13895 "collections",
13896 "ctor",
13897 "env_logger 0.11.7",
13898 "gpui",
13899 "http_client",
13900 "log",
13901 "parking_lot",
13902 "postage",
13903 "rand 0.8.5",
13904 "regex",
13905 "rope",
13906 "smallvec",
13907 "sum_tree",
13908 "util",
13909]
13910
13911[[package]]
13912name = "theme"
13913version = "0.1.0"
13914dependencies = [
13915 "anyhow",
13916 "collections",
13917 "derive_more",
13918 "fs",
13919 "futures 0.3.31",
13920 "gpui",
13921 "indexmap",
13922 "log",
13923 "palette",
13924 "parking_lot",
13925 "refineable",
13926 "schemars",
13927 "serde",
13928 "serde_derive",
13929 "serde_json",
13930 "serde_json_lenient",
13931 "serde_repr",
13932 "settings",
13933 "strum",
13934 "thiserror 2.0.12",
13935 "util",
13936 "uuid",
13937]
13938
13939[[package]]
13940name = "theme_extension"
13941version = "0.1.0"
13942dependencies = [
13943 "anyhow",
13944 "extension",
13945 "fs",
13946 "gpui",
13947 "theme",
13948]
13949
13950[[package]]
13951name = "theme_importer"
13952version = "0.1.0"
13953dependencies = [
13954 "anyhow",
13955 "clap",
13956 "gpui",
13957 "indexmap",
13958 "log",
13959 "palette",
13960 "rust-embed",
13961 "serde",
13962 "serde_json",
13963 "serde_json_lenient",
13964 "simplelog",
13965 "strum",
13966 "theme",
13967 "vscode_theme",
13968]
13969
13970[[package]]
13971name = "theme_selector"
13972version = "0.1.0"
13973dependencies = [
13974 "fs",
13975 "fuzzy",
13976 "gpui",
13977 "log",
13978 "picker",
13979 "serde",
13980 "settings",
13981 "telemetry",
13982 "theme",
13983 "ui",
13984 "util",
13985 "workspace",
13986 "zed_actions",
13987]
13988
13989[[package]]
13990name = "thiserror"
13991version = "1.0.69"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
13994dependencies = [
13995 "thiserror-impl 1.0.69",
13996]
13997
13998[[package]]
13999name = "thiserror"
14000version = "2.0.12"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
14003dependencies = [
14004 "thiserror-impl 2.0.12",
14005]
14006
14007[[package]]
14008name = "thiserror-impl"
14009version = "1.0.69"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
14012dependencies = [
14013 "proc-macro2",
14014 "quote",
14015 "syn 2.0.100",
14016]
14017
14018[[package]]
14019name = "thiserror-impl"
14020version = "2.0.12"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
14023dependencies = [
14024 "proc-macro2",
14025 "quote",
14026 "syn 2.0.100",
14027]
14028
14029[[package]]
14030name = "thread_local"
14031version = "1.1.8"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
14034dependencies = [
14035 "cfg-if",
14036 "once_cell",
14037]
14038
14039[[package]]
14040name = "tiff"
14041version = "0.9.1"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
14044dependencies = [
14045 "flate2",
14046 "jpeg-decoder",
14047 "weezl",
14048]
14049
14050[[package]]
14051name = "tiktoken-rs"
14052version = "0.6.0"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "44075987ee2486402f0808505dd65692163d243a337fc54363d49afac41087f6"
14055dependencies = [
14056 "anyhow",
14057 "base64 0.21.7",
14058 "bstr",
14059 "fancy-regex 0.13.0",
14060 "lazy_static",
14061 "parking_lot",
14062 "regex",
14063 "rustc-hash 1.1.0",
14064]
14065
14066[[package]]
14067name = "time"
14068version = "0.3.40"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618"
14071dependencies = [
14072 "deranged",
14073 "itoa",
14074 "libc",
14075 "num-conv",
14076 "num_threads",
14077 "powerfmt",
14078 "serde",
14079 "time-core",
14080 "time-macros",
14081]
14082
14083[[package]]
14084name = "time-core"
14085version = "0.1.4"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
14088
14089[[package]]
14090name = "time-macros"
14091version = "0.2.21"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04"
14094dependencies = [
14095 "num-conv",
14096 "time-core",
14097]
14098
14099[[package]]
14100name = "time_format"
14101version = "0.1.0"
14102dependencies = [
14103 "core-foundation 0.9.4",
14104 "core-foundation-sys",
14105 "sys-locale",
14106 "time",
14107]
14108
14109[[package]]
14110name = "tiny-keccak"
14111version = "2.0.2"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
14114dependencies = [
14115 "crunchy",
14116]
14117
14118[[package]]
14119name = "tiny-skia"
14120version = "0.11.4"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
14123dependencies = [
14124 "arrayref",
14125 "arrayvec",
14126 "bytemuck",
14127 "cfg-if",
14128 "log",
14129 "png",
14130 "tiny-skia-path",
14131]
14132
14133[[package]]
14134name = "tiny-skia-path"
14135version = "0.11.4"
14136source = "registry+https://github.com/rust-lang/crates.io-index"
14137checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
14138dependencies = [
14139 "arrayref",
14140 "bytemuck",
14141 "strict-num",
14142]
14143
14144[[package]]
14145name = "tiny_http"
14146version = "0.8.2"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
14149dependencies = [
14150 "ascii",
14151 "chrono",
14152 "chunked_transfer",
14153 "log",
14154 "url",
14155]
14156
14157[[package]]
14158name = "tinystr"
14159version = "0.7.6"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
14162dependencies = [
14163 "displaydoc",
14164 "zerovec",
14165]
14166
14167[[package]]
14168name = "tinytemplate"
14169version = "1.2.1"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
14172dependencies = [
14173 "serde",
14174 "serde_json",
14175]
14176
14177[[package]]
14178name = "tinyvec"
14179version = "1.8.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
14182dependencies = [
14183 "tinyvec_macros",
14184]
14185
14186[[package]]
14187name = "tinyvec_macros"
14188version = "0.1.1"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
14191
14192[[package]]
14193name = "title_bar"
14194version = "0.1.0"
14195dependencies = [
14196 "auto_update",
14197 "call",
14198 "client",
14199 "collections",
14200 "feature_flags",
14201 "git_ui",
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 "zeta",
14223]
14224
14225[[package]]
14226name = "tokio"
14227version = "1.43.0"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
14230dependencies = [
14231 "backtrace",
14232 "bytes 1.10.1",
14233 "libc",
14234 "mio 1.0.3",
14235 "parking_lot",
14236 "pin-project-lite",
14237 "signal-hook-registry",
14238 "socket2",
14239 "tokio-macros",
14240 "windows-sys 0.52.0",
14241]
14242
14243[[package]]
14244name = "tokio-io"
14245version = "0.1.13"
14246source = "registry+https://github.com/rust-lang/crates.io-index"
14247checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
14248dependencies = [
14249 "bytes 0.4.12",
14250 "futures 0.1.31",
14251 "log",
14252]
14253
14254[[package]]
14255name = "tokio-macros"
14256version = "2.5.0"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
14259dependencies = [
14260 "proc-macro2",
14261 "quote",
14262 "syn 2.0.100",
14263]
14264
14265[[package]]
14266name = "tokio-native-tls"
14267version = "0.3.1"
14268source = "registry+https://github.com/rust-lang/crates.io-index"
14269checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
14270dependencies = [
14271 "native-tls",
14272 "tokio",
14273]
14274
14275[[package]]
14276name = "tokio-rustls"
14277version = "0.24.1"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
14280dependencies = [
14281 "rustls 0.21.12",
14282 "tokio",
14283]
14284
14285[[package]]
14286name = "tokio-rustls"
14287version = "0.26.1"
14288source = "registry+https://github.com/rust-lang/crates.io-index"
14289checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
14290dependencies = [
14291 "rustls 0.23.25",
14292 "tokio",
14293]
14294
14295[[package]]
14296name = "tokio-socks"
14297version = "0.5.2"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
14300dependencies = [
14301 "either",
14302 "futures-io",
14303 "futures-util",
14304 "thiserror 1.0.69",
14305 "tokio",
14306]
14307
14308[[package]]
14309name = "tokio-stream"
14310version = "0.1.17"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
14313dependencies = [
14314 "futures-core",
14315 "pin-project-lite",
14316 "tokio",
14317]
14318
14319[[package]]
14320name = "tokio-tungstenite"
14321version = "0.20.1"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
14324dependencies = [
14325 "futures-util",
14326 "log",
14327 "rustls 0.21.12",
14328 "rustls-native-certs 0.6.3",
14329 "tokio",
14330 "tokio-rustls 0.24.1",
14331 "tungstenite 0.20.1",
14332]
14333
14334[[package]]
14335name = "tokio-tungstenite"
14336version = "0.21.0"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
14339dependencies = [
14340 "futures-util",
14341 "log",
14342 "tokio",
14343 "tungstenite 0.21.0",
14344]
14345
14346[[package]]
14347name = "tokio-util"
14348version = "0.7.13"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
14351dependencies = [
14352 "bytes 1.10.1",
14353 "futures-core",
14354 "futures-io",
14355 "futures-sink",
14356 "pin-project-lite",
14357 "tokio",
14358]
14359
14360[[package]]
14361name = "toml"
14362version = "0.5.11"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
14365dependencies = [
14366 "serde",
14367]
14368
14369[[package]]
14370name = "toml"
14371version = "0.8.20"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
14374dependencies = [
14375 "serde",
14376 "serde_spanned",
14377 "toml_datetime",
14378 "toml_edit",
14379]
14380
14381[[package]]
14382name = "toml_datetime"
14383version = "0.6.8"
14384source = "registry+https://github.com/rust-lang/crates.io-index"
14385checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
14386dependencies = [
14387 "serde",
14388]
14389
14390[[package]]
14391name = "toml_edit"
14392version = "0.22.23"
14393source = "registry+https://github.com/rust-lang/crates.io-index"
14394checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
14395dependencies = [
14396 "indexmap",
14397 "serde",
14398 "serde_spanned",
14399 "toml_datetime",
14400 "winnow 0.7.1",
14401]
14402
14403[[package]]
14404name = "toolchain_selector"
14405version = "0.1.0"
14406dependencies = [
14407 "editor",
14408 "fuzzy",
14409 "gpui",
14410 "language",
14411 "picker",
14412 "project",
14413 "ui",
14414 "util",
14415 "workspace",
14416]
14417
14418[[package]]
14419name = "topological-sort"
14420version = "0.2.2"
14421source = "registry+https://github.com/rust-lang/crates.io-index"
14422checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
14423
14424[[package]]
14425name = "tower"
14426version = "0.4.13"
14427source = "registry+https://github.com/rust-lang/crates.io-index"
14428checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
14429dependencies = [
14430 "futures-core",
14431 "futures-util",
14432 "pin-project",
14433 "pin-project-lite",
14434 "tokio",
14435 "tower-layer",
14436 "tower-service",
14437 "tracing",
14438]
14439
14440[[package]]
14441name = "tower-http"
14442version = "0.3.5"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
14445dependencies = [
14446 "bitflags 1.3.2",
14447 "bytes 1.10.1",
14448 "futures-core",
14449 "futures-util",
14450 "http 0.2.12",
14451 "http-body 0.4.6",
14452 "http-range-header",
14453 "pin-project-lite",
14454 "tower-layer",
14455 "tower-service",
14456]
14457
14458[[package]]
14459name = "tower-http"
14460version = "0.4.4"
14461source = "registry+https://github.com/rust-lang/crates.io-index"
14462checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
14463dependencies = [
14464 "bitflags 2.8.0",
14465 "bytes 1.10.1",
14466 "futures-core",
14467 "futures-util",
14468 "http 0.2.12",
14469 "http-body 0.4.6",
14470 "http-range-header",
14471 "pin-project-lite",
14472 "tower-layer",
14473 "tower-service",
14474 "tracing",
14475]
14476
14477[[package]]
14478name = "tower-layer"
14479version = "0.3.3"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
14482
14483[[package]]
14484name = "tower-service"
14485version = "0.3.3"
14486source = "registry+https://github.com/rust-lang/crates.io-index"
14487checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
14488
14489[[package]]
14490name = "tracing"
14491version = "0.1.41"
14492source = "registry+https://github.com/rust-lang/crates.io-index"
14493checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
14494dependencies = [
14495 "log",
14496 "pin-project-lite",
14497 "tracing-attributes",
14498 "tracing-core",
14499]
14500
14501[[package]]
14502name = "tracing-attributes"
14503version = "0.1.28"
14504source = "registry+https://github.com/rust-lang/crates.io-index"
14505checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
14506dependencies = [
14507 "proc-macro2",
14508 "quote",
14509 "syn 2.0.100",
14510]
14511
14512[[package]]
14513name = "tracing-core"
14514version = "0.1.33"
14515source = "registry+https://github.com/rust-lang/crates.io-index"
14516checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
14517dependencies = [
14518 "once_cell",
14519 "valuable",
14520]
14521
14522[[package]]
14523name = "tracing-log"
14524version = "0.2.0"
14525source = "registry+https://github.com/rust-lang/crates.io-index"
14526checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
14527dependencies = [
14528 "log",
14529 "once_cell",
14530 "tracing-core",
14531]
14532
14533[[package]]
14534name = "tracing-serde"
14535version = "0.2.0"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
14538dependencies = [
14539 "serde",
14540 "tracing-core",
14541]
14542
14543[[package]]
14544name = "tracing-subscriber"
14545version = "0.3.19"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
14548dependencies = [
14549 "matchers",
14550 "nu-ansi-term",
14551 "once_cell",
14552 "regex",
14553 "serde",
14554 "serde_json",
14555 "sharded-slab",
14556 "smallvec",
14557 "thread_local",
14558 "tracing",
14559 "tracing-core",
14560 "tracing-log",
14561 "tracing-serde",
14562]
14563
14564[[package]]
14565name = "trait-variant"
14566version = "0.1.2"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
14569dependencies = [
14570 "proc-macro2",
14571 "quote",
14572 "syn 2.0.100",
14573]
14574
14575[[package]]
14576name = "tree-sitter"
14577version = "0.25.3"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167"
14580dependencies = [
14581 "cc",
14582 "regex",
14583 "regex-syntax 0.8.5",
14584 "serde_json",
14585 "streaming-iterator",
14586 "tree-sitter-language",
14587 "wasmtime-c-api-impl",
14588]
14589
14590[[package]]
14591name = "tree-sitter-bash"
14592version = "0.23.3"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
14595dependencies = [
14596 "cc",
14597 "tree-sitter-language",
14598]
14599
14600[[package]]
14601name = "tree-sitter-c"
14602version = "0.23.4"
14603source = "registry+https://github.com/rust-lang/crates.io-index"
14604checksum = "afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71"
14605dependencies = [
14606 "cc",
14607 "tree-sitter-language",
14608]
14609
14610[[package]]
14611name = "tree-sitter-cpp"
14612version = "0.23.4"
14613source = "registry+https://github.com/rust-lang/crates.io-index"
14614checksum = "df2196ea9d47b4ab4a31b9297eaa5a5d19a0b121dceb9f118f6790ad0ab94743"
14615dependencies = [
14616 "cc",
14617 "tree-sitter-language",
14618]
14619
14620[[package]]
14621name = "tree-sitter-css"
14622version = "0.23.2"
14623source = "registry+https://github.com/rust-lang/crates.io-index"
14624checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
14625dependencies = [
14626 "cc",
14627 "tree-sitter-language",
14628]
14629
14630[[package]]
14631name = "tree-sitter-diff"
14632version = "0.1.0"
14633source = "registry+https://github.com/rust-lang/crates.io-index"
14634checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
14635dependencies = [
14636 "cc",
14637 "tree-sitter-language",
14638]
14639
14640[[package]]
14641name = "tree-sitter-elixir"
14642version = "0.3.4"
14643source = "registry+https://github.com/rust-lang/crates.io-index"
14644checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
14645dependencies = [
14646 "cc",
14647 "tree-sitter-language",
14648]
14649
14650[[package]]
14651name = "tree-sitter-embedded-template"
14652version = "0.23.2"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
14655dependencies = [
14656 "cc",
14657 "tree-sitter-language",
14658]
14659
14660[[package]]
14661name = "tree-sitter-gitcommit"
14662version = "0.0.1"
14663source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
14664dependencies = [
14665 "cc",
14666 "tree-sitter-language",
14667]
14668
14669[[package]]
14670name = "tree-sitter-go"
14671version = "0.23.4"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "b13d476345220dbe600147dd444165c5791bf85ef53e28acbedd46112ee18431"
14674dependencies = [
14675 "cc",
14676 "tree-sitter-language",
14677]
14678
14679[[package]]
14680name = "tree-sitter-gomod"
14681version = "1.1.1"
14682source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c#6efb59652d30e0e9cd5f3b3a669afd6f1a926d3c"
14683dependencies = [
14684 "cc",
14685 "tree-sitter-language",
14686]
14687
14688[[package]]
14689name = "tree-sitter-gowork"
14690version = "0.0.1"
14691source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
14692dependencies = [
14693 "cc",
14694 "tree-sitter-language",
14695]
14696
14697[[package]]
14698name = "tree-sitter-heex"
14699version = "0.0.1"
14700source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
14701dependencies = [
14702 "cc",
14703 "tree-sitter-language",
14704]
14705
14706[[package]]
14707name = "tree-sitter-html"
14708version = "0.23.2"
14709source = "registry+https://github.com/rust-lang/crates.io-index"
14710checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
14711dependencies = [
14712 "cc",
14713 "tree-sitter-language",
14714]
14715
14716[[package]]
14717name = "tree-sitter-jsdoc"
14718version = "0.23.2"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
14721dependencies = [
14722 "cc",
14723 "tree-sitter-language",
14724]
14725
14726[[package]]
14727name = "tree-sitter-json"
14728version = "0.24.8"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
14731dependencies = [
14732 "cc",
14733 "tree-sitter-language",
14734]
14735
14736[[package]]
14737name = "tree-sitter-language"
14738version = "0.1.3"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "c199356c799a8945965bb5f2c55b2ad9d9aa7c4b4f6e587fe9dea0bc715e5f9c"
14741
14742[[package]]
14743name = "tree-sitter-md"
14744version = "0.3.2"
14745source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
14746dependencies = [
14747 "cc",
14748 "tree-sitter-language",
14749]
14750
14751[[package]]
14752name = "tree-sitter-python"
14753version = "0.23.6"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "3d065aaa27f3aaceaf60c1f0e0ac09e1cb9eb8ed28e7bcdaa52129cffc7f4b04"
14756dependencies = [
14757 "cc",
14758 "tree-sitter-language",
14759]
14760
14761[[package]]
14762name = "tree-sitter-regex"
14763version = "0.24.3"
14764source = "registry+https://github.com/rust-lang/crates.io-index"
14765checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
14766dependencies = [
14767 "cc",
14768 "tree-sitter-language",
14769]
14770
14771[[package]]
14772name = "tree-sitter-ruby"
14773version = "0.23.1"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
14776dependencies = [
14777 "cc",
14778 "tree-sitter-language",
14779]
14780
14781[[package]]
14782name = "tree-sitter-rust"
14783version = "0.23.2"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "a4d64d449ca63e683c562c7743946a646671ca23947b9c925c0cfbe65051a4af"
14786dependencies = [
14787 "cc",
14788 "tree-sitter-language",
14789]
14790
14791[[package]]
14792name = "tree-sitter-typescript"
14793version = "0.23.2"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff"
14796dependencies = [
14797 "cc",
14798 "tree-sitter-language",
14799]
14800
14801[[package]]
14802name = "tree-sitter-yaml"
14803version = "0.6.1"
14804source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
14805dependencies = [
14806 "cc",
14807 "tree-sitter-language",
14808]
14809
14810[[package]]
14811name = "try-lock"
14812version = "0.2.5"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
14815
14816[[package]]
14817name = "ttf-parser"
14818version = "0.20.0"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
14821
14822[[package]]
14823name = "ttf-parser"
14824version = "0.21.1"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
14827
14828[[package]]
14829name = "ttf-parser"
14830version = "0.25.1"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
14833dependencies = [
14834 "core_maths",
14835]
14836
14837[[package]]
14838name = "tungstenite"
14839version = "0.20.1"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
14842dependencies = [
14843 "byteorder",
14844 "bytes 1.10.1",
14845 "data-encoding",
14846 "http 0.2.12",
14847 "httparse",
14848 "log",
14849 "rand 0.8.5",
14850 "rustls 0.21.12",
14851 "sha1",
14852 "thiserror 1.0.69",
14853 "url",
14854 "utf-8",
14855]
14856
14857[[package]]
14858name = "tungstenite"
14859version = "0.21.0"
14860source = "registry+https://github.com/rust-lang/crates.io-index"
14861checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
14862dependencies = [
14863 "byteorder",
14864 "bytes 1.10.1",
14865 "data-encoding",
14866 "http 1.2.0",
14867 "httparse",
14868 "log",
14869 "rand 0.8.5",
14870 "sha1",
14871 "thiserror 1.0.69",
14872 "url",
14873 "utf-8",
14874]
14875
14876[[package]]
14877name = "tungstenite"
14878version = "0.24.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
14881dependencies = [
14882 "byteorder",
14883 "bytes 1.10.1",
14884 "data-encoding",
14885 "http 1.2.0",
14886 "httparse",
14887 "log",
14888 "rand 0.8.5",
14889 "sha1",
14890 "thiserror 1.0.69",
14891 "utf-8",
14892]
14893
14894[[package]]
14895name = "typeid"
14896version = "1.0.2"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
14899
14900[[package]]
14901name = "typenum"
14902version = "1.17.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
14905
14906[[package]]
14907name = "ucd-trie"
14908version = "0.1.7"
14909source = "registry+https://github.com/rust-lang/crates.io-index"
14910checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
14911
14912[[package]]
14913name = "uds_windows"
14914version = "1.1.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
14917dependencies = [
14918 "memoffset",
14919 "tempfile",
14920 "winapi",
14921]
14922
14923[[package]]
14924name = "ui"
14925version = "0.1.0"
14926dependencies = [
14927 "chrono",
14928 "component",
14929 "gpui",
14930 "itertools 0.14.0",
14931 "linkme",
14932 "menu",
14933 "serde",
14934 "settings",
14935 "smallvec",
14936 "story",
14937 "strum",
14938 "theme",
14939 "ui_macros",
14940 "util",
14941 "windows 0.61.1",
14942]
14943
14944[[package]]
14945name = "ui_input"
14946version = "0.1.0"
14947dependencies = [
14948 "editor",
14949 "gpui",
14950 "settings",
14951 "theme",
14952 "ui",
14953]
14954
14955[[package]]
14956name = "ui_macros"
14957version = "0.1.0"
14958dependencies = [
14959 "convert_case 0.8.0",
14960 "linkme",
14961 "proc-macro2",
14962 "quote",
14963 "syn 1.0.109",
14964]
14965
14966[[package]]
14967name = "ui_prompt"
14968version = "0.1.0"
14969dependencies = [
14970 "gpui",
14971 "markdown",
14972 "menu",
14973 "settings",
14974 "theme",
14975 "ui",
14976 "workspace",
14977]
14978
14979[[package]]
14980name = "unicase"
14981version = "2.8.1"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
14984
14985[[package]]
14986name = "unicode-bidi"
14987version = "0.3.17"
14988source = "registry+https://github.com/rust-lang/crates.io-index"
14989checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
14990
14991[[package]]
14992name = "unicode-bidi-mirroring"
14993version = "0.2.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
14996
14997[[package]]
14998name = "unicode-bidi-mirroring"
14999version = "0.4.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
15002
15003[[package]]
15004name = "unicode-ccc"
15005version = "0.2.0"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
15008
15009[[package]]
15010name = "unicode-ccc"
15011version = "0.4.0"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
15014
15015[[package]]
15016name = "unicode-ident"
15017version = "1.0.14"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
15020
15021[[package]]
15022name = "unicode-linebreak"
15023version = "0.1.5"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
15026
15027[[package]]
15028name = "unicode-normalization"
15029version = "0.1.24"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
15032dependencies = [
15033 "tinyvec",
15034]
15035
15036[[package]]
15037name = "unicode-properties"
15038version = "0.1.3"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
15041
15042[[package]]
15043name = "unicode-script"
15044version = "0.5.7"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
15047
15048[[package]]
15049name = "unicode-segmentation"
15050version = "1.12.0"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
15053
15054[[package]]
15055name = "unicode-vo"
15056version = "0.1.0"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
15059
15060[[package]]
15061name = "unicode-width"
15062version = "0.1.14"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
15065
15066[[package]]
15067name = "unicode-xid"
15068version = "0.2.6"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
15071
15072[[package]]
15073name = "unicode_categories"
15074version = "0.1.1"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
15077
15078[[package]]
15079name = "unindent"
15080version = "0.2.4"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
15083
15084[[package]]
15085name = "untrusted"
15086version = "0.9.0"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
15089
15090[[package]]
15091name = "url"
15092version = "2.5.4"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
15095dependencies = [
15096 "form_urlencoded",
15097 "idna",
15098 "percent-encoding",
15099 "serde",
15100]
15101
15102[[package]]
15103name = "urlencoding"
15104version = "2.1.3"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
15107
15108[[package]]
15109name = "usvg"
15110version = "0.45.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "2ac8e0e3e4696253dc06167990b3fe9a2668ab66270adf949a464db4088cb354"
15113dependencies = [
15114 "base64 0.22.1",
15115 "data-url",
15116 "flate2",
15117 "fontdb 0.23.0",
15118 "imagesize",
15119 "kurbo",
15120 "log",
15121 "pico-args",
15122 "roxmltree",
15123 "rustybuzz 0.20.1",
15124 "simplecss",
15125 "siphasher 1.0.1",
15126 "strict-num",
15127 "svgtypes",
15128 "tiny-skia-path",
15129 "unicode-bidi",
15130 "unicode-script",
15131 "unicode-vo",
15132 "xmlwriter",
15133]
15134
15135[[package]]
15136name = "utf-8"
15137version = "0.7.6"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
15140
15141[[package]]
15142name = "utf16_iter"
15143version = "1.0.5"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
15146
15147[[package]]
15148name = "utf8_iter"
15149version = "1.0.4"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
15152
15153[[package]]
15154name = "utf8parse"
15155version = "0.2.2"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
15158
15159[[package]]
15160name = "util"
15161version = "0.1.0"
15162dependencies = [
15163 "anyhow",
15164 "async-fs",
15165 "collections",
15166 "dirs 4.0.0",
15167 "dunce",
15168 "futures 0.3.31",
15169 "futures-lite 1.13.0",
15170 "git2",
15171 "globset",
15172 "itertools 0.14.0",
15173 "libc",
15174 "log",
15175 "rand 0.8.5",
15176 "regex",
15177 "rust-embed",
15178 "serde",
15179 "serde_json",
15180 "smol",
15181 "take-until",
15182 "tempfile",
15183 "tendril",
15184 "unicase",
15185 "util_macros",
15186]
15187
15188[[package]]
15189name = "util_macros"
15190version = "0.1.0"
15191dependencies = [
15192 "quote",
15193 "syn 1.0.109",
15194]
15195
15196[[package]]
15197name = "uuid"
15198version = "1.13.2"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6"
15201dependencies = [
15202 "getrandom 0.3.1",
15203 "serde",
15204 "sha1_smol",
15205]
15206
15207[[package]]
15208name = "v_frame"
15209version = "0.3.8"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
15212dependencies = [
15213 "aligned-vec",
15214 "num-traits",
15215 "wasm-bindgen",
15216]
15217
15218[[package]]
15219name = "valuable"
15220version = "0.1.0"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
15223
15224[[package]]
15225name = "value-bag"
15226version = "1.10.0"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
15229dependencies = [
15230 "value-bag-serde1",
15231 "value-bag-sval2",
15232]
15233
15234[[package]]
15235name = "value-bag-serde1"
15236version = "1.10.0"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
15239dependencies = [
15240 "erased-serde",
15241 "serde",
15242 "serde_fmt",
15243]
15244
15245[[package]]
15246name = "value-bag-sval2"
15247version = "1.10.0"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
15250dependencies = [
15251 "sval",
15252 "sval_buffer",
15253 "sval_dynamic",
15254 "sval_fmt",
15255 "sval_json",
15256 "sval_ref",
15257 "sval_serde",
15258]
15259
15260[[package]]
15261name = "vcpkg"
15262version = "0.2.15"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
15265
15266[[package]]
15267name = "version-compare"
15268version = "0.2.0"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
15271
15272[[package]]
15273name = "version_check"
15274version = "0.9.5"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
15277
15278[[package]]
15279name = "vim"
15280version = "0.1.0"
15281dependencies = [
15282 "anyhow",
15283 "assets",
15284 "async-compat",
15285 "async-trait",
15286 "collections",
15287 "command_palette",
15288 "command_palette_hooks",
15289 "db",
15290 "editor",
15291 "futures 0.3.31",
15292 "git_ui",
15293 "gpui",
15294 "indoc",
15295 "itertools 0.14.0",
15296 "language",
15297 "libc",
15298 "log",
15299 "lsp",
15300 "multi_buffer",
15301 "nvim-rs",
15302 "parking_lot",
15303 "picker",
15304 "project",
15305 "project_panel",
15306 "regex",
15307 "release_channel",
15308 "schemars",
15309 "search",
15310 "serde",
15311 "serde_derive",
15312 "serde_json",
15313 "settings",
15314 "task",
15315 "text",
15316 "theme",
15317 "tokio",
15318 "ui",
15319 "util",
15320 "vim_mode_setting",
15321 "workspace",
15322 "zed_actions",
15323]
15324
15325[[package]]
15326name = "vim_mode_setting"
15327version = "0.1.0"
15328dependencies = [
15329 "anyhow",
15330 "gpui",
15331 "settings",
15332]
15333
15334[[package]]
15335name = "vscode_theme"
15336version = "0.2.0"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
15339dependencies = [
15340 "serde",
15341]
15342
15343[[package]]
15344name = "vsimd"
15345version = "0.8.0"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
15348
15349[[package]]
15350name = "vswhom"
15351version = "0.1.0"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
15354dependencies = [
15355 "libc",
15356 "vswhom-sys",
15357]
15358
15359[[package]]
15360name = "vswhom-sys"
15361version = "0.1.2"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
15364dependencies = [
15365 "cc",
15366 "libc",
15367]
15368
15369[[package]]
15370name = "vte"
15371version = "0.15.0"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
15374dependencies = [
15375 "arrayvec",
15376 "bitflags 2.8.0",
15377 "cursor-icon",
15378 "log",
15379 "memchr",
15380 "serde",
15381]
15382
15383[[package]]
15384name = "waker-fn"
15385version = "1.2.0"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
15388
15389[[package]]
15390name = "walkdir"
15391version = "2.5.0"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
15394dependencies = [
15395 "same-file",
15396 "winapi-util",
15397]
15398
15399[[package]]
15400name = "want"
15401version = "0.3.1"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
15404dependencies = [
15405 "try-lock",
15406]
15407
15408[[package]]
15409name = "warp"
15410version = "0.3.7"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
15413dependencies = [
15414 "bytes 1.10.1",
15415 "futures-channel",
15416 "futures-util",
15417 "headers",
15418 "http 0.2.12",
15419 "hyper 0.14.32",
15420 "log",
15421 "mime",
15422 "mime_guess",
15423 "percent-encoding",
15424 "pin-project",
15425 "scoped-tls",
15426 "serde",
15427 "serde_json",
15428 "serde_urlencoded",
15429 "tokio",
15430 "tokio-tungstenite 0.21.0",
15431 "tokio-util",
15432 "tower-service",
15433 "tracing",
15434]
15435
15436[[package]]
15437name = "wasi"
15438version = "0.9.0+wasi-snapshot-preview1"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
15441
15442[[package]]
15443name = "wasi"
15444version = "0.11.0+wasi-snapshot-preview1"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
15447
15448[[package]]
15449name = "wasi"
15450version = "0.13.3+wasi-0.2.2"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
15453dependencies = [
15454 "wit-bindgen-rt 0.33.0",
15455]
15456
15457[[package]]
15458name = "wasite"
15459version = "0.1.0"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
15462
15463[[package]]
15464name = "wasm-bindgen"
15465version = "0.2.99"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
15468dependencies = [
15469 "cfg-if",
15470 "once_cell",
15471 "wasm-bindgen-macro",
15472]
15473
15474[[package]]
15475name = "wasm-bindgen-backend"
15476version = "0.2.99"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
15479dependencies = [
15480 "bumpalo",
15481 "log",
15482 "proc-macro2",
15483 "quote",
15484 "syn 2.0.100",
15485 "wasm-bindgen-shared",
15486]
15487
15488[[package]]
15489name = "wasm-bindgen-futures"
15490version = "0.4.49"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
15493dependencies = [
15494 "cfg-if",
15495 "js-sys",
15496 "once_cell",
15497 "wasm-bindgen",
15498 "web-sys",
15499]
15500
15501[[package]]
15502name = "wasm-bindgen-macro"
15503version = "0.2.99"
15504source = "registry+https://github.com/rust-lang/crates.io-index"
15505checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
15506dependencies = [
15507 "quote",
15508 "wasm-bindgen-macro-support",
15509]
15510
15511[[package]]
15512name = "wasm-bindgen-macro-support"
15513version = "0.2.99"
15514source = "registry+https://github.com/rust-lang/crates.io-index"
15515checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
15516dependencies = [
15517 "proc-macro2",
15518 "quote",
15519 "syn 2.0.100",
15520 "wasm-bindgen-backend",
15521 "wasm-bindgen-shared",
15522]
15523
15524[[package]]
15525name = "wasm-bindgen-shared"
15526version = "0.2.99"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
15529
15530[[package]]
15531name = "wasm-encoder"
15532version = "0.201.0"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
15535dependencies = [
15536 "leb128",
15537]
15538
15539[[package]]
15540name = "wasm-encoder"
15541version = "0.221.3"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
15544dependencies = [
15545 "leb128",
15546 "wasmparser 0.221.3",
15547]
15548
15549[[package]]
15550name = "wasm-metadata"
15551version = "0.201.0"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
15554dependencies = [
15555 "anyhow",
15556 "indexmap",
15557 "serde",
15558 "serde_derive",
15559 "serde_json",
15560 "spdx",
15561 "wasm-encoder 0.201.0",
15562 "wasmparser 0.201.0",
15563]
15564
15565[[package]]
15566name = "wasm-metadata"
15567version = "0.221.3"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "11f4ef50d17e103a88774cd4aa5d06bfb1ae44036a8f3f1325e0e9b3e3417ac4"
15570dependencies = [
15571 "anyhow",
15572 "indexmap",
15573 "serde",
15574 "serde_derive",
15575 "serde_json",
15576 "spdx",
15577 "wasm-encoder 0.221.3",
15578 "wasmparser 0.221.3",
15579]
15580
15581[[package]]
15582name = "wasm-streams"
15583version = "0.4.2"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
15586dependencies = [
15587 "futures-util",
15588 "js-sys",
15589 "wasm-bindgen",
15590 "wasm-bindgen-futures",
15591 "web-sys",
15592]
15593
15594[[package]]
15595name = "wasmparser"
15596version = "0.201.0"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
15599dependencies = [
15600 "bitflags 2.8.0",
15601 "indexmap",
15602 "semver",
15603]
15604
15605[[package]]
15606name = "wasmparser"
15607version = "0.221.3"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
15610dependencies = [
15611 "bitflags 2.8.0",
15612 "hashbrown 0.15.2",
15613 "indexmap",
15614 "semver",
15615 "serde",
15616]
15617
15618[[package]]
15619name = "wasmprinter"
15620version = "0.221.3"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "7343c42a97f2926c7819ff81b64012092ae954c5d83ddd30c9fcdefd97d0b283"
15623dependencies = [
15624 "anyhow",
15625 "termcolor",
15626 "wasmparser 0.221.3",
15627]
15628
15629[[package]]
15630name = "wasmtime"
15631version = "29.0.1"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "11976a250672556d1c4c04c6d5d7656ac9192ac9edc42a4587d6c21460010e69"
15634dependencies = [
15635 "anyhow",
15636 "async-trait",
15637 "bitflags 2.8.0",
15638 "bumpalo",
15639 "cc",
15640 "cfg-if",
15641 "encoding_rs",
15642 "hashbrown 0.14.5",
15643 "indexmap",
15644 "libc",
15645 "log",
15646 "mach2",
15647 "memfd",
15648 "object",
15649 "once_cell",
15650 "paste",
15651 "postcard",
15652 "psm",
15653 "pulley-interpreter",
15654 "rustix",
15655 "semver",
15656 "serde",
15657 "serde_derive",
15658 "smallvec",
15659 "sptr",
15660 "target-lexicon 0.13.2",
15661 "trait-variant",
15662 "wasmparser 0.221.3",
15663 "wasmtime-asm-macros",
15664 "wasmtime-component-macro",
15665 "wasmtime-component-util",
15666 "wasmtime-cranelift",
15667 "wasmtime-environ",
15668 "wasmtime-fiber",
15669 "wasmtime-jit-icache-coherence",
15670 "wasmtime-math",
15671 "wasmtime-slab",
15672 "wasmtime-versioned-export-macros",
15673 "wasmtime-winch",
15674 "windows-sys 0.59.0",
15675]
15676
15677[[package]]
15678name = "wasmtime-asm-macros"
15679version = "29.0.1"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "1f178b0d125201fbe9f75beaf849bd3e511891f9e45ba216a5b620802ccf64f2"
15682dependencies = [
15683 "cfg-if",
15684]
15685
15686[[package]]
15687name = "wasmtime-c-api-impl"
15688version = "29.0.1"
15689source = "registry+https://github.com/rust-lang/crates.io-index"
15690checksum = "ea30cef3608f2de5797c7bbb94c1ba4f3676d9a7f81ae86ced1b512e2766ed0c"
15691dependencies = [
15692 "anyhow",
15693 "log",
15694 "tracing",
15695 "wasmtime",
15696 "wasmtime-c-api-macros",
15697]
15698
15699[[package]]
15700name = "wasmtime-c-api-macros"
15701version = "29.0.1"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "022a79ebe1124d5d384d82463d7e61c6b4dd857d81f15cb8078974eeb86db65b"
15704dependencies = [
15705 "proc-macro2",
15706 "quote",
15707]
15708
15709[[package]]
15710name = "wasmtime-component-macro"
15711version = "29.0.1"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "d74de6592ed945d0a602f71243982a304d5d02f1e501b638addf57f42d57dfaf"
15714dependencies = [
15715 "anyhow",
15716 "proc-macro2",
15717 "quote",
15718 "syn 2.0.100",
15719 "wasmtime-component-util",
15720 "wasmtime-wit-bindgen",
15721 "wit-parser 0.221.3",
15722]
15723
15724[[package]]
15725name = "wasmtime-component-util"
15726version = "29.0.1"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "707dc7b3c112ab5a366b30cfe2fb5b2f8e6a0f682f16df96a5ec582bfe6f056e"
15729
15730[[package]]
15731name = "wasmtime-cranelift"
15732version = "29.0.1"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "366be722674d4bf153290fbcbc4d7d16895cc82fb3e869f8d550ff768f9e9e87"
15735dependencies = [
15736 "anyhow",
15737 "cfg-if",
15738 "cranelift-codegen",
15739 "cranelift-control",
15740 "cranelift-entity",
15741 "cranelift-frontend",
15742 "cranelift-native",
15743 "gimli",
15744 "itertools 0.12.1",
15745 "log",
15746 "object",
15747 "smallvec",
15748 "target-lexicon 0.13.2",
15749 "thiserror 1.0.69",
15750 "wasmparser 0.221.3",
15751 "wasmtime-environ",
15752 "wasmtime-versioned-export-macros",
15753]
15754
15755[[package]]
15756name = "wasmtime-environ"
15757version = "29.0.1"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "cdadc1af7097347aa276a4f008929810f726b5b46946971c660b6d421e9994ad"
15760dependencies = [
15761 "anyhow",
15762 "cpp_demangle",
15763 "cranelift-bitset",
15764 "cranelift-entity",
15765 "gimli",
15766 "indexmap",
15767 "log",
15768 "object",
15769 "postcard",
15770 "rustc-demangle",
15771 "semver",
15772 "serde",
15773 "serde_derive",
15774 "smallvec",
15775 "target-lexicon 0.13.2",
15776 "wasm-encoder 0.221.3",
15777 "wasmparser 0.221.3",
15778 "wasmprinter",
15779 "wasmtime-component-util",
15780]
15781
15782[[package]]
15783name = "wasmtime-fiber"
15784version = "29.0.1"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "ccba90d4119f081bca91190485650730a617be1fff5228f8c4757ce133d21117"
15787dependencies = [
15788 "anyhow",
15789 "cc",
15790 "cfg-if",
15791 "rustix",
15792 "wasmtime-asm-macros",
15793 "wasmtime-versioned-export-macros",
15794 "windows-sys 0.59.0",
15795]
15796
15797[[package]]
15798name = "wasmtime-jit-icache-coherence"
15799version = "29.0.1"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "ec5e8552e01692e6c2e5293171704fed8abdec79d1a6995a0870ab190e5747d1"
15802dependencies = [
15803 "anyhow",
15804 "cfg-if",
15805 "libc",
15806 "windows-sys 0.59.0",
15807]
15808
15809[[package]]
15810name = "wasmtime-math"
15811version = "29.0.1"
15812source = "registry+https://github.com/rust-lang/crates.io-index"
15813checksum = "29210ec2aa25e00f4d54605cedaf080f39ec01a872c5bd520ad04c67af1dde17"
15814dependencies = [
15815 "libm",
15816]
15817
15818[[package]]
15819name = "wasmtime-slab"
15820version = "29.0.1"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf"
15823
15824[[package]]
15825name = "wasmtime-versioned-export-macros"
15826version = "29.0.1"
15827source = "registry+https://github.com/rust-lang/crates.io-index"
15828checksum = "86ff86db216dc0240462de40c8290887a613dddf9685508eb39479037ba97b5b"
15829dependencies = [
15830 "proc-macro2",
15831 "quote",
15832 "syn 2.0.100",
15833]
15834
15835[[package]]
15836name = "wasmtime-wasi"
15837version = "29.0.1"
15838source = "registry+https://github.com/rust-lang/crates.io-index"
15839checksum = "8d1be69bfcab1bdac74daa7a1f9695ab992b9c8e21b9b061e7d66434097e0ca4"
15840dependencies = [
15841 "anyhow",
15842 "async-trait",
15843 "bitflags 2.8.0",
15844 "bytes 1.10.1",
15845 "cap-fs-ext",
15846 "cap-net-ext",
15847 "cap-rand",
15848 "cap-std",
15849 "cap-time-ext",
15850 "fs-set-times",
15851 "futures 0.3.31",
15852 "io-extras",
15853 "io-lifetimes",
15854 "rustix",
15855 "system-interface",
15856 "thiserror 1.0.69",
15857 "tokio",
15858 "tracing",
15859 "trait-variant",
15860 "url",
15861 "wasmtime",
15862 "wiggle",
15863 "windows-sys 0.59.0",
15864]
15865
15866[[package]]
15867name = "wasmtime-winch"
15868version = "29.0.1"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "fdbabfb8f20502d5e1d81092b9ead3682ae59988487aafcd7567387b7a43cf8f"
15871dependencies = [
15872 "anyhow",
15873 "cranelift-codegen",
15874 "gimli",
15875 "object",
15876 "target-lexicon 0.13.2",
15877 "wasmparser 0.221.3",
15878 "wasmtime-cranelift",
15879 "wasmtime-environ",
15880 "winch-codegen",
15881]
15882
15883[[package]]
15884name = "wasmtime-wit-bindgen"
15885version = "29.0.1"
15886source = "registry+https://github.com/rust-lang/crates.io-index"
15887checksum = "8358319c2dd1e4db79e3c1c5d3a5af84956615343f9f89f4e4996a36816e06e6"
15888dependencies = [
15889 "anyhow",
15890 "heck 0.5.0",
15891 "indexmap",
15892 "wit-parser 0.221.3",
15893]
15894
15895[[package]]
15896name = "wast"
15897version = "35.0.2"
15898source = "registry+https://github.com/rust-lang/crates.io-index"
15899checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
15900dependencies = [
15901 "leb128",
15902]
15903
15904[[package]]
15905name = "wayland-backend"
15906version = "0.3.8"
15907source = "registry+https://github.com/rust-lang/crates.io-index"
15908checksum = "b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf"
15909dependencies = [
15910 "cc",
15911 "downcast-rs",
15912 "rustix",
15913 "scoped-tls",
15914 "smallvec",
15915 "wayland-sys",
15916]
15917
15918[[package]]
15919name = "wayland-client"
15920version = "0.31.8"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
15923dependencies = [
15924 "bitflags 2.8.0",
15925 "rustix",
15926 "wayland-backend",
15927 "wayland-scanner",
15928]
15929
15930[[package]]
15931name = "wayland-cursor"
15932version = "0.31.8"
15933source = "registry+https://github.com/rust-lang/crates.io-index"
15934checksum = "a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d"
15935dependencies = [
15936 "rustix",
15937 "wayland-client",
15938 "xcursor",
15939]
15940
15941[[package]]
15942name = "wayland-protocols"
15943version = "0.31.2"
15944source = "registry+https://github.com/rust-lang/crates.io-index"
15945checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
15946dependencies = [
15947 "bitflags 2.8.0",
15948 "wayland-backend",
15949 "wayland-client",
15950 "wayland-scanner",
15951]
15952
15953[[package]]
15954name = "wayland-protocols-plasma"
15955version = "0.2.0"
15956source = "registry+https://github.com/rust-lang/crates.io-index"
15957checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
15958dependencies = [
15959 "bitflags 2.8.0",
15960 "wayland-backend",
15961 "wayland-client",
15962 "wayland-protocols",
15963 "wayland-scanner",
15964]
15965
15966[[package]]
15967name = "wayland-scanner"
15968version = "0.31.6"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
15971dependencies = [
15972 "proc-macro2",
15973 "quick-xml 0.37.2",
15974 "quote",
15975]
15976
15977[[package]]
15978name = "wayland-sys"
15979version = "0.31.6"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
15982dependencies = [
15983 "dlib",
15984 "log",
15985 "once_cell",
15986 "pkg-config",
15987]
15988
15989[[package]]
15990name = "web-sys"
15991version = "0.3.76"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
15994dependencies = [
15995 "js-sys",
15996 "wasm-bindgen",
15997]
15998
15999[[package]]
16000name = "web-time"
16001version = "1.1.0"
16002source = "registry+https://github.com/rust-lang/crates.io-index"
16003checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
16004dependencies = [
16005 "js-sys",
16006 "wasm-bindgen",
16007]
16008
16009[[package]]
16010name = "webpki-root-certs"
16011version = "0.26.8"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
16014dependencies = [
16015 "rustls-pki-types",
16016]
16017
16018[[package]]
16019name = "webpki-roots"
16020version = "0.26.7"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
16023dependencies = [
16024 "rustls-pki-types",
16025]
16026
16027[[package]]
16028name = "webrtc-sys"
16029version = "0.3.5"
16030source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16031dependencies = [
16032 "cc",
16033 "cxx",
16034 "cxx-build",
16035 "glob",
16036 "log",
16037 "webrtc-sys-build",
16038]
16039
16040[[package]]
16041name = "webrtc-sys-build"
16042version = "0.3.5"
16043source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=811ceae29fabee455f110c56cd66b3f49a7e5003#811ceae29fabee455f110c56cd66b3f49a7e5003"
16044dependencies = [
16045 "fs2",
16046 "regex",
16047 "reqwest 0.11.27",
16048 "scratch",
16049 "semver",
16050 "zip",
16051]
16052
16053[[package]]
16054name = "weezl"
16055version = "0.1.8"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
16058
16059[[package]]
16060name = "welcome"
16061version = "0.1.0"
16062dependencies = [
16063 "anyhow",
16064 "client",
16065 "db",
16066 "editor",
16067 "fuzzy",
16068 "gpui",
16069 "install_cli",
16070 "language",
16071 "picker",
16072 "project",
16073 "schemars",
16074 "serde",
16075 "settings",
16076 "telemetry",
16077 "ui",
16078 "util",
16079 "vim_mode_setting",
16080 "workspace",
16081 "zed_actions",
16082]
16083
16084[[package]]
16085name = "which"
16086version = "4.4.2"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
16089dependencies = [
16090 "either",
16091 "home",
16092 "once_cell",
16093 "rustix",
16094]
16095
16096[[package]]
16097name = "which"
16098version = "6.0.3"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
16101dependencies = [
16102 "either",
16103 "home",
16104 "rustix",
16105 "winsafe",
16106]
16107
16108[[package]]
16109name = "whoami"
16110version = "1.5.2"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
16113dependencies = [
16114 "redox_syscall 0.5.8",
16115 "wasite",
16116]
16117
16118[[package]]
16119name = "wiggle"
16120version = "29.0.1"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "4b9af35bc9629c52c261465320a9a07959164928b4241980ba1cf923b9e6751d"
16123dependencies = [
16124 "anyhow",
16125 "async-trait",
16126 "bitflags 2.8.0",
16127 "thiserror 1.0.69",
16128 "tracing",
16129 "wasmtime",
16130 "wiggle-macro",
16131]
16132
16133[[package]]
16134name = "wiggle-generate"
16135version = "29.0.1"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "2cf267dd05673912c8138f4b54acabe6bd53407d9d1536f0fadb6520dd16e101"
16138dependencies = [
16139 "anyhow",
16140 "heck 0.5.0",
16141 "proc-macro2",
16142 "quote",
16143 "shellexpand 2.1.2",
16144 "syn 2.0.100",
16145 "witx",
16146]
16147
16148[[package]]
16149name = "wiggle-macro"
16150version = "29.0.1"
16151source = "registry+https://github.com/rust-lang/crates.io-index"
16152checksum = "08c5c473d4198e6c2d377f3809f713ff0c110cab88a0805ae099a82119ee250c"
16153dependencies = [
16154 "proc-macro2",
16155 "quote",
16156 "syn 2.0.100",
16157 "wiggle-generate",
16158]
16159
16160[[package]]
16161name = "winapi"
16162version = "0.3.9"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
16165dependencies = [
16166 "winapi-i686-pc-windows-gnu",
16167 "winapi-x86_64-pc-windows-gnu",
16168]
16169
16170[[package]]
16171name = "winapi-i686-pc-windows-gnu"
16172version = "0.4.0"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
16175
16176[[package]]
16177name = "winapi-util"
16178version = "0.1.9"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
16181dependencies = [
16182 "windows-sys 0.59.0",
16183]
16184
16185[[package]]
16186name = "winapi-x86_64-pc-windows-gnu"
16187version = "0.4.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
16190
16191[[package]]
16192name = "winch-codegen"
16193version = "29.0.1"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "2f849ef2c5f46cb0a20af4b4487aaa239846e52e2c03f13fa3c784684552859c"
16196dependencies = [
16197 "anyhow",
16198 "cranelift-codegen",
16199 "gimli",
16200 "regalloc2",
16201 "smallvec",
16202 "target-lexicon 0.13.2",
16203 "thiserror 1.0.69",
16204 "wasmparser 0.221.3",
16205 "wasmtime-cranelift",
16206 "wasmtime-environ",
16207]
16208
16209[[package]]
16210name = "windows"
16211version = "0.54.0"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
16214dependencies = [
16215 "windows-core 0.54.0",
16216 "windows-targets 0.52.6",
16217]
16218
16219[[package]]
16220name = "windows"
16221version = "0.57.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
16224dependencies = [
16225 "windows-core 0.57.0",
16226 "windows-targets 0.52.6",
16227]
16228
16229[[package]]
16230name = "windows"
16231version = "0.58.0"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
16234dependencies = [
16235 "windows-core 0.58.0",
16236 "windows-targets 0.52.6",
16237]
16238
16239[[package]]
16240name = "windows"
16241version = "0.61.1"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419"
16244dependencies = [
16245 "windows-collections",
16246 "windows-core 0.61.0",
16247 "windows-future",
16248 "windows-link",
16249 "windows-numerics",
16250]
16251
16252[[package]]
16253name = "windows-collections"
16254version = "0.2.0"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
16257dependencies = [
16258 "windows-core 0.61.0",
16259]
16260
16261[[package]]
16262name = "windows-core"
16263version = "0.52.0"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
16266dependencies = [
16267 "windows-targets 0.52.6",
16268]
16269
16270[[package]]
16271name = "windows-core"
16272version = "0.54.0"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
16275dependencies = [
16276 "windows-result 0.1.2",
16277 "windows-targets 0.52.6",
16278]
16279
16280[[package]]
16281name = "windows-core"
16282version = "0.57.0"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
16285dependencies = [
16286 "windows-implement 0.57.0",
16287 "windows-interface 0.57.0",
16288 "windows-result 0.1.2",
16289 "windows-targets 0.52.6",
16290]
16291
16292[[package]]
16293name = "windows-core"
16294version = "0.58.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
16297dependencies = [
16298 "windows-implement 0.58.0",
16299 "windows-interface 0.58.0",
16300 "windows-result 0.2.0",
16301 "windows-strings 0.1.0",
16302 "windows-targets 0.52.6",
16303]
16304
16305[[package]]
16306name = "windows-core"
16307version = "0.61.0"
16308source = "registry+https://github.com/rust-lang/crates.io-index"
16309checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
16310dependencies = [
16311 "windows-implement 0.60.0",
16312 "windows-interface 0.59.1",
16313 "windows-link",
16314 "windows-result 0.3.2",
16315 "windows-strings 0.4.0",
16316]
16317
16318[[package]]
16319name = "windows-future"
16320version = "0.2.0"
16321source = "registry+https://github.com/rust-lang/crates.io-index"
16322checksum = "7a1d6bbefcb7b60acd19828e1bc965da6fcf18a7e39490c5f8be71e54a19ba32"
16323dependencies = [
16324 "windows-core 0.61.0",
16325 "windows-link",
16326]
16327
16328[[package]]
16329name = "windows-implement"
16330version = "0.57.0"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
16333dependencies = [
16334 "proc-macro2",
16335 "quote",
16336 "syn 2.0.100",
16337]
16338
16339[[package]]
16340name = "windows-implement"
16341version = "0.58.0"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
16344dependencies = [
16345 "proc-macro2",
16346 "quote",
16347 "syn 2.0.100",
16348]
16349
16350[[package]]
16351name = "windows-implement"
16352version = "0.60.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
16355dependencies = [
16356 "proc-macro2",
16357 "quote",
16358 "syn 2.0.100",
16359]
16360
16361[[package]]
16362name = "windows-interface"
16363version = "0.57.0"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
16366dependencies = [
16367 "proc-macro2",
16368 "quote",
16369 "syn 2.0.100",
16370]
16371
16372[[package]]
16373name = "windows-interface"
16374version = "0.58.0"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
16377dependencies = [
16378 "proc-macro2",
16379 "quote",
16380 "syn 2.0.100",
16381]
16382
16383[[package]]
16384name = "windows-interface"
16385version = "0.59.1"
16386source = "registry+https://github.com/rust-lang/crates.io-index"
16387checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
16388dependencies = [
16389 "proc-macro2",
16390 "quote",
16391 "syn 2.0.100",
16392]
16393
16394[[package]]
16395name = "windows-link"
16396version = "0.1.1"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
16399
16400[[package]]
16401name = "windows-numerics"
16402version = "0.2.0"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
16405dependencies = [
16406 "windows-core 0.61.0",
16407 "windows-link",
16408]
16409
16410[[package]]
16411name = "windows-registry"
16412version = "0.2.0"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
16415dependencies = [
16416 "windows-result 0.2.0",
16417 "windows-strings 0.1.0",
16418 "windows-targets 0.52.6",
16419]
16420
16421[[package]]
16422name = "windows-result"
16423version = "0.1.2"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
16426dependencies = [
16427 "windows-targets 0.52.6",
16428]
16429
16430[[package]]
16431name = "windows-result"
16432version = "0.2.0"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
16435dependencies = [
16436 "windows-targets 0.52.6",
16437]
16438
16439[[package]]
16440name = "windows-result"
16441version = "0.3.2"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
16444dependencies = [
16445 "windows-link",
16446]
16447
16448[[package]]
16449name = "windows-strings"
16450version = "0.1.0"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
16453dependencies = [
16454 "windows-result 0.2.0",
16455 "windows-targets 0.52.6",
16456]
16457
16458[[package]]
16459name = "windows-strings"
16460version = "0.4.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
16463dependencies = [
16464 "windows-link",
16465]
16466
16467[[package]]
16468name = "windows-sys"
16469version = "0.45.0"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
16472dependencies = [
16473 "windows-targets 0.42.2",
16474]
16475
16476[[package]]
16477name = "windows-sys"
16478version = "0.48.0"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
16481dependencies = [
16482 "windows-targets 0.48.5",
16483]
16484
16485[[package]]
16486name = "windows-sys"
16487version = "0.52.0"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
16490dependencies = [
16491 "windows-targets 0.52.6",
16492]
16493
16494[[package]]
16495name = "windows-sys"
16496version = "0.59.0"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
16499dependencies = [
16500 "windows-targets 0.52.6",
16501]
16502
16503[[package]]
16504name = "windows-targets"
16505version = "0.42.2"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
16508dependencies = [
16509 "windows_aarch64_gnullvm 0.42.2",
16510 "windows_aarch64_msvc 0.42.2",
16511 "windows_i686_gnu 0.42.2",
16512 "windows_i686_msvc 0.42.2",
16513 "windows_x86_64_gnu 0.42.2",
16514 "windows_x86_64_gnullvm 0.42.2",
16515 "windows_x86_64_msvc 0.42.2",
16516]
16517
16518[[package]]
16519name = "windows-targets"
16520version = "0.48.5"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
16523dependencies = [
16524 "windows_aarch64_gnullvm 0.48.5",
16525 "windows_aarch64_msvc 0.48.5",
16526 "windows_i686_gnu 0.48.5",
16527 "windows_i686_msvc 0.48.5",
16528 "windows_x86_64_gnu 0.48.5",
16529 "windows_x86_64_gnullvm 0.48.5",
16530 "windows_x86_64_msvc 0.48.5",
16531]
16532
16533[[package]]
16534name = "windows-targets"
16535version = "0.52.6"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
16538dependencies = [
16539 "windows_aarch64_gnullvm 0.52.6",
16540 "windows_aarch64_msvc 0.52.6",
16541 "windows_i686_gnu 0.52.6",
16542 "windows_i686_gnullvm",
16543 "windows_i686_msvc 0.52.6",
16544 "windows_x86_64_gnu 0.52.6",
16545 "windows_x86_64_gnullvm 0.52.6",
16546 "windows_x86_64_msvc 0.52.6",
16547]
16548
16549[[package]]
16550name = "windows_aarch64_gnullvm"
16551version = "0.42.2"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
16554
16555[[package]]
16556name = "windows_aarch64_gnullvm"
16557version = "0.48.5"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
16560
16561[[package]]
16562name = "windows_aarch64_gnullvm"
16563version = "0.52.6"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
16566
16567[[package]]
16568name = "windows_aarch64_msvc"
16569version = "0.42.2"
16570source = "registry+https://github.com/rust-lang/crates.io-index"
16571checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
16572
16573[[package]]
16574name = "windows_aarch64_msvc"
16575version = "0.48.5"
16576source = "registry+https://github.com/rust-lang/crates.io-index"
16577checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
16578
16579[[package]]
16580name = "windows_aarch64_msvc"
16581version = "0.52.6"
16582source = "registry+https://github.com/rust-lang/crates.io-index"
16583checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
16584
16585[[package]]
16586name = "windows_i686_gnu"
16587version = "0.42.2"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
16590
16591[[package]]
16592name = "windows_i686_gnu"
16593version = "0.48.5"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
16596
16597[[package]]
16598name = "windows_i686_gnu"
16599version = "0.52.6"
16600source = "registry+https://github.com/rust-lang/crates.io-index"
16601checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
16602
16603[[package]]
16604name = "windows_i686_gnullvm"
16605version = "0.52.6"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
16608
16609[[package]]
16610name = "windows_i686_msvc"
16611version = "0.42.2"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
16614
16615[[package]]
16616name = "windows_i686_msvc"
16617version = "0.48.5"
16618source = "registry+https://github.com/rust-lang/crates.io-index"
16619checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
16620
16621[[package]]
16622name = "windows_i686_msvc"
16623version = "0.52.6"
16624source = "registry+https://github.com/rust-lang/crates.io-index"
16625checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
16626
16627[[package]]
16628name = "windows_x86_64_gnu"
16629version = "0.42.2"
16630source = "registry+https://github.com/rust-lang/crates.io-index"
16631checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
16632
16633[[package]]
16634name = "windows_x86_64_gnu"
16635version = "0.48.5"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
16638
16639[[package]]
16640name = "windows_x86_64_gnu"
16641version = "0.52.6"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
16644
16645[[package]]
16646name = "windows_x86_64_gnullvm"
16647version = "0.42.2"
16648source = "registry+https://github.com/rust-lang/crates.io-index"
16649checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
16650
16651[[package]]
16652name = "windows_x86_64_gnullvm"
16653version = "0.48.5"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
16656
16657[[package]]
16658name = "windows_x86_64_gnullvm"
16659version = "0.52.6"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
16662
16663[[package]]
16664name = "windows_x86_64_msvc"
16665version = "0.42.2"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
16668
16669[[package]]
16670name = "windows_x86_64_msvc"
16671version = "0.48.5"
16672source = "registry+https://github.com/rust-lang/crates.io-index"
16673checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
16674
16675[[package]]
16676name = "windows_x86_64_msvc"
16677version = "0.52.6"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
16680
16681[[package]]
16682name = "winnow"
16683version = "0.6.20"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
16686dependencies = [
16687 "memchr",
16688]
16689
16690[[package]]
16691name = "winnow"
16692version = "0.7.1"
16693source = "registry+https://github.com/rust-lang/crates.io-index"
16694checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
16695dependencies = [
16696 "memchr",
16697]
16698
16699[[package]]
16700name = "winreg"
16701version = "0.50.0"
16702source = "registry+https://github.com/rust-lang/crates.io-index"
16703checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
16704dependencies = [
16705 "cfg-if",
16706 "windows-sys 0.48.0",
16707]
16708
16709[[package]]
16710name = "winreg"
16711version = "0.52.0"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
16714dependencies = [
16715 "cfg-if",
16716 "windows-sys 0.48.0",
16717]
16718
16719[[package]]
16720name = "winresource"
16721version = "0.1.20"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "ba4a67c78ee5782c0c1cb41bebc7e12c6e79644daa1650ebbc1de5d5b08593f7"
16724dependencies = [
16725 "toml 0.8.20",
16726 "version_check",
16727]
16728
16729[[package]]
16730name = "winsafe"
16731version = "0.0.19"
16732source = "registry+https://github.com/rust-lang/crates.io-index"
16733checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
16734
16735[[package]]
16736name = "winx"
16737version = "0.36.4"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
16740dependencies = [
16741 "bitflags 2.8.0",
16742 "windows-sys 0.59.0",
16743]
16744
16745[[package]]
16746name = "wio"
16747version = "0.2.2"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
16750dependencies = [
16751 "winapi",
16752]
16753
16754[[package]]
16755name = "wit-bindgen"
16756version = "0.22.0"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
16759dependencies = [
16760 "bitflags 2.8.0",
16761 "wit-bindgen-rt 0.22.0",
16762 "wit-bindgen-rust-macro",
16763]
16764
16765[[package]]
16766name = "wit-bindgen-core"
16767version = "0.22.0"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
16770dependencies = [
16771 "anyhow",
16772 "wit-parser 0.201.0",
16773]
16774
16775[[package]]
16776name = "wit-bindgen-rt"
16777version = "0.22.0"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
16780
16781[[package]]
16782name = "wit-bindgen-rt"
16783version = "0.33.0"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
16786dependencies = [
16787 "bitflags 2.8.0",
16788]
16789
16790[[package]]
16791name = "wit-bindgen-rust"
16792version = "0.22.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
16795dependencies = [
16796 "anyhow",
16797 "heck 0.4.1",
16798 "indexmap",
16799 "wasm-metadata 0.201.0",
16800 "wit-bindgen-core",
16801 "wit-component 0.201.0",
16802]
16803
16804[[package]]
16805name = "wit-bindgen-rust-macro"
16806version = "0.22.0"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
16809dependencies = [
16810 "anyhow",
16811 "proc-macro2",
16812 "quote",
16813 "syn 2.0.100",
16814 "wit-bindgen-core",
16815 "wit-bindgen-rust",
16816]
16817
16818[[package]]
16819name = "wit-component"
16820version = "0.201.0"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
16823dependencies = [
16824 "anyhow",
16825 "bitflags 2.8.0",
16826 "indexmap",
16827 "log",
16828 "serde",
16829 "serde_derive",
16830 "serde_json",
16831 "wasm-encoder 0.201.0",
16832 "wasm-metadata 0.201.0",
16833 "wasmparser 0.201.0",
16834 "wit-parser 0.201.0",
16835]
16836
16837[[package]]
16838name = "wit-component"
16839version = "0.221.3"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "66c55ca8772d2b270e28066caed50ce4e53a28c3ac10e01efbd90e5be31e448b"
16842dependencies = [
16843 "anyhow",
16844 "bitflags 2.8.0",
16845 "indexmap",
16846 "log",
16847 "serde",
16848 "serde_derive",
16849 "serde_json",
16850 "wasm-encoder 0.221.3",
16851 "wasm-metadata 0.221.3",
16852 "wasmparser 0.221.3",
16853 "wit-parser 0.221.3",
16854]
16855
16856[[package]]
16857name = "wit-parser"
16858version = "0.201.0"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
16861dependencies = [
16862 "anyhow",
16863 "id-arena",
16864 "indexmap",
16865 "log",
16866 "semver",
16867 "serde",
16868 "serde_derive",
16869 "serde_json",
16870 "unicode-xid",
16871 "wasmparser 0.201.0",
16872]
16873
16874[[package]]
16875name = "wit-parser"
16876version = "0.221.3"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
16879dependencies = [
16880 "anyhow",
16881 "id-arena",
16882 "indexmap",
16883 "log",
16884 "semver",
16885 "serde",
16886 "serde_derive",
16887 "serde_json",
16888 "unicode-xid",
16889 "wasmparser 0.221.3",
16890]
16891
16892[[package]]
16893name = "witx"
16894version = "0.9.1"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
16897dependencies = [
16898 "anyhow",
16899 "log",
16900 "thiserror 1.0.69",
16901 "wast",
16902]
16903
16904[[package]]
16905name = "workspace"
16906version = "0.1.0"
16907dependencies = [
16908 "any_vec",
16909 "anyhow",
16910 "async-recursion 1.1.1",
16911 "bincode",
16912 "call",
16913 "client",
16914 "clock",
16915 "collections",
16916 "component",
16917 "db",
16918 "derive_more",
16919 "env_logger 0.11.7",
16920 "fs",
16921 "futures 0.3.31",
16922 "gpui",
16923 "http_client",
16924 "itertools 0.14.0",
16925 "language",
16926 "log",
16927 "node_runtime",
16928 "parking_lot",
16929 "postage",
16930 "project",
16931 "remote",
16932 "schemars",
16933 "serde",
16934 "serde_json",
16935 "session",
16936 "settings",
16937 "smallvec",
16938 "sqlez",
16939 "strum",
16940 "task",
16941 "telemetry",
16942 "tempfile",
16943 "theme",
16944 "ui",
16945 "util",
16946 "uuid",
16947 "zed_actions",
16948]
16949
16950[[package]]
16951name = "worktree"
16952version = "0.1.0"
16953dependencies = [
16954 "anyhow",
16955 "clock",
16956 "collections",
16957 "env_logger 0.11.7",
16958 "fs",
16959 "futures 0.3.31",
16960 "fuzzy",
16961 "git",
16962 "git2",
16963 "git_hosting_providers",
16964 "gpui",
16965 "http_client",
16966 "ignore",
16967 "language",
16968 "log",
16969 "parking_lot",
16970 "paths",
16971 "postage",
16972 "pretty_assertions",
16973 "rand 0.8.5",
16974 "rpc",
16975 "schemars",
16976 "serde",
16977 "serde_json",
16978 "settings",
16979 "smallvec",
16980 "smol",
16981 "sum_tree",
16982 "text",
16983 "util",
16984]
16985
16986[[package]]
16987name = "write16"
16988version = "1.0.0"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
16991
16992[[package]]
16993name = "writeable"
16994version = "0.5.5"
16995source = "registry+https://github.com/rust-lang/crates.io-index"
16996checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
16997
16998[[package]]
16999name = "wyz"
17000version = "0.5.1"
17001source = "registry+https://github.com/rust-lang/crates.io-index"
17002checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
17003dependencies = [
17004 "tap",
17005]
17006
17007[[package]]
17008name = "x11-clipboard"
17009version = "0.9.3"
17010source = "registry+https://github.com/rust-lang/crates.io-index"
17011checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
17012dependencies = [
17013 "libc",
17014 "x11rb",
17015]
17016
17017[[package]]
17018name = "x11rb"
17019version = "0.13.1"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
17022dependencies = [
17023 "as-raw-xcb-connection",
17024 "gethostname",
17025 "libc",
17026 "rustix",
17027 "x11rb-protocol",
17028]
17029
17030[[package]]
17031name = "x11rb-protocol"
17032version = "0.13.1"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
17035
17036[[package]]
17037name = "xattr"
17038version = "0.2.3"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
17041dependencies = [
17042 "libc",
17043]
17044
17045[[package]]
17046name = "xcursor"
17047version = "0.3.8"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
17050
17051[[package]]
17052name = "xdg-home"
17053version = "1.3.0"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
17056dependencies = [
17057 "libc",
17058 "windows-sys 0.59.0",
17059]
17060
17061[[package]]
17062name = "xim"
17063version = "0.4.0"
17064source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17065dependencies = [
17066 "ahash 0.8.11",
17067 "hashbrown 0.14.5",
17068 "log",
17069 "x11rb",
17070 "xim-ctext",
17071 "xim-parser",
17072]
17073
17074[[package]]
17075name = "xim-ctext"
17076version = "0.3.0"
17077source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17078dependencies = [
17079 "encoding_rs",
17080]
17081
17082[[package]]
17083name = "xim-parser"
17084version = "0.2.1"
17085source = "git+https://github.com/XDeme1/xim-rs?rev=d50d461764c2213655cd9cf65a0ea94c70d3c4fd#d50d461764c2213655cd9cf65a0ea94c70d3c4fd"
17086dependencies = [
17087 "bitflags 2.8.0",
17088]
17089
17090[[package]]
17091name = "xkbcommon"
17092version = "0.8.0"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
17095dependencies = [
17096 "as-raw-xcb-connection",
17097 "libc",
17098 "memmap2",
17099 "xkeysym",
17100]
17101
17102[[package]]
17103name = "xkeysym"
17104version = "0.2.1"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
17107
17108[[package]]
17109name = "xml5ever"
17110version = "0.18.1"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
17113dependencies = [
17114 "log",
17115 "mac",
17116 "markup5ever",
17117]
17118
17119[[package]]
17120name = "xmlparser"
17121version = "0.13.6"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
17124
17125[[package]]
17126name = "xmlwriter"
17127version = "0.1.0"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
17130
17131[[package]]
17132name = "xtask"
17133version = "0.1.0"
17134dependencies = [
17135 "anyhow",
17136 "cargo_metadata",
17137 "cargo_toml",
17138 "clap",
17139]
17140
17141[[package]]
17142name = "yaml-rust2"
17143version = "0.8.1"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
17146dependencies = [
17147 "arraydeque",
17148 "encoding_rs",
17149 "hashlink 0.8.4",
17150]
17151
17152[[package]]
17153name = "yansi"
17154version = "1.0.1"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
17157
17158[[package]]
17159name = "yazi"
17160version = "0.2.1"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
17163
17164[[package]]
17165name = "yeslogic-fontconfig-sys"
17166version = "6.0.0"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
17169dependencies = [
17170 "dlib",
17171 "once_cell",
17172 "pkg-config",
17173]
17174
17175[[package]]
17176name = "yoke"
17177version = "0.7.5"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
17180dependencies = [
17181 "serde",
17182 "stable_deref_trait",
17183 "yoke-derive",
17184 "zerofrom",
17185]
17186
17187[[package]]
17188name = "yoke-derive"
17189version = "0.7.5"
17190source = "registry+https://github.com/rust-lang/crates.io-index"
17191checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
17192dependencies = [
17193 "proc-macro2",
17194 "quote",
17195 "syn 2.0.100",
17196 "synstructure",
17197]
17198
17199[[package]]
17200name = "zbus"
17201version = "5.5.0"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
17204dependencies = [
17205 "async-broadcast",
17206 "async-executor",
17207 "async-fs",
17208 "async-io",
17209 "async-lock",
17210 "async-process",
17211 "async-recursion 1.1.1",
17212 "async-task",
17213 "async-trait",
17214 "blocking",
17215 "enumflags2",
17216 "event-listener 5.3.1",
17217 "futures-core",
17218 "futures-lite 2.6.0",
17219 "hex",
17220 "nix",
17221 "ordered-stream",
17222 "serde",
17223 "serde_repr",
17224 "static_assertions",
17225 "tracing",
17226 "uds_windows",
17227 "windows-sys 0.59.0",
17228 "winnow 0.7.1",
17229 "xdg-home",
17230 "zbus_macros",
17231 "zbus_names",
17232 "zvariant",
17233]
17234
17235[[package]]
17236name = "zbus_macros"
17237version = "5.5.0"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
17240dependencies = [
17241 "proc-macro-crate",
17242 "proc-macro2",
17243 "quote",
17244 "syn 2.0.100",
17245 "zbus_names",
17246 "zvariant",
17247 "zvariant_utils",
17248]
17249
17250[[package]]
17251name = "zbus_names"
17252version = "4.1.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b"
17255dependencies = [
17256 "serde",
17257 "static_assertions",
17258 "winnow 0.6.20",
17259 "zvariant",
17260]
17261
17262[[package]]
17263name = "zed"
17264version = "0.180.0"
17265dependencies = [
17266 "activity_indicator",
17267 "anyhow",
17268 "ashpd",
17269 "assets",
17270 "assistant",
17271 "assistant2",
17272 "assistant_context_editor",
17273 "assistant_settings",
17274 "assistant_tools",
17275 "async-watch",
17276 "audio",
17277 "auto_update",
17278 "auto_update_ui",
17279 "backtrace",
17280 "breadcrumbs",
17281 "call",
17282 "channel",
17283 "chrono",
17284 "clap",
17285 "cli",
17286 "client",
17287 "collab_ui",
17288 "collections",
17289 "command_palette",
17290 "command_palette_hooks",
17291 "component_preview",
17292 "copilot",
17293 "db",
17294 "debugger_tools",
17295 "debugger_ui",
17296 "diagnostics",
17297 "editor",
17298 "env_logger 0.11.7",
17299 "extension",
17300 "extension_host",
17301 "extensions_ui",
17302 "feature_flags",
17303 "feedback",
17304 "file_finder",
17305 "fs",
17306 "futures 0.3.31",
17307 "git",
17308 "git_hosting_providers",
17309 "git_ui",
17310 "go_to_line",
17311 "gpui",
17312 "gpui_tokio",
17313 "http_client",
17314 "image_viewer",
17315 "inline_completion_button",
17316 "install_cli",
17317 "journal",
17318 "language",
17319 "language_extension",
17320 "language_model",
17321 "language_models",
17322 "language_selector",
17323 "language_tools",
17324 "languages",
17325 "libc",
17326 "log",
17327 "markdown_preview",
17328 "menu",
17329 "migrator",
17330 "mimalloc",
17331 "nix",
17332 "node_runtime",
17333 "notifications",
17334 "outline",
17335 "outline_panel",
17336 "parking_lot",
17337 "paths",
17338 "picker",
17339 "profiling",
17340 "project",
17341 "project_panel",
17342 "project_symbols",
17343 "prompt_store",
17344 "proto",
17345 "recent_projects",
17346 "release_channel",
17347 "remote",
17348 "repl",
17349 "reqwest_client",
17350 "rope",
17351 "search",
17352 "serde",
17353 "serde_json",
17354 "session",
17355 "settings",
17356 "settings_ui",
17357 "shellexpand 2.1.2",
17358 "simplelog",
17359 "smol",
17360 "snippet_provider",
17361 "snippets_ui",
17362 "supermaven",
17363 "sysinfo",
17364 "tab_switcher",
17365 "task",
17366 "tasks_ui",
17367 "telemetry",
17368 "telemetry_events",
17369 "terminal_view",
17370 "theme",
17371 "theme_extension",
17372 "theme_selector",
17373 "time",
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 "chrono",
17633 "client",
17634 "clock",
17635 "collections",
17636 "command_palette_hooks",
17637 "ctor",
17638 "db",
17639 "editor",
17640 "env_logger 0.11.7",
17641 "feature_flags",
17642 "fs",
17643 "futures 0.3.31",
17644 "gpui",
17645 "http_client",
17646 "indoc",
17647 "inline_completion",
17648 "language",
17649 "language_model",
17650 "log",
17651 "menu",
17652 "migrator",
17653 "paths",
17654 "postage",
17655 "project",
17656 "regex",
17657 "release_channel",
17658 "reqwest_client",
17659 "rpc",
17660 "serde",
17661 "serde_json",
17662 "settings",
17663 "telemetry",
17664 "telemetry_events",
17665 "theme",
17666 "thiserror 2.0.12",
17667 "tree-sitter-go",
17668 "tree-sitter-rust",
17669 "ui",
17670 "unindent",
17671 "util",
17672 "uuid",
17673 "workspace",
17674 "worktree",
17675 "zed_actions",
17676 "zed_llm_client",
17677]
17678
17679[[package]]
17680name = "zip"
17681version = "0.6.6"
17682source = "registry+https://github.com/rust-lang/crates.io-index"
17683checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
17684dependencies = [
17685 "aes",
17686 "byteorder",
17687 "bzip2",
17688 "constant_time_eq 0.1.5",
17689 "crc32fast",
17690 "crossbeam-utils",
17691 "flate2",
17692 "hmac",
17693 "pbkdf2 0.11.0",
17694 "sha1",
17695 "time",
17696 "zstd",
17697]
17698
17699[[package]]
17700name = "zlog"
17701version = "0.1.0"
17702dependencies = [
17703 "log",
17704]
17705
17706[[package]]
17707name = "zlog_settings"
17708version = "0.1.0"
17709dependencies = [
17710 "anyhow",
17711 "gpui",
17712 "schemars",
17713 "serde",
17714 "settings",
17715 "zlog",
17716]
17717
17718[[package]]
17719name = "zstd"
17720version = "0.11.2+zstd.1.5.2"
17721source = "registry+https://github.com/rust-lang/crates.io-index"
17722checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
17723dependencies = [
17724 "zstd-safe",
17725]
17726
17727[[package]]
17728name = "zstd-safe"
17729version = "5.0.2+zstd.1.5.2"
17730source = "registry+https://github.com/rust-lang/crates.io-index"
17731checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
17732dependencies = [
17733 "libc",
17734 "zstd-sys",
17735]
17736
17737[[package]]
17738name = "zstd-sys"
17739version = "2.0.13+zstd.1.5.6"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
17742dependencies = [
17743 "cc",
17744 "pkg-config",
17745]
17746
17747[[package]]
17748name = "zune-core"
17749version = "0.4.12"
17750source = "registry+https://github.com/rust-lang/crates.io-index"
17751checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
17752
17753[[package]]
17754name = "zune-inflate"
17755version = "0.2.54"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
17758dependencies = [
17759 "simd-adler32",
17760]
17761
17762[[package]]
17763name = "zune-jpeg"
17764version = "0.4.13"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
17767dependencies = [
17768 "zune-core",
17769]
17770
17771[[package]]
17772name = "zvariant"
17773version = "5.4.0"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "b2df9ee044893fcffbdc25de30546edef3e32341466811ca18421e3cd6c5a3ac"
17776dependencies = [
17777 "endi",
17778 "enumflags2",
17779 "serde",
17780 "static_assertions",
17781 "url",
17782 "winnow 0.7.1",
17783 "zvariant_derive",
17784 "zvariant_utils",
17785]
17786
17787[[package]]
17788name = "zvariant_derive"
17789version = "5.4.0"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "74170caa85b8b84cc4935f2d56a57c7a15ea6185ccdd7eadb57e6edd90f94b2f"
17792dependencies = [
17793 "proc-macro-crate",
17794 "proc-macro2",
17795 "quote",
17796 "syn 2.0.100",
17797 "zvariant_utils",
17798]
17799
17800[[package]]
17801name = "zvariant_utils"
17802version = "3.2.0"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
17805dependencies = [
17806 "proc-macro2",
17807 "quote",
17808 "serde",
17809 "static_assertions",
17810 "syn 2.0.100",
17811 "winnow 0.7.1",
17812]