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