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